

/* Gordon Marketing Section 1 Start */
.gm-section1 {
  padding-top: 60px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background-color: #FFF;
  /*background-image: url(../images/gm-section1-bg.jpg);*/
}
.gm-section1 img {
	width: 360px;
	margin-bottom: 50px;	
}
.gm-section1 img.logo {
	width: 400px;
	margin-top: 50px;
}
.gm-section1 h2 {
  font-family: 'Raleway-ExtraBold';
  font-size: 60px;
  line-height: 70px;
  color: #232D6C;
  margin:20px auto;
}

.gm-section1 h3 {
  font-family: 'Raleway-ExtraBold';
  font-size: 40px;
  line-height: 50px;
  color: #232D6C;
  margin:20px auto 40px;
}
.gm-section1 p {
  font-family: 'Roboto-Regular';
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  margin: 0 auto;
}
.gm-section1 .btn-danger {
  font-family: 'Raleway-ExtraBold';
  font-size: 30px;
  line-height: 40px;
}
/* Gordon Marketing Section 1 End */

/* Gordon Marketing Section 2 Start */
.gm-section2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #1E275D;
  background-image: url(../images/gm-section2-bg.jpg);
}

.gm-section2 h3 {
  font-family: 'Raleway-Bold';
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  margin:20px auto;
}

.gm-section2 p {
  font-family: 'Roboto-Regular';
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  margin: 0 25px;
}

.gm-section2 ul.arrow li {
  font-family: 'Raleway-Bold';
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 25px;
  color: #FFF;
}

.gm-section2 .container ul.arrow li:before{
  content: "\f058";
  color: #dc3545;
  padding-top: 3px;
    font-size: 25px;
    margin-left: -35px;
}

.gm-section2 hr {    
    border-color: #FFF;
    opacity: .25;
}
/* Gordon Marketing Section 2 End */