 /*
	Indus by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

 /* Settings In style.css :
    1. General
    2.Home/Countdown
    3.Newsletter
    4.Features
    5.Contact-Us
*/

 /* ==============================================
1.GENERAL
=============================================== */
 body {
     overflow-x: hidden;
     overflow-y: auto;
     font-family: 'Roboto', sans-serif;
 }

 h1,
 h2,
 h3,
 h4,
 h5 {
     color: white;
 }

 .margin-t-50 {
     margin-top: 50px;
 }

 .btn-custom {
     background-color: #000;
     color: #fff;
     border-radius: 3px;
 }

 .btn-custom:hover,
 .btn-custom:active,
 .btn-custom:focus {
     background-color: #3A3939;
     color: #fff;
     outline: none;
 }

 .animationload {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 999999;
 }

 .loader {
     width: 200px;
     height: 200px;
     font-size: 0;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }

 /* -----------------------------------------------------------------------
   2. HOME / Countdown styles
------------------------------------------------------------------------- */
 .logo {
     padding-bottom: 5%;
 }

 .logo h2 {
     font-size: 5rem;
 }

 .logo p {
     color: #ffffff;
     padding-top: 20px;
     font-style: italic;
     font-size: large;
 }

 #home .large-header {
     background-image: url("../images/pattern.png"), url('../images/img-3.jpg');
     background-position: center;
     background-size: cover;
 }

 .rn {
     color: #fff
 }

 .cr{
    font-weight: 600;
    margin-right: 2rem;
 }

 .home-main {
     /* position: absolute; */
     margin: 0;
     padding: 0;
     text-align: center;
     /* top: 50%; */
     padding-top: 12%;
     /* left: 50%; */
     /* -webkit-transform: translate3d(-50%, -50%, 0);
     transform: translate3d(-50%, -50%, 0); */
 }

 #countdown_dashboard {
     display: block;
     margin: 0px auto;
     overflow: hidden
 }

 .dash {
     padding-bottom: 10px;
     position: relative;
     opacity: 1;
 }

 .dash_title {
     font-size: 16px;
     width: 100%;
     color: #bbbbbb;
     display: block;
     clear: both;
 }

 .digit {
     color: #f9f9f9;
     font-size: 60px;
     font-weight: 300;
     display: inline-block;
     overflow: hidden;
     text-align: center;
     height: 110px;
     line-height: 110px;
     position: relative;
     vertical-align: middle;
 }

 @media(max-height:360px) {
     .digit {
         font-size: 30px;
         height: 50px;
         line-height: 50px;
     }
 }

 @media(max-width:560px) {
     #countdown_dashboard {
         min-width: 300px;
     }

     .digit {
         font-size: 30px;
         height: 60px;
         line-height: 60px;
     }
 }

 @media(min-width:560px) and (max-width: 1024px) {
     .digit {
         font-size: 40px;
         height: 80px;
         line-height: 80px;
     }
 }

 /* -----------------------------------------------------------------------
   4. Features styles
------------------------------------------------------------------------- */
 .features {
     padding: 80px 0px 100px 0px;
 }

 .features h4 {
     color: #fff;
 }

 #features {
     background: url("../images/pattern.png"), url("../images/img-2.jpg");
 }

 div.open-overlay {
     width: 80px;
     height: 80px;
     margin: 0 auto;
     -webkit-transition: all .6s ease 0s;
     -moz-transition: all .6s ease 0s;
     transition: all .6s ease 0s;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
     text-align: center;
     color: #fff;
     border: solid 3px #fff;
     border-radius: 3px;
 }

 .open-overlay {
     font-size: 28px;
     line-height: 60px;
     width: 60px;
     height: 60px;
     margin-top: -60px;
     margin-left: -30px;
 }

 .open-overlay i {
     font-size: 32px;
     line-height: 70px;
     z-index: 2;
     margin: 0 auto;
     cursor: inherit;
     -webkit-transition: all .6s ease 0s;
     -moz-transition: all .6s ease 0s;
     transition: all .6s ease 0s;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
     color: inherit;
     background: rgba(255, 255, 255, .0);
 }

 .features-box:hover .open-overlay {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
     background: rgba(255, 255, 255, 1);
 }

 .features-box:hover .open-overlay i {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
     color: #444;
     font-weight: bold;
 }

 .features-box h4 {
     padding-top: 30px;
     text-transform: uppercase;
 }

 .features-box p {
     color: #bbbbbb;
     padding-top: 10px;
     margin-bottom: 0px;
 }

 @media (max-width: 1000px) {
     .features-box {
         padding-top: 50px;
     }
 }

 textarea {
     resize: none;
 }

 .contact input:focus,
 .contact textarea:focus,
 .contact input:active,
 .contact textarea:active {
     border: 1px solid #000;
     outline: none;
 }

 .confirm-message {
     margin-top: 20px;
     font-size: 18px;
     color: #000;
     padding: 10px 0 10px;
     text-transform: uppercase;
     display: none;
     text-align: center;
 }

 .line-separate {
     display: block;
     margin-bottom: 10px !important;
     width: 120px;
     height: 15px;
     position: relative;
     margin: 0 auto;
 }

 .line-white:before,
 .line-white:after {
     background: #000;
 }

 .line-separate:before {
     content: '';
     display: block;
     position: relative;
     top: 7px;
     width: 49px;
     height: 2px;
     margin: 0 !important;
     float: left;
 }

 .line-white span {
     box-shadow: inset 0px 0px 0px 2px #000;
 }

 .line-separate span {
     display: block;
     position: relative;
     width: 17px;
     height: 17px;
     margin: 0 auto;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
 }

 .line-separate:after {
     content: '';
     display: block;
     position: relative;
     top: -10px;
     width: 49px;
     height: 2px;
     margin: 0 !important;
     float: right;
 }

 .social li {
     margin: 0px 10px !important;
 }

 li.social-btn {
     width: 32px;
     height: 32px;
     margin: 0 auto;
     -webkit-transition: all .6s ease 0s;
     -moz-transition: all .6s ease 0s;
     transition: all .6s ease 0s;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
     text-align: center;
     color: #fff;
     border: solid 1px #000;
 }

 .social-btn {
     font-size: 16px;
     line-height: 30px;
     width: 30px;
     height: 30px;
     margin-top: -60px;
     margin-left: -30px;
 }

 .social-btn a {
     padding: 10px
 }

 .social-btn a {
     font-size: 15px;
     line-height: 17px;
     z-index: 2;
     margin: 0 auto;
     cursor: inherit;
     -webkit-transition: all .6s ease 0s;
     -moz-transition: all .6s ease 0s;
     transition: all .6s ease 0s;
     color: inherit;
     background: rgba(255, 255, 255, .0);
 }

 .social-btn a i {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: -0.3em;
     margin-top: -0.1em;
 }

 .social-btn a i:last-of-type {
     margin-left: -0.5em;
     margin-top: -0.3em;
 }

 #fb {
     border: 2px solid #3b5998;
     color: #3b5998;
 }

 #fb a {
     color: #3b5998;
 }

 #fb:hover {
     background-color: #3b5998;
 }

 #fb:hover a {
     color: #fff;
 }

 #tw {
     border: 2px solid #00aced;
     color: #00aced;
 }

 #tw a {
     color: #00aced;
 }

 #tw:hover {
     background-color: #00aced;
 }

 #tw:hover a {
     color: #fff;
 }

 #flk {
     border: 2px solid #ff0084;
     color: #ff0084;
 }

 #flk a {
     color: #ff0084;
 }

 #flk:hover {
     background-color: #ff0084;
 }

 #flk:hover a {
     color: #fff;
 }

 #tbl {
     border: 2px solid #32506d;
     color: #32506d;
 }

 #tbl a {
     color: #32506d;
 }

 #tbl:hover {
     background-color: #32506d;
 }

 #tbl:hover a {
     color: #fff;
 }

 #pin {
     border: 2px solid #cb2027;
 }

 #pin a {
     color: #cb2027;
 }

 #pin:hover {
     background-color: #cb2027;
 }

 #pin:hover a {
     color: #fff;
 }

 @media(max-height:360px) {
     .footer {
         /* position: fixed;
         left: 0;
         bottom: 0; */
     }
 }

 @media(max-width:560px) {
     .footer {
         /* position: fixed;
         left: 0;
         bottom: 0; */
     }
 }

 @media(max-width: 1023px) {
     .footer {
         /* position: fixed;
         left: 0;
         bottom: 0; */
     }
 }

 @media(min-width: 1024px) {
     .footer {
         position: fixed;
         left: 0;
         bottom: 0;
     }
 }

 .footer {
     padding-bottom: 10px;
     width: 100%;
     color: #bbbbbb;
 }

 .copyright {
     padding-top: 10px;
 }