body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #3d8af7;
}

hr.light {
  border-color: #fff;
}

a {
  color: #1966a3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #424242 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mylogin {
    background-color:transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,'Open Sans', 'Helvetica Neue', Arial, sans-serif;
      text-transform: capitalize;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px 5px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#mylogin:hover {
  background-color: #fff;
  color: #333;
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #1966a3;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 600;
  color: whitesmoke;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #1966a3;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #1966a3 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: whitesmoke;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgb(0, 0, 0);
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #1966a3;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #1966a3;
  }

  #mainNav.navbar-shrink #logowhite{
    display:none;
  }
    #mainNav.navbar-shrink #logoblack{
    display:block !important;
  }
    #mainNav.navbar-shrink #mylogin{
      color:black;
      border-color: black;
    }
}


.videofullscreen {

  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

}

@-webkit-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.customFadeInUp {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-color:#303742;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 1.5rem;
}

header.masthead p {
  font-weight: normal;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(39, 171, 225, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

a.btn-cta {
  display: inline-block;
  padding: 11px 29px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  color: #333;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.btn-cta:hover {
  color: #fff;
  background: transparent;
}

.btn-primary {
  background-color: #1966a3;
  border-color: #1966a3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #5f9cdf !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.footer-bs {
    background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
	text-align: center;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .navbar-brand{
	margin-right: 0rem;
}

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.logo{
	width: 100px;
	filter: drop-shadow(5px 5px 5px #000);
}

.footer-bs .logo{
	width: 150px;	
	margin-bottom: 50px;
}

#mainNav > li {
	text-color: black;
}

#mainheader{
	color: whitesmoke;
}

.mb-3{
	color: white;
}

.btn-default {
  background-color: #3c3d41;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 12px;
  color: rgba(255,255,255,0.5);
  padding: 5px 30px;
  margin: 4px 2px;
  width: 180px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #000;
  background-color: rgba(255,255,255,0.8) !important;
}

.btn-default:active, .btn-default:focus {
  background-color: #3c3d41; 
  border: 2px solid rgba(255,255,255,0.5);
}

#social > li{
	display: inline;
}

.agency-portfolio {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #F9F8F8;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .agency-portfolio {
    padding-bottom: 60px;
  }
}
.agency-portfolio h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.agency-portfolio .project {
  width: 100%;
  margin-right: 35px;
  margin-bottom: 35px;
  overflow: hidden;
  display: block;
  position: relative;
}
.agency-portfolio .project:hover .mask {
  opacity: 1;
}
.agency-portfolio .project:hover .mask .info {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio .project:hover .mask .btn-see-project {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio .project:hover .pic {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.agency-portfolio .project .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 101, 144, 0.9);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .mask .info {
  display: block;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .mask h3 {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 500;
}
.agency-portfolio .project .mask p {
  color: #BFCEEC;
  font-size: 15px;
  font-weight: 500;
}
.agency-portfolio .project .mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio .project .pic {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 280px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.agency-portfolio-gallery {
  margin: 10px auto 0;
  text-align: center;
  max-width: 1400px;
}
.agency-portfolio-gallery .project {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 5px;
}
.agency-portfolio-gallery .project:hover .mask {
  opacity: 1;
}
.agency-portfolio-gallery .project:hover .mask .info {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .mask .btn-see-project {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .pic {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.agency-portfolio-gallery .project .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 101, 144, 0.9);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask .info {
  display: block;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask h3 {
  margin-top: 70px;
  font-size: 23px;
}
.agency-portfolio-gallery .project .mask p {
  color: #BFCEEC;
  font-size: 15px;
  font-weight: 600;
}
.agency-portfolio-gallery .project .mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .pic {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.agency-portfolio-cta {
  margin-top: 100px;
  text-align: center;
  margin-bottom: -50px;
}
.agency-portfolio-cta h3 {
  font-size: 28px;
  color: #4a5969;
}
@media (max-width: 767px) {
  .agency-portfolio-cta h3 {
    font-size: 25px;
  }
}
.agency-portfolio-cta p {
  font-size: 16px;
  color: #7B899E;
  margin-top: 18px;
  line-height: 28px;
}


.agency-portfolio-hero {
  margin-top: 20px;
}
.agency-portfolio-hero h1 {
  color: #333;
  text-align: center;
  font-size: 29px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .agency-portfolio-hero h1 {
    font-size: 26px;
  }
}
.agency-portfolio-hero p {
  margin-top: 13px;
  text-align: center;
  font-size: 17px;
  color: #777;
}

.section-small-padding {
 padding:0.5rem 0;
}

.portfolio-bottom-margin{
  margin-bottom:70px;
}

.index-features {
  margin-top: 120px;
  background: #fafafa;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  padding: 70px 0 40px;
}
.index-features header {
  position: relative;
}
.index-features header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 87%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.index-features header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 767px) {
  .index-features header h3 {
    font-size: 23px;
  }
}
.index-features header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
.index-features .features {
  margin: auto;
  margin-top: 110px;
  width: 88%;
}
@media (min-width: 992px) {
  .index-features .features .icon {
    margin-right: 20px;
  }
}
.index-features .features .feature {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .index-features .features .feature {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.index-features .features section {
  width: 83%;
  float: right;
}
@media (max-width: 991px) {
  .index-features .features section {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
.index-features .features section h4 {
  margin-top: 0;
  font-size: 17px;
  color: #53575f;
}
.index-features .features section p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 95%;
}

.sr-icons{
  color:#27abe1;
}


.index-clients {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-clients {
    margin-top: 50px;
  }
}
.index-clients header {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.index-clients header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 11px;
}
.index-clients header h4 {
  position: relative;
  top: -8px;
  padding: 0 40px;
  background: #fff;
  color: #97A8B8;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.8px;
  word-spacing: 1.6px;
  font-weight: 600;
  line-height: 24px;
}
.index-clients .img-responsive {
  margin: 0 auto;
}

.index-clients .supportof{
  color: #97A8B8;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.8px;
  word-spacing: 1.6px;
  font-weight: 600;
  line-height: 24px;
}

.btn-shadow {
  border: 0;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 23px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-shadow:hover, .btn-shadow:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(23, 43, 99, 0.3) 0 8px 35px;
}
.btn-shadow:active {
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px, inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-shadow.btn-shadow-sm {
  font-size: 11px;
  padding: 7px 14px;
}
.btn-shadow.btn-shadow-lg {
  font-size: 14px;
  padding: 16px 31px;
}
.btn-shadow.btn-shadow-secondary {
  background: #fff;
  color: #444;
  text-shadow: none;
}
.btn-shadow.btn-shadow-primary {
  background: linear-gradient(#2083fe, #1d7bf0);
}
.btn-shadow.btn-shadow-dark {
  background: #2C394D;
}
.btn-shadow.btn-shadow-info {
  background: #42B1E2;
}
.btn-shadow.btn-shadow-warning {
  background: #E2B477;
}
.btn-shadow.btn-shadow-success {
  background: #0ad6bc;
}
.btn-shadow.btn-shadow-danger {
  background: #bd4242;
}
.modalheaders{
  color: #25aae1;
}

.index-clients .img-small
{
  height:100px;
}

.modal-images{
 width:100%;
}

.modal-header{
  background-color:#01a4df ;
  color:white;
}