@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    color: #272727;
    width: 100%;
    overflow-x: hidden;
    font-size: 18px !important;
    line-height: 26px !important;
    font-family: 'Assistant', sans-serif !important;
    /* font-family: 'Poppins', sans-serif !important; */
    /* font-family: 'Josefin Sans', sans-serif !important; */
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif !important;
}
p{
    color: #272727;
    font-family: 'Assistant', 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*/


/* Menu start */

#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	/*padding: 15px 0;*/
	top: 50px;
	box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
	-webkit-box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
	-moz-box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
}

#header.header-scrolled {
  top: 0;
}
.header_bg{
	margin-top:80px;
}
.header_bg img{
	width:100%;
}

/* Header Style For Scilkcy */
header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: #FFFFFF;
	/* box-shadow: 0px 1px 50px rgba(0,0,0,0.3); */
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2) !important;
	/*height: 80px;*/
	height:auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*.background-header {
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #fff!important;
	box-shadow: 0px 1px 50px rgba(0,0,0,0.3);
}*/
/* Header Style For Scilkcy */



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-bottom: 0px;
  position: static;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  float:right;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif !important;
  /* font-family: 'Poppins', sans-serif !important; */
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1977cc;
  /* border-color: #1977cc; */
  text-decoration: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  text-decoration: none;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
  text-decoration: none;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 24px !important;
  cursor: pointer;
  display: none !important;
  line-height: 0;
  transition: 0.5s;
  float: right;
  margin-top: 0;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}
.mobile-nav-toggle.fa-times {
    color: #fff;
    margin-top: 10px;
}


@media (max-width: 991px) {
.quality_section {
    padding:50px 15px !important;
}    
.footer p {
    text-align: center !important;
}    
.img-wapper {
    margin-bottom:30px;
}	
.m_menubar {
    width: 100%;
    height: 52px !important;
}
.header_bg{
	margin-top:0px !important;
}	
.about_us{
	padding: 50px 0 50px 0 !important;
}
/*.generic_section{
	padding: 50px 0 50px 0 !important;
}*/
.profile{
	padding: 50px 0 !important;
	background-color:#F7F7F7 !important;
}
.products{
	padding: 50px 0 !important;
}
.contact_us {
	padding: 50px 0 !important;
	background-color:#F7F7F7 !important;
}
.popular {
	padding: 50px 0 !important;
	background-color:#f0f6ff !important;
}
/*header {
	position: inherit !important;
}*/
.breadcrumb_mb {
    margin-top: 10px !important;
}
/*.catego-info {
    padding: 15px 0px 42px 0px !important;
}*/
	
#header {
    top: 0px !important;
}	
.more-info .right-content h1 {
    font-size: 30px !important;
}
h1 {
    font-size: 30px !important;
}
.more-info .right-content h2 {
    font-size: 30px !important;
}
.section-heading h2 {
    font-size: 30px !important;
}
/*.pro_banner {
    padding: 20px 10px !important;
}*/	
.mobile-nav-toggle {
display: block !important;
}
.navbar ul {
display: none;
}
}

/*@media (max-width: 550px) {
.banner .item {
    margin-top: 25%;
}
}*/

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  border-radius:8px;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* Mobile Navigation */


/* Menu End */





.header {
    width: 100%;
    color: #1e1e1e !important;
    /* z-index: 111 !important; */
    /* box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2); */
}


/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: rgba(1,47,92,0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.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: #fdd415;
    font-size: 15px;
    padding-right: 5px;
}

.emailid {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
    font-weight: 500;
}

.emailid:hover {
    color: #49c2f2;
    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: #fdd415;
    font-size: 15px;
    padding-right: 5px;
}

.phone-no {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
    font-weight: 500;
}

.phone-no:hover {
    color: #49c2f2;
    transition: 0.3s;
}


.goog-te-gadget {
    color: #fff !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    color: #fff !important;
}



/*Top header end*/


/*Main header start*/
.main-header-section {
    width: 100%;
    height: auto;
    background: #fff;
    /* z-index: 111 !important; */
    transition: 0.5s ease;
}

.main-header {
    width: 100%;
    height: auto;
    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: 220px;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

#cssmenu > ul > li > a{
    color: #111;
} */

#topbar .social_con{
    margin-top: 0;
    margin-left: 20px;
}
#topbar .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

#topbar .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.3s;
}

#topbar .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

#topbar .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

#topbar .social_con .social_icons .icons:hover {
    background: #012f5c;
    transition: 0.3s;
    border: 1px solid #012f5c;
}

#topbar .social_con .social_icons .icons:hover i {
    color: #fff;
}

/* .brochure-button .btn1{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 0;
}
.brochure-button .btn1:hover{
    color: #ea0a13;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 0;
} */



.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    text-align: center;
    border-radius: 30px;
/*    text-transform: uppercase;*/
    background: #ea0a13;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #ea0a13;
}

.btn1:hover{
    color: #ea0a13;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #ea0a13;
}

/* .sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 1s ease-in-out;
} */

/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  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%;
    margin-top: 64px;
}
.banner-image{
    width: 100%;
    height: auto;
}

.banner-image img{
    width: 100%;
    height: auto;
}

.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*
.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.banner-section .owl-theme .owl-nav {
    margin-top: 0px;
}
.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-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.banner-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.banner-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    transition: .5s;
    position: absolute;
    left: 20px;
    top: 45%;
    bottom: 0;
    background-color: #2acaa6 !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
}

.banner-section .owl-prev span {
    font-size: 50px;
    line-height: 40px;
    color: #fff !important;
}

.banner-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: 20px;
    top: 45%;
    bottom: 0px;
    background-color: #2acaa6 !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
}

.banner-section .owl-next span {
    font-size: 50px;
    line-height: 40px;
    color: #fff !important;
}
*/



.banner-button {
    margin-top: 45px;
    text-align: center;
}

.banner-button .btn1 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #fff;
    transition: 0.3s ease;
    border-radius: 5px;
    border: 1.5px solid #fff;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}



/*Banner end*/


/*Our service section start*/

.section1 {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 90px;
    padding-bottom: 105px;
}
/*
.our-service-section::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background: #eaecee;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
*/

.our-service-section .details{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.service-box {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
/*    border-radius: 5px;*/
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.service_imagebox {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    position: relative;
    text-align: center;
}
.service_imagebox img {
    width: 100%;
    height: auto;
}
/* .service_imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.service-contentbox {
    width: 100%;
    height: auto;
/*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
*/
    transition: 0.3s ease-in-out;
}
/*
.service-box:hover .service-contentbox{
    opacity: 1;
    visibility: visible;
}
*/
.service-inner-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 15px 0;
/*    background: rgba(21,21,24,0.8);*/
/*    border-radius: 10px;*/
    transition: 0.3s ease-in-out;
/*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
*/
}
.service-heading {
    color: #012f5c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif !important;
}
.service-heading a{
    color: #454545;
    transition: 0.3s ease-in-out;
    font-family: 'Josefin Sans', sans-serif !important;
}
.service-heading a:hover{
    color: #012f5c;
}
/* .service-heading::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 30px;
    border-bottom: 4px solid #fdd415;
    border-radius: 10px;
} */
.service-details {
    color: #272727;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
  }
.service-details ul{
    padding-left: 40px;
}
.service-details ul li{
    line-height: 32px;
}


.service-button {
    margin-bottom: 16px;
}
.service-button .btn1{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
    border-radius: 0;
}
.service-button .btn1:hover{
    color: #323a43;
    background: #fff;
    border: 1.5px solid #fff;
}

.service-btn {
    color: #012f5c;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.service-btn:hover{
    color: #fdd415;
}

.mt-40 {
    margin-top: 40px !important;
}

.load-more-button{
    margin-top: 50px;
}
.load-more-button .btn1{
    border-radius: 30px !important;
}


/*Our service section end*/

/*section1 start*/

.borderbox-con {
    width: 100%;
    height: auto;
}

.heading-1 {
    color: #012f5c;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.heading-1::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 40px;
    border-bottom: 4px solid #fdd415;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.heading-2 {
    color: #232323;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif !important;
}

.details {
    color: #151518;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 50px;
}

.details span {
    font-weight: 700;
}
.knowmore_button{
    margin-top: 70px;
}
.knowmore_button .btn1 {
    color: #fff;
    background: #ff5e14;
    border: 1.5px solid #ff5e14;
    border-radius: 30px;
}

.knowmore_button .btn1:hover {
    color: #ff5e14;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #ff5e14;
}

.learn-more-button {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px !important;
}

.read-more-button .btn1 {
    color: #fff;
}

.read-more-button .btn1:hover {
    color: #fff;
}

.desk-d-none {
    display: none;
}
.content{
    display: none;
}

/*section1 end*/


/*section2 start*/

.section2{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
/*    background: #efefef;*/
}
.section2 .left-contentbox .content-heading1 {
    color: #012f5c;
}

.knowmore_button .btn1 {
    color: #fff;
    transition: 0.3s ease;
    background: #012f5c;
    border: 1.5px solid #012f5c;
}
.knowmore_button .btn1:hover {
    color: #012f5c;
    background: #fdd415;
    border: 1.5px solid #fdd415;
}


/*section2 end*/



.division_section{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(1,47,92,0.9) !important;
    position: relative;
}

.division_section .content-heading1{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif !important;
}
.division_section .content-heading1 span{
    color: #fdd415;
}


.left-contentbox-details{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.down_arrow-button{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
}
.down_arrow-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fdd415;
    color: rgba(0,0,0,0.6);
    margin-left: auto;
    margin-right: auto;
}
.down_arrow-btn i{
    font-size: 20px;
    font-weight: 600;
}


.section3{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/section3-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section3 .heading-1{
    color: #fff;
}
.section3 .heading-2{
    color: #fff;
}


.section4{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    /* background: #efefef; */
}
.section4 .heading-1{
    padding-bottom: 0;
    text-align: left;
}
.section4 .heading-2{
    padding-bottom: 0;
    text-align: left;
}
.section4 .heading-1::after{
    display: none;
}
.feature_iconbox{
    text-align: center;
    margin-bottom: 20px;
}
.feature_iconbox i{
    font-size: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature-item:hover i.fa {
    color: #000;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.feature-heading{
    color: #012f5c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.feature-details{
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

/*section5 start*/


.left-contentbox .content-heading1 {
    color: #232323;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif !important;
    margin-bottom: 10px;
}
.left-contentbox .content-heading1 span{
/*    color: #fdd415;*/
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.left-contentbox .content-heading2 {
    color: #232323;
    text-align: left;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 20px;
    /*    max-width: 380px;*/
}

.left-contentbox .left-contentbox-details {
    color: #2b3547;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.left-contentbox .left-contentbox-details span{
    font-weight: 600;
}

.left_subcontent-heading{
    color: #0e2b5c;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.left_subcontent-details {
    color: #2b3547;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.text-left{
    text-align: left !important;
}
.imagecon{
    position: relative;
}
.image_contentbox{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px;
    background: #0a2045;
}
.image_heading1{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.image_details{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 250px;
}
.moreinfo-btn2{
    color: #ff5e14;
    transition: 0.3s ease-in-out;
}
.moreinfo-btn2:hover{
    color: #ff5e14;
}

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}

.list-column {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.check-iconbox i{
    font-size: 12px;
}
.list-content {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-bottom: 0;
}
.list-hr-line {
    width: 20px;
    border-top: 2px solid #1ec3f3;
    margin-right: 10px;
}

.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;
    margin-bottom: 0;
}



.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}
/*
.gallery-box-con{
    background: #fff;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    margin-bottom: 30px;
    border-radius: 5px;
}
*/
.gallery-box{
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    /*border: 1px solid #dfdfdf; */
    position: relative;
    text-align: center;
}
.gallery-imgboxcon{
    width: 100%;
    height: auto;
}
.gallery-imgbox{
    position: relative;
    width: 100%;
    height: auto;
}
.gallery-imgbox img{
    width: 100%;
    height: auto;
}
/* .gallery-imgbox img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.product-contentbox{
    /* border-radius: 5px; */
    overflow: hidden;
    background: rgba(1,47,92,0.9);
    /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
/*    border: 1px solid #dfdfdf;*/
    /* margin-bottom: 30px; */
}
.product-name {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 20px;
    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;
}

.gal {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


/*Section5 end*/


/*Contact form section start*/

.contactus-section {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.info-box .location-iconbox2,
.info-box .phone-iconbox2,
.info-box .email-iconbox2{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fdd415;
    display: grid;
    place-items: center;
    margin-right: 20px;
}

.info-box .location-iconbox2 i,
.info-box .phone-iconbox2 i,
.info-box .email-iconbox2 i{
    color: #001a33;
}

.info-detail-heading{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}


.contactus-section .info {
    width: 100%;
    padding-top: 50px;
}

.form-heading {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #000;
    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: 16px;
    font-weight: 600;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.location, .email-heading, .contact-no-heading{
    color: #ff5e14 !important;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
    height: auto;
/*    background: #fff;*/
}
.form-heading1{
    color: #fff;
/*    text-align: left;*/
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 0;
    font-family: 'Josefin Sans', sans-serif !important;
}
.form-heading2 {
    color: #fdd415;
/*    text-align: left;*/
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.contact-form .form-control {
    color: #fff !important;
    background-color: rgba(255,255,255,0.5) !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 5px !important;
}
.contact-form .form-control::placeholder{
    color: #fff !important;
}
.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    border-radius: 5px;
    display: block;
    width: 100%;
    background: #001a33;
    border: 1.5px solid #001a33;
}
.submit-button .btn1:hover{
    color: #001a33;
    background: #fdd415;
    border: 1.5px solid #fdd415;
}

.gmap-box{
    width: 100%;
}
.gmap-box iframe{
    width: 100%;
    height: 420px;
    overflow: hidden;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 90px 0 0;
    background-color: #001a33;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-logo {
    width: 183px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #7f97ad;
    font-size: 14px;
    margin-top: 0px;
}

.footer-contact-details{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #004b77;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-contactbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-contact-iconbox{
    width: 40px;
    height: 40px;
}
.footer-contact-iconbox i{
    color: #99bace;
    font-size: 32px;
}
.footer-contact-content{
    margin-left: 10px;
}
.ft_hd {
    color: #7f97ad;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
}
.quick-link2{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.ql {
    /* width: 50%; */
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 10px;
    transition: 0.3s;
}
.ql span i{
    font-size: 14px;
}
.ql a {
    text-decoration: none;
    color: #7f97ad;
    transition: 0.3s;
    font-size: 15px;
    line-height: 28px;
    display: flex;
}

.ql a:hover {
    color: #fdd415 !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #7f97ad;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-no2 a{
    color: #7f97ad;
    transition: 0.3s ease-in-out;
}
.contact-no2 a:hover{
    color: #fdd415;
}

.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.location-heading{
    color: #7f97ad;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.email-address2{
    color: #7f97ad;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.email-address2 a{
    color: #7f97ad;
    transition: 0.3s ease-in-out;
}
.email-address2 a:hover{
    color: #fdd415;
}

.location2{
    color: #7f97ad;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.subs-content {
    padding-bottom: 30px;
}

.social_con{
    margin-top: 0px;
}
.phone-iconbox2 i, .email-iconbox2 i, .location-iconbox2 i {
    color: #fdd415;
    font-size: 16px;
}
.phone-iconbox2, .email-iconbox2, .location-iconbox2 {
    width: 20px;
    margin-right: 10px;
}

.footer-section .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fdd415;
    border: 1px solid #fdd415;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}
.footer-section .social_con .social_icons .icons:hover {
    background: #fdd415;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #001529;
}


.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: #ff5e14;
    border: 1px solid #ff5e14;
    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: #ff5e14;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}



/*
.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;
    margin-top: 50px;
    background: #001529;
    
}
.footer-end-content{
    padding: 20px 0;
/*    border-top: 1px solid rgba(255,255,255,0.5);*/
}
.ft_end_txt {
    color: #7f97ad;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.ft_end_txt2{
    text-align: right;
}
.ft_end_txt a {
    color: #7f97ad;
    transition: 0.3s ease;
}

.ft_end_txt a:hover {
    color: #fdd415;
    transition: 0.3s ease;
}

/*Footer end*/



/*About page start*/

.banner-heading-section {
    background: #eaecee;
    position: relative;
    padding: 50px 0;
    margin-top: 64px;
}

.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: #000;
    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: #000 !important;
}

.about-content .breadcrumb-item.active {
    color: #000 !important;
}

.about-content .breadcrumb-item.active a {
    color: #000 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

.about_section2{
    padding-top: 90px;
    padding-bottom: 90px;
}



.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.about-content-heading1 {}

/*
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}
*/
.mision_vision-section{
    padding-top: 90px;
    padding-bottom: 90px;
}

/*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 Service page start*/



.service-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}

.service_imgbox{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.bg-banner-image{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-heading2{
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
}



.service-details2{
    color: #454545;
    font-size: 18px;
    line-height: 26px;
}
.features_info{
    margin-top: 30px;
}

.list-content{
    margin-left: 10px;
}

.bro-iconbox{
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.bro-iconbox img{
    width: 100%;
    height: auto;
}
.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #e1f4ff;
    padding: 30px 40px;
}
.download_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-heading{
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p{
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-form-box{
    background: #f3ccff;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-form-box-heading{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
/*    padding-bottom: 15px;*/
    background: rgba(1,47,92,0.9);
    padding: 15px 20px;
    font-family: 'Josefin Sans', sans-serif !important;
/*    border-bottom: 1px solid rgba(1,47,92,0.9);*/
/*    margin-bottom: 10px;*/
/*    background: rgba(1,47,92,0.9);*/
}
.service-section1 .contact-form {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.right-form-box .contact-form .form-control {
    height: 45px;
    color: #b7b7b7 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

/*
.right-service-box{
    background: #f3ccff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
*/
.service-list-box{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
}
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
/*    height: 40px;*/
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 15px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    
/*    border-bottom: 1px solid rgba(1,47,92,0.9);*/
    background: #eaecee;
}
.service-item:hover{
    color: #fff;
    background: rgba(0,0,0,0.5);
    transition: 0.3s ease;
}
.sticky_div{
    position: sticky;
    top: 110px;
}

.category-box .service-heading{
    padding-bottom: 0;
    padding-top: 10px;
}
.category-box .service-heading::after{
    display: none;
}

.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}
.learn-more-btn:hover{
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80{
    margin-bottom: 80px !important;
}

.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.learn-more-btn2{
    margin-left: 20px;
    color: #fff;
    background: #151518;
    border: 1.5px solid #151518;
}
.learn-more-btn2:hover{
    color: #151518;
    background: transparent;
    border: 1.5px solid #151518;
}




.image-contentbox{
    border: 5px solid #ebebeb;
}

/*Our Service page end*/

/*Our Service details page start*/

.our-products-section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.hr-line {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading {
    font-size: 22px;
    font-weight: 600;
    color: #151518;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
    margin-top: 20px;
}

.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-radius: 5px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.mt-50{
    margin-top: 50px !important;
}
.our-category-section{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #eaecee;
}


.card-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.card-imgbox img{
    width: 100%;
    height: auto;
}


.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0e2b5c;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #151518;
    
}
.card-button .read-more{
    color: #ea0a13;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.our-products-section table{
    width: 100%;
}

/*Our Service details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/
.contact_page-section1{
    margin-top: 90px;
}
.contactus-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 90px;
    background: #dfdfdf !important;
}

.contactus-section2 .form-heading {
    color: #2a2a2a;
}

.contactus-section2 .contact-no {
    color: #2a2a2a;
}

.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}

.contactus-section2 .email-address {
    color: #2a2a2a;
}

.contactus-section2 .submit-button .btn1 {
    color: #fff;
    background: #000a1d;
    border: 1.5px solid #000a1d;
}

.contactus-section2 .submit-button .btn1:hover {
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}


.mb-90 {
    margin-bottom: 90px !important;
}

.aboutpage-section {
    padding-bottom: 90px !important;
}
