/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');


/*****---------------------------------------- 
 1) font-family: 'Poppins', sans-serif;
 2) font-family: 'Rubik', sans-serif;
 ----------------------------------------*****/



 /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
    background-color: #eeeeee;
}

p,a,input,label,textarea,span,ul,li {
    font-family: 'Rubik', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

/* for all page start */
.top_green_line {
    height: 30px;
    background-color:darkgreen;
}
.pagename {
    height: auto;
}
.pagename h2 {
    font-size: 40px;
    font-weight: 500;
    padding-top: 20px;
    color: #666666;
    margin-left: 20px;
}
.all_text {
    font-size: 18px;
    color: #666666;
    margin-left: 20px;
    margin-right: 20px;
}
/* for all page end */

/* mynavbar section start */

#mynavbar {
    width: 100%;
}
#mynavbar li {
    padding-left: 10px;
    padding-right: 10px;
}
#mynavbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    color: #070707;
    font-weight: 300;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #070707;
    font-weight: 300;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #070707;
    font-weight: 300;
}
.logo{ 
    width: 25%;
    float: left;
}

/* mynavbar section end */

/* banner section start */

#banner {
    width: 100%;
    float: left;
}
#banner .container {
    width: 100%;
    height: 500px;
    background-image: url(../images/banner-bg.png);
}
.carousel-inner {
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
}
.slide_box {
    width: 100%;
    height: 380px;
    padding: 50px;
    background-color: #ffffff;
}
.slide_box h2 {
    font-size: 50px;
}
.slide_box p {
    font-size: 18px;
}

/* banner section end */

/* home_main section start */

#home_main {
    width: 100%;
    float: left;
}
#home_main .green_line {
    width: 100%;
    height: 30px;
    background-color: darkgreen;
}
#home_main .transparent_line {
    width: 100%;
    height: 30px;
}
#home_main .col-lg-4 {
    background-color: #ffffff;
    padding-top: 20px;
    border-bottom: 3px solid #666666;
}
.home_img {
    text-align: center;
}
.home_img img {
    max-width: 50%;
    height: auto;
}
#home_main .home_taital {
    font-size: 30px;
    font-weight: 500;
}
#home_main .home_text {
    font-size: 18px;
    height: 120px;
    padding-left: 5px;
    padding-right: 5px;
}
.readmore_bt {
    width: 170px;
    margin-right: 20px;
    padding-bottom: 20px;
    float: right;
}
.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: darkgreen;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.readmore_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}
#home_main .lightgreen_line {
    background-color: rgb(188, 223, 188);
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: darkgreen 1px solid;
    border-right: darkgreen 1px solid;
}
#ms_box_area {
    background-color: rgb(229, 241, 229);
    border-left: darkgreen 1px solid;
    border-right: darkgreen 1px solid;
}
#ms_box_area .ms_box_text a {
    color: #282828;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border:darkgreen 1px solid;
    height: 200px;
    font-size: 20px;
    text-align: center;
    display: grid;
    align-items:center;
}
#ms_box_area .ms_box_text a:hover {
    color: #13a25d;
    border-color:#13a25d;
    background-color:#e8e8e8;
}
/* home_main section end */

/* footer section start */
#footer_section {
    width: 100%;
    float: left;
}
#footer_section .footer_main {
    width: 100%;
    height: auto;
    padding-top: 30px;
    background-color: #383838;
}
#footer_section img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 10px;
    padding-bottom: 20px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.location_text a {
    color: #ffffff;
}
.location_text a:hover {
    color: #c8c8c8;
}
.padding_left_10 {
    padding-left: 10px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
    float: right;
}
#footer_section .copyright {
    text-align: center;
    font-size: 12px;
    color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111111;

}
/* footer section end */

/* mymain section start */
#mymain {
    width: 100%;
    float: left;
}
#mymain .bg_white {
    background-color: #ffffff;
    border-bottom: 3px solid #666666;
}
#mymain .col-lg-7 {
    height:auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#mymain .col-lg-3  {
    height:auto;
    text-align: center;
}
.mymain_box img {
    max-width: 70%;
    padding-top: 30px;
    padding-bottom: 20px;
}
.img_box img{
    padding-bottom: 10px;
}
#mymain table, th, td {
    border-bottom: 1px solid #666666;
    font-size: 18px;
}
#mymain table {
    width: 100%;
}
#mymain .download_bt {
    width: 160px;
    float: left;
}
#mymain .download_bt a {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    color: #ffffff;
    background-color: darkgreen;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
#mymain .download_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}
#mymain .lightgreen_line {
    background-color: rgb(188, 223, 188);
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: darkgreen 1px solid;
    border-left: darkgreen 1px solid;
    border-right: darkgreen 1px solid;
}
#mytms_box_area {
    background-color: rgb(229, 241, 229);
    border-left: darkgreen 1px solid;
    border-right: darkgreen 1px solid;
    border-bottom: darkgreen 1px solid;
}
#mytms_box_area .ms_box_text a {
    color: #282828;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border:darkgreen 1px solid;
    height: 200px;
    font-size: 20px;
    text-align: center;
    display: grid;
    align-items:center;
}
#mytms_box_area .ms_box_text a:hover {
    color: #13a25d;
    border-color:#13a25d;
    background-color:#e8e8e8;
}
#mytms_box_area .btn-primary {
    background-color:transparent
}
#mymain .card-body {
    font-size: 18px;
}
/* mymain section end */