/*Logo carousel*/

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  /*opacity: 0.65;*/
}
#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
/* testi */

/*Client Reviews*/
        .our_clients_review{
            padding:40px 0px;
        }
        .our_clients_review .client_testimonial{
            border-left: 3px solid #3498db;
            border-top:1px solid rgba(0, 0, 0, 0.04);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.09);
            padding: 30px 30px 30px 30px;
            margin: 0 10px 4px;
        }
        .our_clients_review .client_testimonial .pic{
            /*width:100px;
            height:100px;*/
            float:left;
            margin-right:10px;
            /*border:2px solid rgba(0, 0, 0, 0.09);*/
        }
        .our_clients_review .client_testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .our_clients_review .client_testimonial .client_info{
            float:left;
            margin-right:20px;
            width: calc(22% - 1.875rem);
        }

        .our_clients_review .client_testimonial .description{
            font-size: 13px;
            color: #918686;
            /*padding-top:10px; */
            line-height: 20px;
            /*margin:0 0 3% 20%; */
        }
        .our_clients_review .client_testimonial .title{
            display:block;
            font-size: 15px;
            font-weight: 700;
            margin: 0;
        }
        .our_clients_review .client_testimonial .post{
            font-size: 12px;
            display: block;
        }
        /*.our_clients_review .owl-theme .owl-controls .owl-buttons .owl-prev,
        .our_clients_review .owl-theme .owl-controls .owl-buttons .owl-next
        {
            height: 90%;
            line-height: 155px;
            position: absolute;
            right: -40px;
            top: 0;
        }
        .our_clients_review .owl-theme .owl-controls .owl-buttons .owl-prev{right: -40px;}
        .our_clients_review .owl-theme .owl-controls .owl-buttons .owl-next{right: -80px;}
        .our_clients_review .owl-theme .owl-controls .owl-buttons div{
            width: 30px;
            height: 30px;
            line-height: 30px;
            background:#287cb5;
            border-radius: 1px;
            opacity: 1;
            padding: 0;
            margin:0;
        }*/
        .owl-theme .owl-controls .owl-page span{
            
            background: #fff;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: white;
        }
        @media only screen and (max-width: 992px) {
            .our_clients_review .client_testimonial .description{margin:0 0 3% 44%;}
        }
        @media only screen and (max-width:640px) {
            .our_clients_review .client_testimonial .pic{
                float:none;
                width:100%;
                height: auto;
                margin: 0 0 10px;
            }
            .our_clients_review .client_testimonial .client_info{
                float:none;
                width:100%;
                margin: 0 0 10px;
            }
            .our_clients_review .owl-theme .owl-controls .owl-buttons .owl-prev,
            .our_clients_review .owl-theme .owl-controls .owl-buttons .owl-next{
                position:inherit;
                height:30px;
                line-height:30px;
            }
            .our_clients_review .client_testimonial .description{margin:0;}
        }
		
		/* ----------------- counter -----------------------*/
		
		.center {
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------ side button ----------------------------------------------*/

/* Sidebar Three Block Code */


.b-notification-bar{position:fixed;right:0;top:250px;transform:translateZ(0);z-index:400}

.b-notification-bar.is-hidden{display:none}

.b-notification-bar .item{position:relative;border-bottom:1px solid #E2F3FF}

.b-notification-bar .item:last-child{border-bottom:none}

.b-notification-bar .item:first-child .info-box{top:0}

.b-notification-bar .item:first-child:nth-last-child(2)~.item .info-box,.b-notification-bar .item:first-child:nth-last-child(3)~.item:nth-last-child(2) .info-box{top:-81px}

.b-notification-bar .item:first-child:nth-last-child(3)~.item:nth-last-child(1) .info-box{top:-162px}

.b-notification-bar .blockbtn{display:block;width:80px;height:80px;background-color:#286ca5;background-position:25px 14px;transition:background-color .4s ease-out}

.b-notification-bar .blockbtn:after{position:absolute;top:30px;left:0;content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:0 solid transparent;transition:border .2s ease-out,left .2s ease-out}

.b-notification-bar .blockbtn:active,.b-notification-bar .blockbtn:focus,.b-notification-bar .blockbtn:hover{background-color:##E2F3FF}

.b-notification-bar .blockbtn:active:after,.b-notification-bar .btn:focus:after,.b-notification-bar .blockbtn:hover:after{left:-10px;border-right:10px solid ##E2F3FF}

.b-notification-bar .blockbtn:active .info-box,.b-notification-bar .btn:focus .info-box,.b-notification-bar .blockbtn:hover .info-box{transform:perspective(400px) rotateY(0deg);visibility:visible;opacity:1;display:block}

.b-notification-bar .blockbtn.contact{background-position:25px 11px}

.b-notification-bar .blockbtn-inner{display:inline-block;padding-top:34px;width:100%;color:#fff;text-align:center;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}

.b-notification-bar .info-box{position:absolute;border:1px solid #EBEBEB;visibility:hidden;display:none;padding:20px;top:-81px;right:80px;width:280px;color:#323232;background-color:#fff;text-indent:0;text-align:left}

.b-notification-bar .info-box>.link{position:relative}.b-notification-bar .info-box>.link:active,.b-notification-bar .info-box>.link:focus,.b-notification-bar .info-box>.link:hover{color:#369}

.b-notification-bar .info-box>.link:before{background-color:#369}

.b-notification-bar .title{display:block;margin-bottom:15px;color:#323232}

.b-notification-bar .copy p{margin-bottom:15px;color:#323232}

.b-notification-bar .copy .link{padding:0;background:0 0}

.b-notification-bar .link{position:relative;width:100%;color:#369;text-decoration:none}

.b-notification-bar .link:active,.b-notification-bar .link:focus,.b-notification-bar .link:hover{color:#369}

.b-overlay{position:absolute;width:100%;top:0;left:0;z-index:1200}


/***

*/

.b-notification-bar {
    position: fixed;
    right: 0;
    top: 400px;
    transform: translateZ(0);
    z-index: 400;
}

.b-page-header {
    border-top: 1px solid #fff;
}

.blockbtnlist{
  list-style: none;
}


.b-notification-bar .item {
    position: relative;
    border-bottom: 1px solid #E2F3FF;
}

.blockbtnlist li{
  font-size: 140%;
}

.b-notification-bar .blockbtn.contact {
    background-position: 25px 11px;
}

.b-notification-bar .blockbtn.contact {
    /*background-image: url("/sites/default/files/phone-hang-up.png");*/
    background-repeat: no-repeat;
}

.b-notification-bar .blockbtn {
    display: block;
    width: 80px;
    height: 60px;
    background-color: #286ca5;
    background-position: 25px 14px;
    transition: background-color .4s ease-out;
}

.b-notification-bar .blockbtn-inner {
    display: inline-block;
    padding-top: 34px;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-notification-bar .blockbtn-inner {
    font-family: graphein_prolight,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.16666;
}

.b-notification-bar .item:first-child .info-box {
    top: 0;
}

.b-notification-bar .info-box {
    position: absolute;
    border: 1px solid #EBEBEB;
    visibility: hidden;
    display: none;
    padding: 20px;
    top: -81px;
    right: 80px;
    width: 280px;
    color: #323232;
    background-color: #fff;
    text-indent: 0;
    text-align: left;
}

.b-notification-bar .title {
    display: block;
    margin-bottom: 15px;
    color: #323232;
}
.b-article-teaser .heading, .b-footer-nav .heading, .b-list-teaser .heading, .b-notification-bar .title, .b-presentation-teaser .heading, .b-skiplinks a, .b-social-media .heading, .site-info-add .heading {
    font-family: graphein_probook,arial,helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.181818;
}

.b-notification-bar .copy p {
    margin-bottom: 15px;
    color: #323232;
}

.b-notification-bar .info-box>.link {
    position: relative;
}

.b-article-teaser .blockbtn>.inner, .b-highlight-teaser .link>.inner, .b-list-teaser .blockbtn>.inner, .b-nav-meta .nav-meta-companies .link>.inner, .b-notification-bar .info-box>.link>.inner, .b-presentation-teaser .blockbtn>.inner, .b-service-teaser .blockbtn>.inner, .b-target-group .link>.inner {
    display: inline-block;
    padding-right: 36px;
    transition: padding .4s cubic-bezier(0.15,.8,.5,1);
}

.b-notification-bar .blockbtn.newsletter {
    /*background-image: url("/sites/default/files/newspaper.png");*/
    background-repeat: no-repeat;
}

.b-notification-bar .blockbtn {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #286ca5;
    background-position: 25px 14px;
    transition: background-color .4s ease-out;
}

.b-notification-bar .blockbtn-inner {
    display: inline-block;
    padding-top: 4px;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-notification-bar .blockbtn-inner {
    font-family: graphein_prolight,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.16666;
	color: black;
}

.b-notification-bar .item:first-child:nth-last-child(2)~.item .info-box, .b-notification-bar .item:first-child:nth-last-child(3)~.item:nth-last-child(2) .info-box {
    top: -81px;
}

.b-notification-bar .info-box {
    position: absolute;
    border: 1px solid #EBEBEB;
    visibility: hidden;
    display: none;
    padding: 20px;
    top: -81px;
    right: 80px;
    width: 280px;
    color: #323232;
    background-color: #fff;
    text-indent: 0;
    text-align: left;
}

.b-notification-bar .title {
    display: block;
    margin-bottom: 15px;
    color: #323232;
}

.b-article-teaser .heading, .b-footer-nav .heading, .b-list-teaser .heading, .b-notification-bar .title, .b-presentation-teaser .heading, .b-skiplinks a, .b-social-media .heading, .site-info-add .heading {
    font-family: graphein_probook,arial,helvetica,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.181818;
}

.b-notification-bar .copy p {
    margin-bottom: 15px;
    color: #323232;
}

.b-article-teaser .text-box, .b-article-teaser .text-box p, .b-countries-navigation .info, .b-filter-overlay .error-message, .b-filter-overlay .filter-header .copy, .b-filter-overlay .filterset .is-checkbox label, .b-filter-overlay .filterset .is-text, .b-filter-overlay .filterset input[type=text], .b-highlight-teaser .copy, .b-list-teaser .link p, .b-notification-bar .copy p, .b-presentation-teaser .copy, .b-search-box .ui-menu .ui-menu-item a, .b-service-teaser .text-box, .b-service-teaser .text-box p {
    font-family: graphein_prolight,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.333334;
}

.b-article-teaser .blockbtn, .b-filter-overlay .footer .reset, .b-filter-overlay .footer .submit, .b-highlight-teaser .link, .b-list-teaser .blockbtn, .b-notification-bar .link, .b-presentation-teaser .blockbtn, .b-service-teaser .blockbtn, .b-stage .blockbtn {
    font-family: graphein_probook,arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11112;
}

.b-notification-bar .info-box>.link {
    position: relative;
}
.b-article-teaser .blockbtn, .b-highlight-teaser .link, .b-list-teaser .blockbtn, .b-nav-meta .nav-meta-companies .link, .b-notification-bar .info-box>.link, .b-presentation-teaser .blockbtn, .b-service-teaser .blockbtn, .b-target-group .link {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 0 8px 24px;
    transition: all .4s cubic-bezier(0.15,.8,.5,1);
}
.b-notification-bar .link {
    position: relative;
    width: 100%;
    color: #369;
    text-decoration: none;
}

.b-article-teaser .blockbtn>.inner, .b-highlight-teaser .link>.inner, .b-list-teaser .blockbtn>.inner, .b-nav-meta .nav-meta-companies .link>.inner, .b-notification-bar .info-box>.link>.inner, .b-presentation-teaser .blockbtn>.inner, .b-service-teaser .blockbtn>.inner, .b-target-group .link>.inner {
    display: inline-block;
    padding-right: 36px;
    transition: padding .4s cubic-bezier(0.15,.8,.5,1);
}

.b-notification-bar .item:last-child {
    border-bottom: none;
}

.b-notification-bar .item {
    position: relative;
    border-bottom: 1px solid #E2F3FF;
}

/*.b-notification-bar .blockbtn.download {
    background-image: url("img/download.png");
    background-repeat: no-repeat;
}*/

.b-notification-bar .blockbtn {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #286ca5;
    background-position: 25px 14px;
    transition: background-color .4s ease-out;
}


/* history block- to display it in center    */
#block-imageblock-4{
	
	margin-left: 13%
}

@media (max-width: 767px) {
        .blockbtnlist {
          display: none;
        }


/* ------------------------------------ zoom container --------------------------------------------*/

/* Slow-motion Zoom Container */
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*------------------------- marquee -------------------------------*/

 @media only screen and (max-width: 100px){
  p{
    display: none;
  }
}
.welcome{
    font-size: 16px;
}
/* --*/
/* tabs */
.accordion {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  padding-left: 100px;
    padding-right: 100px;
}

.accordion__content {
  order: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.accordion__label {
  display: block;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  padding: 1% 5% 1% 5%;
  background-color: var(--color-four);
  margin-right: 1px;
  border-bottom: 1px solid var(--color-five);
}

.accordion__radio {
  display: none;
}

.accordion input[type="radio"] {
	display: none;
}

.accordion input[type="radio"] + label {
   color: var(--color-six);
   z-index: 1;
   border: 1px solid #287cb5;
}

.accordion input[type="radio"]:checked + label {
  background-color: #287cb5;
    font-weight: 600;
    color: white;
  border-top: 1px solid var(--color-five);
  border-left: 1px solid var(--color-five);
  border-right: 1px solid var(--color-five);
  border-bottom: none;
}
.accordion input[type="radio"]:checked + label + .accordion__content {
	display: flex;
  margin-right: 0;
  border-left: 1px solid var(--color-five);
  border-right: 1px solid var(--color-five);
  border-bottom: 1px solid var(--color-five);
}

.accordion__content__image__container {
  width: 40%;
  height: 100%;
  margin-right: 10px;
}

.accordion__content__image {
  max-width: 100%;
  max-height: 88%;
  margin: 3%;
  background-color: teal;
}

.accordion__content__text {
  width: 75%;
  margin-top: 1%;
  margin-left: 40px;
}

.accordion__content__text__title {
  margin-top: 3%;
}

.accordion__content__text__horizontal-line {
  border: none;
  border-bottom: 1px solid var(--color-five);
  margin-right: 2%;
}

.accordion__content__text__body {
  margin-top: 2%;
  padding-right: 5%;
}

@media (max-width: 900px){
  .accordion {
    border: 1px solid var(--color-five);
  }
  
  .accordion-tab--status {
    display: inline;
  }
  .accordion__content,
  .accordion__label
  {
    order: initial;
  }
  
  .accordion__content {
    flex-direction: column;
  }
  
  .accordion__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    padding: 5% 6% 5% 6%;
  }

  .accordion__label:last-child {
    background-color: magenta;
  }

  .accordion__content__image__container {
    width: 100%;
  }

  .accordion__content__image {
   
  }

  .accordion__content__text {
    font-size: 0.9em;
    margin: 4% 5% 4% 5%;
  }

  .accordion__content__text__title {
    margin: 2% 0 2% 0;
  }

  .accordion__content__text__horizontal-line {
    width: 100%;
  }

  .accordion input[type="radio"] + label span:after  {
    content: '+';
  }

  .accordion input[type="radio"]:checked + label span:after  {
    content: '—';
  }

  .accordion input[type="radio"]:checked + label {
    border: none; 
  }

  .accordion input[type="radio"]:checked + label + .accordion {
    border: none;  
  }

  .accordion input[type="radio"]:checked + label + .accordion__content {
    border: none;
  }
}
 /*  testimonial */
 
 .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 {
  
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
}

.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: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}


}
.card {
    background: #fff;
    color: #333;
    margin: 15rem auto;
    width: 90%;
    max-width: 1200px;
    min-height: 30rem;
    border-radius: 2rem;
}

.hero {
    display: flex;
    justify-content: center;
    transform: translateY(-55%);
}
.hero .img {
    filter: drop-shadow(0rem 1.5rem rgba(0,0,0,0.1));
    transition: 0.3s ease-out;
}
.card:hover .img {
    filter: drop-shadow(0rem 2.5rem rgba(0,0,0,0.1));
}

.title {
    text-align: center;
    font-size: 5rem;
    padding: 1rem;
}

.acc-container {
    padding: 4rem 2rem;
}
.acc-btn {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.acc-btn:after {
    content: "\002B";
    color: #27619B;
    float: right;
    transition: all 0.3s linear;
}
.acc-btn.is-open:after {
	 content: "\002D";
  /*  transform: rotate(90deg);*/
}
.acc-btn:hover, .acc-btn.is-open {
    color: #000;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 1.5rem;
    margin: 0 2rem;
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.credit {
    text-align: center;
    padding: 1rem;
}
.credit a {
    text-decoration: wavy underline;
    color: dodgerblue;
}