﻿@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



html,
body {
    height: 100%;
    font-size:17px;
  font-family: "Nunito", sans-serif;
    color:#63656E;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}

.header
{
    padding: 8px 0;
    background-color:#fff;
	color: #696969;
}
.header a
{
	font-size: 15px !important;
    color:#000;
	font-weight: 700;
}
.icon-top
{ 
	margin-top: 20px;
}

.icon
{ 
    float: left;
	margin-right: 5px;
}


.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
    font-family: 'Merriweather', serif;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color: #01b48b;
    border-color:#01b48b;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #01b48b;
    background-color: #FFFFFF;
    border-color: #01b48b; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.welcome
{
	padding: 40px 0;
	overflow:hidden;
    margin-bottom: 0px;
	background-color: #f6f6f6 ;
}

.title
{
   color:#0E2E93;
   font-size:38px;
   font-weight: 800; 
   margin-bottom:40px;
}
.title span
{
   color:#EABE03;
}
.title-s
{
   color:#000000;
   font-size:18px;
   font-weight: 600; 
   margin-bottom:20px;
}

.title-s img
{
   margin-right:10px;
}
.welcome-text
{
    height: 100px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}
.pic-welcome
{
	background-size: cover;
	width:100%;
    margin: 40px auto auto auto;
}


.services
{
	padding:50px 0;
}


.services ul
{
    padding-left:0;
    margin-top:20px;
	text-align: center;
}

.services ul li
{
     display:inline-block;
     margin:20px 10px;
     width:30%;
	text-align: left;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding-bottom: 30px;
	position: relative;
}
.services ul li img
{
    margin: auto auto 20px auto;
    height: 240px;
    width: 100%;	
	border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.small-logo
{
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    right: 20px;
    top: 185px;
	margin: 0 !important;
    background-size: contain;	
}
.services ul li .title-1
{
      font-size:24px;
      color:#000;
	  padding: 0 20px;
      font-weight:700;
      height: 30px;
      overflow: hidden;    
      margin: 30px 0  20px 0;
}


.welcome-links
{
    overflow: hidden;	  
	padding: 0 20px;
	height: 130px;
}

.welcome-links ul
{
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.welcome-links ul li
{
   display:block;        
	font-size: 16px;
	width: auto;
	margin: 0 10px 5px 0;
	padding-bottom: 0px;
}

.welcome-links ul li a
{
	color:#5C6172;
}

.welcome-links ul li a img
{
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
}


.margin3{

    margin-left: 51px;

}


span.rrr {
    display: table;
}