.page-wrapper-1{
	display: flex;
;
    justify-content: center;
	padding:60px 0px;
}

.left-image{
	text-align:center;
}

.border-left{
	 border-left: 7px solid #2acbdd;
}


.image-1{
max-width:400px;
height:auto;
}

.left-image-1{
	margin:auto;
}

.wrapper-1-right{
	padding-block-start:20px;
    padding-left: 51px;
	width:50%;
}
.wrapper-1-right h1{
	padding-block-start: 75px;
    font-size: 44px;
}

.wrapper-1-left{
	width:50%;
}

h3{
	margin-block-start:0em;
	margin-block-end:0em;
	padding-top:23px;
}


.wrapper-1-right p{
	max-width: 523px;
    font-size: 19px;
}

.image-left{
	display:flex;
}

.image-layer-bg{
	background-size:cover;
	background-image:url('../images/background.jpg' );
	height:auto;
	max-width:100%;
	background-blend-mode:multiply;
	background-color:#2b2b2b;
}

.text-2 h1{
	font-size: 30px;
    text-align: center;
    color: white;
	font-weight:700;
}
.text-2 h3{
	font-size: 24px;
    color: white;
}


.text-2 li{
	list-style-type:circle;
	 color: white;
    font-size: 18px;
	font-family: 'Mulish', sans-serif;
    padding:8px;
}

.page-wrapper-4{
	display: flex;
    justify-content: space-around; 
    margin-top: 100px;
    margin-bottom: 100px;
}

.wrapper-4-right {
	width:100%;
    padding: 0px 35px;	
}
.wrapper-4-right h1{
	font-size: 36px;
	margin-block-start:0.23em;
	margin-block-end:0.23em;
}

.wrapper-4-right p{
	font-size:19px;
}

.text-3{
	max-width: 980px;
    margin: 0px auto;
	padding: 80px;
}

.text-3 h1{
	max-width:80%;
	
}



/*codepan css*/
/*codepan css*/
body {
  background:#FFFFF;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;

}
h2 {
  color: #282F35;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Mulish', sans-serif;
  text-align:left
}
.list-text p {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px;
font-family: 'Mulish', sans-serif;
}
.main {
  max-width: 700px;
  margin: 0 auto;
}
.main{
	margin-bottom:50px;
}
.main h1{
	text-align: center;
    font-weight: 700;
    font-size: 38px;
}

.list {
  overflow: hidden;
  padding: 0px;
}
.list li {
  list-style-type: none;
  padding: 0px;
}
.list-heading {
  background: #FFFFFF;
  border: none;
  border-bottom: solid 1px #F2F2F2;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 100%;
}

.list-heading h2{
	line-height:32px;
}
.list-heading:before {
  background: #1a2749;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.list-heading:after {
  background:#1a2749;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.list-heading.active:before {
  transform: rotate(0deg);
}
.list-heading.active h2, .list-heading:focus h2 {
  position: relative;
  color: #1a2749;
}
.list-text {
  background: #fffff;
  display: none;
  overflow: hidden;
}

.list-text ul li{
	list-style-type:circle;
}

.list-heading h2{
	font-size:18px;
}

.main-heading.heading-txt {
    text-align: center;
    font-size: 30px;
    padding: 30px 33px;
    background-color: #1a2749;
    color: #fff;
}



.section-5{
	    text-align: center;
    font-size: 46px;
	font-family: commuters-sans,sans-serif;
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 1.25;
    text-transform: uppercase;
}

.section-5-content{
	display:flex;
	padding:0px 67px 50px;
}

.text-left{
	width:50%;
}

.text-left p{
	font-size:18px;
	font-family: roboto,sans-serif;
    font-weight: 300;
}

.text-right{
	width:50%;
}

.text-right ul li{
	font-size:18px;
	list-style-type:circle;
	font-family: roboto,sans-serif;
    font-weight: 300;
}
.main ul{
    padding: 0px;
}

@media screen and (max-width:785px) {
    	.page-wrapper-1{
    	    flex-wrap:wrap;
    	}
    	
    .wrapper-1-right {
     margin: 0px 20px;
     width: 100%;
    }
    .wrapper-1-right h1{
        padding: 0px;
    }
    .wrapper-1-right p{
	max-width: 770px;
    }
    .wrapper-1-left {
        width:100%;
    }
    .wrapper-4-right{
        padding: 0px 20px;
    }
    .main {
        margin: 0px 30px 60px;
    }

    .main h1 {
        max-width: 566px;
        padding: 60px 40px 0px;
        font-size: 21px;
    }
    .list-heading h2 {
        font-size: 14px;
        max-width: 320px;
    }
}

@media screen and (max-width:576px) {
    .wrapper-1-left{
        width:100%;
    }
    .wrapper-1-right{
        width:100%;
    padding-left: 15px;
    }
    .image-1 {
    max-width: 250px;
    height: auto;
}
.wrapper-1-right p {
    width: 100%;
    font-size: 18px;
    border-left:0px;
}
.text-2{
    width:100%;
}
.main h1{
    font-size: 27px;
}
.wrapper-4-right h1 {
    font-size: 27px;
}
.text-2 h1 {
     font-size: 27px;
}
.list-heading h2 {
    font-size: 18px;
    max-width: 296px;
    padding-right: 30px;
}
.wrapper-1-right h1 {
    font-size: 27px;
}

}
@media screen and (max-width:462px) {
 
.main h1 {
    padding: 60px 20px 0px;
}
.list-heading h2 {
    margin-right: 50px;
}
}