html {

    width: 100%;

    height: 100%;

}

		

@font-face {

font-family: 'Open Sans', sans-serif;


}



/*-------------------

2. Theme Default CSS

--------------------*/



a {

    text-decoration: none;

    outline: none;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    color: #ffffff;

}



input:focus,

button:focus,

a:focus,

a:hover {

    text-decoration: none;

    outline: none;

    color: #ff9014;

}



img {

    max-width: 100%;

    height: auto;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0 0 10px;

    font-weight: 600;

    font-family: 'Open Sans', sans-serif;

}



body {

    height: 100%;

    width: 100%;

    margin: 0px;

    padding: 0px;

}





body {

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    line-height: 1.8;

    color: #ffffff;

}





/* Remove Chrome Input Field's Unwanted Yellow Background Color */



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

    -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}



.vcenter {

    position: absolute;

    left: 0;

    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

}



.footer-area {

    bottom: 0;

    left: 0;

    width: 100%;

    padding-top: 25px;

	padding-bottom: 0;

}



.section-bg {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100vh;

    z-index: -999;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

}



.section-bg.black {

    background-color: #000000;

}



.section-bg.header-bg {

background: repeating-linear-gradient(
  -45deg,
  #000000,
  #000000 10px,
  #0d0d0d 10px,
  #0d0d0d 20px
);

}



.mainmenu-area {

    padding-top: 15px;

	padding-bottom: 0px;

}



.mainmenu-area ul.nav li {

    display: inline-block;

}



.mainmenu-area ul.nav li a {

    background: none;

    display: block;

    letter-spacing: 1.5px;

    position: relative;

    padding: 5px 10px;

    margin: 5px;

    overflow: hidden;

    border: 1px solid #ffffff;

    border-bottom: none;

    text-transform: uppercase;

    font-size: 15px;

}



.mainmenu-area ul.nav li a:after {

    content: "";

    position: absolute;

    left: -100%;

    bottom: 0;

    width: 100%;

    height: 1px;

    background-color: #ffffff;

    -webkit-transition: 0.4s;

    transition: 0.4s;

}



.mainmenu-area ul.nav li.active a:after {

    left: 0;

}



.navbar-brand {

    padding: 5px 15px;

}



.navbar-brand img {

    max-height: 70px;

	padding-bottom: 10px;

}



.headline {

    font-size: 90px;

    text-transform: capitalize;

    letter-spacing: 20px;

    line-height: 1.4

}

.page-title {

    font-size: 18px;

    margin-bottom: 20px;

}

.page-title-footer {

    font-size: 15px;

    margin-bottom: 5px;

	text-decoration: underline;

}

.page-title-footer-2 {

    font-size: 15px;

    margin-bottom: 5px;

	padding-bottom: 15px;

	text-decoration: underline;

}

.headline span {

    display: block;

}



.countdown ul#countdown {

    position: relative;

    padding-left: 150px;

    letter-spacing: 2px;

    margin-top: 10px;

}



.countdown ul#countdown li {

    display: block;

    padding-bottom: 70px;

    background: url("images/bullet.png") no-repeat scroll top 9px left 40% / auto 85%;

    text-transform: uppercase;

    color: #ffffff;

}



.countdown ul#countdown li span {

    padding-right: 50px;

    font-size: 20px;

    line-height: 1;

}



.countdown ul#countdown li:first-child {

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

        transform: translateY(-50%);

    background: none;

    background-color: #68C6D5;

    display: block;

    text-align: center;

    padding: 30px 25px;

    border-radius: 4px;

}



.countdown ul#countdown li:first-child span {

    padding-right: 0;

    font-size: 30px;

    line-height: 1;

    display: block;

}



.countdown ul#countdown li:last-child {

    padding: 0;

    background-size: 7px auto;

}



.link-btn {

    display: inline-block;

    padding: 10px;

}



.link-btn i.fa {

    padding-left: 0;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.link-btn:hover i.fa {

    padding-left: 10px;

}



.social-list li a {

    display: block;

    width: 40px;

    height: 40px;

    background-color: rgba(0, 0, 0, 0.3);

    text-align: center;

    line-height: 2.5;

    font-size: 16px;

    border-radius: 50%;

}



.social-list li a:hover {

    background-color: rgba(255, 255, 255, 0.3);

}



.btn {

    border: medium none;

    border-radius: 2px;

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    letter-spacing: 6px;

    padding: 18px 30px;

    text-transform: uppercase;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    background-color: #ffffff;

    -webkit-transform: translateY(0);

        transform: translateY(0)

}



.btn.btn-default:hover {

    -webkit-transform: translateY(-5px);

        transform: translateY(-5px);

    -webkit-box-shadow: 0 15px 20px -10px rgba(255, 255, 255, 0.5);

    box-shadow: 0 15px 20px -10px rgba(255, 255, 255, 0.5);

    background-color: #ffffff;

}



.form-control {

    border: medium none;

    border-radius: 2px;

    -webkit-box-shadow: none;

    box-shadow: none;

    height: auto;

    padding: 14px 16px;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}



.subscribe-form .form-box {

    background: none;

    height: 45px;

    padding: 10px 18px;

    width: 70%;

    max-width: 320px;

    border: 1px solid #ffffff;

    border-radius: 2px;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    margin-right: 5px;

    margin-bottom: 10px;

        

}

.subscribe-form {

    position: relative;

}



.subscribe-form label {

    position: absolute;

    left: 0;

    top: -30px;

}



.subscribe-form .form-btn {

    height: 45px;

    padding: 10px 30px;

    line-height: 1;

    background-color: #ffffff;

    border: none;

    color: #000000;

    border-radius: 2px;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    letter-spacing: 0.5px;

    margin-bottom: 10px;

}



.subscribe-form .form-btn:hover {

    background-color: #ff9014;

    border: none;

    color: #000000;

}

.text {

	font-size: 14px;

}

.textsubtitle {

	font-size: 16px;

	color: darkorange;

}

.textcomp {

	font-size: 14px;

	color: orangered;

}

.texttm {

	font-size: 8px;

}

.text_avatar {

	font-size: 14px;

	padding-bottom: 10px;

}

.text_footer {

	font-size: 14px;

}

.text_footer_2 {

	font-size: 12px;

}

.social {

  display: inline-block;

  width: 22px;

  height: 22px;

}

.social:hover,

.social:focus {

 filter: grayscale(100%);

}



.a2 {

    text-decoration: none;

    outline: none;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    color: #27b4f4;

}



.a2:focus,

.a2:hover {

    text-decoration: none;

    outline: none;

    color: #ff9014;

}



.premium:hover {

  filter: grayscale(100%);

}



.premium {

  width: 100%;

  max-width: 300px;

  height: auto;

  padding: 5px;

}



.videocontent {

    width: 70vw;

    margin:auto;

}

.videocontent iframe {

    width: 70vw;

    height:calc((9/16)*70vw);

}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #f58701;
    color: white;
    border: 1px solid #f58701;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}