body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    color: #000;
    letter-spacing: 1px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus,
input:focus {
    outline: none;
}

input::placeholder {
    color: inherit;
}

.header-area {
    padding: 20px 0;
}

.logo {
    padding: 7px 0;
}

.logo img {
    width: 200px;
}

.btn {
    padding: 10px 15px;
    border: 1px solid #E9ECED;
    border-radius: 30px;
    transition: 0.5s;
}

.bgb {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/*======================== Menu Design ==================*/

.menu-area {}

#navbar {
    margin: 11px 0;
}

#menu-switcher,
.navbar-header > label,
.switch {
    display: none;
}

.menu-container label::before {
    border-bottom: 2px solid #000;
    box-shadow: 0 5px 0 0 #000, 0 0 0 0 inset, 0 -5px 0 0 #000;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.switch {
    width: 100%;
    float: left;
    height: auto;
    min-height: 45px;
    position: relative;
}

.menu-container label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: none;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9999;
    border: 1px solid #000;
}

#navbar ul {
    display: flow-root;
}

#navbar ul li {
    display: inline-block;
}

#navbar ul li a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    transition: 0.5s;
    padding: 0 17px;
    font-weight: 500;
}

#navbar ul li a i.fa {
    margin-right: 5px;
}


#navbar ul li a:hover {
    color: #000;
}

/* menu part end */
.slider-area {
    margin: 50px 0;
}

.slider-info {
    margin-top: 50px;
}

.slider-info h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.slider-info p {
    font-size: 20px;
}

.slider-btn {
    margin-top: 75px;
}

.banner-info {
    background-image: url(../img/slidder-bg.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: top right;
}

.sio {
	width: 250px;
	text-align: center;
	background-color: #F3F3F3;
	border-radius: 30px;
	padding: 65px 30px;
	position: absolute;
	left: 19px;
}

.sio h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.sio p {
    position: relative;
    padding-bottom: 20px;
}

.sio p::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d5d5d5;
}

.sio p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 70%;
    height: 3px;
    background-color: #050301;
}

.sis {
    width: 210px;
    text-align: center;
    background-image: url(../img/sis-bg.png);
    background-size: cover;
    border-radius: 30px;
    float: right;
    padding: 20px 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sis h1 {
    color: #fff;
}

.sio p,
.sis p {
    font-size: 14px;
}

.section-management {
    background-color: #F3F3F3;
    padding: 30px 0;
}

.title h1 {
    font-size: 60px;
}
.te{
    text-align: right;
}
.management-info {
    text-align: center;
}

.management-info h1 {
    font-size: 36px;
    color: #8e8e8e;
    margin-bottom: 25px;
}

.mt {
    padding: 38px 0;
}

.management-info p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #8e8e8e;
}

.solutions-area {
    padding: 80px 0 50px;
}

.title i {
    font-size: 50px;
    margin-bottom: 20px;
}

.title p {
    margin-top: 20px;
    color: #8e8e8e;
    font-size: 20px;
}

.title.text-center {
    padding: 30px 0;
}

.sif {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.sif i {
    background-color: #F3F3F3;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

}

.sif h4 {
    font-size: 18px;
    font-weight: 400;
}

.accreditions-area {
    padding: 60px 0;
}

.accreditions-area .title h1 {
    font-size: 44px
}

.accreditions-info {
    display: inherit;
    padding: 15px 0;
    border-bottom: 1px solid #F1F3F4;
}

.accreditions-info p {
    font-size: 20px;
    color: #8e8e8e;
    padding: 13px 0;
}

.accreditions-info .icon-img {
    width: 50px;
}

.sustainability-area {
    background-color: #F3F3F3;
    padding: 60px 0;
}

.sustainability-area .sl {
    padding: 100px 0;
}
.sustainability-img{
    text-align: right;
}

.sustainability-area img{
    border-radius: 30px;
}