/* reset browser defaults */

html {
    color: #232323;
    /*font-size: 62.5%;*/
    line-height: 1.5rem;
    font-size: 16px;
}

body {
    background-color: #ffffff;
    color: black;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;

    font-weight: 300;
    /*font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
    font-family: sans-serif;    
}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  direction: rtl; */
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    
}

/*
img {
 opacity: 1;
 transition: opacity 0.5s; 
}

img[data-src] {
    opacity: 0;
 }
*/



ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* general styling */

/* links */
a:link, a:visited {
    color: #4083a9;
    outline: none;
    text-decoration: none; }

a.blacklink:visited {
      color: #0c0c0c;
 }    

a:hover {
    text-decoration: none;
    color: #205f82;
}

a.blacklink:hover {
  color: #0c0c0c;
}

a, 
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a, 
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}



h1
h2,
h3 {
    /*font-family: 'Lane', sans-serif;*/
    font-weight: 500;
    margin: 0;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 300;
}

/* title for <p>  */
h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: .9rem;
    color: #303e49;
    font-weight: 400;
}

h3 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color:#7b6c63;
    margin-bottom: .5rem;
    margin-top: 5.8rem;
}
h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
     color:#7b6c63;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    margin: 0 0 15px;
    color:black; 
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;

}

p:last-child {
    margin-bottom: 0px;
}

.separator {
    height: 5px;
    width: 110px;
    margin: auto;
    background: #39c5f2; /* dk #7b6c63; */
    margin-bottom:50px;
}

.center {
    margin: 0 auto;
    text-align: center;

}


.versionID {
    text-transform: none;
}

.top{
    color:#39c5d2; 
    text-align:left; 
    margin-left:5px; 
    margin-top:-7px; 
    font-size: 14px;
}

.spanOS {
    color:white;
}


.cursorzoom {
   cursor:-webkit-zoom-in;
   cursor: zoom-in;
}


/*
.container {
  display: block;
  position: relative;
  width : 1200px;
  margin: 0 auto;
}
*/





/* reset browser defaults */




/* page structure
 --------------------------------------------- */
div.main_content {
    top: 0px;
    margin: auto;
    padding: 20px 0 0 0;
    text-align: left;
    max-width:1200px;
}

div.content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #f00; }

/* dk
@media only screen and (max-width: 960px) {
    div.content {
        margin-top: 0px;
        padding-top: 0; } }
div.content div.content-inner {
    max-width: 1200px;
    margin: 0 auto; }*/

footer[role="contentinfo"] {
    clear: both; }

/* header
 --------------------------------------------- */
#logo {
    float: left;
    padding: 0 0 0 20px; }
#logo a:hover {
    opacity: .65; }

/* nav
 --------------------------------------------- */
.menu_background {
    top: 0px;
    margin: auto;
    width:100%;
    background-color:#363636;
    height:70px;
    position: fixed;
    border-bottom: none;
    z-index: 99;
    transition:all 500ms .1s ease-in-out;

}

header[role="banner"] {  /*logo image + version text*/
    top: 0px;
    margin: auto;
    padding: 10px 0 0px 0;
    border-bottom: none;
    width:100%;
    height:60px;
    z-index: 100;
    text-align: center;
    max-width:1200px;
}


a.menu {
    display: none; }
@media only screen and (max-width: 960px) {
    a.menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: .2; } }

nav[role="navigation"] {
    float: right;
    padding: 0 0 0 0;  /* hor menu position*/
}
@media only screen and (max-width: 960px) {  /* vertical menu */
    nav[role="navigation"] {
        display: none;
        clear: left;
        margin: -5px 0 10px 0;
        padding-top: 0;
        width: 100%; }
}
@media only screen and (min-width: 961px) {  /* horizontal menu */
    nav[role="navigation"] {
        display: inline;
    }
}

nav[role="navigation"] ul {
    padding: 0px 15px 0px 0px; }
@media only screen and (max-width: 960px) {
    nav[role="navigation"] ul {
        padding: 0;
        text-align: center;
        border-top: 1px solid #fff;
    }
}

nav[role="navigation"] ul li {
    display: inline;
    margin: 0 12px; }  /* space between horizontal menu words*/
@media only screen and (max-width: 960px) { /*vertical menu*/
    nav[role="navigation"] ul li {
        display: block;
        margin: 0; } }

nav[role="navigation"] ul li a {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .10em;
    color: #ffffff; }
@media only screen and (max-width: 960px) {  /*vertical menu*/
    nav[role="navigation"] ul li a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #fff;
        background-color:#363636;
    } }

nav[role="navigation"] ul li a:hover {
    color: #39c5f2; }

nav[role="navigation"] ul li.active a {
    font-weight: 700;
    color: #39c5f2; }



/* footer
 --------------------------------------------- */
footer.sections {
    background-color: #272727;
    text-align: center;
    width: 100%
}

.footer-block{
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


/* div table style
 ---------------------------------------------
 <div class="display-table">
 <div>
    <div>0, 0</div>
    <div>0, 1</div>
 </div>
 <div>
    <div>1, 0</div>
    <div>1, 1</div>
 </div>
 </div>
 --------------------------------------------- */
.display-table {
    display: table;
}
.display-table > div {
    display: table-row;
}
.display-table > div > div {
    display: table-cell;
    padding: 20px;
}
@media only screen and (max-width: 960px) {
    .display-table,
    .display-table > div ,
    .display-table > div > div {
        display: block
    }
}

.col-50-left,
.col-50-right{
    vertical-align: top;
    height: auto

}

@media only screen and (max-width: 960px) {
    .column-1,
    .column-2,
    .column-3 {
        padding: 0;
        width: 100%;
    }

    .column-2{
        text-align: justify;
    }
    
    .col-50-left,
    .col-50-right
    {
        width: 100%
    }
}

@media only screen and (min-width: 961px) {
    .column-1,
    .column-2,
    .column-3 {
        width: 30%;
    }
    
    .column-2{
        text-align: justify;
        padding: 0 20px 0 20px
    }
    
    .col-50-left,
    .col-50-right
    {
        width: 50%
    }
}





#footer p{
    font-size:19px;
    color:#929292;
}
#footer h4{
    color:#c2c2c2;
    font-size:17px;
    text-transform:uppercase;
    font-weight:500;
}
#footer .footer-first-content .logo{
    margin-bottom:20px;
}

.footer-mid-content .post{
    border-bottom:1px solid #404040;
    margin-bottom:30px;
}
.footer-mid-content .post h6{
    margin-bottom:3px;
}
.footer-mid-content .post-item{
    margin-bottom:20px;
}

.footer-mid-content .post a{
    font-size:13px;
    color:#929292;
    transition:.5s;
}
.footer-mid-content .post a:hover{
    color:red;
}
.column-2 .contact-info{
    padding-top:10px;
}
.column-2 .contact-info p{
    margin-bottom:3px;
}
.column-2 .contact-info p i{
    font-size:13px;
    margin-left:5px;
    margin-right:5px;
}


footer.copyright {
    width:  100%;
    height: 60px;
    background-color:#000000;
    vertical-align: middle;
}

.copyright p{
    color:#595959;
    font-size:16px;
    font-weight:400;
    margin: auto;
    text-align:center;
    padding-top:  18px;
}


/*For About Us Area*/

.about-bg{
    background:#f5f5f5;
}

.about-content{
    padding:80px 0;
}
.about-content h3{
    color:#7b6c63;
    font-size:24px;
    text-transform:uppercase;
    font-weight:400;
    margin-top: 1.8rem;

}

.about-content-40{
    padding:40px 0;
}

.about-content-40 img{
    max-width:80%
}
@media only screen and (max-width: 960px) {
    .about-content-40{
        padding:20px 0 0 5px;
    }
    .about-content-40 img{
        max-width:100%
    }
}


.abt-btn{
    background:#f5f5f5;
    margin-top:30px;
}

.about-img img{
    float: right;
    opacity: .8;
    width: 100%;
}
@media only screen and (max-width: 960px) {
    .about-img img{
        width: 50;
    }
}


.col-50-left .about-img img{
    float: left;
}


/* FA  fa.css
 --------------------------------------------- */


/*  Scroll Up Section
 --------------------------------------------- */
.scrollup{
    width:40px;
    height:40px;
    border-radius:100%;
    text-align:center;
    color:#7b6c63;
    font-size:30px;
    background:#c8cfd0;
    position:fixed;
    bottom:65px;
    right:50px;
    font-weight:bold;
    transition:.3s;
}
.scrollup:hover{
    color:#333;
    transform:scale(1.1);
}


/* HOME
 --------------------------------------------- */
.home{
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 750px;
    overflow: hidden;
    border: 0px solid yellow;
    background: linear-gradient(135grad, black, #222);
}

header[role="home"], header[role="heading"] {  /*logo image + version text*/
    top: 0px;
    margin: auto;
    width:100%;
    max-width:1200px;    
    border: 0px solid blue;
} 



.lazy-background {
    background: linear-gradient(135grad, black, #222);
}

.lazy-background.visible {
    background: url(../images/features-bg.jpg) no-repeat center; 
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.homelogo {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;    
    margin-right: auto 0px auto auto; 
    background: url(../images/logo-ibar-2.png) no-repeat right; 
    width: 40%;
    height: 90%;
    min-height: 900px;
    -moz-background-size: 80% ;
    -webkit-background-size: 80% ;
    -o-background-size: 80% ;
    background-size:  80% auto;
    border: 0px solid green;
    z-index: 0;
}

@media (max-width: 850px) { 
    .homelogo{     
        display: none;
 } 
}

.home-content{
    margin:120px 0 100px 0;
    color:#fff;
    text-transform:uppercase;
    width:68%;
    border: 0px solid red;
    z-index: 2;
    padding-left: 10px;

}
@media (max-width: 950px) { 
    .home-content { width:75%; } 
}
@media (max-width: 750px) { 
    .home-content {  width:74%; margin-bottom: 90px;} 
}
@media (max-width: 650px) { 
    .home-content {  width:73%; margin-bottom: 70px;} 
}
@media (max-width: 550px) { 
    .home-content {  width:80%; margin-bottom: 25px;} 
}
@media (max-width: 360px) { 
    .home-content {  width:95%; margin-bottom: 20px;} 
}

.home-content h5{
    font-weight:900px;
    font-size: 1.5rem; /*24px;*/
}

@media (max-width: 950px) { 
    .home-content h5{ font-size: 1.4rem; } 
}
@media (max-width: 750px) { 
    .home-content h5{ font-size: 1.3rem;  width:85%; } 
}
@media (max-width: 560px) { 
    .home-content h5{ font-size: 1.2rem;  width:85%;} 
}
@media (max-width: 360px) { 
    .home-content h5{ font-size: 1.1rem;  width:90%;} 
}



.home-content p{
    color:#565656;
    border: 0px solid red;
}

.home-content p:after{
     margin-bottom:40px;
}

@media (max-width: 950px) { 
    .home-content p{ font-size: 0.95rem; } 
}
@media (max-width: 750px) { 
    .home-content p{ font-size: 0.95rem; padding-right: 30px; } 
}
@media (max-width: 560px) { 
    .home-content p{ font-size: 0.9rem; padding-right: 30px; } 
}


.home-content h1{
    font-size: 3.8rem;  /*61px;*/
    font-weight:400;
    line-height: 5rem; 
}

@media (max-width: 1100px) { 
    .home-content h1{ font-size: 3.7rem;  line-height: 4.1rem; } 
} 
@media (max-width: 1054px) { 
    .home-content h1{ font-size: 3.6rem;  line-height: 4.1rem; } 
} 
@media (max-width: 1000px) { 
    .home-content h1{ font-size: 3.2rem; line-height: 3.8rem; } 
}
@media (max-width: 900px) { 
    .home-content h1{ font-size: 3.1rem; line-height: 3.7rem; } 
}
@media (max-width: 870px) { 
    .home-content h1{ font-size: 2.9rem; line-height: 3.5rem;} 
}
@media (max-width: 810px) { 
    .home-content h1{ font-size: 2.8rem; line-height: 3.4rem;} 
}
@media (max-width: 790px) { 
    .home-content h1{ font-size: 2.6rem; line-height: 3.2rem;} 
}
@media (max-width: 750px) { 
    .home-content h1{ font-size: 2.5rem; line-height: 3.1rem;} 
}
@media (max-width: 700px) { 
    .home-content h1{ font-size: 2.4rem; line-height: 3.0rem;} 
}
@media (max-width: 680px) { 
    .home-content h1{ font-size: 2.3rem; line-height: 2.9rem;} 
}
@media (max-width: 660px) { 
    .home-content h1{ font-size: 2.2rem; line-height: 2.8rem;} 
}
@media (max-width: 630px) { 
    .home-content h1{ font-size: 2.1rem; line-height: 2.7rem;} 
}
@media (max-width: 570px) { 
    .home-content h1{ font-size: 2.0rem; line-height: 2.6rem;} 
}
@media (max-width: 540px) { 
    .home-content h1{ font-size: 1.9rem; line-height: 2.5rem;} 
}


.home-content h1 span{
    font-weight:600;
    color:#7b6c63;
}
.overlay-img {
    background: rgba(0, 0, 0, .55);
    width: 100%;
    overflow:hidden;
}

/* buttons
 --------------------------------------------- */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-default{
    color: #000;
    background-color: #fff;
    border:2px solid #000;
    text-transform: uppercase;
}
.btn-default span{
    margin-left:5px;
}

.btn-default:active, .btn-default:hover  {
    background: transparent;
}


.btn-home, .btn-home2, .btn-home3, .btn-home-bord, .btn-home-bord2, .btn-home-bord3{
    padding:20px 20px;
    font-size:16px;
    color:#fff;
    background:#272420;
    border:0;
    transition:all 500ms .1s ease-in-out;
    margin: auto;
}
.btn-home:hover, .btn-home2:hover, .btn-home:active, .btn-home2:active, .btn-home3:hover, .btn-home3:active{
    background: #fff;
    color: #000;
}

.btn-home, .btn-home2, .btn-home3, .btn-home-bord, .btn-home-bord2, .btn-home-bord3{
    width: 200px;
    margin-right:50px;
    margin-bottom:7px;
}

.btn-home3, .btn-home-bord3 {
    margin-right:0px;
}

@media (max-width: 670px) { 
    btn-home, .btn-home-bord,
    .btn-home2, .btn-home3, .btn-home-bord2, .btn-home-bord3 {
            margin-right:0px;
            margin-top:3px;
           /* -webkit-transform: translate(25%, 0%);
            -ms-transform: translate(25%, 0%);
            transform: translate(25%, 0%);*/
    } 
}


.btn-home span i,
.btn-home2 span i{
    margin-left:10px;
}


.divbtn {
    margin: 70px 20px 90px 20px;
}   

header .divbtn {
    margin: auto 20px;
}  




/* dk */
.btn-home-bord, .btn-home-bord2, .btn-home-bord3{
    border: 1px solid #000;
}

.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
    color:#333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-home-bord:hover, .btn-home-bord:active,
.btn-home-bord:focus, .btn-home-bord2:active,
.btn-home-bord2:hover, .btn-home-bord2:focus, 
.btn-home-bord3:active,.btn-home-bord3:hover, .btn-home-bord3:focus{
    background:#fff;
    border: 1px solid #39c5d2;
    color:#000;
}


/* misc.
 --------------------------------------------- */

.sections{
padding-top:40px;
padding-bottom:40px;
position: relative;
overflow: hidden;
}
.sections.footer {
    padding-bottom:20px;
}


.different-bg{
    background:#1a1a1a;
}

hr, .hide {
    display: none; }

a img {
    border: none; }


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* self-clear floats */
/*.group: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
/* IE patches
 --------------------------------------------- */
/* self-clear floats */
/*
* html .group {
    IE6
    height: 1%; }

*:first-child + html .group {
    IE7
    min-height: 1px; }*/






/* 
   HIM  styles
 */



.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.row {
  margin: 5px 5px;
}

.row,
.row > .column {
  padding: 2px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%;
  display: none; 
  opacity: 0;
}

@media only screen and (min-width: 1023px){
  .column  {
    width: 24.99%;
  }
} 

@media only screen and (max-width: 951px){
  .column  {
    width: 33.33%;
  }
} 
@media only screen and (max-width: 751px){
  .column  {
    width: 49.9%;
  }
} 
@media only screen and (max-width: 401px){
  .column  {
    width: 99.9%;
  }
} 

.column {
    animation-name: zoom;
    animation-duration: 300ms;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.column-content {
  position: relative;
  background-color: white;
  padding: 0px;
}

.show {
  display: block;
  opacity: 1;
}



#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none; 
  position: fixed; 
  z-index: 200; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1024px;
}

#caption {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1024px;
  text-align: center;
  color: #ccc;
  padding: 20px 0 0 0;
  height: 80px;
  font-size: 1.1rem;
  overflow: hidden;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 


.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter > li {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.portfolio-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 2;
    padding: 12px 20px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
    color:#fff;
    background: #39c5d2; /* #F77CAD ; */
    border: 1px solid #39c5d2; 
    box-shadow: none;
    -webkit-box-shadow: none;
}



.text-center{text-align:center;}


.image {
  display: block;
  width: 100%;
  height: 100%;
}


.overlay  {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1a1a1a;
}

/*
.column-content:hover .overlay{
  opacity: 1;
}*/
.overlay:hover{
  opacity: 1;
}

.fa-eye:before{
    content:"\f06e"
}

.overlay .text h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #CCC;
  text-transform: unset;
}

.overlay .text  {
  position: relative;
  width: 80%;
  height:80%;
  color: #999;
  font-size: 1.2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay .text .preview {
    position: absolute;
    display: block;
    height: 35px;
    width: 100%;
    background: transparent;
    text-align: center;
    color: #39c5d2;;
    cursor: pointer;
    bottom: 0;
    margin: 0 auto;

}

@media only screen and  (min-width: 381px){
  .overlay .text {
    font-size: 1.2rem;
  }
  .overlay .text h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media only screen and  (min-width: 401px) {
  .overlay .text {
    font-size: 1rem;
  }
  .overlay .text h3 {
    margin-bottom: 7px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media only screen and  (min-width: 551px){
  .overlay .text {
    font-size: 1.3rem;
  }

.overlay .text h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }  
} 

@media only screen and  (min-width: 755px){
  .overlay .text {
    font-size: 1.2rem;
  }
  .overlay .text h3 {
    margin-bottom: 10px; 
    font-size: 1.3rem;
    line-height: 1.3rem;     
  }
} 

@media only screen and  (min-width: 1024px) {
  .overlay .text {
    font-size: 1.1rem;
  }
  .overlay .text h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #1a1a1a;
  /*height: 450px;*/
  width: 100%;
  overflow: hidden;
}

.slideshow-container-inside {
  position: relative;
  background: #1a1a1a;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;

}

@media only screen and  (min-width: 1024px) {
  .slideshow-container-inside {
    width: 60%;
    height: 460px;
  }
}

@media only screen and  (max-width: 901px) {
  .slideshow-container-inside {
    width: 70%;
    height: auto;
  }
}

@media only screen and  (max-width: 701px) {
  .slideshow-container-inside {
    width: 80%;
    height: auto;

  }
}

@media only screen and  (max-width: 501px) {
  .slideshow-container-inside {
    width: 90%;
    height: auto;
  }
}


/* Slides */
.mySlides {
  position: relative;
  display: none;
  padding: 60px 80px 80px 80px;
  text-align: center;
  width: 100%;
  margin: 0 auto;   
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  left: 0px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  /*position: relative; absolute;*/
  position: absolute;
  bottom: 0px;  
  width: 100%;
  text-align: center;
  margin: auto auto;
  padding: 20px 0px 40px 0px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: transparent; /* #bbb; */
  border-radius: 50%;
  display: inline-block;
  border: 1px solid white;
  transition: background-color 0.6s ease;

}

/* Add a background color to the active dot/circle */
.activedot, .dot:hover {
    background-color:  white;/*#717171;*/
}



/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



/*For Our Client Area*/
.client-content{
    color:#fff;
}
.client-content h3{
    text-transform:uppercase;
    font-weight:500;
    font-size:24px;
    margin-bottom: 20px;
    color: white;
    margin-top: 0px;
}

.client-content p{
    line-height:30px;
    color:#929292;
    text-align: center;

}

.client-content a{
    color:#29c5f2;
    font-size:18px;
}
.client-content .client-basicinfo{
    margin-top:50px;
}
.client-content .client-basicinfo h6{
    color:#7b6c63;
    font-size:18px;
}
.client-content .client-basicinfo a{
    font-size:16px;
    color:#29c5f2;
}



.animated {

  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;  
  -ms-animation-duration: .5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: .5s;
  animation-timing-function: ease;
  animation-fill-mode: both;  


}


@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  
  80% {
    -webkit-transform: translateX(-10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  
  80% {
    -moz-transform: translateX(-10px);
  }
  
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  
  80% {
    -o-transform: translateX(-10px);
  }
  
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  
  80% {
    transform: translateX(-10px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  
  80% {
    -webkit-transform: translateX(10px);
  }
  
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  
  80% {
    -moz-transform: translateX(10px);
  }
  
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  
  80% {
    -o-transform: translateX(10px);
  }
  
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  
  80% {
    transform: translateX(10px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}



@-webkit-keyframes tada {
  0% {-webkit-transform: scale(1);} 
  10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
  100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
  0% {-moz-transform: scale(1);}  
  10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
  100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
  0% {-o-transform: scale(1);}  
  10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
  100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
  0% {transform: scale(1);} 
  10%, 20% {transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
  100% {transform: scale(1) rotate(0);}
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}


.imgseo {

  
}
