html,body {
	margin: 0;
	padding: 0;
	font-family: "Mulish", serif;
	font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #1e3f8b;
}
p {
	color: #000;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
	background-color: #fff!important;
}
.logo-img {
	width: 230px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #1e3f8b !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}

/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
} 

.customNav  {
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.125px 0;
    margin: 0.50rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #203f8b;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    line-height: 40px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #ffffff;
}

.dropdown-item:hover {
    background-color: #fff;
    color: #000;
}
/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}


.owl-nav {
    display: none;
}


/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	margin-top: 81px;
}

.hm-ab-img img {
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.heading h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.sub-heading h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
}

.deafult-btn {
	margin-top: 50px;
}

.deafult-btn a {
	background-color: #21418c;
    color: #fff;
    padding: 13px 29px;
}

.deafult-btn a:hover {
	background-color: #4bc8ec;
    color: #fff;
}

.hm-product-wrapper {
	background-color: #f7f7f7;
}


.gsupport-inner-cover {
    transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
}
.gsupport-icon-wrap {
    margin-top: -71px;
}
.gsupport-icon-wrap {
    padding: 1.5rem;
    display: flex;
    justify-content: center;

}
.gsupport-inner-cover:hover p {
    color: #fff;
}
.gsupport-icon-wrap img {
	padding: 15px;
    background-color: #2e4d94;
    border-radius: 50%;
    box-shadow: 3px 3px 3px #908c8c;
    width: 80px;
    height: 80px;
}
.gsupport-inner-cover h5{
 font-size: 25px;
}
.gsupport-inner-cover:hover h5 {
    color: #fff;
}
.gsupport-inner-cover:hover {
    background-repeat: no-repeat;
    background-color: #2e4d94;
    background-size: cover;
}

.card-wrap {
    margin-top: 4rem;
}

.hm-pro-title h2 {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    padding: 14px;
    background-color: #437ec1;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.bg-wrapper {
background-image: url(../img/ab-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-blend-mode: overlay;
background-color: #0000009e;
padding: 150px 0;
}

.bg-heading h1{
    color: #fff;
    font-size: 35px;
    line-height: 50px;
}

.icon-wrap {
	padding-right: 10px;
}

.detail-wrapper {
	padding: 18px 10px;
	display: flex;
	background-color: #80808021;
}




/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.card-box {
    box-shadow: 2px 3px 20px 1px rgba(0,0,0,0.1);
    border: 1px solid rgb(56 85 152 / 52%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pro-text-box {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
    border-top: solid 1px #21418c8c;
    padding-top: 1rem;

}

.pro-text-box p {
    text-transform: uppercase;
    font-size: 16px;
	font-weight: 700;
}
.details-btn {
    margin-bottom: 2rem;
}
.details-btn a {
	background-color: #21418c;
    text-align: center;
    padding: 8px 15px;
    color: #fff;
}

.ab-img {
	border-radius: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

.page-banner-wrap {
    padding: 80px 0;
    background-color: #21418c;
}
.page-banner-wrap h1 {
	color: #fff;
	text-align: center;
}

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}

.map-wrapper {
        line-height:0;

}

.contact-btn {
    background-color: #21418c;
    color: #fff;
    padding: 10px 37px;
}

.address-wrap {
	display: flex;
}

.address-icon {
	padding-right: 12px;
}
/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	/*display: none; currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/
.footer-wrapper {
	border-top: solid 2px #21418b7a;
}

.top-footer-wrapper {
	background-color: #ffffff;
}
.bottom-footer-wrapper {
	background-color: #000;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #39b7e6;
}
.creator-link:hover {
	color: #fff;
}

.ft-logo {
	width: 250px;
    margin-bottom: 20px;
}
.last-txt{
	color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #4cc8ec;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.list-text a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.last-txt a {
	color: #040404;
    text-transform: initial;
    font-size: 15px;
    font-weight: 500;
}

.list-text {
    padding-left: 0;
    color: var(--white);
    line-height: 36px;
}
.white-head{
	font-size: 19px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.last-txt{
	font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.footer-address{
	color: #000;
    font-weight: 500;
}


.footer-social-list-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.ft-collage {
    max-width: 200px;
}
.bottom-footer-wrapper {
/*	background-color: var(--black);*/
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
    font-weight: 300;
}
.creator-link {
	color: #ff0000;

}
.creator-link:hover {
	color: #fff;
}
.contact-social-list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

.contact-social-list li i {
    color: #ffffff;
    width: 31px;
    height: 31px;
    font-size: 17px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    transition: all 0.3s;
    background: #000;
}


.footer-social-list{
	display: flex;
    margin-left: -46px;
}

.icon-wrap {
	font-size: 20px;
    color: #000;	
}

.home-form-wrapper {
	background-color: #ffffff;
    padding: 14px 0;
}

.submit-home {
	background-color: #21418c;
    color: #fff;
    padding: 8px 0;
    border-radius: 0;
    width: 100%;
}

.value-box {
    padding: 40px;
    border-radius: 20px;
    height: 100%;
	background-color: #f3f3f3;
}
.value-box h5 {
	font-size: 25px;
}

/*///////////////// testimonials //////////////////*/

.testimonial-wrap {
	background-color: #f7f7f7;
}
.testimonial-wrapper {
  background-color: #fff;
   padding: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonial-wrap p{
	font-size: 16px;
	color: #000;
  font-weight: 400;
}

.set-avatar{
    width: 100px;
}

.testimonial-img {
    position: relative;
        top: 29px;

}

.img-avatar img {
    width: 18%!important;
    padding-right: 20px;
}
.testimonial-avatar {
    padding-left: 0;
}
.img-avatar {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
}


.details-img {
	background-color: #4cc8ec38;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.specification-wrap p {
	font-size: 19px;
    margin-top: 24px;
    border-bottom: solid 1px #c0c0c08a;
}

.specification-button {
	margin-top: 2rem;
}

.specification-button a {
    background-color: #21418c;
    color: #fff;
    padding: 10px 24px;
}