  .gallery-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5em;
}

.gallery-img {
display: block;
    width: 100%;
    cursor: pointer;
    height: 181px;
    object-fit: cover;
    border-radius: 5px;
}

.lightbox-overlay {
 position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    display: flex;
    z-index: 999;
   
}

.lightbox-container {
 position: relative;
    margin: auto;
    background: #fff;
    padding: 1em;
    border-radius: 0.2em;
    margin-top: 18px;
    margin-bottom: 20px;
}

.close-modal {
  background: #65caf3;
  color: #fff;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.8em;
  top: -0.9em;
  right: -0.1em;
  cursor: pointer;
  border-radius: 1.8em;
}

.lightbox-descriptions {
  text-align: center;
  font-size: 1.1em;
}

.lightbox-navigation {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  opacity: 0.8;
}
.lightbox-navigation__button {
 text-decoration: none;
    color: white;
    font-size: 1.3rem;
    background-color: #3fbdf0;
    padding: 0 5px;
    border-radius: 23%;
    font-weight: bold;
}


.box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s}
         .box1 .icon,.box2,.box3,.box4,.box5 .icon li a{text-align:center}
         .box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
         .box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box21,.box3,.box4,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
         .box1 .title,.box10 .title,.box4 .title,.box7 .title{letter-spacing:1px}
         .box3 .post,.box4 .post,.box5 .post,.box7 .post{font-style:italic}
         body{background-color:#f1f1f2}
         .mt-30{margin-top:30px}
         .mt-40{margin-top:40px}
         .mb-30{margin-bottom:30px}
         .box1 .icon,.box1 .title{margin:0;position:absolute}
         .box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
         .box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)}
         .box1:after{top:auto;bottom:0;transform-origin:0 100%}
         .box1:hover:after,.box1:hover:before{transform:rotateZ(0)}
         .box1 img{height:auto;transform:scale(1) rotate(0)}
         .box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)}
         .box1 .title{font-size:19px;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:0 0 1px #004cbf;bottom:10px;left:10px;opacity:0;z-index:2;transform:scale(0);transition:all .5s ease .2s}
         .box1:hover .title{opacity:1;transform:scale(1)}
         .box1 .icon{padding:7px 5px;list-style:none;background:#004cbf;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s}
         .box1:hover .icon{top:0}
         .box1 .icon li{display:block;margin:10px 0}
         .box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s}
         .box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%}
         .box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff}
         @media only screen and (max-width:990px){.box1{margin-bottom:30px}
         }
         /*********************** Demo - 2 *******************/
         .box2{position:relative}
         .box2 img{width:100%;height:auto}
         .box2 .box-content{width:100%;height:100%;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}
         .box2 .box-content:after,.box2 .box-content:before,.box2:after,.box2:before{content:"";width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transition:all .5s ease 0s}
         .box2:before{background:linear-gradient(45deg,rgba(0,0,0,.2) 49%,transparent 50%);left:-100%}
         .box2:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.2) 50%);left:160%}
         .box2 .box-content:after,.box2 .box-content:before{width:65%;height:65%;background:linear-gradient(45deg,rgba(0,0,0,.3) 49%,transparent 50%);left:-100%;transition-delay:.1s}
         .box1 .box-content:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.3) 50%);left:160%}
         .box2:hover .box-content:after,.box2:hover .box-content:before,.box2:hover:after,.box2:hover:before{left:50%}
         .box2 .inner-content{width:50%;height:50%;color:#fff;padding:40px 0;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%) scale(0);transition:all .3s ease .2s}
         .box2 .inner-content:after{width:100%;height:100%;background:rgba(255,79,79,.8);position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%) rotate(45deg)}
         .box2:hover .inner-content{transform:translate(-50%,-50%) scale(1);transition:all .3s ease 0s}
         .box2 .title{font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}
         .box2 .post{display:block;font-size:14px;text-transform:capitalize;margin-bottom:7px}
         .box10 .title,.box11 .title,.box4 .title,.box5 .title,.box6 .box-content,.box7 .title{text-transform:uppercase}
         .box2 .icon{padding:0;margin:0;list-style:none;transform:rotateY(360deg) scale(0);transition:all .3s ease 0s}
         .box2:hover .icon{transform:rotateY(0) scale(1)}
         .box2 .icon li{display:inline-block;margin:0 3px}
         .box2 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:16px;color:#505050;transition:all .3s ease 0s}
         .box2 .icon li a:hover{box-shadow:0 0 0 5px rgba(0,0,0,.5);background:#fff;color:#ff4f4f}
         @media only screen and (max-width:990px){.box2{margin-bottom:30px}
         }
         @media only screen and (max-width:320px){.box2 .inner-content{padding:25px 0}
         .box2 .title{font-size:16px}
         }
         /*********************** Demo - 3 *******************/
         .box3{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
         .box3 .box-content,.box3:after,.box3:before{position:absolute;left:7%;right:7%;transition:all .3s}
         .box3:after,.box3:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}
         .box3:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
         .box3:hover:after,.box3:hover:before{transform:scale(1);animation:animate 1.5s}
         .box3:hover:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
         .box:hover:after{border-left:3px solid #fff;border-right:3px solid #fff}
         .box img{width:100%;height:auto;transition:all .3s}
         .box3:hover img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}
         .box3 .box-content{padding:30px 10px;top:10%;bottom:10%;opacity:0;z-index:2}
         .box3:hover .box-content{box-shadow:0 0 0 35px rgba(255,255,255,.3);opacity:1;transition:all .3s}
         .box3 .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}
         .box3 .post{display:block;margin:0 0 5px;font-size:14px;color:rgba(255,255,255,.8)}
         .box3 .description{font-size:14px;color:#fff;margin:0 0 20px}
         .box3 .icon{padding:0;margin:0;list-style:none}
         .box3 .icon li{display:inline-block;margin:0 10px 0 0}
         .box3 .icon li a{display:block;width:30px;height:30px;line-height:30px;color:#fff;background:#88c425;transition:all .5s}
         .box3 .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
         @keyframes animate{0%,100%{opacity:1}
         }
         @keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
         50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
         100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
         }
         .box10,.box11,.box12,.box14,.box4,.box5,.box6,.box7,.box9{box-shadow:0 0 3px rgba(0,0,0,.3)}
         @media only screen and (max-width:990px){.box3{margin-bottom:30px}
         .box3 .box-content{padding:10px}
         .box3 .description{margin-bottom:10px}
         }
         @media only screen and (max-width:479px){.box3 .title{margin:0}
         }
         /*********************** Demo - 4 *******************/
         .box4{position:relative}
         .box4:before{width:0;height:200%;background:rgba(0,0,0,.5);position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
         .box4:hover:before{width:200%}
         .box4 img{width:100%;height:auto}
         .box4 .box-content{width:100%;height:100%;padding-top:20%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
         .box4 .icon,.box5 .icon{list-style:none;padding:0}
         .box4:hover .box-content{transform:scale(1)}
         .box4 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
         .box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
         .box4 .icon{margin:0}
         .box4 .icon li{display:inline-block}
         .box4 .icon li a{display:block;width:35px;height:35px;line-height:35px;font-size:20px;background:#fff;color:#ee4266;margin-right:10px;transition:all .3s ease 0s}
         .box5 .icon,.box5 .icon li{display:inline-block}
         @media only screen and (max-width:990px){.box4{margin-bottom:30px}
         }
         @media only screen and (max-width:767px){.box4:before{left:-400px}
         .box4:hover:before{width:300%}
         }
         /*********************** Demo - 5 *******************/
         .box5{background:#444;position:relative}
         .box5:after,.box5:before{width:50px;height:50px;border-radius:50%;background:#10a5b8;position:absolute;top:-80px;left:15px;opacity:0;z-index:1;transition:all .35s ease}
         .box5:after{top:auto;left:auto;bottom:-80px;right:15px}
         .box5:hover:after,.box5:hover:before{opacity:.75;transform:scale(8);transition-delay:.15s}
         .box5 img{width:100%;height:auto;transition:all .35s ease-out 0s}
         .box5:hover img{opacity:.4}
         .box5 .icon{margin:0;position:absolute;bottom:15px;right:15px;z-index:2;transform:scale(0);transition:all .35s ease-out}
         .box5:hover .icon{transform:scale(1);transition-delay:.15s}
         .box5 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:18px;color:#444;margin-right:10px;position:relative;transition:all .5s ease 0s}
         .box5 .icon li a:hover{background:#444;color:#fff}
         .box5 .box-content{padding:20px 15px;position:absolute;top:0;left:0;z-index:1}
         .box5 .title{font-size:20px;font-weight:800;color:#fff;margin:0 0 5px;opacity:0;transform:translate(-20px,-20px);transition:all .35s ease-out}
         .box5:hover .title{opacity:1;transform:translate(0,0);transition-delay:.15s}
         .box5 .post{display:inline-block;font-size:16px;color:#fff;opacity:0;transform:translate(-20px,-20px);transition:all .35s ease-out}
         .box5:hover .post{opacity:1;transform:translate(0,0);transition-delay:.15s}
         .box6 .title,.box6 img,.box6:after{transition:all .35s ease 0s}
         @media only screen and (max-width:990px){.box5{margin-bottom:30px}
         }
         /*********************** Demo - 6 *******************/
         .box6{background:#000;position:relative}
         .box6:after{background:rgba(0,0,0,.7);position:absolute;top:0;left:-30%;bottom:0;right:70%;transform:skew(20deg) translateX(-75%)}
         .box6:hover:after{transform:skew(20deg) translateX(0)}
         .box6 img{width:100%;height:auto}
         .box6:hover img{opacity:.5}
         .box6 .box-content{padding:20px;text-align:right;position:absolute;top:0;right:0;z-index:1}
         .box6 .icon,.box7 .icon{padding:0;list-style:none}
         .box10 .icon li a,.box11,.box12,.box13,.box14,.box6 .icon li a,.box7,.box7 .icon li a,.box8,.box8 .icon li a{text-align:center}
         .box6 .title{font-size:20px;font-weight:900;color:#fff;margin:0 0 10px;transform:scale(0)}
         .box6:hover .title{transform:scale(1)}
         .box6 .icon li,.box6 .post{opacity:0;transform:translateX(40px);transition:all .35s ease 0s}
         .box6 .post{display:block;font-size:14px;color:#fff;margin-bottom:5px}
         .box6 .icon{display:inline-block;margin:0}
         .box6:hover .icon li,.box6:hover .post{opacity:1;transform:translateX(0)}
         .box6:hover .icon li:first-child{transition-delay:.1s}
         .box6:hover .icon li:nth-child(2){transition-delay:.2s}
         .box6 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:18px;color:#605f5f;margin-bottom:5px;transition:all .35s ease}
         .box6 .icon li a:hover{background:#605f5f;color:#fff}
         @media only screen and (max-width:990px){.box6{margin-bottom:30px}
         }
         /*********************** Demo - 7 *******************/
         .box7{position:relative}
         .box7:after,.box7:before{width:100%;height:100%;background:rgba(11,33,47,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
         .box7:after{background:rgba(255,255,255,.3);border:2px solid #0dab76;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
         .box7:hover:before{opacity:1}
         .box7:hover:after{left:-170%}
         .box7 img{width:100%;height:auto}
         .box7 .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
         .box7:hover .box-content{bottom:30%}
         .box7 .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
         .box7 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
         .box7 .icon{margin:0}
         .box7 .icon li{display:inline-block}
         .box7 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#0dab76;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
         .box8 .icon li,.box8 .title{display:inline-block}
         .box7 .icon li a:hover{transform:rotate(360deg)}
         @media only screen and (max-width:990px){.box{margin-bottom:30px}
         }
         /*********************** Demo - 8 *******************/
         .box8 .icon,.box8 .title{margin:0;position:absolute}
         .box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
         .box8 img{width:100%;height:auto}
         .box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
         .box8 .icon li a,.box8 .title{background:#ef4050;font-size:20px;color:#fff}
         .box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0)}
         .box8 .title{padding:5px 7px;border-radius:5px;font-weight:600;bottom:20px;left:20px;transition:all .9s ease 0s}
         .box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
         .box8:hover .title{bottom:-40px}
         .box8 .icon{list-style:none;padding:0;top:42%;left:0;right:0}
         .box8 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px}
         .box9 .icon,.box9 .title{width:100%;font-size:22px}
         .box8 .icon li a:hover{background:#fff;color:#000}
         @media only screen and (max-width:990px){.box8{margin-bottom:20px}
         }
         /*********************** Demo - 9 *******************/
         .box9{background:#000;text-align:center;position:relative}
         .box9 img{width:100%;height:auto}
         .box9:hover img{opacity:.5}
         .box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}
         .box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
         .box9 .title{font-weight:700;color:#fff;line-height:17px;margin:5px 0;position:absolute;bottom:55%}
         .box10 .icon li a,.box9 .icon li a{line-height:35px;border-radius:50%}
         .box9 .icon{list-style:none;padding:0;margin:0;position:absolute;top:50%}
         .box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px)}
         .box9:hover .icon li{opacity:1;transform:translateY(0)}
         .box9:hover .icon li:first-child{transition-delay:.1s}
         .box9:hover .icon li:nth-child(2){transition-delay:.2s}
         .box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s}
         .box9 .icon a:hover{background:#fff}
         @media only screen and (max-width:990px){.box9{margin-bottom:20px}
         }
         /*********************** Demo - 10 *******************/
         .box10{background:#000;overflow:hidden;position:relative}
         .box10:after,.box10:before{border-width:0 180px 140px;border-style:solid;border-color:transparent transparent #0d5f45;position:absolute;bottom:0;left:50%;z-index:1;transform:translate(-55%,100%);transition:all .5s 0s cubic-bezier(.6,-.28,.735,.045)}
         .box10:after{border-width:150px 250px;border-color:transparent #18ab69 #18ab69 #008148;top:25%;transform:translate(-60%,100%)}
         .box10:hover:before{transition:all .4s 0s cubic-bezier(.175,.885,.32,1.275);transform:translate(-55%,0);transition-delay:.2s}
         .box10:hover:after{transition:all .4s 0s cubic-bezier(.175,.885,.32,1.275);transform:translate(-60%,0);transition-delay:0s}
         .box10 img{width:100%;height:auto;opacity:1;transform:scale(1.1) translateY(3%);transition:all .5s ease 0s}
         .box10:hover img{transform:scale(1.1) translateY(-3%);opacity:.4}
         .box10 .box-content{padding:20px 0 0 20px;position:absolute;top:0;left:0;opacity:0;z-index:2;transform:translateY(20%);transition:all .5s ease 0s}
         .box10:hover .box-content{opacity:1;transform:translate(0);transition-delay:.1s}
         .box10 .title{font-size:23px;font-weight:800;color:#fff}
         .box10 .icon{padding:0;margin:0;list-style:none}
         .box10 .icon li{display:inline-block}
         .box10 .icon li a{display:block;width:35px;height:35px;background:#18ab69;font-size:18px;color:#fff;margin-right:10px;transition:all .3s ease 0s}
         .box11 .icon li,.box11 .icon li a,.box11 .title,.box12 .icon li,.box12 .title{display:inline-block}
         .box10 .icon li a:hover{transform:rotate(360deg)}
         @media only screen and (max-width:990px){.box10{margin-bottom:20px}
         }
         @media only screen and (max-width:767px) and (min-width:600px){.box10:before{border-width:0 250px 240px}
         .box10:after{border-width:260px 460px}
         }
         @media only screen and (max-width:599px) and (min-width:430px){.box:before{border-width:0 220px 120px}
         .box10:after{border-width:260px 460px}
         }
         /*********************** Demo - 11 *******************/
         .box11{background:#000;color:#fff;position:relative}
         .box11:after,.box11:before{position:absolute;content:""}
         .box11:before{width:100%;height:100%;background:#83437d;opacity:.5;top:100%;left:0;z-index:1;transition:all .35s ease-in .3s}
         .box11:hover:before{top:0;transition:all .35s ease-out 0s}
         .box11:after{bottom:100%;left:50%;border-width:200px 200px 0;border-style:solid;border-color:#83437d transparent transparent;opacity:.9;transform:translateX(-50%);transition:all .35s ease-out 0s}
         .box11:hover .post,.box11:hover .title{transform:translate(0,-50%)}
         .box11:hover:after{bottom:25%;transition:all .35s ease-in .2s}
         .box11 img{width:100%;height:auto}
         .box11:hover img{opacity:.5}
         .box11 .icon,.box11 .post,.box11 .title{width:100%;position:absolute;left:0;opacity:0;transition:all .35s ease .5s}
         .box11 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}
         .box11 .title{padding:0 30px;margin:0;font-weight:300;top:45%}
         .box11 .post,.box14 .post{text-transform:capitalize}
         .box11 .post{font-size:15px;top:57%}
         .box11 .icon{padding:0;margin:0;list-style:none;bottom:5px}
         .box11 .icon li a{width:40px;height:40px;line-height:40px;padding:0 5px;font-size:20px;color:#fff;opacity:.7;transition:all .35s ease .5s}
         .box11 .icon li a:hover{opacity:1;transition:all .35s ease}
         .box11:hover .icon,.box11:hover .post,.box11:hover .title{opacity:1}
         @media only screen and (max-width:990px){.box11{margin-bottom:20px}
         }
         @media only screen and (max-width:767px){.box11:after{border-width:500px 500px 0}
         }
         /*********************** Demo - 12 *******************/
         .box12{position:relative}
         .box12 .box-content,.box12:after{position:absolute;transition:all .3s ease 0s}
         .box12:after{content:"";width:65%;background:rgba(28,28,28,.8);padding-bottom:65%;opacity:0;top:50%;left:50%;transform:rotate(0) translate(-50%,-50%);transform-origin:0 0 0}
         .box12:hover:after{transform:rotate(-45deg) translate(-50%,-50%);opacity:1}
         .box12 img{width:100%;height:auto}
         .box12 .box-content{width:100%;top:35%;left:0;opacity:0;z-index:1}
         .box12:hover .box-content{opacity:1}
         .box12 .title{padding:10px 0;color:#fff;margin:0;border-top:2px solid #fff;border-bottom:2px solid #fff}
         .box12 .icon{padding:0;margin:12px 0 0;list-style:none}
         .box12 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;border:1px solid #fff;font-size:18px;color:#fff;margin-right:10px;transition:all .3s ease 0s}
         .box12 .icon li a:hover{border-radius:0}
         @media only screen and (max-width:990px){.box12{margin-bottom:20px}
         }
         /*********************** Demo - 13 *******************/
         .box13{position:relative;transition:all .2s ease-out 0s}
         .box13 .box-content,.box13:after{position:absolute;left:20px;right:20px}
         .box13:after{content:"";display:block;background:#463f9f;top:20px;bottom:20px;opacity:0;transform:rotate3d(-1,1,0,100deg);transition:all .4s ease-in-out 0s}
         .box13:hover:after{opacity:.9;transform:rotate3d(0,0,0,0deg)}
         .box13 img{width:100%;height:auto}
         .box13 .box-content{top:45%;opacity:0;z-index:1;-webkit-transform:translate(10%,-30%);transform:translate(10%,-30%);transition:all .2s ease-out 0s}
         .box13:hover .box-content{opacity:1;transform:translate(0,-50%);transition-delay:.2s}
         .box13 .title{display:block;font-size:22px;font-weight:700;color:#39b54a;margin:0 0 10px}
         .box13 .post{display:block;font-size:15px;color:#f7f7b9;margin-bottom:20px}
         .box13 .social{padding:0;margin:0;list-style:none}
         .box13 .social li{display:inline-block}
         .box13 .social li a{display:block;width:35px;height:35px;background:#f7f7b9;border-radius:50%;font-size:17px;color:#1b1462;line-height:35px;margin-right:5px;transition:all .4s ease-in-out 0s}
         .box14 .icon li,.box14 .post{display:inline-block}
         .box13 .social li a:hover{color:#f7f7b9;background:#39b54a}
         @media only screen and (max-width:990px){.box13{margin-bottom:30px}
         }
         /*********************** Demo - 14 *******************/
         .box14{position:relative}
         .box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
         .box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
         .box14:hover:before{opacity:1}
         .box14 img{width:100%;height:auto}
         .box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
         .box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
         .box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
         .box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
         .box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
         .box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
         .box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
         .box14 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
         .box14 .icon,.box15 .icon{padding:0;list-style:none}
         .box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
         .box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
         .box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
         .box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
         .box14 .icon li a:hover{background:#d79719;border-color:#d79719}
         @media only screen and (max-width:990px){.box14{margin-bottom:30px}
         }
         /*********************** Demo - 15 *******************/
         .box15{position:relative}
         .box15 img{width:100%;height:auto}
         .box15 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .5s ease 0s}
         .box15:hover .box-content{background-color:rgba(255,242,242,.8)}
         .box15 .box-content:after,.box15 .box-content:before{content:"";width:50px;height:50px;position:absolute;opacity:0;transform:scale(1.5);transition:all .6s ease .3s}
         .box15 .box-content:before{border-left:1px solid #040404;border-top:1px solid #040404;top:19px;left:19px}
         .box15 .box-content:after{border-bottom:1px solid #040404;border-right:1px solid #040404;bottom:19px;right:19px}
         .box15:hover .box-content:after,.box15:hover .box-content:before{opacity:1;transform:scale(1)}
         .box15 .title{font-size:22px;color:#000;margin:0;position:relative;top:0;opacity:0;transition:all 1s ease 10ms}
         .box15:hover .title{top:39%;opacity:1;transition:all .5s cubic-bezier(1,-.53,.405,1.425) 10ms}
         .box15 .title:after{content:"";width:0;height:1px;background:#040404;position:absolute;bottom:-8px;left:0;right:0;margin:0 auto;transition:all 1s ease 0s}
         .box15:hover .title:after{width:80%;transition:all 1s ease .8s}
         .box15 .icon{width:100%;margin:0 auto;position:absolute;bottom:0;opacity:0;transition-duration:.6s;transition-timing-function:cubic-bezier(1,-.53,.405,1.425);transition-delay:.1s}
         .box15:hover .icon{bottom:39%;opacity:1}
         .box15 .icon li{display:inline-block}
         .box15 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;font-size:18px;color:#000;border:1px solid #000;margin-right:5px;transition:all .3s ease-in-out 0s}
         .box15 .icon li a:hover{background:#000;color:#fff}
         @media only screen and (max-width:990px){.box15{margin-bottom:30px}
         }
         /*********************** Demo - 16 *******************/
         .box16{text-align:center;color:#fff;position:relative}
         .box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
         .box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
         .box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
         .box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
         .box16 img{width:100%;height:auto}
         .box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
         .box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
         .box16 .post{display:block;padding:8px 0;font-size:15px}
         .box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
         .box16:hover .post,.box16:hover .title{transform:translateY(0)}
         .box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
         .box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
         .box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
         .box16 .social li{display:inline-block}
         .box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
         .box17 .icon li,.box17 .icon li a{display:inline-block}
         .box16 .social li a:hover{background:#bea041}
         .box16 .social li:last-child a{margin-right:0}
         @media only screen and (max-width:990px){.box16{margin-bottom:30px}
         }
         /*********************** Demo - 17 *******************/
         .box17{position:relative}
         .box17:after{content:"";width:100%;height:100%;background:rgba(2,162,221,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
         .box17:hover:after{opacity:1}
         .box17 img{width:100%;height:auto;transition:all 1.5s ease 0s}
         .box17 .box-content,.box17 .icon li a{position:absolute;transition:all .6s ease 0s}
         .box17:hover img{transform:scale(1.2)}
         .box17 .icon{width:100%;height:100%;list-style:none;padding:0;margin:0 auto;position:absolute;top:0;left:0;z-index:1}
         .box17 .icon li a{width:45px;height:45px;line-height:45px;margin:0 auto;top:50%;border:1px solid #fff;opacity:0}
         .box17:hover .icon li a{top:30%;opacity:1}
         .box17 .icon li a:hover{background:#fff;color:#02a2dd}
         .box17 .icon li:first-child a{left:-90%;right:0}
         .box17:hover .icon li:first-child a{left:-55px}
         .box17 .icon li:last-child a{right:-90%;left:0}
         .box17:hover .icon li:last-child a{right:-55px}
         .box17 .box-content{width:100%;padding:20px 10px;background:rgba(0,0,0,.1);bottom:-100px;left:0;z-index:1}
         .box17:hover .box-content{bottom:0}
         .box17 .title{font-size:18px;font-weight:700;color:#fff;margin-top:0}
         .box17 .post{display:block;font-size:14px;color:#fff}
         @media only screen and (max-width:990px){.box17{margin-bottom:30px}
         }
         /*********************** Demo - 18 *******************/
         .box18{background:#3c3c3c;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease}
         .box18:after,.box18:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#3c3c3c;border-left:3px solid #fff;border-right:3px solid #fff;opacity:.9;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease}
         .box18 img,.box19 img{height:auto;width:100%}
         .box18:before{-webkit-transform:skew(45deg) translateX(-155%);transform:skew(45deg) translateX(-155%)}
         .box18:hover:before{-webkit-transform:skew(45deg) translateX(-55%);transform:skew(45deg) translateX(-55%)}
         .box18:after{-webkit-transform:skew(45deg) translateX(155%);transform:skew(45deg) translateX(155%)}
         .box18:hover:after{-webkit-transform:skew(45deg) translateX(55%);transform:skew(45deg) translateX(55%)}
         .box18 img{-webkit-transition:all .35s ease;transition:all .35s ease}
         .box18:hover img{opacity:.5}
         .box18 .box-content{position:absolute;top:50%;left:50%;-webkit-box-shadow:0 0 10px #3c3c3c;box-shadow:0 0 10px #3c3c3c;opacity:0;z-index:2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);-webkit-transition:all .35s ease;transition:all .35s ease}
         .box19,.box20,.box21{box-shadow:0 0 5px #a3a3a3}
         .box18:hover .box-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}
         .box18 .post,.box18 .title{font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:#3c3c3c;border:2px solid #fff;color:#fff;padding:15px 20px;margin:0}
         .box18 .post,.box19 .title,.box20 .post,.box20 .title{text-transform:capitalize}
         .box18 .post{display:block;font-size:14px;font-weight:400;padding:5px 10px;margin-top:15px}
         @media only screen and (max-width:990px){.box18{margin-bottom:30px}
         }
         /*********************** Demo - 19 *******************/
         .box19{text-align:center;position:relative}
         .box19 .box-content{width:100%;height:100%;background:0 0;padding-top:25%;position:absolute;top:0;left:0;transition:all .3s ease 0s}
         .box19 .icon,.box19 .title{transition:all .2s ease 0s}
         .box19:hover .box-content{background:rgba(0,0,0,.5)}
         .box19 .title{font-size:24px;color:#fff;transform:scale(0)}
         .box19:hover .title{transform:scale(1)}
         .box19 .icon{list-style:none;padding:0;margin:0;opacity:0}
         .box19:hover .icon{opacity:1}
         .box19 .icon li{display:inline-block}
         .box19 .icon li:first-child a,.box19 .icon li:last-child a{display:block;width:50px;height:50px;line-height:50px;font-size:24px;color:#fff;border:1px solid #fff;position:relative}
         .box19 .icon li a{top:-150px}
         .box19:hover .icon li a{top:0}
         .box19:hover .icon li a:hover{background:#a46789;border-color:#a46789}
         .box19 .icon li:first-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) 0s}
         .box19 .icon li:last-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) .1s}
         @media only screen and (max-width:990px){.box19{margin-bottom:30px}
         }
         @media only screen and (max-width:360px){.box19 .box-content{padding-top:20%}
         }
         /*********************** Demo - 20 *******************/
         .box20{position:relative}
         .box20:after,.box20:before{position:absolute;content:""}
         .box20:before{width:80%;height:220%;background:#ff402a;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
         .box20:hover:before{left:10%}
         .box20:after{width:55%;height:175%;background-color:rgba(0,0,0,.8);bottom:-1000%;left:53%;transform:rotate(-33deg);transform-origin:center bottom 0;transition:all .8s ease 0s}
         .box20 .box-content,.box20 .icon{width:100%;padding:0 20px;position:absolute;left:0;z-index:2;transition:all 1.1s ease 0s}
         .box20:hover:after{bottom:-70%}
         .box20 img{width:100%;height:auto}
         .box20 .box-content{top:-100%;color:#fff}
         .box20:hover .box-content{top:30px}
         .box20 .title{font-size:24px;margin:0}
         .box20 .icon li a,.box20 .post{display:inline-block;font-size:14px}
         .box20 .post{margin-top:5px}
         .box20 .icon{list-style:none;margin:0;bottom:-100%}
         .box20:hover .icon{bottom:25px}
         .box20 .icon li{display:inline-block}
         .box20 .icon li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
         .box20 .icon li a:hover{background:#fff;color:#ff402a}
         @media only screen and (max-width:990px){.box20{margin-bottom:30px}
         }
         @media only screen and (max-width:479px){.box20 .title{font-size:20px}
         }
         /*********************** Demo - 21 *******************/
         .box21{text-align:center;position:relative}
         /*.box21:after,.box21:before{content:"";width:2px;height:2px;border-radius:50%;background:rgba(0,0,0,.35);position:absolute;top:50%;left:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}*/
         .box21:hover:after,.box21:hover:before{-webkit-transform:scale(400);-moz-transform:scale(400);-ms-transform:scale(400);-o-transform:scale(400);transform:scale(400)}
         .box21:before{-o-transition:all .5s linear .3s;-moz-transition:all .5s linear .3s;-ms-transition:all .5s linear .3s;-webkit-transition:all .5s linear .3s;transition:all .5s linear .3s}
         .box21:hover:before{-moz-transition-delay:0s;-webkit-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}
         .box21:after{-o-transition:all .5s linear .6s;-moz-transition:all .5s linear .6s;-ms-transition:all .5s linear .6s;-webkit-transition:all .5s linear .6s;transition:all .5s linear .6s}
         .box21:hover:after{-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;-ms-transition-delay:.2s;transition-delay:.2s}
         .box21 img{width:100%;}
         .box21 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;background:0 0;color:#fff;padding-top:25px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;transition:all .3s linear 0s;z-index:1}
         .box21:hover .box-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition-delay:.4s;-webkit-transition-delay:.4s;-o-transition-delay:.4s;-ms-transition-delay:.4s;transition-delay:.4s}
         .box21 .title{font-size:21px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #fff;margin-top:20px}
         .box21 .description{font-size:14px;font-style:italic;padding:0 10px;margin:15px 0}
         .box21 .read-more{display:block;width:120px;background:#e43c27;border-radius:5px;font-size:14px;color:#fff;text-transform:capitalize;padding:10px 0;margin:0 auto}
         @media only screen and (max-width:990px){.box21{margin-bottom:30px}
         }
         @media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
         }
         @media only screen and (max-width:359px){.box21 .title{padding-bottom:10px}
         }
	
      .menuzord-menu > li:hover > a{color: #e86f21!important}
      @media only screen and (max-width: 768px){
      .menuzord-responsive .menuzord-menu.scrollable {
      margin-left: unset!important;}
      .menuzord-brand img {
      max-height: 55px!important;
      margin-top: -2px;
      margin-bottom: 7px;
      }
      }
      .menuzord-menu > li > a {
      font-size: 15px;
      font-weight: 800;
      color: #1e4b5e!important;
      padding: 10px 12px!important;
      border-radius: 30px;
      }.menuzord-brand {
      margin: 10px 3px 0 0!important;
      float: left;
      color: #666;
      text-decoration: none;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      cursor: pointer;
      }
      ul.list li:before {
      border: unset!important;
      color:unset!important;
      content: unset!important;
      display: unset!important;
      font-family:unset!important;
      font-size: unset!important;
      margin-right: unset!important;
      padding:unset!important;
      }
      .fa {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      }
      .first-social1 i {
      color: #006cb5 !important;
      font-size: 25px;
      }
      .menuzord-brand img {
      max-height: 80px;
      }
      .menuzord-menu.menuzord-right {
      float: left!important;
      }
      /*sticky social*/
      .first-social1 {
      padding-top: 10px;
      padding-bottom: 10px;
      background: #ffffff;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 55;
      }
      .first-social1 a {
      color: #006cb5;
      font-size: 25px;
      text-decoration: none;
      text-align: center;
      border-radius: 50%;
      padding-left: 10px;
      }
      .first-social1 .social-text {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      text-align: left;
      }
      .first-social1 .time {
      display: inline-block;
      position: relative;
      }
      .first-social1 .social-text span:first-child {
      font-size: 20px;
      line-height: 16px;
      }
      .first-social1 .social-text span:last-child {
      font-size: 14px;
      }
      .first-social1 i {
      color: #006cb5 !important;
      font-size: 25px;
      }
      .time {
      width: 25px;
      position: relative;
      vertical-align: middle
      }
      .list li {
      padding-right: 15px;
      border-right: solid 1px #ccc;
      }
      .list li:last-child {
      border: none;
      }
      .logo-div {
      padding-bottom: 0;
      }
      .next {
      text-align: center;
      }
      .nextt {
      margin-top: 19px;
      padding-left: 0;
      display: inline-block;
      }
      .nexttt {
      display: inline-block;
      }
      .nexto a {
      text-align: center;
      position: relative;
      top: 22px;
      color: #003248;
      font-size: 28px;
      font-weight: bold;
      }.nopadding {
      padding: 0 !important;
      }#hizli-basvuru-formu {
      text-align: center;
      }.general_main_div {
      border-radius: 3px !important;
      }.general_main_div {
      width: 100%;
      margin: 0 auto;
      overflow: auto;
      font-family: 'Open Sans', sans-serif;
      }.general_main_div {
      background-color: #f9f9f9 !important;
      }.general_header {
      background-color: #fff;
      border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px;
      padding: 40px!important;
      }.general_header {
      background-color: #f1f1f1 !important;
      }
      .general_main_div h3 {
      color: #555;
      font-size: 22px;
      font-weight: 300;
      margin: 0px;
      }
      #hizli-basvuru-formu p {
      margin: 0 !important;
      }
      .general_main_div p {
      color: #555;
      font-weight: 300;
      }.general_content {
      background-color: rgba(238,238,238,1.0);
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      padding: 20px;
      overflow: auto;
      min-height: 300px;
      }.general_content {
      padding: 30px 20px;
      }.general_content {
      background-color: #f9f9f9 !important;
      }.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 20%;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;left:50%;width:24px;height:24px;background:url('../images/preloader-dark.gif') center center no-repeat;text-align:center;margin-top:-12px;margin-left:-12px;z-index:1044;text-indent:-9999px}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:none;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}
      .general_content {
      background-color: rgba(238,238,238,1.0);
      border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      -webkit-border-radius: 0px 0px 5px 5px;
      padding: 20px;
      overflow: auto;
      min-height: 300px;
      }.ag_form_input{border:1px solid #ccc;padding:5px;color:#999999}.ag_form_xs{width:60px}.ag_form_s{width:90px}.ag_form_m{width:120px}.ag_form_l{width:150px}.ag_form_xl{width:180px}.ag_form_xxl{width:200px}.general_main_div{width:100%;margin:0 auto;overflow:auto;font-family:'Open Sans', sans-serif}.general_header{background-color:#fff;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;padding:20px}.general_main_div h3{color:#555;font-size:22px;font-weight:300;margin:0px}.general_main_div p{color:#555;font-weight:300}.general_content{background-color:rgba(238,238,238,1.0);border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px 0px 5px 5px;padding:20px;overflow:auto;min-height:300px}.general_text_input,.general_textarea,.general_submit_button,.general_select{width:90%;margin:0;padding:10px;vertical-align:middle;background:#f8f8f8;border:3px solid #ddd;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:300;color:#888;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;outline:none;margin-bottom:10px}.general_textarea{height:100px}.general_select{height:50px}.general_submit_button{width:60%;vertical-align:middle;background:#006cb5;border:0;color:#fff;cursor:pointer}.general_error_input{border-color:#f01717 !important;}.agFormGndMail{display:none}.hidden{display:none !important;}
      .cbasvur1 {
         background-image: url(https://demo3.urlmedya.net//files/app/2022-01/4b8980622fd8a684a790223a59e60c0e.jpg );
         background-size: cover;
         }
      @media screen and (min-width: 1200px){.menuzord-menu.menuzord-right {
      float: left!important;
      display: flex!important;justify-content: center;width: 78%;
      }
	    
         .menuzord-menu > li:hover > a{color: #e7b623!important;}
         @media only screen and (max-width: 768px){
         .menuzord-responsive .menuzord-menu.scrollable {
         margin-left: unset!important;}
         .menuzord-brand img {
         max-height: 55px!important;
         margin-top: -2px;
         margin-bottom: 7px;
         }
         }
         .menuzord-menu > li > a {
         font-size: 15px;
         font-weight: 800;
         color: #1e4b5e!important;
         padding: 10px 12px!important;
         border-radius: 30px;
         }.menuzord-brand {
         margin: 10px 3px 0 0!important;
         float: left;
         color: #666;
         text-decoration: none;
         font-size: 24px;
         font-weight: 600;
         line-height: 1.3;
         cursor: pointer;
         }
         ul.list li:before {
         border: unset!important;
         color:unset!important;
         content: unset!important;
         display: unset!important;
         font-family:unset!important;
         font-size: unset!important;
         margin-right: unset!important;
         padding:unset!important;
         }
         .fa {
         display: inline-block;
         font: normal normal normal 14px/1 FontAwesome;
         font-size: inherit;
         text-rendering: auto;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         }
         .first-social1 i {
         color: #006cb5 !important;
         font-size: 25px;
         }
         .menuzord-brand img {
         max-height: 80px;
         }
         .menuzord-menu.menuzord-right {
         float: left!important;
         }
         /*sticky social*/
         .first-social1 {
         padding-top: 10px;
         padding-bottom: 10px;
         background: #ffffff;
         position: fixed;
         width: 100%;
         top: 0;
         z-index: 55;
         }
         .first-social1 a {
         color: #006cb5;
         font-size: 25px;
         text-decoration: none;
         text-align: center;
         border-radius: 50%;
         padding-left: 10px;
         }
         .first-social1 .social-text {
         display: inline-block;
         position: relative;
         vertical-align: middle;
         text-align: left;
         }
         .first-social1 .time {
         display: inline-block;
         position: relative;
         }
         .first-social1 .social-text span:first-child {
         font-size: 20px;
         line-height: 16px;
         }
         .first-social1 .social-text span:last-child {
         font-size: 14px;
         }
         .first-social1 i {
         color: #006cb5 !important;
         font-size: 25px;
         }
         .time {
         width: 25px;
         position: relative;
         vertical-align: middle
         }
         .list li {
         padding-right: 15px;
         border-right: solid 1px #ccc;
         }
         .list li:last-child {
         border: none;
         }
         .logo-div {
         padding-bottom: 0;
         }
         .next {
         text-align: center;
         }
         .nextt {
         margin-top: 19px;
         padding-left: 0;
         display: inline-block;
         }
         .nexttt {
         display: inline-block;
         }
         .nexto a {
         text-align: center;
         position: relative;
         top: 22px;
         color: #003248;
         font-size: 28px;
         font-weight: bold;
         }.nopadding {
         padding: 0 !important;
         }#hizli-basvuru-formu {
         text-align: center;
         }.general_main_div {
         border-radius: 3px !important;
         }.general_main_div {
         width: 100%;
         margin: 0 auto;
         overflow: auto;
         font-family: 'Open Sans', sans-serif;
         }.general_main_div {
         background-color: #f9f9f9 !important;
         }.general_header {
         background-color: #fff;
         border-radius: 5px 5px 0px 0px;
         -moz-border-radius: 5px 5px 0px 0px;
         -webkit-border-radius: 5px 5px 0px 0px;
         padding: 40px!important;
         }.general_header {
         background-color: #f1f1f1 !important;
         }
         .general_main_div h3 {
         color: #555;
         font-size: 22px;
         font-weight: 300;
         margin: 0px;
         }
         #hizli-basvuru-formu p {
         margin: 0 !important;
         }
         .general_main_div p {
         color: #555;
         font-weight: 300;
         }.general_content {
         background-color: rgba(238,238,238,1.0);
         border-radius: 0px 0px 5px 5px;
         -moz-border-radius: 0px 0px 5px 5px;
         -webkit-border-radius: 0px 0px 5px 5px;
         padding: 20px;
         overflow: auto;
         min-height: 300px;
         }.general_content {
         padding: 30px 20px;
         }.general_content {
         background-color: #f9f9f9 !important;
         }.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 20%;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;left:50%;width:24px;height:24px;background:url('../images/preloader-dark.gif') center center no-repeat;text-align:center;margin-top:-12px;margin-left:-12px;z-index:1044;text-indent:-9999px}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:none;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}
         .general_content {
         background-color: rgba(238,238,238,1.0);
         border-radius: 0px 0px 5px 5px;
         -moz-border-radius: 0px 0px 5px 5px;
         -webkit-border-radius: 0px 0px 5px 5px;
         padding: 20px;
         overflow: auto;
         min-height: 300px;
         }.ag_form_input{border:1px solid #ccc;padding:5px;color:#999999}.ag_form_xs{width:60px}.ag_form_s{width:90px}.ag_form_m{width:120px}.ag_form_l{width:150px}.ag_form_xl{width:180px}.ag_form_xxl{width:200px}.general_main_div{width:100%;margin:0 auto;overflow:auto;font-family:'Open Sans', sans-serif}.general_header{background-color:#fff;border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;padding:20px}.general_main_div h3{color:#555;font-size:22px;font-weight:300;margin:0px}.general_main_div p{color:#555;font-weight:300}.general_content{background-color:rgba(238,238,238,1.0);border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px 0px 5px 5px;padding:20px;overflow:auto;min-height:300px}.general_text_input,.general_textarea,.general_submit_button,.general_select{width:90%;margin:0;padding:10px;vertical-align:middle;background:#f8f8f8;border:3px solid #ddd;font-family:'Open Sans', sans-serif;font-size:16px;font-weight:300;color:#888;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-o-transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;outline:none;margin-bottom:10px}.general_textarea{height:100px}.general_select{height:50px}.general_submit_button{width:60%;vertical-align:middle;background:#006cb5;border:0;color:#fff;cursor:pointer}.general_error_input{border-color:#f01717 !important;}.agFormGndMail{display:none}.hidden{display:none !important;}
         
         @media screen and (min-width: 1200px){.menuzord-menu.menuzord-right {
         float: left!important;
         display: flex!important;justify-content: center;width: 78%;
         }
		 

// Import bootstrap variables and mixins for reference
@import (reference) "../less-bootstrap/variables.less";
@import (reference) "../less-bootstrap/mixins.less";

// Initialize Theme Variables
@import (reference) "../less-industrypress/variables.less";


*::-moz-selection {
  background: @theme-color none repeat scroll 0 0; /* Firefox */
}
/* text-theme-color */
.text-theme-colored {
  color: @theme-color !important;
}
/* text-hover-theme-color */
.text-hover-theme-colored {
  &:hover {
    color: @theme-color !important;
  }
}

/* background-theme-color */
.bg-theme-colored {
  background-color: @theme-color !important;
}
.bg-theme-colored-lighter2 {
  background-color: lighten(@theme-color, 3%) !important;
}
.bg-theme-colored-lighter3 {
  background-color: lighten(@theme-color, 5%) !important;
}
.bg-theme-colored-lighter4 {
  background-color: lighten(@theme-color, 7%) !important;
}
.bg-theme-colored-darker2 {
  background-color: darken(@theme-color, 3%) !important;
}
.bg-theme-colored-darker3 {
  background-color: darken(@theme-color, 5%) !important;
}
.bg-theme-colored-darker4 {
  background-color: darken(@theme-color, 7%) !important;
}

/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: fade(@theme-color, 90%);
}
.bg-theme-colored-transparent-8 {
  background-color: fade(@theme-color, 80%);
}
.bg-theme-colored-transparent-7 {
  background-color: fade(@theme-color, 70%);
}
.bg-theme-colored-transparent-6 {
  background-color: fade(@theme-color, 60%);
}
.bg-theme-colored-transparent-5 {
  background-color: fade(@theme-color, 50%);
}
.bg-theme-colored-transparent-4 {
  background-color: fade(@theme-color, 40%);
}
.bg-theme-colored-transparent-3 {
  background-color: fade(@theme-color, 30%);
}
.bg-theme-colored-transparent-2 {
  background-color: fade(@theme-color, 20%);
}
.bg-theme-colored-transparent-1 {
  background-color: fade(@theme-color, 10%);
}
.bg-theme-colored-transparent {
  background-color: fade(@theme-color, 75%) !important;
}

/* bg-hover-theme-color */
.bg-hover-theme-colored {
  &:hover {
    background: @theme-color !important;
    border-color: @theme-color !important;
    color: @white-base !important;
    
    h1,h2,h3,h4,h5,h6,p,a,i {
      color: @white-base !important;
    }
  }
}

/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: fade(@theme-color, 10%) !important;
}
.overlay-theme-colored-2:before {
  background-color: fade(@theme-color, 20%) !important;
}
.overlay-theme-colored-3:before {
  background-color: fade(@theme-color, 30%) !important;
}
.overlay-theme-colored-4:before {
  background-color: fade(@theme-color, 40%) !important;
}
.overlay-theme-colored-5:before {
  background-color: fade(@theme-color, 50%) !important;
}
.overlay-theme-colored-6:before {
  background-color: fade(@theme-color, 60%) !important;
}
.overlay-theme-colored-7:before {
  background-color: fade(@theme-color, 70%) !important;
}
.overlay-theme-colored-8:before {
  background-color: fade(@theme-color, 80%) !important;
}
.overlay-theme-colored-9:before {
  background-color: fade(@theme-color, 90%) !important;
}


/* border-theme-color */
.border-theme-colored {
  border-color: @theme-color !important;
}
.border-theme-color-1px {
  border: 1px solid @theme-color !important;
}
.border-theme-color-2px {
  border: 2px solid @theme-color !important;
}
.border-theme-color-1px {
  border: 3px solid @theme-color !important;
}
.border-theme-color-1px {
  border: 4px solid @theme-color !important;
}
.border-theme-color-1px {
  border: 1px solid @theme-color !important;
}
.border-theme-color-1px {
  border: 1px solid @theme-color !important;
}
.border-theme-color-1px {
  border: 1px solid @theme-color !important;
}
.border-top-theme-color-1px {
  border-top: 1px solid @theme-color !important;
}
.border-top-theme-color-2px {
  border-top: 2px solid @theme-color !important;
}
.border-top-theme-color-3px {
  border-top: 3px solid @theme-color !important;
}
.border-top-theme-color-4px {
  border-top: 4px solid @theme-color !important;
}
.border-top-theme-color-5px {
  border-top: 5px solid @theme-color !important;
}
.border-top-theme-color-6px {
  border-top: 6px solid @theme-color !important;
}
.border-top-theme-color-7px {
  border-top: 7px solid @theme-color !important;
}
.border-top-theme-color-8px {
  border-top: 8px solid @theme-color !important;
}
.border-top-theme-color-9px {
  border-top: 9px solid @theme-color !important;
}
.border-top-theme-color-10px {
  border-top: 10px solid @theme-color !important;
}

/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid @theme-color !important;
}
.border-bottom-theme-color-2px {
  border-bottom: 2px solid @theme-color !important;
}
.border-bottom-theme-color-3px {
  border-bottom: 3px solid @theme-color !important;
}
.border-bottom-theme-color-4px {
  border-bottom: 4px solid @theme-color !important;
}
.border-bottom-theme-color-5px {
  border-bottom: 5px solid @theme-color !important;
}
.border-bottom-theme-color-6px {
  border-bottom: 6px solid @theme-color !important;
}
.border-bottom-theme-color-7px {
  border-bottom: 7px solid @theme-color !important;
}
.border-bottom-theme-color-8px {
  border-bottom: 8px solid @theme-color !important;
}
.border-bottom-theme-color-9px {
  border-bottom: 9px solid @theme-color !important;
}
.border-bottom-theme-color-10px {
  border-bottom: 10px solid @theme-color !important;
}

/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid @theme-color !important;
}
.border-left-theme-color-2px {
  border-left: 2px solid @theme-color !important;
}
.border-left-theme-color-3px {
  border-left: 3px solid @theme-color !important;
}
.border-left-theme-color-4px {
  border-left: 4px solid @theme-color !important;
}
.border-left-theme-color-5px {
  border-left: 5px solid @theme-color !important;
}
.border-left-theme-color-6px {
  border-left: 6px solid @theme-color !important;
}
.border-left-theme-color-7px {
  border-left: 7px solid @theme-color !important;
}
.border-left-theme-color-8px {
  border-left: 8px solid @theme-color !important;
}
.border-left-theme-color-9px {
  border-left: 9px solid @theme-color !important;
}
.border-left-theme-color-10px {
  border-left: 10px solid @theme-color !important;
}

/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid @theme-color !important;
}
.border-right-theme-color-2px {
  border-right: 2px solid @theme-color !important;
}
.border-right-theme-color-3px {
  border-right: 3px solid @theme-color !important;
}
.border-right-theme-color-4px {
  border-right: 4px solid @theme-color !important;
}
.border-right-theme-color-5px {
  border-right: 5px solid @theme-color !important;
}
.border-right-theme-color-6px {
  border-right: 6px solid @theme-color !important;
}
.border-right-theme-color-7px {
  border-right: 7px solid @theme-color !important;
}
.border-right-theme-color-8px {
  border-right: 8px solid @theme-color !important;
}
.border-right-theme-color-9px {
  border-right: 9px solid @theme-color !important;
}
.border-right-theme-color-10px {
  border-right: 10px solid @theme-color !important;
}

.project .project-details {
  border-bottom: 3px solid @theme-color;
}

/* ------ box-shadow ------- */
.box-shadow-theme-colored-6px {
    box-shadow: 0 0 0 6px @theme-color;
}


.team-member .member-info {
     background-color: fade(@theme-color, 70%) !important
}

/* background-color-transparent */
.donate-piechart .piechart canvas {
  background-color: fade(@theme-color, 75%) !important;
  border-radius: 50%;
  max-height: 80px;
}
/* Layer-overlay */
.overlay-theme-colored:before {
  background-color: fade(@theme-color, 80%) !important;
}
/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: fade(@theme-color, 90%) !important;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: @theme-color;
}

.preloader-dot-loading .cssload-loading i {
  background: @theme-color !important;
}

.portfolio-filter a.active, .portfolio-filter a:hover {
  background-color: @theme-color;
  color: @white-base;
}


/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs > li > a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.title-icon::before,
.title-icon::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.widget.dark .tags a:hover,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills > li > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active  > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.title-icon::after,
.title-icon::before,
.line-bottom-double-line-centered:after,
.line-bottom-double-line-centered:before,
.line-bottom:after,
.line-bottom-no-border:after,
.line-bottom-center:after,
.line-bottom-center:before,
.vertical-line::after,
.vertical-line::before,
.title-dots span,
.project .hover-link i,
.project:hover .project-details {
  background: @theme-color;
}

.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-prev, 
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-next {
  background: @theme-color;
}

.ui-state-highlight {
  background: @theme-color !important;
  color: @white-base !important;
}


/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.title-icon [class^="flaticon-"]::after, 
.title-icon [class^="flaticon-"]::before,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a i,
.menuzord-menu > li > .megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .twitter-feed li::after,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.title-icon [class^="flaticon-"]::after, 
.title-icon [class^="flaticon-"]::before,
.brochured li a i {
  color: @theme-color;
}

.brochured li a:hover {
    background: @theme-color;
    color: @white-base;
}
.brochured li a:hover i {
    color: @white-base;
}

.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i, 
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
    color: @theme-color;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, 
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    border: 1px solid @theme-color;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover {
    background-color: @theme-color;
}

.panel-group .panel-title a.active {
  background: @theme-color none repeat scroll 0 0;
  color: @white-base;
}

.star-rating span::before {
  color: @theme-color !important;
}
/* menuzord */
.menuzord .menuzord-menu > li.active > a, 
.menuzord .menuzord-menu > li:hover > a, 
.menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: @theme-color;
  color: @white-base;
}
.menuzord .menuzord-menu > li.active > a i, 
.menuzord .menuzord-menu > li:hover > a i, 
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: @theme-color;
}
.menuzord .menuzord-menu > li.active > a i, 
.menuzord .menuzord-menu > li:hover > a i, 
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: @white-base;
}
/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid @theme-color;
}
.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: @theme-color;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: @theme-color transparent transparent;
}
.opening-hourse ul li {
  border-bottom: 1px dashed @theme-color;
}

.project .project-details {
  border-bottom: 3px solid @theme-color;
}

/* border-left-color */
blockquote.theme-colored {
    border-left: 3px solid @theme-color;
}
blockquote.bg-theme-colored {
    border-left: 3px solid darken(@theme-color, 10%);
    color: @white-base;

    footer {
      color: @gray-lighter;
    }
}
blockquote.gray.bg-theme-colored {
    background-color: @gray-lighter !important;
    border-left: 3px solid @theme-color;
    color: @theme-color;
    
    footer {
      color: @gray-light;
    }
}
.attorney-address li {
    border-left: 1px solid @theme-color;
}
.section-title.title-border {
    border-left: 4px solid @theme-color;
}

/* border-top-color */
.member-info {
  border-top: 3px outset @theme-color;
}
.cssload-tri {
  border-top: 27px solid @theme-color;
}

/* border-right-color */
.border-right-red {
  border-right: 1px solid @theme-color;
}
.section-title.title-border.title-right {
    border-right: 4px solid @theme-color;
}

/* border-bottom-color */
// .border-bottom {
//   border-bottom: 1px solid @theme-color;
// }

.services-list li.active a {
  background-color: @theme-color !important;
}
.services-list ul li a:hover {    
    background-color: @theme-color;
    color: @white-base;
}
.services-list li.active a {
    border: 1px solid @theme-color;
}
.cssload-tri.cssload-invert {
  border-bottom: 27px solid @theme-color;
}
/* box-shadow */

/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  .button-variant(@theme-color; @btn-default-bg; @theme-color);
}
.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: @theme-color;
  border-color: @theme-color;
  color: @white-base;
}


/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  .button-variant(@theme-color; @btn-border-bg; @theme-color);
}
.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: darken(@theme-color, 10%);
  border-color: darken(@theme-color, 10%);
  color: @white-base;
}


/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  .button-variant(@btn-dark-color; @theme-color; @theme-color);
}


/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  .button-variant(@white-base; lighten(@theme-color, 10%); lighten(@theme-color, 10%));
}

/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  .button-variant(@btn-primary-color; @theme-color; @theme-color)
}

/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: @white-base;
}
.btn-transparent.btn-theme-colored {
  background-color: transparent;
}
.btn-transparent.btn-dark {
  background-color: @black-111;
  border-color: @black-111;

  &:hover {
    background-color: darken(@black-111, 10%);
    border-color: darken(@black-111, 10%);
  }
}
.btn-transparent.btn-dark.btn-theme-colored {
  background-color: @theme-color;
  border-color: @theme-color;

  &:hover {
    background-color: darken(@theme-color, 10%);
    border-color: darken(@theme-color, 10%);
  }
}
.btn-transparent.btn-border {
  background-color: transparent;
  border-color: @gray-lighter;

  &:hover {
    background-color: @gray-lighter;
    color: @black;
  }
}
.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: @theme-color;

  &:hover {
    background-color: @theme-color;
    color: @white-base;
  }
}

.btn-gray.btn-transparent {
  background-color: @gray-lightgray;
  color: @black-333;

  &:hover {
    background-color: lighten(@gray-lightgray, 10%);
    color: darken(@black-333, 10%);
  }
}

.btn-gray.btn-transparent.btn-theme-colored {
  background-color: lighten(@theme-color, 10%);
  color: @white-base;

  &:hover {
    background-color: darken(@theme-color, 10%);
    color: darken(@white-base, 10%);
  }
}

.btn-hover-theme-colored {
  &:hover {
    background-color: @theme-color;
    border-color: @theme-color;
    color: @white-base;
  }
}

/*
 * Shortcode: social-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored {
  a {
    color: @theme-color;
  }

  &.icon-bordered {
    a {
      border-color: @theme-color;

      &:hover {
        background-color: @theme-color;
        color: @white-base;
      }
    }
  }

  &.icon-dark {
    a {
      background-color: @theme-color;
      color: @white-base;

      &:hover {
        background-color: darken(@theme-color, 10%);
        color: darken(@white-base, 10%);
      }
    }

    &.icon-bordered {
      a {
        border-color: @theme-color;
        color: @theme-color;

        &:hover {
          background-color: @theme-color;
          border-color: @theme-color;
          color: @white-base;
        }
      }
    }
  }

  &.icon-gray {
    a {
      color: @theme-color;

      &:hover {
        color: darken(@theme-color, 10%);
      }
    }

    &.icon-bordered {
      a {
        color: @theme-color;

        &:hover {
          background-color: @gray-lighter;
          border-color: @gray-lighter;
          color: @theme-color;
        }
      }
    }
  }
}

.icon-theme-colored {
  a {
    &:hover {
      color: darken(@theme-color, 10%);
    }
  }  
}

.icon-hover-theme-colored {
  a {
    &:hover {
      background-color: @theme-color;
      border-color: @theme-color;
      color: @white-base;
    }
  }  
}

.social-icons.icon-hover-theme-colored {
  a {
    &:hover {
      background-color: @theme-color;
      border-color: @theme-color;
      color: @white-base;
    }
  }  
}

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box{
  &.iconbox-theme-colored {
    .icon {
      color: @theme-color;

      &.icon-border-effect {
        &::after {
          box-shadow: 0 0 0 3px @theme-color;
        }
      }

      &.icon-bordered {
        border-color: @theme-color;

        &:hover {
          background-color: @theme-color;
          color: @white-base;
        }
      }

      &.icon-gray {
        &:hover {
          background-color: @theme-color;
          color: @white-base;
        }

        &.icon-bordered {
          border-color: @gray-lighter;

          &:hover {
            background-color: @theme-color;
            border-color: @theme-color;
            color: @white-base;
          }
        }
      }

      &.icon-dark {
        background-color: @theme-color;
        color: @white-base;

        &:hover {
          color: @white-base;
        }

        &.icon-bordered {
          background-color: transparent;
          border-color: @theme-color;
          color: @theme-color;

          &:hover {
            background-color: @theme-color;
            border-color: @theme-color;
            color: @white-base;
          }
        }
      }



      &.icon-white {
        background-color: @white-base;
        color: @theme-color;

        &:hover {
          background-color: @theme-color;
          color: @white-base;
        }

        &.icon-bordered {
          background-color: transparent;
          border-color: @theme-color;
          color: @white-base;

          &:hover {
            background-color: @theme-color;
            border-color: @theme-color;
            color: @white-base;
          }
        }
      }






    }

    &.iconbox-border {
      border-color: @theme-color;
    }
  }
}

 .telefon {
   width: 48px;
   height: 48px;
   background-color: #4dc247;
   background-position: center;
   background-image: url(telefon.png);
   background-size: 34px;
   border: 0 solid #fff;
   border-radius: 99px;
   background-repeat: no-repeat;
   position: fixed;
   right: 10px;
   bottom: 135px;
   z-index: 99;
   }
   .whatsapp {
   width: 48px;
   height: 48px;
   background-color: #4dc247;
   background-position: center;
   background-image: url(whatsapp.png);
   background-size: 38px;
   border: 0 solid #fff;
   border-radius: 99px;
   background-repeat: no-repeat;
   position: fixed;
   right: 10px;
   bottom: 72px;
   z-index: 99;
   }
   #help .inside {
   position: relative;
   }
   #help {
   position: fixed;
   right: 0;
   left: 0;
   bottom: 0;
   margin: 0 auto;
   padding-left: 0;
   padding-right: 0;
   width: 100%;
   background: #e86f21;
   color: #000;
   z-index: 999999999;
   }
   #help ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }
   #help ul li {
   float: left;
   padding: 0px!important;
   }
   #help ul li:nth-child(2),#help ul li:nth-child(3), #help ul li:nth-child(4){
   border-left: 1px solid #fff;
   }
   @media screen and (max-width: 320px){
   #help ul li a {
   font-size: 12px;
   }
   }
   #help ul li a {
   margin-left: 5px;
   padding: 5px 0px;
   display: block;
   text-align: center;
   color: #FFF;
   }
   #help ul li.contact-us a .fa {
   color: #2DC7FB;
   }
   #top-live-help i, #new-live-help i, #help ul li.live-help a i {
   color: #24CE00;
   }
   #top-knowledge-base i, #help ul li.knowledge-base a i {
   color: #ED3636;
   }
   #top-knowledge-base i, #help ul li.knowledge-base a i {
   color: #ED3636;
   }
   #help ul li.customer-login a .fa {
   color: #FDA401;
   }
   
 