﻿section {
	width: 100%;
}
section .container {
	max-width: 1100px;
	margin: 50px auto;
}
section .container h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
	text-align:center;
	z-index: -1;
}
section .container h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
section .container h2::after {
	content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}
section .content {
	max-width: 1100px;
	margin: auto;
	display: flex;
}
section .content div {
	margin: 0 12px;
}
section .content div:nth-child(1) p{
	margin-bottom:  35px;
}

section .content div:nth-child(1) ul li{
	line-height: 35px;
}
section .content div:nth-child(2) a{
	font-family: poppins,sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: .3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
	text-decoration: none;
	margin: 10px auto;
}
section .container-fluid {
	background-color: #f3f5fa;
	display: flex;
	justify-content: space-evenly;
	padding-top: 80px;
}
section .container-fluid .content-1 {
	width: 650px;
}
section .container-fluid .content-1 h3{
	font-weight: 400;
	font-size: 34px;
	color: #37517e;
	margin-top: 15px;
}
section .container-fluid .content-1 p {
	font-size: 15px;
    color: #848484;
}

section .container-fluid .accordion-list {
	width: 650px;
	height: 576px;
	background-image: url(../images/why-us.png);
	background-repeat: no-repeat;
    background-size: 100%;
}
section .container-fluid .content-1 .zoom {
	margin-top: 35px;
}
section .container-fluid .content-1 .zoom li{
	padding: 20px;
    background: #fff;
    border-radius: 4px;
	margin: 10px 0;
}
section .container-fluid .content-1 .zoom li a {
	display: block;
    position: relative;
    font-family: poppins,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;

}
section .container-fluid .content-1 .zoom li a span {
	color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
section .container-fluid .content-1 .zoom li .show{
	transition: all 1s;
	height: 0;
	overflow: hidden;
	transition: height .6s;
	padding: 0;
}
section .container-fluid .content-1 .zoom li .show p {
	padding-top: 20px;
	overflow-wrap: anywhere;
	height:auto !important;
}

.skills {
	width: 100%;
}
.skills .fade-up {
	
	display: flex;
	justify-content: center;
	padding: 60px 0;
}
.skills .fade-up > div:nth-child(1) {
	width: 570px;
}
.skills .fade-up > div:nth-child(1) img {
	width: 100%;
}
.skills .fade-up > div:nth-child(2) {
	width: 570px;
}
.skills .fade-up > div:nth-child(2) {
	margin-left: 30px; 
}
.skills .fade-up > div:nth-child(2) h3 {
	font-weight: 700;
	font-size: 32px;
	color: #37517e;
	font-family: poppins,sans-serif;
}
.skills .fade-up > div:nth-child(2) p {
	font-style: italic!important;
	font-family: open sans,sans-serif;
    color: #444;
	line-height: 50px;
}
.skills .fade-up > div:nth-child(2) div .item span{
	padding: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: poppins,sans-serif;
    color: #37517e;
}
.skills .fade-up > div:nth-child(2) div .item {
	margin: 15px 0;
}
.skills .fade-up > div:nth-child(2) div .item div{
	height: 10px;
    transition: .9s;
    background-color: #4668a2;
}
@media screen and (max-width: 700px) {
  section .content {
	flex-wrap: wrap;
  }
  section .content div:nth-child(2) a{
	margin: 30px 0;
  }
  section .container-fluid {
	flex-wrap: wrap;
	box-sizing: border-box;
    padding: 0 10px;
  }
  section .container-fluid .accordion-list {
	height: 300px;
	margin-top: 50px;
  }
  
  .skills .fade-up {
	flex-wrap: wrap;
  }
  
  .skills .fade-up > div:nth-child(2) {
	margin: 0;
  }
  
  .skills .fade-up > div:nth-child(2) {
	width: 100%;
	margin-top: 30px;
    box-sizing: border-box;
    padding: 0 10px;

  }
}