/*
Table of contents
===========================================
**!--Reset
**!--Default Typography
**!--Utility
**!--Button
**!--Form Elements
**!--Panel Group
**!--Page Header
**!--Bread Crumb
**!--Pagination
**!--Customize Owl Carousel
**!--Tab
**!--Collape
**!--Custom Typography
===========================================
*/


/* ---------------- **!--Reset ------------------- */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #3d3d3d;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
textarea {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

/* ---------------- **!--Default Typography ------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #3d3d3d;
    letter-spacing: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0px;
}
h2 {
    font-size: 28px;
    line-height: 40px;
}
h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 16px;
    line-height: 27px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}
h6 {
    font-size: 12px;
    line-height: 24px;
}
p {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #3d3d3d;
    letter-spacing: 0px;
    line-height: 26px;
}
p img {
    margin: 0;
}
span {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #3d3d3d;
    font-size: 12px;
    line-height: inherit;
    letter-spacing: 0px;
}

/*  blockquotes */

blockquote {
    margin: 10px 0px;
    padding: 20px 20px 20px 40px;
    position: relative;
    border-left: 0px;
    background: #f9f9f9;
}
blockquote p:after {
    font-family: FontAwesome;
    content: "\f10e";
    color: #dddddd;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    position: relative;
    top: 15px;
    right: -40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
blockquote p {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    padding: 0;
    line-height: 29px!important;
    letter-spacing: 0;
    color: #3d3d3d!important;
    padding: 0;
    position: relative;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #3d3d3d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}
a,
a:visited {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00aeef;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover,
a:active,
a:focus {
    color: #00aeef!important;
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* list */

ul,
ol {
    margin-bottom: 24px;
    margin-top: 12px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 6px 0 6px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
    letter-spacing: 0px;
}
ul.large li {}
li p {}

/* definition list */

dl {
    margin: 12px 0;
}
dt {
    margin: 0;
    color: #11ABB0;
}
dd {
    margin: 0 0 0 20px;
}

/* ---------------- **!--Utility ------------------- */

.inner-padding {
    padding: 100px 0px;
}
.pn {
    padding: 0;
}

/* ---------------- **!-- Modal Window ------------------- */

.modal-backdrop {
    z-index: 0;
}

/* ---------------- **!--Button ------------------- */

.btn {
    border-radius: 0px;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn:visited {
    color: #fff;
    box-shadow: none;
    outline: 0px;
}
.btn-xs {
    font-size: 12px;
    padding: 5px 12px;
    font-weight: 600;
    background: #00aeef;
    color: #fff;
    border: 0;
}
.btn-xs:hover {
    color: #fff!important;
    background-color: #408ebe;
}
.btn-sm {
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 400;
    background: #00aeef;
    color: #fff;
    border: 0;
}
.btn-sm:hover {
    color: #fff!important;
    background-color: #408ebe;
}
.btn-outline {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    color: #3d3d3d!important;
    text-transform: uppercase;
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid #00aeef;
    border-radius: 25px;
}
.btn-outline:hover {
    color: #fff!important;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn-field {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff!important;
    padding: 18px 25px;
    background-color: #00aeef;
    border: 0;
    border-radius: 40px;
}
.btn-field:hover {
    color: #fff!important;
    background-color: #408ebe;
}
.btn-form {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #3d3d3d;
    padding: 6px 25px;
    text-transform: uppercase;
    border: 2px solid #00aeef;
    background-color: #00aeef;
}
.btn-form:hover {
    color: #3d3d3d;
    background-color: #408ebe;
    border-color: #408ebe;
}

/* ---------------- **!--Form Elements ------------------- */

.form-group {
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group {
    width: 100%;
    border: 2px solid #636363;
}
.form-control {
    width: 100%;
    height: auto;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #3d3d3d;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-btn {
    padding: 0px 10px;
}
.form-group label {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #c4c3c3;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: none;
}
.ie .form-group label {
    display: block;
}
.form-control2 {
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #3d3d3d;
    background-color: #fff;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-message {
    width: 100%;
    padding: 15px 12px;
}

/* ---------------- **!--Panel Group ------------------- */


/* ---------------- **!--Page Header ------------------- */


/* ---------------- **!--Bread Crumb ------------------- */


/* ---------------- **!--Pagination ------------------- */


/* ---------------- **!--Customize Owl Carousel ------------------- */

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: none;
}
.owl-dots {
    width: 100%;
    position: absolute;
    height: 20px;
    text-align: center;
    bottom: 83px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    background: #00aeef;
    display: inline-block;
    margin: 0px 5px;
    -webkit-transform: rotate(45deg) scale(.8);
    -moz-transform: rotate(45deg) scale(.8);
    -ms-transform: rotate(45deg) scale(.8);
    -o-transform: rotate(45deg) scale(.8);
    transform: rotate(45deg) scale(.8);
}
.owl-dot.active {
    margin: 0px 15px;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.owl-dot.active:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #00aeef;
    position: absolute;
    opacity: 0.4;
    top: -3px;
    left: -3px;
}
.owl-nav {
    position: absolute;
    width: 80%;
    height: 0;
    top: 50%;
    left: 10%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-prev,
.owl-next {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    background-color: #00aeef;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.owl-prev {}
.owl-next {
    float: right;
}
.owl-next i {
    margin-left: 6px;
}
.owl-prev:hover,
.owl-next:hover {
    background-color: #408ebe;
}

/* ---------------- **!--Custom Typography ------------------- */

.text-bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #3d3d3d;
}
.section-title-1 {
    width: 100%;
    height: auto;
    margin: 0px 0px 93px;
    text-align: center;
}
.title-1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0;
    padding-bottom: 25px;
    color: #131313;
    margin-bottom: 66px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.title-1 span,
.title-2 span {
    color: #00aeef;
    font-family: 'Raleway', sans-serif;
    margin-right: 5px;
}
.title-1:after {
    position: absolute;
    content: "";
    width: 56px;
    height: 18px;
    bottom: -32px;
    left: 50%;
    background-image: url(../img/divider.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.subtitle-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #131313;
}
.section-title-2 {
    position: relative;
    padding-left: 50px;
}
.section-title-2:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 100px;
    top: 48%;
    left: -3px;
    background-image: url(../img/divider-2.png);
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%) scale(.8);
    -moz-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    -o-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);
    z-index: 1;
}
.title-2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0;
    color: #131313;
    margin-bottom: 23px;
    text-transform: uppercase;
    display: inline-block;
}
.subtitle-2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #131313;
}
