
/*---=====================================================
   <!--Consalt Header Area Css-->
=========================================================---*/
.consalt-header-area {
    position: center;
    z-index: 3;
    margin-bottom: -86px;
    margin-top: 30px;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.consalt-header-area  ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 9px 0 21px;
    font-size: 16px;
    color: #063232;
    font-weight: 400;
}
.header-menu ul li span {
    font-size: 13px;
    color: #063232;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: center;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #366B2A;
    opacity: 0;
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: #366B2A !important;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul .sub_menu li:hover>a {
    background: #366B2A;
    color: #fff !important;
}
/* sub menu style two */
.consalt-header-area.style_two .header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
}
.sticky .sub_menu li a {
    padding: 12px 20px !important;
}

/* header button */

.header-button {
    display: inline-block;
}
.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

/* dack light */

.dark-light {
    display: inline-block;
    margin-left: 30px;
}
span.bi.bi-sun {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #ffff;
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    width: 35px;
    text-align: center;
    border-radius: 51%;
}
/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #366B2A!important;
    transition: .5s;
    z-index: 9;
}
.sticky .header-menu ul li a {
    padding: 30px 0 30px;
    color: #fff;
}
.sticky .header-menu ul li a i {
    color: #fff;
}
.sticky .col-lg-2.pt-10 {
    padding-top: 0 !important;
}
.sticky .row.topber_upper {
    display: none !important;
}
/*===========================================
<-- Sater Css Hero Area -->
==============================================*/
section.hero_area {
    background: url(../images/home_one/banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 700px;
    position: relative;
    z-index: 1;
}
.hero_content {
    margin-top: 42px;
}
.hero_content h1 {
    font-size: 56px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 600;
}
.hero_content p {
    color: #a3b7b7;
    width: 85%;
    margin: 18px 0 33px;
}

/* hero btn */
.slider_button {
    display: flex;
    align-items: center;
}

.hero_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 30px;
    display: inline-block;
    background-color: #005BBF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}
.hero_btn span {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	display: block;
	border-radius: 30px;
	background-color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.hero_btn a:hover, .hero_btn a:focus {
	color: #0047A3;
}
.hero_btn a:hover span, .hero_btn a:focus span {
	width: 200%;
	height: 500px;
}
.hero_btn a:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 17px;
    background-color: rgba(255,255,255,0.5019607843137255);
    z-index: -1;
    width: 24px;
    height: 2px;
    transition: .5s;
}
.hero_btn a:hover:before {
    width: 120px;
    background: #005BBF;
    z-index: 1;
}
.hero_btn {
    margin-right: 30px;
}
.slider_info a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    margin-left: 20px;
}
.slider_info span {
    color: #fff;
}

/* hero thumb */
.hero-thumb {
    position: relative;
    z-index: 1;
    top: 42px;
}
.hero_shape {
    position: absolute;
    top: 19%;
    right: 0;
    left: -7%;
    margin: auto;
    text-align: center;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*===========================================
<-- Sater Css  boxed -->
==============================================*/
.boxed {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px;
    height: 100%;
    left: 0;
    z-index: 5
}


/*===========================================
<-- Sater Css Brand Area -->
==============================================*/
section.brand_area {
    padding: 67px 0 92px;
}
h2.brand_title {
    font-size: 18px;
    color: #063232;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
}
h2.brand_title:before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 2px;
    width: 50px;
    background: #005BBF;
    top: 29%;
    left: 0;
    right: 0;
    margin: auto;
}
.single-brand-item {
    text-align: center;
}
.brand-thumb img {
    width: inherit !important;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
}
section.brand_area.style_two {
    background: #003B7A;
    padding: 65px 0 65px;
    z-index: 1;
}
/*===========================================
<-- Sater Css Section Title  -->
==============================================*/
.section_title.text-center {
    margin-bottom: 53px;
}
.section_title h4 {
    font-size: 16px;
    color: #003B7A;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.section_title h1 {
    font-size: 42px;
    line-height: 42px;
    color: #003B7A;
    font-weight: 600;
}
.section_title.style_two h1 {
    color: #ffff;
}
.section_title.style_two h4 {
    color: #003B7A;
}
.section_title.text-center p {
    width: 49%;
    text-align: center;
    margin: 23px auto 0;
}
.section_title p {
    width: 89%;
    margin: 28px 0 34px;
}
.section_title.left {
    margin-bottom: 50px;
}
.section_title.style_three {
    position: relative;
    z-index: 1;
}
.section_title.style_three:before {
    position: absolute;
    left: 0;
    bottom: 33%;
    background: url(../images/home_3/hero_border.png);
    height: 15px;
    width: 100%;
    content: "";
    z-index: -1;
    background-repeat: no-repeat;
}
.section_title.style_four:before {
    left: 0;
    bottom: -32%;
    height: 15px;
    width: 11%;
    right: 0;
    margin: auto;
    text-align: center;
}
.section_title.style_three p {
    margin: 48px 0 20px;
}
.section_title.style_four {
    margin-bottom: 82px;
}
/* consalt right */
.conslat_right p {
    width: 75%;
    margin-bottom: 0;
}
/*===========================================
<-- Sater Css Feature Area -->
==============================================*/
section.feature_area {
    padding: 100px 0 163px;
    background-color: #e8f2ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.feature_area.boxed {
    margin: 20px 20px 0px 20px;
}
.feature_item {
    background: url(../images/home_one/feature_shape.png);
    background-repeat: round;
    background-size: cover;
    padding: 40px 25px 30px 36px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}
.feature_item.upper {
    margin-top: 30px;
}
.feature_item:hover {
    background: url(../images/home_one/feature_itm.png);
    background-repeat: round;
    background-size: inherit;
}
.feature_item:before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #005BBF;
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}
.feature_item:after {
    width: 1px;
    height: 25px;
    background-color: #005BBF;
    position: absolute;
    content: "";
    left: 1px;
    bottom: -12px;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}
.feature_item:hover:before, .feature_item:hover:after {
    opacity: 1;
}
.feature_content h3 {
    font-size: 20px;
    line-height: 30px;
    color: #003B7A;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 20px;
}
.feature_number {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: .5s;
}
h6.feature_no {
    font-size: 17px;
    line-height: 26px;
    color: #003B7A;
    font-weight: 400;
}
.feature_item:hover .feature_number {
    bottom: -38px;
}

.feature_shape {
    position: absolute;
    top: 12%;
    right: 21%;
}
/*===========================================
<-- Sater Css Service Area -->
==============================================*/
section.service_area {
    background: #005BBF;
    padding: 169px 0 75px;
    position: relative;
    top: -75px;
    z-index: 1;
}
section.service_area.boxed {
    margin: 50px 20px 20px 20px;
}
.service_single_item {
    position: relative;
    transition: .5s;
    display: inline-block;
    padding: 40px 0 0 40px;
    margin-bottom: 30px;
    z-index: 1;
}
.service_single_item:before {
    position: absolute;
    top: 0;
    background: #003B7A;
    width: 100%;
    content: "";
    height: 316px;
    z-index: -1;
    left: 0;
    border-radius: 20px;
    transition: .5s;
}
.service_single_item:hover:before {
    background: #003B7A;
}
.service_thumb img {
    width: 100%;
}
.service_content {
    border-radius: 0 0 20px 20px;
    background-color: #003B7A;
    transition: .5s;
    text-align: left;
    padding: 34px 40px 27px;
    position: relative;
    z-index: 1;
}
.service_content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/home_one/ser_shape.png);
    height: 100%;
    width: 0%;
    z-index: -1;
    transition: .5s;
    border-radius: 0 0 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}
.service_single_item:hover .service_content:before{
    width: 100%;
    opacity: 1;
}
.service_content h3 {
    font-size: 23px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
}
.service_single_item:hover .service_content h3 {
    color: #003B7A;
}
/* ====Service Button====== */
.service_btn {
    margin-top: 15px;
}
.service_btn a {
    transition: .5s;
    display: inline-block;
    letter-spacing: -6px;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #003B7A;
    font-weight: 500;
}
.service_btn a i {
    margin-left: -8px;
    font-size: 15px;
    font-weight: 600;
    color: #003B7A;
}
/* all hover */
.service_single_item:hover .service_btn a {
    letter-spacing: 0;
}
.service_single_item:hover .service_btn a i {
    margin-left: 8px;
    color: #003B7A;
}
.service_shape {
    position: absolute;
    bottom: -3%;
    left: 0;
    margin: 0;
}
.service_shape img {
    width: 100%;
}
.service_fuor {
    position: relative;
    z-index: 10 !important;
    top: 2%;
    left: 3px;
    width: 97px;
    height: 97px;
    border-radius: 49px;
    background-color: #003B7A;
    line-height: 97px;
    text-align: center;
    right: 0;
    margin: auto;
}
/*===========================================
<-- Sater Css Marquee Area -->
==============================================*/
.marquee_area {
    background: #fff;
    padding: 15px 0 75px;
}
.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0;
}
.marquee-block h3 {
    margin: 0;
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  .marquee.style2 .marquee-block h3 {
    font-size: 120px;
    font-weight: 700;
    margin: 0 50px 0 50px;
    -webkit-background-clip: text;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #005BBF;
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, #0c6e6d 50%, #0c6e6d 50%, #0c6e6d);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
}
.marquee.style2 .marquee-block span {
    color: #005BBF;
    font-size: 120px;
    font-weight: 700;
}

/*===========================================
<-- Sater Css About Area -->
==============================================*/
section.about_area {
    padding: 105px 0 120px;
    border-radius: 20px;
    background: #e8f2ff;
    position: relative;
    z-index: 1;
}
.about_thumb {
    position: relative;
}
.about_play {
    position: absolute;
    top: 0%;
    right: 13%;
}
/*animation circle*/
.text-inner {
    animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.text-inner svg {
width: 100px;
max-width: 100%;
height: auto;
overflow: visible;
word-spacing: 10px;
transform: rotate(0) scaleX(1) scaleY(1);
position: relative;
}
.text-inner:before {
    position: absolute;
    content: "";
    top: 44%;
    left: 0%;
    height: 16px;
    width: 16px;
    background: #fff!important;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.text-inner text {
fill: #ffffff;
direction: ltr;
transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
font-size: 30px;
font-weight: 500;
position: relative;
z-index: 2;
}
a.banner-play-btn {
width: 142px;
height: 142px;
border-radius: 71px;
background-color: #003B7A!important;
overflow: hidden;
line-height: 142px;
text-align: center;
position: relative;
display: inline-block;
}
.like {
position: absolute;
top: 52%;
transform: translate(-50%, -50%);
left: 50%;
}
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
  .right {
    animation: right 15s linear infinite;
  }
  .spin2 {
    animation: spin2 15s linear infinite;
  }
  @keyframes right {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }

.about_content {
    position: relative;
    z-index: 1;
}
.about_content h3 {
    font-size: 16px;
    color: #003B7A;
    font-weight: 500;
    margin-bottom: 3px;
    display: inline-block;
}
.about_content h1 {
    font-size: 28px;
    line-height: 38px;
    color: #003B7A;
    font-weight: 500;
    margin-bottom: 0px;
}
/* ====== About List====== */

.about_list ul li {
    font-size: 18px;
    line-height: 38px;
    color: #003B7A;
    font-weight: 500;
}
.about_list ul li i {
    font-size: 22px;
    top: 3px;
    position: relative;
    margin-right: 15px;
}

/* ======= Hero button ========== */

.about_button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.about_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    background-color: #005BBF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}
.about_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #003B7A;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.about_btn a:hover, .about_btn a:focus {
	color: #003B7A;
}
.about_btn a:hover span, .about_btn a:focus span {
	width: 200%;
	height: 500px;
}
.about_btn a:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 17px;
    background-color: #ffffffa1;
    z-index: -1;
    width: 12%;
    height: 2px;
    transition: .5s;
}
.about_btn a:hover:before {
    width: 105px;
    background-color: #ffff;
    z-index: 1;
}
.about_btn {
    margin-right: 30px;
}
.about_info a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #003B7A;
    font-weight: 500;
}
.about_info span {
    color: #003B7A;
    position: relative;
    top: -5px;
}
/* about shape */
.about_shape {
    position: absolute;
    bottom: -9%;
    right: -8%;
}

/* =================================
  <--- start consalt button css --->
=============================== */
.consalt_btn {
    text-align: right;
}
.consalt_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    background-color: #005BBF;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}
.consalt_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.consalt_btn a:hover, .consalt_btn a:focus {
	color: #005BBF;
}
.consalt_btn a:hover span, .consalt_btn a:focus span {
	width: 200%;
	height: 500px;
}
.consalt_btn a:before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: 17px;
    background-color: #003B7A;
    z-index: -1;
    width: 12%;
    height: 2px;
    transition: .5s;
}
.consalt_btn a:hover:before {
    width: 105px;
    background-color: #003B7A;
    z-index: 1;
}

/* =====================================
  <--- Start consalt Counter Area CSS --->
========================================= */
section.counter_area {
    background: #003B7A;
    border-radius: 30px;
    padding: 67px 0 42px;
}
.counter_upper {
    border-bottom: 2px solid rgba(12,110,109,0.4);
    padding-bottom: 34px;
    margin-bottom: 27px;
}
.counter-single-item {
    margin-bottom: 30px;
}
.counter-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.counter-content:before {
    position: absolute;
    content: "";
    top: 20px;
    left: -86px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}
.counter-content.none:before {
    display: none;
}
.counter-_number h1 {
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 600;
}
.counter-_number span {
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 600;
}
.counter_title {
    margin-left: 40px;
    position: relative;
}
.counter_title:before {
    position: absolute;
    content: "";
    left: -22px;
    top: 20px;
    width: 1px;
    height: 30px;
    background-color: rgba(255,255,255,0.30196078431372547);
}
.counter_title h5 {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
}

/* =========================================================
  <--- Start consalt Steps Area CSS --->
============================================================ */

section.steps_area {
    background: #E0F1DF;
    border-radius: 20px 20px 0 0;
    padding: 105px 0 112px;
}
.steps-single-item {
    margin-bottom: 30px;
    padding: 40px 40px 31px;
    background: url(../images/home_one/steps_bg.png);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    position: relative;
}
.steps-single-item:before {
    position: absolute;
    top: 20px;
    right: 59px;
    width: 30px;
    height: 1px;
    background-color: #0c6e6d;
    content: "";
}
h3.steps_number {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 18px;
    color: #0c6e6d;
    font-weight: 400;
}
.steps_icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #e0f1df;
    line-height: 76px;
    text-align: center;
    transition: .5s;
}
.steps-single-item:hover .steps_icon {
    background: #0c6e6d;
}
.steps_icon img {
    transition: .5s;
}
.steps-single-item:hover .steps_icon img {
    filter: brightness(0) invert(1);
}
.steps-content h3 {
    font-size: 20px;
    color: #002c2a;
    font-weight: 500;
    margin: 25px 0 16px;
}
.steps_btn a {
    color: #0c6e6d;
    display: inline-block;
    margin-top: 4px;
    font-size: 16px;
}

/* =======Pagination ========= */
.pagination {
    text-align: center;
    justify-content: center;
    margin-top: 2px;
}
.pagination span {
    font-size: 15px;
    line-height: 26px;
    color: #063232;
    font-weight: 500;
}
.pagination a {
    display: inline-block;
    color: #0D6E6D;
    font-weight: 500;
    text-decoration: underline;
}

/* =========================================================
  <--- Start consalt Footer Area CSS --->
============================================================ */
.footer_area {
    background: #003B7A;
    padding: 120px 0 30px;
    border-radius: 30px;
}
p.footer_desc {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 37px 0 34px;
    width: 81%;
}
.subscribe_form {
    border-bottom: 1px solid rgba(255,255,255,0.30196078431372547);
    position: relative;
}
.subscribe_form input {
    background: transparent;
    border: none;
    width: 100%;
    outline: 0;
    height: 50px;
    color: #fff !important;
}
.subscribe_form input::placeholder {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.subscribe_form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
}
button.btn {
    width: 119px;
    height: 36px;
    border-radius: 18px;
    background-color: #005BBF;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}
button.btn:hover {
    background: #fff;
    color: #005BBF;
}
.footer-widget-title h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 34px;
}
.footer-widget-menu ul li a {
    font-size: 15px;
    color: #a3b7b7;
    font-weight: 400;
    display: inline-block;
    margin-left: -15px;
    margin-bottom: 9px;
}
.footer-widget-menu ul li a:hover{
    margin-left: .0;
    color: #ffff;
}

.footer-widget-menu ul li a i {
    font-size: 12px;
    opacity: 0;
    transition: .5s;
}
.footer-widget-menu ul li a:hover i {
    opacity: 1;
}
.footer-widget-address.style_two {
    border-bottom: 1px dashed #005BBF;
    padding-bottom: 12px;
}
.footer-widget-address {
    margin-bottom: 20px;
}
.footer_widget_icon.style_upper {
    top: 7px;
    position: relative;
}
.footer_widget_icon i {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-color: #005BBF;
    font-size: 9px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.footer-widget-address_text {
    overflow: hidden;
}
.footer-widget-address_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.footer-widget-address_text span {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff99;
    font-weight: 400;
}
/* footer bottom */
.row.add-border {
    position: relative;
    padding-top: 30px;
    margin-top: 71px;
}
.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgba(255,255,255,0.30196078431372547);
    content: "";
}
.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-content.right {
    text-align: right;
}
.footer-bottom-menu {
    text-align: right;
}
.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #bdd3d3;
    font-weight: 400;
}
.footer-bottom-menu ul li a:hover {
    color: #fff;
}

/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 12px;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #006666;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #006666;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #006666;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}
.content-thumb-box {
    margin-bottom: 20px;
}
.content-thumb-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #006666;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li i {
    margin-right: 10px;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #006666;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #006666;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #006666;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #006666;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #006666;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #006666;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

/*===========================
<-- Loader Css -->
=============================*/
/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #005BBF;
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #F4F1EE;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #E2DFDD;
    border-top-color: #ff9307;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #E2DFDD;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #010103;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Montserrat", sans-serif;
    }
}




