/************* Standard CSS section for desktop and laptop browsers **************/

/*------------------------------------------------------------------------------
Base HTML
------------------------------------------------------------------------------*/
html,
body{
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.42857143;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 400;
    line-height: normal;
    color: rgba(253, 65, 20, 1);
}
h1{
    font-size: 40px;   
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 30px;   
}
h5{
    font-size: 24px;
}
h6{
    font-size: 22px;
}
p{
    margin-bottom: 40px;
}
a, 
a:visited,
a:hover{
    color: rgba(253, 65, 20, 1);
}
input, 
select, 
textarea{
    font-size: 16px;
    font-weight: 300;
}
/*------------------------------------------------------------------------------
Common Classes
------------------------------------------------------------------------------*/
.container-full-width{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container{
    width: 100%;
    max-width: 960px;
}
.col-inner{
    padding-left: 30px;
    padding-right: 30px;
}
.no-gutters{
    padding-left: 0;
    padding-right: 0;
}
.no-gutters-left{
    padding-left: 0;
}
.no-gutters-right{
    padding-right: 0;
}
.djar-clear{clear:both;}
/* clearfix code */
.djar-clearfix:after{
    clear:both;
    content: '.';
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    visibility:hidden;
}
/* End clearfix code */
.special-box{
    padding: 40px 25px;
    margin: 0 0 20px;
    background-color: rgba(253, 65, 20, 1);
    border-radius: 10px;
    color: #fff;
}
.special-box h5{
    color: #fff;
}
.special-border-box{
    margin-bottom: 40px;
    padding: 0 0 10px;
    border:solid 5px rgba(253, 65, 20, 1);
}
.media-box{
    border: 2px solid rgba(0,0,0,0.15);
    padding: 5px !important;
    margin-bottom: 20px;
    background: #fff;
}
.font-sm-16,
.media-box-caption{
    font-size: 16px;
}
.btn-primary,
.btn-primary:visited,
.btn-primary:hover{
    color: rgb(255, 255, 255);
    background: rgb(225, 93, 58);
    border-color: rgb(225, 93, 58);
    white-space:normal;
    word-wrap: normal;
}
.btn-primary:hover{
    background: rgba(225, 93, 58,.7);
}
.btn-primary h4,
.btn-primary:visited h4,
.btn-primary:hover h4{
    color: #fff;
}
.btn-group-lg{
    width: 100%;
    margin-bottom: 40px;
}
.btn-group-lg p{
    margin-bottom: 10px;
}
.fa-check-circle,
.fa-check-circle-o{
    color: rgba(0, 255, 0 ,.9);
    line-height: .8em;
}
.big-red-position{
    padding-left: 55px;
    position: relative;
}
.fa-close.big-red{
    font-size: 60px;
    color: #f00;
    vertical-align: middle;
}
.fa-close.big-red-alignment{
    display: inline-block;
    line-height: .5;
}
.fa-close.big-red-alignment:before{
    position: absolute;
    top: 0; 
    left: 0;
    font-size: 60px;
    color: #f00;
}
/*------------------------------------------------------------------------------
header Classes
------------------------------------------------------------------------------*/
header{
    padding-bottom: 40px;
}
/*------------------------------------------------------------------------------
Footer Classes
------------------------------------------------------------------------------*/
footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(29, 36, 42, 0.9);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
footer p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
footer .copyright, 
footer .copyright a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
}
footer .copyright li:first-child{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
/************* END Standard CSS section for desktop and laptop browsers **************/

/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
    /*------------------------------------------------------------------------------
    Base HTML
    ------------------------------------------------------------------------------*/
    body{
        font-size: 17px;
    }
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 25px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    .djar-hide-on-mobile {
        display:none;
    }
    
    /*------------------------------------------------------------------------------
    Common Classes
    ------------------------------------------------------------------------------*/
    .btn-group-lg{
        white-space: normal;
    }
    .col-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    /*------------------------------------------------------------------------------
    Base HTML
    ------------------------------------------------------------------------------*/
    body{
        font-size: 20px;
    }
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 35px;
    }
    h3{
        font-size: 27px;
    }
    /*------------------------------------------------------------------------------
    Common Classes
    ------------------------------------------------------------------------------*/
    .btn-group-lg{
        white-space: normal;
    }
    .col-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    /*------------------------------------------------------------------------------
    Base HTML
    ------------------------------------------------------------------------------*/
    body{
        font-size: 22px;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 32px;
    }
    /*------------------------------------------------------------------------------
    Common Classes
    ------------------------------------------------------------------------------*/
    .btn-group-lg{
        white-space: normal;
    }
    .col-inner{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1542px) {
}
/*************END media queries**************/