body {
    margin: 0;
    height: 100%;
    font-weight: normal;
    background-color: #fffcf4;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
.uppercase {
    text-transform: uppercase;
}

/* 1.2 Anchor
	---------------------------------------------------------------------------*/

a {
    color: #424143;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:focus,
a:hover {
    outline: none;
    color: #d24d57;
    text-decoration: none;
}

/* 2.1 Headings
	---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #fefefe;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Oxygen', sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: 700;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-60 {
    font-size: 60px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

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

.align-center {
    text-align: center;
}


/* 2.2 Selection Color
	---------------------------------------------------------------------------*/

::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #d24d57;
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #d24d57;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #d24d57;
}


/* 3.1 Header-area
	---------------------------------------------------------------------------*/

.header-area {
    background-color: #ebebeb;
    margin: 0;
    padding: 6px 0;
    position: relative;
    width: 100%;
}

.hide-top-header {
    display: none;
}

/* Menu
	---------------------------------------------------------------------------*/

.mainmenu-area {
    background: #0a0a0a;
    min-height: 80px;
    top: 70px;
    width: 100%;
    border-bottom: 1px solid #333;
}

.mainMenu > ul > li.active > a {
    color: #ffcc00;
}

.menuButton {
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    left: auto;
    line-height: 4px;
    padding: 2px 4px 0;
    position: absolute;
    right: 14px;
    top: -50px;
    width: 40px;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}

.menuButton span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms
}

.menuButton.active span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 11px 50%;
    -ms-transform-origin: 11px 50%;
    -webkit-transform-origin: 11px 50%;
}

.menuButton.active span:nth-child(2) {
    display: none;
}

.menuButton.active span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 12px 50%;
    -webkit-transform-origin: 12px 50%;
    -ms-transform-origin: 12px 50%;
}

.menuButton:hover span {
    background: #252525;
}

.mainMenu {
    text-align: right;
    position: absolute;
}

.mainMenu > ul {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    left: 25px;
}

.mainMenu > ul > li {
    float: left;
    line-height: 10px;
    list-style: outside none none;
    margin-right: 50px;
    padding: 35px 0;
    position: relative;
}

.mainMenu > ul > li:last-child {
    margin-right: 0px;
}

.mainMenu > ul > li > a {
    color: #ffffff;
    font-size: 15px;
}

.mainMenu > ul > li > a:hover {
    color: #ffcc00;
}


/* ==========================================================================
   5. SLIDER AREA
========================================================================== */

.slider-area {
    max-width: 100%;
}

.main-image {
    background-image: none;
    background-size: cover;
    min-height: 700px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-left-btn,
.slider-right-btn {
    top: 50%;
    position: absolute;
    color: #ffffff;
    height: 38px;
    width: 44px;
    font-size: 20px;
    background-color: #d24d57;
    text-align: center;
    margin-top: -25px;
    z-index: 999;
}

.slider-left-btn {
    left: 0px;
}

.slider-right-btn {
    right: 0px;
}

i.fa.fa-chevron-left {
    margin-top: 9px;
}

i.fa.fa-chevron-right {
    margin-top: 9px;
}

.slider-list a:hover {
    color: #000;
    background-color: #fff;
    opacity: 0.8;
}

.slider-list a:focus {
   /* color: #fff;
    background-color: transparent;*/
}

.imageover {
    top: 25px;
    position: absolute;
    color: #ffffff;
    height: 100%;
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-top: -25px;
}

.carousel-captions {
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    left: 0;
    top: calc(18% - 228px/2);
    margin: 0 0;
}

.carousel-captions h1 {
    text-transform: uppercase;
}

.carousel-captions h1 span {
    color: #d24d57;
    padding-right: 10px;
}


.carousel-captions h2 {
    /*font-size: 50px;
    text-transform: uppercase;*/
	    font-weight: 700;
}


/* ==========================================================================
   6. About US Section
========================================================================== */

#about-us {
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    margin: 20px 0;
}

#about-us .main-title h2 {
    color: #5fbdeb;
}

#about-us .about-icon i {
    color: #1BA0E1!important;
    border: 1px solid #1BA0E1!important;
}

.circular {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url(img/000.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.about-icon i {
    float: left;
    font-size: 16px;
    /* width: 70px; */
    /* height: 70px; */
    text-align: center;
    line-height: 31px;
    /* font-weight: 500; */
    margin-right: 5px;
    color: #ffcc00!important;
    }

.about-icon i:hover {
    color: #ffffff !important;
    transition: .5s;
}

.more-about {
    margin: 10px 0px;
    overflow: hidden;
}

.about-content h4 {
    color: #252525;
}

.about-content p {
    /*margin-top: 25px;*/
    overflow: hidden;
}


/* 8.1 Our service Left Content
	---------------------------------------------------------------------------*/

#services {
    padding-bottom: 70px;
}


/* ======================================================================
        10.Feature Section
========================================================================= */

#features {
    padding-bottom: 55px;
}

.section-title {
    width: 100%;
    text-align: center;
}

.main-title h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 22px;
}

.feature-box-containt p {
    max-width: 237px;
    width: 100%;
}

.feature-box-containt h4 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin: 0px 0px 17px;
    font-weight: 700;
    text-transform: capitalize;
}

/* ==========================================================================
   14. News Blog
========================================================================== */

.news-area {
    padding: 75px 0px;
    overflow: hidden;
}

.news-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;

}

.news-text {
    position: relative;
    z-index: 11;
    text-align: center;
    background: #ffcc00;
    padding: 6px 0;
    border: 2px solid rgba(255, 255, 255, .7) !important;
    background: #333;
}

.news-box h4 {
    font-size: 15px;
    overflow: hidden;
    text-transform: uppercase;
}

.news-info {
    margin-bottom: 10px;
    padding-left: 0px;
}

.news-info li {
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}

.news-info li + li {
    padding-left: 18px;
}

.news-info li + li:before {
    content: '|';
    position: relative;
    left: -12px;
}

.news-box .post-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.news-para {
    width: 90%;
    padding: 20px 0px;
}

.favorite {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

a.favorite:hover {
    font-size: 26px;
    color: #ffffff;
}

.news-box > .news-image {
    width: 270px;
    margin-top: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
}

.news-box > .news-image:before {
    display: block;
    content: '';
    background-color: #fffcf4;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 120%;
    margin-top: -25px;
    margin-left: -50px;
    transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
}

.news-box > .news-image > img {
    width: 100%;
    height: 100%;
}

/* 15.1 Contact-Info
	---------------------------------------------------------------------------*/



.about-content h5 {
    color: #1BA0E1;
}

#help {
    background: rgba(0, 0, 0, 0) url(img/background1.jpg) no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
    background-size: cover;
    position: relative;	
}

#help h5,
h2 {
    color: #ffffff;
}

#help .main-title h2 {
    color: #ffffff;
}

#contacts {
    background: url(https://beonepage.betheme.me/wp-content/uploads/2016/02/subscribe-bg.jpg);
    color: #ffffff;
}

#contacts .main-title h2 {
    color: #ffcc00;
}

.features-list.one {
    border: 1px solid #fff;
}

.carousel-captions .about-icon i {
    font-size: 30px;
    border: 0!important;
    line-height: 50px;
    float: none;
    color: #fff!important;
    text-align: center;
    display: contents;
}

.carousel-captions .about-icon i:hover {
    color: #ffcc00!important;
}

.carousel-captions h4 {
    font-size: 16px;
    float: none;
    color: #fff;
}

.carousel-captions .more-about {
    margin: 0;
}

.carousel-captions h1,
h4 {
    color: #ffffff;
    font-weight: 700;
}

.carousel-captions p {
    color: #eceff3;
    font-size: 15px;
}

.call_phone {
    color: #000;
    border: 2px solid rgba(255, 255, 255, .7) !important;
    display: inline-block;
    padding: 6px 72px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    background: #fff;
	position: relative;
}

.call.whatsapp {
    padding: 9px 53px;
    background: #0cce26;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .7) !important;
    border-radius: 5px;
    display: inline-block;
}

.desc-title.one p {
    margin: 0px 0 24px 0;
    color: #ffcc00;
    font-size: 22px;
}


}
.desc-title {
    padding: 0 0 35px;
}
#service {
    text-align: center;
    background: #fff;
    color: #000;
}
.servise_img {
    max-width: 100%;
    height: 140px;
    width: 200px;
}
#service p {
    margin: 10px 0 35px;
    font-size: 21px;
}
.help.background {
    background-color: #0a0a0a;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
}
.main-title span {
    color: #ffcc00;
}
#first_section {
    background: rgba(0, 0, 0, 0) url(img/background4.jpg) no-repeat scroll 0 0 / 100% 100%;
    color: #fff;
    background-size: cover;
    position: relative;

}
#first_section span {
   /* color: #ffcc00;*/
}
.header-logo a {
    color: #fff;
}
.header-logo a:hover {
    color: #ffcc00;
    text-decoration: none;
}
.carusel2 {
    position: relative;
    padding: 48px 0;
    background: #000;
}
#carousel-with-captions {
    padding-bottom: 49px;
}
#brands {
    background: #232426;
    padding: 60px 0;
}
.bs-example .main-title h2 {
    color: #ffffff;
}
.service_centre p {
    color: #8e8e8e;
    font-size: 13px;
}
.sr {
    width: 200px;
    height: auto;
}
.new_sr {
text-align:center;
}