/********** Template CSS **********/
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 1px 1px;
}

.bg_color {
	background-color: #E4E7EC;
}	

.typo_blue {
	color: #00378D !important;
}

.navbar-dark .navbar-toggler {
  color: rgb(1, 57, 132)!important;
  border-color: rgba(1, 57, 132,0.8)!important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 57, 132,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #003C8A;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #AF0003;
}


.row_max {
	max-width: 1340px !important;
	margin: auto !important;
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;

    height: 86px;
    padding: 8px 8px 8px 8px;
    right: 8px;
    left: 8px;
    bottom: -70px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -30px;
    font-size: 60px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}



.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 180px 0px 6px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:before {
  content: '';
  background-image: url(../img/drop_resqdrain_2022_b.webp);
  background-repeat: no-repeat;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 10px;
  width: 256px;
  height: 467px;
}

.main-banner:after {
  content: '';
  background-image: ;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.about h6 {

  font-size: 18px;
  color: #fff;

}


.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 52px;
}

  @media (max-width: 766px) {
	  .main-banner .left-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 42px;
}
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #c50001!Important;
}

.main-banner .left-content p {
  margin: 10px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}  
/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 2px;
}

.about-us {
  background-image: url(../img/about-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px 80px 0px;
  z-index: 99;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 18px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
}

.about-us .services .item p {
  color: #fff;
}
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgb(3, 59, 91) 0%, rgb(52, 170, 213) 100%);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
	margin-bottom:10px !important;
  }
  @media (max-width: 990px) {  
   .about-us img{
    max-width: 280px !important;
	margin: auto !important;
	padding-bottom:24px !important;
  } 
}

  @media (max-width: 990px) {
.container-fluid {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
}

  @media (max-width: 760px) {
.px-small {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
}

  @media (max-width: 990px) {
.container-fluid img{
  max-width: 90% !important;
  margin: auto !important;
}
}

  @media (max-width: 760px) {
.container-fluid img{
  max-width: 100% !important;
  margin: auto !important;
}
}

.btn-primary {
  color: #000;
  background-color: #34A4FF !important;
  border-color: #003B8A !important;
    border-top-color: rgb(0, 59, 138) !important;
    border-right-color: rgb(0, 59, 138) !important;
    border-bottom-color: rgb(0, 59, 138) !important;
    border-left-color: rgb(0, 59, 138) !important;
}

.text-white {
  color: #ce1912 !important;
}

.text-red {
  color: #C71626 !important;
}
  
.bg-blue  {
  background-color: rgb(160, 205, 71) !important;
}

.text-white-footer {
  color: #fff !important;
}
.text-primary-blue {
  color: #003987 !important;
}
.text-primary-green {
  color: #074f01 !important;
}
.text-white-50 {
  color: rgb(0, 0, 0) !important;
}

.display-4 {
  font-size: 2rem !important;
}

.margin-footer {
	margin: 0px auto 0px auto  !important;
}
.text-right {
  text-align: right !important;
}

.h-35 {
  height: 35% !important;
}

.w-35 {
  width: 35% !important;
}

.container_a{
  display: flex;
  flex-direction: row;
}

.boxlayout {
  background-color: white ;
  border: 2px solid black;
  padding: 10px;
  margin: 10px;
}

.image_text {
    font-size: 1.2rem !important;
	color: #000 !important;
	line-height: 1.3rem !important;
	font-weight: 700 !important;
}

.image_text_2 {
    font-size: 1.0rem !important;
	color: #000 !important;
	line-height: 1.3rem !important;
	font-weight: 700 !important;
}

.logo_customer {
	max-width:200px !important;
    align-items: center !important;
    justify-content: center !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}

@media (min-width: 768px){
.col-md-10 {
	flex: 0 0 auto;
	width: 73.33333% !important;
}
}







