* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.hader-area {
    padding: 25px 0px;
    transition: all .5s;
}

.hader-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
}

.logo-area {
    margin-top: 13px;
}

.hader-menu {
    text-align: right;
    margin-top: 15px;
}

.hader-menu ul {
    margin: 0;
    padding: 0;
}

.hader-menu ul li a {
    text-decoration: none;
    display: inline-block;
    color: #3D3939;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.hader-menu ul li:hover a {
    color: #0069A2;
}

.hader-menu ul li.active a {
    color: #0069A2;
    font-weight:600;
    
}

.singel-menu a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    background: #0069A2 !important;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
        margin-left:0px;
    
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 2px solid #0069A2;
opacity: 1;
margin: 8px 0 0 40px;

}
.language{
        margin: 11px 11px 9px 0px;
}
.language img{
    margin-right: 10px;
}
.singel-menu a:hover {
    background: #0069A2;
    color: #fff;
}

.singel-menu1 a {
    display: inline-block;
    text-decoration: none;
    padding: 9px 38px;
    background: #0069A2;
    color: #0069A2;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
        margin-right:100%;
    
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 2px solid #0069A2;
opacity: 1;
margin: 4px 0 0 0px;
}
.singel-menu1 a:hover {
    background: #0069A2;
    color: #fff;
}
.baner-btn a:hover {
    background: #464358;
    color: #fff;
}
.baner-box{
    right: 0px;
    color: #525252;
}

.baner-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 13px 25px;
    background: #0069A2;
    color: #fff;
    border-radius: 110px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.baner-text h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;

    color: #fff;
}

.baner-text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    
}
.baner-text1 h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;

    color: #353434;
}

.baner-text1 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 30px;
    text-align: center;
    
}

.started-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 14px 30px;
    background: #0069A2;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    transition: all .3s;
    border-radius: 30px;
    margin: auto;
}

.started-btn a:hover {
    background: #0069A2;
    color: #fff;
}

.app-btn a {
  
    border-radius: 10px !important;
    text-decoration: none;
    display: inline-block;
    padding: 11px 65px;
    
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s;
     border: 1px solid #E3E3E3;
    
    margin-left: 10px;

}

.app-btn a:hover {
    background: #FBFBFD;
    color: #FBFBFD;
}
.app-btn a:hover {
    background: #FBFBFD;
    color: #FBFBFD;
}

.app-btn1 a {
    
    border-radius: 10px !important;
    text-decoration: none;
    display: inline-block;
    padding: 11px 32px;
   
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s;
    margin-left: 20px;
    border: 1px solid #E3E3E3;
    
}

.app-btn1 a:hover {
    background: #FBFBFD;
    color: #FBFBFD;
}
.app-btn1 a:hover {
    background: #FBFBFD;
    color: #FBFBFD;
}

.baner-area {
    position: relative;
    z-index: 1;
    padding: 200px 0;
    margin-bottom: 70px;
    
}
.contact-right .contact-icon {
  background: #EDF9FF;
  color: #0069A2;
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 33%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.contact-right .single-contact {
  margin: 10px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}
#conatiner-map {
  margin-top: -100px;
  text-align: center;
  background-color: #000;
  height: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}
.contact-right-area {
  margin-left: 0px;
}
.baner-area:after {
    position: absolute;
    content: '';
    width: 42%;
    background-color: #fff;
    height: 60%;
    right: 0px;
    top: 15%;
    border-radius: 18px;
    z-index: -1;
    border-radius: 40px 0px 0px 40px;
opacity: 0.95;
}

.baner-image img {
    position: absolute;
    right: 10%;
    width: 25%;
}

.baner-content{
    position: relative;
    width: 43%; 
    left: 75%;
    top: 0%; 
    z-index: 1;
    margin-bottom: 70px;
}
.text-black{
    color: #353434 !important;
}

.about-us {
    margin-bottom: 50px;
}

.silider-area {
    margin-bottom: 80px;
}

.section-text h5 {
    font-size: 18px;
    color: #0069A2;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    color: #2A2B40;
}
.section-text1 h2 {
    font-size: 18px;
    color: #0069A2;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Nunito', sans-serif;
    color: #555555;
    margin-bottom: 30px;
}

.win-icnon img {
    float: left;
    margin-top: 10px;
}

.counter-silader span {
    font-size: 30px;
    line-height: 43px;
    font-weight: 600;
    color: #1A1A1A;
}

.counter-silader {
    margin-left: 10px;
    display: inline-block;
}

.counter-silader h6 {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
}

.about-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 60px rgba(99, 99, 99, 0.09);
    margin-bottom: 30px;
    height: auto;
}

.about-btn span {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    color: #565454;
}

.head-btn a {
    margin-left: 140px;
}

.maine-section {
    background: #FAFAFF;
    padding: 80px 0px;
    position: relative;
    margin-top:70px;
    padding-bottom:100px;
}
.maine-section2 {
    background: #FAFAFF;
    padding: 80px 0px;
    position: relative;
    margin-top:30px;
    padding-bottom:80px;
}

.services-box {
 margin-top: 50px;
}
.home-box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 26px;
opacity: 1;
width: 100%;
height: 93%;
padding: 0 15px 0px 15px;

}
.home-box2{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 26px;
opacity: 1;
width: 100%;
height: 93%;
padding: 0 0px 0px 15px;

}
.siled-image{
    margin-top:70px;

}
.services-text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #555555;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 14px 28px 0px 28px
}
.services-image{
    margin: 30px 28px 0px 28px;
    padding-top: 34px;
}
.services-image2{
    margin: 0px 28px 0px 28px;
    padding-top: 0px;
}


.services-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 43px;
    margin-top: 10px;
    line-height: 28px;
    margin: 16px 28px 0px 28px
}

.choose-area {
    background: #fff;
    position: relative;
    padding: 0px 0;
    margin-bottom: 100px;
    margin-top: 100px;
}
.choose-area1 {
    background: #fafaff;
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}

.choose-img {
    position: absolute;
    top: 0px;
top: -20px;
    right: 0px;
}
.choose-img1 {
    position: absolute;
    top: 2px;
        left: 0px; 
        top: 0px;
}

.choose-area .card {
    background: none;
    border: none;
}

.card-header {
    background: none;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border: none;
    padding: 0;
    display: block;
}

.card-header button {
    text-decoration: none;
}
.btn-link{
    color: #0069A2;
}
.mb-0{
    border: 0!important;
}
.card-header button span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    background: #0069A2;
    border-radius: 2px;
    padding: 10px 17px;
    margin-right: 20px;
}

.card-header .collapsed span {
    font-size: 16px;
    font-weight: 500;
    color: #0069A2;
    display: inline-block;
    background: #EDF9FF;
    border-radius: 2px;
    padding: 10px 17px;
    margin-right: 20px;
}

.card-body p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
    margin-left: 60px;
    width: 95%;
}

.card-header button p {
    font-size: 16px;
    font-weight: 600;
    color: #0069A2;
    display: inline-block;
}

.shoose-text {
    margin-top: 30px;
}

#accordion {
    margin-bottom: 100px;
}

.team-box {
    text-align: center;
    margin-top: 30px;
}

.team-text h5 {
    font-size: 14px;
    color: #353434;
    font-weight: 600;
    margin-top: -10px;
}

.team-text h6 {
    font-size: 14px;
    font-weight: 400;
    color: #575656;
}

.team-box .team-image img {
    transition: all .3s;
}

.team-box .team-image {
    overflow: hidden;
}

.team-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-image:hover .overlay-content {
    opacity: 1;
    bottom: 20px;
}

.overlay-content {
    position: absolute;
    width: 134px;
    margin: auto;
    text-align: center;
    padding: 10px 5px;
    border-radius: 25px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.overlay-content a {
    margin: 0 6px;
    color: #353434;
}

.our-team {
    margin-bottom: 120px;
}

.testimonial-text h4 {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 5px;
}

.testimonial-icon i {
    color: #FACA51;
    margin-bottom: 25px;
}

.testimonial-peragrep p {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.testimonial-btn a:hover {
    background: #343a40;
}

.testimonial-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 14px 35px;
    background: #0069A2;
    color: #fff;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    transition: all .3s;
    box-shadow: 0 18px 50px rgba(41, 28, 165, 0.22);
}

.cooper-text h5 {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.cooper-text h6 {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
}

.cooper-text p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    display: inline-block;
}

.cooper-box {
    padding: 20px 23px;
    background: #fff;
    display: block;
    width: 100%;
    box-shadow: 0 0 30px rgba(180, 180, 180, 0.12);
    overflow: hidden;
    margin-bottom: 20px;
}

.cooper-text i {
    position: absolute;
    top: 10px;
    right: 0;
    color: #007AFF;
    font-size: 20px;
}

.cooper-text {
    position: relative;
}

.testimonial-area {
    position: relative;
    background: #FAFAFF;
    padding: 130px 0px;
    overflow: hidden;
}

.life-area {
    background: #FAFAFF;
}

.maine-life {
    background: url("images/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 80px;
}
.baner-area-bg{
    background: url("images/banner9.png");
    background-size:cover;

}
.parallax {
  /* The image used */
  background-image: url("images/banner9.png");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baner-area-bg1{
    background-color: #FaFaFf;
    background-size:cover;
    padding-top: 5%;
    padding-bottom: 5%;

}

.life-text h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    line-height: 46.5px;
    width: 75%;
}

.life-text p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.life-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 14px 25px;
    background: #fff;
    color: #343434;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 20px;
    transition: all.3s;
    border: 1px solid transparent;
}

.life-btn a:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-text p {
    margin-bottom: 0;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.email-text {
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 35px;
}

.email-text h5 {
    font-size: 15px;
    font-weight: 600;
}

.footer-logo img {
    margin-top: 76px;
}
.footer-logo2 img{
    margin-bottom: 20px;
}


.footer-logo h4 {
    font-size: 22px;
    color: #1A1A1A;
    line-height: 43px;
    font-weight: 500;
    margin-top: 60px;
}

.footer-area {
    background: #FAFAFF;
    padding: 18px 0px 0 0;
    margin-top: 50px;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 30px;
}

.footer-from input {
    padding: 12px 25px;
    border: none;
    background:#edf9ff;
    margin-bottom: 10px;
    border-radius: 33px;
    width: 312px;
}


.footer-from input:focus {
    outline: none;
}

.footer-from button {
    padding: 10px 15px;
    background: #0069A2;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 150px;
    border: none;
    border-radius: 5px;
    border-radius: 33px;
    margin-bottom: 30px;
}

.footer-bottom-area {
    border-top: 1px solid #E1DADA;
    padding: 15px 0;
}

.copy-tetx p a {
    text-decoration: none;
    color: #414141;
}

.copy-tetx p {
    font-size: 14px;
    color: #414141;
    font-weight: 400;
    margin-bottom: 0;
}

.copy-icon a {
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    color: #353434;
    font-weight: 400;
    margin-left: 20px;
    display: inline-block;
}

.box-cooper {
    margin-left: 0;
}

.testimonial-right-area {
    width: 45%;
    position: absolute;
    right: 140px;
    top: 40px;
}

.cooper-box {
    float: left;
    width: 370px;
    margin: 1%;
}

.cooper-box-list {
    margin-left: -1%;
    margin-right: -1%;
}

.services-area {
    overflow: hidden;
}

.copper-box-wrap.margin-left {
    margin-left: 90px;
}

.card-body {
    padding: 0 20px;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
}

.hader-area.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff;
    padding: 10px 0;
}
.section-padding{
    margin-top: 100px;
}



 

</-----page2------/>

.breadcrumb {
    background-color: rgba(233, 236, 239, 0.4) !important;
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #57A6FF;
    transition: all 0.3s ease;
}

.portfolio-gallery .navigation-filter {
    padding: 50px 0 50px;
}
.portfolio-gallery .navigation-filter2 {
    padding: 0px 0 0 0px;
    margin-bottom: 30px;
}


.portfolio-gallery .navigation-filter .filter-button {
    padding: 5px 25px;
    border-radius: 0px;
    outline: none;
    margin-right: 10px;
    border: none;
    width: 20%;
    height: 50px;
}
.portfolio-gallery .navigation-filter2 .filter-button {
    padding: 5px 25px;
    border-radius: 0px;
    outline: none;
    margin-right: 10px;
    border: none;
    width: 20%;
    height: 50px;
}
.navigation-filter2{
padding: 5px 25px;
    border-radius: 0px;
    outline: none;
    margin-right: 0px;
    border: none;
    width: 20%;
    height: 40px;
    margin-left: -17px;
}
body.portfolio-gallery .navigation-filter2 {
    position: relative;
    width: 100%;
    display: inline-block !important;
}
.portfolio-gallery .navigation-filter .filter-button.active {
    background-color: #0069A2;
    color: #fff;
    border: none;
}
.portfolio-gallery .navigation-filter2 .filter-button.active {
    background-color: #0069A2;
    color: #fff;
    border: none;
}

.portfolio-gallery .navigation-filter .filter-button:hover {
    background-color: #0069A2;
    color: #ffffff;
    box-shadow: 0px 10px 20px 0px ;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.portfolio-gallery .navigation-filter2 .filter-button:hover {
    background-color: #0069A2;
    color: #ffffff;
    box-shadow: 0px 10px 20px 0px ;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.portfolio-gallery .project-item {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.portfolio-gallery .project-item h3 {
    margin-top: 15px;
    color: #34314b;
    font-size: 22px;
    font-weight: 600;
}

.portfolio-gallery .project-item a {
    display: block;
    position: relative;
}

.portfolio-gallery .project-item a img {
    border-radius: 8px;
}

.portfolio-gallery .project-item a .zoom-icon {
    position: absolute;
    font-size: 36px;
    color: #ffffff;
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.3s;
    transition: opacity 0.6s 0.3s;
}

.portfolio-gallery .project-item a:after {
    position: absolute;
    -webkit-transition: opacity 0.6s 0.3s;
    transition: opacity 0.6s 0.3s;
    opacity: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    pointer-events: auto;
    padding: 0;
    border-radius: 8px;
    background: rgba(128, 192, 255, 0.73) none repeat scroll 0 0;
}

.portfolio-gallery .project-item a:hover:after {
    opacity: 1;
}

.portfolio-gallery .project-item a:hover .zoom-icon {
    opacity: 1;
}

.portfolio-gallery.portfolio-style-2 .project-item a:after {
    display: none;
}

.portfolio-gallery.portfolio-style-2 .project-item a:hover .zoom-info {
    opacity: 1;
}

.portfolio-gallery.portfolio-style-2 .project-item .zoom-info {
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.3s;
    transition: opacity 0.6s 0.3s;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 20px;
    margin: 20px 20px 30px;
    bottom: 0;
    top: auto;
    position: absolute;
    text-align: left;
    width: 94%;
    border-radius: 8px;
}

.portfolio-gallery.portfolio-style-2 .project-item .zoom-info span {
    font-size: 14px;
    color: #858497;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 8px !important;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .img-project {
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    top: 0;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .img-project img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 8px !important;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    top: 0;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .caption-align {
    width: 100%;
    height: 100%;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .icon-portfolio {
    margin: 0 auto;
    position: relative;
    line-height: 50px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: 0.3s ease-in-out;
    background-color: #57A6FF;
    color: #ffffff;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .icon-portfolio:after {
    display: none;
}

.portfolio-gallery.portfolio-style-3 .project-item-inner:hover .img-project {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.portfolio-gallery.portfolio-style-3 .project-item-inner:hover .project-caption {
    opacity: 1;
}

.portfolio-gallery.portfolio-style-3 h3 {
    text-align: left;
    font-size: 16px;
}

.portfolio-gallery.portfolio-style-3 span {
    display: block;
    text-align: left;
}

/*---------------------------
portfolio content
--------------------*/
.portfolio-gallery.portfolio-style-2 .project-item a:hover .zoom-info {
    opacity: 50;
}

.portfolio-gallery.portfolio-style-2 .project-item .zoom-info {
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.3s;
    transition: opacity 0.6s 0.3s;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 20px;
    margin: 20px 20px 30px;
    bottom: 0;
    top: auto;
    position: absolute;
    text-align: left;
    width: 94%;
    border-radius: 8px;
}

.portfolio-gallery .project-item a:hover:after {
    opacity: 1;
}

.portfolio-gallery .project-item a:hover .zoom-icon {
    opacity: 1;
}

.portfolio-gallery.portfolio-style-2 .project-item a:after {
    display: none;
}

.portfolio-gallery.portfolio-style-2 .project-item a:hover .zoom-info {
    opacity: 1;
}

.portfolio-gallery.portfolio-style-2 .project-item .zoom-info {
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.3s;
    transition: opacity 0.6s 0.3s;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 20px;
    margin: 20px 20px 30px;
    bottom: 0;
    top: auto;
    position: absolute;
    text-align: left;
    width: 94%;
    border-radius: 8px;
}

.portfolio-gallery.portfolio-style-2 .project-item .zoom-info span {
    font-size: 14px;
    color: #858497;
}
body .portfolio-gallery .project-item {
        margin-bottom: 30px !important;
    }
    body .portfolio-gallery .project-item.mbottom-0 {
        margin-bottom: 0 !important;
    }









  body .portfolio-gallery .project-item {
        margin-bottom: 30px !important;
    }
    body .portfolio-gallery .project-item.mbottom-0 {
        margin-bottom: 0 !important;
    }
    body .portfolio-gallery .navigation-filter {
        text-align: center;
        position: relative;
        width: 100%;
        display: inline-block !important;
    }
     body .portfolio-gallery .navigation-filter2 {
        position: relative;
        width: 100%;
        display: inline-block !important;
    }
    body .portfolio-gallery .navigation-filter .filter-button {
        margin-right: 0;
        padding: 5px 10px;
        font-size: 12px;
    }
      body .portfolio-gallery .navigation-filter2 .filter-button {
        margin-right: 0;
        padding: 5px 10px;
        font-size: 12px;
    }
    body .pricing-box.active {
        margin-bottom: 60px;
    }
    body .accordion-1.accordion-style-2 .card-accordion .card-header button {
        position: relative;
        text-align: left;
    }
    body .accordion-1.accordion-style-2 .card-accordion .card-header button i {
        width: auto;
        position: absolute;
        padding-left: 0 !important;
        margin-right: 0 !important;
        right: 0;
        display: inline-block;
        top: 35%;
    }
    body .accordion-1.accordion-style-2 .card-accordion .card-header button span {
        font-size: 13px;
        line-height: 18px;
    }
    body .accordion-1.accordion-style-2 .card-accordion .card-body ul li {
        font-size: 11px;
    }


.pd-tp-100 {
    padding-top: 0px !important;
}
.pd-bt-100 {
    padding-bottom: 100px;
}


.grid_list li {
    background: url("images/tick.png") no-repeat 0 50%;
    font-size: 18px;
    padding: 10px 0 10px 40px;
}

.notion-text{
    margin-top: 25px;
}
.demo-preview {
    margin-top: 10vh;
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: rgba(0, 0, 0, 0.03); */
    border-radius: 25px;
    margin-bottom: 2vh;
}

.demo-preview {
    text-align: center;
    }
.demo-preview-video {
    position: relative;
    margin-bottom: 2em;
    cursor: pointer;
}
.demo-preview {
    text-align: center;
    }
.demo-preview-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-in-out;
}
.demo-preview video {
    border-radius: 25px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 7%);
    width: 80%;
    }
    .cta-section{
position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 120px;
}

.content-wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    }

    .cta-wrapper {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 48px 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-image: url(/db97478…/7e42e/images/visual.svg),linear-gradient(
225deg
,#192038,#2e3959);
    background-position: 50% 50%,0 0;
    background-size: auto,auto;
    background-repeat: no-repeat,repeat;
}


    <--------------page 3------------------->

    .card-container {
    padding: 20px 0px;
    -webkit-perspective: 100;
    perspective: 100;
}


.profile-card-4 {
    max-width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.profile-card-4 img {
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    left: 0px;
    right: 0px;
    color: #000;
    font-size: 17px;
}

.profile-card-4 .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
    color: #777;
    font-size: 12px;
    padding: 5px 0 15px 0;
}

.profile-card-4 .profile-overview {
    padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
    font-size: 10px;
    font-weight: 600;
    color: #777;
}

.profile-card-4 .profile-overview h4 {
    color: #273751;
    font-weight: bold;
}

.profile-card-4 .profile-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    transform: skewY(0deg);
}

.profile-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}


.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525252;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E3E3E3 ;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}



.form-control:focus {
    color: #525252;
    background-color: #FBFBFD;
    border-color: #178778;
    outline: 0;
    box-shadow: none
}

.border-rad {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #848484;
    background-color: #E3E3E3;
    border-color: #D8D8D8;
        width: 38%;
}

.border-rad:hover {
    background-color: #178778;
    border-color: #178778
}
.mx-5{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}


.testimonials-clean {
  color:#313437;
  background-color:#fafaff;
  padding-top: 85px;
    padding-bottom: 85px;
}

.testimonials-clean p {
  color:#1a1a1a;
}

.testimonials-clean h2 {
  font-weight:bold;
  margin-bottom:0px;
  padding-top:0px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}

.testimonials-clean .people {
  padding:50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom:32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
}

.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* popup */
.container2 {
    margin-top: 150px;
}

.close:focus {
    outline: 0;
}


.fa-building {
    color: #0069A2;
    background: #EDF9FF;
    padding: 8px;
    font-size: 16px;
}

.modal-header {
    border: 0;
    margin-top: 10px;
}

.modal-footer {
    border: 0;
    background: #F4F5F7;
}

label {
    font-size: 14px;
}

.form-control {
    border: 1px solid #EDEDED;
    width: 95%;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #EDEDED
}

.form-control::placeholder {
    color: #B5B6BB;
    font-size: 14px;
}

.d-flex span {
    color: #69C5F6;
    font-size: 14px;
}

hr {
    border-top: 1px solid #F7F7F7;
}

span {
    cursor: pointer;
}

.text-muted {
    font-size: 14px;
    padding: 0 70px;
    text-align: center;
}

.text-muted span {
    color: #69C5F6;
}
.form-group {
    margin-bottom: 1rem;
    margin-top: 5px;
    }

.modal-title-contact h3{
        margin-bottom: 0px;    
        right: 0px;
        top: 0px;

    } 

#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}



a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 30px;
  padding-left: 0px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #0081c3;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}
