/*
  Template Name: temkuri 
*/


/* === common css class end here === */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

 * {
     margin: 0;
     padding: 0;
     outline: 0;
}
 body, html{
     overflow-x:hidden;
}
 ul, ol {
     list-style-type: none;
     margin-bottom: 0;
}
 p {
     line-height: 24px;
     margin-bottom: 0;
}
 a:focus {
     outline: 0;
}
 .form-control:focus {
     border-color: transparent 
}
 h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
     font-family: 'Lato', sans-serif;
     font-style: normal;
     margin-bottom: 0;
     line-height: 1.2;
     font-weight: 700;
     transition: .5s;
     font-size: 24px;
     color: #1b1a1a;
     margin: 0px;
     transition: .5s;
}
 body {
     color: #797979;
     font-family: 'Barlow', sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 16px;
     line-height: 1.6;
}
/* === common css class end here === */
 a {
     text-decoration: none!important;
}
/* === top menu css == */
.top_menu_area {
    background: #14b1bb;
    padding: 8px 0;
}
.top_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_menu a {
    /* background: #fff; */
    /* padding: 4px 10px; */
    font-weight: 500;
    color: #1b1a1a;
    /* transition: .5s; */
}
.top_menu a:hover{
    color: #fff;
}
/* .top_menu a.heilight{
    background: #ed5e3e;
    color: #fff;
}
.top_menu a.heilight:hover{
    background: #14b1bb;
} */

/*========================  SCROLL TOP CSS =========================*/
 #scrollUp {
     background: #232323;
     bottom: 30px;
     color: #fff;
     font-size: 30px;
     height: 40px;
     line-height: 34px;
     right: 100px;
     text-align: center;
     border-radius: 5px;
     width: 40px;
}
 #scrollUp i {
     color: #fff;
}
/* ===== START CSS FOR HOME-PAGE ===== */
 .banner_slider_full {
}
.banner_slider_thumb {
    position: relative;
    background-image: url(../images/theme.jpg);
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
 .banner_slider_thumb:before {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
	/*background: #00000096; */  
     z-index: 1;
}
.banner_info_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
     text-align: center;
    width: 62%;
}
 .logo img {
     display: inline-block;
     margin-bottom: 10px;
}
.banner_info_text p {
    color: #fff;
    width: 70%;
    padding-bottom: 30px;
    margin:auto;
}
 .banner_info_text h2{
     font-size: 81px;
     color: #fff;
}
 .wp_main_btn{
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0px;
}
 .wp_main_btn.card_btn{
     right: 0;
     left: auto;
}
 .wp_main_btn a, .main_btn a {
     background: #14b1bb;
     color: #fff;
     padding: 15px 20px;
     display: inline-block;
     font-size: 16px;
     font-weight:600;
     position: relative;
     z-index: 1;
     transition: .5s;
}
 .wp_main_btn a::before, .main_btn a::before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 60px;
     background: #02101e;
     transition: .5s;
}
 .wp_main_btn a:hover, .main_btn a:hover {
     color: #fff;
}
 .wp_main_btn a:hover::before, .main_btn a:hover::before {
     bottom: 0px;
}
 #demo_part {
     padding: 50px 0;
}
 .demo_title h2 {
     margin-bottom: 20px;
     font-size: 40px;
}
 .demo_preview {
     text-align: center;
}
 .demo_preview img {
     display: inline-block;
     margin: 80px 0;
     box-shadow: -1px 10px 30px -12px rgba(0, 0, 0, 0.5);
}
 .demo_title img {
     display: inline-block;
     transition: .3s ease-in-out;
}
 .single_demo {
     margin-top: 30px;
}
 .demo_more_theme, .demo_img {
     position: relative;
     width: 100%;
     overflow: hidden;
     z-index: 1;
     box-shadow: 0px 13px 74px -37px rgba(0, 0, 0, 0.75);
}
 .demo_img img {
     width: 100%;
}

 .demo_des {
     font-size: 20px;
     color: #222;
     margin-top: 10px;
}
/* ==== footer ==== */
 .footer_copyright {
     height: 55px;
     line-height: 55px;
     background-color: #555;
     text-align: center 
}
 .footer_text p {
     line-height: 55px;
     font-weight: 400;
     color: #fff;
}
 .footer_text p a {
     text-transform: uppercase;
     color: #ff5a5a;
}
#feature_part {
    padding: 50px 0;
    background: #f9f9f963;
}
.feature_list ul li {
    color: #353535;
    font-size: 18px;
    padding: 7px 0;
    display: block;
    transition: .5s linear;
    position: relative;
    background-image: linear-gradient(to right, #14b1bb, #14b1bb, 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    box-shadow: 0 0 10px 0 #0000001f;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 100px;
}
 .feature_list ul li:hover {
     background-position: 0% 100%;
	 color: #ffffff;
}
 .feature_list ul li:hover span {
     transition: .5s linear;
}
 .feature_list ul li i {
     padding-right: 6px;
	 transition: .5s linear;
}
/** footer part css **/
 #footer_part {
     padding: 45px 0;
     position: relative;
     background: #14b1bb;
}
 .footer_col p {
     color: #fff;
     font-size: 20px;
     font-weight: 500;
     margin: 20px 0;
     text-transform: capitalize;
}
 .buy_now {
     color: #14b1bb;
     background: #fff;
     padding: 13px 30px;
     border-radius: 5px;
     display: inline-block;
     font-size: 20px;
     transition:.5s;
}
 .buy_now:hover{
     color: #fff;
     background: #232323;
}
 .footer_col img {
     display: inline-block 
}
 .footer_col ul li a {
     height: 40px;
     width: 40px;
     line-height: 40px;
     transition: all 0.3s linear;
     background-color: #fff;
     color: #14b1bb;
     text-align: center;
     display: block;
     border-radius: 50%;
     -webkit-transition: .3s linear;
     transition: .3s linear;
}
 .footer_col ul li a:hover {
     background-color: #0a2643;
     border-color: transparent;
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
     color: #fff;
}
 .footer_col ul li a i {
     font-size: 20px;
}
 .footer_col ul li {
     padding: 0 15px 30px 0;
}
 #footer_copyright {
     background-color: #fff;
     padding: 20px 0;
}
 #footer_copyright ul li {
     border-right: 1px solid #777777;
     font-size: 16px;
     color: #777;
     padding: 0 10px;
	display: inline-block;	 
}
 #footer_copyright ul li:last-child {
     border-right-style: none 
}
 #footer_copyright ul li a {
     color: #444;
     text-transform: capitalize;
     font-weight: 600 
}

/*========= Product area css =============*/
.more_area{
    padding: 50px 0px;	
}
.theme_pages_area {
    margin-top: 30px;
    padding: 0 215px;
}
.witr_section_title h2{
	font-size:45px;
}
.witr_section_title p {
    font-size: 18px;
    width: 94%;
    margin: auto;
}
.witr_section_title span{
	color:#14b1bb;
}
 .portfolio_nav {
     padding-bottom: 30px;
}
 .portfolio_nav ul {
     text-align: center;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 20px 10px;
    position: relative;
    transition: .5s;
}
 .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
     color: #fff;
     background: #14b1bb none repeat scroll 0% 0;
     border-color: #14b1bb;
}

.witr_single_best{
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-radius: 3px;
    margin-bottom: 30px;
}
.witr_star_padding {
    padding: 10px 15px 15px;
}
.witr_best_img{
	position:relative;
}
.witr_best_img img{
	width:100%;
}

.witr_new{
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #14b1bb;
    padding: 5px 10px;	
}
.witr_demo_link {
    display: flex;
    vertical-align: top;
}
.witr_demo_link a{
    overflow: hidden;	
}
.witr_demo_link a h3{
    font-size: 17px;
    transition:.5s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}
.witr_demo_link a h3:hover{
    color: #14b1bb;	
}
.witr_demo_link i {
    color: #14b1bb;
    margin-right: 10px;
    font-size: 20px;
}

/* star icon */
.star_author_place {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;	
}
.star_solution_icon{}
.star_solution_icon ul {}
.star_solution_icon ul li {
    display: inline-block;
}
.star_solution_icon ul li a i{
    font-size: 17px;
    color: #14b1bb;
}
.wpd_live_demo{
     margin-top: 8px;
}
 .wpd_live_demo a{
     padding: 7px 20px;
    display: block;
    text-align: center;
    border: 1px solid #14b1bb;
    border-radius: 5px;
    color: #14b1bb; 
    transition:.5s;
}
 .wpd_live_demo a:hover{
     letter-spacing: 4px;
    background: #14b1bb;
     color: #fff;
}




/* witr_profile_name */
.witr_profile_name{}
.witr_profile_name span{
	font-size: 14px;
    color: #818282;	
}
.witr_profile_name span a {
    color: #818282;
    font-size: 16px;
}
.witr_profile_name span a:hover{
    color: #14b1bb;	
}


.coming_soon {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
}


/* ==== responsive css start ==== */
 @media(min-width:1200px) and (max-width:1600px) {
.theme_pages_area {
    padding: 0 40px;
}	 
	 
 }
 @media(min-width:992px) and (max-width:1199px) {
.theme_pages_area {
    padding: 0 15px;
}	 
     .banner_info_text h2 {
         font-size: 70px;
    }
     .banner_info_text p {
         width: 88%;
    }
}
 @media(min-width:768px) and (max-width:991px) {
.theme_pages_area {
    padding: 0 15px;
}
.banner_slider_thumb {
    height: 600px;
}
.banner_info_text {
    width: 86%;
}
.witr_section_title p {
    width: 100%;
}	 
     .banner_info_text h2 {
         font-size: 46px;
    }
     .banner_info_text p {
         width: 98%;
    }
     .demo_img {
         height: 280px;
    }
     .demo_img::before {
         border-left: 0px solid transparent;
         border-top: 280px solid transparent;
         border-right: 345px solid rgba(0, 0, 0, 0.79);
    }
}


 @media(max-width:767px) {
.theme_pages_area {
    padding: 0 10px;
}
.top_menu a {
    padding: 2px 5px;
    font-size: 14px;
}
.witr_section_title h2 {
    font-size: 28px;
}
.witr_section_title p {
    width: 100%;
}
.banner_slider_thumb {
    height: 500px;
}
.banner_info_text {
	text-align: center;
    width: 95%;
}	 
     .banner_info_text h2 {
         font-size: 22px;
    }
     .banner_info_text p {
         font-size: 15px;
         width: 100%;
    }
     .main_btn a {
         padding: 10px 15px;
         font-size: 12px;
    }
     .demo_preview img {
         margin: 30px 0;
    }
.demo_title h2 {
    font-size: 22px;
}	
     .footer_col p {
         font-size: 18px;
    }
     #footer_copyright ul li {
         font-size: 13px;
         padding: 0 7px;
    }
     .totop {
         top: -27px;
    }
     .demo_img {
         height: 234px;
    }
     .demo_img::before {
         border-left: 0px solid transparent;
         border-top: 234px solid transparent;
         border-right: 290px solid rgba(0, 0, 0, 0.79);
    }
}
 @media (min-width: 481px) and (max-width: 767px) {
}
