@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans:wght@400;700&family=Pacifico&family=Work+Sans:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    background: #0c141d;
    width: 100%;
    position: sticky;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #fff;
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #f5ad0d;
    font-size: 15px;
    padding-right: 10px;
}

.emailid {
    color: #2a2a2a;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
}

.emailid:hover {
    color: #f5ad0d;
    transition: 0.3s;
}

.phone-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    color: #f5ad0d;
    font-size: 15px;
    padding-right: 10px;
}

.phone-no {
    color: #2a2a2a;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
}

.phone-no:hover {
    color: #f5ad0d;
    transition: 0.3s;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #f5ad0d;
    border: 1px solid #f5ad0d;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #f5ad0d;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}
/*Top header end*/


/*Main header start*/
.main-header-section{
    width: 100%;
    background: #030f27;
}
/*
.mb-sticky{
    background: #030f27;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
*/
.main-header {
    width: 100%;
    height: 81px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.navbar-brand {
    max-width: 350px;
    padding: 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

/*
.sticky {
    background: #030f27;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
*/

/*Header end*/

/*  Whatsapp Icon */

.wh-ap-btn {
	outline: none;
    width:  45px;
    height:  45px;
    border:  0;
    background-color: #2ecc71;
    padding:  0;
    border-radius:  100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor:  pointer;
    transition:  opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

.wh-ap-btn::after {
    content: '';
    background-image: url('//i.imgur.com/cAS6qqn.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width:  100%;
    height:  100%;
    display:  block;
    opacity: 1;
}

.wh-ap-btn:hover {
    opacity:  1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.wh-api {
    position:  fixed;
    bottom:  0;
    /*left:  0;*/
    right: 11px;
    z-index: 115;
}

.wh-fixed {
    margin-left:  10px;
    margin-bottom:  10px;
}

.wh-fixed>a {
    display:  block;
    text-decoration:  none;
}
.wh-ap-btn::before {
    content: 'Drop Your Message';
    display:  block;
    position:  absolute;
    z-index: -1;
    margin-left: -144px;
    margin-top: 8px;
    height: 32px;
    width: -152px;
    opacity:  0;
    padding:  0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top:  7px;

    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
}

.wh-fixed>a:hover .wh-ap-btn::before {
    opacity:  1;
    width: -152px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide{
    transform: scale(0,0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}
.back-to-top:hover i {
    color: #fff;
}
/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.desk-banner-top{
    margin-top: 81px;
}
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 650px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #f5ad0d;
    text-align: center;
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-top: 30px;
}

.banner-details {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}

.banner-button {
    margin-top: 45px;
    text-align: center;
}

.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
/*    text-transform: uppercase;*/
    background: transparent;
    transition: 0.3s;
    border: 1.5px solid #f5ad0d;
}

.btn1:hover {
    color: #fff;
    transition: 0.3s;
    background: #f5ad0d;
}



/*Banner end*/



/*About Us section start*/

.aboutus-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.heading-1 {
    color: #f5ad0d;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.heading-2 {
    color: #232323;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 50px;
}

.content-con1{
    width: 100%;
    height: auto;
}

.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 50px;
}


.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    bottom: 0px;
    width: 2px;
    height: 75px;
    border-left: 5px solid #f5ad0d;
}

.left-contentbox .content-heading1 {
    color: #232323;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-top: 0px;
    padding-left: 25px;
    max-width: 380px;
}

.left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
}

.list-column {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.about-iconbox{
    width: 18px;
    height: 16px;
    margin-right: 15px;
}

.about-iconbox img {
    width: 100%;
    height: auto;
    vertical-align: top;
/*
    color: #f5ad0d;
    font-size: 20px;
    font-weight: 500;
*/
}

.list-content .icon-heading{
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
}
.list-content .icon-details{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.content-details{
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.read-more-button {
    margin-top: 45px;
}

.mt-20 {
    margin-top: 20px !important;
}
.read-more-button .btn1{
    color: #f5ad0d;
}
.read-more-button .btn1:hover{
    color: #fff;
}
.desk-d-none {
    display: none;
}

/*About Us section end*/


/*section2 start*/

.section2 {
    padding: 90px 0;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section2-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section2 .heading-1{
    color: #fff;
}
.section2 .heading-2{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}
.section2 .read-more-button .btn1{
    background: #f5ad0d;
    color: #fff;
}
.section2 .read-more-button .btn1:hover{
    background: #fff;
    color: #f5ad0d;
    border: 1.5px solid #fff;
}

.mt-40 {
    margin-top: 40px !important;
}


/*section2 end*/


/*Our product section start*/

.our-product-section {
    padding-top: 90px;
    padding-bottom: 110px;
    
}
.heading-section p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.our-product-section .heading-2{
    margin-bottom: 30px;
}
.shadow-box{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.product-image{
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.product-image img{
    width: 100%;
    height: auto;
}
.lower-content-heading{
    text-align: center;
    margin-top: 20px;
}
.lower-content-heading a{
    color: #232323;
    font-size: 20px;
    font-weight: 800;
}
.lower-content-heading a:hover{
    color: #232323;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}


/*Our product section end*/

/*section4 start*/

.section4{
    padding: 90px 0;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section4-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section4 .left-contentbox-details {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.section4 .content-heading-1{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section4 .content-heading-2{
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}

/*section4 end*/


/*Our projects section start*/

.our-project-section{
    padding-top: 90px;
    padding-bottom: 0px;
}
.project-box{
    width: 100%;
    height: auto;
    position: relative;
}
.project-imagebox{
    width: 100%;
    height: auto;
}
.project-imagebox img{
    width: 100%;
    height: auto;
}
.project-contentbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
/*    border-radius: 20px;*/
    transition: 0.3s ease;
}
/*
.project-contentbox:hover{
    background: rgba(0,0,0,0.5);
}
*/
.project-contentbox .project-name{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    top: 40%;
    position: relative;
    padding-bottom: 10px;
    transition: 0.3s ease;
}
.project-contentbox:hover .project-name{
    color: #f5ad0d;
    transition: 0.3s ease;
}
.project-contentbox .project-name::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid #fff;
    transition: 0.3s ease;
}
.project-contentbox:hover .project-name::after{
    border-bottom: 2px solid #f5ad0d;
    transition: 0.3s ease;
}
.project-button{
    position: absolute;
    bottom: 30px;
}
.project-btn{
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}
.project-btn:hover{
    color: #f5ad0d;
}
/*Our projects section end*/

/*Contact form section start*/

.contactus-section {
    background: #030f27;
    padding-top: 90px;
    padding-bottom: 110px;
}

.contactus-section .info {
    width: 100%;
    padding: 0;
}

.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}
.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #f5ad0d;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.email-address:hover{
    color: #f5ad0d;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.location{
    color: #fff;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #f5ad0d;
}
.contact-detailsbox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #2b2b2b !important;
    background-color: transparent !important;
    border: 1px solid #777 !important;
    border-radius: 0 !important;
}

.submit-button {
    margin-top: 30px;
}

/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #030f27;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #f5ad0d;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
/*
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 5px;
    transition: 0.3s;
}
*/
.ql a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #f5ad0d !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #f5ad0d;
    font-weight: 700;
}
.contact-no-heading {
    color: #f5ad0d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 15px;
}
.contact-no2 a:hover {
    color: #f5ad0d !important;
}
.email-address-heading {
    color: #f5ad0d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-heading{
    color: #f5ad0d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 15px;
}
.email-address2 a:hover {
    color: #f5ad0d !important;
}
.location2{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-left: 15px;
}
.subs-content {
    padding-bottom: 30px;
}

/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    margin-top: 50px;
    
}
.footer-end-content{
    padding: 20px 0;
    
}
.ft_end_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
}

.ft_end_txt a:hover {
    color: #fff;
}

/*Footer end*/



/*About page start*/
.banner-heading-section{
    background: #f5ad0d;
    position: relative;
    padding: 50px 0;
}
.about-content{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #2a2a2a;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.about-content nav{
    width: 100% !important;
    margin-top: 10px;
}
.about-content .breadcrumb{
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.about-content .breadcrumb-item a {
    color: #454545 !important;
}
.about-content .breadcrumb-item.active {
    color: #454545 !important;
}
.about-content .breadcrumb-item.active a {
    color: #454545 !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #454545 !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}

.about-content-heading1{
    
}
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}


/*About page end*/

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.aboutus_page-section1 .heading-2 {
    text-align: left;
    margin-bottom: 0;
}
.aboutus_page-section1 .left-contentbox {
     padding-bottom: 0px; 
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
}
/*Our Products page start*/

.our-products .left-contentbox .content-heading2{
    color: #030f27;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-products .product-code{
    font-size: 16px;
    color: #777;
}
.our-products .product-code strong{
    color: #454545;
    font-weight: 600;
}
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
.our-category-section{
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}
.mb-80{
    margin-bottom: 80px !important;
}
.card-box{
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
.card-imgbox img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #0c141d;
    
}
.card-button .read-more{
    color: #bc0000;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*Our Products page end*/

/*Our Products details page start*/

.hr-line{
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading{
    font-size: 22px;
    font-weight: 600;
    color: #030f27;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}
.our-products table th, td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}
.product-imgcon{
    border: 5px solid #999;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2{
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox{
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2{
    background: #FFFFFF !important;
}

.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-no a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2a2a2a;
}
.contactus-section2 .contact-no a:hover {
    color: #f5ad0d !important;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}
.contactus-section2 .email-address a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2a2a2a;
}
.contactus-section2 .email-address a:hover {
    color: #f5ad0d !important;
}
.contactus-section2 .submit-button .btn1{
    color: #fff;
    background: #f5ad0d;
}
.contactus-section2 .submit-button .btn1:hover{
    color: #f5ad0d;
    background: #fff;
    border: 1.5px solid #fff;
}









.our-gallery-section{
    padding-top: 0px;
    padding-bottom: 90px;
}
.gallery-imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 15px !important;
    background: rgba(0,0,0,0.1) !important;
    border: 1px solid #ededed !important;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%) !important;
}


.gallery-imgbox img{
    width: 100%;
    height: auto;
   
}
.gallery-content{
    padding: 20px 0;
}
.gallery-heading1{
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.gallery-heading2{
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.gallery-iconbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-icon-1:hover{
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}
.gallery-hover-bg{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-box:hover .gallery-hover-bg{
    opacity: 1;
    visibility: visible;
}

.our-project-section .mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid transparent;
}
.our-project-section .mfp-arrow-right::before {
    border-left: 27px solid transparent;
}