body {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  letter-spacing: 0.02rem;
  font-weight: 400;
  min-width: 320px;
  color: #646464;
}
strong {
  font-weight: 700;
  color:#000; 
}
a, a:hover {
  color: #646464; 
}
p {
  text-align: justify;
}
h1, h2, h3, h4 {
  color:#000;
}
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1.12rem;
 }

#mainNav .navbar-nav {
  margin-top: 1rem;
  letter-spacing: 0.04rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #656565;
  background-color: #efece3;
  transition: all .5s ease;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
  background-color: #134b6b;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active {
  color: #fff;
  background-color: #19638d;
}

#mainNav .navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
  background-color: #19638d;
}

#mainNav .navbar-toggler {
  font-size: 100%;
  padding: 0.8rem;
  background-color: #19638d;
}
#mainNav .navbar-toggler:hover {
  background-color: #134b6b;
}
.dropdown-menu {
    padding: 0.5rem 0;
    margin: 0.2rem 0;
    font-size: 1.12rem;
    color: #656565;
    background-color: #EFECE3;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0;
}
.dropdown-item {
    font-weight: 500;
    color: #656565;
    transition: all .3s ease;
}
.dropdown-item.present {
  background-color: #D3D1C1;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
#slider,
.carousel-control-prev, 
.carousel-control-next {
  padding-top: 138px;
}

.carousel-item {
  min-height: 445px;
}
.carousel-item .bgslide {
  background-size: cover;
  background-position: center center; 
  position: absolute;
  left: 0;  
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
  width: 35px;
  height: 35px;
}
 .carousel-control-prev,
 .carousel-control-next {
  z-index: 3;
 }
.carousel.fade {
  opacity: 1;
}
.carousel.fade .carousel-item {
  opacity: 0;
  transition: opacity .75s ease-in-out;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  
}
.carousel.fade .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.carousel-caption h1 {
  font-size: 3.5rem;
  color: #fff; 
  font-weight: 600;
}
.roundcolor {
  color: rgba(255, 255, 255, 0.16);
}
.roundcolor2 {
  color: #021120;
}
.roundcolor3 {
  color: #e69d67;
}
.roundcont {
  color: #19638D;
}
.roundicon {
  line-height: 1.3;
}
.color1 {
  background-color: #43857e;
  transition: background .5s;
}
.color1:hover, .color1:focus {
  background-color: #29504D;
}
.color2 {
  background-color: #800009;
  transition: background .5s;
}
.color2:hover, .color2:focus {
  background-color: #5F0308;
}
.color3 {
  background-color: #b16a35;
  transition: background .5s;
}
.color3:hover, .color3:focus {
  background-color: #744627;
}
.color4 {
  background-color: #19638d;
  transition: background .5s;
}
.color4:hover, .color4:focus {
  background-color: #0F3448;
}
.color1 .roundcolor,
.color2 .roundcolor,
.color3 .roundcolor,
.color4 .roundcolor {
  transition: all 1s ease;
}
.color1:hover .roundcolor,
.color2:hover .roundcolor,
.color3:hover .roundcolor,
.color4:hover .roundcolor {
  color: rgba(0, 0, 0, 0.40);
}
.service {
  border-bottom: 12px solid rgba(255, 255, 255, 0.16);
}
.service a {
  color:#fff;
  text-decoration: none;
}
#welcome .row,
#mainservices .row {
  padding: 70px 0 60px 0;
}
.begintext {
  padding: 70px 0 0 0;
}
.gentext {
  padding: 50px 0 0 0;
}
.lasttext {
  padding: 50px 0 70px 0;
}
.row h3 {
  margin-bottom: 2rem;
}
.row h4 {
  margin-bottom: 1.5rem;
}
.insidetit {
  padding-top: 50px;
}
.servicedesc .row {
  padding: 50px 0 60px 0 ;
}
.maininfo {
  padding-right: 3rem;
}
.rightinfo {
  padding-left: 3rem;
}
.maininfo h1,
.rightinfo h1 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.orangetext {
  color:#b16a35;
}
.about {
  background-color: #efece3;
  padding: 2.2rem;
  font-size: 15px;
}
#our .row {
  padding: 60px 0;
}
#service1 .row, 
#service2 .row, 
#service3 .row, 
#service4 .row {
  padding: 40px 0;
}
#our h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #e69d67;
  margin-bottom: 3rem;
  display: inline-block;
  border-bottom: 1px solid #e69d67;
  padding-bottom: 0.5rem;
}
.mission {
  padding: 0 40px;
}
.mission2 {
  padding: 0 30px;
}
.ourback {
  background-color: rgba(5, 79, 171, 0.28);
}
#our, 
#service1, 
#service2, 
#service3, 
#service4 {
  background-image: url(../img/homebg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  clear: both;
}
.serviceback .fa-5x {
  float:left;
  line-height:1;  
}
.serviceback h2,
.serviceback h3 {
  line-height:85px;
  color: #fff;
  margin-bottom: 0;
}
#service1 .serviceback {
  background-color: rgba(67, 133, 126, 0.40);
}
#service2 .serviceback {
  background-color: rgba(125, 0, 9, 0.40);
}
#service3 .serviceback {
  background-color: rgba(177, 106, 53, 0.40);
}
#service4 .serviceback {
  background-color: rgba(25, 99, 141, 0.40);
}
#colorlib-counter {
 clear: both;
}
.contactinfo {
  background-color: #B2AFA0;
  padding: 40px 0 25px;
}
footer {
  font-size: 12px;
}
.contact p {
  font-size: 14px;
  margin-bottom: 5px;
}
 .copyright {
  padding: 20px;
}
.card {
  margin-bottom: 10px;
}
.card p a {
  text-decoration: underline;
  font-weight: bold;
}
.card p a:hover {
  color:#19638D;
}
.card-header,
.card-link {
  background-color:#19638D;
  color:#fff;
}
.card-link:hover {
  text-decoration: underline;
  color: #fff;
}
.card-body {
  padding: 20px 50px 10px 50px;
}
 .card-body p {
  padding:10px 0 5px 0;
}
.fa-ul {
  margin-left: 3em;
}
.fa-ul>li {
  line-height: 1.8;
  text-align: justify;
}
.fa-li {
  color: #2793C3;
  left: -2.5em;
}
.num {
  background-color: #2793C3;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align:center;
  line-height: 40px;
  display: inline-block;
}
.trust {
  background-color: #efece3;
  padding: 2.8rem;
}

 .contactform {
  background-color: #efece3;
  padding: 2.2rem;
}
#contacts .fa-3x {
  float:left;
  line-height:1;
  margin-right: 20px;  
}
.onerow {
  line-height: 3;
}
.text-danger {
  font-size:14px;
}
.form-control {
  border:none; 
} 
.btn-primary {
  background-color:#19638D;
  border:none;
}
.btn-primary:hover {
  background-color:#0D3448;
}
#contact-map {
  min-height: 450px;
}


@media (max-width: 575.98px){
  #mainNav .navbar-brand img {
    max-height: 70px !important;
  } 
  #slider,
  .carousel-control-prev, 
  .carousel-control-next {
    padding-top: 112px;
  }
  .carousel-item {
    min-height: 180px;
  }
  .carousel-caption {
    right: 10%;
    bottom: 5px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
  }
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .maininfo {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  #welcome .row {
    padding: 50px 0 0 0;
  }
  #contacts .lasttext {
    padding: 0;
  }
  .card-body {
    padding: 10px 30px 5px 30px;
  }
  .card-body p {
    font-size:14px;
  }
  .rightinfo {
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-item {
    min-height: 250px;
  }
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .maininfo {
  padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-item {
    min-height: 300px;
  }
  .carousel-caption h1 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    height: 60px;
  }
}
