@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

::-moz-selection {
    background-color: #f7631b;
    color: #fff
}

::selection {
    background-color: #f7631b;
    color: #fff
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: 300
}

:-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

::-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

body {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #828282;
    background: #800080;
    padding: 28x;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #800080;
    outline: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #bea34d;
}

::-moz-selection {
    color: #fff;
    background: #bea34d;
}

::selection {
    color: #fff;
    background: #bea34d;
}

.navbar-fixed-top .nav {
    float: right;
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand img {
    display: inline-block;
    width: 180px;
    height: 50px;
    position: relative;

}

.navbar-fixed-top .navbar-brand {
    padding: 10px 0;
    position: absolute;
}

.navbar-fixed-top .nav a {
    padding: 0 0;
    color: #fff;
}

.navbar ul {
    padding: 10px;
    margin: 5px 0 0 0;
}

.navbar ul li {
    padding: 5px;
    margin: 1px;
    list-style: none;
    display: inline;
    text-transform: uppercase;
}

.navbar ul li a {
    font-size: 12px;
    padding: 1px 1px;
    color: #fff;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

.navbar ul li a:hover,
.navbar ul li a:focus,
.navbar ul li a:active {
    color: #800080;
    border: 2px solid #800080;
}

.navbar ul li.active a {
    color: #800080;
    border: 2px solid #800080;
    position: relative;
}

.navbar-fixed-top .navbar-brand {
    padding: 10px 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .navbar-fixed-top .navbar-brand img {
        font-size: 2px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
}

/*------------------------------------*\
  Why us
\*------------------------------------*/
#otto-intro {
    z-index: 0;
    padding-bottom: 3em;
}

.third-col {
    padding: 2em;
    margin-top: -20px;   
    z-index: 5;
    width: 50%;
    background: #9900FF;
    color: #fff;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .third-col {
        width: 100% !important;
    }
}

.third-col h2 {
    color: white;
    font-weight: 700;
}

.third-col.third-col-color {
    background: #9932CC;
}

.third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%;
}

.third-col .icon i {
    font-size: 200px;
    color: rgba(255, 255, 255, 0.05);
}
.feature {
    margin: 15px 0px;
}

.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #000000;
    margin-right: 2px;
    margin-left: 5px;
}

.features {
    margin-bottom: 3em;
    width: 100%;
    float: left;
    margin-left: 0;
}


#otto-counter,
.otto-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

#otto-counter .overlay,
.otto-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.otto-video {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .otto-video {
        height: 400px;
    }
}

#otto-hero {
    min-height: 700px;
    background: #fff url(../img/loader.gif) no-repeat center center;
}

#otto-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#otto-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#otto-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center !important;
    min-height: 700px;
    position: relative;
}

#otto-hero .flexslider .slides li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#otto-hero .flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 1000;
}

#otto-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#otto-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
}

#otto-hero .flexslider .flex-direction-nav {
    display: none;
}

#otto-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 700px;
    z-index: 9;
}

#otto-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
}

#otto-hero .flexslider .slider-text > .slider-text-inner h1,
#otto-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#otto-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    #otto-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 25px;
        background-position: center !important;
        padding: 5px 5px;
        text-align: center !important;
    }
}

#otto-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    background-position: center center !important;
}

#otto-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
}

#otto-hero .flexslider .slider-text > .slider-text-inner .btn {
    padding: 15px 30px;
    background: #000000 !important;
    color: #ffffff;
    border: none !important;
    font-size: 18px;
}

#otto-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
    background: #800080 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#otto-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#otto-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
    width: 100%;
    background: #ffffff;
    border: none;
}

@media screen and (max-width: 768px) {
    #otto-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 25px;
        background-position: center center !important;
    }
}


.otto-contact-info ul {
    font-size: 20px;
    color: white;
    padding: 0;
    margin: 0;

}

.otto-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.otto-contact-info ul li:before {
    color: white;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: white;
}

@media screen and (max-width: 768px) {
    .otto-contact-info h3 ul li {
        font-size: 25px;
        background-position: center !important;
        padding: 5px 5px;
        text-align: center !important;
    }
}

#otto-index,
#otto-about,
#otto-practice,
#otto-about,
#otto-contact,
#otto-footer {
    padding: 7em 0;
    clear: both;
}

@media screen and (max-width: 768px) {

    #otto-index,
    #otto-about,
    #otto-practice,
    #otto-about,
    #otto-contact,
    #otto-footer {
        padding: 3em 0;
    }
}

#otto-intro,
#otto-content,
#otto-consult {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    float: left;
}

#otto-content .video,
#otto-content .choose,
#otto-consult .video,
#otto-consult .choose,
#otto-contact .choose {
    display: inline-block;
}

@media screen and (max-width: 768px) {

    #otto-content .video,
    #otto-content .choose,
    #otto-consult .video,
    #otto-consult .choose,
    #otto-contact .choose {
        width: 100% !important;
    }
}

#otto-content .video,
#otto-consult .video {
    display: table;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#otto-content .choose,
#otto-consult .choose,
#otto-contact .choose {
    width: 50%;
    padding: 40px 40px;
}

#otto-content .choose-form,
#otto-consult .choose-form,
#otto-contact .choose-form {
    background: #9933FF;
}

#otto-content .choose-form .otto-heading,
#otto-consult .choose-form .otto-heading,
#otto-contact .choose-form .otto-heading {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #otto-consult .choose-form .otto-heading h2 {
        font-size: 40px;
        position: relative;
        margin: 20px 0;
        text-align: center;
    }
}

#otto-content .choose-form .otto-heading h2,
#otto-consult .choose-form .otto-heading h2 {
    color: #fff;
}

#otto-content .choose-form .form-control,
#otto-consult .choose-form .form-control,
#otto-contact .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: white;
}

#otto-content .choose-form .form-control:active,
#otto-content .choose-form .form-control:focus,
#otto-consult .choose-form .form-control:active,
#otto-consult .choose-form .form-control:focus,
#otto-contact .choose-form .form-control:active,
#otto-contact .choose-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
}

.floating-label-form-group {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 3px solid white;
    background: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
    color: white;
    font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}

.floating-label-form-group .help-block {
    margin: 15px 0;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
    border-top: 1px solid #dee2e6;
}



.services {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    background: #800080;
    border: 5px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#otto-about h2 {
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.services h3 {
    font-weight: 400;
}

.services h3 a {
    color: #ffffff;
}

.services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services .icon i {
    display: block;
    vertical-align: middle;
    height: 70px;
    font-size: 60px;
    line-height: 40px;
    color: #800080;
}

.services:hover,
.services:focus {
    background: #9900FF;
    color: rgba(255, 255, 255, 0.7);
}

.services:hover h3 a,
.services:focus h3 a {
    color: #fff;
}

.services:hover .icon i,
.services:focus .icon i {
    color: #fff;
}

.otto-social-icons {
    margin: 0;
    padding: 0;
}

.otto-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.otto-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.otto-social-icons li a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.otto-social-icons li a:hover i {
    color: #800080;
}

.otto-social-icons ul li a i {
    font-size: 10px;
}


.otto-heading .container {
    margin-bottom: 5em;
    width: 90%;
}

.otto-heading .otto-heading-sm {
    margin-bottom: 5em;
}

.otto-heading h2 {
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: white;
    font-weight: 400;
}

.otto-heading h3 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
}

.otto-heading a {
    font-size: 16px;
    text-align: left;
    margin-left: 5px;
    color: #ffffff;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .otto-heading {
        padding: 0 40px;
        text-align: left !important;
    }
}

#otto-footer {
    background: #000000;
    color: white;
    padding: 7em 0 4em 0;
}

#otto-footer .otto-footer-links {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #otto-footer .otto-footer-links {
        margin-bottom: 30px;
    }
}

#otto-footer .otto-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#otto-footer .otto-footer-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#otto-footer .otto-footer-links li a:hover {
    text-decoration: underline;
}

#otto-footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #800080;
    padding-bottom: 15px;
}

#otto-footer .colorlib-widget {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #otto-footer .otto-widget {
        text-align: left;
    }
}

#otto-footer .copyright .block {
    display: block;
}


#otto-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #otto-offcanvas {
        display: block;
    }
}

.offcanvas #otto-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#otto-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#otto-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#otto-offcanvas ul {
    padding: 0;
    margin: 0;
}

#otto-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#otto-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}


.uppercase {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.otto-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}
