.about .card {
    text-align: center;
    background-color: #027a8b;
    border-radius: 0px;
    padding: 2.6em 0em;
}
.about .card-header {
	background-color: transparent;
}
.about .card-header .card-title {
    margin-bottom: 0.5rem;
    font-family: futura-heavy-font;
    font-size: 36px;
    color: #cce4e8;
}
.about .card-header .card-text {
    font-family: futura;
    font-size: 21px;
    color: #fff;
}
.about .card-header .btn-primary {
    color: #000;
    background-color: #c1b7a4;
    border-color: #c1b7a4;
    font-size: 20px;
    text-transform: capitalize;
    padding: 3px 26px;
    border-radius: 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.master-float-icons {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 9999;
}
.master-float-icons a {
    display: block;
    opacity: 1;
    color: #fff;
    padding: 4px 6px;
    font-size: 20px;
    opacity: 0.6;
}
.master-float-icons a:hover {
    opacity: 1;
}
.master-float-icons a.facebook {
    background-color: #027a8b;
}
.master-float-icons a.instagram {
    background-color: #000;
}
.master-float-icons a.pinterest {
    background-color: #027a8b;
}
.master-float-icons a.twitter {
    background-color: #000;
}
.master-float-icons a.youtube {
    background-color: #000;
}
.master-float-icons a.linkedin {
    background-color: #027a8b;
}
.master-float-icons a.wikipedia {
    background-color: #027a8b;
}




.cmd-home-services h2 {
    font-size: 47px;
    line-height: 50px;
    text-align: left;
    font-family: 'futura-heavy-font';
    color: #027a8b;
    text-transform: uppercase;
        padding-bottom: 25px;
}
.cmd-services-box {
    background-color: #c1b7a4;
    padding: 2.6em 0em;
    border: 1px solid #d00404;
    border-radius: 20px;
    text-align: center;
}
.cmd-services-box img {
    max-width: 100%;
    width: 132px;
}
.cmd-home-services .card-header {
	background-color: rgba(0,0,0,.0);
	text-align: center;
}
.cmd-home-services .card-header .card-title {
    margin-bottom: 0.5rem;
    font-family: futura-medium-bt;
    color: #000;
    text-align: center;
    margin-top: 0.7em;
    font-size: 21px;
}
.cmd-home-services .card-header .btn-primary {
    color: #fff;
    background-color: #007c8a;
    border-color: #007c8a;
    padding: 0px 10px;
    text-transform: capitalize;
}
.cmd-home-services .card-header .btn-primary:hover {
	background-color: #000;
	border: 1px solid #000;
}

.cmd-home-vision .card-header {
    padding: 0.5rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.0);
}
.cmd-home-vision .card {
	background-color: #027a8b;
	border-radius: 0px;
}
.cmd-home-vision .card-block .card-title {
    margin-bottom: 0.5rem;
    font-family: futura-heavy-font;
    font-size: 36px;
    color: #cce4e8;
    margin-top: 1em;
    text-transform: capitalize;
}
.cmd-home-vision .card-block .card-text {
    font-family: futura;
    font-size: 21px;
    color: #cce4e8;
}







.cmd-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .cmd-testimonials {
    margin-top: 0px;
  }
}
.cmd-testimonials h2 {
    margin-bottom: 1.5rem;
    font-family: futura-heavy-font;
    font-size: 40px;
    color: #3595a2;
    text-align: center;
    text-transform: capitalize;
}
.cmd-testimonials h2 span {
	color: #356369;
}
.cmd-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.cmd-testimonials .owl-dots {
  text-align: center;
}
.cmd-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.cmd-testimonials .owl-dots .active {
  box-shadow: none;
}
.cmd-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.cmd-testimonials .card {
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 0px;
  border-radius: 0px;
  border: 0;
  background-color: #024c56;
}
.cmd-testimonials .card .card-img-top {
  max-width: 100%;
  border-radius: 0%;
  margin: 0px auto 0;
  box-shadow: none;
}
.cmd-testimonials .card h5 {
    color: #c1b7a4;
    font-size: 16px;
    line-height: 1.3;
    font-family: futura;
    letter-spacing: 1px;
}
.cmd-testimonials .card h5 span {
  font-size: 20px;
  color: #c1b7a4;
  float: right;
}
.cmd-testimonials .card p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
    margin-top: 1em;
    text-align: left;
}
.cmd-testimonials .card p a {
    text-transform: capitalize;
    color: #16bbd1;
}
.cmd-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}
.cmd-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.cmd-testimonials .owl-nav button {
  position: absolute;
  top: 43%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.cmd-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.cmd-testimonials .owl-nav button.owl-prev {
  left: -20px;
}
.cmd-testimonials .owl-nav button.owl-prev img {
    max-height: 43px;
}
.cmd-testimonials .owl-nav button.owl-next {
  right: -20px;
}
.cmd-testimonials .owl-nav button.owl-next img {
    max-height: 43px;
}






.cmd-main-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .cmd-main-testimonials {
    margin-top: 20px;
  }
}
.cmd-main-testimonials h2 {
    margin-bottom: 1.5rem;
    font-family: futura-heavy-font;
    font-size: 40px;
    color: #3595a2;
    text-align: center;
    text-transform: capitalize;
}
.cmd-main-testimonials h2 span {
	color: #356369;
}

.cmd-main-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.cmd-main-testimonials .owl-dots {
  text-align: center;
}
.cmd-main-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.cmd-main-testimonials .owl-dots .active {
  box-shadow: none;
}
.cmd-main-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.cmd-main-testimonials .card {
  background: #fff;
  box-shadow: none;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  text-align: center;
}
.cmd-main-testimonials .card .card-img-top {
  max-width: 100%;
  border-radius: 100%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 217px;
}
.cmd-main-testimonials .card h5 {
    color: #007c8a;
    font-size: 25px;
    line-height: 1.3;
    font-family: futura-medium-bt;
}
.cmd-main-testimonials .card h5 span {
    font-size: 20px;
    color: #666666;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
}
.cmd-main-testimonials .card p {
    padding-bottom: 15px;
    font-family: futura;
    font-size: 21px;
    color: #555;
    margin-top: 0.6em;
}
.cmd-main-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}
.cmd-main-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.cmd-main-testimonials .owl-nav button {
  position: absolute;
  top: 43%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.cmd-main-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.cmd-main-testimonials .owl-nav button.owl-prev {
  left: 100px;
}
.cmd-main-testimonials .owl-nav button.owl-prev img {
    max-height: 43px;
}
.cmd-main-testimonials .owl-nav button.owl-next {
  right: 100px;
}
.cmd-main-testimonials .owl-nav button.owl-next img {
    max-height: 43px;
}
.last-footer {
	background-color: #232121;
}






.cmd-contact-us01 .card-header {
    background-color: #fff;
}
.cmd-contact-us01 .card-header .card-text span {
    color: #007c8a;
    font-size: 19px;
}
.cmd-contact-us01 .card-header .card-text {
    font-size: 19px;
    font-family: futura-medium-bt;
    line-height: 31px;
    color: #000;
}
.cmd-contact-us01 .card-header .card-text .bi {
    color: #057281;
    font-size: 20px;
    margin-right: 10px;
}
.cmd-contact-us01 .card-header .card-text a {
    display: flex;
    color: #000;
}
.cmd-contact-us01 h1 {
    margin-bottom: 1.6em;
    font-family: futura-heavy-font;
    font-size: 30px;
    color: #027a8b;
    text-align: center;
    text-transform: capitalize;
}
.cmd-contact-us01 {
    padding: 30px 0;
}



.cmd-contact-us02 {
    padding: 30px 0;
    background-image: url(../img/bg-02.webp);
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}
.cmd-contact-us02 .card-header {
    background-color: #fff;
}
.cmd-contact-us02 .card-header .card-title {
    margin-bottom: 0.7em;
    font-family: futura-heavy-font;
    font-size: 24px;
    color: #027a8b;
}
.cmd-contact-us02 .card-header form label {
    display: inline-block;
    font-size: 19px;
    font-family: futura-medium-bt;
    margin-bottom: 0.3em;
}
.cmd-contact-us02 .card-header form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1em;
}
.cmd-contact-us02 .card-header form .btn-primary {
    color: #fff;
    background-color: #027a8b;
    border-color: #027a8b;
    text-transform: capitalize;
    font-size: 19px;
    padding: 0px 25px;
    font-family: futura-medium-bt;
    border-radius: 30px;
}
.cmd-contact-us02 .card-header form .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.cmd-contact-us02 .card-block .card-title {
    margin-bottom: 0.7em;
    font-family: futura-heavy-font;
    font-size: 24px;
    color: #027a8b;
}







.cmd-aboutus01 .card-header {
    background-color: rgba(0,0,0,.01);
}
.cmd-aboutus01 .card-header .card-title {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font-family: futura-heavy-font;
    font-size: 26px;
    color: #000;
    text-align: left;
    text-transform: capitalize;
}
.cmd-aboutus01 .card-header .card-title span {
    color: #027a8b;
    font-size: 20px;
}
.cmd-aboutus01 .card-header .card-text {
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #000;
    text-align: justify;
    line-height: 37px;
}
.cmd-aboutus01 .manage-str .card-text strong{
    color: #027a8b;}

.q-head  .card-text li{
font-family: OpenSans-Regular;
}
.vision-mission-box .card-text li{
    font-family: OpenSans-Regular;
    padding: 5px 0px;
    }

.cmd-aboutus02 h2 {
    font-size: 30px;
    color: #027a8b;
    margin-bottom: 1em;
    text-align: center;
}




.cmd-aboutus02 {
    background-color: rgba(255, 255, 255, 0.75);
}


.cmd-aboutus03 {
    background-color: #027a8b;
}

.cmd-aboutus03 h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
    text-transform: capitalize;
}
.cmd-aboutus03 .card-title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 25px;
}
.cmd-aboutus03 .card-header {
    background-color: rgba(0,0,0,.0);
}
.cmd-aboutus03 .card-header {
    background-color: #027a8b;
    padding: 1.6em 1em;
    border: 7px solid #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.cmd-why01 .card-text {
    margin-bottom: 0;
    font-family: futura;
    font-size: 21px;
    color: #ffffffd1;
    line-height: 28px;
    text-align: left;
    margin-top: 1em;
}
.cmd-why01 .bi {
    color: #fff;
    font-size: 36px;
    margin-right: 6px;
}








.team h2 {
    font-size: 30px;
    color: #027a8b;
    margin-bottom: 1em;
    text-align: center;
    text-transform: capitalize;
}




.cmd-aboutus04 .card-header {
    background-color: rgba(0,0,0,.02);
}
.cmd-aboutus04 h2 {
    color: #000;
    text-align: center;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-size: 28px;
    text-transform: capitalize;
}




.cmd-services01 .card {
    margin-bottom: 1.6em;
    border-radius: 0px;
}
.cmd-services01 .card-header {
    background-color: #00ffff08;
    border-radius: 0px;
    padding: 0.5rem 0.5rem;
}
.cmd-services01 .card-header img {
    padding: 1.6em;
}
.cmd-services01 .card-block {
    padding: 0.5rem 1.5rem;
}
.cmd-services01 h1 {
    margin-bottom: 1.6em;
    margin-top: 0.6em;
    font-family: futura-heavy-font;
    font-size: 30px;
    color: #027a8b;
    text-align: center;
    text-transform: capitalize;
}
.cmd-services01 .card-title {
    color: #000;
    text-align: left;
    margin-top: 0.6em;
    margin-bottom: 0.3em;
    font-size: 25px;
    text-transform: capitalize;
}
.cmd-services01 .card-block ul li {
    color: #222222;
    position: relative;
    font-family: futura-medium-bt;
    font-size: 19px;
    padding-bottom: 7px;
}
.cmd-services01 .card-block .btn-primary {
    color: #fff;
    background-color: #007c8a;
    border-color: #007c8a;
    padding: 0px 8px;
    text-transform: capitalize;
    font-size: 15px;
}
.cmd-prd-subtitle {
    font-size: 19px;
    color: #000;
    text-align: center;
    margin-top: 0.5em;
}
.cmd-services01 {
    padding: 20px 0 30px 0;
}
.with-background {
    background-color: #00000005;
}
.cmd-services01 .card {
    background-color: transparent;
}
.pro-enquire-btn {
    text-align: center;
}
.pro-enquire-btn .btn-primary {
    color: #fff;
    background-color: #007c8a;
    border-color: #007c8a;
    padding: 0px 8px;
    text-transform: capitalize;
    font-size: 15px;
}






.cmd-portfolio-master {
    padding: 20px 0 40px 0;
}
.cmd-portfolio-master h1 {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font-family: futura-heavy-font;
    font-size: 30px;
    color: #027a8b;
    text-align: center;
    text-transform: capitalize;
}
.cmd-portfolio-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #00ffff08;
    border: 10px solid #fff;
}
.cmd-portfolio-master .card-header .card-title {
    color: #000;
    text-align: center;
    margin-top: 0.6em;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
.cmd-portfolio-master .card {
    background-color: transparent;
}




.about-sidebar h5 {
    font-family: futura-heavy-font;
    font-size: 20px;
    text-transform: capitalize;
    background-color: #027a8b;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}
.about-sidebar p {
    margin: 0px;
}
.about-sidebar a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    font-family: OpenSans-Medium;
}
.about-sidebar a.active {
    background: #053855;
    color: #fff;
}



.content-box01 img {
    border-radius: 10px;
}
.content-box01 {
    background-color: #67afb930;
    padding: 10px;
    margin: 5px;
    border: 1px solid #67afb930;
    border-radius: 10px;
}
.cmd-aboutus01 .card-header .card-title span i {
    color: #72c02c;
    font-size: 22px;
    vertical-align: middle;
}


.profile-box h3 {
    font-size: 20px;
    margin-top: 0.6em;
    color: #000;
}
.profile-box h3 span {
    font-size: 16px;
    color: #02798a;
} 

.vision-mission-box .bi {
    color: #027a8b;
    font-size: 30px;
    margin-right: 6px;
}
.vision-mission-box p {
    font-family: futura;
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 37px;
    margin-bottom: 0.7em;
}
.vision-mission-box h3 {
    color: #000;
    margin-top: 0.7em;
    font-size: 22px;
}


.awards-box  {
    background-color: #72c02c0a;
    padding: 10px;
    margin: 5px;
    border: 1px solid #cccccc59;
    border-radius: 10px;
    border: 1px solid #ccc;
}



.whyus01 .card-header {
    padding: 15px;
    background-color: transparent;
    position: relative;
}
.whyus01 .card-header::after {
    content: "";
    border-right: 1px dotted #000;
    position: absolute;
    right: 0;
    top: 0 ;
}
.whyus01 .card-block {
    padding: 15px;
    background-color: transparent;
    margin-top: 2em;
    border: 1px solid #ccc;
}


.whyus01 .why-us-box {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 1.6em;
}
.whyus01 .why-us-box .card-title {
  margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    color: #027788;
    font-size: 28px;
    line-height: 35px;
}
.whyus01 .why-us-box .card-text {
    font-family: futura;
    font-size: 20px;
    color: #000;
    text-align: left;
    line-height: 27px;
    margin-left: 20px;
}

.whyus01 .why-us-box01 .card-title {
  margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    color: #027788;
    font-size: 28px;
    line-height: 35px;
    text-align: right;
}
.whyus01 .why-us-box01 .card-text {
    font-family: futura;
    font-size: 20px;
    color: #000;
    text-align: right;
    line-height: 37px;
    margin-right: 20px;
}
.whyus01 .why-us-box01 {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 1.6em;
}


.cmd-products01 .item {
    position: relative;
}
.cmd-products01 .item img {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px;
}
.cmd-products01 .item::after {
    content: url(../img/lens.png);
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    display: none;
}
.cmd-products01 .tab {
    /* text-align: center; */
    margin-bottom: 1.6em;
    padding-top: 50px;
}

.cmd-products01 .tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
  display: flex;
    justify-content: space-evenly;

}

.cmd-products01 .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 22px;
    text-transform: capitalize;
}

.cmd-products01 .tab button:hover {
  background-color: #fff;
  color: rgb(2 122 139);
}

.cmd-products01 .tab button.active {
    background-color: #fff;
    color: rgb(2 122 139);
}

.cmd-products01 .tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
}

.ser-tit h2 {
    text-transform: capitalize;
    margin-bottom: 0.4em;
}
.ser-tit p {
    font-family: futura;
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 1.6em;
}
.main-services1 .card-header {
    background-color: transparent;
}
.main-services1 .card-header img {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), inset 0 0 20px rgb(0 0 0 / 10%);
    margin: 10px 0px;
}
.ser-sidebar {
    padding: 15px;
    border: 1px solid #ccc;
}
.ser-sidebar h4 {
    text-transform: capitalize;
    margin-bottom: 0.4em;
    color: #000;
}
.ser-sidebar a {
    display: block;
    font-size: 20px;
    color: #000;
    padding: 10px 0px;
}
.ser-sidebar a .bx {
    font-size: 30px;
    vertical-align: sub;
    color: #027a8b;
}