html,body{
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-family: 'Rajdhani', sans-serif;
}

section {
    padding: 50px;
}

.section-no-padding {
    padding: 0px;
}
.section-black {
    background-color: #212121;
    color: #fff;
}



.section-title{
    text-align: center;
}

.section-title > h3 {
    text-align: center;
    font-size:35pt;
}

.section-title > h4 {
    text-align: center;
    font-size:50pt;
}

.section-title > p {
    text-align:center;
    font-size: 15pt;
}

.section-body{
    max-width: 900px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 80px;
    overflow: hidden;
}

.section-body-sm{
    padding-top: 40px;
}

.section-body-lg{
    max-width: 100% !important;
    margin: auto;
    width: 100% !important;
}

.section-body-rs{
    max-width: 900px !important;
    margin: auto;
    
}

.section-body-h2 {
    margin-bottom: 30px; 
}

.section-body-p {
    font-size: 16pt;
}

.btn-cont{
    cursor: pointer;
}

.btn-port {
    background-color: #a42216 !important;
    color: #fff;
}

.btn-home-contact {
    background-color: #fff !important;
    color: #212121;
}


.text-center {
    text-align: center;
  }

.contact-btn {
    width: 250px;
    height: 50px;
    background-color: #a42216;
    margin-top: 30px;
    border: 3px solid #a42216;
    color: #fff;
    font-size: 15pt;
    display: block;
}

a.contact-btn {

    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;

}

.contact-btn:hover{
    background: #72140b;
    border: 3px solid #72140b;
    color: #ddd;
}

.contact-btn-res {
    width: 100%;
}


/*PORTFOLIO*/

.section-p-links a {
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
    margin: 5px;
    display: inline-block;
    color: #212121;
    text-align: center;
}

.section-p-links a.active {
    color: #fff;
}

.hero-pricing {
    background: rgba(0, 0, 0, 0) url("../img/services hero.jpg") no-repeat fixed center top / cover;
    height: auto;
    width: 100%;

}

.hero-services {
    background: rgba(0, 0, 0, 0) url("../img/black-and-white-books-business-251225.jpg") no-repeat fixed center top / cover;
    height: auto;
    width: 100%;

}
.hero-services2{
   /*background: rgba(0, 0, 0, 0) url("../img/business-computer-desk-1036808.jpg") no-repeat fixed center top / cover;*/
   background:#232a34;
    height: auto;
    width: 100%;
}
.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.add-padding {
    padding-top: 80px;
}

.show {
    display: block !important;
}

.hide,
.port {
    display: none;
}

.gallery-img{
    margin: 5px;
}

.gallery-img:hover {
    border:1px solid #ddd;
}

.port-message{
    text-align: center;
    font-weight: bold;
}

/****************
TEAM
*/

.img-container {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.img-container img {
    display: block;
    width: 100%;
    height: auto;
    
}

.img-container .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.img-container:hover .overlay {
    opacity: 1;
}


/****************
TEAM
*/


.img-responsive {
    width: 100%;
}

.add-break {
    padding: 60px;
}

.cCard {
    background-color: #fff;
    padding: 35px;
    margin: 10px;
    color: #212121;
    text-align: center;
    box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
}

.cCard-less-padding {
    padding: 15px;
} 

.cCard span {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 16pt;
    color: #a42216;
}

.cCard ul {
    padding: 0px;
    margin: 0px;
}

.cCard ul li {
    list-style: none;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.cCard ul li.strike {
    text-decoration: line-through;
}

/*utils*/
.add-margin-top {
    margin: 80px;
    display: block;
}

@media all and (max-width:760px){

    .contact-btn {
        width:100%;
        margin-bottom: 30px;
    }

}

/*==================*/
.hero {
    position: relative;
    display: flex;
    align-items: left;
    justify-content: left;
    padding: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-top: 66px;
    padding-bottom: 66px;
    color: #fff;
    height: 100%;
    max-height: 500px;
    z-index: 0;
}

.hero__background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero__background-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #232a34;

}

img {
    max-width: 100%;
}

.hero__centered-content {
    max-width: 650px;
    width: 100%;
    z-index: 2;
    text-align: left;
    color: #fff;
}

.hero__title, .hero__title-2 {
    display: block;
    font-size: 72px;
    line-height: 42px;
    letter-spacing: -.10px;
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 400;
    font-weight: 700;
    
}
.hero__title{
    font-weight: bold;
}
.hero__title-2 {
    margin-top: 10px;
    color:#fff;
    font-size: 22px;
}

.hero__footer {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    z-index: 3;
}

.footer {

    padding-top: 25px;
    padding-bottom: 25px;
    background: #212121;
    color:#fff;

}

.spacer-md {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sale-heading {
    font-weight: bold;
    color: #c6212a;
}

.ul-footer > li{list-style: none;}

.ul-footer-margin > li{
    margin-bottom: 10px;
}

.circle-div{
    text-align: center;
    padding: 50px;   
}

.service-items {
    text-align: left;
    font-size: 15pt;
}

.service-items ul li {
    list-style: none;   
}

.service-class{
    color: #c13e32;
    font-size: 13pt;
}

.service-heading{
    font-size: 17pt;
    text-align: center;
}

.mini-card{
    padding:15px;
    margin:5px;
    background: #fcfcfc;
    color: #212121;
    font-size: 16pt;
    border-radius: 10px;
    max-width: 500px;
}

.mini-card span {
    font-weight: bold;
}


.calltoaction {
    background: url('../img/actionCall.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top:50px;
    padding-bottom:50px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.calltoaction input {

    background: #fff;
    color: #212121;
    width: 150px;
    height: 50px;
    border: 0px;
    margin: 10px;

}



.section-block{

    margin: 10px;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 

}



p.home-text-desc{

    font-size: 3vw;

}



.div-title-1 {

    margin-bottom:25px;

    font-size: 50pt; 

    

}



.div-title-2 {

    

    font-size: 22pt; 

    color: #fff;

    text-align: center;

    

    background: url('../img/gradiant-header.svg');    

    background-repeat: no-repeat;

    background-size: cover;

}



.div-sub-list {

    

    margin-top: 20px;

    margin-bottom: 20px;

    

}



.section-block-sub{

    padding: 15px;

}

.service-items-nopadding ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
} 

.service-items-nopadding li {
    padding: 0px; 
    margin: 0px;
}


.div-title-3 {

    margin-bottom:25px;

    font-size: 30pt; 

}

.gal-img {
    display: none;
}

.img-active {
    display: block;
}

@media all and (max-width: 1300px){ /*ipad*/

    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cCard{
        padding: 25px;
        margin: 10px;
    }

}


@media all and (max-width:756px){ /*(max-width:490px){*/
   
    .hero__title, .hero__title-2 {
        font-size: 52px;
    }

    .hero__title-2 {
        font-size: 22px;
    }

    .hero-services, .hero-pricing, .hero-services2{
        background-attachment: scroll;
    }

    section {
        padding: 30px;
    }

    .section-body{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .section-body-h2 {
        margin-top: 30px;
        margin-bottom: 20px; 
        text-align: center;
    }

    .section-body-p{
        padding-top:25px;
        text-align: center;
        padding-bottom:50px;
    }

    .img-container {
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .service-items{
        text-align: center;
    }

    .service-items ul {
        padding: 0px;
        margin: 0px;
    }



}

@media all and (max-width: 460px){
 
    .img-res-hide {display: none}

    .mini-card{
        padding:7px;
        margin:5px;
        
    }

    section {
        padding-left: 30px;
        padding-right: 30px;
    }

    
}