@font-face {
    src: url('../fonts/firasanscondensed-light.otf');
    font-family: Poppins-Regular;
}

@font-face {
    src: url('../fonts/firasanscondensed-light.otf');
    font-family: arial;
}

/*-------------------------------------------------- 
/* body
/*-------------------------------------------------- */

body {
    font-family: Poppins-Regular;
    box-sizing: border-box;
    font-weight: 100;
    background-color: #2C2C2C;
}

a {
    color: inherit !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

::selection {
    background: #27385B;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #27385B;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #27385B;
    color: #fff;
    text-shadow: none;
}

.top {
    width: 100%;
    position: absolute;
    z-index: 100;
    height: 42px;
    border-bottom: 1px solid #f5f5f53d;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e1b900;
}

header {
    width: 100%;
    /* background-color: rgb(255 255 255 / 95%) !important; */
    margin-top: 0px;
    position: absolute;
    z-index: 99;
    margin-top: 70px;
}

header .container .span12 {
    margin-bottom: 0 !important;
}

.search {
    margin-top: 13px;
    float: left;
}

.down {
    background-color: #2c2c2c;
    border-top: none;
    padding: 10px 0;
}

.down h4 {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    /* font-weight: bold; */
}

.product-img img {
    float: left;
    /* padding-bottom: 30px; */
    /* border-radius: 6px; */
    height: 320px;
    width: 300px;
    border: 4px solid rgba(204, 204, 204, 0.33);
}

.divider_gray {
    background: transparent url('../images/title-hline2.png') no-repeat scroll center bottom;
    height: 10px;
}

.image-about {
    padding-top: 20px;
    float: left;
}

.image-about img {
    float: left;
    /* padding-bottom: 30px; */
    /* border-radius: 6px; */
    /* height: 270px; */
    width: 100%;
    border: 4px solid rgba(204, 204, 204, 0.33);
    margin-bottom: 10px;
}

.image-about h2 {
    font-size: 16px;
    text-align: center;
    color: #06263F;
    /* border-bottom: 1px solid #ccc; */
    padding: 10px;
    margin: 8px 0;
    float: left;
    text-transform: capitalize;
    width: 100%;
}

.image-about p {
    font-size: 18px;
    text-align: center;
}

.image-about p span {
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    color: #57af41;
}

.image-blog img {
    border-radius: 15px;
    height: 226px;
    width: 550px;
    padding: 9px;
}

.text {
    padding: 100px 15px;
    text-align: left;
}

.client {
    padding: 90px 0 100px 0;
    /* background-color: #f9f9f9; */
}

.testimonials {
    margin-top: 10px;
}

.testimonials h1 {
    color: #8B1A1D;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 38px;
}

.testimonials h2 {
    color: #D0A666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0px !important;
    font-weight: bold;
}

.testimonials p {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
    text-indent:
}

.testimonials img {
    margin-bottom: 10px;
    /* padding-left: 118px; */
    /* border: 49px; */
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-left: 90px;
}

.contact {
    /* padding: 78px 0 !important; */
}

.content {
    padding: 10px 0;
}

.about-content {
    margin: 10px 0;
    float: left;
}

.about-content p {
    color: #ddd;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}

.about-content h1 {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0px;
}

.about-content h1 span {
    color: #FED100;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.about-content h2 {
    color: #fff;
    font-size: 35px;
    text-align: left;
    font-weight: bold;
}

.about-content h3 {
    color: #213152;
    font-weight: 600;
    padding-bottom: 100px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

.content-text {
    margin-top: 10px;
}

.content-text p {
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 29px;
    /* font-weight: 100; */
    padding-top: 6px;
    margin-top: 28px;
}

.client h1 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
}

.client h1 span {
    color: #FED100;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.products {
    padding: 15px 10px;
}

.products img {
    width: 250px;
    height: 214px;
}

.products h1 {
    text-align: center;
    color: #1b3359;
    padding-bottom: 10px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.products p {
    color: #424141;
    font-size: 14px;
    text-indent: justify;
    line-height: 30px;
    text-transform: capitalize;
}

.our-product {
    margin: 40px 0;
}

.products h4 {
    color: #402B4D;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 30px;
    font-weight: bold;
}

.content-text h1 {
    color: #FFFFFF;
    font-size: 26px;
    text-align: left;
    /* font-weight: bold; */
    /* padding-top: 10px; */
    border-bottom: 2px solid #B16428;
    /* margin-left: 10px; */
}

.carousel-control {
    background: transparent url('../images/lightbox-next.png') no-repeat scroll center bottom;
    border: transparent;
}

.boxes {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 11px;
}

.table-responsive img {
    width: 200px;
    height: 200px;
}

.table-postion {
    padding-top: 40px;
}

.title {
    text-align: center;
    font-weight: bold;
}

.news h4 {
    /* color: #56AF41; */
    font-weight: bold;
    padding-bottom: 10px;
    /* border-bottom: solid 1px #c5c5c5; */
    /* font-size: 21px; */
    /* letter-spacing: 1px; */
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    /* margin-left: 24px; */
}

.list-group li {
    font-size: 20px;
    line-height: 30px;
    list-style-type: decimal-leading-zero;
    text-transform: uppercase;
}

.list-group li a {
    color: #F3CC61;
    font-size: 18px;
}

.news h1 {
    color: #213152;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.news h5 {
    color: #364562;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
    /* border-bottom: 1px solid #ccc; */
    margin-top: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.language {
    color: #48C4D2 !important;
    font-size: 16px;
    padding: 30px;
    margin: 10px;
    font-weight: bold;
}

.style-form {
    color: #444;
    color: #213152;
    font-size: 14px;
    text-align: justify;
    padding-top: 8px;
    font-weight: 100;
    line-height: 23px;
    text-transform: capitalize;
}

.style-form span {
    color: #12377f;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    font-weight: 100;
    display: inline;
    padding: 20px 30px;
}

#subheader .container {
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
}

#subheader h1 {
    float: left;
    border-left: solid 1px #fff;
    padding-left: 40px;
    margin-left: 40px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 20px;
}

#subheader span {
    display: inline-block;
    padding-top: 30px;
    font-size: 16px;
}

#pricing-table .package-name {
    font-size: 24px;
    padding: 15px 0 15px 0;
    background: #f8f8f8;
    color: #555;
    text-align: center;
}

#pricing-table .package-price {
    padding: 20px 0 15px 0;
    background: #96C277;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#pricing-table .spec-a,
#pricing-table .spec-b {
    padding: 8px 0 8px 0;
    text-align: center;
}

#pricing-table .spec-a,
#pricing-table .spec-b {
    border-bottom: solid 1px #eee;
}

#pricing-table .spec-a {
    background: #f2f2f2;
}

#pricing-table .spec-b {
    background: #f8f8f8;
}

#pricing-table .btn {
    background: #96C277;
    margin-top: 8px;
    text-shadow: none;
    color: #fff;
    border: none;
    padding-left: 40px;
    padding-left: 40px;
    text-transform: uppercase;
}

#pricing-table .signup {
    padding: 25px 0 25px 0;
    background: #fff;
    text-align: center;
}

#pricing-table .package-price .price {
    font-size: 40px;
}

#pricing-table .featured-package .package-price {
    background: #ddd;
    color: #555;
}

.pricing-box {
    border: solid 1px #ddd;
}

/*-------------------------------------------------- 
/* heading
/*-------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {}

h1,
h2 {
    font-weight: 300;
}

h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #333;
}

footer h3,
footerh4,
footerh5,
footer h6 {
    font-weight: 500;
    color: #fff;
}

h1.h1-style {
    letter-spacing: -2px;
    font-weight: lighter;
}

h3.title {
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    /* line-height: 30px; */
    /* font-weight: bold; */
    text-align: left;
}

h3.title-property {
    margin: 0;
}

h3 {
    letter-spacing: -1px;
    margin-top: 0;
}

.subheading {
    display: block;
    margin-bottom: 10px;
}

a.btn-submit {
    display: block;
    width: 80%;
}

/*-------------------------------------------------- 
/* logo
/*-------------------------------------------------- */

#logo {
    text-align: left;
    float: left;
    /* padding-top: 4px; */
}

#logo img {
    height: 120px;
    position: absolute;
    z-index: 98;
}

#logo .inner {
    margin: 16px 0;
    display: inline-block;
}

/*-------------------------------------------------- 
/* content
/*-------------------------------------------------- */

#content {
    /* background-color: #fff; */
    padding: 60px 10px;
    text-align: left;
}

#content h1 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
}

#content h1 span {
    color: #FED100;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.review h1 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
}

.review h1 span {
    color: #FED100;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.service-page img {
    width: 100%;
    margin: 4px 0;
    height: 260px;
}






.feature {
    text-align: center;
}

.feature i {
    display: inline-block;
    margin-bottom: 20px;
    float: none;
    color: #555;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(00, 00, 00, .1);
    box-shadow: inset 1px 1px 1px 1px rgba(00, 00, 00, .1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #e4d1a3;
}

.side_menu2 {
    list-style: none outside none;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
}

.side_menu2 li {
    text-decoration: none;
    border: 1px solid #F2F2F2;
}

.side_menu2 li a {
    color: #0b3f92;
    display: block;
    font-size: 16px;
    height: 25px;
    padding-left: 13px;
    padding-top: 6px;
    text-decoration: none;
    font-weight: lighter;
}

.side_menu2 li a span {
    font-weight: bold;
    font-size: 15px;
}

.side_menu2 li a:hover {
    color: #0b3f92;
}

.button-more {
    background-color: #e1b901;
    padding: 14px 24px;
    border-radius: 0;
    color: #2c2c2c !important;
    font-weight: bold;
    border: 1px solid #131313;
}

.button-more2 {
    background-color: #131313;
    padding: 14px 24px;
    margin: 0 5px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #e1b901;
}

.news {
    color: #444;
}

.news img {
    width: 100%;
    height: 250px;
    /* margin: 30px 0; */
}

.news h2 {
    text-transform: capitalize;
    color: #213152;
    font-size: 17px;
    text-align: left;
    font-weight: 100;
}

.news h1 {
    color: #213152;
    font-weight: 100;
    padding-bottom: 100px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

.news h1 span {
    color: #2b2561;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}

.news p {
    color: #444;
    font-size: 13px;
    text-align: justify;
    padding-top: 10px;
    /* font-weight: bold; */
    /* padding-left: 11px; */
    text-indent: justify;
    line-height: 23px;
    text-transform: capitalize;
}

.about h1 {
    text-align: left;
    color: #1b3359;
    padding-bottom: 10px;
    /* border-bottom: dashed 1px #d8d8d8; */
    font-size: 24px;
    text-transform: uppercase;
}

.about h2 {
    text-align: center;
    color: #202120;
    padding-bottom: 10px;
    /* border-bottom: dashed 1px #d8d8d8; */
    font-size: 18px;
    text-transform: uppercase;
}

.about h3 {
    text-align: left;
    color: #37414e;
    padding: 0px;
    /* font-weight: 600; */
    font-size: 22px;
    padding: 10px 0;
}

.about h4 {
    text-align: center;
    color: #474846;
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
}

.about p {
    color: #424141;
    font-size: 14px;
    text-align: justify;
    /* padding-top: 10px; */
    /* font-weight: bold; */
    /* padding-left: 11px; */
    text-indent: justify;
    line-height: 30px;
    text-transform: capitalize;
}

.news-bg {
    border-radius: 6px;
    background: rgba(198, 200, 217, 0.08);
    margin-bottom: 10px;
}

.breadcrumb > li {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb > .active {
    color: #FED100;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.service h1 {
    color: #00589d;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 14px;
}

.service h2 {
    color: #e30613;
    font-size: 14px;
    text-align: left;
    padding-top: 18px;
    font-weight: bold;
    padding-top:
}

.input-career {
    height: 34px !important;
}

.input-width {
    width: 500px !important;
}

.course-description {
    background: #fff;
}

.course-description p {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

.course-description img {
    margin: 8px;
    float: left;
    border-radius: 6px;
}

#subheader {
    margin-top: 0px;
    padding: 260px 0 35px 0;
    background: linear-gradient(rgb(255 255 255 / 5%), rgb(0 0 0)), url(../images/pic1.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}

.blog-title {
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #045498;
    border-bottom: 1px solid #d5dbe0 !important;
}

.succes {
    font-size: 25px;
    color: #E70F0F;
    font-weight: bold;
}

.course-description h3 {
    color: #fff;
    background: #FAA52C;
    line-height: 16px;
    font-size: 15px;
    padding: 10px;
    font-size: 18px;
    padding: 10px;
    margin-top: 10px;
}

.course-description h4 {
    color: #fff;
    background: #E23636;
    line-height: 16px;
    font-size: 15px;
    padding: 10px;
}

.question {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    background: #EDEDED;
    /* line-height: 12px; */
    font-size: 15px;
    padding: 5px;
}

.tt {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}

.span {
    background-color: #E23636;
    border: none;
    margin-bottom: 5px;
    float: left;
    margin-left: 20px;
    padding-left: 10px;
}

.span:hover {
    background: #660066;
}

.xx: {
    background-color: #E23636;
    border: none;
    margin-bottom: 5px;
    padding-left: 10px;
}

.text-table-78 {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.text-table-78-2-1 {
    font-size: 13px;
    font-weight: normal;
    color: #3D3D3D;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-left: 4px;
    font-weight: bold;
}

.text-table-78-2 {
    font-size: 12px;
    font-weight: normal;
    color: #363636;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
}

.address {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    line-height: 34px;
    padding-left: 0px;
    letter-spacing: 1px;
}

.address li {
    float: left;
    /* display: inline; */
    list-style-type: none;
}

.address ul li {
    float: left;
    display: block;
    list-style-type: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 19px;
    line-height: 29px;
}

.address li i {
    color: #ffffff;
    font-size: 14px;
}

xx li {}

.social {
    /* padding-bottom: 4px; */
    /* margin-top: 0px; */
    padding-left: 65px;
    /* padding-bottom: 14px; */
}

.social li {
    float: left;
    display: inline;
    list-style-type: none;
    /* margin-left: 5px; */
}

.social ul li {
    float: left;
    display: block;
    list-style-type: none;
}

.social2 {
    float: left;
}

.social2 li {
    float: left;
    display: inline;
    list-style-type: none;
    margin-left: 5px;
}

.social2 ul li {
    float: left;
    display: block;
    list-style-type: none;
}

.infos {
    margin-left: 10px;
}

}

.form_vote {
    margin: 5px 0 5px;
}

/*-------------------------------------------------- 
/* small-list property
/*-------------------------------------------------- */
.small-list {
    background: #fff;
    height: 128px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1);
}

.small-list img {
    position: absolute;
}

.small-list h2 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.small-list .info {
    padding: 10px;
    padding-left: 185px;
}

.small-list .arrow {
    float: left;
    margin-top: 100px;
    background: url(../img/small-arrow-left.html) center no-repeat;
    width: 30px;
    height: 16px;
    display: block;
}

.small-list .label {
    position: absolute;
    z-index: 100;
    margin: 10px 0 0 10px;
}

.small-list span {
    display: block;
}

.small-list .price {
    display: inline-block;
    font-size: 16px;
    margin: 2px 0 2px 0;
}

.small-list:hover {
    background: #f2f2f2;
}

/*-------------------------------------------------- 
/* booking
/*-------------------------------------------------- */
#booking {
    background: #dcbc86;
    padding: 40px 0 40px 0;
}

#booking input {
    width: 97%;
}

#booking span {
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}

#booking select {
    border: solid 1px #fff;
}

.span2 select {
    width: 100%;
}

.booking-form input {
    width: 97%;
}

.booking-form select {
    width: 102%;
}

.booking-form .span3 {
    margin-bottom: 10px;
}

.booking-form i {
    margin-left: 8px;
    color: #3091c0;
}

.btn-book-submit {
    margin-top: 30px;
}

/*-------------------------------------------------- 
/* course
/*-------------------------------------------------- */
.course-list .course-item {
    margin-bottom: 30px;
}

.hover {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
}

.hover span {
    display: block;
    padding: 20px;
}

.lessons-list {
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    border: solid 1px #ccc;
}

.lessons-list li {
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ccc;
}

.lessons-list .media {
    float: left;
    display: inline-block;
    width: 150px;
    margin-top: -5px;
}

.lessons-list .media a {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 15px;
    color: #fff;
    background: #62bbe6;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    border-radius: 30px;
}

.lessons-list .media a.icon-quiz:before {
    content: "\f15c";
}

.lessons-list .media a.icon-video:before {
    content: "\f01d";
}

.lessons-list .media a.icon-audio:before {
    content: "\f001";
}

.course-item,
.course-item-small,
.trainer-list img {}

.course-item .inner {
    padding: 8px;
    background: #fff;
}

.course-item .info {
    padding: 5px;
}

.course-item h4 {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #595353;
}

.course-item .author {
    display: block;
    margin-bottom: 10px;
}

.course-item .user-count {
    float: left;
    font-size: 16px;
}

.course-item .user-count i {
    margin-left: 5px;
    color: #bbb;
}

.course-item .rating {
    float: left;
}

.star-on {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../img/star.png) center;
}

.course-item-small {
    margin-bottom: 30px;
}

.course-item-small .inner {
    text-align: center;
    padding: 8px;
    padding-bottom: 0;
    background: #fff;
}

.course-item-small .info {
    padding: 5px;
}

.course-item-small h5 {
    margin: 0;
}

.course-item-small .author {
    display: block;
    margin-bottom: 0px;
}

.list-features {
    margin-bottom: 40px;
}

.btn-primary {
    background: #ec6841;
    text-shadow: none;
    background: rgb(249, 198, 103);
    /* Old browsers */

    background: -moz-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 198, 103, 1)), color-stop(100%, rgba(247, 150, 33, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(249, 198, 103, 1) 0%, rgba(247, 150, 33, 1) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgb(23, 49, 69) 0%, rgb(28, 54, 74) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9c667', endColorstr='#f79621', GradientType=0);
    /* IE6-9 */

    border: none;
}

.btn-primary:hover {
    background: #d35c3a;
}

.top .social {
    margin-top: 6px;
    float: right;
    text-align: right;
}

.top .social a,
.contact .social a {
    font-size: 20px;
    padding: 4px;
    text-align: right;
    margin: 0%;
    transition: all .5s ease-in-out;
}

.social a i {
    color: #fff;
}

/*-------------------------------------------------- 
/* menu, navigation
/*-------------------------------------------------- */
#x-menu {
    padding-left: 160px;
}

#mainmenu {
    float: right;
    color: #213152;
    margin-top: 50px;
    border-radius: 5px;
    padding-top: 4px;
    padding-bottom: 14px;
}

#mainmenu ul {
    float: left;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 2px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    letter-spacing: 1px;
}

#mainmenu a:hover {
    color: #fff !important;
}

#mainmenu li li {
    font-size: 14px;
}

#mainmenu li li a {
    padding: 10px 15px 10px 15px;
    background: rgba(33, 49, 82, 0.9);
    border-top: none;
    text-transform: none;
    letter-spacing: normal;
    color: #fff !important;
    text-align: left;
    width: 300px;
    text-transform: uppercase;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.53); */
}

#mainmenu li li a:hover {
    border-top: none;
}

#mainmenu li li a:hover {
    color: #FFFFFF;
    background: #000;
}

#mainmenu li ul {
    width: 170px;
    height: auto;
    position: absolute;
    /* top: 81%; */

    left: 0px;
    z-index: 10;
    display: none;
    padding-top: 0px;
}

#mainmenu li li {
    display: block;
    /* float: none; */
}

#mainmenu li:hover > ul {
    display: block;
}

#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}

#mainmenu li:hover a {
    background-color: #00000073;
    /* border-radius: 20px 5px; */
    color: #FED100 !important;
}

#mainmenu li.sign-in-btn a {
    color: #ed2026;
    font-weight: bold;
}

#mainmenu li.sign-in-btn:hover a {
    background: #eee;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #fff;
}

#mainmenu select option {
    padding: 10px;
}

.selectnav {
    display: none;
}

/*-------------------------------------------------- 
/* subfooter
/*-------------------------------------------------- */
footer {
    margin-top: 22px;
    background: #323232;
    width: 100%;
    color: #222;
    /* border-top: 1px solid #f4f6f9; */
    text-align: center;
    padding: 40px 0;
}

footer h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

footer .social {
    margin-top: 20px
}

footer .social a,
.contact .social a {
    font-size: 21px;
    padding: 5px;
    /* width: 25px; */
    /* height: 20px; */

    text-align: center;
    /* background: #777; */
    /* border-radius: 50%; */

    margin: 1%;
    transition: all .5s ease-in-out;
}

.social a i {
    color: #FED100;
}

footer ul li {
    padding: 6px;
}

footer .row > div:nth-child(2) h4 {
    padding-left: 50px
}

footer ul {
    margin: 0px 2px;
    padding: 0;
    display: block;
    /* list-style-type: decimal; */

    list-style: none;
    text-align: center;
}

footer li {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    list-style-type: footnotes;
    color: #FFF;
    text-align: left;
    font-weight: 100;
}

footer li a:hover {
    color: #56af41;
}

footer .social a:hover,
.contact .social a:hover {
    color: #fff;
}

footer a i,
.contact .social a i {
    color: #7d7c7c;
}

footer img {
    width: 150px;
    height: 150px
}

footer .footer-btm {
    padding-top: 0px;
    text-align: center;
    /* background: #121415; */

    color: #a09595;
    border-bottom: 1px solid #fafafa2e;
    /* border-top: 1px solid #bbb9b92e; */
}

footer .footer-btm a {
    color: #e51937;
    text-transform: uppercase;
    /* text-decoration: underline; */
}

/*-------------------------------------------------- 
/* list news
/*-------------------------------------------------- */
.list-news {
    padding: 0;
    margin: 0;
}

.list-news img {
    position: absolute;
}

.list-news .text {
    padding-left: 70px;
}

.list-news li {
    list-style: none;
    min-height: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.list-news li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

/*-------------------------------------------------- 
/* toTop
/*-------------------------------------------------- */
#toTop {
    z-index: 1555;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop:active,
#toTop:focus {
    outline: none;
}

/*-------------------------------------------------- 
/* twitter
/*-------------------------------------------------- */
#twitter {
    margin: 0;
    padding: 0;
}

#twitter li {
    list-style: none;
    padding-left: 50px;
    background: url(../img/twitter-bird.html) top left no-repeat;
    padding-bottom: 10px;
    min-height: 60px;
}

#twitter a {
    color: #fff;
    text-decoration: underline;
}

/*-------------------------------------------------- 
/* agent-details
/*-------------------------------------------------- */
.agent-details h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.agent-details {
    padding: 10px;
    background: #eee;
    min-height: 100px;
}

.agent-details img {
    position: absolute;
}

.agent-details .info {
    padding-left: 120px;
}

.agent-details span {
    display: block;
}

/*-------------------------------------------------- 
/* widget
/*-------------------------------------------------- */
.widget {
    margin-bottom: 40px;
    border-bottom: solid 1px #aaa;
    background-color: #fff;
    padding: 20px;
}

.widget h4.title {
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #045498;
    border-bottom: 1px solid #d5dbe0 !important;
}

.widget ul {
    list-style: none;
    margin: 0;
}

.widget_category li {
    margin-bottom: 5px;
}

.widget_category li i {
    margin-left: 10px;
}

.widget_recent_post li {
    padding-left: 20px;
    background: url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom: solid 1px #ddd;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_recent_post li a {
    color: #555;
}

.widget .comments li {
    padding-left: 20px;
    background: url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom: solid 1px #ddd;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 11px;
}

.widget_tags li a {
    text-decoration: none;
    border: solid 1px #ccc;
    text-shadow: none;
    border-radius: 2px;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

.widget_tags li a:hover {
    background: #d35c3a;
    color: #fff;
}

/*-------------------------------------------------- 
/* map
/*-------------------------------------------------- */
.map {
    margin-top: 40px;
}

.map iframe {
    width: 100%;
    height: 320px;
    border: solid 1px #ccc;
    padding: 2px;
    background: #fff;
}

#map-container iframe {
    width: 100%;
    height: 360px;
    border: solid 1px #ccc;
}

#map-container {
    margin: 20px 0;
}

/*-------------------------------------------------- 
/* label
/*-------------------------------------------------- */
.label {
    text-shadow: none;
}

.rent {
    background: #F90;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.sale {
    background: #33CC00;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.text-label {
    display: block;
    margin-bottom: 10px;
}

blockquote {
    background: #f9f9f9;
    margin: 1.5em 10px;
    padding: 30px;
    border: none;
    border-bottom: solid 4px #62bbe6;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
    content: "\201C";
}

blockquote p {
    display inline;
}

blockquote span {
    display: block;
    margin-top: 10px;
}

/*-------------------------------------------------- 
/* related-property
/*-------------------------------------------------- */
.related-property {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #ccc;
}

/*-------------------------------------------------- 
/* blog */

/*-------------------------------------------------- */
.blog {
    padding: 100px 15px;
    text-align: left;
}

.blog-section {
    margin: 5px 0;
}

.blog-section img {
    width: 100%;
    height: 240px;
}

.blog-section h3 {
    text-align: left;
    color: #333;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.blog-section p {
    /* font: 400 14px/22px "Open Sans", sans-serif; */
    letter-spacing: 0.3px;
    color: #212121;
    margin: 0;
}

.blog p {
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 100;
}

.blog h3 {
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 0px;
}

.blog-block {
    /* background-color: #fff; */
    /* border: 1px solid #e2e1e1; */
    padding: 10px 0;
    transition: all 500ms ease;
}

.btn-add {
    margin-top: 0px;
    padding: 5px 5px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    position: absolute;
    z-index: 999;
    top: 10px;
    background-color: #2c2c2c;
    margin-left: 10px;
}

.blog h1 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
}

.blog h1 span {
    color: #FED100;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

/*-------------------------------------------------- 
/* blog single */

/*-------------------------------------------------- */
#slider {
    width: 100%;
    position: relative;
}

#slider img {}

.slider-info {
    width: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
}

.callbacks_nav.prev {
    left: 30px;
}

.callbacks_nav.next {
    right: 0;
}

.slider-info h1 {
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: 0px;
    position: relative;
    /* top: 44%; */
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    font-size: 70px;
}

.slider-info p {
    color: #FED100;
    display: inline-block;
    padding: 8px 0px;
    letter-spacing: -2px;
    position: relative;
    top: 32%;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.slider-info .text1 {
    background: #333;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
}

.call-to-action .container {
    background: #fff;
    margin-bottom: -20px;
}

.call-to-action .inner {
    padding: 10px 30px 10px 30px;
    border-bottom: 1px solid #CDC0C0;
}

.call-to-action h1 {
    font-size: 16px;
    float: left;
    font-weight: bold;
}

.call-to-action .btn {
    margin-top: 8px;
    text-shadow: none;
    color: #fff;
    margin-left: 5px;
    border: none;
    float: left;
    text-align: center;
    padding-left: 10px;
    font-size: 14px;
}

.call-to-action .xx {
    background: #045498;
}

.call-to-action .xx2 {
    background: #FF9F0C;
}

.call-to-action .btn-blue {
    background: #ed2026;
}

.call-to-action .btn-black {
    background: #333;
}

.call-to-action .container .span12 {}

.call-to-action.bg-blue .container {
    background: #F93333;
    color: #fff;
}

/*-------------------------------------------------- 
/* contact */

/*-------------------------------------------------- */
.error {
    width: 280px;
    background: #FCD8DC;
    padding: 2px 10px 2px 10px;
    display: none;
    color: #C03;
    font-size: 12px;
}

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #E5EAD4;
    color: #555;
    width: 280px;
    font-size: 12px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10.5px 10px;
    border: 1px solid #d7d7d7;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    background-color: #fff;
    color: #757575;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.page-not-found {
    display: block;
    padding: 100px 0 100px 0;
    text-align: center;
    font-size: 20px;
}

.page-not-found h1 {
    font-size: 160px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #ccc;
}

.blue {
    background: #3bb6df;
    padding: 15px;
}

.red {
    background: #F36;
    padding: 15px;
}

.orange {
    background: #F90;
    padding: 15px;
}

.green {
    background: #3C0;
    padding: 15px;
}

#gallery .item {
    text-align: center;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding-bottom: 15px;
    font-size: 12px;
}

#gallery .item h4 {
    font-size: 16px;
    margin-bottom: 0;
}

/* -------------------------------------------------- 
	isotope
/* -------------------------------------------------- */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#filters li {
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#filters a {
    color: #fff;
    padding: 5px 10px 5px 10px;
    color: #555;
    border: solid 1px #ddd;
    text-decoration: none;
}

#filters a:hover {
    border: solid 1px #96C277;
}

#filters a.selected {
    background: #96C277;
    border: solid 1px #96C277;
    color: #FFF;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

#flickr-photo-stream img {
    width: 50px;
    height: auto;
    margin: 0 12px 12px 0;
    float: left;
}

#flickr-photo-stream a img {
    border: solid 3px #fff;
}

#flickr-photo-stream a:hover img {
    border: solid 3px #96C277;
}

#call-to-action {
    background: url(../img/bg-blur-2.html) bottom center;
    padding: 40px 0 40px 0;
}

.call-to-action {
    padding: 20px 0 15px 0;
}

.call-to-action h3 {
    margin-top: 0;
}

.social-icons img {
    margin: 0 5px 5px 0;
}

footer .social-icons img {
    margin: 0 0;
}

hr.deco {
    border: none;
    height: 80px;
    background: url(../img/divider-1.png) center no-repeat;
}

hr {
    border: none;
    height: 0px;
}

.trainer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trainer-list li {
    margin-bottom: 40px;
}

.trainer-list img {
    position: absolute;
    border: solid 4px #fff;
}

.trainer-list .info {
    padding-left: 10px;
    padding-bottom: 1px;
}

.trainer-list .info h5,
.trainer-list .info h6 {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    color: #595353;
}

.trainer-list .info h6 {
    font-weight: normal;
}

.test-column {
    background: #CCC;
    /* Old browsers */

    color: #fff;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

address span {
    display: block;
}

address span strong {
    display: inline-block;
    width: 60px;
}

.alert {
    border: none;
}

.accordion-toggle,
.accordion-inner,
.accordion-toggle:hover,
.accordion-toggle:link {
    background: #62bbe6;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.accordion-toggle {
    font-weight: bold;
}

.accordion-inner {
    background: #fff;
    color: #555;
}

@media (max-width: 979px) {
    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: 250px;
        width: 100%;
        border: 0;
    }

    #logo {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }

    #logo .inner {
        margin: 20px 0 20px 0;
    }

    #slider {
        background: none;
        padding: 0;
    }

    #booking input,
    #booking select {
        width: 100%;
        margin-bottom: 10px;
    }

    #mainmenu {
        display: none;
    }

    .selectnav {
        display: block;
        width: 80%;
        margin: 0px auto 20px auto;
        padding: 10px;
        border-radius: 5px;
        border: 2px solid #fed100;
        font-weight: 600;
        /* text-align: center; */
    }

    #featured .item {
        width: 270px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #featured {
        background-position: top;
    }

    #subheader h1 {
        border: none;
    }

    #subheader span {
        display: none;
    }

    .subfooter {
        background: none;
    }

    .subfooter ul {
        float: left;
    }

    .slider-info {
        margin-left: 20px;
        top: 0%;
        width: 100%;
    }

    .slider-info h1 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: normal;
        /* top: 25%; */
    }

    header .container .span12 {
        height: auto;
    }

    .course-item,
    .course-item-small {
        margin-bottom: 30px;
    }

    .course-item img,
    .course-item-small img {
        width: 100%;
    }

    .call-to-action .inner {
        padding-bottom: 20px;
    }

    .call-to-action h1 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    header {
        position: static !important;
        margin-top: 0 !important;
        background: linear-gradient(rgb(2 2 2 / 16%), rgb(0 0 0 / 54%)), url(../images/pic1.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-position: top;
        background-repeat: no-repeat;
    }

    #subheader {
        margin-top: 0px;
        padding: 50px 0;
        /* background: linear-gradient(rgb(2 2 2 / 50%), rgb(0 0 0 / 54%)), url(../images/pic1.jpg); */
        /* background-size: cover; */
        background-attachment: scroll;
        /* background-position: top; */
        /* background-repeat: no-repeat; */
        text-align: center;
        background: #000;
    }

    #logo img {
        position: static !important;
    }

    .address {
        text-align: center;
        padding-left: revert !important;
    }

    .slider-info {
        margin-top: 30%;
    }

    .slider-info h1 {
        font-size: 25px;
        letter-spacing: normal;
        line-height: normal;
        font-weight: bold;
    }

    .slider-info p {
        color: #FED100;
        display: inline-block;
        padding: 0 0px;
        position: relative;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }

    .about-content h1 {
        text-align: center !important;
    }
}

.counter {
    filter: alpha(opacity=30);
    -khtml-opacity: .3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    opacity: 0.9;
    content: "";
    /* position: absolute; */
    bottom: 24%;
    top: 0%;
    left: 0;
    width: 100%;
    left: 0;
    background: url(../images/home1-section-3.png) #2c2c2c repeat-x;
    /* background-size: 2000px auto; */
    -webkit-animation: cloudflowb 50s infinite linear;
    -moz-animation: cloudflowb 50s infinite linear;
    /* animation: cloudflowb 50s infinite linear; */
    padding: 110px 0;
    text-align: center;
}

@keyframes cloudflowb {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -2000px bottom;
    }
}

.video-play {
    filter: alpha(opacity=30);
    -khtml-opacity: .3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    opacity: 0.9;
    content: "";
    bottom: 24%;
    top: 0%;
    left: 0;
    width: 100%;
    left: 0;
    background: url(../images/video.jpg) #2c2c2c repeat-x;
    padding: 150px 0;
    text-align: center;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(rgb(254 209 0) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 21px auto;
    box-shadow: 0px 0px 25px 3px rgb(233 193 4);
}

/* triangle */
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -27%;
    left: -26%;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

.single_counter2 {
    color: #4463b1;
}

.main_counter_area .main_counter_content .single_counter i {
    font-size: 36px;
    color: #ffffff;
}

.single_counter h2 {
    color: #FED100;
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.single_counter p {
    font-size: 20px;
    color: #ffffff;
}

.single-vid h1 {
    text-align: center;
    color: #fff;
}

.main_counter_area .main_counter_content .single_counter {
    color: #213152;
    /* text-align: center; */
}

.af-line {
    background: #efedec;
    display: inline-block;
    height: 19px;
    width: 1px;
    margin: 8px 12px -2px;
}

.line {
    background: url(../images/sky.png) repeat center top;
    /* padding-top: 132px; */

    margin-top: 0px;
    height: 99px;
}

.about-event {
    background-image: url(https://cdn.goodlayers.com/kingster/wp-content/uploads/2018/08/newsletter-bg.jpg);
    background-size: cover;
    background-position: center;
    background-position: center;
    padding: 50px 20px 50px;
    text-align: center;
    border: 5px solid #d7bd73;
}

.about-event h2 {
    font-size: 30px;
    /* font-weight: 700; */

    letter-spacing: 0px;
    /* padding: 10px; */

    color: #ffffff;
    margin: 10px 0 50px 0;
}

.about-event p {
    font-size: 22px;
    /* font-weight: 700; */

    letter-spacing: 0px;
    /* padding: 10px; */

    color: #ffffff;
}

.media-body h4 {
    color: #fff;
}

.media-body i {
    color: #d7bd73;
    float: left;
    padding-left: 40px;
    font-size: 18px;
}

.media-body p {
    color: #d7bd73;
    font-size: 16px;
    text-align: center;
}

.af-line2 {
    background: #000;
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 12px -2px;
}

.box-border {
    padding: 20px 0px;
}

.more {
    margin-top: 10px;
    background-color: #FED100;
    /* font-weight: bold; */
    color: #2c2c2c;
    border-radius: 0;
}

.video-plays {
    margin-top: 10px;
    background-color: transparent;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 20px 70px;
    font-size: 20px;
}

.our-services {
    padding: 10px 20px 60px;
    text-align: center;
}

.our-services h2 {
    color: #fff;
    padding-bottom: 50PX;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.our-services h2 span {
    color: #FED100;
    padding-bottom: 50PX;
    font-size: 40px;
    font-weight: 600;
}

.spcl-titel h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding: 12px 0;
    text-transform: uppercase;
}

.spcl-titel i {
    font-size: 30px;
    color: #364562;
}

.spcl-text p {
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    color: #ddd;
}

.specialization-single {
    background-color: transparent;
    padding: 20px 10px;
    border: 1px solid #565656;
    transition: all 0.3s ease-in-out;
    min-height: 370px;
    margin-bottom: 10px;
}

.specialization-single:hover {
    border: 1px solid #FED100;
    transition: all 0.3s ease-in-out;
}

.specialization-single img {
    width: 65px;
    height: 65px;
}

.service-content {
    padding: 40px 10px;
}

.service-content h1 {
    color: #184069;
    border-bottom: 2px solid #56af41;
    padding-bottom: 8px;
    font-size: 30px;
}

.service-content p {
    font: 400 16px/28px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #1b1b1b;
    margin: 0;
    padding: 16px 0px 20px 0px;
}

.service-content img {
    max-width: 100%;
    padding-bottom: 30px;
    padding-top: 70px;
}

.who-area {
    position: relative;
    background-size: contain;
    background-attachment: scroll;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .who-area {
        background-image: none;
        padding: 20px;
    }
}

.who-area .who-are {
    margin-top: 50px;
}

.who-area .who-are-image {
    position: relative;
}

@media (max-width: 767px) {
    .who-area .who-are-image {
        max-width: 100%;
        margin: 0 auto;
    }
}

.who-area .who-are-image:after {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    z-index: 4;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    left: 10px;
}

.who-area .who-are-image img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .who-area .who-are-image img {
        width: 100%;
    }
}

.who-area .who-are-texts {
    overflow: hidden;
    padding-left: 35px;
}

@media (max-width: 500px) {
    .who-area .who-are-texts {
        padding-left: 15px;
    }
}

.who-area .who-are-texts h3 {
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin: 6px 0;
    font-weight: 600;
    padding: 10px 0;
}

.who-area h1 {
    letter-spacing: 0.3px;
    color: #151515;
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.who-area .who-are-texts p {
    letter-spacing: 0.3px;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
}

.who-area .who-are-texts span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

.who-area .who-are-texts h4 {
    color: #56af41;
    font-size: 18px;
    font-weight: 600;
}

.who-area .who-are-texts .who-text {
    display: block;
    padding-top: 30px;
    /* overflow: hidden; */
}

.who-area .who-are-texts .who-text .list-left {
    margin: 0;
    padding: 0;
    display: block;
    width: 29%;
    float: left;
}

@media (max-width: 991px) {
    .who-area .who-are-texts .who-text .list-left {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .who-area .who-are-texts .who-text .list-left {
        width: 100%;
    }
}

.who-area .who-are-texts .who-text .list-left ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .who-area .who-are-texts .media-left {
        padding-left: 25px;
    }
}

@media (max-width: 991px) {
    .who-area .who-are-texts .media-body {
        width: 100%;
        display: block;
    }
}

.two-col-list {
    padding: 2px 0;
    margin: 8px 0;
}

.two-col-list li {
    list-style: disc;
    font-size: 16px;
    color: #3f3f40;
    white-space: nowrap;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 15px;
}

.who-text-box {
    background: #fbfafa;
    padding: 25px 10px 20px 10px;
    margin-top: 42px;
}

@media (max-width: 500px) {
    .who-text-box {
        padding: 25px 5px 20px 5px;
    }
}

.who-text-box .media-left {
    padding-left: 40px;
}

@media (max-width: 650px) {
    .who-text-box .media-left {
        display: inline-block;
        margin-bottom: 10px;
    }
}

.who-text-box .media-body {
    vertical-align: middle;
}

.who-text-box .media-body p {
    padding: 0;
    font: 400 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #525252;
    margin: 0;
}

#section-about-us-2 {
    /* padding-top: 8px !important; */
    /* padding-bottom: 60px !important; */
    padding: 8px 20px;
}

#section-about-us-2 .image-container {
    background: url(../images/bg-side-1.jpg);
}

.side-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
}

.inner-padding {
    padding: 0px 0 15px 0;
    text-align: center;
}

.inner-padding h2 {
    color: #fff;
}

.who-are {
    padding: 0
}

.who-are img {
    margin-top: 0;
}

.who-are:after {
    content: '';
    position: absolute;
    border: 6px solid rgb(255 255 255 / 45%);
    z-index: 4;
    display: block;
    top: 190px;
    left: 30px;
    bottom: 30px;
    left: 30px;
}

p.lead,
p.intro {
    color: #ddd;
    font-size: 18px;
    text-align: justify;
    line-height: 31px;
    padding: 4px 0px;
    margin: 0;
}



.inner-padding h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0;
    position: relative;
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    margin: 20px 0;
}

.inner-padding h2 span {
    color: #FED100;
    text-transform: uppercase;
}

.inner-padding h3 {
    color: #fed100;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
}

.inner-padding h4 {
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
}

.working {
    padding: 40px 0;
}

.working h1 {
    letter-spacing: 0.3px;
    color: #213152;
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.working h1:after {
    content: "";
    border-bottom: 3px solid #56af41;
    position: absolute;
    /* bottom: 0; */

    width: 10%;
    height: 52px;
    left: 45%;
}

.working p {
    font: 400 14px/28px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #212121;
    margin: 0;
    padding: 16px 0px 20px 0px;
    text-align: left;
}

.photo-product img {
    max-width: 100%;
}

.titleglow {
    border-bottom: 3px solid #E8DAAE;
    padding-bottom: 10px;
}

.event-order {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.8)), url(../images/sub-header.jpg), url(../images/sub-header.jpg);
    background-attachment: fixed;
    padding-top: 50px !important;
    padding-bottom: 95px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.event-order h2 {
    font-size: 37px;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

.event-order p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    padding: 10px;
}

.col-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #FFF;
    margin: 10px 0;
    border-radius: 5px;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
    height: 250px;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    background-color: #ffffff;
}

.col-item:hover .info {
    background-color: #f5f7f8;
}

.col-item .price {
    /*width: 50%;*/

    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    /* margin: 2px 0 15px 0px; */

    color: #1b3359;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    min-height: 20px;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/

    float: left;
    font-size: 17px;
    text-align: left;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

.col-item .separator p i {
    margin-left: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-left: 1px solid #E1E1E1;
}

.col-item .btn-details {
    /* width: 50%; */
    /* float: left; */

    padding-left: 10px;
}

/* ============ Clients =============*/
.logos-row .columns {
    padding-bottom: 20px;
    padding-top: 20px;
    /* border-top: 1px solid #dcdcdf; */
    /* border-left: 1px solid #dcdcdf; */
    /* width: 20%; */

    height: 160px;
    position: relative;
    overflow: hidden;
}

.cliens-list > div:nth-child(1) {
    border-top: 0px;
}

.cliens-list > div:nth-child(2) {
    border-top: 0px;
}

.cliens-list > div:nth-child(3) {
    border-top: 0px;
}

.cliens-list > div:nth-child(4) {
    border-top: 0px;
}

.cliens-list > div:nth-child(5) {
    border-top: 0px;
}

.cliens-list > div:nth-child(5n) {
    border-left: 0px;
}

.clients-name {
    display: none;
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #213152;
    text-align: center;
}

.clients-name h2 {
    color: #fff;
    /* border-bottom: 1px solid #ffffff; */

    text-align: center;
    display: inline-block;
    padding: 24px 10px;
    /* margin-top: 40px; */

    font-size: 20px;
}

.cliens-list > div:hover .clients-name {
    display: block;
    left: 0%;
    animation: move2 0.2s;
    -webkit-animation: move2 0.2s;
    -moz-animation: move2 0.2s;
    -o-animation: move2 0.2s;
    opacity: 0.95;
}

@-webkit-keyframes move2 {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

@-moz-keyframes move2 {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

@-o-keyframes move2 {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}

.logos-row img {
    max-width: 100%;
    max-height: 130px;
    display: block;
    margin: 0 auto;
}

.logos-row .columns {
    padding-bottom: 20px;
    padding-top: 20px;
    float: left !important;
    /* border-top: 1px solid #cacaca; */
    /* border-left: 1px solid #cacaca; */
}

.logos-row .columns:nth-child(5n) {
    border-left: 0px;
}

.logos-row .columns:nth-child(-n+5) {
    border-top: 0px;
}

.service-box {
    margin: 5px 0;
}

.caption h4 {
    padding: 2px 28px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    left: 0;
    color: #03367a;
}

.caption h4:hover {
    padding: 2px 28px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    left: 0;
    color: #01b97d
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    /* border-radius: 10px; */
    margin-bottom: 40px;
    /* box-shadow: 0 -1px 8px #000000; */
    padding-bottom: 0;
}

.service-block-one .inner-box .pattern {
    position: absolute;
    left: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-one .inner-box .image-box {
    background: #ffffff;
}

.service-block-one .inner-box .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 80%);
    z-index: 1;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 32px;
    padding-left: 23px;
}

.service-block-one .inner-box .lower-content .icon-box {
    color: #0ee7c5;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding: 20px;
    font-weight: 100;
    color: #ffd201;
    text-align: center;
}

.service-block-one .inner-box .lower-content p {
    margin-bottom: 21px;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 17px 37px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);
    transition: all 500ms ease;
}

.theme-btn-one:hover {
    background: #00224f;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    background: #00224f;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-one:hover:before {
    width: 100%;
    opacity: 1;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #00224f !important;
    text-align: center;
    padding: 11px 26px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
}

.theme-btn-two:hover {
    color: #fff !important;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);
}

.theme-btn-two:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-two:hover:before {
    width: 100%;
}

.theme-btn-two:after {
    position: absolute;
    content: '';
    height: 32px;
    width: 26px;
    top: 9px;
    left: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
    z-index: -1;
}

.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 17px 35px;
    border-radius: 5px;
    text-align: center;
    background: #213152;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);
}

.theme-btn-three:hover {}

.theme-btn-three:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-three:hover:before {
    width: 100%;
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 0px;
    background-color: #000000;
}

.btn-product {
    text-align: center;
    margin: auto;
    display: table;
}

.button-product {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    color: #213152 !important;
    font-weight: bold;
    border: 1px solid #d0cfce;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e1b900;
    border-color: #e1b900;
}

.product-title {
    padding: 20px;
    background-color: #000000;
    color: #fff !important;
    font-size: 25px;
    /* font-weight: bold; */
}

a.list-group-item:hover {
    color: #ff0303;
    text-decoration: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
}

.firo-img-text.layout-3 {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    /* margin-top: 90px; */
}

.firo-img-text.layout-4 {
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.firo-img-text.layout-3 h4 {
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #39393a;
    text-align: left;
}

.firo-img-text.layout-4 h4 {
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.firo-img-text.layout-4 .text {
    padding-bottom: 25px;
    color: #545454;
    text-align: center;
}

.firo-img-text.layout-4 .firo-bottom {
    font-size: 15px;
    font-weight: 600;
    color: #0862ae;
}

.firo-img-text.layout-4 img {
    /* margin-top: -120px; */

    width: 50px;
    height: 50px;
}

a.firo-bottom.sm {
    padding: 6px 30px 6px 30px;
}

.contact-form h4 {
    padding: 20px 0px 20px 0px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #213152;
}

.box-shadow {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    font-weight: 100;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.contact-section {
    margin-top: 50px;
}

.contact-img {
    display: inline-block;
    width: 120px;
    text-align: center;
}

.contact-img span {
    position: relative;
    display: inline-block;
    width: 60px;
}

.contact-form-wrap {
    /* display: inline-block; */
    /* width: calc(100% - 165px); */
    vertical-align: top;
}

.contact-section h2 {
    margin: 0;
    color: #ebc617;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}

.contact-section p {
    color: #fff;
    font-size: 17px;
}

.contact-form {
    margin-top: 0px;
}

.contact-form input,
.contact-form textarea {
    outline: none;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    resize: none;
    background: #f2f2f2;
    padding: 17px 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all .3s;
    font-size: 14px;
    color: #2b2d34;
    font-weight: 500;
}

.contact-form textarea {
    height: 140px;
}

#contact span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.send-btn-wrap {
    margin-top: 10px;
}

.send-btn-wrap button {
    width: 230px;
    outline: none;
    border: none;
    background-image: linear-gradient(to left, #e1b900, #e1b900, #e1b900, #e1b900);
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    /* font-weight: 900; */
    line-height: normal;
    text-align: center;
    padding: 11px 0;
}

.our-work h1 {
    text-align: center;
    color: #1b3359;
    font-size: 30px;
    padding: 20px;
    font-weight: 600;
}

.our-work h2 {
    text-align: center;
    color: #56af41;
    font-size: 20px;
    padding-bottom: 44px;
    font-weight: 600;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 1%;
}

#gallery {
    padding: 10px 0 0 10px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    border: 2px solid blue;
}

.gallery-item {
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}

.modal-content {

    background-color: #000 !important;

}

.modal-footer {
    padding: 0px 10px 10px 0;
    text-align: right;
    border-top: none;
}

.modal {
    text-align: center;
    margin: 0 auto 20px auto;
}

.modal-open {
    margin: 0 auto;
    overflow: auto;
}

#modal-image {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px;
}

.modal-image-caption {
    text-transform: capitalize;
}
