/* DEV.CONFERENCEWEB */


/*  Theme Name: Jaman - Responsive Bootstrap 4 One Page Portfolio Template
Author: Saptavarana
Version: 1.0.0
Created:Saptember 2018
File Description:Main css file of the template
*/

/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT US
6.SERVICES
7.EDU & EXP 
8.CTA
9.TESTIMONIAL
10.PORTFOLIO
11.BLOG
12.TRUSTED PEOPLE
13.CONTACT US
14.FOOTER
15.RESPONSIVE
16.FORM

*****************/

@import url('https://fonts.googleapis.com/css?family=Lato|Poppins:400,600');

/*=================
    01.BASIC
===================*/

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

.back_top_angle_up {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #6cb6ff;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 35px;
    transition: all 0.5s;
}

.back_top_angle_up i {
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    display: block;
}


/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
    background-color: rgba(12, 11, 5, 0.86);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text_custom {
    color: #6cb6ff !important;
}

.btn {
    padding: 15px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_custom {
    border: 1px solid #6cb6ff;
    color: #fff;
    background-color: #6cb6ff;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #f1f1f1;
    background-color: #000;
    border-color: #000;
}

.btn_outline_custom {
    border: 2px solid #f5f5f5;
    color: #ffffff;
}

.btn_outline_custom:hover,
.btn_outline_custom:focus,
.btn_outline_custom:active,
.btn_outline_custom.active,
.btn_outline_custom.focus,
.btn_outline_custom:active,
.btn_outline_custom:focus,
.btn_outline_custom:hover,
.open > .dropdown-toggle.btn_outline_custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.full_height_100vh {
    height: 100vh;
}

.vertical_content_manage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_all:target {
    padding-top: 180px;
}

.section_title span{
    font-size: 30px;
}

/*======================
    03  NAVBAR
=======================*/

.custom-nav {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 25px 0px;
    background: transparent;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}


/* Logo */

.custom-nav .logo {
    position: relative;
    float: left;
}


/* Menu button open */

.open-lightbox {
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 16px;
    line-height: 1px;
    margin: 7px 0 0 0;
    color: #000 !important;
}

.open-lightbox span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    color: inherit;
    border: 1px solid;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.open-lightbox .line1 {
    top: 0;
}

.open-lightbox .line2 {
    top: 7px;
}

.open-lightbox .line3 {
    bottom: 0;
}


/* Menu button close */

.close-lightbox span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    color: inherit;
    border: 1px solid;
    transform: translateZ(0);
    transition: all 0.6s;
}

.close-lightbox {
    position: absolute;
    right: 0px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 7px 0 0 0;
    top: 23px;
    color: #000 !important;
}

.close-lightbox .line1 {
    transform: translateY(-6px);
}

.close-lightbox .line2 {
    transform: translateY(6px);
}

.close-lightbox.loaded .line1 {
    transform: rotate(45deg);
}

.close-lightbox.loaded .line2 {
    transform: rotate(-45deg);
}


/* Menu lightbox */

.nav-bg-box {
    position: fixed;
    top: 0%;
    right: 0;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 9998;
    color: #fff;
    display: none;
}

.nav-bg-box .navbar-nav-jaman {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.nav-bg-box .navbar-nav-jaman li {
    padding: 0 0 0px 0;
    margin: 0 0 21px 0;
    overflow: hidden;
    text-align: center;
}

.nav-bg-box .navbar-nav-jaman li a {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 500;
    transform: translate(0, 30px);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.nav-bg-box .navbar-nav-jaman li a:hover,
.nav-bg-box .navbar-nav-jaman li a:active,
.nav-bg-box .navbar-nav-jaman li a.active {
    color: #6cb6ff;
}

.nav-bg-box.active .navbar-nav-jaman li a {
    opacity: 1;
    transform: translate(0, 0px);
}

.stickyadd.custom-nav {
    margin-top: 0px;
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.stickyadd.custom-nav .logo img{
    height: 60px;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .logo img {
    height: 100px;
}


/*================
    04.HOME
==================*/

.bg_home_personal_img {
    background-image: url(../images/img1.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.curv-overlay {
    background-image: url('../images/topbg.png');
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home_text_personal,
.home_text_business {
    max-width: 410px;
    float: right;
}

@media all and (max-width: 1140px){
    .curv-overlay {
        background-image: url('../images/topbg1.png');
        position: absolute;
        background-size: cover;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .home_text_personal,
    .home_text_business {
        max-width: none;
        float: none;
    }

}

.bg_home_personal_img,
.text_title_home_top {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.home_title {
    font-size: 64px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 41px;
}

.home_title span {
    font-size: 48px;
    text-transform: capitalize;
    border-bottom: 1px dotted #fff;
}

.home_text_personal h6{
    line-height: 1.5em;
    margin-top: 30px;
}

.home_subtitle {
    color: #000;
    max-width: 350px;
    line-height: 1.8;
}

.home_small_title_border {
    height: 2px;
    width: 70px;
    background-color: #6cb6ff;
    margin-bottom: 14px;
}

.home_table_cell_center {
    display: table-cell;
    vertical-align: middle;
}

.home_table_cell {
    display: table;
    width: 100%;
    height: 100%;
}

.full_height_100vh_home {
    height: 100vh;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 50px;
    width: 30px;
    background-color: #fff;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
    color: #6cb6ff;
    font-size: 26px;
    font-weight: bold;
    text-shadow: none;
}

.scroll_down i:after {
    content: "";    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    transition: all .2s;
}

/*------------------
    HOME DEMO -2
-------------------*/

.up-index {
    z-index: 2;
}

.bordered img {
    border: 15px solid #f9f8f8;
}

/*====================
   05. ABOUT US
====================*/

.about_social_icons ul li a {
    font-size: 19px;
    color: #212529;
    padding-right: 16px;
}

.personal_about_details p {
    line-height: 1.6;
    max-width: 500px;
}

.personal_about_details h5 {
    line-height: 1.4;
}

.personal_about_details .home_subtitle{
    font-size: 20px;
    margin: -35px 0 20px;
}

.img_about img{
    margin-left: auto !important;
    margin-right: 0 !important;
}


/*====================
   0.6  SERVICES
======================*/

.bg_services_img {
    background-image: url(../images/bg_services.jpg);
    position: relative;
    position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.ser_box_devision .service_icon i {
    font-size: 34px;
    background-color: #6cb6ff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.ser_box_devision:hover .service_icon i {
    transition: all 0.5s;
    color: #6cb6ff;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 0 1px #6cb6ff;
}

.ser_box_devision p,
.all_testi_content p,
.all_testi_content span {
    color: #e1e1e1;
}


/*=====================
   0.7  EDU & EXP
======================*/

.edu_content {
    padding: 16px;
}

.edu_detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}


/*================
   0.8 CTA
==================*/

.cta_details_mx {
    max-width: 635px;
}

.bg_cta_image {
    background-image: url(../images/bg_cta_image.jpg);
    position: relative;
    position: center center;
    background-size: cover;
    background-attachment: fixed;
}


/*====================
  0.9  TESTIMONIAL
=====================*/

.bg_testimonial_cover {
    background-image: url("../images/img3.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg_testimonial_cover {
    background: #222224;
}

.all_testi_content {
    max-width: 650px;
}

.all_testi_content .all_testi_details {
    font-size: 16px;
    line-height: 1.6;
}

.all_testi_content span {
    font-size: 12px;
    text-transform: capitalize;
}

.testi_content_img img {
    max-width: 120px;
    border: 5px solid #ffffff;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #6cb6ff;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}


/*====================
  10.  PORTFOLIO
=====================*/

.work_menu li a {
    padding: 8px 16px;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5) !important;
    margin-top: 5px;
}

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "-";
    color: #757575;
    margin: 0px 16px;
    position: relative;
    display: inline-block;
    top: 1px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu a.active,
.work_menu a:hover {
    font-weight: 700;
    color: #6cb6ff !important;
    background-color: #000;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
}

.work_box .work_detail h4 {
    font-size: 18px;
    color: #000;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_item {
    padding: 15px;
    position: relative;
}

.work_item .work_box {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.work_item .work_box .work_img {
    transition: all 0.3s ease 0s;
}

.work_item .work_box img {
    top: 0;
    position: relative;
}

.work_item .work_box img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.work_item .work_box:hover img {
    cursor: pointer;
    opacity: 1;
    transform: scale(1, 1);
    top: -88px;
}

.work_item .work_detail {
    height: auto;
    position: absolute;
    background-color: #fbfbfb;
    opacity: 0;
    bottom: -101px;
    width: 100%;
    padding: 20px 0px;
}

.work_box:hover .work_detail {
    bottom: 0;
}

.work_box:hover .work_detail {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/*=====================
     11.  BLOG
=====================*/

.blog_box_detail h5 a {
    line-height: 1.6;
    color: #53585d;
    text-transform: capitalize;
}

.blog_box_detail .blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    background: rgba(108, 182, 255, 0.18);
    color: #6cb6ff;
    border-radius: 30px;
    letter-spacing: 2px;
}

.blog_box_detail .blog_detail_devider {
    border-top: 1px solid #cecccc;
}

/*====================
  12 Trusted People
=====================*/

.bg_trusted_client_cover {
    background-image: url("../images/img4.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/*======================
  13. CONTACT US
========================*/

.contact_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

.contact_form_custom .form-control:focus {
    border-color: #6cb6ff !important;
    box-shadow: none;
    outline: 0;
}

textarea.form-control {
    height: auto !important;
}

.contact_detail p {
    overflow: hidden;
}

.contact_details_content .contact_icon i {
    font-size: 36px;
}


/*=====================
    14.  FOOTER
=====================*/

.bg_footer_clr {
    background-color: #222224;
}

.footer_alt_all_cls p {
    font-size: 14px;
}

.footer_social_icons li a {
    border: 2px solid #bfc0c1;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.footer_alt_all_cls ul li a:hover {
    color: #fff;
    background-color: #6cb6ff;
    border: 2px solid #6cb6ff;
}

footer .footer_logo{
    margin: 0 auto;
    max-width: 600px;
}


/*=====================
    15. RESPONSIVE
=======================*/

@media (max-width: 768px) {
    .stickyadd.custom-nav,
    .custom-nav {
        padding: 14px 0px;
        background-color: #fff;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    }
    .custom-nav .logo img {
        height: 46px;
    }
    .stickyadd .logo .logo-dark {
        display: inline-block;
    }
    .logo .logo-dark {
        display: inline-block;
    }
    /* .curv-overlay {
        display: none;
    } */
    .text_title_home_top span {
        color: #6cb6ff !important;
    }
    .home-top-title,
    .text_title_home_top,
    .home_subtitle {
        color: #ffffff;
    }
    .home-top-title {
        margin-right: 0px !important;
    }
    .vertical_content_manage {
        display: inherit;
    }
    .home_title {
        font-size: 32px;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .home-bg,
    .h-100vh.jarallax,
    .h-100vh.bg-dark,
    .full_height_100vh_home {
        padding: 110px 0;
    }
    .h-100vh,
    .full_height_100vh_home {
        height: auto;
    }
}




/*=====================
    15. TYPOGRAPHY
=======================*/


.text-black{
    color: #000;
}

.text_uppercase {
    text-transform: uppercase;
}



.bg_submissions_img {
    background-image: url(../images/img1.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.submissions_header{
    height: 250px;
}





/*=====================
    15. FORM
=======================*/

#form-main{
    width:100%;
    padding-top:0px;
}

#form-div {
    padding-top: 1rem;
}

.montform .feedback-input {
    color:#3c3c3c;
    font-weight:500;
    font-size: 18px;
    line-height: 22px;
    background-color: #f9f8f8;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #f9f8f8;
}
/*Inputs styles*/
.montform .feedback-input:focus{
    background: #fff;
    border: 3px solid #6cb6ff;
    color: #6cb6ff;
    outline: none;
  padding: 13px 13px 13px 54px;
}


/* Icons ---------------------------------- */
.montform  #name{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

.montform  #name:focus{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
    background-size: 30px 30px;
    background-position: 8px 5px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

.montform  #email{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

.montform  #email:focus{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

.montform  #comment{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-pencil.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

.montform  textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
    background-color:#e6e6e6;
}

.button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #6cb6ff;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    transition: all 0.3s;
  font-weight:700;
}

.button-blue:hover{
    background-color: rgba(0,0,0,0);
    color: #52aaff;
}
    
.montform  .submit:hover {
    color: #45a4ff;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

/*Styles for small screens*/

@media  only screen and (max-width: 580px) {
    #form-div{
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}