body{
font-family: 'Open Sans', sans-serif;
margin: 0px;
}
.bg{
	background-color: #18457D;
}
.custom-container{
	width: 1400px;
}
a{
    color: #f69817;
}
.notification-bar {
    display: table;
    width: 100%;
    background: #0073aa;
    color: #fff;
    padding: 0.4rem 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    text-align: center;
}
.footernotification-bar {
	margin-top: 30px;
    background-color: #4D60A5;
    background-image: none;
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}
.button{
	fill: #ffffff;
    color: #ffffff;
    background-color: #18457d;
    box-shadow: 6px 6px 0px 0px #FFDE00;
    border-color: #18457d;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}
.button:hover{
	fill: #ffffff;
    color: #18457d;
    background-color: #fff;
    box-shadow: 6px 6px 0px 0px #FFDE00;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 414px) {
  .button {
   font-size: 20px;
  }
}
.button1{
    fill: #ffffff;
    color: #ffffff;
    background-color: #18457d;
    box-shadow: 6px 6px 0px 0px #f69817;
    border-color: #18457d;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}
.button1:hover{
    fill: #ffffff;
    color: #18457d;
    background-color: #fff;
    box-shadow: 6px 6px 0px 0px #f69817;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 414px) {
  .button1 {
   font-size: 20px;
  }
}
.button3{
    color: #18457D;
    background-color: transparent;
    border-color: #18457d;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}
.button3:hover{
    color: #fff;
    background-color: #18457D;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.i{
	margin-right: 14px;
	font-size: 15px;
}
@media only screen and (max-width: 414px) {
  .i {
   font-size: 20px;
  }
}
.background-overlay {

    background-color: transparent;
    background-image: linear-gradient(110deg, #EEEFF6 24%, #EEEFF6 64%, #DEE1EE 64%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        
    width: 100%;
    top: 0;
    left: 0;
}
.footer{
	background-color: #18457D;
	padding-top: 25px;
	padding-bottom: 25px;
}
 .footer .footer-p{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	margin-bottom: 0px;
}
@media only screen and (max-width: 414px) {
  .footer .footer-p {
   text-align: center;
   margin-bottom: 20px;
   font-size: 15px;
  }
}
.image1{
    width: 250px;
}
@media only screen and (max-width: 760px) {
  .image1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.image{
    width: 220px;
}
@media only screen and (max-width: 760px) {
  .image {
    width: 100%;
  }
}
.image2{
    width: 85%;
}
@media only screen and (max-width: 760px) {
  .image2 {
    width: 95%;
  }
}
.image3{
    width: 70%;
}
@media only screen and (max-width: 760px) {
  .image3 {
    width: 95%;
  }
}
.centerright{
    text-align: right;

}
@media only screen and (max-width: 414px) {
  .centerright {
    text-align: center !important;
    
  }
}
@media only screen and (max-width: 414px) {
  .center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 250px) {
  .p {
    padding: 0px !important;
  }
}
.align{
    text-align: center;
}
.icon{
    font-size: 25px;
}
.iconbg{
    background-color: #f69817;
    color: white;
    border-radius: 50%;
    padding: 15px;
}
.title{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
}
.pricep{
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
    line-height: 1.8;
}
.title1{
    font-size: 32px;
    font-weight: 700;
    color: black;
}
@media only screen and (max-width: 414px) {
  .title1 {
    font-size: 25px;
  }
}
.hrborder{
    width: 70px;
    color: #f69817;
    font-size: 30px;
    height: 4px !important;
    opacity: 1;
    margin-left: -30px;
}
.boldtext{
    font-size: 16px;
    font-weight: 700;
    color: gray;
    text-align: center;
    margin-bottom: 20px;
}
.text{
    font-size: 16px;
    font-weight: 400;
    color: #808285;
    line-height: 1.6;
}
.text-head{
    font-size: 18px;
    font-weight: 700;
    color: black;
    line-height: 1.6;
}
.text-p{
    font-size: 12px;
    font-weight: 400;
    color: #808285;
    line-height: 1.7;
}
.space{
    margin-top: 100px;
}
@media only screen and (max-width: 414px) {
  .space {
    margin-top: 30px;
  }
}
.productTitle{
    margin-right: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 414px) {
  .productTitle {
    margin-right: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
}
.producttitle{
    margin-right: 40px;
    font-size: 18px;
    font-weight: 700;
    
}
@media only screen and (max-width: 414px) {
  .producttitle {
    margin-right: 0px;
    font-size: 18px;
    font-weight: 700;
    
  }
}
.blackpic{
    background-image: url('media/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.blackpic1{
    background-image: url('media/bgworld.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   
}
.bg-overlay {
    background-color: #1a1a1a;
    

}
.heading{
    font-size: 40px;
    font-weight: 700;
    color: white;
}
@media only screen and (max-width: 414px) {
  .heading {
    font-size: 20px;
  }
}
.cartgroup{
    background-color: white;
    padding: 12px;
    border-radius: 50%;
}
.cartgroup i{
    font-size: 20px;
    color: #18457D;
}
.titlecart{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.borderb{
    border-bottom: 6px solid #f69817;
}


.testimonials .card {
  
  background-color: #F9F9FB;
  transition: 0.5s;
  margin-top: 60px;
  padding: 30px;
  height: 350px; 
      overflow: hidden;
}
.testimonials .card i {
  font-size: 25px;
  color: gray;
}
.conttactTitle{
    color: black;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
}
.contactNumber{
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    
}
.contacthr{
     width: 70px;
    color: #f69817;
    font-size: 30px;
    height: 4px !important;
    opacity: 1;
    text-align: center;
        display: inline-block;
}
.contactp{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.imagespace{
    margin-top: 200px;
}
@media only screen and (max-width: 414px) {
  .imagespace {
    margin-top: 20px;
  }
}
.p5 {

     padding: 3rem 2rem!important;
}
@media only screen and (max-width: 414px) {
  .p5 {
        padding: 3rem 1.6rem!important;
  }
}
.faviconImage{
    width: 50px;
    text-align: left;
}
@media only screen and (max-width: 414px) {
  .faviconImage {
    width: 70px;
    text-align: left;
  }
}
.mobile-card{
    text-align: left;
}
@media only screen and (max-width: 414px) {
  .mobile-card {
   text-align: center;
  }
}
.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
@media only screen and (max-width: 414px) {
  .px-5 {
   padding-right: 2rem!important;
    padding-left: 2rem!important;
  }
}
.space-Top{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
@media only screen and (max-width: 414px) {
  .space-Top {
   padding-top: 0.4rem!important;
    padding-bottom: 3rem!important;
  }
}
.icon-client{
    background: #ffffff;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 29px;
    margin-top: 2px;
}
.infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.client-name{
    padding-left: 38px;
    font-size: 13px;
    
    text-transform: uppercase;
    display: block;
    line-height: normal;
    white-space: nowrap;
    color: black;
}
 .client-position{
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    padding-left: 38px;
    display: block;
    text-align: left;
    color: gray;
}
.blockquote {
    margin-bottom: 0rem;
    font-size: 1.25rem;

}
.b-card{
        box-shadow: 0px 14px 0px -8px #F69817;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: none;
}
.testimonials .titletext{
    font-size: 16px;
    line-height: 1.5rem;
    color: #808285;
    margin-top: 10px;
}
.topTitle{
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-top: 10px;
}
.page-title {
    font-size: 40px;
    font-weight: 700;
    color: #f69817;
    margin-bottom: 20px;
    margin-top: 30px;
}
.page-subtitle {
    color: #808295;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}