/*
Theme Name: Bent
Author: Allie
Version: 1.0
URL: http://designscrazed.org/
*/

/* Table of Content
==================================================
  1. COMMON STYLES
  2. SECTION HOME
  3. SECTION ABOUT
  9. SECTION FUN FACTS
  
  6. SECTION FEATURES
  7. SECTION CALL TO ACTION
  
  11. SECTION CONTACT
  
  13. SECTION FOOTER
*/

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 55px;
    padding-bottom: 35px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #008ead;
    font-size: 60px;
    font-weight: 400;
}
.section_title h5 {
    text-align: center;
    position: relative;
    color: #008ead;
    font-size: 15px;
    font-weight: 600;
}
.section_title p {
    text-align: center;
    margin-top: 10px;
    color: #002877;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.navbar {
    margin-top: -100px
}
@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-family: 'Raleway', sans-serif;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #002877;
    }
    .navbar-default .navbar-nav>li>a:focus {
        color: #000036;
    }
    .navbar-default {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        z-index: 110;
    }
    .navbar-default .navbar-nav>li>a {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .navbar-nav>li>a {
        padding-top: 45px;
    }
}
@media (max-width: 768px) {
    .navbar-default {
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #002877;
}
.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.home_text{
    text-align: center;
}

@media (max-width: 768px){
.home_text{
        text-align: center;
    }
}
.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 450;
    line-height: 45px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 350;
}
.tuor,
.tuor:focus,
.tuor:active,
.tuor:visited {
    color: #002877;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #008ead;
}
.tuor i {
    font-size: 35px;
    padding-left: 5px;
    color: #002877;
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/

.about {
    background: #F1F1F1;
}

/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
    background: url(../images/testimonial.jpg) no-repeat center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 55px;
}
.fun_facts h2 {
    color: #00D1FF;
    font-size: 21px;
    font-weight: 450;
    text-align: center;
}
.fun_facts p {
    color: #dfdfdf;
    font-size: 15px;
    font-weight: 450;
    text-align: center;
}
.single_fun_facts {
    font-family: 'Source Sans Pro', sans-serif;
}

/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
    background-color: #f1f1f1
}
.feature_inner {
    padding-top: 5px;
    padding-bottom: 15px;
}

/*right feature*/
.right_single_feature {
    position: relative;
    padding-left: 60px;
    margin-bottom: 65px;
    margin-top: 35px;
}
.right_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #008ead;
    left: 0;
    width: 100px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.right_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #002877;
    text-align: center;
}
.right_single_feature h3 span {
    color: #008ead;
}
.right_single_feature p {
    color: #008ead;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

/*central feature*/
.central_single_feature {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 65px;
    margin-top: 35px;
}
.central_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #008ead;
    left: 0;
    width: 100px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.central_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #002877;
    text-align: center;
}
.central_single_feature h3 span {
    color: #008ead;
}
.central_single_feature p {
    color: #008ead;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

/*left feature*/
.left_single_feature {
    position: relative;
    padding-right: 60px;
    margin-bottom: 65px;
    text-align: right;
    margin-top: 35px;
}
.left_single_feature div {
    position: absolute;
    font-size: 40px;
    color: #008ead;
    right: 0;
    width: 100px;
    height: 90px;
    text-align: center;
    top: -8px;
}
.left_single_feature h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #002877;
    text-align: center;
}
.left_single_feature h3 span {
    color: #008ead;
}
.left_single_feature p {
    color: #008ead;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}
.right_no_padding {
    padding-left: 15px;
}
.left_no_padding {
    padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
    .right_single_feature {
        margin-left: -60px;
    }
    .left_single_feature {
        margin-right: -60px;
    }
    .right_single_feature h3,
    .central_single_feature h3
    .left_single_feature h3 {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}


/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
    background: url(../images/testimonial.jpg) no-repeat center;
    background-size: cover;
}
.call_to_action {
    padding-top: 50px;
    padding-bottom: 100px;
}
.call_to_action h2 {
    color: #00D1FF;
    font-size: 60px;
    font-weight: 450;
    text-align: center;
}
.call_to_action p {
    color: #dfdfdf;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}




/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_form {
    padding-top: 5px;
}
.contact_form .form-control {
    display: block;
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #002877;
    background-color: transparent;
    border: 1px solid #008ead;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: 1px solid #002877;
    border-color: #002877;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #002877;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #002877;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #008ead;
    color: #fff;
    border-color: #002877;
}
.social_icons {
    padding-top: 5px;
    padding-bottom: 70px;
}

.error {
    color: #f39c12;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #008ead;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 3px solid #008ead;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {
    width: 60%;
}
.copy_right_text p {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 9px;
}
.copy_right_text p a {
    text-decoration: underline;
    color: #fff;
}
.copy_right_text p span {
    font-weight: 300;
}
.social_icons_footer {
    padding-top: 5px;
    padding-bottom: 5px;
}
.social_icons_footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons_footer ul li {
    list-style: none;
    display: inline;
    padding-left: 10px
}
.social_icons_footer ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #002877;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #00d1ff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social_icons_footer ul li a i {
    font-size: 20px;
}
.social_icons_footer ul li a:hover {
    background: #008ead;
    border: 1px solid #002877;
    color: #fff
}



.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #002877;
    padding: 15px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #008ead;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.08s;
    animation-delay: -0.08s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
