/*
Copyright (c) 2016 xtremedesign
------------------------------------------------------------------
[Master Stylesheet]

Project:	Elightfull - Multipurpose onepage HTML Template
Version:	1.0.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

2. Body
3. Preloader / #preloader
4. Normal Css / .el_color_white
5. Home Section / .el_home_section
6. Menu / .el_menu
7. About Section / .el_about_section
8. Counter Section / .el_counter
9. Activity Section / .el_activity
10. Feature Section / .el_feature
11. Service Section / .el_service_section
12. Light Section / .el_light_section
13. Quote Section / .el_quote
14. Client Section / .el_client_section
15. Partner Section / .el_partner
16. Team Section / #owl-example .owl-item
17. Pricing Table Section / .el_pricing_table_wraper
18. Portfolio Section / .el_portfolio
19. Contact Section / .el_contact_section
19. Map Section / .el_map_section
20. Footer Section / .el_footer_section
21. Resoponsive Css / .carousel-fade .carousel-control
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    word-wrap: break-word;
    color: #6C6C6C;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

html {
  scroll-behavior: smooth;
}
/*Body End*/


/*Normal Css*/

.el_color_white {
    color: #fff !important;
}

.Flexible-container {
    position: relative;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_heading {
    text-align: center;
}

.el_heading h5 {
    color: #1ABC9C;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
}
.el_heading h2 {
    margin-top: 10px;
    font-weight: 700;
    color: #151515;
}
.el_heading_text {
    text-align: center;
    padding-bottom: 50px;
}


/*Normal css End*/


/*Preloader Start*/

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin-top: -50px;
    margin-left: -100px;
    text-align: center;
}


/*Preloader End*/


/*Home Section Start*/

.el_home_caption {
    text-align: center;
}

.el_home_section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.el_home_caption .el_home_text h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 15px;
}

.el_home_caption h6 {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
}

.el_home_caption .el_home_text span {
    color: #1ABC9C;
}


/*Home Section Start*/


/*Menu Start*/

.navbar_main_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.el_home_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.navbar_brand {
    padding-top: 5px;
}

.navbar_brand a {
    color: #1ABC9C;
    text-decoration: none;
    letter-spacing: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.el_menu {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 15000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.el_menu.el_fix {
    background-color: #151515;
    top: 0;
}
.el_bold {
    font-weight: bold;
}

.navbar_menu ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.toggle{
	display: none;
    color: #fff;
}

/*Menu End*/

.snip1198 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1198 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 5px;
    padding: 0;
}

.snip1198 a {
    padding: 0 0.7em;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
	font-size: 16px;
}

.snip1198 a::before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    left: 15%;
    right: 15%;
    top: 0;
    bottom: 0;
    border-left: 3px solid #1ABC9C;
    border-right: 3px solid#1ABC9C;
    display: none;
}

.snip1198 a:hover,
.snip1198 .active a {
    color: #ffffff;
}

.snip1198 a:hover::before,
.snip1198 .active a::before {
    opacity: 1;
    left: 0;
    right: 0;
}
.snip1198 .active a::before{
    opacity: 1;
}

/*About Section Start*/

.el_about_section {
    margin: 80px 0;
}

.el_about_content {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 80px 60px 50px;
    text-align: center;
    margin-top: 100px;
}

.el_about_icon {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: #1e1e22;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

.el_about_content h4 {
    color: #151515;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.services_one__text {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.el_about_content a {
    text-decoration: none;
}

.service_one__arrow {
    position: relative;
    color: #717178;
    transition: all 500ms ease;
    height: 65px;
    width: 65px;
    background-color: #f1f1f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
}

.el_about_content:hover .el_about_icon {
    background-color: #1ABC9C;
    color: #fff;
}

.el_about_content:hover h4 {
    color: #1ABC9C;
}

.el_about_content:hover .service_one__arrow {
    background-color: #1ABC9C;
    color: #fff;
}


/*counter Section Start*/

.el_counter {
    display: flex;
    background-image: url(../images/home_page.jpg);
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.el_counter_wraper {
    padding: 100px 0px 30px;
}

.el_counter_div {
    
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    color: white;
    position: relative;
    padding: 40px 0px;
}

.count {
    font-size: 60px;
}


/*counter Section End*/


/*Activity Section Start*/

.el_activity {
    background-image: url(../images/bg_act.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0 80px;
}

.el_activity_wraper {
    padding-top: 50px;
}

.el_activity_content h3 {
    color: #151515;
    font-weight: 700;
}

.el_activity_type {
    text-transform: capitalize;
}

.el_activity_type h6 {
    line-height: 2;
    color: #000;
}

.el_activity_type h6 span {
    color: #151515;
    font-weight: 600;
    padding-right: 10px;
}


/*Activity Section End*/


/*Feature Section Start*/

.el_feature {
    background-image: url(../images/bg_feature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px 90px;
}

.feature_heading {
    text-align: center;
}

.el_feature_img {
    text-align: center;
    padding: 30px 0;
}

.el_feature_content {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgba(255, 255, 255, 0.2);
    padding: 80px 60px 50px;
    text-align: center;
    margin-top: 70px;
    transition: all 500ms ease;
}

.el_feature .el_heading_text p {
    color: #fff;
}

.el_feature_icon {
    position: absolute;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

.el_feature_data h4 {
    color: #1ABC9C;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.el_feature_data p {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #E5E5E5;
}

.el_feature_content:hover {
    background-color: #fff;
    box-shadow: none;
    transform: translateY(-10px);
}

.el_feature_content:hover .el_feature_data p {
    color: black;
}

.el_feature_content:hover .el_feature_icon {
    background-color: #1ABC9C;
}


/*Feature Section End*/


/*Service Section Start*/

.el_service_section {
    padding: 70px 0 40px;
    background-color: aliceblue;
}

.el_service_heading {
    text-align: center;
}

.el_service_slider {
    padding: 50px 0px 30px 0px;
}

.el_client_slider #sync1 .item {
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: transparent;
    margin-right: 22px;
    color: #1ABC9C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.5s;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .synced .item .el_pager_img {
    background: #151515;
}

.item h6 {
    color: #151515;
    padding-top: 20px;
    font-weight: 600;
}

#sync2 .owl-wrapper {
    margin: 0px auto;
}

#sync2 .owl-item {
    
    text-transform: uppercase;
}

.el_service_slider .el_pager {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 30px;
    transition: all 0.5s;
}

.el_pager h6 {
    color: #1ABC9C;
}

#sync2 .synced .item .el_pager:hover .el_pager_img {
    background-color: #000000;
}

#sync2 .synced .item .el_pager:hover h6 {
    color: #000000;
}

.el_service_slider .el_pager_img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #1ABC9C;
    margin: 0px auto;
    transition: all 0.5s;
}

.el_service_slider #sync2 .item img {
    text-align: center;
    margin: 19px 0px;
}

.el_service_slider .el_pager img {
    vertical-align: middle;
    padding: 24px 7px;
}

.el_service_slider #bx-pager {
    margin: 0px auto;
}

.el_service_img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    border: 1px solid black;
    border-color: #151515;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.el_service_img:hover {
    background-color: #1ABC9C;
    border: 1px solid #1ABC9C;
    color: #fff;
}

.el_service_img i {
    font-size: 54px;
    color: black;
    line-height: 150px;
    transition: all 0.5s;
    cursor: pointer;
}

.el_pager_img i {
    color: #fff;
    line-height: 75px;
    font-size: 24px;
    transition: all 0.5s;
}

.el_service_img:hover i {
    color: #fff;
}

.el_img1,
.el_img2,
.el_img3,
.el_img4,
.el_img5 {
    border-radius: 100%;
}

.el_caption {
    text-align: center;
    line-height: 1;
    padding: 30px 0px;
}

.el_caption h4 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
}

.el_service_slider #sync2 .item:hover i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    transform: rotateY(180deg);
}

.el_service_slider #sync2 .item:hover h6 {
    color: #151515;
}

.el_service_slider #sync2 .item:hover .el_pager_img {
    background-color: #151515;
    transition: all 0.5s;
    transform: translateY(-20px);
}


/*Service Section End*/


/*light Section Start*/

.el_light_content {
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 80px 60px 50px;
    text-align: center;
    margin-top: 100px;
    transition: all 500ms ease;
}

.el_light_icon {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: #1e1e22;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 35%;
    top: -60px;
}

.el_light_content h4 {
    color: #151515;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.el_light_content a {
    text-decoration: none;
}

.el_light_content:hover {
    background-color: #1ABC9C;
    color: #fff;
}

.el_light_content:hover .el_light_icon {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    transform: translateY(-20px);
}

.el_light_content:hover h4 {
    color: #fff;
}

.el_light_section {
    background-color: #F4F4F4;
    padding: 20px 0px 75px;
}

.el_light_img {
    font-size: 60px;
    color: #151515;
    line-height: 1.8;
}

.el_light_data h4 {
    text-transform: uppercase;
    color: #151515;
    font-weight: 700;
}

.el_light_data p {
    font-size: 13px;
    line-height: 2;
}

.el_light_text:hover .el_light_img {
    color: #1ABC9C;
}

.el_light_text:hover .el_light_data h4 {
    color: #1ABC9C;
}


/*light Section End*/


/*Quote Section Start*/

.el_quote {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg_quote.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 120px 0px 80px 0;
}

.el_quote_wraper {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.el_qoute_img img {
    border-radius: 100%;
}

.el_quote_wraper span {
    color: #1ABC9C;
}

.el_quote_wraper h3 {
    padding: 0px 105px;
    line-height: 1.7;
    display: inline-block;
    position: relative;
    padding-top: 50px;
}

.el_quote_wraper {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.el_quote_wraper h3:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    left: 5%;
    line-height: 1.8;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.el_quote_wraper h3:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    right: 5%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}


/*quote Section End*/


/*client Section Start*/

.el_client_heading {
    text-align: center;
}

.el_client_section {
    padding: 70px 0;
}

.el_client_wraper {
    background-color: #fff;
    border-radius: 5px;
    height: 200px;
    width: 100%;
    border: 1px solid #1ABC9C;
}

.el_client_wraper:after {
    background-color: #1ABC9C;
    content: "\00a0";
    display: block;
    height: 40px;
    left: 100px;
    position: relative;
    top: -27px;
    transform: rotate( 314deg);
    width: 40px;
    border-bottom: 1px solid #1ABC9C;
    border-left: 1px solid #1ABC9C;
}

.el_client_img {
    height: 100px;
    margin-right: 20px;
}

.el_client_img img {
    border-radius: 100%;
}

.el_client_detail {
    margin-top: 50px;
}

.el_client_img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: 15%;
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.el_client_img:hover {
    -webkit-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    border-color: #1ABC9c;
    border-radius: 100%;
}

.el_client_text {
    padding: 30px 23px 17px 30px;
    line-height: 2.2;
    font-size: 13px;
    background-color: #1ABC9C;
}

.el_client_text p {
    color: #fff;
}

.el_client_data h4 {
    color: #000000;
    padding: 20px 70px 10px 70px;
}

.el_client_data h6 {
    font-weight: normal;
    padding: 0px 70px 10px 70px;
}

.el_client_slide {
    padding: 50px 15px 15px 15px;
}

div#el_client .owl-wrapper .owl-item:nth-child(even) .el_client_slide {
    margin-top: 5%;
}


/*client Section End*/


/*Partner Section Start*/

.el_partner {
    background-color: black;
    padding: 52px 0px 52px;
}

.el_partner_wraper {
    margin: 25px auto;
}

.el_partner_img {
    background-color: transparent;
}

.el_partner_img img {
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
}

.el_partner_img img:hover {
    opacity: 1;
}

.el_partner_wraper .bx-wrapper .bx-viewport {
    background: transparent;
}


/*Partner Section End*/


/*Team Section Start*/

#owl-example .owl-item {
    margin: 1px;
}

#owl-example .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.el_team_heading {
    text-align: center;
}

.el_team_heading p {
    padding-bottom: 50px;
}

.el_team {
    padding: 70px 0px;
}

.el_team_img_wraper {
    position: relative;
    transition: all 0.5s;
}

.el_team_img {
    position: relative;
}

.el_overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.el_team_name {
    text-align: center;
    padding: 15px 0px;
    background-color: transparent;
    transition: all 0.5s;
}

.el_team_name h4 {
    color: #000000;
    text-transform: uppercase;
    transition: all 0.5s;
}

.el_team_name h6 {
    font-weight: normal;
    transition: all 0.5s;
}

.el_team_detail {
    padding: 50px 40px;
    text-align: center;
    transition: all 0.5s;
}

.el_team_detail p {
    color: #fff;
}

.el_detail_wraper {
    border: 10px solid black;
    background-color: #000;
    padding-bottom: 20%;
    transition: all 0.5s
}

.el_social_div ul {
    margin: 0px auto;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding-left: 0;
    margin: 0 50px;
}

.el_social_div ul li {
    list-style: none;
    margin-right: 5%;
}

.el_social_div ul li a {
    line-height: 30px;
    display: block;
    list-style: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    background: #fff;
    color: #1ABC9C;
    transition: all 0.5s;
}

.el_social_div ul li a:hover {
    border: 1px solid black;
    background-color: black;
    color: #fff;
}

.el_team_img_wraper:hover .el_overlay {
    opacity: 0.8;
}

.el_team_img_wraper:hover .el_team_name {
    background-color:#0000;
}

.el_team_img_wraper:hover .el_team_name h4,
h6 {
    color: #000;
}

.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}


/*Team Section End*/


/*Pricing Table Section Start*/

.el_price_heading {
    text-align: center;
}

.el_pricing_table_wraper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 100px;
}

.el_pricing_table {
    z-index: 912;
    background: #fff;
    position: relative;
    color: #000000;
    border-radius: 0px;
    text-align: center;
    -pie-box-shadow: 0px 0px 8px #E5E5E5;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-color: #F0F0F0;
    transition: all 0.5s;
}

.el_table_wraper {
    padding-top: 50px;
}
.el_table_price {
    background: #1ABC9C;
    padding: 25px 0 1px;
}
.el_table_price h1 {
    height: auto;
    z-index: 912;
    position: relative;
    line-height: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.el_table_price p{
    color: #ffffff;
}


.el_pricing_heading h3 {
    font-weight: bold;
    padding: 20px 0;
    margin: 0px;
    line-height: 1.8em;
}



.el_table_price span {
    font-size: 15px;
    text-transform: capitalize;
}

.el_pricing_table ul {
    
    padding: 0px;
    margin: 0px;
}

.el_pricing_table ul li {
    
    padding: 18px 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.el_pricing_tabel_button {
    color: #fff;
    margin: 25px 0 20px 0;
    display: inline-block;
    padding: 12px 56px 10px;
    background: -webkit-gradient(linear, center top, center bottom, from(#1ABC9C), color-stop(100%, #00A584));
    background: -webkit-linear-gradient(top, #1ABC9C, #00A584 100%);
    background: -o-linear-gradient(top, #1ABC9C, #00A584 100%);
    background: linear-gradient(to bottom, #1ABC9C, #00A584 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00A584', endColorstr='#1ABC9C', GradientType=0);
    /* IE6-9 */
    border-width: 1px;
    border-style: solid;
    line-height: 2;
    border-color: #1ABC9C;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.el_pricing_tabel_button:hover {
    background: #1ABC9C url("../images/u4346-r-grad.png") repeat-x left top;
    background: -webkit-gradient(linear, center top, center bottom, from(#00A584), color-stop(100%, #1ABC9C));
    background: -webkit-linear-gradient(top, #00A584, #1ABC9C 100%);
    background: -o-linear-gradient(top, #00A584, #1ABC9C 100%);
    background: linear-gradient(to bottom, #00A584, #1ABC9C 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00A584', endColorstr='#1ABC9C', GradientType=0);
    /* IE6-9 */
    ;
}
.el_pricing_table:hover{
    transform: translateY(-20px);
}

/*Pricing Table Section End*/

/*Portfolio Section Start*/
.el_portfolio_heading{
    text-align: center;
}
.el_portfolio {
    padding: 40px 0 50px;
}
.el_portfolio_wraper{
    margin-top: 30px;
}
#grid .mix {
    opacity: 0;
    display: none;
    padding: 5px;
    cursor: pointer;
}
.em_mix_grid{
    padding: 50px 0 20px;
}
.popup_link_parent:hover img{
    transform: scale(1.2);
}

.popup_link_parent{
    overflow: hidden;
}
.popup_link_parent img{
    transition: all 0.5s;
}
.em_filter {
    text-align: center;
}

.em_filter ul.em_filter_title {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.em_filter ul.em_filter_title li {
    display: inline-block;
    list-style: none;
    margin-right: 11px;
}

.em_filter ul.em_filter_title li a {
    padding: 10px 32px;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    background-color: transparent;
}

.em_filter ul.em_filter_title li a {
    
    padding: 10px 32px;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom: 1px solid;
    border-color: transparent;
    text-decoration: none;
}

.em_filter ul.em_filter_title li a:hover,
.em_filter ul.em_filter_title li a.active {
    color: #1ABC9C;
    border-color: #1ABC9C;
    text-decoration: none;
}

#grid .mix img:hover {
    background-color: #434343;
    background-color: rgba(21, 21, 21, 0.8);
}

#el_popup .carousel-caption {
    position: initial;
    text-align: left;
}

#el_popup .carousel-caption h6 {
    font-weight: normal;
    line-height: 1.8;
}

#el_popup .carousel-control.right {
    left: auto;
    right: 0%;
    background-color: transparent;
}

#el_popup .carousel-control {
    position: absolute;
    top: 30%;
    left: -85px;
    background-color: transparent;
}

#el_popup .carousel-control.right {
    left: auto;
    right: -44px;
    background-color: transparent;
}

.el_popup_slider .carousel-caption {
    padding-bottom: 0px;
}
/*Portfolio Section End*/

/*Contact Section Start*/
.el_contact_heading{
    text-align: center;
}
.el_contact_heading p{
    color: #000;
}
.el_contact_wraper form{
    padding-top: 50px;
}
.el_contact_section {
    padding: 0 0 70px 0;
}
.form-group label{
    color: #000;
}
.form-group input {
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #ddd;
}
.form-group textarea{
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #393636;
}
.form-group input:focus{
    outline:none;
    background-color:transparent;
}
.form-group textarea:focus{
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
}
.el_contact_wraper textarea {
    resize: none;
}
.form_btn{
    margin-left: -10px;
}
.form_btn .btn {
    font-size: 15px;
}
/*Contact Section End*/
/*Footer Section Start*/
.el_footer_section {
   
    background-color: #151515;
    position: relative;
}

.el_footer_wraper {
    
    color: #fff;
    position: relative;
}

.el_foooter_content {
   
    text-align: center;
    padding: 80px 0px 35px;
    position: relative;
}

.el_footer_text {
    
    font-weight: normal;
    position: relative;
}

.el_footer_text h5 {
    font-weight: normal;
}
.el_footer_social_icon ul{
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.el_footer_social_icon ul li {
    list-style: none;
    margin-right: 10px;
}
.el_footer_social_icon ul li a{
    line-height: 25px;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    display: block;
    transition: all 0.5s;
}
.el_footer_social_icon ul li a:hover{
    background-color: white;
    color: #000;
}
.el_footer_wraper .el_social_div ul {
    margin: 0px auto;
    list-style: none;
    
    display: inline-block;
}

.el_footer_wraper .el_social_div li a {
    line-height: 1.6;
    
    list-style: none;
    width: 45px;
    height: 45px;
    color: #fff;
    border: 1px solid;
    border-color: #fff;
    text-align: center;
    font-size: 25px;
}

.el_footer_wraper .el_social_div li a:hover {
    color: #1ABC9C;
    border-color: #1ABC9C;
}

.scrollToTop {
    position: absolute;
    background-color: #1ABC9C;
    width: 43px;
    height: 43px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    left: 50%;
    z-index: 2;
    
    cursor: pointer;
    margin-top: -23px;
    font-size: 25px;
    color: #fff;
    margin-left: -22.5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.scrollToTop i {
    display: inline-block;
    transform: rotate(318deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(318deg);
    line-height: 1.7;
    color:#fff;
}

.scrollToTop:hover {
    background-color: #1ABC9C;
    text-decoration: none;
    color: #fff;
}


/*Footer Section End*/



.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}
.btn-primary {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1ABC9C;
    outline: 0;
    box-shadow: none;
}

section.page-title {
    padding: 173px 0 97px 0;
    position: relative;
    /* float: left; */
    width: 100%;
}
  section.page-title h1 {
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
	margin:0;
	
}

.outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outer-box ul.bread-crumb {
    margin: 0;
    padding: 0;
    display: inline-flex;
}
section.page-title li {
    list-style: none;
    margin: 0 10px;
    position: relative;
    font-size: 15px;
    color: #fff;
}
.outer-box ul.bread-crumb a{
	color: #1ABC9C;
    text-decoration: none;
}

section.page-title ul.bread-crumb li:first-child:after {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 10px;
    right: -15px;
    top: 61%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.fa.fa-home {
    margin-right: 6px;
}


.contact-info-box {
    text-align: center;
    /* border-radius: 5px; */
    -webkit-transition: .5s;
    transition: .5s;
    /* background-color: #fafafa; */
    /* border: 1px solid #fbe4d4; */
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}
.contact-info-box h3 {
    color: #151515;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.contact-info-area {
    position: relative;
    padding: 70px 0;
    z-index: -1;
}
.contact-info-box p{
	 font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
}
.bread_crumb_banner_main h2 {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
}
   
   .contact-info-box a {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #6C6C6C;
    text-decoration: none;
}

.el_contact_section .el_heading_text {
    text-align: center;
    padding-bottom: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}
.btn-primary:focus {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
    box-shadow: none;
}
.center_main{
    align-items: center;
    justify-content: center;
}
.el_team_wraper .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 13px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid;
    border-color: #000000;
}


.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer h1 {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 60px 0 26px;
    font-weight: 600;
}
.footer p {
    color: #fff;
    font-size: 14px;
}
.footer a {
    color: #1ABC9C;
    text-decoration: none;
}
.footer .footer-social-icons {
    background: rgba(0,0,0,.2);
    padding: 6px 7px 7px;
    margin-bottom: 25px;
    display: table;
    display: none;
}
.footer .footer-social-icons a {
    padding: 9px 0 6px;
    margin-right: 0 1px;
    color: #fff;
    background-color: #343434;
    border-radius: 2px;
    width: 35px;
    height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}
.footer-address p {
    color: #bcbcbc;
    font-size: 14px;
}
.footer-address .fa {
    margin-right: 10px;
    color: #1ABC9C;
    width: 18px;
    text-align: center;
}
.footer .footer-copyrights {
    text-align: center;
    background-color: #1c1c1e;
}
.footer .footer-copyrights p {
    margin: 30px 0;
    color: #b5b5b4;
    font-size: 14px;
}
.primary-color {
    color: #1ABC9C;
}

.footer ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(117px, 0fr));
    grid-gap: 0;
}
.footer ul li{
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
}
.footer ul li a{
    overflow: hidden;
}
.footer ul li img{
 max-width: 100px;
 transition: all 0.5s;
 }
 .footer ul li a:hover img{
    transform: scale(1.2);
}
.main_widget {
    position: relative;
    margin: 40px 0;
}