/*---*-*---*-*---*/
.tr-45{
	transform: rotate(45deg);
}
.bg-img{
    background-size: 40%;
    background-position: bottom left;
    background-repeat: no-repeat;
}
/*---*-*---*-*---*/
.w-auto{
	min-width: auto !important;
}
.dir-filt select{
	width: 170px;
}
.table-s th{
	padding: 5px !important;
	text-align: center;
}

.table-s td{
	text-align: center;
	padding:3px 10px;
}

th.rotate {
	padding: 10px 5px !important;
	white-space:nowrap;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px;
    writing-mode: vertical-rl;
}

#dataTable tbody tr:hover{
	background: rgb(255 202 0 / 11%);
}

.btm-dott tr:not(:last-child){
	border-bottom:1px dashed #e1e1e1; 
}
.btm-dott tr td{
	padding: 10px !important;
}

.h5, h5 {
    font-size: 1.25rem;
    font-weight: 500;
}
th{
	font-weight: 500;
}

._filters .badge{
	padding: 5px 7px;
}
._filters .fas.fa-times-circle{
	cursor: pointer;
}
._filters .fas.fa-times-circle:hover{
	color: yellow;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: .75rem;
    padding-right: .75rem;
}
.mw-100{
	min-width: 100px;
}
.w-180{
	width: 180px;
}

.w-2{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.sb-ml{
	margin: 0;
	padding: 0;
}
.sb-ml li{
	margin-left: 1rem; 
}
.sb-ml div{
	margin-top: -3px;
}

.mr-80{
	margin-right: 80px !important;
}
.mr-90{
	margin-right: 90px !important;
}
.l-h-1{
	line-height: 1;
}
.tags{
	display: inline-block;
	padding:3px 10px;
	background-color: #f4fdff;
    border: 1px solid #b0d6ff;
	border-radius: 4px;
	margin: 0 5px 5px 0;
}

.frms li li:first-child{
	padding-top: 8px;
}
.frms li li:last-child{
	padding-bottom: 8px;
}

.tags:hover{
	text-decoration: none;
}

.inset-shadow-box{
    border-bottom: 1px solid #fff;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: inset 0 0 13px rgba(0,0,0,0.125);
}

.no-wrap{
	white-space: nowrap;
}

.table td, .table th {
    padding: 0.3rem 0.5rem;
    font-size: .95em;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}
.table-responsive>.table-bordered {
    border: 1px solid #e3e6f0;
}

.table{
	min-width: 100% !important;
}

.table.p-0 td, .table.p-0 th{
	padding: 0 !important;
}

.rotate-45{
	transform: rotate(-45deg);
    display: inline-block;
    transform-origin: center;
    font-size: .7rem;
}
.rotate-90{
	transform: rotate(90deg);
    display: inline-block;
    transform-origin: center;
    font-size: .7rem;
}

.text-ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.td_sa:hover{
	cursor: pointer;
	background: rgba(0,255,83,.11);
}

.abs_rt{
	position: absolute;
    right: 7px;
    top: 7px;
}

.abs_lt{
	position: absolute;
    left: 0px;
    top: -40px;
}

.del_item, td .fa-pen{
	opacity: .5;
	transition: .3s;
}
.del_item:hover, td .fa-pen:hover{
	opacity: 1;
}

.f_e, .select2{
	margin-bottom: 10px;
}

.home-list{
	max-height: 620px;
	overflow-y: auto;
}

.sinif-area ol{
	list-style: none;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*wizard*/
.content-ss{
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: inset 0 0 13px rgba(0,0,0,0.125);
}

.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border: 1px solid green !important;
}
.parsley-error{
	border: 1px solid red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}

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;
}


.message{}
.message h2{font-weight:normal; font-size:16px; margin-top:0; }
.message p{
	margin-bottom: 5px;
} 
.message p label{
	display: inline-block;
    width: 100px;
    font-weight: normal;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.message p span{display:inline-block; width:60px;}
.message p abbr{display:block; background:#ddd; overflow:hidden; border:1px solid #aaa; border-right-color:#fff; border-bottom-color:#fff;}
.message p abbr em{display:block; height: 5px; width:100%; background:#738A8D;}
.message div{margin:20px 0; }
.relative{
	position: relative;
}
.izah{
	/* position: absolute;
    bottom: 0px;
    left: 0; */
    padding: 5px 10px;
}
.variantlar .text-success {
    color: #5cb85c;
}
.variantlar .text-danger {
    color: #ea1f19;
}
.variantlar label:hover {
	cursor: pointer;
}

.active_page {
    box-shadow: 0 1px 1px yellow, 1px 0 1px yellow, -1px 0 1px yellow, 0 -1px 1px yellow, 0 0 7px yellow;
    margin-top: -5px;
}

#page_navigation .btn-danger {
    color: #fff;
    background-color: #ea1f19;
    border-color: #d62923;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f4fdff;
    border: 1px solid #b0d6ff;
}
.select2-container--default .select2-results__option--selected {
    background-color: #eef7ff;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
	margin-right: 5px;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

#test_form #content{
	margin: 0;
	padding: 0;
	list-style: none;
}

table.cvk tr>th{
	vertical-align: middle;
}

.form-group{
	margin-bottom: 15px;
	
}

.btn-outline-warning.active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:active,
.btn-outline-warning:active:hover {
    color: #000;
    background-color: transparent;
    border-color: #ffc107;
}

.cvb.active{
	background: #ffc107!important
}
.cvb{
	width: 2.5rem;
    margin: 0 auto;
    height: 2.5rem;
    line-height: 2.3rem;
    position: relative;
    cursor: pointer;
}
.cvb input[type="checkbox"]{
	display: none;
}

.brd-clr{
	border-color: #ffcb2f;
}

.cvb.mini {
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
}
.ext-btn{
	cursor: pointer;
}

._gr {
    background: #5cb85c;
    border-color: #5cb85c !important;
    color: white;
}

._re {
    background: #ea1f19;
    border-color: #ea1f19 !important;
    color: white;
}

._or {
    background: #fec518;
}

.nav-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu li{
	display: inline-block;
	margin-right: 10px
}

/*book*/
.book-main{
	width: 81.5%;
    max-width: 215px;
    height: 303px; 
	margin: auto;
}
.book{
	width: 100%;
    height: 100%;
	display: inline-block;
	margin: 5px;
	background: #fff;
	transform-style: preserve-3d;
	box-shadow: inset 300px 0 50px rgb(0 0 0 / 20%), 0 0 15px rgb(0 0 0 / 20%);
	transition: 1s;
}
.book:hover {
    box-shadow: inset 15px 0 40px rgb(0 0 0 / 20%), 0 0 15px rgb(0 0 0 / 20%);
}

.book:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	transform-origin: bottom;
	transform: skewX(-45deg);
	background: repeating-linear-gradient(0deg, #fff, #000 1px, #fff 1px, #000 3px );
}
.book:after{
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 100%;
	transform-origin: left;
	transform: skewY(-45deg);
	background: repeating-linear-gradient(90deg, #fff, #000 1px, #fff 1px, #000 3px );
}

.book .imgbox{
	width: 100%;
	height: 100%;
	position: relative;
	transform-origin: left;
	z-index: 99999;
	transition: 1s;	
}
.imgbox img{
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: relative;
}

.book:hover .imgbox{
	transform: rotateY(-135deg);
}

.book .content h4{
	margin-bottom: 20px;
}
.pdetail table{
	min-width: 50%;
}
.pdetail table tr{
	border-bottom: 1px dashed #ddd;
}
.pdetail table tr:last-child{
	border-bottom: none;
}
.book .content table tr{
	border-bottom: 1px dotted #ccc;
}
.pdetail table td,
.book .content table td{
	vertical-align:top;
	line-height: 1.2;
	color: #333;
	padding:10px 2px 2px;
}
.book .content{
	position: absolute;
	top: 0;
	left:0;
	z-index: -99;
	padding: 15px;
}

.select2{
	width: 100% !important;
}

.tbl_1{
	min-width: 50%;
}
.tbl_1 tr td:first-child{
	text-align: right;
    font-weight: 500;
}
.tbl_1 tr td{
	vertical-align: top;
    padding: 0 5px 5px;
}

.tr-m-3 tr td{
	padding-bottom: 10px;
}

.select2{
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 4px;
    padding: 4px 0;
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #6e707e;
}

.snm{
	/**/
}

.brd-btm th, .brd-btm td{	
    border-top: 0;
    border-bottom: 1px solid #e3e6f0;
}

.inps{
	padding: 0;
    line-height: 1;
    font-size: x-small;
	width: 185px;
}

.slabel{
	position: absolute;
    top: -31px;
}

.free{
	/* position: relative; */
	max-height: 400px;
	overflow-y: auto;
}
.free:after{
	/* content: '';
    display: block;
    width: 100%;
    bottom: 35px;
    position: absolute;
    z-index: 1;
    height: 30px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgb(248 249 252)); */
}

.shadow-inset{
	border: 1px solid #3e3f481f;
    border-radius: 4px;
    padding: 10px;
    box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}

.scroll-to-top{
    z-index: 2;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d1d1d1; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1; 
}

.download__bar {
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  float: right;
  background-color: #E6E6E6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 10px; }

.download__barInner {
  height: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1683C9; }

.download__item {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #E6E6E6;
  height: 85px;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .download__item {
      height: 120px; } }

.download__delete {
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  text-align: center;
  padding: 3px; }
  .download__delete a {
    color: #fff; }
	
.sresult .sep .content {
    border: unset;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.file_list{}
.file_list .thums{position:relative}
.file_list .thums video{
	max-width: 100%;
}
.file_list .s-trash{
	position: absolute;
    left: -12px;
    top: -5px;
    color: red;
}

/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div#preloader .loader-cubes .loader-cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: rgba(0,0,0,.7);
}

div#preloader .loader-cubes .loader-cube.loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

div#preloader .loader-cubes .loader-cube .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

div#preloader .loader-cubes .loader-cube .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}



/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*========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
}

@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 #ebebec;
    border-radius: 50%
}

.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 #dcc055;
    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: 50%;
    left: 42%;
    transform: translate(-50%,-50%);
    width: 50px
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
	width: 70px;
}

.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: 768px) {
	/* .free.bir:after{
		bottom: 0px;
	} */
}

@media only screen and (max-width: 600px) {
	
	.container-fluid{
		padding-right: 0;
		padding-left: 0;	
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-right: 0.3rem;
		padding-left: 0.3rem;
	}

}
