/*@font-face
{
    src:url(../fonts/Calibri.ttf);
    font-family:'Calibri';
}*/

@font-face
{
    src:url(../fonts/Times-New-Roman.ttf);
    font-family:'Times New Roman';
}

body {
    color: #222;
    font-size: 18px;
    position: relative;
    font-family: 'Times New Roman';
    line-height: 24px;
}

.message p {
    margin-bottom: 2%;
    text-indent: 3%;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #000080;
    font-weight: 700;
}

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
}

.site-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/site_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    background-color: rgba(243, 243, 243, 0.92);
}

section {
    margin-bottom: 50px;
    padding: 0px 15px;
    position: relative;
}

section:last-child {
    margin-bottom: 0px;
}

.section-title {
    text-transform: capitalize;
}

hr {
    border-top: 1px solid #b76126;
    margin: 30px 0px;
}

/*=====================
        Header
=========================*/

header {
    padding: 10px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*========================
        Side Nav
==========================*/
.nav>li {
    display: inline-block;
}

.nav>li>a {
    color: #000;
    /*font-size: 15px;*/
    padding: 5px 10px;
    text-transform: capitalize;
}

.nav>li.active a {
    color: #b86226;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #b86226;
}

/*=========================
        Introduction
=========================*/

#introduction {
    padding-top: 20px;
}

#introduction .intro-box {
    /*font-size: 15px;*/
    padding: 15px 0px;
    line-height: 30px;
}

#introduction p span {
    display: block;
    font-size: 24px;
}

#introduction span.title {
    font-weight: 700;
    padding-bottom: 5px;
}

#introduction .font-size-32 {
    font-size: 32px;
}

#introduction .font-size-26 {
    font-size: 26px;
}

#introduction .font-size-20 {
    font-size: 20px;
}

#introduction .font-size-18 {
    font-size: 18px;
}

#introduction .spacing {
    font-size: 22px;
}

#introduction .color-dark-blue {
    color: darkblue;
}




/*==========================
    Eye Service
============================*/

.eye-services li {
    padding-top: 18px;
}

.eye-services-image-bottom {
    padding-bottom: 3%;
}

.eye-services-image-top {
    padding-top: 3%;
}

.eye-services-header{
    font-size: 36px;
}

/*==========================
    Education & Professional
============================*/

.certificate-list h4{
    margin-bottom: 15px;
    margin-top: 30px;
}

.scope-list {
    padding-left: 20px;
}

.scope-list li i {
    padding-right: 10px;
}

.education-header {
    text-transform: none;
}

/*========================
        Contact
=========================*/

.form-control {
    height:auto;
    padding: 10px;
    margin-bottom: 15px;
}

#contact .font-size-32 {
    font-size: 32px;
}

.btn-contact {
    background: rgba(255,146,10,1);
    background: -moz-linear-gradient(left, rgba(255,146,10,1) 8%, rgba(214,119,8,1) 31%, rgba(163,87,5,1) 59%, rgba(104,49,1,1) 92%);
    background: -webkit-gradient(left top, right top, color-stop(8%, rgba(255,146,10,1)), color-stop(31%, rgba(214,119,8,1)), color-stop(59%, rgba(163,87,5,1)), color-stop(92%, rgba(104,49,1,1)));
    background: -webkit-linear-gradient(left, rgba(255,146,10,1) 8%, rgba(214,119,8,1) 31%, rgba(163,87,5,1) 59%, rgba(104,49,1,1) 92%);
    background: -o-linear-gradient(left, rgba(255,146,10,1) 8%, rgba(214,119,8,1) 31%, rgba(163,87,5,1) 59%, rgba(104,49,1,1) 92%);
    background: -ms-linear-gradient(left, rgba(255,146,10,1) 8%, rgba(214,119,8,1) 31%, rgba(163,87,5,1) 59%, rgba(104,49,1,1) 92%);
    background: linear-gradient(to right, rgba(255,146,10,1) 8%, rgba(214,119,8,1) 31%, rgba(163,87,5,1) 59%, rgba(104,49,1,1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#683101', GradientType=1 );
    border: none;
    color: #fff;
    font-size: 17px;
    margin: 15px 0px;
    padding: 15px;
}

.contact-info {
    color: #b86226;
    margin-bottom: 20px;
}

.social-contact li {
    display: inline;
    margin-right: 15px;
    color: #b86226;
    font-size: 32px;
}

/*==================
    footer
====================*/

footer {
    padding: 10px 0px;
    margin-top: 10px;
}

footer p {
    margin-bottom: 0px;
}

/*==================
    responsiveness
====================*/

@media (max-width: 767px) {
    img {
        margin-bottom: 15px;
    }
}