/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {	  
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;    
	background: #fff;
	color: #000;
}

a:hover {
    text-decoration: none;
}

table {
    width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #76531C;
}

::-webkit-selection {
    color: white; 
    background: #76531C;
}

::-moz-selection {
    color: white; 
    background: #76531C;
}

.seca1-bg {
    background: url(images/seca1bg.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;  
    padding: 50px 0;
}

.seca1-left {
    width: 90%;
    background: #fff;
    margin: auto;    
    padding: 10px;
    border-radius: 5px;
}

.seca1l-inner {
    border: 8px dotted #000;
    border-radius: 15px;
    padding: 30px;
}

.seca2-bg {
    background: #76531C;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seca1-right {
    width: 90%;
    background: #76531C;
    margin: auto;
}

.sec-r1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    border: 5px solid #0F6530;
    border-radius: 15px;
    vertical-align: middle;
}

.sec-r2 img {
    max-width: 100%;
    display: block;
    margin: 80px auto;   
}

.sec-r3 h4 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.sec-r3 {
    margin: 50px 0;
}

.sec-r3 p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.seca1l-inner table tr td {
    overflow: hidden;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.seca1l-inner table tr td > span {
    color: #0F6530;
}

.seca1l-inner table tr td:first-child {
   width: 95%;
   margin-right: 10px; 
   overflow: hidden;
}

.seca1l-inner table tr td:last-child {
    width: 5%;
    vertical-align: bottom;
    text-align: right;
    padding-left: 8px;
    font-size: 22px;
}

.seca1l-inner table td p span {
    display: block;
}

.seca1l-inner table td p {
    margin: 0;
    display: inline-block;
}

.seca1l-inner table td p span {
    display: inline-block;
    padding-left: 8px;
    position: relative;
}

.seca1l-inner table td p span:after {
    content: "";
    position: absolute;
    display: block;
    background: transparent;
    width: 100000%;
    height: 0;
    border-top: 3px dotted #000;
    left: 100%;
    top: -1px;
}

.seca1l-inner h2 {
    text-align: center;
    margin: 20px 0;  
    font-weight: bold;
}

.seca1l-inner h2 span {    
    color: #0f6530;
}

.seca1l-inner h3 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}

.seca1l-inner h3 span {
    color: #0f6530;
}

.seca1l-inner img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.seca1l-inner h5 {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 15px;
}

.seca1l-inner h5 span {
   color: #0f6530;
}

.seca1l-inner table tr td p strong {
    font-weight: normal;
    color: #0F6530;
}

.seca3-area {
    background-image: url(images/r5.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
}

.seca4-area {
    background-color: #F9F9F9;
}

.seca4-bg {
    background: url(images/seca2bg.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
}

.visible {
    display: none;
}
