body{
    font-family: 'Fira Sans', sans-serif;
}
img{
    width: 100%;
}
.fixed-top{
    position: absolute;
}
.menu-ul{
    font-size: 14px;
}
.menu-a{
    color: #a4a4a4!important;
    font-weight: bold;
}
.menu-a:hover{
    color: #003d4e!important;
    font-weight: bold;
}
.slide-text{
    padding-bottom: 30%;
    left: 13%;
}
.section-title{
    margin: 0 auto;
}
.element {
	width: 100%;
	line-height: 4em;
    margin: auto;
    /* background: url("../images/behindtexticon1.png") no-repeat; */
    background-position:center;
    font-size: 36px;
    font-weight: 500;
    color: #003d4e;
    margin-bottom: 50px;
}
.element-services{
    width: 100%;
	line-height: 4em;
    margin: auto;
    /* background: url("../images/behindtexticon1.png") no-repeat; */
    background-position:center;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 50px;
}
h4.animated.fadeInRight {
    font-size: 33px;
    margin: 0 auto;
    line-height: 48px;
    max-width: 1120px;
}
.section{
    padding-top: 140px;
    padding-bottom: 10px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* .section-top{
    padding-bottom: 30px;
} */
.about-bg{
    background-image: url("../images/imgbg.png");
}
.about-img-bg {
    /* margin: 50px 30px; */
    background-image:url("../images/about.png");
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 495px;
    /* background-size: 700px; */
    background-size: contain;
    /* width: 700px; */
    /* overflow: hidden; */
}
/*.aboute-contant{
    background-image: url("../images/aboutbg.png");
}*/
.about-content {
    /* height: 150px; */
    /* width: 400px; */
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-right: 0px;

}
.service-ul-top{
    width: 100%;
    padding:15px;
    border: none;
}
.service-ul-bottom{
    width: 100%;
    padding:15px;
    border: none;
    /* padding-top: 60px; */
}
.service-li{
    border: none;
    margin-top: 30px;
}
.service-image{
    padding: 86px;
    padding-top: 0px;
    padding-bottom: 10px;
    border: none;
    background: transparent;

}
.service-h{
    font-size: 18px;
    border: none!important;
}


 /* team */
 .team-width {
    /* justify-content: center; */
    justify-content: space-evenly;
}
.team{
    padding: 0px;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
}

.middle-text{
    font-weight: bold;
    color: #003d4e;
    padding-top: 15px;
}
.team:hover .middle {
    opacity: 1;
    background: #ffffffbf;
    height: 100%;
    width: 100%;
    padding-top: 114px;
    transition: all 0.4s;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.team-names{
    position: absolute;
    bottom:-24px;
    left: 10%;
    width: 80%;
    color: #fff;
    background-color: #003d4e;
    transition: all 0.3s ease 0s;
    padding: 15px;
    border-radius: 5px;
}
.team-names-h{
    font-size:15px;
    margin: 0px;
}
.team-icons {
    font-size: 24px!important;
    position: absolute;
    top: 6px;
    right: 24px;
    color: #0077b5;
    cursor: pointer;
}


/* team slider */
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #003d4e;
    font-size: 20px;
    line-height: 376px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 10px;
    margin-left: -80px;
    margin-right: -80px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
  }
  @media only screen and (max-width: 1600px) { 
    .owl-theme .owl-controls .owl-buttons div {
        background: transparent;
        color: #003d4e;
        font-size: 20px;
        line-height: 376px;
        margin: 0;
        padding: 0 60px;
        position: absolute;
        top: 10px;
        margin-left: -50px;
        margin-right: -50px;
      }

}
@media only screen and (max-width: 1200px) { 
    .owl-theme .owl-controls .owl-buttons div {
        background: transparent;
        color: #003d4e;
        font-size: 20px;
        line-height: 376px;
        margin: 0;
        padding: 0 60px;
        position: absolute;
        top: 10px;
        margin-left: 0px;
        margin-right: 0px;
      }

}

/* team end} */


.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes fadeInRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0,100px);
    transform: translate3d(0, 0,100px);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.modal-dialog{
    max-width: 900px;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
#contactform{
    width: 90%;
    margin-left: 5%;
}
.contact-name{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-top: 3px;
    font-size: 15px;

}
.contact-submite{
    background-color: #0098b8!important;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}
.contact-text{
    font-size: 15px;
    color: #003d4e;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-size: 15px;
}
.contact-content{
    margin-left: -92.5px;
    background: #ffffff;
    margin-top: 30px;
    height: max-content;
    padding-top: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.contact-names{
    color: #003d4e;
    font-size: 15px;
}
.contact-p{
    
}
.contact-text-bottom-p{
    font-size: 15px;
    color: #a4a4a4;
    margin-top:15px;
    margin-bottom: 8px;
    padding-bottom: 50px;
}
.footer-back{
    background: #003d4e;
    height: 150px;
}
.footer-a{
    font-size: 14px;
    color: #fff!important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #003d4e;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px; 
}
.clients-slider-bg{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f8f8;
}
.clients-ul{
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.clients-li{
    width: 20%;
    text-align: center;
}
.client-image{
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}
.client-image:hover{
    filter: grayscale(0%);
}
.try-a {
    font-size: 14px;
}

.clients-content{
    height: 250px;
    background-color: #f5f8f8;
}
.client-content{
    padding-top: 51px;
}
.carusel-content-li{
    background: #a4a4a4!important;

}
.carousel-control-prev-icon{
    color: #c1cbcb;
    position: relative;
    left: -160px;
    font-size: 20px
}
.carousel-control-next-icon{
    color: #c1cbcb;
    position: relative;
    right: -160px;
    font-size: 20px
}

.slider-round{
    width: 35px!important;
    height: 2px!important;
}
.carusel-content-li:hover{
    background: #003d4e!important;
}
.modal-person{
    border: none;
    border-right: 2px solid #e1e1e1;
    padding: 8px;
}
.modal-person-p{
    font-size: 12px;
    margin-bottom: 5px;
}
.modal-person-h{
    font-size: 18px;
}
.modal-icon-mobile{
    color: #1aac2e;
    float: left;
    padding: 5px;
    font-size: 24px !important;
}
.modal-icon-linkedin{
    float: left;
    padding: 5px;
    font-size: 24px !important;
}
.modal-icon-title{
    float: left;
    padding: 5px;
}
.modal-person-line{
    width: 100px;
    height: 2px;
    background:#e1e1e1; 
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}
.modal-person-close{
    margin:15px;
}
.modal-person-describe{
    padding: 40px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.card-body .text-center {
    text-align: center!important;
    display: flex;
    justify-content: center;
}
button.close.modal-person-close {
    position: absolute;
    right: -15px;
    top: -8px;
    /* color: red; */
}
.modal-person-describe-p{
    font-size: 14px;
    color: #003d4e;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 0px;
    top: 4px;
}
.scrol-up{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.background-service{
    background: #003d4e;
    color: #ffffff;
    background-image: url("../images/sectionbgb.png");
}
.fadeInRight{
    background-image: url("../images/aboutbgg.png");
    padding:15px;
}
section#about {
    background: url(../images/sectionbgb.png), linear-gradient(0deg, #003d4e 33% , #ffffff 33%);
}
section#team {
    background: url(../images/sectionbgb.png), linear-gradient(180deg, #003d4e 55% , #ffffff 44%);
}
.section-border-about{
    margin-top: 20px;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(-90deg, #ffffff, #003d4e);
    margin-left: 44.2%;
}
.section-border-clients{
    margin-top: 20px;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(-90deg, #ffffff, #003d4e);
    margin-left: 45.9%;
}
.section-border-contact{
    margin-top: 20px;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(-90deg, #ffffff, #003d4e);
    margin-left: 45.4%;
}
.section-border-white-service{
    margin-top: 10px;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(-90deg, #003d4e, #ffffff);
    margin-left: 44.7%;
}
.section-border-white-team{
    margin-top: 10px;
    width: 70px;
    height: 2px;
    background-image: linear-gradient(-90deg, #003d4e, #ffffff);
    margin-left: 44.2%;
}
.about-describe{
    font-size: 15px;
}
.section-name-bg{
    width: 20px;
    height: 55px;
    position: absolute;
    background: #0098b8;
    border-radius: 2px;
}
.section-name{
    padding-left: 0px;
  }
.section-name-bottom{
    margin-left: 30px;
    font-size: 13px;
    /* text-transform: uppercase; */
    color: #0098b8;
    margin-bottom: 8px;
    line-height: 1;
}
.section-name-h{
    font-size: 30px;
    line-height: 1;
    color: #003d4e;
    margin-left: 30px;
    /* font-family: 'Libre Baskerville',serif; */
    padding-top: 0;
    /* text-transform: uppercase; */
}
.section-name-h-white{
    margin-left: 30px;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    /* font-family: 'Libre Baskerville',serif; */
    padding-top: 0;
    /* text-transform: uppercase; */
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.mt-3.rounded {
    margin-left: -15px;
    margin-right: -15px;
}
#scrollmenu {
    position: fixed;
    top: -50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    z-index: 16;
  }
.scrollmenu-back{
    background: #003d4e;
    height: 66px;
    padding-top:8px;
    padding-bottom: 8px;
}
.scrollmenu-ul{
    font-size: 14px;
}
.scrollmenu-a{
    color: #a4a4a4!important;
}
.scrollmenu-a:hover{
    color: #ffffff!important;
}
.scrollmenu-a::after{
    color: #ffffff!important;
}
/* slider */
.carousel-caption {
    top: 30%;
}
.carousel {
    overflow: hidden;
}
.col-lg-5.col-md-9.col-sm-12.aboute-contant {
    margin: 0 auto;
}
.map {
    height:438px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}
.contact-p{
    background-image: url("../images/contactbg.png");
    height: 438px;
}
@media only screen and (max-width: 1024px) { 
    h4.animated.fadeInRight {
        font-size: 24px;
        line-height: 34px;
    }
    .section {
        padding-top: 69px;
    }
    .scrollmenu-back {
        display: none;
    }
    .col-lg-3.pl-5.pr-0.contact-content {
        padding-left: 0px!important;
    }

}

@media only screen and (max-width: 768px) {
    .map {
        height:auto;
    }
    .section {
        padding-top: 20px;
    }
    h4.animated.fadeInRight {
        font-size: 14px;
        line-height: 20px;
    }
    a.navbar-brand {
        width: 100px;
        padding: 0px;
    }   
    .contact-content {
        margin-left: 0;
    }
    .carousel-caption {
        left: 0;
        right: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.mt-3.rounded {
        padding-top: 7px;
    }
    button.navbar-toggler {
        padding: 3px;
        font-size: 14px;
        border: none;
    }
    .scrollmenu-back {
        display: none;
    }
    .about-describe {
        font-size: 13px;
        line-height: 22px;
        padding: 2px!important;
    }
    .about-content {
        margin: 6px;
        margin-top: 160px;
    }
    .about-img-bg {
        height: auto;
        height: 495px;
    }
    h5.nav-link.text-center.service-h {
        font-size: 10px;
    }
    .img-thumbnail.service-image {
        width: 38px;
        padding: 6px;
    }
    .service-li {
        text-align: center;
        width: 50%;
    }
    .our-team {
        margin-bottom: 50px;
  
    }
    .col-lg-3.pl-5.pr-0.contact-content {
        padding-left: 0px!important;
    }
    .footer-back {
        height: auto;
    }
    footer .navbar-toggler-icon {
        display: none;
    }
    footer .navbar-brand {
        margin: 0 auto;
    }
    .owl-buttons {
        display: none;
    }

}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    /* cursor:url(grabbing.png) 8 8, move; */
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.testimonial {
    background-color: white;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 100px 15px 160px;
    position: relative;
  }
  
  .testimonial::before,
  .testimonial::after {
    content: "";
    border-top: 40px solid white;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  
  .testimonial::after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
  }
  
  .testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
  }
  
  .testimonial .description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
  }
  
  .testimonial .testimonial-content {
    width: 100%;
    left: 0;
    position: absolute;
  }
  
  .testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #016d9b;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  
  .testimonial .name {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
  }
  
  .testimonial .title {
    display: block;
    font-size: 14px;
    color: #ffd9b8;
  }
  
  .owl-controls {
    margin-top: 20px;
  }
  
  .owl-pagination {
    display: flex;
    justify-content: center;
  }
  
  .owl-page {
    height: 10px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10%;
    
  }
  
  .owl-page:hover,
  .owl-page.active {
    background-color: rgb(0 61 78);
  }
  
  .owl-page:not(first-item) {
    margin-left: 10px;
  }
  