:root {
  --main-color1: #a7de00 ; 
  --main-color2: #5d5d5d; 
  /*--main-color3: ;*/
}
*{
    font-family: 'Montserrat', sans-serif;
    transition:200ms all ease;
}
/*.mr1{line-height:inherit !important;}*/
.mr{
    margin: 25px 0;
    line-height: 1.8;
    font-style:italic;
}
/*.mr1::first-letter{font-size:40px;}*/
body{
    margin:0;
}
.pagination span {
    padding: 8px 0;
    color: #909090;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
.inq-h3 {
    background-color: #e4f5b3c7;
    font-size:20px;
    padding: 20px 10px;
    position: relative;
    border-radius: 4px;
    text-align: center;   
    text-transform: uppercase;
    margin: 0 153px;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 9px 0;
    font-size: 13px;
    background-color: #03a84e;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    transition:500ms all ease;
}
.carousel-item{
    height:400px;
}
.carousel-indicators li{border:4px solid #cecccc}
.pagination a:hover {
    background-color: #056e35;
}
.pagination {
    justify-content: center;
    margin-bottom: 35px;
}
a{
    color:inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:initial;
}
p{
    margin:0;
}
.backgroundYel{
    text-align:center;
}
.backgroundYel img{
    max-height: 545px;
    margin: 0 auto;
    text-align: center;
    margin-top: -1vw;
}
.header {
    border-bottom: 1px solid var(--main-color1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999;
    background: white;
    border-top: 7px solid var(--main-color1);
}
.preLang{
    position: absolute;
    background-color: black;
    color: white;
    padding: 4px;
    border-radius: 5px;
    margin-top: 2px;
    opacity: 0;
    transition: 500ms all ease;
    right: -45px;
    width: 100px;
    text-align: center;
    top:20px;
}
#map {
    height: 400px;
}
.why img{
    background-image:url('../img/anaseyfe.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.aboutCont .crop:before, .aboutCont .crop:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-size: contain;
}
.aboutCont .crop:before {
    top: -49px;
    left: -62px;
    width: 100%;
    padding-top: 100%;
    background: url(../img/sol.png) no-repeat left top;
    background-size: 200px;
}
.aboutCont .crop{
    float: right;
    position: relative;
}
.aboutCont .crop img{
    float: right;
    position: relative;
    z-index: 1;
    border-radius:5px;
    background-color: #6fcd52;
    padding:4px;
}
.aboutCont .crop:after {
    background: url(../img/sag.png) no-repeat right bottom;
    bottom: -49px;
    width: 100%;
    padding-top: 100%;
    background-size: 200px;
    right: -45px;
    z-index: 0;
}
.mrnone{
    margin-bottom:0 !important;
}
.slideMobileVideo img{
    width: 100%;
    margin-top: -16%;
}
.slideMobileVideo i{
    position: absolute;
    top: 37%;
    left: 44%;
    color: white;
    border: 2px solid white;
    padding: 11px 13px;
    border-radius: 50%;
    background-color: #c5c5c54a;
    cursor:pointer;
}
.lang a:hover .preLang{
    opacity:1;
}
.preLang:before{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    position: absolute;
    top: -3px;
    left: 40%;
    color: black;
}
.logoText {
    font-size: 22px;
    color: var(--main-color1);
    font-weight: bold;
}


.bhinfo {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 40px;
    margin-top:10px;
}
.full-story img{width:50%;}

.ustt {
    display: inline-block;
    font-size:11px;
    padding: 4px;
}
.avatar img {
    width: 40px !important;
    border-radius: 50%;
    padding: 3px;
    background: white;
    box-shadow: 0px 0px 10px 0 #d9d9d9;
    margin-right: 10px;
}
.ongorunus img {
    max-width: 280px;
    border-radius: 4px;
}
.ongorunus .ustt img {
    border-radius: 50%;
}
h3.btl a {
    color: #101010;
}
h3.btl {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    font-size: 20px;
    min-height: 85px;
}
.blo a,#bloq a {
    color: #434343;
}

.logoSub {
    color: #c3c3c3;
    font-size: 13px;
}
.block{
    display:block !important;
}
.fb,.insta,.wp{
    display: inline-block;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #b8b8b8;
}
.fb:hover{
    color:white;
    background-color:rgb(0, 96, 223);
}
.insta:hover{
    color:white;
    background-color:#ffae00;
}
.wp:hover{
    color:white;
    background-color:#47d841;
}
.fb{padding: 10px 16px;}
.insta,.wp{padding:10px 13px;}
.fb img,.insta img,.wp img{width:30px;}
.brdr{
    background-color: var(--main-color1);
    width: 2px;
    display: inline-block;
    padding: 40px 0;
    margin-bottom: -8px;
}
.brdrGray{
    background-color:#ebebeb;
}
.socialIcons{
    padding: 0 10px;
}
.caption {
    padding: 0 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: #ffffffad;
    display: flex;
    align-items: center;
}
.caption .titleSlide{
    font-size: 33px;
    font-weight: 900;
    color:#333;
}
.caption .subtitleSlide{
    font-size: 14px;
    font-weight: 600;
    padding:15px 0;
    color:#535353;
}
.caption h1{
    font-weight: 900;
}
.connectUs{
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto;
}
.connectUs a{
    display: flex;
    justify-content: center;
}
.social{
    margin-top:8px;
    display: -ms-flexbox;
    display: flex ;
    z-index:999999;
    margin-left: -10px;
}
#about{
    padding: 80px 0 160px 0;
    background: rgb(236,237,244);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#slider{
    position: relative;
    z-index: 1;
}
#slider img{object-fit:cover}
.instaBack,.fbBack,.wpBack{
    width: 85px;
    margin:20px 0;
    background-repeat:no-repeat;
}
#slider video{width:100%;height:100%;object-fit:contain}
.instaBack:hover,.fbBack:hover,.wpBack:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.instaBack img,.fbBack img,.wpBack img{
    width:100%;
}
.aboutText1{
    z-index: 7;
    text-shadow: none;
    visibility: visible;
    text-align: center;
    line-height: 17px;
    letter-spacing: 8px;
    font-weight: 400;
    font-size: 14px;
    border-color: rgb(89, 89, 89);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(68, 68, 68);
    text-decoration: none;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.aboutText2{
    z-index: 6;
    letter-spacing: 20px;
    visibility: visible;
    text-align: center;
    line-height: 102px;
    font-weight: 600;
    font-size: 27px;
    border-color: rgb(89, 89, 89);
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgba(16, 16, 16, 0.9);
    text-decoration: none;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.detailAbout{
    z-index: 8;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    letter-spacing: 5px;
    visibility: visible;
    text-align: left;
    line-height: 35px;
    font-weight: 700;
    font-size: 12px;
    border-color: rgb(16, 16, 16);
    border-style: solid;
    border-width: 2px;
    margin: 0px;
    border-radius: 0px;
    padding: 0px 30px;
    color: rgb(16, 16, 16);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    display: inline-block;
    transition:1s all ease;
}
.detailAbout:hover{background-color:rgb(16,16,16);color:white;}
#roundphoto {
    overflow: hidden;
    padding: 4px;
    float: right;
    margin-bottom: 0;
    background-color: #A6DE3E;
    transform: skew(-10deg);
    margin: -80px 0 -50px 0;
    height: 617px;
    width: 400px;
    position: absolute;
    right: 0;
}
#roundphoto img{
    transform: skew(10deg);
    object-fit: contain;
    width: 350px;
    max-height: 600px;
    position: absolute;
    bottom: -50px;
}
.backgroundYel{
    background-image: url("../img/anaseyfe.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.detail{
    color: #515151;
    border: 3px solid #bad573;
    padding: 10px 70px;
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-size:13px;
    border-radius:10px;
    margin: 30px 0;
}
#staticPages .staticContent{
    padding: 50px 25px;
    background-color: white;
    margin-top: -35px;
    box-shadow: 0px 0px 25px 0 #f0f0f0;
    margin-bottom: 50px;
    font-size:14px;
    line-height:26px;
    font-weight: 500;
}
.galleryPage .crop {
    overflow:hidden;
}
.detail:hover, .detail:focus {
    color: #515151;
}
.detail:hover, .detail:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #acc56d;
  }
}
.backOval{
    background-color: #f5fef57a;
    margin: 0 -157px;
    padding: 126px 0 90px 0;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 87%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 87%);
    margin-top: 0;
    z-index: 999999;
    position: relative;
}
#why{
    overflow: hidden;
    position:relative;
    margin-top:-175px;
}
.title{
    color:#333;
    font-weight: 900;
    margin: 45px 0;
    text-align: center;
    font-size:24px;
}
.box{
    background-color: white;
    padding: 12px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.boxText2 {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    color: #666666;
}
.boxText1{
    font-size: 24px;
    color: #333;
    font-weight: 700
}
.boxRound{
    background-color: #9ff900;
    border-radius: 100%;
    font-size: 48px;
    color: white;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    text-align:center;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    margin:0 auto;
    top:-40px;
    right:0;
    }
.boxRound::before{
    position: absolute;
    content: '';
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    background-color: #addd83;
}
.boxRoundText{
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0;
    text-align: center;
}
.dropdown-menu {
    position: absolute;
    z-index: 99999;
    background-color: white;
    padding: 16px 0;
    border-radius: 3px;
}
.dropdown-menu ul li{
    padding: 8px 35px;
    font-size:14px;
}
.dropdown-menu ul li:hover{
    background-color:#a7de00;
}
.dropdown-menu ul{
    padding-left: 0;
    list-style-type: none;
}
.dropdown-menu ul li a{
    color: #5d5d5d;
    font-weight: 700;
}
.dropdown-menu ul li:hover a{
    color:white
}
/*Gallery*/
#gallery .col-md-12 .prev,
#gallery .col-md-12 .next {
    position: fixed;
    top: 0;
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
    color: rgba(255,255,255,.5);
    font-size: 8rem;
    font-family: monospace;
    transition: all .2s;
    cursor: pointer;
}

#gallery .col-md-12 .prev:hover,
#gallery .col-md-12 .next:hover {
    color: rgba(255,255,255,.8);
}

#gallery .col-md-12 .prev {left: -25%;}
#gallery .col-md-12 .next {right: -25%}

#gallery .active .prev {left: 0;}
#gallery .active .next {right: 0;}

#gallery .col-md-12,.galleryCont {
    margin: auto;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}

#gallery .col-md-12 div {
    text-align: center;
    padding: 1rem 0;
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    background: rgba(0,0,0,.2);
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#gallery .col-md-12 div img,.galleryPage .crop:hover img,.galleryPage .crop img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

#gallery .col-md-12 div.show::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 555;
    width: 100vw;
    height: 100vh;
    top: 0; left: 0;
    background: rgba(0,0,0,.6);
}

#gallery .col-md-12 div.show img {
    position: fixed;
    top: 0; left: 0;
    margin: 30px;
    align-self: center;
    object-fit: contain;
    z-index: 666;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    filter: drop-shadow(0 3px 15px black);
}

#gallery .col-md-12 div:not(.show):hover img,.galleryPage .crop:hover img {
    cursor: pointer;
    transform: scale(1.3);
}

#gallery .col-md-12 .active div:not(.show) img {
    filter: blur(3px);
}
/*end*/
/*Xidmetler section*/
.overlay,.overlay2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3b8622bf;
}
.overlay2{
    background-color: #2f352d85;
    z-index:1;
}
#xidmetler {
    background: #d1f181;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    background-image: url(../img/sport2.jpg?v=1);
    background-size: cover;
    position: relative;
    margin-top: -212px;
}
.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    display: none;
}
.wpp {
    height: 100%;
    text-align: center;
    background-color: #0DC143;
    color: #fff;
    padding: 18px 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.wpp a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.fixed-nums .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pad0{
    padding:0 !important;
}
.xidmetlerTitle{
    padding: 109px 0 0 0;
    position: relative;
    margin-bottom: 72px;
    font-size:24px;
    color: #ffffff;
}
.commentsTitle{
    color:#333;
    padding: 60px 0 0;
    font-size:24px;
    position: relative;
    font-weight: 900;
    text-align: center;
}
.galleryTitle{
    padding: 155px 0 0 0;
    margin-bottom: 55px;
}
.videogalleryTitle{
    padding: 50px 0 0 0;
}
.box2{
    background-color: white;
    border-radius: 5px 5px 0 0;
    margin-bottom: 50px;
    position:relative;
}
.staticContent .box2{
    box-shadow: 0px 0px 13px 9px #dedddd;
}
.box2:hover {
    background: #eaffeb;
}
.dot{
    transform: rotate(180deg);
    position: absolute;
    bottom: -9px;
    width: 100%;
}
.whytext{
    font-weight: 900;
    color: #666666;
    text-align: center;
    margin-top: 40px;
}
.round{
    position: relative;
    height: 115px;
    overflow: hidden;
    border-radius: 4px;
}
.round:before{
    background-color: #bae0b6;
    content: "";
    height: 100%;
    position: absolute;
    bottom: 96%;
    left: 0;
    right: 0;
    width: 105%;
    -webkit-transform: scale(3);
    transform: scale(3);
    max-width: 154px;
    border-radius: 100%;
    margin: 0 auto;
    background-image: url(../img/pattern.png);
    background-size: cover;
}
.roundCont{
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 9999999;
    padding: 5px;
    bottom: 85px;
    background: transparent;
    border-radius: 100%;
    border: 5px solid #bae0b6;
}
.imgCont{
    padding: 20px;
    background: white;
    border-radius: 100%;
}
.sekilround{
    position: absolute;
    border-radius: 100%;
    background: white;
    padding: 20px;
    width: 130px;
    height: 130px;
    border: 3px solid #2d6615;
    top: 69px;
}
.roundcont{
    display: -ms-flexbox !important;
  display: flex !important;
    -ms-flex-pack: center !important;
  justify-content: center !important;
  
}
.qosul {
    background-color: #73ca59;
    padding: 17px 40px;
    border-radius: 7px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    transition: 200ms all ease;
}
.staticContent .col-12:nth-child(2) .qosul,#xidmetler .col-12:nth-child(2) .qosul{
    animation: play 2s ease infinite
}
@keyframes play{
0% {
    transform: scale(1);
}
15% {
    -webkit-box-shadow: 0 0 0 5px rgb(115 202 89 / 33%);
    -moz-box-shadow: 0 0 0 5px rgb(115 202 89 / 33%);
    box-shadow: 0 0 0 5px rgb(115 202 89 / 33%);
}

25% {
    -webkit-box-shadow: 0 0 0 10px rgb(115 202 89 / 33%), 0 0 0 20px rgb(115 202 89 / 33%);
    -moz-box-shadow: 0 0 0 10px rgb(115 202 89 / 33%), 0 0 0 20px rgb(115 202 89 / 33%);
    box-shadow: 0 0 0 10px rgb(115 202 89 / 33%), 0 0 0 20px rgb(115 202 89 / 33%);
}
25% {
    -webkit-box-shadow: 0 0 0 15px rgb(115 202 89 / 33%), 0 0 0 30px rgb(93, 173, 0);
    -moz-box-shadow: 0 0 0 15px rgb(115 202 89 / 33%), 0 0 0 30px rgb(93, 173, 0);
    box-shadow: 0 0 0 15px rgb(115 202 89 / 33%), 0 0 0 30px rgb(115 202 89 / 33%);
}
}
.qosul:hover {
    color: white;
    background-color: #2d6615;
}
.lang a{
    color: #5d5d5d;
    font-weight: 500;
    font-size:13px;
    margin:3px;
    position: relative;
}
.lang a:hover{
    color:#a7de00;
}
.lang a:first-child img {
    margin-bottom: -8px;
}
.lang{
   margin-bottom: -9px;
}
.contentBox{
    bottom: 30px;
    text-align: center;
    margin-top: -27px;
    position: relative;
}
.xidmetText2 {
    margin: 20px 0 !important;
    line-height: 1.7;
    color: #919191;
    font-size: 14px;
    text-align: left;
    min-height: 345px;
    border-bottom: solid #e5e5e5;
    padding-right: 10px;
    padding-left: 25px;
}
.staticContent .xidmetText2{
    min-height:350px;
}
.price {
    margin: 30px 0 44px 0;
    font-weight: bold;
    font-size: 20px;
    color:#333;
}
.price-new{
    color:#73cb58;
}
.old-price{
    text-decoration: line-through;
    font-size: 15px;
    color: red;
    margin-right:5px;
}
.xidmetText2 li{
    display: flex;
    list-style-type: none;
    font-size: 13px;
}
.xidmetText2 li i{
    color:#468134;
    padding-right:13px;
    padding-top: 6px;
}
.xidmetText1 {
    font-weight: 900;
    font-size: 15px;
    color:#333;
    border-bottom: solid #e5e5e5;
    border-width: 2px;
    padding-bottom:25px;
}
.boxfb,.boxinsta,.boxwp{
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-clip: padding-box;
    padding: 25px 15px;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(322deg, #1b408d 0%, #6187d7 100%);
    color: white;
    font-size: 40px;
}
.socialCont{
    padding: 50px 120px;
}
.boxinsta{
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, red 0%, yellow 100%);
}
.boxwp{
    background-image: linear-gradient(322deg, #038c59 0%, #31fb8d 100%);
}
.socialCont .col-md-4:hover{
    transform:translateY(-10px);
}


/*Footer Style*/
.jeYBgV {
    color: rgb(157, 157, 157);
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
}
.hPdFwU {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fFcFWy {
    font-size: 11px;
    background: rgb(233, 233, 233);
}
.u1hizw-0{
    padding: 46px 0px 20px;
}
.hDuqyl:hover {
    color: rgb(118, 188, 33);
}
.end {
    background-color: rgb(217, 217, 217);
    padding: 11px 0;
}
.end .col-md-6{
    display:flex;
    align-items:center;
}
.djQCZQ {
    text-decoration: none;
    margin-right: 9px;
    background-color: #26d366;
}
.jxMFMN {
    text-decoration: none;
    background-color: #007bff;
}
.jxMFMN:hover,.djQCZQ:hover{color:white;opacity:0.7;}
.jxMFMN,.djQCZQ {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.jStWde {
    width: 174px;
    height: 36px;
    background-image: url('../img/payment.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.siteBy{
    height:36px;
}
.eOPAmQ{
    color: rgb(157, 157, 157);
}
.kmJgWP {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 24px;
    color: rgb(67, 67, 67);
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.clearfix {
    clear: both;
}
.base.shortstory {
    width: calc(33.333333% - 20px);
    float: left;
    padding: 30px 40px;
    background-color: white;
    margin-top: -35px;
    box-shadow: 0px 0px 25px 0 #f0f0f0;
    margin-bottom: 70px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 26px;
}
.cFycXF {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
    color: rgb(85, 85, 85);
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
}
.dglOAZ {
    display: block;
    position: relative;
    color: rgb(157, 157, 157);
    font-size: 12px;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 16px;
    margin-bottom: 10px;
}
.gfQXmI {
    margin-top: 20px;
}
.jeYBgV:hover {
    color: rgb(118, 188, 33);
}
.cUBMUe {
    background: url(../img/footerIconFacebook.3ef38959.svg) 0% 0% / cover no-repeat;
}
.gNHLuU {
    background: url(../img/footerIconInstagram.0f422be2.svg) 0% 0% / cover no-repeat;
}
.epjzYx {
    background: url(../img/footerIconVkontakte.06482c0c.svg) 0% 0% / cover no-repeat;
}
.kZUlJn {
    background: url(../img/footerIconOdnoklassniki.50e790b0.svg) 0% 0% / cover no-repeat;
}
.buMMOE {
    background: url(../img/footerIconYoutube.d3164a66.svg) 0% 0% / cover no-repeat;
}
.dcAKsj {
    font-size: 12px;
    color: rgb(157, 157, 157);
    padding-bottom: 10px;
    line-height: 16px;
}
.hKVfSs {
    margin-bottom: 28px;
}
.cUBMUe,.gNHLuU,.epjzYx,.kZUlJn,.buMMOE{
    width: 24px;
    height: 24px;
    display:inline-block;
    opacity: 0.3;
    text-decoration: none;
    margin-right:5px;
    transition:500ms all ease;
}
.cUBMUe:hover,.gNHLuU:hover,.epjzYx:hover,.kZUlJn:hover,.buMMOE:hover{
    opacity:1;
}
/*end*/
/*Gallery Section*/
#gallery{
    background-color: #f9f9f9;
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 84%, 0 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 84%, 0 100%);
    padding-bottom: 160px;
    margin-top: -160px;
}
.blog-descr{
    margin-top: 10px;
    line-height: 17px;
    font-size: 13px;
    min-height: 34px;
}
#bloq{
    background-color: #d9edd6;
     -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%); 
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    padding-bottom: 100px;
    margin-top: -119px;
}
  .navbar-expand-lg .navbar-nav .nav-link {
    color:#2c4269;
    font-weight: 700;
    transition:100ms all ease;
    padding:15px 10px 3px 10px;
  }
  /*Slide*/
  .capCont{
      height: 100%;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:2;
  }
  .capContOwn{
    right: 0;
    left: 35%;
  }
  .capContOwn .caption{
      background-color: #ffffff75;
  }
  .capContOwn .caption .subtitleSlide{
      color:black;
  }
  .capCont .row{
      height:100%;
  }
  #contactForm h1,#staticPages h1{
      padding:85px 0;
      background-color:#a7de00;
      color:white;
      margin:0;
      background-image:url('../img/slider1.png');
      background-size: cover;
  }
  .container.contactFormCont {
    padding: 30px 15px;
    }
#videogallery iframe {
    width:100%;
}
#videogallery {
    background-color: #f1efef;
    -webkit-clip-path: polygon(0 0%, 100% 9%, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 82%, 0 100%);
    padding: 5px 0 85px 0;
    margin-top: -83px;
    z-index: 999999;
    position: relative;
    margin-bottom: -216px;
}

.video-gal {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 20px;
    margin-bottom: 10px;
    background: white;
    position:relative;
} 
.video-gal .video-circle {
    border-radius: 100%;
    background: #8b8b8b;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
}
.video-gal .video-circle i {
    color: white;
    font-size: 30px;
    margin-top: 10px;
}
.videoGallery iframe{
    margin:20px;
    width:calc(50% - 40px);
    box-shadow: 1px 4px 12px 0px grey;
}
.icon-bar{
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
    background-color: #313131;
    border-radius:50%;
    
}
 .icon-bar + .icon-bar {
    margin-top: 8px;
}
#video_background_video_1_yt{
    width: 100%;
    height: 700px;
    margin-top: -155px;
    margin-bottom: -155px;
}
    
    
    
    
    
    
    
    
    
    
/*Higlight CSS*/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
/*end*/


.maincont .crop img,.full-story img {
    border-radius: 4px;
}

.mute{
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    z-index: 20;
    background-size: 35px;
    background-repeat: no-repeat;
    left: 10%;
}
#comments{
    background-color: #fffff3;
    padding-bottom:60px;
}
/*Media Queries*/
@media (max-width: 768px) {
    .inq-h3{margin:0;}
    .carousel-indicators{
            text-align: right !important;
    width: auto !important;
    margin-right: 30px !important;
    left:auto;
    padding:0;
        
    }
    .aboutText2 {
    letter-spacing: 13px;
    line-height: 31px;
    margin: 10px;
    font-size: 17px;
    }
    .aboutText{
    letter-spacing: 5px;
    font-weight: 400;
    font-size: 11px;
    }
    #about {
    padding: 50px 0 180px 0;
    }
    .aboutCont .quote{
        margin-top: 117%;
    }
    #slider video{
        object-fit: cover;
    }
    .carousel-inner,.carousel-item{height:200px;max-height:inherit !important;}
    .aboutCont .crop {
    float: left;
    width: 100%;
    }
    .why .crop {
    float: left;
    width: 100%;
    text-align: center;
    }
    .why img {
        float:none !Important;
    }
    .aboutCont .crop img {
    float: left !important;
    width: 100%;
    }
    .ustt img {
        width:33px;
        margin-right: 4px;
    }
    .maincont .crop img {
    width: 100%;
    border-radius: 4px;
}
    .ustt {
        width:100% !important;
            padding: 2px;
            font-size: 12px;
    }
    .caption .subtitleSlide {
    font-size: 12px;
    }
    .caption .titleSlide {
    font-size: 20px !important;
    }
    #video_background_video_1_yt{
    margin-top: -95px;
    height: 525px;
    margin-bottom: -99px;
    }
    #nav-menu{padding:9px 0;}
    .videoGallery iframe {
    margin: 20px;
    width: calc(100% - 40px) !important;
    }
    .backOval {
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 91%);
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 91%);
    }
    .navbar-toggler{
        right: 0;
    }
    .contactFormCont iframe {
    width: 100%;
    }
    .js-tilt{
      text-align:center;
    }
    .brdrGreen{
        margin-right: auto;
    }
    .caption h1 {
    font-size: 37px;
    text-align: center;
    }
    .connectUs{
        bottom:-49%;
    }
    #about .col-sm-12.col-md-5.col-lg-4 .d-flex{
        justify-content:center;
    }
    .backgroundYel{
        display:flex;
        justify-content:center;
        margin-top:20px;
    }
        .mrMed{
        margin-bottom:25px;
    }
    #about .col-sm-12{
        text-align:center;
    }
    .instaBack, .fbBack, .wpBack {
        display: inline-block;
        margin:0;
        margin-bottom: 20px;
    }
    .brdrGray{display:none;}
    .instaBack img, .fbBack img, .wpBack img {
        width: 75%;
    }
    .backgroundYel img{
        margin-bottom: -48px;
    }
    .lang {
    left: 52%;
    top: 30px;
    position: absolute;
    }
    .social {
    display: none;
    }
}

@media (max-width: 992px){
    .full-story img{width:100%;}
    #gallery .col-md-12 div img, .galleryPage .crop:hover img, .galleryPage .crop img{object-position: center;}
    #roundphoto{
    float: none;
    margin: 0 auto;
    text-align: center;
    height: auto;
    margin-bottom: 50px;
    width:45%;
    position: static;
    }
    #roundphoto img{
    width: 100%;
    height: 100%;
    position: static;
    margin-bottom: -20px;
    }
    .mr{width:100%;}
    .brdr{display:none;}
    .block{
    background-color: transparent !important;
    }
    .base.shortstory {
        width:100%;
    }
    #bloq .base.shortstory{
    margin-right:0;
    }
    #staticPages .staticContent {
    padding: 25px 10px;
    }
    .brdrGrayLang{
        display:none;
    }
    .apply-iframe{
            height: 900px;
    }
    #contactForm iframe{
        height: 1000px !important;
    }
    .title{
        margin-bottom:30px;
    }
    #gallery,#bloq {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
    margin-top: -148px;
    }
    #bloq .bloqbody{
        margin: 50px 0 0 0;
    }
    #videogallery{
        -webkit-clip-path: polygon(0 0%, 100% 5%, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 90%, 0 100%); 
    }
    #xidmetler {
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
        margin-top: -157px;
    }
    
    .box{
        margin-bottom:20px;
    }
    .navbar-toggler{
        position: absolute;
        top: 23px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .boxRound {
    margin: 62px auto 40px auto;
    position:relative;
    top: 0;
    }
    .videoGallery iframe {
    width: calc(50% - 40px);
    }
    .fixed-nums {
    display: block;
    }
    footer{
    text-align: center;
    margin-bottom: 53px;
    }
    .kmJgWP,.cFycXF,.end .col-md-6{
        justify-content:center !important;
    }
    .jStWde{
        margin:0 auto;
    }
    
}
@media (max-width: 991px){
    .carousel-item img{height:100%;}
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
        padding-bottom:30px;
    }
        .brdrGreen{
        margin-bottom:0;
    }
    .caption{display:none;}
}
@media (max-width: 576px){
    .slideMobileVideo{
        width: 100%;
        height: auto;
    }
    .slideMobileVideo img {
        width: 100%;
        margin-top: -16%;
        margin-bottom: -16%;
    }
    .slideMobileVideo iframe{
        width: 100%;
        height: 308px;
        margin-top: -59px;
        margin-bottom: -8px;
    }
    #video_background_video_1_yt{
    margin-top: -75px;
    height: 100%;
    margin-bottom: -80px;
    }
    .galleryPage .crop{
        width:100% !important;
    }
    .socialCont {
    padding: 50px 64px;
    }
#videogallery iframe {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
.carousel-indicators{
    right: 0;
    bottom: 0 !important;
}
.backOval .row{
    margin:0 157px;
}
}
@media (max-width: 396px){
.caption h1 {
    font-size: 9px;
    margin-right: 3px;
    margin-bottom: 14px;
}
#about .col-sm-12.col-md-5.col-lg-4{
    overflow:hidden;
    }
    .lang {
    left: 47%;
    top: 28px;
    }
    .navbar-brand img{
        width:140px;
    }
    .navbar-toggler {
    top: 20px;
    }
}

  
/* sm */
@media (min-width: 769px) and (max-width: 991px) { 
.avatar img {
    margin-right:3px;
}
    .ongorunus img {
        width:100%;
    }
    .navbar-toggler{
        right: 0;
    }
    .brdrGreen{
        margin-right: auto;
    }
    .backgroundYel img{
        display:none;
    }
    .lang{
        position: absolute;
        left: 30%;
        top: 33px;
    }
    .social{
        position: absolute;
        right: 19%;
    }
 }
 
/* md */
@media (min-width: 992px) and (max-width: 1199px) { 
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size:13px;
    padding: 15px 5px 3px 5px;
    }
    .caption {
    padding: 60px 15px;
    }
    .caption .titleSlide {
    font-size: 23px;
    }
    .caption .subtitleSlide {
    font-size: 10px;
    }
    .mr{
        width: 94%;
    }
    #roundphoto{
        height: 756px;
    }
    #roundphoto img {
    width: 390px;
    height: 812px;
    bottom: -90px;
    max-height:inherit;
    }
  }
@media (min-width: 1200px){
    .galleryCont{min-width:1140px;}
  .layer{
    left: -46px;
    margin:-30px 0;
    width: 108% !important;
    height:108%;
  }
  .apply-iframe{
    padding: 0 145px;
    }
}
@media (min-width: 1200px){
    .nav-item:hover .dropdown-menu{
        display:block;
    }
}
@media (min-width: 992px){
#nav-menu li.nav-item {
    padding-bottom: 28px;
    padding-top: 20px;
}
#nav-menu li.nav-item .dropdown-menu{
    top: 84px;
    border-top: 3px solid #a7de00;
    background-color: white;
}
}
@media (min-width: 768px){
#gallery .col-md-12 .horizontal,.galleryPage .crop:nth-child(3),.galleryPage .crop:nth-child(7),.galleryPage .crop:nth-child(11),.galleryPage .crop:nth-child(17),.galleryPage .crop:nth-child(19),.galleryPage .crop:nth-child(29),.galleryPage .crop:nth-child(31) {
    grid-column: span 2;
}

#gallery .col-md-12 .vertical,.galleryPage .crop:nth-child(2),.galleryPage .crop:nth-child(13),.galleryPage .crop:nth-child(21),.galleryPage .crop:nth-child(25) {
    grid-row: span 2;
}
}
