

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}

.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
 /* line-height: 1.75;*/
  font-family: 'Lato', sans-serif;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #6c8430;
  border-color: #fed136;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #6c8430;
  border-color: #6c8430;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6c8430;
  border-color: #6c8430;
}
.btn-primary .badge {
  color: #6c8430;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #669100;
  border-color: #669100;

  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 16px;
  padding: 8px 0;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #409437;
  border-color: #409437;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #f1f1f1;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: 'Lato', sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #f1f1f1;
  border-color: #fed136;
  font-family: "Open Sans", "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #f1f1f1;
}
.navbar-custom .nav li a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  display:none;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
  
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #57a74f;
  margin-top:10px;
  display:block;

}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #409437;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*background-color: transparent;*/
	background-color:#fff;
    padding: 5px 0 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
	 box-shadow: 0 0 5px 5px #e5e7e7;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #f1f1f1;
    /*padding: 10px 0;*/
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }  
}

header {
  display: block;
background: rgba(71,80,60,0.9);
background-image: url(../img/bg.jpg);
background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  height:auto;

  /*margin-top:80px;*/
}


header .color-overlay {
    /*background: rgba(71,80,60,0.9);  */
	padding-bottom:0px;
}



header .intro-text {
	font-family: 'Lato', sans-serif;
	padding-top: 30px;
	text-align:left;
	font-size:34px;
	line-height:normal;
	/*text-transform:uppercase;*/
	padding-bottom:15px;
	color:#f8f8f8;
/*	text-shadow:#FFFFFF -1px 1px 0;*/

}
.intro-text span {color:#e3d000;}

section {
  /*padding: 100px 0;*/
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
  text-transform:uppercase;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
    font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
    font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: left;
  background-color:#f1f1f1;
}
footer span.copyright {
  line-height: 40px;
    font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
    font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
  float:left;
}
ul.social-buttons li a {
  display: block;
  /*background-color: #222222;*/
  height: 40px;
  width: 20px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color:#ccc;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align:center;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
 /* background-color: #fed136;*/
  color:#888;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.portfolio-modal .modal-dialog {
  margin: 0 auto;
  height: 50%;
  width: auto;
  
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 50%;
  padding: 20px 0 20px 0;
  text-align: center;
  margin:0 auto;
  width:38%;
  top:150px;
  background-color:rgba(71,80,60,0.9);
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
 /* margin-bottom: 30px;*/
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
    font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 55px;
  height: 60px;
  background-color: transparent;
  top: 8px;
  right: 0px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 20px;
  width: 1px;
  margin-left: 35px;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 20px;
  width: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #08a0e4;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}


/***** CSS by Anand Karre ****/
.gallop-logo{padding:25px 0;}
.afc-btn{background-color:#55a64c; padding:10px;}
.health-care{color:#6c8430;}
.quote{width:340px; /*border:1px solid #e1e1e1; border-radius:5px;*/ color:#333; height:125px;}
.quote-left{font-size: 40px; line-height:normal; position: relative; left: -145px; text-align: left; bottom: -10px; color:#d8d8d8;}
.quote-right{font-size: 40px; line-height:normal; position: relative; right: -145px; text-align: left; bottom: 60px; color:#d8d8d8;}

.quote p{font-size:24px; line-height:normal;   font-family: 'Lato', sans-serif; position: relative; bottom: 20px;}
.life{color:#339900;} .death{color:#dd0303;}
.header-subtext{font-size:16px; line-height:normal; color:#f3f3f3; text-align:left; font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.header-subtext li{font-size:15px; padding-top:10px; text-align:justify;}
.hs-etc{padding:15px; /*background:#fff3e3;*/ color:#f8f8f8; font-style:italic; font-weight:bold; }
.hs-etc h4{color:#7e9e04;}
.afc-header-btn{background-color:#55a64c; padding:10px 25px; display:block; border-color:#55a64c; margin-top:30px;}
.sad-btn{width:25%;}
.afc-header-btn a, .afc-header-btn a:hover, .afc-header-btn a:active{text-decoration:none; color:#fff;}

.body-content-bg{background-color:#ecf7ec; padding:25px 0;   font-family: 'Lato', sans-serif;}
.body-content-bg p{font-size:14px; line-height:normal;}
.section-padding{padding:0 !important;}
.healthcare-assured-bg{background-color:#1bb3fe; padding:15px 0;}
.healthcare-assured-bg h2{color:#fff !important;   font-family: 'Lato', sans-serif; font-size:40px; padding:0 !important; margin:0;}
.check-square{font-size:60px;}
.healthcare-assured-bg p{color:#fff; font-size:14px;   font-family: 'Lato', sans-serif; line-height:normal; padding:5px 0; z-index:1000;}
.circle{width:70px; height:70px; border-radius:70px;background-color:#1bb3fe; position:relative; display:block; top:85px; margin:0 auto; z-index:-10;}
.why-gallop{margin:25px;   font-family: 'Lato', sans-serif; }
.why-gallop h3{color:#1bb3fe; text-transform:uppercase; font-size:24px;   font-family: 'Lato', sans-serif; font-weight:bold; border-bottom:1px solid #cccccc; padding:15px; text-align:center;}
.why-gallop ul{padding:0; margin:0 0 0 25px;}
.why-gallop li{padding:10px 0 10px 10px; margin:0; font-size:14px; list-style-image:url(../img/arrow.png);}
.list-arrow{padding-right:25px; font-weight:bold; color:#70bd68; font-size:24px;}
.form-bg{background-color:rgba(0,0,0,0.5); padding:5px 15px 20px 15px; margin-top:25px;}
.form-bg h2{margin:10px 0;   font-family: 'Lato', sans-serif; font-size:24px;}
.form-btn{width:100%;   font-family: 'Lato', sans-serif;}
.cta-btn-whygallop{width:200px;   font-family: 'Lato', sans-serif; margin-top:5px; background-color:#ff9600; border:none;}
.cta-btn-whygallop:hover{width:200px;   font-family: 'Lato', sans-serif; margin-top:5px; background-color:#d47d00; border:none;}

.form-btn:hover,
.form-btn:focus,
.form-btn:active,
.form-btn.active,
.cta-btn-whygallop,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #ff9600;
  border-color: #ff9600;
}
.form-btn:active,
.form-btn.active,
.cta-btn-whygallop.active
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.h-line{width:100%; background-color:#ccc; height:1px;}

.pt{padding:80px 0;}
.hc{color:#1bb3fe;}

/****Circle Section CSS ***/
.hc-at-gallop{padding:0; margin:20px 0;}

.hc-at-gallop li{background:url(../img/ver-line.jpg) right no-repeat; /*border:5px solid #abdeab;*/ width:210px; height:210px; /*border-radius:100%;*/ list-style:none;   font-family: 'Lato', sans-serif; vertical-align:middle; font-size:13.5px; padding:5px; padding-right:15px; display:inline-block; margin:0 5px; margin-bottom:10px;}

.hc-at-gallop li:last-child{background:none;}

.icon{font-size:50px; padding:8px 0; display:block; width: 55px; text-align: center; margin: 0 auto; margin-bottom: 15px; margin-top:10px;}

	
	
	/**** Download Section CSS ****/
.downloads-bg{background-color:#3a3a3a; padding:50px 0; color:#fff;}
.btn-xl-download{background: url(../img/pdf-icon.png) no-repeat #047CBF 50px 6px;padding: 8px 30px 8px 30px; font-size: 12px;  margin:0 206px;}
.btn-xl-download-profile{background: url(../img/pdf-icon.png) no-repeat #047CBF 50px 6px;padding: 8px 10px 8px 10px; font-size: 12px; margin:0 206px;}
.download-border{border-right:1px solid #ccc;}
.col-lg-12 h4{color:#1bb3fe;}
.row-border{border:1px solid #ececec;}
.col-margin{margin:0 !important; padding:0 !important;}
.pb-none{padding-bottom:0 !important; padding-top:25px !important;}
.pt-none{padding-top:0 !important;}
.download-btn{background:#6c8430; border:none; padding:10px; font-weight:normal; margin:0 auto; text-transform:uppercase; color:#fff;}
.download-btn:hover{background:#405214; border:none; padding:10px; font-weight:normal; margin:0 auto; text-transform:uppercase; color:#fff;}

.modal-margin{margin-left:0 !important;}
.modal-form-control{display:inline-block !important;}
.modal-submit-btn{padding:5px 20px 5px 20px !important; font-size:20px; border-radius:5px !important; margin-top:10px;}
.portfolio-modal .modal-content p{font-size:12px !important; text-align:center; color:#fff !important;}
.text-left{text-align:left;}

.compliance-icon{background:url(../img/compliance-icon.png) no-repeat; width:61px; height:58px; }
.knowledge-icon{background:url(../img/knowledge-icon.png) no-repeat; width:48px; height:52px; }
.testers-icon{background:url(../img/testers-icon.png) no-repeat; width:79px; height:55px; }
.infra-icon{background:url(../img/infra-icon.png) no-repeat; width:50px; height:50px; }
.framework-icon{background:url(../img/framework-icon.png) no-repeat; width:53px; height:54px; }
.list-inline-padding {
   padding-right: 0 !important;
  padding-left: 0 !important;
}

.why-gollop-bg{background:#0e0801; padding-top:30px; padding-bottom:15px;}
.experience{background:url(../img/experience.png) center no-repeat; height:54px; display:block;}
.partnersship-icon{background:url(../img/partnersship-icon.png) center no-repeat; height:57px; display:block;}
.standards-icon{background:url(../img/standards-icon.png) center no-repeat; height:60px; display:block;}

.fast-icon{background:url(../img/fast-icon.png) center no-repeat; height:54px; display:block;}
.integrations-icon{background:url(../img/integrations-icon.png) center no-repeat; height:63px; display:block;}
.happy-icon{background:url(../img/happy-icon.png) center no-repeat; height:57px; display:block;}
.green-line{background: #669100; border-radius: 2px; height: 4px; width: 80px;	margin:15px auto;}
.analysts-icon{background:url(../img/analysts.png) center no-repeat; height:63px; display:block;}
.green-line-casestudy{background: #669100; border-radius: 2px; height: 4px; width: 80px; margin:15px 0;}

.who-we-are-text-color{color:#ccc;}
.f-size{font-size:16px;}
.who-we-are-gallop-logo{padding-top:150px;}
.testimonial-text{font-size:16px; padding-top:30px;}
.testimonial-text span{font-size:13px;}
.pt-casestudy{padding-top:25px; float:left;}
.carat-down-arrow{font-size:60px;}
.portfolio-modal .modal-content{width:50% !important; background-color:#3a3a3a; }


/* Portrait */
@media only screen and (max-width: 500px) {   

.circle{width:70px; height:70px; border-radius:70px;background-color:#1bb3fe; position:relative; display:block; top:50px; margin:0 auto; z-index:-10;}

.hc-at-gallop li{ border-bottom:1px solid #ccc; background:#fff;}

.download-border{border-right:none; border-bottom:1px solid #ccc; padding-bottom:10px;}
.header-subtext{width:320px;}
.sad-btn{width:100%;}
}

.content-section-a {
	padding:20px 0;
	background-color: #0e0801;
}

