/*STYLE CSS*/


/* Awards */
.awards-section {
    padding: 1px 2px 2px 2px;
    background-color: #ccffff;
}

.awards img.awards {
    opacity: 1;
    margin: 20px 20px;
    max-height: 55px;
    
}

.awards-title{
	font-size: 20px;
	line-height: 20px;
	display:;
	margin-right: 1px;
}


/*---=================================
   <!--Top Bar Area Css-->
==================================---*/
.top-bar-area {
    background-color: #ccffff;
    padding: 18px 0 20px;
    position: relative;
    z-index: 1;
}

.top-bar-area:before {
    position: absolute;
    content: "";
    width: 42%;
    height: 100%;
    left: -43px;
    top: 0;
    background: #009999;
    z-index: -1;
    transform: skew(322deg);
}

.top-bar-info  ul li {
    display: inline-block;
    color: #fff;
    margin-right: 53px;
}

.top-bar-info ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 9px;
}


.top-bar-social-address {
    text-align: right;
}

.top-bar-social-address ul li {
    display: inline-block;
}

.top-bar-social-address ul li i {
    /*---color:---*/ ;
    display: inline-block;
    font-size: 14px;
    margin-left: 12px;
    transition:0.5s;
}

.top-bar-social-address ul li i:hover{
    color:#009999;
}


/*---=================================
   <!--Header Area Css-->
==================================---*/
.header-area {
    border-bottom: 1px solid #ffffff30;
    z-index: 2;
    position: relative;
	background-color: #ccffff;
}

.header-menu {
    text-align: right;
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 40px;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 36px 0;
    transition: 0.5s;
    font-family: "";
    color: #012549;
}

.header-menu ul li a:hover{
    color:#009999;
}

.header-menu ul li i {
    font-size: 12px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    color:#012549;
    transition: 0.5s;
}

.header-menu ul li a:hover i{
    color:#009999;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #009999;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #012766;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.header-menu ul li .sub-menu li a:hover {
    background: #009999;
    color: #fff;
}

.header-search-button {
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    background: #009999;
    padding: 11px 26px;
    margin-left: 30px;
    border: 2px solid #009999;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 5px;
    font-family: "";
}

.header-button a:hover{
    color: #009999;
}

.header-button a:before{
    position:absolute;
    content:"";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.header-button a:hover:before{
    width: 100%;
    left:0;
}

.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: ##ccffff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
ul.sub-menu li a span {
    background: #009999;
    padding: 4px 8px 3px;
    color: #fff;
    opacity: 1;
    /* font-family: ''; */
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px;
    transition: .5s;
}
ul.sub-menu li:hover a span {
    background: rgba(255,255,255, 0.20);
}
/*---=================================
   <!--Hero Area Css-->
==================================---*/
.hero-slider {
    width: 100%;
    height: 500px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.slide-inner.slide-bg-image {
    background: url(../images/slider/hero-bg.jpg);
}

.slide-inner.slide-bg-image.two{
    background: url(../images/slider/hero-bg2.jpg);
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #009999;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}


.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #009999;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #009999;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-content {
    position: relative;
    text-align: center;
}

p.details-des {
    background: #ffff;
    position: absolute;
    bottom: -16px;
    right: 0;
    padding: 50px 56px;
    font-size: 16px;
    color: #565969;
    font-weight: 400;
    font-family: "";
}

a.tetails-btn {
    position: relative;
    margin-left: 70px;
    margin-right: 48px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    font-family: "";
    display: inline-block;
}
a.tetails-btn:hover {
    color: #009999;
}
a.tetails-btn:after {
    position: absolute;
    left: -37px;
    top: -26px;
    width: 1px;
    height: 73px;
    background-color: #009999;
    content: "";
} 

.slide-inner.slide-bg-image.two .hero-content {
    position: relative;
    text-align: left;
}

.hero-content h4 {
    margin-left: 52px;
    font-size: 18px;
    line-height: 40px;
    color: #009999;
    font-weight: 700;
    font-family: "";
    position: relative;
    z-index: 1;
    display: inline-block;
}

.hero-content h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -146px;
    top: 14px;
    background: ;
    z-index: -1;
    background-repeat: no-repeat;
}

.hero-content h4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -50px;
    top: 14px;
    background: ;
    z-index: -1;
    background-repeat: no-repeat;
}

.hero-content.style-two h4:before {
   display: none;
}

.hero-content h1 {
    font-size: 50px;
    line-height: 55px;
    text-transform: none;
    color: #ffffff;
    font-weight: 700;
    font-family: "";
}

p.hero-desc {
    width: 45%;
    margin: 12px 0 16px;
    font-size: 16px;
    line-height: 24px;
    color: #eeeeef;
    font-weight: 400;
}

a.hero-button {
    display: inline-block;
    background-color: #009999;
    color: #fff;
    padding: 10px 12px;
    font-weight: 400;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    font-family: "";
    font-size: 22px;
}

.hero-content.style-one a.hero-button {
    margin-top: 28px;
}

a.hero-button:hover{
  color: #009999;
}

a.hero-button:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    border-radius:5px;
    background:#fff;
    z-index: -1;
    transition: 0.5s;
}

a.hero-button:hover:before{
    width: 100%;
    left: 0;
}

a.hero-button i {
    display: inline-block;
    position: relative;
    color: #fff;
    left: 9px;
    top: 3px;
    transition: 0.5s;
}

a.hero-button:hover i{
     color: #009999;
}

.hero-shape {
    position: absolute;
    left: -78px;
    top: -73px;
}


.hero-thumb {
    position: absolute;
    bottom: -20px;
    right: 24%;
}


/*---=================================
   <!--About Area Css-->
==================================---*/

.about-area {
   	background-color: #edffff;
    padding: 109px 0 100px;
}

p.about-desc {
    width: 95%;
    margin: 34px 0 22px;
}

.single-about-box-left {
    border-bottom: ;
    padding-bottom: 43px;
}

.single-about-thumb-left {
    float: left;
    margin-right: 30px;
}

.about-list-item ul li {
    font-size: 20px;
    line-height: 38px;
    color: #007272;
    font-weight: 500;
    font-family: "";
}

.about-list-item ul li i {
    display: inline-block;
    color: #007272;
    font-size: 20px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.about-author-one {
    margin-top: 25px;
}

.author-one-thumb {
    float: left;
    margin-right: 60px;
    margin-top: 8px;
}

.about-author-one-content h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.about-author-one-content p {
    font-size: 14px;
    line-height: 28px;
    color: #565969;
    font-weight: 400;
}

.about-thumb-right {
    position: relative;
    left: 128px;
    top: 0;
	margin-top: 20px; 
	margin-bottom: 15px;
}


/*section-title*/
.section-title h1 {
    font-size: 50px;
    line-height: 72px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "";
}

p.section-text {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    font-family: "";
    margin-top: 70px;
}

.em-bar {
    position: relative;
    background: #D0D0D0;
    width: 100%;
    height: 3px;
    left: 0px;
    top: -81px;
}

.em-bar:before {
    position: absolute;
    content: "";
    background: #009999;
    width: 20px;
    height: 3px;
    left: 0;
    top: -1px;
    transition: 1s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOV-BG;
}
@-webkit-keyframes MOV-BG{
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(1300px);
  }
}

.section-button {
    margin-top: 34px;
    text-align: right;
}

.section-button a {
    display: inline-block;
    border: 3px solid #009999;
    padding: 9px 28px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "";
	z-index:1;
	position:relative;
	transition:0.5s;
}

.section-button a:hover{
	color:#fff;
}

.section-button a:before{
	position:absolute;
	content:"";
	width:0;
	height:100%;
	left:50%;
	top:0;
	background:#009999;
	z-index:-1;
	transition:0.5s
}	

.section-button a:hover:before{
	width:100%;
	left:0;
}


.section-button i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(-50deg);
    position: relative;
    left: 13px;
    top: 0;
	transition:0.5s
}

.section-button a:hover i{
	transform: rotate(0deg);
	top:3px;
	color:#fff;
}

.row.section-title-gap {
    margin-top: 53px;
}

/*inner-pages-section-title*/

.section-title.inner {
    margin-bottom: 28px;
}

.section-title.inner h4 {
    color: #009999;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.section-title.inner h1 {
    font-size: 46px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

 p.section-desc {
    width: 100%;
    margin-top: 28px;
}

/*---=================================
   <!--Service Area Css-->
==================================---*/


/*---=================================
   <!--Project Area Css-->
==================================---*/

/*---=================================
   <!--Working Area Css-->
==================================---*/


/*---=================================
   <!--Team Area Css-->
==================================---*/

/*---=================================
   <!--Counter Area Css-->
==================================---*/

/*---=================================
   <!--Blog Area Css-->
==================================---*/
.blog-area {
    background-color: #fff;
    padding: 50px 0 51px;
	
}

.single-blog-box.blog-grid {
    margin-bottom: 33px;
	
}
	
.blog-area .section-title h1 {
    color: #fff;
}

.blog-area p.section-text {
    color: #ffff;
}

.blog-area .section-button a {
    color: #fff;
}

.blog-area .section-button i{
    color: #fff;
}

.single-blog-thumb img {
    width: 100%;
	border:3px solid #009999;
	border-radius:  4px 4px 0 0;
	}

.blog-content {
    background: #d4ffff;
    padding: 10px 35px 10px;
    border-radius: 0 0 4px 4px;
	border:2px solid #009999;
}

.meta-blog {
    border-bottom: 1px solid #565969;
    padding-bottom: 10px;
    margin-bottom: 10px;
	
}

.meta-blog span {
    font-size: 16px;
    color: #565969;
    font-weight: 500;
    font-family: "";
    display: inline-block;
    margin-right: 37px;
	
	}

.blog-content a {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "";
	transition:0.5s;
}

.blog-content a:hover{
	color:#009999;
}

.blog-content p {
    margin: 11px 0 30px;
}

.blog-button a {
    display: inline-block;
    background: #009999;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "";
    padding: 9px 33px;
    border-radius: 2px;
	transition:0.5s;
	border:1px solid #009999;
}

.blog-button a:hover{
	background:transparent;
	border:1px solid #009999;
	color:#009999;
}


/*---=================================
   <!--Testi Area Css-->
==================================---*/

/*---=================================
   <!--Brand Area Css-->
==================================---*/


/*---=================================
   <!--Footer Area Css-->
==================================---*/
.footer-area {
    background-color: #ccffff;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 118px 0 26px;
}

.row.add-boder {
    border-top: 1px solid #ffffff40;
    padding-top: 106px;
    margin-top: 74px;
}

.single-footer-widget-box.upper {
    margin-left: 107px;
}

.footer-widget-title h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 57px;
    text-transform: uppercase;
    color: #004c4c;
}

.footer-widget-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #008282;
    width: 72%;
}

.footer-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.footer-social-icon ul li i {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    margin-right: 4px;
    border: 1px solid #000000;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    transition: 0.5s;
}

.footer-social-icon ul li i:hover{
    background:#009999;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: #009999;
    font-weight: 400;
    margin-bottom: 12px;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover{
    color:#009999;
}

.footer-widget-contact ul li a {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #008282;
    font-weight: 400;
    font-family: "";
    transition: 0.5s;
}

.footer-widget-contact ul li a:hover{
    color:#009999;
}

.footer-widget-contact ul li i {
    display: inline-block;
    color: #000000;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 24px;
    border-radius: 3px;
    margin-right: 9px;
    font-size: 18px;
    position: relative;
    top: 3px;
	border: 1px solid #000000;
}

.footer-bottom {
    border-top: 1px solid #000000;
    padding-top: 25px;
    margin-top: 89px;
}

.footer-bottom-content p {
    opacity: 0.902;
    font-size: 16px;
    line-height: 24px;
    color: #004c4c;
    font-weight: 400;
    margin:0;
}

.footer-list-item {
    text-align: right;
}

.footer-list-item ul li {
    display: inline-block;
}

.footer-list-item ul li a {
    display: inline-block;
    opacity: 0.902;
    font-size: 18px;
    line-height: 24px;
    color: #004c4c;
    font-weight: 400;
    font-family: "";
}

.footer-list-item ul li a:hover{
    color: #009999;
    opacity: 1;
}

/*---=================================
   <!--Breadcamb Area Css-->
==================================---*/

/*---=================================
   <!--About Area Css-->
==================================---*/
.about_area{
    background:;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 112px;
    position: relative;
}

.about_left{
    position: relative;
    margin-left: -70px;
}

.about_thumb{
    position: relative;
}

.about-shape2 {
    position: absolute;
    top: 50%;
    left: 31%;
}

.about-list {
    margin-bottom: 37px;
}

.about-list ul li {
    font-size: 18px;
    color: #171717;
    font-weight: 400;
    font-family: "";
    margin-bottom: 15px;
}

.about-list ul li i {
    font-size: 17px;
    color: #171717;
    margin-right: 10px;
}

.about-btn {
    display: inline-block;
    float: left;
    margin-right: 20px;
    z-index: 1;
    position: relative;
}


.about-btn a {
    display: inline-block;
    background: #009999;
    color: #fff;
    padding: 14px 36px;
    border-radius: 5px;
}

.about-btn i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    left: 8px;
    color: #fff;
}


/*---======================================================
<-- Feature Area Css -->
======================================================***/

/*========================================
<-- Pricing Section Css -->
==========================================*/

/**======================================================
<-- Portfolio Area style-two Css -->
======================================================**/

/**======================================================
<--   Service Details Area Css -->
======================================================**/

/*======================================
<--  Case Study Details Css -->
========================================*/

/*===================================
<--  Contact US Css -->
=====================================*/
.contact-area {
    padding: 120px 0 120px;
}


/*<!-- ============================================================== -->
<!-- Blog Details Css -->
<!-- ============================================================== -->*/

/*search items*/

.src-input-box {
    border: 1px solid #cccccc57;
    padding: 17px 30px;
    width: 100%;
}

/*categories*/
.widget-title {
    margin-bottom: 28px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-items .widget-title h2 {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "";
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: rgba(23,23,23,0.10196078431372549);
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 43px !important;
    width: 15px;
    height: 2px;
    background-color: #009999;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 320px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

/*** ====================================================================
    Search Popup
====================================================================
***/


.search-popup{
 	position: fixed;
    left: 0;
    top: 0;
    height: 80vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,128,128,0.50);
    -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: -90px;
    border-radius: 50%;
    text-align: center;
    background-color: #009999;
    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: #009999;
    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: #009999;
    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;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #009999;
}

.header-search-button i {
    font-size: 22px;
    color: #012549;
    margin-right: 13px;
    transition: 0.5s;
}

.header-search-button i:hover{
  color:#009999;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}


.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;
}

@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);
    }
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(15px); */
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #009999;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #009999;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#009999;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*===========================
<-- Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}





