
/* k.s.s :) */

.d-block{ display: block !important }
.d-none{ display: none !important }

.w-100{ width: 100% !important }

.mr-1{
	margin-right: 1rem;
}
.mr-2{
	margin-right: 2rem;
}
.mr-3{
	margin-right: 3rem;
}
.mr-4{
	margin-right: 4rem;
}
.mr-5{
	margin-right: 5rem;
}
.form-control {
    border: 1px solid #999;
}
.sidebar .widget .widget-title{
	margin-bottom: 10px;
}
.widget ul.list {
    margin-top: 0px;
	padding-left: 20px;
	list-style: disc;
}
.widget ul.list li, .widget .post {
    padding: 0;
    border-bottom: 0;
    line-height: 1.4;
    margin: 0;
}
.widget ul.list li a {
	font-weight: 400;
}

.badge-secondary{
	background: white;
    color: #1176aa;
    border: 1px solid #1176aa;
    font-weight: 400;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
}

.video-thumbnail:hover::after {
	color: #eee;
	font-size: 50px;
}

.video-thumbnail::after {
  content: '▶'; /* Play işarəsi */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.7); /* Kölgə effekti */
  pointer-events: none; /* klikləri bloklamasın deyə */
}


::-webkit-scrollbar {
    width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}

::-moz-scrollbar-track {
  background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
    background: #F88147;
    border-radius: 10px;
}

::-moz-scrollbar-thumb {
  background: #F88147;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1176aa;
}

::-moz-scrollbar-thumb:hover {
  background: #1176aa;
}

.lnks a{ color: #1176aa }
.lnks a:hover{ color: #F88147 }

.rbt-header .logo a img,
.logo a img {
	max-height: 130px;
    margin-top: -40px;
}

.rbt-splash-slider .inner .title {
    font-size: 62px;
}


.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-bottom-color: green !important;
}
.parsley-error{
	border-bottom-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}

.f_e:focus{
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none;
	background: none;
}

div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}

.informations ul,
.informations ol {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 30px;
}

.details{
	text-align: justify;
}

.informations ul li,
.informations ol li {
    font-family: "helvetica300";
    font-size: 20px;
    line-height: 32px;
    color: #4d4d4d;
}
.informations ul li {
    list-style: disc;
}
.informations ol li {
    list-style: inherit;
}

.rbt-btn.rbt-marquee-btn.marquee-auto span {
    animation: btnTxtMarqueeX 5s linear infinite;
}

.rbt-flipbox-front{
	display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: 100%;
/*     position: absolute;
    top: 0;
    left: 0; */
}

.bgr-seho{
	position: relative;
	background-size: cover;
	padding: 170px 0 100px !important;
}
.bgr-seho:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:-1;
/* 	background: url(../../themes/4/assets/images/splash/bg/bg-2.png);
    background-size: 100% 500%;
    background-repeat: no-repeat; */
	background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-primary) 100%) !important;
    opacity: .1;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.menuzord-brand img {
    max-height: 160px;
    position: absolute;
	transition: .3s;
}

.shrink .menuzord-brand img {
    max-height: 85px;
}

.tp-caption p{
	margin: 0;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}


@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.btn-whatsapp-pulse .fab {	
	animation: skew-y-shaking 1.5s linear infinite;
}
@keyframes skew-y-shaking {
	0% { transform: skewY(-15deg); }
	5% { transform: skewY(15deg); }
	10% { transform: skewY(-15deg); }
	15% { transform: skewY(15deg); }
	20% { transform: skewY(0deg); }
	100% { transform: skewY(0deg); } 
}

/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    pointer-events: none;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #d05aff;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #3257ef;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #d05aff;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3257ef;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #d05aff;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #3257ef;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #d05aff;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #3257ef;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #d05aff;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #3257ef;
}

.bubble {
    position: absolute;
    border-radius: 2px;
    box-shadow: none;
    width: 5px;
    height: 5px;
}
/*==========Bubbles Animation CSS End==========*/


/*========Loader=========*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,84,33,.3),0 0 0 1em rgba(255,84,33,.3),0 0 0 3em rgba(255,84,33,.3),0 0 0 5em rgba(255,84,33,.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255,84,33,.3),0 0 0 3em rgba(255,84,33,.3),0 0 0 5em rgba(255,84,33,.3),0 0 0 8em rgba(255,84,33,0)
    }
}

@-webkit-keyframes circle-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255,84,33,.3),0 0 0 1em rgba(255,84,33,.3),0 0 0 3em rgba(255,84,33,.3),0 0 0 5em rgba(255,84,33,.3)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255,84,33,.3),0 0 0 3em rgba(255,84,33,.3),0 0 0 5em rgba(255,84,33,.3),0 0 0 8em rgba(255,84,33,0)
    }
}

.up-down {
    animation: up-down 4s alternate infinite;
    -webkit-animation: up-down 4s alternate infinite
}

.up-down-new {
    animation: up-down 8s alternate infinite;
    -webkit-animation: up-down 8s alternate infinite
}

@keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.left-right {
    animation: left-right 5s cubic-bezier(.41,.04,.03,1.1) infinite;
    -webkit-animation: left-right 5s cubic-bezier(.41,.04,.03,1.1) infinite
}

.left-right-new {
    animation: left-right 8s cubic-bezier(.41,.04,.03,1.1) infinite;
    -webkit-animation: left-right 8s cubic-bezier(.41,.04,.03,1.1) infinite
}

.lh-14{line-height: 1.4}

@keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0)
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translatex(-50px)
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0)
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0)
    }

    50% {
        transform: translatex(-50px);
        -webkit-transform: translatex(-50px)
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0)
    }
}

.spine {
    animation: spine 5s linear infinite;
    -webkit-animation: spine 5s linear infinite
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.spine-r {
    animation: spine-r 5s linear infinite;
    -webkit-animation: spine-r 5s linear infinite
}

@keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes spine-r {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.spine2 {
    animation: spine 8s linear infinite
}

@keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes spine2 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.rotated-style {
    -webkit-animation: rotated-style 30s linear infinite
}

@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.veritcal-two {
    animation-name: veritcal-two;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes veritcal-two {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}

.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999999
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
    border: 5px solid #F88147;
    border-radius: 50%;
	opacity: .7
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    height: 140px;
    border-top: 4px solid #53ce25;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out
}

.loader .loader-icon {
	position: absolute;
    top: 56%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
	width: 115px;
}

.loader.orange-color .loader-container:before {
    border-color: #dd022c
}

.loader.yellow-color .loader-container:before {
    border-color: #f4bf00
}

.loader.purple-color .loader-container:before {
    border-color: #4e49a1
}

.loader.green-color .loader-container:before {
    border-color: #0c8b51
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

/*========Loader=========*/


@media only screen and (max-width: 992px){


    .blog-pull-right {
		float: none;
	}
	.mb-sm-10 {
        margin-top: 5px !important;
    }
	.mb-sm-10 {
        margin-bottom: 5px !important;
    }
	
	.menuzord .showhide {
		padding: 15px 0 0;
	}
}

@media only screen and (max-width: 500px){


    /*.seset {
        width: 78%;
    }*/

    .rbt-splash-slider .inner .title{
        font-size: 45px;
    }
    .mob-txt-sm{
        font-size: 35px;
    }
    .mob-hide{
        display: none !important;
    }
	.menuzord-brand img {
		max-height: 85px;
	}
	.shrink .menuzord-brand img {
		max-height: 38px;
	}

}


/**@swipper addon goes here*/

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper {
      height: 450px;
      width: 100%;
    }

    .mySwiper2 {
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper2 swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper2 .swiper-slide-thumb-active {
      opacity: 1;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/**@swipper addon goes here*/
