
body{
    width: 100%;
    overflow-x:hidden;
    padding: 0px;
}
img{
    object-fit: cover;
}
.navbar.header{
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: 800px;

}
.navbar.header .social a{
    color:#fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.footer_design {
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: 800px;
    height: 70px;
    padding: 23px;
}
.footer_contact{
    background-color: #32292C;
    height: 70px;
    padding: 13px;
}
.green_stripe_footer{
    height: 10px;
    background-color: #9DB524;
    /*margin-top:-10px;*/
}
.green_stripe{
    height: 20px;
    background-color: #9DB524;
    margin-top:-10px;
}
.date_display {
    color: #fff;
    margin-bottom: -5px;
}
.dmark-landing {
    padding: 30px 0px;
}
.dmark-landing .container {
    background-color: #fff;
}
.dmark-landing .slider .carousel-inner img{
    height: 414px;
}
.dmark-landing .dmark_logo img{
    height: 150px;
    margin-right: auto;
    margin-left:auto;
    display:block;
    margin-top: -10px;
}
.login_form {
    display: block;
    border: 1px solid #286896;
    padding: 30px 30px 0px;
    margin: 20px auto;
    width: 350px;
    background-color: #fff;
}
.navbar-brand img{
    height: 50px;
}
.login_form h3 {
    font-size: 18px;
    font-weight: bold;
    color: #286896;
    text-align: center;
}
.login_form input {
    width: 100%;
    border: 1px solid #286896;
    margin: 10px 0px 0px;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 0px;
}

.login_form ::placeholder {
  color: #286896;
}
.login_form button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    border-radius: 0px;
    background-color: #9DB524;
    border: none;
    margin-top: 15px;
}

.login_form button:hover{
    background-color: #286896;
    border: none;
}

.footer{
    height: 70px;
}
.footer .footer_design p{
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.footer_contact .socials i {
    font-size: 16px;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 5px;
}
.header .social i {
    font-size: 16px;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: 5px;
}
.footer_contact .socials i:focus , .footer_contact .socials i:hover {
    color: #9DB524;
}

.header .socials i:focus , .header .socials i:hover {
    color: #9DB524!important;
}

.footer .footer_contact p {
    color: #fff;
    margin: 3px;
    font-size: 13px;
}

.footer .footer_contact .get_in_touch p{
    margin-top: -60px;
    height: 50px;
    background-color: #32292C;
    width: 150px;
    padding: 10px;
    text-align: center;
    float: right;
    margin-right: 20px;
    border-radius: 5px;

  /*  border-bottom: 100px solid #32292C;
      border-left: 25px solid transparent;
      height: 0;*/
      /*width: 100px;*/

}
.footer .footer_contact .get_in_touch {
    margin: 0 0 0 70%;
  /*  transform-origin: top left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);*/

}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    font-weight: bold;
}

.bg-primary {
    background-color: #286896 !important;
}
.copyright a{
    color:#fff;
}
.copyright a:hover{
    color:#212529;
    text-decoration:none;
}
.my_date{
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    margin-left: 10px;
    background: rgba(157, 181, 36, 0.5);
}
.nav-link.send_mail {

    background-color: #9DB524;
    margin-bottom: -23px;
    height: 60px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    padding: 13px 0px;

}
.carousel-control-next i{
    background-color: #9DB524;
    color: #fff;
    font-size: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 5px;
    /*margin-right: -150px;*/
}
.carousel-control-prev i{
    background-color: #9DB524;
    color: #fff;
    font-size: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 5px;
    /*margin-left: -150px;*/
}
.carousel-caption {
    background-color: rgba(50, 41, 44, 0.8);
    height: 150px;
    width: 100%;
    margin-left: -15%;
    margin-bottom: 110px;
    padding: 25px 10px;
}
.carousel-caption  p{
    padding: 0% 13%;
    text-align: justify;
    font-size: 18px;
}
.carousel-control-prev  {
    z-index: 10;
}
.carousel-control-next  {
    z-index: 10;
}
