/*-------------------------------------------------------------------------------------
Theme Name  : LAB CDRC TEMPLATE
Theme URI   : https://lab-cdrc.net
Version     : 2.0
----------------------------------------------------------------------------------------*/

/*
---------------------------
    TABLE OF CONTENT
---------------------------
1.  FONTS
2.  TYPHOGRAPHY
3.  NAVABAR
4.  HEADER
5.  NAVBAR
6.  BOX ITEM
7.  ABOUT SECTION
8.  CLIENT SECTION
9.  QUOTE SECTION
10. RECENT NEWS SECTION
11. RESPONSIVE SECTION

*/

/*START FONTS*/
@font-face {
    font-family: 'Kalpurush';
    src: url('../fonts/Kalpurush.eot') format('embedded-opentype'),
        url('../fonts/Kalpurush.woff2') format('woff2'),
        url('../fonts/Kalpurush.woff') format('woff'),
        url('../fonts/Kalpurush.ttf') format('truetype'),
        url('../fonts/Kalpurush.svg#Kalpurush') format('svg'),
        url('../fonts/Kalpurush.otf') format('opentype');
}
@font-face {
    font-family: 'nikosh';
    src: url('../fonts/nikosh.eot') format('embedded-opentype'),
        url('../fonts/nikosh.woff2') format('woff2'),
        url('../fonts/nikosh.woff') format('woff'),
        url('../fonts/nikosh.ttf') format('truetype'),
        url('../fonts/nikosh.svg#nikosh') format('svg'),
        url('../fonts/nikosh.otf') format('opentype');
}
/*END FONTS*/

/*START TYPHOGRAPHY*/

body {
    font-family: 'Kalpurush';
    color: #2e1110;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background: url("../images/bg_main.png") repeat-y scroll center top rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c2125;
    font-weight: 700;
}

h1 {
    font-size: 60px;
    font-weight: 900;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    line-height: 28px;
    font-family: 'Kalpurush', sans-serif;
    text-align: justify;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear-fix {
    clear: both;
}

.clear-fix:after {
    display: table;
    content: '';
    clear: both;
}
.about-section,
.project-section,
.project-details-section
{
    padding:20px;
}
/*END TYPHOGRAPHY*/

/*START HEADER*/

header 
{
    border-top:5px solid #609513;
    background:#683091 ;
    border-bottom:5px solid #683091  ;
}
header a 
{
    font-size:25px;
    color:#fff;
    padding:10px 20px;
    transition:all 0.5s ease-in;
}
header a img 
{
   width:25%;
   float:left;
   margin-right:20px;
   padding:2px;
   border:1px solid #fff;
}
header a:hover
{
    color:#609513;
}
header a span 
{
    padding:5px 10px;
    display: inline-block;
    font-size:40px;
}
/*END HEADER*/
/*START NAVBAR*/
.menu-section .navbar
{
    background: #f8f8f8;
    border-radius: 0px;
    border:0px;
    border-bottom: 5px solid #8bc643;

}
.menu-section .navbar li a
{
    color:#000;
    font-size:16px;
    border-right: 1px solid #ccc;
    transition: all 0.5s ease;
}
.menu-section .navbar li:first-child a
{
    margin-left:-15px;
}
.menu-section .navbar li:first-child a i
{
    font-size: 18px;
}
.menu-section .navbar li:last-child a
{
    border-right: 0px;
}
.menu-section .navbar li a:hover
{
    background: #8bc643;
    color:#fff;
}
.menu-section .navbar-collapse
{
    padding-left:0px;
}
.menu-section .navbar-nav li > ul 
{
    background-color: #f8f8f8;
    border-top:5px solid #8bc643;
    width: 220px;
    position: absolute;
    left: 0;
    top: 150%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.menu-section .navbar-nav li > ul > li > a 
{
display: block;
padding: 11px 15px;
font-size:16px;
color:#333;
border:0px;
border-bottom:1px solid #eee ;
}
.menu-section .navbar-nav > li:hover > ul 
{
    visibility: visible;
    opacity: 1;
    top: 100%;
}

/*END NAVBAR*/
/*START ABOUT SECTION*/

.about-section h2 
{
    display: block;
    margin-bottom: 30px;
}
.about-section h2.text-left
{
    font-size:25px;
    margin-bottom: 10px;
}
/*.about-section img 
{
    margin: 10px auto;
    display: table;
    height: 200px;
    width: 162px;
    object-fit: contain;
    padding: 2px;
    border: 2px solid #333;
}*/
.project-details-section p,
.about-section h6 ,
.project-section h6 
{
    color:#333;
    font-weight: 500;
    padding:10px 0px;
    line-height: 30px;
}
.project-section h2 
{
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    color:#609513;
}
.project-details-section h2
{
    margin-bottom: 10px;
}
.project-details-section ul li,
.project-details-section p
{
    font-size:16px;
}
.project-details-section span
{
    font-size:20px;
}
.project-details-section ul li strong
{
    padding-right: 5px;
    margin-right: 5px;
}
.project-details-section .table {
    margin-top:10px;
}
.project-details-section .table tr td
{
    color:#333;
    font-size:16px;
    text-align: center;
    border-color:#333;
}
.project-details-section .table tr td:first-child
{
    font-weight: 700;
}
/*END ABOUT SECTION*/
footer
{
    position: relative;
}
.footer-wrapper
{
background: url("../images/footer_top_bg.png") center center no-repeat;
height: 100px;
margin: 0 auto;
clear: both;
}