
/*****RJ Stylesheet 2021****/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**********

RESET CSS

**************/

body {
    text-rendering: optimizelegibility;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    font-size: 16px;
    overflow-x : hidden;
    padding: 0px !important;
    color:#333;
    background: white;
    letter-spacing: normal;
    text-justify: distribute;
}
body,html,ul,li {

    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
}
h1, h2, h3, h4{
    font-family: 'DM Serif Display', serif;
}
a:hover{
    color: #1976d2;
    text-decoration: none;
}
p{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    text-justify: distribute;
}
.text-justify{
    text-justify: distribute;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus,a:hover {
    outline: 0 solid;
    text-decoration: none;
}
button:focus,input:focus {
    outline: 0 !important;
}
.navbar-inverse .navbar-nav>li>.btn-danger {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    background: #780000 !important;
    border: none;
    padding-top: 10px;
    padding-bottom: 15px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 10px;
}
section{
    display: block;
}
header{
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    background: #171a29;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    height: auto;
}
#header{
    margin-bottom: 85px;
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.pdlr{
    padding: 0;
}

.pdr{
    padding-right: 0 !important;
}

.navbar-nav {
    float: right;
    padding: 20px 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color:#333;

    background-color: #fff;
    border-bottom: 1px solid white;
    margin-bottom: 0;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse {
    background-color: #ffff;
    border-radius: 0 !important;
    border-color: transparent;
    height: auto;

    width: auto;
    margin: 0;
    z-index: 9;
}
.navbar-inverse .navbar-nav>li>a.btn-success{
    color: #fff;
}
.navbar-brand>img {
    display: block;
}
.navbar-inverse .navbar-brand{
    height: auto;
    text-transform: uppercase;
    color:#333;
    font-size: 30px;
    padding: 7px 20px;
    margin:20px ;
    line-height: 20px;
    display: inline-block;
}
.nav>li>a{
    padding:10px;
}

label{
    font-size: 13px;
}
.text-left{
    display:inline-block;
}
.right-text{
    display: inline-block;
    float: right;
}
.text-innerside{
    padding:100px 40px 30px;
    background: #f8f8f9; 
    height:420px;
}


.text-innerside h1{
    font-size: 50px;
    line-height: 1.3;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #000;
}
.nav-tabs .fa{
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #333;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px;
}

#toTop {
    padding: 10px 15px;
    border-radius: 50%;
    background: #171a29;
    color: #fff;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    right: 10px;
}
#toTop .fa {
    font-size: 20px;
}
.btn-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 20px;
}

  .dark-bg{
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 40px 0;
    width: 100%;
  } 
  .dark-bg h2{
    font-size: 2.8235294117647rem;
  }
  .dark-bg p{
    color: #b8b8be;
  } 
  .half-section{
    padding:  0;
    display: inline-block;
    width: 100%;
  }
  .process{
    background: url(../img/3.jpeg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding:0px;
  }
footer{
    background:#2c2439;
    padding: 30px 0;
    color: #ddd;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #ddd;
}
footer ul li{
    list-style: none;
    padding: 5px 0;
    margin: 5px 0;
}
.overlay{
    background: #000000cf;
    padding: 40px;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;   
    height: 250px;
}
.half-section .text-innerside{
    height: 420px;
}
@media (max-width: 414px) {
    .text-left, .right-text{
       float: left;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .navbar-nav {
    width: 100%;
    float: left;
    padding: 20px;
}
   .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
    margin-top: 17px;
    margin-right: 33px;
}
.text-innerside h1 {
    font-size: 35px;
} 
.dark-bg h2 {
    font-size: 35px;
}

.text-innerside{ 
    padding: 30px;
    height: auto;
    display: inline-block;
    text-align: center;
} 
.overlay{
     height: 510px;
}  
footer p{
    color: #fff;
}
}
@media (max-width: 411px) {
    .half-section .text-innerside {
    height: auto;
    padding: 20px 30px;
}
    .text-left, .right-text{
       float: left;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
     .navbar-nav {
    width: 100%;
    float: left;
    padding: 20px;
}
   .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
    margin-top: 17px;
    margin-right: 33px;
}
.text-innerside h1 {
    font-size: 35px;
} 
.dark-bg h2 {
    font-size: 35px;
}
.text-innerside{
    padding: 90px  30px 30px;
    height: auto;
    display: inline-block;
    text-align: center;
} 

.overlay{
    height: 510px;
}  
footer p{
    color: #fff;
}
}


@media  (min-width: 375px) and (max-width: 667px){
    .half-section .text-innerside {
    height: auto;
    padding: 20px 30px;
}
    .text-left, .right-text{
       float: left;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
      .navbar-nav {
    width: 100%;
    float: left;
    padding: 20px;
}
   .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
    margin-top: 17px;
    margin-right: 33px;
}
.text-innerside h1 {
    font-size: 35px;
} 
.dark-bg h2 {
    font-size: 35px;
}
.text-innerside{
    padding: 90px  30px 30px;
    height: auto;
    display: inline-block;
    text-align: center;
} 

.overlay{
    height: 510px;
}  
footer p{
    color: #fff;
}
}
@media  (max-width: 360px) {
    .half-section .text-innerside {
    height: auto;
    padding: 20px 30px;
}
    .text-left, .right-text{
       float: left;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .navbar-nav {
    width: 100%;
    float: left;
    padding: 20px;
}
   .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
    margin-top: 17px;
    margin-right: 33px;
}
.text-innerside h1 {
    font-size: 35px;
} 
.dark-bg h2 {
    font-size: 35px;
}
.text-innerside{
    padding: 90px  30px 30px;
    height: auto ;
    display: inline-block;
    text-align: center;
} 

.overlay{
     height: 510px;
}  
footer p{
    color: #fff;
} 
}
@media  (max-width: 320px) {
    .half-section .text-innerside {
    height: auto;
    padding: 20px 30px;
}
    .text-left, .right-text{
       float: left;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
     .navbar-nav {
    width: 100%;
    float: left;
    padding: 20px;
}
   .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #333;
}
.text-innerside h1 {
    font-size: 35px;
} 
.dark-bg h2 {
    font-size: 35px;
}
.text-innerside{
    padding:90px  30px 30px;
    height: auto ;
    display: inline-block;
    text-align: center;
} 

.overlay{
     height: 510px;
}  
footer p{
    color: #fff;
}
}
