
body
    {
        background: #ffffff;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        position: relative;
    }

h2, h3, h4
    {
        font-weight: bold;
        margin-top: 20px;
    }

p
    {
        line-height: 20px;
        color:#565656;
        margin: 0px;
        padding: 5px;
        background-color: white;
    }

a
    {
        
        padding: 5px;
        background-color: white;
        font-size: 40px;
        text-decoration: underline;
    }

/* start all section */
#service, #divider, #about, #team, #newsletter,
 #pricing, #portfolio, #client, #contact
    {
        padding-top: 40px;
        padding-bottom: 1px;
        position: relative;
    }
/* end all section */

#home
    {
      padding-top: 150px;
      text-align: center;
    }



#team object{

    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #112358;
        padding-top: 55px;
        text-align: center;
      
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: transparent;
        text-align: center;
        border-radius: 20px;
        box-shadow: none;
        margin-bottom: 10px;
        transition: all 0.4s ease-in-out;
        font-size: 35px;
        border-bottom-color: #545454;
        border-style: double;
        color: #797979;

    }
#contact input
    {
        height: auto;
        border-color: transparent;

    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #93ca3a;
    }
#contact button
    {
        height: initial;
        margin-top: 20px;
    }
#contact button[type="download"]
    {
    color: #404040;
    font-weight: bold;
    background-color: transparent;
    margin-bottom: 40px;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 20px;
    border-top-color: #d6d6d6;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    font-size: large;
    }
#contact button[type="download"]:hover
    {
        background: #112358;
        color: #FFFFFF;
    }
 #contact .form-control::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #adadad;
}
#contact .form-control::-webkit-input-placeholder {
  color: #adadad;
}
/* end contact */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 0px;
        min-height: 1%;
        position: fixed;
        bottom: 1px;
    }
footer p
    {
        line-height: 12px;
    }
footer .social-icon
    {
        top: 0px;
        text-align: right;
    }
/* end footer */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0 !important;
        padding: 0;
    }
.navbar-default .navbar-brand
    {
        padding-top: 10px;
        padding-bottom: 40px;
        padding-right: 5px;
    }
.navbar-default .navbar-nav li a
    {
        font-size: 13px;
        font-weight: bold;
        line-height: 35px;
        color: #112358;
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #000000;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 15px;

    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #112358;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 0px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 15px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 10px;
        }
    
}
/* end templatemo 360 media quires */

