﻿html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
}





h1, h2, h3, h4, h5, h6 {
	color: #000;
}
p {
	color: #000;
	font-size: 17px;
}
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;
}

.br{
  border-radius: 15px;
}




.navbar {
    background-image: linear-gradient(to right, #5ca3f0 , #043874);
	-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);
}
.logo-img {
	width: 150px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #fff!important;
	font-size: 16px;
	line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}




.navbar-dark .navbar-toggler-icon {
    background-image: url(/img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
} 

.customNav  {
	background-image: linear-gradient(to right, #5ca3f0 , #043874);
	-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%);
	}
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}





.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
 top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}



.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}


.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-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;
}


button:focus, button:active {
   outline: none;
}

.owl-carousel .owl-item img {
	width: 65%;
}





.main-wrapper {
	margin-top: 81px;
}

.card-layout1 {
	
}

.icon-box{
	display: flex;
	margin-bottom: 3rem;
}

.icon-wrap{
	margin-right: 24px;
}

.hm-first-head{
	text-align: center;
    text-transform: capitalize;
}

.first-box{
	margin-bottom: 5rem;
}

.hm-para{
    text-align: center;
}

.icon-tie{
	font-size: 40px;
    border: 2px solid;
    padding: 10px;
    border-radius: 50%;
    margin-top: 5px
}

.icon-tie{
	background-color: #58b946;
    color: #fff;
}

.hm-products-wrapper{
    background: linear-gradient( rgb(4 4 4 / 70%), rgb(0 0 0 / 57%) ),
	  url(../image/background-1.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
   }

.pro-box{
	margin-bottom: 3rem;
}

.pro-box h1{
      color: #fff;
      text-align: center;
}

.pro-box p{
      color: #fff;
      text-align: center;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.hm-heading h3 {
	 line-height: 2.6rem;
    font-weight: 700;

}
.hm-pro-title {
    font-weight: 600;
}

.hm-pro-img img {
	    padding: 27px 30px 27px 30px;
}

.hm-mrg {
	margin-bottom: 2rem;
}
.hm-read-btn {
	background-color: #9cd227;
    border: #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 3px;
}

.hm-read-btn a {
	color: #fff;
}

.no-gutters {
 transition: transform .5s, filter 1.5s ease-in-out;
}
.no-gutters:hover {
  transform: scale(1.1);
}

.home-icon-resize{
	height: auto;
	width: 100px;
}

.values-head{
    font-weight: 700;
    text-transform: capitalize;
  }

.card-box{
       text-align: center;
    padding: 41px;
    background-image: linear-gradient(to right, #5ca3f0, #043874);
    height: 100%;
}

  .icon-head{
  	text-align: center;
    font-size: 20px;
  }

  .hm-wrapper{
  	  background-image: url(../image/background-3.jpg);
  	  background-repeat: no-repeat;
  	  background-size: cover;
		  background-attachment: fixed;

  }

  .background-heading{
  	color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;

  }

.card-box i{
  font-size: 50px;
  color: #fff;
  margin-bottom: 1.5rem;
  padding-right: 15px;
}

.card-box h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
}

.card-box p {
    color:#fff;
}
.values-head {
    font-weight: 700;
    text-transform: capitalize;

}

.test-head-box h2{
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.test-head-box h4{
  color: #559be6;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.test-head-box h3{
  text-align: center;
    font-weight: 600;
}
.test-head-box p {
    margin-bottom: 40px;
}


.profile-img {
	width: 120px;
	height: auto;
}

.testi-title {
	  display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    align-items: center;
}

.testi-title h2 {
	font-size: 20px;
	color: #fff;
}
.main-testimonial-wrapper p {
	color: #fff;
}
.profile-img {
	height: auto;
	width: 90px!important;
	border-radius: 50%;
}
.main-testimonial-wrapper {
    padding: 27px;
    background-color: #559be6;
    border-radius: 22px;
}

.owl-nav {
	display: none;
}

.hm-btn {
margin-top: 40px;
}

.hm-btn a {
  background-color: #559be6;
  color: #fff;
  font-size: 18px;
  padding: 14px 15px;
  border-radius: 5px;
}

.hm-mrg-tp {
   padding-top:4rem;
}

.second-heading h2 {
    font-size: 30px;
    font-weight: 600;
}
.hm-about-wrap h1 {
        font-size: 35px;
    font-weight: 600;
}

.hm-about-wrap h3 {
    font-weight: 600;

}

.hm-about-wrap h4 {
	color: #559be6;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.mg-b {
	margin-top: 44px;
}

.home-bg-wrapper1 {
	background-image: url(../image/hm-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	
}


.hm-bg-text h2 {
color: #fff;
font-weight: 700;
text-align: center;
}


.hm-bg-text h4{
color: #fff;
font-weight: 700;
text-align: center;
}

.hm-pro-head {
     text-align: center;
     margin-bottom: 40px;
}

.hm-pro-head h4 {
  color: #559be6;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.hm-pro-head h3 {
  font-weight: 600;
}

.hm-pro-box {
  background-image: linear-gradient(to right, #5ca3f0, #043874);
    padding: 15px;
    border-radius: 5px;
}
.hm-pro-img-box {
    display: flex;
    justify-content: center;
}

.hm-pro-txt-box h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.hm-values-wrapper {
  background-color: #d9d9d942;
}





.ab-head{
  font-weight: 700;
  color: #559be6;;
  text-transform: uppercase;
  margin-bottom: 26px;

}

.head-value{
	font-weight: 700;
    color: #032e5bb8;
}

.purpose-head{
	color: #000000;
    font-weight: 600;
 }

.purpose-para{
	font-size: 15px;
}

.purpose-box {
  padding: 30px;
  height: 100%;
  border: 2px solid #559be6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.stive-head{
	text-align: center;
    margin-bottom: 3rem;
    color: #559be6;;
    font-weight: 600;
    text-transform: uppercase;

}

.ab-back-wrapper{
	background-color: #185291;
}

.page-banner-wrap {
  position: relative;
}
.banner-caption {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    padding: 40px 80px 40px 19%;
    display: flex!important;
    align-items: center;
}

.banner-caption h3 {
	font-size: 45px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0d4380;
}





.pro-head-box h3{
  text-transform: uppercase;
	text-align: center;
    font-weight: 700;
    color: #032e5b;
    margin-bottom: 2rem;
}

.pro-head-box p{
	text-align: center;
	margin-bottom: 5rem;
}

.text-btn-box{
	padding: 15px;
	background-color: #032e5b;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.text-btn-box:hover{
	background-color: #032e5b;
}

.text-btn-box a{
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.pro-second{
	background-image: url(../image/products.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pro-background-box{
	background-color: #fff;
    padding: 35px;
}
.pro-background-box h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}






#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;
}
.contact-form-bg {
	background-color: #e4e4e4;
	padding: 3rem;
}
.contact-input {
	border-radius: 0;
    height: 56px;
}
.contact-title {
	color :#000000;
	font-weight: 600;
}
.contact-phone-wrap i {
	color: rgb(255, 255, 255);
	background-color: #569ce8;
    border-radius: 50%;
    padding: 7px;
	font-size: 12px;
}
.contact-phone-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.contact-email-wrap i {
	color: rgb(255, 255, 255);
	background-color: #569ce8;
    border-radius: 50%;
	padding: 7px;
	font-size: 12px;

}
.contact-email-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.contact-location-wrap i {
	color: rgb(255, 255, 255);
	background-color: #569ce8;
    border-radius: 50%;
    padding: 7px;
	font-size: 12px;
}
.contact-location-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.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: #569ce8;

}


.btn-career {
    background-color: #000000;
    color: #fff;
    padding: 0.5rem 3rem;
    border-radius: 50px;
    margin-left: 5px;
}


.contact-phone-wrap a {
	color:#000;
}
.contact-email-wrap a {
	color:#000;
}
.contact-mail-wrap {
	margin-top: 1rem;
}



.c-btn-read-submit {
  background-color: #569ce7;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: 14px 15px;
}
.contact-form-wrap {
	background-color: #eeeeee;
	padding: 33px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pro-main-card {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 15px;
}

.pro-card-title h4 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.pro-card-title h5 {
	text-align: center;
}
.product-heading h1 {
    font-weight: 700;
    text-transform: uppercase;
}
.contact-regiter h1 {
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.feature {
    padding-left: 0;
    line-height: 36px;
    font-size: 17px;
}




.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;
}


.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
  background: url("../image/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}


.footer-logo-resize{
	height: auto;
    width: 200px;
}


.footer-first{
background-image: linear-gradient(to right, #5ca3f0 , #043874);

}

.last-txt{
	  color: #fff;
    font-size: 16px;
	 margin-top: 20px;
  font-weight: 600;


}
.last-txt a {
	color: #fff;
}

.list-text{
	padding-left: 0;
    color: #fff;
	line-height: 37px;
}
.list-text a {
	color:#fff;
  font-weight: 600;

}

.white-head{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

}
.top-footer-wrapper {
	
}
.bottom-footer-wrapper {
	background-color: #ffffff;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	    color: #000;

}
.creator-link {
	color: #083d7a;
	font-weight: 600;
}
.creator-link:hover {
	color: #000;
}


.footer-social-list{
	display: flex;
    margin-left: -46px;
}

.icon-wrap {
	font-size: 20px;
    color: #000;
    border: 1px solid white;
    border-radius: 30px;
    padding: 7px;
    background-color: #fff;
    width: 35px;
    text-align: center;
}

.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #2d5ca0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 2px #2d5ca0;
}
.pro-nav {
	color: #000!important;
	line-height: 26px;

}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}