/*
	Theme Name: MAIDIS
	font-family: 'Roboto';
	First Color: #003d80;
	Second color:#007bff;
*/
:root {
    --main-color: #2d3848;
    --Second-color: #007bff;
    --Third-color: #003d80;
    --Four-color: #61676c;
    --box-color: #ebf2fae0;
    --title-color: #263a4f;
    --Main-Gredient: linear-gradient(90deg, rgba(14,126,118,1) 0%, rgba(8,84,77,1) 100%);
    --Main-font: 'Roboto';
    --Title-Font:'Roboto';
    --title-fwieght: bold;
    --Font-wieght: 700;
    --letter-spacing: 1rem;
    --Main-font-size: 1.8rem;
    --P-size:0.9rem;
    --border-radius: 10px;
    --full-height: 100vh;
}
body {
    background: #fff;
    font-family: var(--Main-font);
    font-weight: var(--Font-wieght);
	color: #5e6e7e ;
}

/*--Global style
-------------------------------------------
-------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-family: var(--Title-Font);
    font-weight: var(--title-fwieght);
}
p {
    font-size: var(--P-size);
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}
a,a:hover {
    text-decoration: none;
}
.d-flex {
    flex-wrap: wrap;
}
ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.section {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.main-container {
    padding:0;
    min-height:100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    width: 100%;
    position: relative;
}


/*--======================================
---------------home page---------------------
=====================================--*/
#topbar {
    width: 100%;
    background-color: var(--Third-color);
    color: #a3afc4;
    font-weight: 300;
    font-size: 0.9rem;
    padding: 7px 15px;
}
#topbar h6 {
    font-weight: 300;
    font-size: 0.9rem;
    margin-bottom: 0;
}
#topbar h6 span {
    color:#fff;
}
nav {
    width: 100%;
    /*padding-bottom: 20px !important;*/
}
.bg-light {
    background-color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: var(--Main-font);
    font-weight: 500;
    font-size: 0.9rem;
    color:#60646d;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color:var(--main-color);
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color:#FFF;
    background-color: var(--Third-color);
}
.navbar-dark .navbar-nav .nav-link:focus {
    color:#FFF;
    background-color: var(--Third-color);
}
.mega-menu {
    left:0;
}
.list-group-item p {
    font-weight: 600;
}
.list-group-item {
    font-weight: 400;
}
a.list-group-item:hover {
    color:#FFF;
    background-color: var(--Second-color);
}
.portal a {
    background-color: var(--Second-color); 
    color: #fff; 
    font-weight: 400; 
    padding: 15px;
}
.portal a:hover {
    background-color: var(--Third-color); 
    color: #fff; 
}
.portal {
    margin-bottom: 0;
    padding-bottom: 0; 
}


/*--===========banner section=======--*/
#banner {
    width: 100%;
    text-align: left;
}
.pos {
    position: relative;
}
.text-pos {
    position: absolute;
    padding-left: 15%;
    display: block;
    height: 82vh;
}
#banner h1 {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--Third-color);
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}
#banner h5 {
    font-weight: 500;
    font-size: 2.1rem;
    text-transform: uppercase;
    color: var(--Third-color);
}
#banner h6 {
   font-size: 2rem;
   font-weight: 400;
   margin-bottom: 0;
   margin-top: 0;
   line-height: 1;
}
#banner p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.5rem;
    color: #557496;
 }
.btn-banner {
    background-color: var(--Second-color);
    color: #fff;
    padding: 0.5rem 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    width: auto;
}
.btn-banner:hover {
    background-color: var(--Third-color);
    color:#fff;
}


/*--===========intro=======--*/

#intro {
    width: 100%;
    background-color: #fff;
    padding: 50px 120px;
}
#intro h6 {
    color: var(--Second-color);
    font-weight: 600;
}
#intro h2 {
    font-size: 2.5rem;
    color: var(--main-color);
    font-weight: 600;
    text-transform: uppercase;
}
#intro h5 {
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 400;
}
#intro p {
    font-size: 0.9rem;
    color: var(--Four-color);
    font-weight: 300;
}
.btn-intro {
    border-bottom:2px solid  var(--Second-color);
    color: var(--main-color);
    padding: 0.5rem 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    text-align: left;
    width: auto;  
}
.btn-intro:hover{
    color: var(--Second-color);
    border-bottom:2px solid  var(--Second-color);
}


/*--===========products section=======--*/
#products {
    width: 100%;
    padding-bottom: 50px;
}
#products h2 {
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--title-color);
    border-left: 6px solid var(--Second-color);
    padding-left: 15px;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-top: 25px;
}
a.more {
    text-align: right;
    font-weight: 400;
    color: var(--title-color);
}
a.more:hover {
    color: var(--Second-color);
}
.p-relative {
    position: relative;
}
.bg-color {
    position: absolute;
    bottom: 0;
    z-index: 999999;
    padding: 25px;  
}
a .bg-color:hover {
    background-color: var(--Second-color);
}
a .bg-color h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0;
}
a .bg-color h6 {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.ourproducts {
    width: 100%;
}


/*--===========Blog section=======--*/

#blog {
    width: 100%;
    background: #e5e5e5 url(../images/blog-bg.jpg) top center no-repeat;
    padding: 50px 50px;
    text-align: center;
}
#blog h2{
    font-family: var(--Main-font);
    color: var(--title-color);
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
}
#blog h2 span{
    color: var(--title-color);
    font-weight: 700;
}
#blog p {
    color:#7d8e9b;
}
.box-blog {
    background-color: #f0f5f7;
}
#blog h4{
    color: var(--Four-color);
    font-size: 1.2rem;
    font-weight: 500;
}
#blog h6{
    color: #a1a9b0;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
}
#blog h6 span{
    color: var(--Four-color);
    font-size: 0.9rem;
    font-weight: 400;
}
#blog .box-blog p{
    font-weight: 400;
    color: #949ba1;
    border-top: 1px solid #dcdee4;
    padding-top: 10px;
    margin-top: 10px;
}
a:hover .box-blog {
    background-color:var(--Second-color);
}
#blog a:hover h4 , #blog a:hover h6 , #blog a:hover h6 span ,  #blog a:hover p {
    color:#fff;
}
.btn-blog {
    background-color: var(--Third-color);
    color: #fff;
    padding: 0.5rem 25px;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    width: 20%;
}
.btn-blog:hover {
    background-color: var(--Second-color);
    color:#fff;
}



/*--===========Services=======--*/

#services {
    width: 100%;
    background-color: #fff;
    padding: 80px 50px;
}
#services h5 {
    font-weight: 400;
    color:var(--main-color);
    font-size: 1rem;
}
#services p {
    font-weight: 400;
    color:var(--main-color);
    font-size: 0.9rem;
}
.btn-services {
    background-color: var(--Third-color);
    color: #fff;
    padding: 0.5rem 25px;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    width: 20%;
    text-align: left;
}
.btn-services:hover {
    background-color: var(--Second-color);
    color:#fff;
}
.icon-f {
    font-size: 3rem;
    color: #67c9e0;
}
#services ul li a:hover .icon-f {
    color:var(--Second-color);
}
#services h3 {
    color: var(--main-color);
    font-size: 1.4rem;
    margin-top: 2px;
}
#services ul li a:hover h3 {
    color:var(--Third-color);
}
#services ul li p {
    color: #868c97;
    line-height: 1.5;
}




/*--===========footer=======--*/

footer {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color:#00397a;
    color:#fff;
    margin-top: 50px;
}
.mins-top {
    margin-top: -90px;
    margin-bottom: 40px;
}
.box-1 {
    background-color: #3066ff;
    padding: 25px 150px 15px 45px;
}
.box-2 {
    background-color: #235cfd;
    padding: 25px 150px 15px 45px;
}
.box-3 {
    background-color: #0379f7;
    padding: 25px 150px 15px 45px;
}
footer h6 {
    font-weight: 300;
    font-size: 0.9rem;
}
footer p {
    margin-top: 0;
    margin-bottom: 0;
    color: #a3afc4;
}
footer h3 {
    font-size: 1.1rem;
    color:#fff;
    font-weight: 600;
}
footer ul li {
    color: #a3afc4;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 15px;
}
footer ul li a {
    color: #a3afc4;
}
footer ul li a:hover {
    color: var(--Second-color);
}
footer a svg {
    font-size: 1.3rem;
    margin-top: 22px;
    color:#3066ff;
}
footer a svg:hover {
    color:#fff;
}
a.btn-footer {
    width: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}
a.btn-footer:hover {
    background-color: #3066ff;
    color:#fff;
}
a.btn-footer2 {
    width: 100%;
    display: block;
    background-color: #3066ff;
    text-align: center;
    padding: 10px;
    color:#fff;
}
a.btn-footer2:hover {
    background-color:var(--Third-color);
}
.d-flex-footer {
    display: flex;
    justify-content: flex-end
}

#copyright {
    width: 100%;
    background-color:#012c5d;
    color: #a3afc4;
    padding: 25px 0;
}
#copyright ul li {
    margin-right: 5px;
}
#copyright ul li a {
    font-size: 0.9rem;
    font-weight: 300;
    color: #a3afc4;
}
#copyright ul li a:hover {
    color: var(--Second-color);
}


/*--======================================
---------------products inner---------------------
=====================================--*/
#products-inner {
    width: 100%;
    background: #f8f9fa;
	padding-bottom: 50px;
    padding-top: 25px;
}
h2.why {
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--title-color);
    border-left: 6px solid var(--Second-color);
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    margin-left: 8% !important;
}
.title-pro {
    font-size: 3rem;
}
#products-inner p {
    color:#8f8f8f;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
ul.quick-links {
    list-style: disc;
}
ul.quick-links li a {
    font-weight: 500;
    color:var(--Four-color);
    text-decoration: underline;
}
ul.quick-links li a:hover {
    color:var(--Second-color);
}
ul.quick-links li  {
    font-weight: 400;
    color:#8f8f8f;
}
.accordion-button {
    font-weight: 600;
    background-color: var(--Third-color);
    color:#fff;
}
.accordion-button:not(.collapsed) {
    background-color: var(--Second-color);
    color:#fff;
}
.accordion-body {
    font-weight: 400;
}
.icon-size {
    font-size: 35px;
}
p.p-size-inner {
    font-size: 0.8rem !important;
}
a.inner-p {
    color: #5e6e7e;
}
.ourproducts_in {
    width: 100%;
}
.ourproducts_in .bg-color:hover {
    background-color: var(--Second-color);
}
.ourproducts_in .bg-color h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0;
}
.ourproducts_in .bg-color h6 {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.jumb-box {
    background-color: var(--Second-color);
    color:#fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 15px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
a.button-products {
    background-color: var(--Second-color);
    color:#fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 5px;
}
a.button-products:hover {
    background-color: var(--Third-color);
}



/*--===========partners=======--*/

#partners {
    margin-bottom: 3rem;
    width: 100%;
}
.partners {
    width: 100%;
}

/*--===========about=======--*/
#Maidis {
    margin-bottom: 3rem;
    width: 100%; 
}
#Maidis h3 {
    font-size: 400;
}
#Maidis p {
    font-size: 1rem;
    margin-bottom: 15px;
}









/*--===========Blog Page=======--*/
#banner_inner {
    width: 100%;
    text-align: left;
    color: #fff;
}
.pos {
    position: relative;
}
.text-pos_inner {
    position: absolute;
    display: block;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    width: 100%;
}
.text-pos_inner h1 {
    width: 100%;
}
#about {
    width: 100%;
    background: #f8f9fa;
	padding-bottom: 150px;
    padding-top: 25px;
}
#about h6{
    color: #a1a9b0;
    font-size: 0.9rem;
    font-weight: 300;
    font-style: italic;
}
#about h1 {
    color: #283646;
    font-size: 4.3rem;
    text-transform: capitalize;
    line-height: 3.2rem;
}
#about p {
    color:#8f8f8f;
}
#about a.btn {
    background: var(--Third-color);
    color: #fff;
    padding: 0.5rem 20px;
    font-size: 0.8rem;
    font-weight: 600;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 0;
}
#about a.btn:hover {
    background: var(--main-color);

}
.v-bg {
    background-color: var(--main-color);
    border-right: 20px solid #f8f9fa;
    color:#fff;
    padding: 25px;
}
.v-bg p {
    color:#fff !important;
}
.p-25-box {
    padding: 25px;
}
.vision {
    font-size: 1.5rem;
    text-transform: capitalize;
}


/* -------------------------------- 

contact page

-------------------------------- */

#contact-page {
	padding-top: 55px;
	padding-bottom: 50px;
	width:100%;
}
.main-titles {
	font-size: 3rem;
}
.third-color {
	color: #5e6e7e;
}
p.inquery {
	color: #5e6e7e;
	font-size:1rem;
}
p.inquery strong {
	font-size: 17px;
	font-weight: 500;
	color: #606d79;
}
#contact-page h4 {
	font-weight: 700;
	color:#141413;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 25px;
}
#contact-page h5 {
	font-weight: 500;
	color:#141413;
	padding-top: 15px;
	padding-bottom: 25px;
}
.details {
	color: #5e6e7e !important;
	font-size:1rem;
}
.details strong {
	font-weight:600;
}
.list-ul {
    list-style: disc;
}


.time-box {
    background-color: var(--Third-color);
    color:#fff;
}
.phone-box {
    background-color: var(--Second-color);
    color:#fff;
}








  
