*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM+Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


.video-background {
    position: relative;
    width: 90%;
    min-height: 100vh;
    background-color: rgba(255,255,255);
}

.caption {
    position: absolute;
    top: 33%;
    left: 7.7%;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.caption h1 {
   font-size: 5.8rem; 
   font-weight: 700;
   letter-spacing: .2rem;
   text-shadow: .1rem .1rem .8rem gold;
   padding-bottom: 1rem;
}

.caption p {
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem gold;
    padding-bottom: 1.6rem;
}

.btn-lg {
    border-width: medium;
    border-radius: 0;
    font-size: 1.1rem;
    padding: .6rem 1.3rem;
}

.section-heading {
    color: rgb(16, 39, 121);
}


.animated-gif {
   width: 1100px;
   height: auto;
   border-radius: 10px;
   display: block;
}

.about-btn {
    border-width: medium;
    border-radius: 0;
    font-size: 1.1rem;
    padding: .6rem 1.3rem;
}

.break-small {
    width: 268px;
    background-color: #fff000;
}

.break-small-about {
    width: 20px;
    height: 3px;
    background-color: #fff000;
}



#topBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #102779;
    color: gold;
    border: none;
    opacity: 0.8;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
}

.service-15 h1, .service-15 h2, .service-15 h3, .service-15 h4, .service-15 h5, .service-15 h6 {
  color: #3e4555;
}

.service-15 h6 {
        line-height: 22px;
    font-size: 18px;
}

.service-15 .font-weight-medium {
    font-weight: 500;
}

.service-15 a {
    text-decoration: none;
}

.service-15 .linking {
    color: orange !important;
}

.service-15 .linking:hover {
    color: #102779;
}

.service-15 .bg-light {
    background-color: #f4f8fa !important;
}

.service-15 .text-success {
    color: orange;
}

.service-15 .icon-round {
    width: 80px;
    line-height: 80px;
        font-size: 2rem;
}

.service-1 h1,
.service-1 h2,
.service-1 h3,
.service-1 h4,
.service-1 h5,
.service-1 h6 {
  color: #3e4555;
}

.service-1 .font-weight-medium {
  font-weight: 500;
}

.service-1 .bg-light {
  background-color: #f4f8fa !important;
}

.service-1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.service-1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.service-1 .wrap-service1-box .card-body {
  padding: 40px;
}

.service-1 .btn-success-gradiant {
  background: #102779;
  background: -webkit-linear-gradient(legacy-direction(to right), #102779 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(gold), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #102779 0%, gold 100%);
  background: -o-linear-gradient(left, #102779 0%, gold 100%);
  background: linear-gradient(to right, #102779 0%, gold 100%);
  border: 0px;
}

.service-1 .btn-success-gradiant:hover {
  background: gold;
  background: -webkit-linear-gradient(legacy-direction(to right), gold 0%, #2cdd9b 100%);
  background: -webkit-gradient(linear, left top, right top, from(gold), to(#102779));
  background: -webkit-linear-gradient(left, gold 0%, #102779 100%);
  background: -o-linear-gradient(left, gold 0%, #102779 100%);
  background: linear-gradient(to right, gold 0%, #102779 100%);
}

.service-1 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}


/* Projects.php */
.carousel-item {
    height: 50vh;
    min-height: 100px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    bottom: 240px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.msthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}