/*-----------------------------------------------------------------------------------

    Template Name: Infinite HTML5 Template,
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	0. Theme Default CSS (body, link color, section etc),
    1. Header-area,
    2. Features Area Start,
    3. Intro Video ,
    4. Gallery-area,
    5. Testimonial-area,
    6. Team-area,
    7. Business-area,
    8. Pricing-area,
    9. Footer-area    
-----------------------------------------------------------------------------------*/


/* 0. Theme Default CSS (body, link color, section etc) 
========================================================*/

@font-face {
  font-family: 'Roboto';
  src: url('ttadmin/webfonts/roboto_bold_macroman/Roboto-bold-webfont.woff') format('woff');
}



* {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus,
a:hover {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* font-family: 'Montserrat', sans-serif;*/
    font-family: 'roboto', sans-serif; font-style: normal;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 15px;
    color: #364b5c;
}

html,
body {
    height: 100%;
    background-color: #000;
}

body {
   font-family: 'roboto', sans-serif; font-style: normal; font-style: normal;
    font-size: 14px;
}

a {
    font-weight: 400;
    text-decoration: none;
    font-family: 'roboto', sans-serif; font-style: normal;

}


/* 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;
}

.section-padding {
    padding: 50px 0;
}

.page-title, .page-title2 {
    margin-bottom: 80px;
    text-align: center;
}

.page-title h2, .page-title2 h2 {
    color: #364b5c;
    font-family: 'roboto', sans-serif; font-style: normal;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    line-height: 0.8;
}

/* 1. Header-area
====================*/

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mainmenu-area {
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    font-family: 'roboto', sans-serif; font-style: normal;
}

.mainmenu-area2 {
    left: 0;
      padding: 15px 0;
    position: fixed;
    padding: 5px 0;
    
    top: 0;
    width: 100%;
    z-index: 999;
    font-family: 'roboto', sans-serif; font-style: normal;
}


.mainmenu-area.sticky {
    background-color: #000000;
    padding: 5px 0;
    box-shadow: 0 0 5px 1px #404040;
}

.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}

.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
}

.mainmenu ul.nav.navbar-nav li a {
    color: #ffffff;
    font-size: 16px;
    margin: 10px;
    padding: 10px;
    text-transform: uppercase;
}

.mainmenu ul.nav.navbar-nav li.active a,
.mainmenu ul.nav.navbar-nav li a:hover {
    color: #364b5c;
}

.header-text-area {
    height: 100%;
    width: 100%;
   /* padding-top: 90px; */
   /* for moving background moving things up 
   
   height: 35%;
    width: 100%;
    padding-top: 90px;*/
}

.header-text-area-sml {
   
   /* for moving background moving things up */
   
   height: 230px;
    width: 100%;
  
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-mobile-image {
    margin: 0 auto;
    width: 270px;
}

.header-text {
    padding: 140px 0;
    text-align: center;
}

.header-bg-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -9;
}

.header-bg-slider::after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.header-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-bg-one {
    background-image: url("images/slider/slide-1.jpg");
}

.header-bg-two {
    background-image: url("images/slider/slide-2.jpg");
}

.header-bg-three {
    background-image: url("images/slider/slide-3.jpg");
}

.header-bg-four {
    background-image: url("images/slider/slide-4.jpg");
}

.top-area .rslides_nav {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #e0e0e0;
    height: 44px;
    left: -10px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: auto;
    opacity: 0.2;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 70px;
    z-index: 6;
}

.top-area .rslides_nav:hover {
    opacity: 1;
    left: 0;
}

.top-area .rslides_nav.next {
    left: auto;
    right: -10px;
}

.top-area .rslides_nav.next:hover {
    right: 0;
}

.header-text h2 {
    font-size: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.header-text h3 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 20px 0;
    text-transform: uppercase;
}

.stor-button a {
    margin: 0 3px;
    display: inline-block;
    padding-bottom: 5px;
}


/* 2. Features Area Start 
============================*/

.single-feature {
    box-shadow: 0 0 8px 0 #364b5c;
    line-height: 2;
    margin: 40px 10px;
    padding: 40px 30px;
    position: relative;
    border-radius: 10px 0 10px 0;
}

.feature-icon {
    background-color: #364b5c;
    border-radius: 20px;
    color: #ffffff;
    font-size: 35px;
    height: 80px;
    line-height: 2.1;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 80px;
}

.single-feature h3 {
    font-size: 30px;
   /* letter-spacing: 2px; */
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rottet-title {
    padding-right: 130px;
    position: relative; 
   /* padding-left: 130px;
    padding-right: 15px;*/
}

.rottet-title .page-title, .rottet-title .page-title2 {
    bottom: 0;
    position: absolute;
   right: 16px; 
   /* left: 0;
    right: auto;*/
   
    top: 0;
    width: 100px;
    margin-bottom: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: sideways-lr;
    -ms-writing-mode: tb-lr;
    -o-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.mr-btm-none {
    margin-bottom: 0;
}


/*3. Intro Video 
==================*/

.intro-video-area {
    overflow: hidden;
    position: relative;
}

.intro-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.intro-video-area .intro-video video {
    bottom: -50px;
    left: -50px;
    margin: auto;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 100%;
}

.intro-video-area {
    padding: 200px 0;
    position: relative;
}

.intro-video-text button {
    background: none;
    border: 8px solid #ffffff;
    border-radius: 50%;
    height: 110px;
    opacity: 0.8;
    width: 110px;
    ;
    outline: none;
}

.intro-video-text button img {
    height: 60px;
    margin-left: 15px;
    width: 50px;
}

.intro-video-area.in .intro-video-text button {
    opacity: 0;
}

.intro-video-area.in .intro-video-text button:hover {
    opacity: 0.4;
}

.intro-video-area.in .intro-video-text button img {
    margin-left: 0;
}

.intro-video-text h2 {
    color: #ffffff;
    font-size: 80px;
    letter-spacing: 10px;
    margin: 60px 0 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.intro-video-area.in .intro-video-text h2 {
    opacity: 0;
}

.intro-video-area::after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.intro-video-area.in::after {
    opacity: 0;
}


/* 4. Gallery-area
====================*/

.gallery-area .rottet-title {
    padding-right: 130px;
    padding-right: 15px;
  /*  position: relative;
    padding-left: 0; */
}

.gallery-area .rottet-title .page-title, .gallery-area .rottet-title .page-title2 {
     left: 0; /**/
    right: auto;
}

.gallery-area .owl-controls .owl-nav {
    text-align: center;
    margin-top: 10px;
}

.gallery-area .owl-controls .owl-nav .owl-next,
.gallery-area .owl-controls .owl-nav .owl-prev {
    background-color: #364b5c;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 0.8;
    margin: 0 5px;
    width: 30px;
    ;
}

.gallery-area .owl-controls .owl-nav .owl-next:hover,
.gallery-area .owl-controls .owl-nav .owl-prev:hover {
    background-color: #111111;
}

.gallery .owl-item.center .single-gallery img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-gallery {
    padding-top: 30px;
}


/* 5. Testimonial-area
======================*/

.testimonial-area {
    position: relative;
}

.testimonial-area.section-padding {
    padding: 150px 0;
}

.overlay-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.testimonial-area .overlay-bg {
    background-image: url(images/testmonial/testmonial_bg.jpg);
}

.testimonial-photo {
    border: 8px solid #474747;
    border-radius: 50%;
    height: 180px;
    margin: auto;
    width: 180px;
}
.testimonial-photo img {
    border-radius: 50%;
}
.overlay-bg::after {
  /*  background-color: #111111;*/
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-testimonial {
    color: #dddddd;
    font-size: 24px;
}

.single-testimonial h3 {
    color: #dddddd;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.single-testimonial .testimonial-text {
    font-style: italic;
    line-height: 1.8;
    margin: 30px auto;
    width: 90%;
}

.single-testimonial .testimonial-text::after {
    content: "\"";
    margin-left: 5px;
}

.single-testimonial .testimonial-text::before {
    content: "\"";
    margin-right: 5px;
}

.single-testimonial h4 {
    color: #ffffff;
    text-transform: uppercase;
}

.single-testimonial h4 span {
    color: #00B0EB;
}

.testimonial-area .owl-controls .owl-nav .owl-next,
.testimonial-area .owl-controls .owl-nav .owl-prev {
    bottom: 0;
    color: #ffffff;
    font-size: 60px;
    height: 60px;
    left: 0;
    line-height: 0.8;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
    opacity: 0.2;
}

.testimonial-area .owl-controls .owl-nav .owl-next:hover,
.testimonial-area .owl-controls .owl-nav .owl-prev:hover {
    opacity: 1;
}

.testimonial-area .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
}


/* 6. Team-area
=================*/

.single-team {
    margin-top: 50px;
}

.single-team .team-photo {
    border: 10px solid #dddddd;
    width: 90%;
    border-radius: 10px 0 10px 0;
}

.single-team .team-photo img {
    -webkit-transform: translate(35px, -35px) scale(1.1);
    transform: translate(35px, -35px) scale(1.1);
    width: 100%;
    border-radius: 10px 0 10px 0;
}

.single-team:hover .team-photo img {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    border-radius: 0;
}

.single-team:hover .team-photo {
    border-color: #00B0EB;
}

.team-text {
    margin-top: 20px;
    padding: 10px;
}

.team-text h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.team-text h4 {
    color: #00b0eb;
    line-height: 1.4;
    font-family: 'roboto', sans-serif; font-style: normal;
    font-weight: 600;
}

.team-social {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
}

.team-social a {
    background-color: #111111;
    color: #ffffff;
    display: inline-block;
    height: 25px;
    line-height: 1.7;
    margin-right: 8px;
    text-align: center;
    width: 25px;
}

.team-social a:hover {
    background-color: #00b0eb;
}

/* 7. Business-area
=====================*/

.business-area {
    position: relative;
    padding: 100px 0;
}

.business-area .overlay-bg {
    background-image: url("images/download_bg.jpg");
}

.business-area h3 {
    color: #ffffff;
    text-transform: uppercase;
   /* font-family: 'Open Sans', sans-serif;*/
   font-family: 'roboto', sans-serif; font-style: normal;
    margin-bottom: 0;
}

.business-area h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 40px 0;
}

.business-area h2 span {
    color: #364b5c;
}

.stor-button a:hover img {
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
   /* box-shadow: 0px 2px 2px 3px #65a5d9;*/ /* #02AEF0; */
    -webkit-transform: translate(0, -3px);
    transform: translate(0,-3px);
}



/* 8. Pricing-area
=====================*/

.single-pricing {
    box-shadow: 0 0 0 1px #f2f1f6;
    border-radius: 20px 0;
    text-align: center;
}

.single-pricing:hover {
    background-color: #02aef0;
    box-shadow: 5px 5px 10px 2px #cccccc;
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.single-pricing-title {
    background-color: #02aef0;
    border-radius: 20px 0 0;
    padding: 15px;
}

.single-pricing-title h2 {
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.single-pricing-title h4 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.pricing-rate {
    background-color: #f2f1f6;
    padding: 20px 0;
}

.pricing-rate h3 {
    color: #02aef0;
    margin: 0;
    text-transform: uppercase;
}

.pricing-service ul {
    list-style: outside none none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.pricing-service ul li {
    border-top: 1px solid #dddddd;
    padding: 15px;
    text-transform: uppercase;
}

.single-pricing:hover .pricing-service ul li {
    color: #ffffff;
}

.pricing-service {
    padding: 30px;
}

.pricing-service ul li:first-child {
    border-top: medium none;
}

.default-button {
    background-color: #02aef0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
}

.default-button span {
    margin-right: 10px;
}

.single-pricing .default-button {
    margin-top: 20px;
}

.single-pricing:hover .default-button {
    background-color: #111111;
}

.pricing-service ul li span i.fa-check {
    color: #02aef0;
}

.single-pricing:hover .pricing-service ul li span i.fa-check {
    color: #ffffff;
}

.pricing-service ul li span i.fa-times {
    color: #ce2026;
}

.pricing-service ul li span {
    margin-right: 10px;
}

.single-pricing:hover {
    background-color: #02aef0;
}

.single-pricing:hover .pricing-rate {
    background-color: #111111;
    color: #ffffff;
}

.single-pricing:hover .pricing-rate h3 {
    color: #ffffff;
}

.single-pricing:hover .pricing-service .default-button:hover {
    background-color: #F2F1F6;
    color: #111111;
}


/* 9. Footer-area 
==================*/

.footer-area {
    position: relative;
}

.footer-area p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
 /*   font-family: 'Oswald', sans-serif; */
 font-family: 'roboto', sans-serif; font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 4px;
}

.footer-area .overlay-bg {
    background-image: url(images/footer_bg.jpg);
}

.footer-area .overlay-bg::after {
    opacity: 0.6;
}

.footer-bottom {
    padding-top: 0px;
}

.social-menu {
    text-align: right;
}

.social-menu a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 2.2;
    margin-left: 5px;
    text-align: center;
    width: 40px;
    border-radius: 3px;
}

.social-menu a:hover {
    color: #364b5c;
    border-color: #ffffff;
    background-color: #ffffff;
}

.contact-form {
       height: 380px;
    position: relative;
    text-align: center;
    width: 380px;
    z-index: 1;
    padding-top: 10px;
}

.contact-form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242428;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 25px;
    opacity: 0.8;
}

.contact-form h3 {
    color: #364b5c;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
}

.contact-form .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
}

.contact-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    height: 60px;
    position: relative;
    text-transform: uppercase;
    width: 60px;
    margin-top: 20px;
    z-index: 1;
}

.contact-form button:hover {
   /* color: #000000; */
     -webkit-transform: translate(0, -3px);
    transform: translate(0,-3px);
}

.contact-form button::after {
    background-color: #364b5c;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    z-index: -1;
}

.contact-form button:hover::after {
  /*  background-color: #ffffff; */
}

/* signup form */
.signup-form {
       height: 715px;
    position: relative;
    text-align: center;
    width: 715px;
    z-index: 1;
    padding-top: 20px;
}

.signup-form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242428;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 25px;
    opacity: 0.8;
}

.signup-form h3 {
    color: #364b5c;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"],
.signup-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
}

.signup-form select {
    background: rgba(0, 0, 0, 0)  url("images/selectbox_arrow.png") right center no-repeat;
    color: #a2a2a4;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}


.signup-form .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
}

.signup-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    height: 60px;
    position: relative;
    text-transform: uppercase;
    width: 60px;
    margin-top: 20px;
    z-index: 1;
}

.signup-form button:hover {
   /* color: #000000; */
     -webkit-transform: translate(0, -3px);
    transform: translate(0,-3px);
}

.signup-form button::after {
    background-color: #364b5c;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    z-index: -1;
}

.signup-form button:hover::after {
  /*  background-color: #ffffff; */
}


/*signup form end */


.copyright {
    text-align: right;
    margin-top: 85px;
}

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 3px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

#scrollUp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #364b5c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scrollUp:hover:before {
    /*box-shadow: 5px 5px 10px 0 #65a5d9;*/
}

#scrollUp:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}


.login-form {
       height: 330px;
    position: relative;
    text-align: center;
    width: 330px;
    z-index: 1;
    padding-top: 10px;
}

.login-form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242428;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 25px;
    opacity: 0.8;
}

.login-form h3 {
    color: #364b5c;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
   /* text-transform: uppercase;*/
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
}

.login-form .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
}

.login-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    height: 60px;
    position: relative;
    text-transform: uppercase;
    width: 60px;
    margin-top: 40px;
    z-index: 1;
}

.login-form button:hover {
    color: #000000;
}

.login-form button::after {
    background-color: #364b5c;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    z-index: -1;
}

.login-form button:hover::after {
    background-color: #ffffff;
}




.news-form {
       height: 330px;
    position: relative;
    text-align: center;
    width: 330px;
    z-index: 1;
    padding-top: 10px;
}

/*
.news-form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242428;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 25px;
    opacity: 0.8;
} */

.news-form h3 {
    color: #364b5c;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.news-form input[type="text"],
.news-form input[type="email"],
.news-form input[type="password"],
.news-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 0;
}

.news-form .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
}

.news-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    height: 60px;
    position: relative;
    text-transform: uppercase;
    width: 60px;
    margin-top: 40px;
    z-index: 1;
}

.news-form button:hover {
     -webkit-transform: translate(0, -3px);
    transform: translate(0,-3px);
}

.news-form button::after {
    background-color: #364b5c;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    z-index: -1;
}

.news-form button:hover::after {

}


.news-form h4 {
    color: #364b5c;
    margin-bottom: 40px;
    text-transform:  none ;
}



.gallery-area .overlay-bg {
    background-image: url("images/download_bg.jpg");
}


/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #00bff3;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* *****************************************************************
 * 8. Faq Section
 * ************************************************************** */

.faq-section .panel-group .panel {
    border-radius: 6px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.04), 0 0px 1px rgba(28,39,72,.15), 0 0px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.04), 0 0px 1px rgba(28,39,72,.15), 0 0px 1px rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgba(0,0,0,.04), 0 0px 1px rgba(28,39,72,.15), 0 0px 1px rgba(0,0,0,.09);
    border: none;
}
.faq-section .panel .panel-heading {
    padding: 15px 20px;
    background: none;
}
.faq-section .panel .panel-heading a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #364b5c;
}
.faq-section .panel .panel-heading i {
    float: right;
    font-size: 22px;
}
.faq-section .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
.faq-section .panel-group .panel-body {
    color: #000;
    background-color: #f7f7f7;
}
.margina {
 margin-left:95px;
 }
 
 .xtrapadding{
	 padding-top:130px;
}
 
@media only screen and ( max-width:767px ) {
    .faq-section .panel .panel-heading a {
        font-size: 15.5px;
    }
    .faq-section .panel-group .panel-heading+.panel-collapse>.panel-body {
        font-size: 15px;
    }
    .margina {
		margin-left:5px;
 }
 
 .single-gallery {

    padding-top: 30px;
   /* width: 240px; */
    padding-left: 5px;
    padding-right: 5px;
   }

 
}

