/*
	Name: THE3
    URI: http://demo.shapedtheme.com/
	Author: ShapedTheme
	Author URI: http://shapedtheme.com
	Description: THE3 is a clean & responsive template.
	Version: 1.0.0
	License: GNU General Public License

*/
/* === Table of Contents === */
/* === google fonts === */
/* === Elements === */
/* === Home === */
/* === Background === */
/* === home-carousel === */
/* === about === */
/* === portfolio === */
/* === quote section === */
/* === service === */
/* === testimonial === */
/* === blog === */
/* === gallery === */
/*=== footer /$ contact === */
/* === google fonts === */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,300,700italic);

/* === Elements === */

body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #555555
}

h4, h3, p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #555555;
}

p {
    font-size: 16px;
    line-height: 30px;
}

h4, h3 {

    font-style: italic;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 90px 0;
}

/*=== Home section ===*/

.single-home-area {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.static-img {
    position: relative;
    z-index: 2;
    background: url(assets/images/static-bg.png) no-repeat;
    background-size: cover;
}

.four, .five, .six {
    position: relative;
    z-index: 2;

}

.static-img:after, .four:after, .five:after, .six:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: -3;
}

/* === Background === */
.yt-background {
    position: relative;
    z-index: 2;
}

.yt-background:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -3;
}

.single-home-area.one {
	/*
    background: url(assets/images/MEA_3.png) no-repeat;
    background-size: cover;
	*/
	
    background-color: #022056;
}

.single-home-area.two {
    background-color: #022056;
}

.single-home-area.three {
    background-color: #022056;
}

.home-content {
    height: 100%;
    width: 100%;
    color: #fff;
}

.home-content h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
}

.home-content h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 50px;

}

.home-content a {
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-style: italic;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 6px 25px;
    line-height: 40px;
}

.home-content a:hover {
    background: #fff;
    color: #f81928;
}

/* === home-carousel === */
#home-carousel .carousel-control {
    display: block;
    position: absolute;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

#home-carousel:hover .carousel-control {
    opacity: 1;

}

#home-carousel .carousel-control:hover {
    background-color: #fff;
    color: #f81928;
}

#home-carousel .carousel-control.right {
    right: 20%;
}

#home-carousel .carousel-control.left {
    left: 20%;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.main-menu {
    z-index: 9999;
}

.main-menu nav {
    border-radius: 0;
    background: #fff;
    border-right: 0;
    border-left: 0;
    box-shadow: 0 0 2px 0 rgba(226, 226, 226, 1), 0 1px 10px 0 rgba(226, 226, 226, 1);
    padding: 10px 0;
    z-index: 999;
}

.main-menu nav ul li a {
    color: #555555;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.main-menu .navbar-nav > li.active > a:hover {
    color: #f81928;
    background-color: transparent;
}

.navbar-brand h1 {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

/* === about === */
.section-tittle {
    margin-bottom: 10px;
}

.section-tittle h2 {
    color: #555;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 18px;
    margin-top: 0;
    line-height: 32px;
}


.section-tittle span:before {
    content: "";
    background-color: #EEEEEE;
    position: absolute;
    top: 50%;
    right: 100%;
    width: 25px;
    height: 2px;
    z-index: 1;
}


.section-tittle span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    background-color: #EEEEEE;
    width: 25px;
    height: 2px;
    z-index: 1;

}
#service .section-tittle span:after, #service .section-tittle span:before  {
    background-color: #fff;
}

.section-tittle span {
    color: #f81928;
    letter-spacing: 1px;
    font-style: italic;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    position: relative;
}

.about-content p {
    color: #555;
}

.about-user-profile {
    margin-top: 55px;
}

.profile-img {
    position: relative;
}

.profile-img img {
    width: 100%;
}

.profile-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

.profile-img:hover .profile-overlay {
    opacity: 1;

}

.profile-overlay a {
    line-height: 28px;
    margin: 10px 4px;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.profile-overlay a .fa {

    color: #fff;

}

.profile-overlay a:hover {
    border: 2px solid #ff7878;
    background: #ff7878;
}

.profile-caption {
}

.profile-caption h2 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.profile-caption p {
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
    color: #fff;
}

/* === portfolio === */
#portfolio {
    background-color: #f8f8f8;
}

/* tabs */
.nav-center {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 10px;
}

.nav-center .nav-tabs {
    border-bottom: 0
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center ul.nav li {
    display: inline;
}

.nav-center ul > li.active > a,
.nav-center ul > li > a:hover,
.nav-center ul > li.active > a:hover,
.nav-center .nav-pills > li.active > a:focus {
    background: #f81928;
    border-radius: 20px;
    color: #fff;

}

.nav-center ul > li > a {
    color: #555;
    font-size: 13px;
    margin-right: 7px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
}

.project-img img {
    margin-bottom: 10px;
}

.project-details {
    margin: 0 25px;
}

.project-details h2 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-bottom: 10px;
}

.project-details p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;

}

.project-details a {
    background-color: #555;
    border-radius: 20px;
    color: #fffefe;
    font-size: 13px;
    line-height: 35px;
    padding: 9px 25px;
}

.project-details a:hover {
    background-color: #f81928;
}

/* owl carousel */
.owl-carousel .owl-page {
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    height: 10px;
    width: 10px;
    background-color: #f81928;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #f81928;
    margin-right: 10px;
    margin-bottom: 4px;
}

.owl-carousel .owl-pagination {
    text-align: center;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -50px;
}

/* === quote section === */
.parallax-bg {
    position: relative;
    background: url(assets/images/paralax-1.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;

}

.parallax-bg:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(2, 32, 86, 0.5);	
    top: 0;
    z-index: -1;
}

.quote-content h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
}

.quote-content a {
    font-size: 16px;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    margin-left: 45px;
    line-height: 55px;
}

.quote-content a:hover {
    background-color: #f81928;
    border-color: #f81928;
}

/* === features === */
#feature {
    color: #fff;
}

.feature-content {
    margin-top: 20px;
}

.icon .fa {
    font-size: 42px;
    color: #f81928;
    height: 90px;
    width: 90px;
    border: 2px solid #f81928;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    margin-bottom: 8px;
    cursor: pointer;
}

.icon .fa:hover {
    background: #f81928;
    color: #fff;
}

.single-feature {
    margin: 0 15px;
}

.single-feature h2 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 28px;
}

.single-feature p {
    font-size: 14px;
    line-height: 25px;

}

/* === service === */
#service {
    position: relative;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
}

#service:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(2, 32, 86, 0.90);
    top: 0;
    z-index: -1;
}

#service .section-tittle h2 {
    color: #fff;
}

#service .section-tittle span {
    border-color: #fff;
}

p.service-p {
    color: #fff;
}

.service-cat {
	text-align: center;
    margin-top: 60px;
}

.service-cat .icon {
    display: inline-block;
    width: 150px;
}

.service-cat .icon .fa {
    color: #fff;
    border-color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
}

.service-cat .icon:hover .fa {
    background: #fff;
    color: #f81928;

}

.service-cat .icon span {
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #fff;
    display: block;
    margin-top: 14px;
}

/* tooltip*/

.service-cat .icon:after {
    content: '';
    display: block;
    clear: both;
}

.service-cat .icon ul {
    padding: 0;
    margin: 0;
}

.service-cat .icon ul > li {
    position: relative;
    list-style: red;
    margin-right: 19px;
    font-style: italic;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    padding-bottom: 8px;
    list-style: none;
}

.service-cat .icon ul > li span.bullet {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #f81928;
    display: inline;
    float: left;
    margin: 5px;
    margin-right: 8px;
}

.service-cat .icon ul > li:last-child {
    margin-right: 0;
}

.service-cat .icon:hover {
    opacity: 1;
}

.service-cat .icon .tooltip {
    width: 225px;
    color: #fff;
}

.service-cat .icon {
    position: relative;
}

.service-cat .icon .tooltip .list-notes.style2 li {
    color: #fff;
}

.service-cat .icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
    top: -120%;
}

/*[data-tooltip="yes"]{
    position: relative;
    cursor: pointer;
}
[data-tooltip="yes"]:hover .tooltip{
    visibility: visible;
    opacity: 1;
}*/

.tooltip {
    background: #222;
    color: #FFF;
    display: inline-block;
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    position: absolute;
    top: -110%;
    left: -30px;
    padding: 15px 0 15px 15px;
    opacity: 1;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .4s linear, top .2s linear;
    transition: opacity .4s linear, top .2s linear;
}

.tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -5px;
    border: solid rgba(0, 0, 0, 0);
    border-top-color: #222;
    border-width: 8px 5px 8px 5px;
}

/* === testimonial === */
.testimonial-content {
    padding-top: 150px;
}

.testimonial-content p {
    color: #555;
    margin: 0 50px;
}

.testimonial-content h2 {
    font-size: 16px;
    color: #6e6e6e;
    line-height: 26px;
}

.testimonial-content span {
    color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    margin: 10px;
    height: 80px;
    width: 200px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    float: left;
}

.carousel-indicators li:nth-child(1) {
    background: url(assets/images/caro-indicator-log.jpg) no-repeat;
    background-size: cover;
}

.carousel-indicators li:nth-child(2) {
    background: url(assets/images/caro-indicator-log-1.jpg) no-repeat;
    background-size: cover;
}

.carousel-indicators li:nth-child(3) {
    background: url(assets/images/caro-indicator-log-2.jpg) no-repeat;
    background-size: cover;
}

.carousel-indicators li:nth-child(4) {
    background: url(assets/images/caro-indicator-log-3.jpg) no-repeat;
    background-size: cover;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
    height: 80px;
    width: 200px;
    margin: 10px;
    border: 0;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}

.carousel-control.right, .carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.left, .carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);

}

#myCarousel .carousel-indicators {
    position: absolute;
    left: 45%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-left: -35%;
    text-align: center;
    list-style: none;
    top: 0;
}

.carousel-control {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);

}

#myCarousel .carousel-control {
    display: block;
    position: absolute;
    top: 50%;
    background-color: transparent;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 20px;
    color: #e2e2e2;
}

#myCarousel .carousel-control:hover {
    color: #f81928;
    border: 2px solid #f81928;
}

#myCarousel .carousel-control .fa {

}

/* === blog === */
#blog {
    background-color: #f5f5f5;
}

.single-blog {
    padding-top: 30px;
}

.single-blog img {
    padding-right: 30px;
}

.single-blog .media-body {
    padding-top: 22px;
}

.single-blog a.category-name {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
}

.single-blog a.category-name:hover, .single-blog h2 a:hover {
    color: #f81928;
}

.single-blog a.read-more:hover {
    color: #555;
    text-decoration: none;
}

.single-blog h2 {
    line-height: 26px;
    margin-bottom: 20px;
}

.single-blog h2 a {
    color: #555;
    font-size: 18px;
    line-height: 22px;
}

.single-blog a.read-more {
    color: #f81928;
    text-decoration: underline;
    margin-top: 8px;
    line-height: 30px;
    font-size: 14px;
}

/* === gallery === */
#gallery {
}

#gallery .container-fluid {
    padding: 0;

}

#gallery .section-tittle {
    margin: 100px 0 60px;
}

.gallery-img {
    position: relative;

}

.gallery-img img:hover {
    opacity: 0.8;
}

.boy-now {
    background-color: white;
    padding: 60px 0;
}
.quote-content{
    text-align: center;
}
.boy-now .quote-content h2 {
    font-size: 24px;
    letter-spacing: 0;
    color: #555;
    line-height: 14px;
    display: inline-block;
}

.boy-now .quote-content a {
    font-size: 16px;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    border: 2px solid #555;
    color: #555;
    border-radius: 25px;
    margin-left: 45px;
    line-height: 55px;
}

.boy-now .quote-content a:hover {
    color: #f81928;
    background-color: white;
}

/*=== footer /$ contact === */
#contact {
    background-color: #022056;
    position: relative;
}

.footer-logo {
    padding-bottom: 60px;
}

p.copyright {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.social-icon a {
    border: 2px solid #fff;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
}

.social-icon a .fa {
    color: #fff;
    font-size: 17px;
}

.social-icon a:hover {
}

.social-icon a:hover {
    background-color: #f81928;
    border-color: #f81928;

}

.social-icon a:hover .fa {
    color: #fff;
}

.phone {
    overflow: hidden;
}

.phone p {
    font-size: 14px;
    float: left;
    color: #fff;
    margin-bottom: 0;
}

.phone p span {
    padding: 5px;
    font-size: 20px;
}

.phone span .fa {
    padding: 5px;
}

.contact-us-button {
    position: absolute;
    bottom: 130px;
    right: 40px;
    overflow: hidden;

}

.contact-us-button a {
    line-height: 40px;
    color: #fff;

}

.contact-us-button a .fa {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #3c3c3c;
}

.contact-us-button a:hover .fa {
    background-color: #f81928;
    color: #fff;
}

.modal {
    z-index: 9999;
}

.modal-header {
    padding: 25px;
    border-bottom: 0;
}

.modal-footer {
    padding: 25px;
    text-align: right;
    border-top: 0;
}

.modal-content {
    border-radius: 0;
    outline: 0;
}

.modal-body {
    position: relative;
    padding: 25px;
}

.st-modal-body-content{
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.media .media-left{
    display: inline-block;
    float: left;
}

.form-control:focus {
    border-color: #f81928;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 105, 105, .6);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button.btn {
    border-radius: 0;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

button.btn.btn-send {
    background: #f81928;
    color: #fff;
    -webkit-transition: 0.33s;
    transition: 0.33s;
}

button.btn.btn-reset {
    background: #EC644B;
    color: #fff;
}

button.btn.btn-reset:hover {
    background: #e94c2f;
}

button.btn.btn-send:hover {
    background: #ff4d4d;
    color: #fff;
    border: 1px solid #f81928;
}

.btn-cancel:hover {
    background: #ff4d4d;
    color: #fff;

}

/*
.btn-success {
    color: #fff;
    background-color: #f81928;
    border-color: #f81928;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}*/
div.pp_default .pp_social {
    display: none;
}