.top-header-area {
    background: #001819;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}


.header-info ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 14px;
}

.header-info ul li i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.top-header-social-icon {
    text-align: right;
}

.top-header-social-icon ul li {
    display: inline-block;
    color: #fff;
}

.top-header-social-icon ul li.time-line {
    margin-right: 32px;
}

.top-header-social-icon ul li.time-line i {
    margin-right: 10px;
    display: inline-block;
}

.top-header-social-icon ul li i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 16px;
    transition: 0.5s;
}

.top-header-social-icon ul li i:hover{
   color:#0c5adb;
}





/*header Area csss*/

.header-area {
    padding: 56px 25px 20px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}
.title span {
    display: inline-block;
    color: #222;
    font-weight: 500;
    margin-top: 28px;
}
.header-area .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0C59DB !important;
    color: #fff !important;
}
h5.main_title_h5 {
    margin-bottom: 10px;
}
.header-area .nav-link {
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    border-radius: 4px;
}
.single-images img {
    width: 100%;
}
.title {
    margin-bottom: 15px;
}

/*hero Area css*/

.hero-area {
    max-width: 1120px;
    margin: auto;
    margin-top: 47px;
}

h4.sub_title {
    font-size: 16px;
    font-weight: 500;
}

h1.main_title {
    font-size: 38px;
    font-weight: 600;
    margin: 14px 0 15px;
}
.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: #222 !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    overflow-Y: scroll;
}


/*video area*/
.single-video-box {
    text-align: center;
    padding: 76px 0;
}

.single-video-box i {
    display: inline-block;
    background: #0C59DB;
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    position: relative;
}

.single-video-box i:after {
    position: absolute;
    content: "";
    width: 105px;
    height: 105px;
    left: -19px;
    top: -19px;
    background: #0C59DB;
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    }
 }

.single-video {
    text-align: center;
}

.single-video video {
    width: 95%;
}


/*mobile Menu css*/


nav {
    overflow: hidden;
    position: relative;
    transform: translateX(-300px);
    height: 100%;
    width: 400px;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
    border-radius: 0% 0% 100% 50%;
    z-index: 999;
}

nav.nav-open {
    transform: translateX(0px);
    border-radius: 0% 0% 0% 0%;
    background: rgba(255, 255, 255, 0.6);
}

nav .menu-btn {
    position: absolute;
    top: 25px;
    right: 40px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    z-index: 100;
}
nav .menu-btn .line {
    padding: 0;
    width: 30px;
    background: red;
    height: 2px;
    margin: 5px 0;
    transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
    z-index: 9999;
    position: relative;
}

nav .menu-btn .line.line--1 {
    width: 30px;
    transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--1.line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(10px);
    background: rgba(0, 0, 0, 0.6);
}

nav .menu-btn .line.line--2 {
    width: 28px;
    transform: translateX(0);
}

nav .menu-btn .line.line--2.line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
}

nav .menu-btn .line.line--3 {
    width: 20px;
    transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--3.line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px);
    background: rgba(0, 0, 0, 0.6);
}

nav .nav-links {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}

nav .nav-links .link {
    margin: 20px 0;
    text-decoration: none;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .nav-links .link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.inform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8);
    font-size: 2rem;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.tab-content {
    padding-left: 30px;
}





























