/* font family */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    font-family: 'PT Sans', sans-serif;
}
/*Preloader*/

.preloader_bg{
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
.c_preloader{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.preloader-bg-img {
    z-index: 99;
}
.preloader-fnt-img{
    position: absolute;
    z-index: 999;
    top: 12%;
    max-width: 370px;
    left: 20%;
    transform: translate(-20%);
}

/*End Preloader*/
.bg-dd {
    background: #ecedef;
}

.navbar-nav {}

.navbar-nav li.active {
    background: #1a1c33;
    color: #fff !important;
    padding: 0 15px;
}

.navbar-nav li {
    margin-right: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #1a1c33;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(26, 28, 51);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

/* --- Banner -- */
.bannerP {
    position: relative;
}

.carousel-caption {}

.carousel-caption h5 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1c33;
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.about-top {
    position: relative;
    bottom: 50px;
    background: #fff;
    padding: 15px 25px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    box-shadow: 0px 2px 23px 2px #33333380;
}

.about-top h6 {
    color: #1a1c33;
    font-weight: 600;
}

.about-top h5 {
    color: #1a1c33;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}

/*
.cau-overlay {
    background: #1a1c3394;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*/

.carousel-caption {
    max-width: 450px;
    margin: 0 auto;
    position: absolute;
    right: 45%;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.bnr-lrn-more {
    background: #1a1c33;
    color: #fff !important;
    font-size: 16px;
    padding: 7px 15px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: 500;
    transition: all 1s;
}
.bnr-lrn-more ::hover{
  color: #1a1c33;
background: #ddd !important;  
}
/*about section*/
.about {
    margin: 0px 0 40px;
}

.sec-heading {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    FONT-WEIGHT: 600;

}

.sec-heading .hd-dot {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #0c0c32;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 4px;
}

.about-box {
    padding: 0 20px;
}

.about-icon {
    background: #edeef2;
    padding: 20px;
    border-radius: 50%;
    font-size: 25px;
    color: #1a1c33;
    margin-bottom: 15px;
}

.about-sub-head {
    font-weight: 600;
    color: #1a1c33;
}

.about-sub-txt {
    font-weight: 500;
    font-size: 16px;
}

/*End about section*/

/*service section*/
.service {
    padding: 35px 0;
}

.service-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 1s;
    cursor: pointer;
}
.service-box2 {
    background: #ecedef;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 1s;
    cursor: pointer;
}
.service-box:hover {
    background: #1a1c33;
    color: #fff;
}

.service-box:hover .servic-icon {
    color: #fff;
}
.service-box:hover .service-sub-head {
    border-top: 5px solid #fff;
}

.servic-icon {
    color: #333;
    display: block;
    margin: 15px 0;
}

.service-sub-head {
    font-weight: 600;
    border-top: 5px solid #1a1c33;
    padding-top: 20px;
    transition: all 1s;
    text-transform: uppercase;
}

.service-content {
    font-size: 16px;
	text-align:justify;
}

/*End service section*/

/*Why Reddell*/
.why-reddell {
    padding: 40px 0;
}

.why-reddell-txt {
    font-size: 16px;
    color: #1a1c33;
}

.sec-heading .hd-dot2 {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #1a1c33;
    bottom: -20px;
    left: 0;
    border-radius: 4px;
}

/*End Why Reddell*/
/* request call back  */

.request-call-back {
    background: url(../images/call-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}

.contact-box {
    background: #fff;
    padding: 20px;
    margin: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ced4da7a;
    background-clip: padding-box;
    border: 1px solid #1a1c335e;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cstm-btn {
    background: #1a1c33;
    border: none;
    padding: 5px 20px;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
}

/* End request call back  */

/*from our blog*/
.from-blog {
    padding: 50px 0;
}

.blog-content {
    margin-top: 10px;
    font-size: 16px;
    color: #1a1c33;
}

.blog-read-more {
    font-size: 16px;
    color: #0056b3;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

/*End from our blog*/
/*Footer */

footer {
    background: #333;
    color: #fff;
    padding: 35px 0;
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.footer-link {
    display: flex;
    justify-content: space-between;
}
.breadcrumb-item a{
    color: #1a1c33 !important;
}
.footer-link li a{
    color: #ddd;
    font-size: 14px;
}
.clr-blue{
    color: #1a1c33!important;
}
.newsletter-txt {
    font-size: 15px;
}

.newsletter-input {
    width: 100%;
    padding: 5px 10px;
    background: #888484;
    border: none;
    outline: none;
}

.newsletter-input::placeholder {
    color: #fff !important;
}

hr {
    background: #ddd;
}

.footer-logo-txt {
    font-size: 14px;
}

/*End Footer */

/*About Us Page*/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    margin-top: 15px;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
.breadcrumb-item{
    font-size: 18px;
    font-weight: 500;
}
/*End About Us Page*/

/* service page  */
.hd-sub-sub{
    font-size: 18px;
    display: block;
}
/* End Service Page  */

/* == Contact Us Page == */

.address {
    
}
.address h5{
    font-size: 22px;
    color: #1a1c33;
}
.address p{
       font-size: 17px;
    margin-left: 10px; 
}
/* == End Contact Us Page == */
/* === Media Query === */
/* About top */
@media screen and (max-width:768px) {
    .navbar-toggler {
        float: right;
        margin-top: 15px;
    }

    .navbar-nav li {
        margin-right: 20px;
        font-weight: 600;
        font-size: 16px;
        color: #1a1c33;
        padding: 0 18px;
    }

    .about-top {
        margin-top: 0px;
        position: relative;
        bottom: 0;
        background: #fff;
        padding: 15px 25px;
        left: 0;
        transform: translate(0);
        text-align: center;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .border-right {
        border-bottom: 1px solid #dee2e6 !important;
        border-right: 0 !important;
        padding: 10px 0;
    }

    .blog-box {
        margin-bottom: 20px;
    }
}

/* End About top */
/* === End Media Query === */
