/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
#container-1 .mix{
    display: none;
}

#container-1 {
    margin: 0 auto;
}

.container .pager-list .btn-default {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #ddd;
        box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    font-family: "Montserrat";
    font-weight: normal;
}

.pager-list {
    clear: both;
    display: inline-block;
}
.controls {
    padding-bottom: 40px;
    margin: 0 auto;
}




/* ----------------  HEADER SECTION STYLING -----------------------*/

header {


    background: url(../img/typewriter2.jpg);
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;  
}

.img-tint {
    background: rgba(0,0,0,0.20)
}


 .intro-text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    margin: 0 auto;
    display: inline-block;
}

a[tabindex]:focus {
    color:white;
    outline: none;
    text-decoration: none;
}

.btn-intro {
    width:intrinsic; /* For Safari, see https://developer.mozilla.org/en-US/docs/CSS/width */
    width:-moz-fit-content;
    width:-webkit-fit-content;
    width:fit-content;
    display: inline-block;
    margin: 0 auto;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family:'Libre Baskerville', serif;
    font-size: 22px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        line-height: 40px;
        font-size: 35px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 40px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 65px;
        font-weight: 700;
        line-height: 75px;
    }
}

/* ----------------  PORTFOLIO CONTROLS STYLING -----------------------*/


button {
    font-family: inherit;
    font-size: 18px;
    line-height: inherit;
    border: none;
    background: none;
    margin-right: 15px;
    
}

button:hover 
button:focus
button:active
button .active
button:active:focus {
    color: #ef7674;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.controlrow button:active {
    color: #ef7674;
}


/* ----------------  PORTFOLIO GRID SECTION STYLING -----------------------*/
 
.caption {
    background-color: white;
    text-align: center;
    padding: 1px;
    margin-bottom: 50px;
    max-width: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    height: 76px;
}

.caption a {
    color: black;
}


#portfolio {
    background-color: #f7f7f7;
    padding-bottom:100px;
}

.portfolio-link {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
    border: 2px solid gray;
    overflow: hidden;

}

img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    } 

.darken {
    background: black;
    padding: 0;
}

a.darken img {
    display: block;
    
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

a.darken:hover img {
    opacity: 0.7;
            
}


.brightness img:hover
{

    webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}


/*--
.fade {
    opacity: 1;
}

.fade:hover {
    opacity: 0.5;
}
*/ 



/* ---------------- ABOUT Section Styles  -----------------------*/

#about {
    background-color: #80CEB9;
    padding: 0 0 250px 0;
    height: auto;
}

.abt-text {
       margin-top: 80px;
        font-size: 20px;
        font-weight: bold;
        color: #777;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.about-head {
    text-align: center;
    padding-top: 100px;
    font-size: 35px;
}

.timeline-image img {
    vertical-align: middle;
} 

.img-circle {
  border: 7px solid #fff;
  float: right;

}

@media (min-width: 400px) {
     #about { 
        height: 100vh;
    }
}


@media (min-width: 300px) {
     .bio { 
        margin-left: 5%;
        padding-right: 5%;
    }
}

/* ---------------- Section Styles  -----------------------*/


body {
    overflow-x: hidden;
    font-family: 
}

.text-muted {
    color: #777;
    font-family:'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 16px;
    line-height: 1.75;
    font-family:'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: 
}

a:hover,
a:focus,
a:active,
a.active {
    color: #80CEB9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: "Montserrat", "Helvetic Neue";
}

.caption h3 {
    font-weight: 500;
    font-size: 20px;
}

@media(max-width:991px) {
    .caption h3 {
        font-size: 18px;
    }
}


.section-heading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #80CEB9;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #13ada5;
    background-color: #80CEB9;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}



.btn-xl {
    padding: 20px 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #80CEB9;
    

}



.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    
    color: #fff;
    background-color: #13ada5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    ;
}

/*

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #80CEB9;
    background-color: #13ada5;
}

*/

.btn-xl .badge {
    color: #80CEB9;
    background-color: #fff;
}

.btn {
    font-weight: normal;
    font-family: "Montserrat", "Helvetic Neue";
        box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

/* ---------------- NAV BAR STLYING  -----------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
    background-image: linear-gradient(to bottom,rgba(51,61,71,.7),transparent);
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #80CEB9;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #80CEB9;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #80CEB9;
    background-color: #80CEB9;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #80CEB9;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #80CEB9;
}

.navbar-default .navbar-nav>.active>a {
    color: #80CEB9;
    background-color: inherit;


}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #80CEB9;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
        background: rgba(0,0,0,0.65);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}



/* ---------------- END Nav Bar Styling  -----------------------*/


header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .text-holder {
    background: rgba(255, 255, 255, .60);
    padding: 5px 0px 5px 0px;
    margin-bottom: 30px;
}


header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: 'Libre Baskerville', serif; 
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 150px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        line-height: 40px;

    }

    header .intro-text .intro-heading {
        font-family: 'Libre Baskerville', serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
    }
}


section h2.section-heading {
    margin-top: 0;
    font-size: 45px;
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        ;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#containerm img {
    border: 2px solid gray;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

.portfolio-caption {

background-color: #fff;
padding-top: 5px;

}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


/* ---------------- VERTICAL TIMELINE STYLES ---------------------------*/

/* ------- Experience header ---*/

#experience {
    background-color: #f7f7f7;
}

body[data-aos-duration='4000'] [data-aos], [data-aos][data-aos][data-aos-duration='4000']{
    transition-duration: 4000ms;
  }

.title-box h2 {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
    font-size: 40px;
    font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.clearfix { *zoom:1; }

.title-box.clearfix {}
.clearfix:before, .clearfix:after {
    display:table;
    content:"";
    line-height:0;
    padding-bottom: 40px;
}
.clearfix:after { clear:both; }
.hide-text {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}

.title-box .title-box_icon {
    position:relative;
    width:48px;
    height:48px;
    bottom:35px;
    left:50%;
    margin-left:-24px;
    z-index:2;
}
.title-box .title-box_icon:after {
    content:'';
    position:absolute;
    width:570px;
    height:2px;
    top:10px;
    left:-261px;
    background:#bababa;
    z-index:-1;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    display: block;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #bababa;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 60px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            padding: 20px;
            position: relative;
            text-align: right;
        }

    .timeline > li > .timeline-date {
        
            float: right;
            border: 1px solid #d4d4d4;
            border-radius: 15px;
            padding: 15px;
            position: relative;
            background: #3b323c;
            color: white;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            margin-right: 25%;
            margin-top: 0.5%;
        }

    .timeline > li > .timeline-date:before {
            content: '';
            position: absolute;
            top: 20px;
            left: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #3b323c transparent transparent;
        }
   

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 48px;
            height: 48px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            -webkit-transition: all 800ms ease;
            -moz-transition: all 800ms ease;
            -o-transition: all 800ms ease;
            transition: all 800ms ease;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        /* ------- inverted styles ---*/

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            
            position: relative;
            width: 46%;
            text-align: left;
            margin-left: 8%;
        }

        .timeline > li.timeline-inverted > .timeline-date-inverted {
            float: left;
            padding: 15px;
            position: relative;
            text-align: right;
            border: 1px solid #d4d4d4;
            border-radius: 15px;
            background: #3b323c;
            color: white;
            margin-top: 10px;
            margin-left: 25%;
        }


        .timeline > li.timeline-inverted > .timeline-date-inverted:before {
            content: '';
            position: absolute;
            top: 20px;
            right: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #3b323c;
        }

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-position {
    color: #4fb59a;
    font-weight: 700;
    font-size: 16px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 1199px) {
     .timeline > li > .timeline-date { 
        margin-right: 20%;
    }

     .timeline > li.timeline-inverted > .timeline-date-inverted {
        margin-left: 20%;
    }

}

@media (max-width: 991px) {
     .timeline > li > .timeline-date { 
        margin-right: 9%;
    }

    .timeline > li.timeline-inverted > .timeline-date-inverted {
        margin-left: 9%;
    }

}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    [data-aos=fade-right] {
    transform: none !important; 
    }

    [data-aos=fade-left] {
    transform: none !important; 
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel, .timeline > li.timeline-inverted > .timeline-panel {
        float: left;
        left: 0;
        width: auto;
        text-align: left;
        position: relative;
        display: block;
        opacity: 1;
        margin-left: 60px;
    }

        .timeline > li > .timeline-date, .timeline > li.timeline-inverted > .timeline-date-inverted { 
            float: left;
            margin-left: 90px;
            position: relative;
            width: auto;

        }

        .timeline > li.timeline-inverted > .timeline-date-inverted:before {
            left: -10px;
            border-width: 10px 10px 10px 0;
            border-color: transparent #3b323c transparent transparent;
                }

    
    }


/* -------------------------------EDUCATION  ---------------------------*/

#education {
    
}

.edu-color {
    background-color: #dddddd;
    padding-bottom: 150px;
}

 .education-line1-divider /* --(Middle Divider)--*/ {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    background: #dddddd;
    z-index: 5;
} 

.education-line1 .education-line1-divider:before {
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 4px;
    background: #80CEB9;
}

.description-title {
    font-weight: bold;
}

.education-wrapper /*--(Left Column Styles)--*/ {
    overflow: hidden;
    position: relative;
    left: 0;
    background: #80CEB9;
}

.edu-title {
    color: white;
    width: 40%;
    float:left;
    margin: 3%;
}

.edu-school {
    text-align: center;
}

.education-line1-item-left {
    width: 49.5%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 0.5%;
    overflow: hidden;
    position: relative;
}

.edu-description {
    background-color: #fff;
    width: 52%;
    float: right;
    padding: 4% 6% 4% 4%;
    height: 210px;
}

.education-line1-item-right /* --(Right Column Styles)--*/ {
    width: 49.5%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 0.5%;
}

.edu-description-right {
    float: left;
    width: 52%;    
    background-color: #fff;
    padding: 4% 4% 4% 6%;
    height: 210px;

}

.edu-title-right {
    color: white;
    height: 100%;
    float:right;
    margin: 3% 10% 0% 0%;

}

@media (max-width: 1199px) {
.edu-description, .edu-description-right {
    height: 225px;
}
}

@media (max-width: 991px) {
     .edu-description, .edu-description-right { 
        width: auto;
        height: 168px;
    }

    .edu-title, .edu-title-right {
        text-align: center;
        width: auto;
        float: none;
        padding: 20px 20px;
        margin: 0;
    }
    .education-line1-divider {
        margin-top: 15px;
    }

}

@media (max-width: 767px) {
      .education-line1-divider { 
        visibility: hidden;
    }

    .education-line1-item-left, .education-line1-item-right {
        width: auto;
    }

    .edu-title, .edu-title-right {
        text-align: left;
    }

    .education-line1-item-right {
        padding-top: 40px;
    }

}

/* ---------------------------------CONTACT  ---------------------------*/
button, input, select, textarea {
  font-family : Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size   : 100%;
}

section#contact {
    background-color: #f7f7f7;
}

section#contact .section-heading {
    
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    border: 1px solid gray;
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

  .contbtn {
    padding-bottom: 70px;
    padding-top: 20px;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background: #80CEB9;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#13ada5;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}

.display-none {
    display: none;
}

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

footer {
    padding: 25px 0;
    text-align: center;
    background-color: #dddddd;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #80CEB9;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 1px solid;
    color: #03a389;
    text-decoration: underline;
    font-weight: bold;
}







::-moz-selection {
    text-shadow: none;
    
}

::selection {
    text-shadow: none;
    
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: ;
}