body{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background:#fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #f10009;
    color: #fff;
}

/* ************Header*********** */


header .header-top{
    padding: 15px 0;
    background-color: #d00303;
}
header .header-top .wrap-left{
    color: #fff;
}
header .header-top .wrap-left a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 5px;
}
header .header-top .wrap-left a i{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 5px;
}
header .header-top .wrap-right{
    display: flex;
    justify-content: right;
}
header .header-top .wrap-right a i{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 15px;
}

header .navbar {
    background-color: #fff;
}
header .navbar .navbar-brand img{
    width: 100px;
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: #2d3e50;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 35px 6px;
    margin: 0 4px;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #ff000a;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff000a;
}
header .navbar .navbar-toggler-icon{
    color: #000;
}
header .navbar .navbar-nav .nav-item{
    position: relative;
    width: fit-content;
}
header .navbar .navbar-nav .nav-item .sub-menu{
    position: absolute;
    bottom: -65px;
    left: 12px;
    width: 120px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000;
    display: none;
    transition: all 0.5s ease;
    z-index: 2;
}
header .navbar .navbar-nav .nav-item:hover .sub-menu{
    display: block;
}
header .navbar .navbar-nav .nav-item .sub-menu .sub-item{
    border-bottom: 2px solid #000;
}
header .navbar .navbar-nav .nav-item .sub-menu .sub-item .sub-link{
    display: inline-block;
    color: #131e3c;
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
header .navbar .navbar-nav .nav-item .sub-menu .sub-item:hover .sub-link{
    color: #f10009;
}




/* ************Banner************ */

.banner .carousel .carousel-inner .carousel-item .carousel-caption{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h6{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption h5{
    color: #ffbd1b;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption p{
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn{
    color: #ff000a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    background: transparent;
    border: 2px solid #ff000a;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover{
    color: #fff;
   background-color: #ff000a;
}


/* ************About********** */

.about{
    background: linear-gradient(rgb(237 11 11 / 80%), rgb(0 0 0 / 80%)), url(../images/about/home-about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h6{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}
.about .wrap h5{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about .wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
.about .wrap a.btn{
    color: #ff000a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ff000a;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 0;
    transition: all 0.5s ease;
}
.about .wrap a.btn:hover{
    color: #fff;
   background-color: #ff000a;
}



.counterpart{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/service/counter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.counterpart .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    border-radius: 15px;
}
.counterpart .wrap h5{
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    color: #ff000a;
    margin-bottom: 15px;
}
.counterpart .wrap p{
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    color: #003936;
}

/* ************Service************ */

.service h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #003936;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.service .wrap img{
    position: relative;
    top: -45px;
}
.service .wrap{
    text-align: center;
    transition: all 0.5s ease;
    background-color: #000;
    padding-bottom: 20px;
    border-radius: 0 0 15px 15px;
}
.service .wrap .content{
    margin-bottom: 20px;
}
.service .wrap p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.service .wrap .content a.btn , .service a.btn{ 
    color: #ff000a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ff000a;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.service .wrap .content a.btn:hover , .service a.btn:hover{
    color: #fff;
   background-color: #ff000a;
}


/* *****************Footer*************** */

footer{
    background:  linear-gradient(rgb(237 11 11 / 80%), rgb(0 0 0 / 80%)), url(../images/about/footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 150px;
    margin-bottom: 15px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-media{
   margin: 20px 0;
}
footer .footer-wrap .social-media a i{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 15px;
    transition: all 0.5s ease;
}
footer .footer-wrap .social-media a i:hover{
    color: #ff000a;
}

footer .footer-wrap h4{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    transition: all 0.5s ease;
    font-weight: 500;
}
footer .footer-wrap ul li a:hover{
    color: #ff000a;
}
footer .footer-wrap ul li a i{
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover i{
    color: #ff000a;
}
footer .copy-right{
    margin: 30px 0 20px;
}
footer .copy-right p{
    color: #fff;
}
footer .copy-right span{
   color: #f10009;
   font-weight: 500;
}
footer .copy-right a{
   color: #f10009;
   font-weight: 600;
}



/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 110px 0;
    position: relative;
}
.breadcum::after{
    background: rgba(45, 62, 80, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #ff000a;
}



/* ***************about-us************ */

.about-us h5{
    color: #2d3e50;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.about-us h4{
    font-size: 14px;
    line-height: 18px;
    color: #c90506;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.about-us .wrap p{
    color: #555;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

/* ************our-service************* */

.our-service h6{
    color: #2d3e50;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.our-service p{
    color: #2d3e50;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.our-service figure img{
    border-radius: 15px;
}


/* ***********gallery*********** */


.gallery h3 a{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #071c34;
    text-align: center;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}


/* ---------------contact------------- */

.contact{
    margin-top: 40px;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 700;
    color: #003936;
    margin-bottom: 15px;
}
.contact .wrap a {
    color: #003936;
    transition: 0.5s all ease;
    margin: 10px 5px;
    display: block;
}
.contact .wrap a i{
    margin-right: 10px;
}
.contact .wrap a:hover{
    color: #ff000a;
    transition: 0.5s all ease;
}


/* -----------career---------- */

.about-career{
    margin:30px 0;
}
.about-career h6{
    font-size: 25px;
    font-weight: 700;
    color: #003936;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #003936;
    font-size: 14px;
    background-color: #f6f6f6;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #003936;
    background-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}
.about-career #contact-form label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form a.btn {
    color: #ff000a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ff000a;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form a.btn:hover{
    color: #fff;
   background-color: #ff000a;
}



/* ****************update***************** */

.update p{
    color: #2d3e50;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}





































/* Back to top button */

#button {
    display: inline-block;
    background-color: #ff000a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #fff;
  }
  #button:active {
    background-color: #ff000a;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

/* **************Modal************** */
.m-button {
    position: fixed;
    top: 50%;
    left: -50px;
    transform: rotate(90deg);
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    transition: 0.5s all ease;
    z-index: 3;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.m-button:hover {
    background: #f10009;
    color: #fff;
}




/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 20%;
    right: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: green;
    text-align: center;
    border-radius: 10px;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: blue;
    text-align: center;
    border-radius: 10px;
}
.floating-icon a .fa-whatsapp{
    font-size: 25px;
    color: #fff;
}
.floating-icon a .fa-phone{
    font-size: 25px;
    color: #fff;
}

.floating-icon-2{
    position: fixed;
    top: 25%;
    right: 20px;
}
.floating-icon-2 img{
    width: 100px;
}










/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 lg-767 to 576 
 */



/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    footer .footer-wrap ul li a {
        font-size: 14px;
    }
    .about-us .wrap p {
        color: #555;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
}

/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    header .navbar .navbar-nav {
        align-items: center;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 6px;
    }
    header .navbar .navbar-nav .nav-item .sub-menu {
        bottom: 0;
        left: 105px;
    }
    .about {
        height: 400px;
    }
    footer .footer-wrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact .wrap a {
        font-size: 12px;
    }
}

/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header .header-top .wrap-left {
        text-align: center;
    }
    header .header-top .wrap-right {
        justify-content: center;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn {
      font-size: 15px;
      line-height: 20px;
    }
    .service .wrap {
        margin-bottom: 80px;
    }
    .about-us figure img{
        margin: 20px 0;
    }
    .our-service figure img {
        margin: 20px 0;
    }
    .update figure img{
        margin: 20px 0;
    }
}

/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    header .header-top .wrap-left a {
        font-size: 14px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h6 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn {
      font-size: 15px;
      line-height: 20px;
    }
    .about .wrap h5 {
        font-size: 28px;
        line-height: 32px;
    }
    .about .wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h6 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn {
      font-size: 12px;
      line-height: 16px;
    }
    .about .wrap h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .about .wrap p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .our-service h6 {
        font-size: 28px;
        line-height: 32px;
    }
}



/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #054e83;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
    border: 2px solid #fff;
}
