@charset "utf-8";
/* CSS Document */

a,
.menu li,
.sub_menu
{
    -webkit-transition: .5s;
    transition: .5s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

textarea {
    border-style: none;
    border-color: Transparent;
    overflow: auto;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}






header {
    position: relative;
    z-index: 2;
	background: none;
}




.header_top {
    background: #021b27;
    padding: 12px 0;
    position: relative;
}

.header_top_area::after,
.header_top_area {
    position: relative;
}


.manu_area::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 570px);
}

.header_top_area::after {
    background: #021b27;
    content: "";
    height: 100%;
    left: calc(50% + 570px);
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: calc(50% - 570px);
}

.mainnmenu {
    background: #ffcb3d;
}

.manu_area {
    position: relative;
}



nav {
    display: inline-block;
}

.menu li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}

.menu > li:first-child {
    margin-left: 0;
    padding-left: 35px;
}

.menu > li:first-child > a::after {
    border-left: 1px solid #ffe396;
    content: "";
    height: 27%;
    left: 45px;
    position: absolute;
    top: 28px;
    width: 100%;
}

.menu li.active {
    position: relative;
}

.inner_page .menu li.active > a, 
.home_2 .menu li.active > a, 
.home_2 .menu li:hover > a {
    color: #ffcb3d;
}

.menu li a {
    color: #1c1b1b;
    display: block;
    font-size: 14px;
    padding: 28px 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.sub_menu {
    background: #021b27;
    left: 0;
    position: absolute;
    top: 100%;
    width: 170px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.home_2 .sub_menu {
    background: #222;
}

.inner_page .sub_menu {
    background: #fff;
}

.sub_menu li {
    display: block;
    margin-left: -1px;
}

.sub_menu li a {
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    text-align: left;
}

.menu li:hover > .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.menu li .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
}

.sub_menu li:hover > .sub_menu {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mainnmenu a.free_consul {
    background: #021b27;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    width: 193px;
    margin: 13px 0;
}
.sub_menu li:hover a, .inner_page .sub_menu li:hover a{
    color: #ffcb3d;
}
.fix_p {
    padding: 0;
}

.fix_p_l {
    padding-left: 0;
}

.fix_p_r {
    padding-right: 0;
}

.fix_m {
    margin: 0;
}

.fix_m_l {
    margin-left: -15px;
}

.fix_m_r {
    margin-right: -15px;
}

a {
    color: #111111;
    cursor: pointer;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
}

a:hover,
.btn:hover,
.btn:focus {
    text-decoration: none;
}

a,
.menu li,
.sub_menu{
    -webkit-transition: .5s;
    transition: .5s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

textarea {
    border-style: none;
    border-color: Transparent;
    overflow: auto;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

p {
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}

.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.section_title {
    margin-bottom: 40px;
}

.section_title h6 {
    color: #ffcb3d;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.section_title h2 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}



.mainnmenu {
    background: none;
	margin-top: 10px;
}

.manu_area {
    position: relative;
}



nav {
    display: inline-block;
}

.menu li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}

.menu > li:first-child {
    margin-left: 0;
    padding-left: 35px;
}

.menu > li:first-child > a::after {
    border-left: 1px solid #ffe396;
    content: "";
    height: 27%;
    left: 45px;
    position: absolute;
    top: 28px;
    width: 100%;
}

.menu li.active {
    position: relative;
}

.menu li.active a,
.menu li:hover a {
    color: #666666;
}
.menu li ul li ul a{
    color: #FFFFFF !important; 
}
.menu li ul li a{
    color: #FFFFFF !important; 
}
.sub_menu li:hover a{
        color: #333333 !important; 
	background:#FFFFFF;

}
.sub_menu1 li  a{
        color: #333333 !important; 
	background:#FFFFFF  !important;

}
.sub_menu1 li:hover  a{
        color: #FFFFFF !important; 
	background:#333333  !important;

}
.sub_menu2 li{
        color: #FFFFFF !important; 
		background:#333333 !important;

}

.sub_menu2 li a:hover{
        color: #FFFFFF !important; 
		background:#393185 !important;

}


.inner_page .menu li.active > a, 
.home_2 .menu li.active > a, 
.home_2 .menu li:hover > a {
    color: #ffcb3d;
}

.menu li a {
    color: #1c1b1b;
    display: block;
    font-size: 14px;
    padding: 28px 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.sub_menu {
    background: #021b27;
    left: 0;
    position: absolute;
    top: 100%;
    width: 170px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.home_2 .sub_menu {
    background: #222;
}

.inner_page .sub_menu {
    background: #fff;
}

.sub_menu li {
    display: block;
    margin-left: -1px;
}

.sub_menu li a {
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    text-align: left;
}

.menu li:hover > .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.menu li .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
}

.sub_menu li:hover > .sub_menu {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mainnmenu a.free_consul {
    background: #021b27;
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    width: 193px;
    margin: 13px 0;
}
.sub_menu li:hover a, .inner_page .sub_menu li:hover a{
    color: #ffcb3d;
}

/* ---------------------------------------------------------
Home Page 2 Css
-----------------------------------------------------------*/

.home_2 .header_top_area,
.home_2 .mainnmenu,
.home_2 .header_top_area::after,
.home_2 .manu_area,
.home_2 .manu_area::after,
.home_2 .header_top {
    background: #222222;
}

.home_2 .header_top::before {
    content: "";
    position: absolute;
    right: 0;
    right: 20px;
    width: 55%;
    height: 1px;
    background: #2a2a2a;
    bottom: 0;
}

.home_2 .logo,
.inner_page .logo {
    margin: 40px 0;
}

.home_2 .mainnmenu {
    text-align: right;
}

.home_2 .sub_menu {
    text-align: left;
}
.home_2 .menu > li:first-child > a::after, 
.inner_page .menu > li:first-child > a::after{
    display: none;
}
.home_2 .menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.home_2 ul.top_contact > li i,
ul.top_contact > li:first-child a,
.home_2 ul.top_contact > li:first-child a{
    color: #ffffff;
}

.home_2 ul.top_contact > li:hover i {
    color: #ffcb3d;
}


.main_slider .fluid_container {
    overflow: hidden;
}

.captions_wrapper::after {
    background: -webkit-linear-gradient(left, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;
    background: linear-gradient(to right, transparent 0%, transparent 25%, #fff 71%, #fff 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .home_2 .logo {
        margin: 47px 0;
    }
    .mainnmenu a.free_consul {
        width: 164px;
    }
    ul.top_contact > li {
        margin-right: 6px;
    }
    .header_paralux {
        margin-top: -143px;
    }
    .menu > li:first-child > a::after {
        left: 40px;
    }
    .paralux_content {
        padding: 25px 0;
    }
    .menu > li > a {
        padding: 28px 11px;
    }
    .mainnmenu a.free_consul {
        margin-top: 13px;
    }
    .info_bg {
        width: 74%;
    }
    .info_text {
        padding-right: 36px;
    }
    .homePage .about_area::after, .home_2 .about_area::after {
          right: calc(50% - 485px);
    }
    figure.project_photo:hover figcaption {
        top: 68%;
    }
    ul.project_nav {
        right: 15px;
        top: -97px;
    }
    figure.team_member > figcaption {
        padding: 25px 10px 10px 20px;
    }
    .team_member p::before {
        font-size: 16px;
        left: 5px;
        top: 10px;
    }
    .blog_text {
        padding: 10px;
    }
    .blog_text > p {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .blog_text > a {
        height: 30px;
        line-height: 30px;
        width: 86px;
    }
    .blog_text {
        top: 88px;
    }
    .footer_widget > form > input {
        width: 75%;
    }
    .footer_widget > input {
        width: 75%;
    }
    /*about page*/
    .inner_page .single_counter {
        margin-left: 20px;
        margin-right: 0;
        vertical-align: top;
    }
    /*service page*/
    .servicepage_details .client_says {
        padding: 22px 70px 15px 40px;
    }
    /*single service page*/
    .download > a {
        margin-right: 0;
        padding: 8px 17px;
    }
    ul.pro_sing_nav li:first-child {
        margin-left: 0;
    }
    ul.pro_sing_nav li:last-child {
        margin-right: 0;
    }
    /*single blog page*/
    .singleblog_page .blog_text {
        top: 52px;
    }
    .singleblog_page .blog_text > h4 a {
        font-size: 13px;
    }
    .singleblog_page .blog_text > a {
        display: none;
    }
    .singleblog_page .blog_text {
        top: 59px;
    }
    /*masonarypage page*/
    .masonarypage .blog_text {
        bottom: -143px;
    }
    /*Contact page*/
    .contact_page .info_text {
        padding-left: 26px;
        margin-right: 0px;
    }
    
    .contact_map_area #map {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }
    ul.top_contact {
        text-align: right;
    }
    .home_2 .header_top::before {
        right: 5px;
        width: 84%;
    }
    .logo {
        margin: 27px 0;
    }
    .home_2 .logo {
        margin: 50px 0;
    }
    .menu > li:first-child {
        padding-left: 0;
    }
    ul.top_contact > li {
        line-height: 25px;
        margin-right: 2px;
        padding-left: 10px;
    }
    .paralux_text h1 {
        font-size: 24px;
    }
    .info::after {
        right: 8px;
    }
    .team_member {
        text-align: center;
    }
    .project_photo h5 {
        margin-bottom: 0;
    }
    .inner_page ul.top_contact > li {
        margin-right: 0;
    }
    .header_paralux {
        margin-top: -186px;
    }
    .paralux_content {
        padding: 20px 0;
    }
    .menu li a {
        font-size: 12px;
        padding: 28px 10px;
    }
    .sub_menu li a {
        padding: 20px;
    }
    .menu > li:first-child > a::after {
        left: 5px;
    }
    .mainnmenu a.free_consul {
        display: none;
    }
    .info_bg {
        width: 74%;
    }
    ul.project_nav {
        right: 15px;
        top: -97px;
    }
    .homePage .about_area::after, .home_2 .about_area::after {
        right: calc(50% - 384px);
        width: 30%;
    }
    .info_text {

        margin-right: 0;
        padding-left: 10px;
        padding-right: 20px;
    }
    .single_counter {
        display: inline-block;
        margin-right: 50px;
    }
    .single_service > p::after {
        height: 90%;
    }
    .single_service > p {
        padding-left: 15px;
    }
    .blog_text {
        top: 10px;
    }
    .pro2_text > p {
        width: 100%;
    }
    .single_blog:hover h5 {
        color: #fff;
        display: inherit;
    }
    .blog_text > p,
    .blog_text > a {
        display: none;
    }
    .footer_widget > form > input {
        padding: 15px 4px;
        width: 71%;
    }
    .footer_widget > form button {
        font-size: 12px;
        padding: 16px 15px;
    }
    .ft_bottom p {
        font-size: 13px;
    }
    /*about page*/
    .inner_page .single_counter {
        margin-left: 20px;
        margin-right: 0;
        vertical-align: top;
    }
    .single_prject {
        margin-top: 30px;
    }
    .about_page .col-sm-6:nth-child(1) .single_prject,
    .about_page .col-sm-6:nth-child(2) .single_prject {
        margin-top: 0;
    }
    /*Service page*/
    .service_sidebar li {
        line-height: 45px;
    }
    .service_sidebar ul li a {
        font-size: 12px;
        padding-left: 15px;
    }
    /*single service page*/
    .download > a {
        padding: 8px 10px;
    }
    .download a p {
        margin: 0;
    }
    .download i {
        font-size: 16px;
        padding: 13.5px 10px;
    }
    .download > a:hover {
        color: #ff3b3d;
    }
    /*single Portfolio*/
    ul.pro_sing_nav li:first-child {
        margin-left: 0;
    }
    ul.pro_sing_nav li:last-child {
        margin-right: 0;
    }
    ul.pro_des > li {
        display: inline-block;
        margin-bottom: 34px;
        margin-right: 15px;
    }
    /*single blog page*/
    .blog_text > h4 {
        font-size: 14px;
    }
    .singleblog_page .blog_text {
        top: 0;
    }
    .auther_details {
        padding: 10px 20px;
        vertical-align: top;
    }
    .auther_details > p,
    .about_commenter > p {
        line-height: 21px;
    }
    /*Contact page*/
    .breadcrumb_area h1 {
        font-size: 24px;
    }
    .contact_page .info_text {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*masonary page*/
    .masonarypage .blog_text {
        bottom: -26px;
    }
    .contact_map_area #map {
        height: 250px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 991px) {
    .container {
        width: 300px;
    }
    .header_top,
    .mainnmenu a.free_consul, .paralux_text p {
        display: none;
    }
    .mean-container .mean-bar::after {
        color: #fff;
        content: url('../img/after-logo.png');
        left: 20px;
        position: absolute;
        top: 15px;

    }
    .menu_for_mobile .sub_menu {
        background: transparent;
        left: initial;
        opacity: 1;
        position: relative;
        top: initial;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s;
        visibility: visible;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 24px;
    }
    .main_slider .fluid_container {
        overflow: inherit;
    }
    .main_slider .camera_wrap {
        float: inherit;
        position: relative;
        z-index: 0;
    }
    .slider_caption.mb70 {
        text-align: right;
        width: 100%;
    }
    .home_2 .slider_caption h1 {
        font-size: 24px;
    }
    .header_paralux {
        margin-top: -137px;
    }
    .paralux_content {
        padding: 40px 0 100px;
        width: 79.8%;
    }
    .paralux_text h1 {
        font-size: 18px;
    }
    .paralux_text p {
        font-size: 12px;
        width: 100%;
    }
    .cl-effect-2 a span{
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        width: 140px;
    }
    .about_area {
        background-image: none;
        overflow: hidden;
    }
    .about_text > p {
        padding-left: 20px;
        width: 100%;
    }
    .single_counter {
        margin-right: 40px;
        margin-top: 30px;
    }
    .counter_area .single_counter:nth-child(1),
    .counter_area .single_counter:nth-child(2),
    .our_service .col-sm-3:nth-child(1) .single_service,
    .our_team .col-xs-12:nth-child(1) .single_prject {
        margin-top: 0;
    }
    .paralux_content .scroll_button {
        left: 5%;
    }
    .info::after {
        display: none;
    }
    .info_bg {
        width: 78%;
    }
    ul.project_nav {
        display: none;
    }
    .info {
        line-height: 60px;
    }
    .info_text {
        border-right: medium;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 20px;
    }
    .promot_area .cl-effect-2 a span {
        margin-top: 20px;
    }
    .single_service {
        margin-top: 30px;
    }
    .our_client {
        background: #021b27;
    }
    .client_bg_padding {
        padding-left: 20px;
        margin-top: 30px;
    }
    .call_back select,
    .callback_input input {
        width: 100%;
    }
    .phoneNo_area {
        padding-left: 10px;
        margin-top: 20px;
    }
    .phone_text {
        padding-left: 10px;
    }
    .single_prject {
        margin-top: 30px;
    }
    .pro2_text > p {
        width: 100%;
    }
    .blog_text > p,
    .blog_text > a {
        display: none;
    }
    .single_blog:hover h5 {
        color: #fff;
        display: inherit;
    }
    .single_blog {
        margin-bottom: 30px;
    }
    .blog_text {
        top: 66px;
    }
    .ft_bottom p {
        font-size: 12px;
        text-align: center;
    }
    .footer_widget {
        padding: 30px 0;
    }
    /*about page*/
    .about_page .about_area,
    .about_service_area {
        background: none;
    }
    .aboutpg_text {
        padding-left: 0;
    }
    .sling_ab_bg {
        padding: 58px 0 58px 0;
    }
    .inner_page .about_area {
        background: #ffcb3d;
    }
    .single_counter h3 {
        padding-left: 0;
    }
    .about_page .single_counter {
        vertical-align: top;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        width: 45%;
    }
    .ab_bg {
        display: none;
    }
    .aboutpg_text p {
        color: #fff;
    }
    .about_page .col-sm-6 .single_counter:nth-child(1),
    .about_page .col-sm-6 .single_counter:nth-child(2),
    .about_page .col-sm-6 .single_counter:nth-child(3) {
        margin-top: 30px;
    }
    /*Service page*/
    .service_area .section_title {
        margin-bottom: 45px;
        padding-top: 20px;
    }
    /*Service page*/
    .heightlight_details,
    .single_service_page .client_says {
        width: 100%;
    }
    /*Single Portfolio page*/
    ul.pro_sing_nav {
        display: none;
    }
    ul.pro_des p,
    .det_bottom {
        margin-top: 30px;
    }
    .servicepage_area.section-padding {
        padding-bottom: 0;
    }
    /*single blog page*/
    .post_img > h4 {
        font-size: 16px;
        height: 59px;
        line-height: 20px;
        width: 45px;
    }
    .promo_text > h3,
    .post_title {
        font-size: 18px;
    }
    .blog_area blockquote {
        color: #666666;
        margin-left: 0;
    }
    .auther_details {
        margin-top: 10px;
        width: 100%;
    }
    .comment_area .col-md-12:nth-child(2n) .comment {
        margin-left: 0;
    }
    .sidebar_area {
        margin-top: 50px;
    }
    /*masonarypage page*/
    .grid-item {
        width: 100%;
    }
    .masonarypage .blog_text {
        bottom: 0;
    }
    .promot_area .text-right {
        text-align: center;
    }
    .contact_map_area #map {
        height: 200px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
    .single_counter {
        margin-right: 14px;
    }
    .project_slider.owl-carousel .owl-item img {
        width: 100%;
    }
    figure.team_member {
        text-align: center;
    }
    .footer_widget {
        margin-bottom: 30px;
    }
    /*about page*/
    .aboutpg_text p {
        color: #fff;
    }
    /*portfolio*/
    .servicepage_photo img {
        width: 100%;
    }
}