@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

}



ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: .5rem;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
a{
    color: #000;
}
.carousel-caption1 {
  position: absolute;
    right: 0%;
    bottom: 80px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.text-orange{
  color: #fc451d;
}
.social-icon{
  width: 25px;
    background-color: #0a558e;
    color: #fff;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    margin-top: 5px;
}
.bg-blue{
  background-color: #0a558e;
}
.text-blue{
  color: #0a558e;
}
.ptb-50{
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  background-color: #ffffffe0;
}
.bg-orange{
  background-color: #fc451d;
}
.border-raidus-0{
  border-radius: 0px;
}
p{
  font-size: 15px;
}
.pt-100{
  padding-top: 100px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-30{
  padding-bottom: 30px;
}
.bg-light-blue{
  background-color: #e9f4ff;
}
.f-18{
  font-size: 18px;
}


.feedback-form
{
	position:fixed;
	top:15%;
	right:-43px;
	z-index:10000;
	min-height:450px;
	
}

.feedback-form-show
{
	right:0 !important;
}

.feedback_form_area
{

	position:relative;
	display:none;
	 overflow: hidden;
	 background:#fff;
   
}

.feedback_form_area_inner
{
		width:300px;
	min-height:400px;
	color:#fff;
	padding:15px;
}

.feedback_form_area h3
{
	margin-top:0;
}
		
.custom-inp
{
	width:100%;
	height:35px;
	padding-left:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}
		
.custom-inp-txt
{
	width:100%;
	height:100px;
	padding:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}

.feedback-form-btn
{
  position: absolute;
    left: -120px;
    color: #fff;
    transform: rotate(
90deg
);
    top: 70%;
    border-radius: 0;
    font-size: 14px;
}



@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:260px;
	min-height:400px;
	color:#fff;
	padding:15px;
}
}

.mt-50
{
    margin-top:50px;
}


 form .form-control input {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%);
    box-shadow: 0px 5px 28.5px 1.5px rgb(149 152 200 / 20%);
    height: 40px;
    font-size: 16px;
}
.bg-silver-light {
    background-color: #F7F8FA !important;
}
.section-title {
    margin-bottom: 30px;
}
.section-title p {
    font-size: 14px;
    font-style: italic;
}
.campaign .thumb {
    position: relative;
    overflow: hidden;
}
.campaign .thumb img {
    transition: all 500ms ease 0s;
}
#services {
    position: relative;
}
.campaign:hover .thumb .campaign-overlay {
    opacity: 1;
}
.campaign:hover .thumb img {
    transform: scale(1.1);
}
.campaign-overlay {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.5);
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
}

.mb-50 {
  margin-bottom: 50px;
}
.ml-70 {
    margin-left: 70px;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
    background-color: #0a558e;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;

}


.icon-box-title{
  font-size: 18px;
  padding-top: 10px;
    line-height: 26px;
}

.icon-box.iconbox-theme-colored .icon {
    color: #0a558e;
}
.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
}
.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.icon-box.iconbox-theme-colored .icon.icon-dark:hover{
  background-color: #fff;
  color: #0a558e;
  border: 2px solid ;
}
.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 70%;
    height: 70%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #fff;
    
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    color: #fff;
}

.carousel .overview b {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}
.footer-static-title {
    margin-bottom: 35px;
    border-bottom: 2px solid #3e3e3e;
    padding-bottom: 14px;
}
.footer-static-title h3 {
    text-transform: uppercase;
    font-size: 24px;
    display: inline;
    color: #fff;
    position: relative;
}
.footer-static-title h3.h-3:after {
    content: "";
    width: 70px;
    border-top: 2px solid #0a558e;
    left: 0;
    bottom: -15px;
    position: absolute;
}
.footer-pro-menu {
    
    
    font-size: 14px;
    color: #b6b6b6 !important;
    
    border-bottom: 1px solid #343434;
    text-decoration: none;
    
    
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    right: 0px;
    position: relative;
    -webkit-box-sizing: none !important;
    -moz-box-sizing: none !important;
    box-sizing: content-box !important;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: inherit;
}
.footer-box1 li a {
    color: #b6b6b6 !important;
}

.footer-static-title h3:after {
    content: "";
    width: 70px;
    border-top: 2px solid #0a558e;
    left: 0;
    bottom: -15px;
    position: absolute;
}
.footer{
  background-color: #2a2a2a;
  padding-top: 75px;
   

}
.block-subscribe ul li a{
  color: #b6b6b6 ;
}
.footer-pro-menu a{
  color: #b6b6b6 ; 
}

.ma-footer .container {
    background: #2a2a2a;
    border-top: 1px solid #404040;
    margin-top: 0;
    text-align: center;
    padding: 18px 30px;
}
address {
    margin-bottom: 0px;
    font-style: normal;
    line-height: 1.42857143;
    color: #b6b6b6;
    font-size: 14px;
}
address a{
  color: #b6b6b6;
    font-size: 14px; 
}
address  a{
 text-transform: capitalize;
}
.dropdown-menu.columns-2 {
	min-width: 900px;
 
  columns: #fff;
  left: -90px;
}
.dropdown-menu li a {
	margin:  5px 15px;


  border-bottom: 1px dashed #0a558e;
   

}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #0a558e;
  font-size: 14px;
  padding: 5px;
	
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0a558e;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
   
.Phone {
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
    height: 40px;
    font-size: 40px;
    background-color: #3498db;
  border-radius: 0.5em;
  box-shadow:
    0 0 0 0em rgba(#3498db, 0),
    0em 0.05em 0.1em rgba(#000000, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
  margin-bottom: 10px;
}
.w-35{
  width: 35%;
}
.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(#fff, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  animation: phone-outer 3000ms infinite;
  
  &::before {
    animation: phone-inner 3000ms infinite;
  }
  
  &::after {
    animation: phone-icon 3000ms infinite;
  }
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-icon {
  0% { transform: translate3d(0em, 0, 0); }
  2% { transform: translate3d(0.01em, 0, 0); }
  4% { transform: translate3d(-0.01em, 0, 0); }
  6% { transform: translate3d(0.01em, 0, 0); }
  8% { transform: translate3d(-0.01em, 0, 0); }
  10% { transform: translate3d(0.01em, 0, 0); }
  12% { transform: translate3d(-0.01em, 0, 0); }
  14% { transform: translate3d(0.01em, 0, 0); }
  16% { transform: translate3d(-0.01em, 0, 0); }
  18% { transform: translate3d(0.01em, 0, 0); }
  20% { transform: translate3d(-0.01em, 0, 0); }
  22% { transform: translate3d(0.01em, 0, 0); }
  24% { transform: translate3d(-0.01em, 0, 0); }
  26% { transform: translate3d(0.01em, 0, 0); }
  28% { transform: translate3d(-0.01em, 0, 0); }
  30% { transform: translate3d(0.01em, 0, 0); }
  32% { transform: translate3d(-0.01em, 0, 0); }
  34% { transform: translate3d(0.01em, 0, 0); }
  36% { transform: translate3d(-0.01em, 0, 0); }
  38% { transform: translate3d(0.01em, 0, 0); }
  40% { transform: translate3d(-0.01em, 0, 0); }
  42% { transform: translate3d(0.01em, 0, 0); }
  44% { transform: translate3d(-0.01em, 0, 0); }
  46% { transform: translate3d(0em, 0, 0); }
}
.icon-pw{
  position: fixed;
  top: 70%;
  left: 0%;
}
.carousel-caption2{
  left:0px  !important;
  right: -120px !important;
 bottom: 80px;
}

section#inner-banner {
  background: url(./assets/img/about-banner.png) no-repeat fixed 50% center;
  margin: 0 auto;
  background-size: cover;
  padding: 80px;
}
section#inner-banner .inner-heading {
  text-align: center;
  display: block;
  width: 100%;
}
section#inner-banner .inner-heading h2 {
  color: #fff;
}
section#inner-banner .inner-heading .breadcrumb {
  background: none;
  display: inline-flex;
  width: auto;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
section#inner-banner .inner-heading .breadcrumb li.breadcrumb-item {
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}
.pt-50{
  padding-top: 50px;
}
.product-cat{
  font-size: 15px ;
  text-transform: capitalize;
    background-color: #0a558e;
    padding: 20px;
    margin-top: 30px;
}
.li-n-a::before {
  content: "\f046 ";
  color: #003d70;
  font-weight: bold;
  width: 1em;
  margin-left: -35px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.li-n-a{
  margin-left: 35px;
}

.product-cat li a{

 color: #fff;

}
.product-cat li{
  margin-bottom: 13px;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 10px;
}
.brou{
  background-color: #0a558e;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  border-radius: 0px;
  border-radius: 0px;
}
.input1 {
  padding: 18px 20px;
  /* margin: 9px 0; */
  box-sizing: border-box;
  /* border-radius: 10px; */
  outline: none;
  width: 100%;
  height: 20%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
#message {
  height: 130px !important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.call {
  font-size: 50px;
  font-weight: 300;
  color: #06163a;
}
.f-h {
  color: #020d26;
}
.ic {
  background-color: #ff5e14;
  padding: 9px;
  color: #fff;
  margin-bottom: 40px;
}
.w-7{
  width: 7%;
}
.w-8{
  width: 8%;
}
.w-11{
  width: 11%;
}
.img-wh{
  width: 240px;
  height: 240px;
  border: 1px solid #ddd;
  padding: 3px;
 
}

.f-15{
  font-size: 15px;
}

.col-sm-3 .bg-light-blue img{
  height: 275px;
}
.product-area{
  list-style: circle;
  margin-left: 20px;
}


























@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
}


@media screen and (max-width: 480px) {
  .demo {
        width: 100%;
    height: 173px;
  }
  .col-sm-3 .bg-light-blue img {
    height: 190px;
}
}