*{ padding: 0; margin: 0; box-sizing: border-box; }

/*main body css starts here*/
html {
  scroll-behavior: smooth;
}
body, p, a{
    font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400px;
}

.bg-gray {
	
	background-color:f4f4f4;
}

a:hover{
	color: #00a0e3;
}
.btn-outline-primary a{
  color: #fff;
}
.btn-outline-primary a:hover{
  color: #000;
}
.btn-outline-primary{
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
}
.btn-outline-primary:hover{
  color: #000 !important;
  background-color: transparent;
  border-color: #000;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-outline-primary:focus {
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  outline: none;
  box-shadow: none !important;
}
.about-area, .products-area, .clients-area{
	padding: 3rem 0 3rem 0;
}
.title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.title h3{
	color: #0b4162;
	margin: 0px 0 35px;
	text-align: center;
	position: relative;
	display: inline-block;
  text-transform: uppercase;
}
.title h3:after{
	position: absolute;
	content: "";
	height: 2px;
	background-color: #00a0e3;
	width: 50%;
	bottom: -12px;
	left: 25%;
}
/*header css starts here*/
.dropdown-item {
  padding: .5rem 1rem;
  text-transform: uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #00a0e3;
}
.bg-theme{
    background-color: #000!important;
    color: #fff;
    padding: 0 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  position: relative;
  text-transform: uppercase;
}
.sticky-top{
    position:relative;
    top:0;
    width:100%;
    z-index:100;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #e1e1e1 !important;
}
.navbar-dark .navbar-nav .active > .nav-link:after{
	position: absolute;
	content: "";
	background: #fff;
	width: 60px;
	height: 2px;
	left: 0;
	bottom: -5px;
}
.row.top-bar {
  padding: 15px 0;
}
.logo-wrapper a{
	max-width: 145px;
	height: auto;
	display: block;
}
img{
	max-width: 100%;
}
.top-two-right-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 3.5px 0;
}
.button-wrapper {
  flex: 0 0 38%;
}
.contact-detail-wrapper{
  flex: 0 0 62%;
}
.contact-detail-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
}
.contact-detail-wrapper ul li{
  list-style: none;
  width: auto;
  padding: 0px 9% 0 0%;
  border-right: 2px solid #d7d7d7;
  max-height: 42px;
}
.contact-detail-wrapper ul li:last-child{
	border: none;
}
.contact-detail-wrapper ul li .top-icon-wrapper {
  display: table;
  width: auto;
}
.icon-left {
  display: table-cell;
  vertical-align: top;
}
.icon-body {
  text-align: left;
  width: auto;
}
.icon-body a{
  color: #212529;
}
.icon-body a:hover{
  color: rgb(33 37 41 / 70%);
}
.icon-left i {
  font-size: 2.5rem;
  color: #00a0e3;
  display: inline-block;
  width: initial;
  height: initial;
  vertical-align: initial;
  margin-left: initial;
  padding: 0 15px;
  line-height: 3rem;
}
.nav-item {
  padding: 0.3rem 1rem;
}

/*slider css starts here*/
ol.carousel-indicators {
  margin-bottom: 0;
}
/*about area css starts here*/

/*products css starts here*/
.products-area{
	background-image: url("../images/banner-02.jpg");
  background-color: rgba(248, 247, 216, 0.7);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.overlay{
  background-color: rgb(0 0 0 / 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-area .title h3{
  color: #fff;
}
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 20px;
    border-radius: 6px;
    background: linear-gradient(187deg, rgb(130 122 167) 30%, #027b8f 100%);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: 0;
}
.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -25%;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.table {
  text-align: center;
}
.category.text-danger {
  text-align: center;
  padding: 23px 0 10px;
  text-transform: uppercase;
}
.category.text-danger a {
  font-size: 1.2rem;
}
.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}
.card img {
    width: 100%;
    height: auto;
}
.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .ftr {
    margin-top: 15px;
}
.card .ftr div {
    display: inline-block;
}
.card .ftr .author {
    color: #888;
}
.card .ftr .stats {
    float: right;
    line-height: 30px;
}
.card .ftr .stats {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.card-blog {
  margin-top: 80px;
  -webkit-transition: all cubic-bezier(.6,-0.28,.74,.05) 1s;
  transition: all cubic-bezier(.6,-0.28,.74,.05) 1s;
}
.card.card-blog .btn.btn-outline-primary{
  display: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.card-blog:hover .btn.btn-outline-primary{
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.card-blog:hover{
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.1);
  transform: translate(0px, -10px) scale(1.05);
}
.card-blog .card-image + .category {
    margin-top: 20px;
}
.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.category.text-danger a{
  color: #fff;
}
.card-blog .btn-outline-primary:hover{
  color: #000!important;
  background-color: #fff;
  border-color: #ababab;
}
.card-blog .btn-outline-primary{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-primary:hover{
  color: #000;
}
/*clients area css starts here*/
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #00a0e3 !important;
}
.slick-dots li button:focus::before, .slick-dots li button:hover::before {
  opacity: 0.75 !important;
  color: #00a0e3 !important;
}
.clients-slider li {
  padding: 10px;
}
.clients-slider li a img {
  padding: 15px;
}
.clients-image-wrapper {
    margin: 15px 0;
	padding: 10px;
	background-color:#f4f4f4;
	min-height:280px;
}
/*footer css starts here*/
footer {
  background-color: #000;
  padding: 3rem 0 2rem 0;
}
footer p, footer a{
 color: #ffffff;
 font-size: 14px;
 margin-bottom: 7px;
}
footer h6 {
margin-bottom: 40px;
position: relative;
color: #fff;
text-transform: uppercase;
}
footer h6:after {
position: absolute;
content: "";
background: #fff;
width: 60px;
height: 2px;
left: 0;
bottom: -15px;
}
.btn-footer {
color: #212529;

text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 13px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {

text-decoration: none;

}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding: 5px 5px 5px 10px;
}
::placeholder {
font-size: 10px;
padding-left: 10px;
font-style: italic;
}
.form-footer input[type="button"] {
border: none;
background:#232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 5px 12px;
}
.social .fa {
color: #fff;
font-size: 22px;
padding: 9px 14px;
background: #232323;
}
.social a:hover .fa{
	background-color: #fff;
	color: #00a0e3;
}
footer ul li {
list-style: none;
display: block;
}
footer ul  {
padding-left: 0;
}
footer ul  li a{
text-decoration: none;
color: #212529;
text-decoration:none;
}
a:hover {
text-decoration: none;
color: #f5f5f5;

}
.logo-part {
border-right: 1px solid #ededed;
height: 100%;
}
.copy-right {
    background-color: #232323;
    color: #fff;
    padding: 12px 0;
}
.copy-right p{
  margin-bottom: 0;
}
.copy-right p a{
  color: #00a0e3;
}
.copy-right p a:hover{
  color: #fff;
}
/* contact css starts here */
  .contact-us-section .contact .col-md-4{
    background: #00a0e3;
    padding: 3%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .contact-info{
    color: #fff;
  }
  .contact-info a{
    color: #fff;
    text-decoration: underline;
  }
  .contact-info img{
    margin-bottom: 15%;
  }
  .contact-info h2{
    margin-bottom: 10%;
  }
  .contact-us-section .contact .col-md-8{
    background: #f1f1f1;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .contact-form label{
    font-weight:600;
  }
  .contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
  }
  .contact-form button:focus{
    box-shadow:none;
  }

/* services area starts here  */
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#00a0e3 0%,#86898f 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.wrap:hover .mbr-iconfont{
  color: #fff;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

/* products page starts here */

.product-page a:hover{
  color: #fff !important;
}
.product-page .card .card-image {
  margin-top: 5% !important;
}
.product-page .card-blog {
    margin-top: 0px;
    padding: 10px 10px;
}

.product-page .card-blog:hover{
    transform: translate(0px, 0px) scale(1);
    box-shadow: none;
}
.product-page .table {
    min-height: 161px;
}
/*media css starts here*/
@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; }
  .dropdown-toggle:hover::after {transform: rotate(180deg);}
} 
@media only screen and (max-width: 991px){
  .icon-left i {
    font-size: 1.5rem;
    padding: 0 10px;
    line-height: 2.5rem;
  }  
  .icon-body p {
    font-size: 0.725rem;
  }
  .contact-detail-wrapper ul li {
    max-height: 30px;
  }
  .btn.btn-outline-primary{
    padding: 5px 8px;
  }
  .btn.btn-outline-primary a {
    font-size: 0.725rem;
    padding: 0px;
  }
  .logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 525px){
  .icon-body{
    display: none;
  }
  .button-wrapper {
    flex: 0 0 60%;
  }
  
  .webmail {
	  
	  display: none;
  }
  
  .contact-detail-wrapper {
    flex: 0 0 40%;
  }
  .icon-left i {
    line-height: 1.5rem;
  }
  .contact-detail-wrapper ul li {
    max-height: 25px;
  }
  .contact-us-section .contact .col-md-4 {
    padding: 7%;
  }
}