/*------------------------------------- Author: Webstrot Copyright 漏 2019 鏈�柊鏈�叏鏈�ソ鐨凚ootstrap妯℃澘锛歨ttp://www.bootstrapmb.com --------------------------------------- CSS INDEX =================== 1. BODY 2. CUSTOM CSS / A 3. PRELOADER 4. ne_top_header_main_wrapper 5. ne_ts_main_section_wrapper 6. ss_addver_slider_wrapper 7. ne_recent_news_main_wrapper 8. ne_busness_main_slider_wrapper 9. neww_businees_slider_wrapper 10. ne_sport_slider_wrapper 11. ne_indx_sidebar_main_wrapper 12. ne_footer_main_wrapper 13. ne_inner_title_main_section 14. prs_gallery_main_section_wrapper 15. ne_404_main_wrapper 16. ne_blogto_testi_slider_wrapper 17. login_wrapper 18. register_section ---------------------------------------*/ /*-------------- 1.Theme default CSS --------------------------*/ body, html { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 26px; color: #707070; background:url('../images/content/backgraound.jpg') 50% 0 repeat-y; background-position:center 0; width:100%; height:100%; overflow-x:hidden; background-repeat: repeat; } a { color: #797979; text-decoration: none; } a:hover, a:focus { color: #707070; text-decoration: none; outline: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', sans-serif; line-height: 1.1; font-weight:400; color: #222222; margin:0; padding:0; } p{ margin:0; } input, select, button, textarea { outline: none; } input:focus, select:focus, button:focus, textarea:focus { outline: none; box-shadow:none; } ul{ list-style:none; margin:0; padding:0; } /*-- Preloader css start --*/ /*-- Preloader css start --*/ #preloader { background-color: #fff; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1000000; width: 100%; height: 100%; } #status_1 { background-position: center center; background-repeat: no-repeat; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } /*-- top header css start --*/ .ne_top_header_main_wrapper{ float:left; width:100%; background:#eb4e4e; height:59px; border-bottom:1px solid rgba(255, 255, 255, 0.36); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_left_sec_main_wrapper{ float:left; width:30%; } .ne_right_sec_main_wrapper{ float:left; width:70%; } #date{ color:#ffffff; font-family: 'Montserrat', sans-serif; font-size:14px; font-weight:500; text-transform:uppercase; } #day_and_time{ float:left; width:auto; padding-top:19px; padding-bottom:15px; } .ne_top_about_btn{ float:left; width:auto; } .ne_top_about_btn a{ font-size:14px; color:#ffffff; float:left; padding-top:19px; padding-bottom:20px; font-family: 'Montserrat', sans-serif; text-transform:uppercase; font-weight:500; border-left: 1px solid rgba(255, 255, 255, 0.36); border-right: 1px solid rgba(255, 255, 255, 0.36); padding-left: 20px; padding-right: 20px; margin-left: 20px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_top_about_btn a:hover{ background:rgba(255, 255, 255, 0.2); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_right_sec_main_wrapper ul{ float:right; } .ne_right_sec_main_wrapper li{ float:left; } .ne_right_sec_main_wrapper li a{ float:left; padding:20px; border-left:1px solid rgba(255, 255, 255, 0.36); border-right:1px solid rgba(255, 255, 255, 0.36); font-size:14px; font-family: 'Montserrat', sans-serif; text-transform:uppercase; color:#ffffff; padding-bottom:13px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_right_sec_main_wrapper a:hover{ background:rgba(255, 255, 255, 0.2); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_right_sec_main_wrapper li:last-child a{ border-right:0; padding-right: 0; } .ne_right_sec_main_wrapper li:last-child a:hover{ background:transparent; } .ne_right_sec_main_wrapper li a i{ font-size:16px; } /*-- prs sidebar Start --*/ #mobile-nav { position: fixed; top: 0; height:100%; right: -350px; width: 350px; z-index: 999; overflow-y: scroll; background:#fff; transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13); -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13); -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13); -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13); overflow-x: hidden; } body.active #mobile-nav { right: 0 !important; z-index: 10000; } .mobile-nav-box { padding: 40px 30px; height: 100%; width: 100%; position: relative; } .mobile-nav-box::before { position: absolute; content: ''; bottom: 0; right: -25px; height: 100%; width: 50%; z-index: 1; } .mobile-logo { display: flex; align-items: center; position: relative; z-index: 50; } .mobile-logo .manu-close { margin-left: auto; margin-bottom: 0; font-size: 14px; font-weight: 700; color: #3c3c3c; cursor: pointer; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-logo .manu-close i { font-size: 18px; } .mobile-logo .manu-close:hover { color: #eb4e4e; } .mobile-main-logo { width: 200px; padding-left: 25px; } .mobile-main-logo img { width: 100%; } .mobile-list-nav { padding: 30px 0; position: relative; z-index: 90; padding-left: 25px; } .mobile-list-nav > li { padding: 15px 0; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-list-nav > li > a { font-size: 16px; color: #000000; position: relative; font-weight: bold; display: inline-block; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-list-nav > li > a.dropdownlink::after { position: absolute; top: 2px; right: -10px; content: '\f078'; width: 5px; height: 10px; font-family: FontAwesome; } .mobile-list-nav > li:hover > a { color: #eb4e4e; transform: scale(1.1); transform: translateX(8px) scale(1.1); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog { position: relative; z-index: 10; text-align: center; padding-top: 20px; padding-bottom: 20px; } .mobile-nav-box .achivement-blog ul > li > a { color: #747474; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog ul > li > a span { color: #747474; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog ul > li > a h6 { color: #747474; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog ul > li > a:hover { color: #ff4444; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog ul > li > a:hover span { color: #ff4444; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-nav-box .achivement-blog ul > li > a:hover h6 { color: #ff4444; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .mobile-list-nav .submenuItems { display: none; padding: 0px; border-radius: 5px; margin-top: 17px; } .mobile-list-nav .submenuItems li a { color: #f39e67; padding: 20px; padding: 6px 20px; display: inline-block; text-transform: uppercase; font-weight: bold; font-size: 14px; } .prs_slidebar_wrapper button{ width:50px; height:50px; background:#dd3333; border:0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; line-height:0; } .achivement-blog ul li { position: relative; color: #fff; padding: 5px 20px 5px 52px; text-align: left; width: 110px; float:left; } .achivement-blog ul li:first-child { padding-left: 28px; } .achivement-blog ul li:first-child i { left: 0; } .achivement-blog ul li:not(:last-child) { border-right: 1px solid #cdcbcb; } .achivement-blog ul li span { color: #cdcbcb; } .achivement-blog ul li i { position: absolute; top: 50%; left: 15px; font-size: 30px; transform: translateY(-50%); height: 30px; width: 30px; } /*-- top header css End --*/ /*-- prs navigation Start --*/ .prs_navigation_main_wrapper{ float:left; width:100%; background:#eb4e4e; height:100px; } .menu_fixed{ position:fixed; background:#eb4e4e; -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); z-index:1000; left:0; right:0; } .prs_navi_left_main_wrapper{ float:left; width:100%; position:relative; } .prs_navi_right_main_wrapper{ float:left; width:45%; padding-top: 25px; } .prs_logo_main_wrapper{ float:left; padding-top: 40px; padding-bottom: 30px; position: relative; z-index: 1; width:30%; } .prs_menu_main_wrapper{ float:right; width: 70%; } #sticktop { width: 100%; left: 0; } .sticky-wrapper.is-sticky #sticktop { moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15); -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15); box-shadow: 0px 1px 2px rgba(0, 0, 0, .15); } .dl-menuwrapper button { background: #dd3333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-right:10px;} .dl-menuwrapper ul { background: #eb4e4e; } .dl-menuwrapper button.dl-active,.dl-menuwrapper button:hover{ background:#dd3333; } .dl-menuwrapper { position: absolute; top: 100%; right: 0; margin-right:0 !important; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index:10; } .fixed-navigation.dl-menuwrapper { position: fixed; right: -80px; top: 40px; z-index: 9999; } .dl-trigger-wrapper { position: relative; } .dl-menuwrapper button { float: right; bottom:-9px !important;} ul.navbar-nav { float: right; min-height: 40px; } .navbar { margin-bottom: 0; } .navbar-default { z-index: 999999; border-radius: 0; } .navbar-default > .container { padding-left: 15px; padding-right: 15px; position: relative; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #303030; background: none; } .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { font-size: 16px; color: #303030; font-weight: 400; text-transform: capitalize; text-align: center; } .navbar-default { background: transparent; border: none; } .navbar-nav > li { margin: 0; padding: 34px 22px 30px 22px; position: relative; } .navbar-nav > li.active { background: #2bb7ff; color: #fff !important; position: relative; } .navbar-nav > li > a { padding: 0; padding-top: 5px; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; outline: none !important; overflow: hidden; cursor: pointer; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; } .navbar-default .container { position: relative; } .navbar-default .navbar-toggle { color: #fff; border-color: #fff; top: -2px; right: 10px; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none; } .navbar-default ul.dropdown-menu { background: #2bb7ff; min-width: 140px; top: 100%; padding: 0; border-radius: 0; opacity: 0.95; } .navbar-default ul.dropdown-menu li a { color: #fff; padding: 10px 16px; outline: none; border-bottom: 1px solid #339bd7; } .dropdown i { padding-left: 2px; font-size: 12px; } .navbar-default .navbar-brand { line-height: 40px; padding: 0; } .navbar > .container .navbar-brand { margin-left: 0; line-height: 90px; float: none; display:block; } .navbar-default .navbar-brand:hover { color: #2d3538; } a.navbar-brand img { padding-right: 15px; } .navbar-nav > li:hover ul.dropdown-menu { display: block; } .xv-menuwrapper { float: right; } .xv-menuwrapper .dl-trigger { display: none; } .xv-menuwrapper .dl-menu { position: static; display: block; padding: 0; text-align: left; float: right; } .xv-menuwrapper .dl-menu > li { list-style: none; display: block; float: left; height: 100%; line-height: 100%; position: relative; } .xv-menuwrapper .dl-menu > li.active > a { color: #fff; } .xv-menuwrapper .dl-menu > li > a { display: block; font-size: 14px; color: #ffffff; font-weight:500; position: relative; padding: 52px 16px; text-transform: uppercase; } .xv-menuwrapper .dl-menu > li.parent > ul > li > a:hover { margin-left: 5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.active:after, .xv-menuwrapper .dl-menu > li.megamenu.active >a:after { font-family: 'FontAwesome'; content: "\f0d8"; width: 100%; text-align: center; height: 7px; position: absolute; left: 0; bottom: 4px; color: #fff; font-size: 20px; } .xv-menuwrapper .dl-menu > li.megamenu.active > a:after { bottom: 42px; } .xv-menuwrapper .dl-menu > li.megamenu.active:after { display: none; } .xv-menuwrapper li.parent { position: relative; } .xv-menuwrapper li.parent.megamenu { position: static; } .xv-menuwrapper li.parent.megamenu > .lg-submenu { display: block; width: 100%; text-align: justify; left: 0; right: 0; padding: 15px 15px; background: #eb4e4e; border-top: 1px solid #fff; } .xv-menuwrapper li.parent.megamenu.small-menu > .lg-submenu { width: 60%; } .xv-menuwrapper li.parent.megamenu.medium > .lg-submenu img { border: 1px solid #f2f2f2; padding: 8px; } .xv-menuwrapper li.parent.megamenu.wide > .lg-submenu { width: 100%; } .xv-menuwrapper li.parent.megamenu > .lg-submenu > li { float:left; width:25%; text-align: left; vertical-align: top; } .xv-menuwrapper li.parent.megamenu > .lg-submenu > li > a { font-weight: 800; color: #13212d; display: block; font-size:14px; text-transform:uppercase; } .xv-menuwrapper li.parent.megamenu > .lg-submenu figure { overflow: hidden; width: 330px; max-height: 340px; } .xv-menuwrapper li.parent.megamenu > .lg-submenu figure img { width: 100%; height: auto; } .xv-menuwrapper .dl-menu > li.parent > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul { padding: 0; position: absolute; left: 0; top: 100%; min-width: 215px; background: #eb4e4e; border-top: 1px solid #fff; visibility: hidden; opacity: 0; margin-top:30px; z-index:10; -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul { margin-top: -1px; } .xv-menuwrapper .dl-menu > li.parent:last-child > ul { left: auto; right: 0; } .xv-menuwrapper .dl-menu > li.parent:hover > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover > ul { visibility: visible; opacity: 1; z-index:10; margin-top:0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; border-top-right-radius: 0; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.parent > ul > li, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li { display: block; list-style: none; border-top: 1px solid #000; border-top: 1px solid rgba(255, 255, 255, 0.3); padding: 10px; } .xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li, .xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li.parent ul li { border-top: none; } .xv-menuwrapper .dl-menu > li.parent.megamenu li { list-style: none; } .xv-menuwrapper .dl-menu > li.parent.megamenu li:last-child{ overflow:hidden; } .xv-menuwrapper .dl-menu > li.parent.megamenu li a { color: #ffffff; line-height: 30px; margin-bottom:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; margin-left:0px; } .xv-menuwrapper .dl-menu > li.parent.megamenu li a:hover { margin-left: 5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a:hover{ margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.parent > ul > li > a, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a { display: block; line-height: 30px; color: #ffffff; text-transform: capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li.parent > ul > li:hover, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li:hover,.xv-menuwrapper .dl-menu > li:hover{ background:transparent; } .xv-menuwrapper .dl-menu > li .effect_nav{ position:relative; } .xv-menuwrapper .dl-menu > li .effect_nav:after{ position: absolute; left: 0; right: 0; margin: 0px auto; bottom: 0px; width: 5px; height: 5px; border-radius: 50%; background-color: #ffffff; content: ''; visibility: hidden; opacity: 0; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in; } .xv-menuwrapper .dl-menu > li .effect_nav:before{ position: absolute; left: 0; right: 0; margin: 0px auto; bottom: 0; width: 5px; height: 5px; border-radius: 50%; background-color: #ffffff; content: ''; visibility: hidden; opacity: 0; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in; } .xv-menuwrapper .dl-menu > li .effect_nav{ position:relative; top:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li:hover .effect_nav{ position:relative; top:-2px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .xv-menuwrapper .dl-menu > li:hover .effect_nav:after{ visibility: visible; opacity: 1; bottom: 35px; -webkit-transition: all 0.6s ease-in; -moz-transition: all 0.6s ease-in; -o-transition: all 0.6s ease-in; transition: all 0.6s ease-in; } .xv-menuwrapper .dl-menu > li:hover .effect_nav:before{ visibility: visible; opacity: 1; bottom: 25px; -webkit-transition: all 0.7s ease-in; -moz-transition: all 0.7s ease-in; -o-transition: all 0.7s ease-in; transition: all 0.7s ease-in; } .xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li:hover{ background:none; } .xv-menuwrapper .dl-menu > li.parent > ul > li.parent:after { position: absolute; top: 0; right: 10px; line-height: 50px; font-family: 'FontAwesome'; speak: none; -webkit-font-smoothing: antialiased; content: "\f0da"; color: #ffffff; } .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul { position: absolute; left: 100%; top: 0; } .xv-menuwrapper .dl-menu > li.parent:last-child > ul > li.parent > ul { left: auto; right: 100%; } .xv-menuwrapper button:after { display: none; } .xv-menuwrapper .dl-back { display: none !important; } .megamenu i{ padding-right:15px; color:rgba(255, 255, 255, 0.48); } .dl-trigger img{ position: absolute; left: 0; right: 0; margin: 0px auto; top: 34%; } .ar_left a:after{ display:none; } /********-------------search css start---------***********/ .serach-header { float:right; } .serach-header .searchd { background: transparent; line-height: 50px; height: 50px; border: 0; } .serach-header .searchd i { color: #29abff; font-size: 16px; border: 0 !important; } .searchd{ background: transparent; float:right; height:120px; font-size:16px; border: 0; color:#ffffff; padding-right:0; padding-left: 20px; position:relative; line-height: 120px; cursor:pointer; } .searchd:before{ content: ''; border: 1px solid rgba(255, 255, 255, 0.36); position: absolute; width: 1px; height: 20px; top: 50px; left: 5px; } .serach-header .searchbox { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.86); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: translate(0px, -100%) scale(0, 0); -moz-transform: translate(0px, -100%) scale(0, 0); -o-transform: translate(0px, -100%) scale(0, 0); -ms-transform: translate(0px, -100%) scale(0, 0); transform: translate(0px, -100%) scale(0, 0); opacity: 0; filter: alpha(opacity=0); z-index: 11000; } .serach-header .searchbox .close { background-color: transparent; box-shadow: none; color: #eb4e4e; font-size: 40px; font-weight: bold; opacity: 1; padding: 10px 17px; position: fixed; right: 20px; top: 15px; text-shadow: none; } .serach-header .searchbox form input { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: transparent; border-color: -moz-use-text-color -moz-use-text-color #fff; border-image: none; border-style: none none solid; border-width: medium medium 1px; color: #eb4e4e; font-size: 28px; font-weight: lighter; left: 0; margin: 0px auto; outline: medium none; padding-bottom: 7px; padding-left: 0; padding-right: 30px; position: absolute; right: 0; top: 45%; width: 36%; line-height: 60px; } .serach-header .searchbox form button { display: inline-block; line-height: 60px; height: 60px; left: 64%; position: absolute; top: 49%; transform: translate(0%, -55%); background: transparent; color: #eb4e4e; border: 0; font-size: 20px; } .serach-header .searchbox.open { -webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); -o-transform: translate(0px, 0px) scale(1, 1); -ms-transform: translate(0px, 0px) scale(1, 1); transform: translate(0px, 0px) scale(1, 1); opacity: 1; filter: alpha(opacity=100); } .serach-header .searchbox form::-webkit-input-placeholder { color: rgba(219, 187, 10, 0.6); } .serach-header .searchbox form:-moz-placeholder { /* Firefox 18- */ color: rgba(219, 187, 10, 0.6); } .serach-header .searchbox form::-moz-placeholder { /* Firefox 19+ */ color: rgba(219, 187, 10, 0.6); } .serach-header .searchbox form:-ms-input-placeholder { color: rgba(219, 187, 10, 0.6); } /*------ne tranding slider Start ------*/ .ne_ts_main_section_wrapper{ float:left; width:100%; } .ne_ts_inner_wrapper{ float:left; width:100%; background:#ffffff; margin-top:10px; position:relative; padding-top: 22px; padding-bottom: 28px; } .ne_tran_label_wrapper{ padding-top:10px; padding-bottom:10px; background:#33cc99; display:inline-block; padding-left: 35px; padding-right: 35px; margin-left: -20px; position:absolute; top:15px; } .ne_tran_label_wrapper:after{ content:''; border-top:17px solid transparent; border-bottom:17px solid transparent; border-right:17px solid #ffffff; position:absolute; right:0; top:0; z-index:1; } .ne_tran_label_wrapper:before{ content: ''; border-bottom: 15px solid transparent; border-right: 20px solid #339966; position: absolute; left: 0px; bottom: -15px; } .ne_tran_label_wrapper h3{ font-size:14px; color:#ffffff; text-transform:uppercase; font-weight:600; } .ne_ts_inner_content{ float:left; width:100%; } .ne_ts_inner_content p{ font-size:16px; float:left; } .ne_ts_inner_content h3{ float:right; font-size:14px; font-family: 'Open Sans', sans-serif; color:#707070; padding-right: 115px; padding-top: 5px; } .ne_ts_inner_content h3 i{ color:#eb4e4e; } .ne_tranding_slider_wrapper{ padding-left:150px; } .ne_tranding_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_tranding_slider_wrapper .owl-theme .owl-nav { position: absolute; top: 0; margin: 0; left: 0; right: 20px; z-index:1000; display:block; } .ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:25px; top:0; border:1px solid #cccccc; color:#000000; background:none; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:25px; position: absolute; border:1px solid #cccccc; color:#000000; background:none; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_tranding_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; border:1px solid #eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_ts_inner_content p span{ font-size:14px; text-transform:uppercase; float:right; } /*------ne tranding slider End ------*/ /*-- SliderNTimer css Start --*/ .ss_addver_slider_wrapper{ float:left; width:100%; margin-top: 10px; } .slider-area{ float:left; width:100%; position:relative; } .slider-area .carousel-inner .item .caption-1 { width:100%; height:100%; background-position: center 0; background-size: cover; background-repeat: no-repeat; background: url(../images/content/slider_img.jpg) 50% 0 repeat-y; position: relative; min-height:650px; } .slider-area .carousel-inner .item .caption-2 { width:100%; height:100%; background-position: center 0; background-size: cover; background-repeat: no-repeat; background: url(../images/content/slider_img2.jpg) 50% 0 repeat-y; position: relative; min-height:650px; } .slider-area .carousel-inner .item .caption-3 { width:100%; height:100%; background-position: center 0; background-size: cover; background-repeat: no-repeat; background: url(../images/content/slider_img3.jpg) 50% 0 repeat-y; position: relative; min-height:650px; } .slider-area .carousel-inner .item .carousel-captions:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%); } .ss_hds_slider_overl_img{ float:left; width:100%; position:relative; top:100px; z-index:100; } .ss_hds_slider_overl_img img{ animation-delay: 1.2s; width:100%; } .slider-area .carousel-inner .item .carousel-captions .content { display: block; position: relative; z-index: 999; overflow: hidden; vertical-align: middle; top: 345px; left: 50px; } .slider-area .carousel-inner .item .carousel-captions .content_tabs{ display: block; position: relative; z-index: 999; overflow: hidden; vertical-align: middle; padding-top:140px; } .slider-area .carousel-inner .item .carousel-captions .content li{ animation-delay: 3.2s; } .carousel-nevigation{ position:absolute; top:45%; float:left; width:100%; } .carousel-nevigation > .prev{ left:-138px; position:absolute; width:50px; height:50px; font-size:25px; background: rgba(255, 255, 255, 0.34); color: #fff; text-align:center; line-height:46px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .carousel-nevigation > .next{ right:-138px; position:absolute; width:50px; height:50px; background: rgba(255, 255, 255, 0.34); color: #fff; font-size:25px; text-align:center; line-height:46px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .carousel-nevigation > .prev:hover,.carousel-nevigation > .next:hover{ background:#eb4e4e; color:#ffffff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .slider-area:hover .carousel-nevigation > .prev{ left:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .slider-area:hover .carousel-nevigation > .next{ right:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .lr_thumbs_slide{ float:left; width:100%; text-align:center; } .lr_banner_content_inner_wrapper{ float:left; width:100%; } .lr_banner_content_inner_wrapper h2{ font-size:14px; color:#ffffff; animation-delay: 1.5s; background:#eb4e4e; display:inline-block; font-family: 'Montserrat', sans-serif; text-transform:uppercase; padding: 10px 20px; position:relative; } .lr_banner_content_inner_wrapper h2:after{ content: ''; border-top: 20px solid transparent; border-left: 20px solid #eb4e4e; position: absolute; right: -20px; bottom: 0; } .lr_banner_content_inner_wrapper h2:before{ content: ''; border-bottom: 20px solid transparent; border-left: 20px solid #eb4e4e; position: absolute; right: -20px; bottom: 15px; } .lr_banner_content_inner_wrapper h3{ font-size:30px; color:#ffffff; font-weight:700; margin-top:20px; position:relative; animation-delay: 2.0s; } .lr_banner_content_inner_wrapper li:first-child{ animation-delay: 2.3s; } .lr_banner_content_inner_wrapper li:nth-child(2){ animation-delay: 2.6s; } .lr_banner_content_inner_wrapper li:nth-child(3){ animation-delay: 2.9s; } .lr_banner_content_inner_wrapper li:last-child{ animation-delay: 3.2s; } .lr_banner_content_inner_wrapper p{ animation-delay: 3.5s; margin-top:30px; color:rgba(255, 255, 255, 0.59); float:left; width:100%; } .lr_banner_content_inner_wrapper ul{ margin-top:20px; } .lr_banner_content_inner_wrapper li{ float:left; margin-right:20px; } .lr_banner_content_inner_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color: rgba(255, 255, 255, 0.7411764705882353); font-weight: 600; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .lr_banner_content_inner_wrapper li a:hover{ color:#e45959; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .lr_banner_content_inner_wrapper li a i{ color:#eb4e4e; } .divider{ position:relative; animation-delay: 3.5s; } .divider:after{ content: ''; border: 1px solid rgba(255, 255, 255, 0.47); width: 55%; position: absolute; bottom: -40px; left: 0; } /*--------resent news Start------------*/ .ne_recent_news_main_wrapper{ float:left; width:100%; margin-top:60px; padding-bottom:60px; } .ne_recent_left_side_wrapper{ float:left; width:100%; } .ne_recent_heading_main_wrapper{ float:left; width:100%; } .ne_recent_heading_main_wrapper h2{ font-size:22px; font-weight:700; color:#000000; text-transform:uppercase; position:relative; } .ne_recent_heading_main_wrapper h2:after{ content:''; border:2px solid #eb4e4e; width:50px; position:absolute; left:0; bottom:-20px; } .ne_recent_heading_main_wrapper h2:before{ content:''; border:1px solid #eeeeee; width:100%; position:absolute; left:0; bottom:-19px; } .ne_recent_tabs_main_wrapper{ float:left; width:100%; } .ne_recent_tabs_main_wrapper{ float:left; width:100%; } .ne_recent_tabs_main_wrapper ul{ border-bottom: 0px; vertical-align: bottom; float: right; margin-right: 75px; position: relative; top: 5px; } .ne_recent_tabs_main_wrapper ul li{ margin-bottom: 0px; } .ne_recent_tabs_main_wrapper ul > li.active > a, .ne_recent_tabs_main_wrapper ul > li.active > a:hover, .ne_recent_tabs_main_wrapper ul li.active > a:focus { background-color: transparent; border: 0px; color: #eb4e4e; } .ne_recent_tabs_main_wrapper ul > li > a:hover, .ne_recent_tabs_main_wrapper ul > li > a:focus{ background-color:transparent; } .ne_recent_tabs_main_wrapper ul > li > a { margin-right: 0px; border: 0px solid transparent; border-radius: 0px; padding: 15px 10px; margin-top: -39px; position:relative; font-family: 'Montserrat', sans-serif; font-size:14px; text-transform:uppercase; color:#000000; font-weight:600; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_recent_tabs_main_wrapper ul > li > a:hover { border-color: transparent; background: transparent; color: #eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_recent_tabs_main_wrapper ul > li:last-child > a:after{ display:none; } .ss_featured_products{ float: left; width: 100%; } .ss_featured_products .owl-theme .owl-nav { margin-top: 0px; position: absolute; right: 0px; top: -75px; } .ss_featured_products .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width: 30px; height: 30px; line-height: 29px; top: 0; color: #000000; background: #ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ss_featured_products .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top: 0; right: 0; width: 30px; height: 30px; line-height: 29px; position: absolute; color: #000000; background: #ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ss_featured_products .owl-theme .owl-nav [class*='owl-']:hover{ color:#ffffff; background-color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_top_main_wrapper{ float:left; width:100%; } .ne_re_left_img_main_wrapper{ float:left; width:100%; position:relative; overflow:hidden; } .img-effect { position: relative; overflow: hidden; display: block; } .img-effect.zoom-slow img { width:100%; -webkit-transition: all 0.7s; -o-transition: all 0.7s; -ms-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; } .ne_re_left_top_main_wrapper:hover .img-effect.zoom-slow img { -webkit-transform: scale(1.1) rotate(0deg); -moz-transform: scale(1.1) rotate(0deg); -o-transform: scale(1.1) rotate(0deg); -ms-transform: scale(1.1) rotate(0deg); transform: scale(1.1) rotate(0deg); -webkit-transition: all 0.7s; -o-transition: all 0.7s; -ms-transition: all 0.7s; -moz-transition: all 0.7s; transition: all 0.7s; } .ne_re_left_img_cont_main_wrapper{ float:left; width:100%; background:#ffffff; padding:25px; padding-bottom:20px; } .ne_re_left_img_cont_main_wrapper h3{ font-size:22px; color:#000000; font-weight:600; } .ne_re_left_img_cont_main_wrapper h3 a{ color:#000000; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper{ margin-top:10px; float:left; width:100%; } .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li{ float:left; margin-right:20px; } .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color: #707070; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_cont_main_wrapper .ne_re_social1_wrapper li a i{ color:#eb4e4e; } .ne_re_left_img_cont_main_wrapper p{ padding-top:12px; float:left; width:100%; } .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper{ margin-top:25px; float:left; width:100%; } .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li{ float:left; margin-right:20px; } .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color: #707070; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_bottom_img_cont p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_cont_main_wrapper .ne_re_social2_wrapper li a i{ color:#eb4e4e; } .tab-content{ margin-top:40px; float:left; width:100%; } .ne_re_left_img_main_wrapper h2{ font-size:14px; color:#ffffff; animation-delay: 2.0s; background:#33cc99; display:inline-block; font-family: 'Montserrat', sans-serif; text-transform:uppercase; padding: 10px 20px; position:absolute; top: 25px; left: -160px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_top_main_wrapper:hover .ne_re_left_img_main_wrapper h2{ left: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_top_main_wrapper:hover .ne_re_left_img_cont_main_wrapper h3 a{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_img_main_wrapper h2:after{ content: ''; border-top: 20px solid transparent; border-left: 20px solid #33cc99; position: absolute; right: -20px; bottom: 0; } .ne_re_left_img_main_wrapper h2:before{ content: ''; border-bottom: 20px solid transparent; border-left: 20px solid #33cc99; position: absolute; right: -20px; bottom: 15px; } .ne_re_left_bottom_main_wrapper{ float:left; width:100%; margin-top:30px; } .ne_re_bottom_img{ float:left; width:106px; } .ne_re_bottom_img img{ width:100%; } .ne_re_bottom_img_cont{ float:left; width:calc(100% - 106px); min-height:110px; background:#ffffff; padding-left: 15px; padding-top: 25px; } .ne_re_bottom_img_cont h3 a{ color:#000000; font-size:16px; font-weight:600; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .qqq{ margin-top:15px; } .ne_re_left_bottom_main_wrapper:hover .ne_re_bottom_img_cont h3 a, .ne_gt_left_top_main_wrapper:hover .ne_gt_left_img_cont_main_wrapper h3 a{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_bottom_img_cont h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_bottom_img_cont p{ padding-top:5px; } .ne_re_bottom_img_cont p a{ font-size:14px; } .ne_re_bottom_img_cont p a i{ color:#eb4e4e; } .ne_re_left_img_main_wrapper2 h2{ background:#eb4e4e !important; } .ne_re_left_img_main_wrapper2 h2:before,.ne_re_left_img_main_wrapper2 h2:after{ border-left: 20px solid #eb4e4e !important; } /*--------resent news End------------*/ /*--------business slider Start------------*/ .ne_busness_main_slider_wrapper{ float:left; width:100%; margin-top:60px; } .ne_businees_slider_wrapper{ margin-top:60px; } .ne_businees_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_businees_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_businees_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_businees_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_buss_img_cont_main_wrapper h3 a{ font-size:16px; } .ne_businees_slider_wrapper1{ margin-top:60px; } .ne_businees_slider_wrapper1 .owl-theme .owl-dots{ display:none; } .ne_businees_slider_wrapper1 .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_businees_slider_wrapper1 .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_businees_slider_wrapper1 .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_businees_slider_wrapper1 .owl-theme .owl-nav .owl-prev:hover, .ne_businees_slider_wrapper1 .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } /*--------business slider End------------*/ .neww_businees_slider_wrapper{ float:left; width:100%; margin-top:60px; } .neww_businees_slider_wrapper{ margin-top:60px; } .neww_businees_slider_wrapper .owl-theme .owl-dots{ display:none; } .neww_businees_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_buss_img_cont_main_wrapper h3 a{ font-size:16px; } .neww_businees_slider_wrapper{ margin-top:60px; } .neww_businees_slider_wrapper .owl-theme .owl-dots{ display:none; } .neww_businees_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .neww_businees_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } /*--------sport slider Start------------*/ .ne_sport_slider_wrapper{ margin-top:60px; } .ne_sport_slider_wrapper_inner_blog{ margin-top:60px; background:#ffffff; padding-bottom: 40px; } .ne_sport_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_sport_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_sport_slider_wrapper_travels .owl-theme .owl-nav{ top: -70px !important; } .ne_sport_slider_wrapper_travels{ margin-top:40px !important; } .ne_sport_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_sport_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_sport_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_sport_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_re_left_bottom_main_wrapper_top{ margin-top:0; } .ne_banner_adver_main_wrapper{ float:left; width:100%; margin-top:60px; } .ne_banner_adver_main_wrapper img{ width:100%; } .ne_gt_left_top_main_wrapper{ float:left; width:100%; } .ne_gt_left_img_main_wrapper{ float:left; width:270px; position:relative; overflow:hidden; } .ne_gt_left_img_main_wrapper img{ width:100%; } .ne_gt_left_img_cont_main_wrapper{ float:left; width:calc(100% - 270px); min-height:233px; background:#ffffff; padding:25px; padding-bottom:20px; } .ne_gt_left_img_cont_main_wrapper h3{ font-size:22px; color:#000000; font-weight:600; } .ne_gt_left_img_cont_main_wrapper h3 a{ color:#000000; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper{ margin-top:10px; float:left; width:100%; } .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li{ float:left; margin-right:20px; } .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color: #707070; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a:hover, .ne_re_left_bottom_main_wrapper:hover .ne_ls_bottom_img_cont h3 a, .ne_wn_social_inner_wrapper h3 a:hover, .ne_re_left_bottom_main_wrapper:hover .ne_pc_bottom_img_cont h3 a, .ne_lr_main_section_wrapper:hover .ne_lr_img_cont_heading_wrapper h3 a, .ne_re_left_bottom_main_wrapper:hover .ne_tr_bottom_img_cont h3 a{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .bab{ margin-top:60px; } .ne_gt_left_img_cont_main_wrapper .ne_re_social1_wrapper li a i{ color:#eb4e4e; } .ne_gt_left_img_cont_main_wrapper p{ padding-top:20px; float:left; width:100%; } .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper{ margin-top:30px; float:left; width:100%; } .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li{ float:left; margin-right:20px; } .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color: #707070; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_img_cont_main_wrapper .ne_re_social2_wrapper li a i{ color:#eb4e4e; } .tab-content{ margin-top:40px; float:left; width:100%; } .ne_gt_left_img_main_wrapper h2{ font-size:14px; color:#ffffff; animation-delay: 2.0s; background:#33cc99; display:inline-block; font-family: 'Montserrat', sans-serif; text-transform:uppercase; padding: 10px 20px; position:absolute; top: 25px; left: -160px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_top_main_wrapper:hover .ne_gt_left_img_main_wrapper h2{ left: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_top_main_wrapper:hover .ne_re_left_img_cont_main_wrapper h3 a{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_gt_left_img_main_wrapper h2{ background:#99cc66; } .ne_gt_left_img_main_wrapper h2:after{ content: ''; border-top: 20px solid transparent; border-left: 20px solid #99cc66; position: absolute; right: -20px; bottom: 0; } .ne_gt_left_img_main_wrapper h2:before{ content: ''; border-bottom: 20px solid transparent; border-left: 20px solid #99cc66; position: absolute; right: -20px; bottom: 15px; } .ne_gt_left_top_main_wrapper1{ margin-top:60px; } .ne_gt_left_top_main_wrapper2{ margin-top:30px; } .pagination{ margin:0; padding-top:45px; } .pagination > li > a{ color:#000000; background:#ffffff; font-size:12px; border:1px solid #e7e7e7; text-transform:uppercase; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; width:30px; height:30px; line-height:30px; padding:0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align:center; margin-right:10px; } .pagination > li:first-child > a{ width:30px; height:30px; text-align:center; border:1px solid #000000; margin-right:20px; background:#000000; color:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 16px; line-height: 27px; } .pagination > li a i:before{ margin-left:0; } .pagination > li:last-child > a{ width:30px; height:30px; text-align:center; border:1px solid #000000; margin-left:10px; background:#000000; color:#ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 16px; line-height: 27px; } .pagination > li:first-child:hover > a{ background:#eb4e4e; border:1px solid transparent; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #fff; border:1px solid transparent; background-color: #eb4e4e; border-color: none; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .yellow h2{ background:#ffcc66 !important; } .yellow h2:after,.yellow h2:before{ border-left: 20px solid #ffcc66 !important; border-left: 20px solid #ffcc66 !important; } .ne_ls_bottom_img{ float:left; width:170px; } .ne_ls_bottom_img img{ width:100%; } .ne_ls_bottom_img_cont{ float:left; width:calc(100% - 170px); min-height:135px; background:#ffffff; padding-left: 15px; padding-left: 15px; padding-right:10px; padding-top: 25px; } .ne_ls_bottom_img_cont h3 a{ color:#000000; font-size:16px; font-weight:600; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_ls_bottom_img_cont h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_ls_bottom_img_cont p{ padding-top:5px; } .ne_ls_bottom_img_cont p a{ font-size:14px; } .ne_ls_bottom_img_cont p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_ls_bottom_img_cont p a i{ color:#eb4e4e; } .ne_re_left_bottom_main_wrapper_top2{ margin-top:30px; } .ne_wn_img_main_wrapper{ float:left; width:100%; background:url('../images/content/ws1.jpg') 50% 0 repeat-y; min-height:355px; background-position:center 0; background-size:cover; position:relative; overflow:hidden; } .ne_wn_img_overlay{ position:absolute; top:0; bottom:0; right:0; left:0; background:rgba(0,0,0,0.3); } .ne_wn_img_main_wrapper h2{ font-size:14px; color:#ffffff; animation-delay: 2.0s; background:#33cc99; display:inline-block; font-family: 'Montserrat', sans-serif; text-transform:uppercase; padding: 10px 20px; position:absolute; top: 25px; left: -160px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; z-index:1; } .ne_wn_img_main_wrapper:hover.ne_wn_img_main_wrapper h2{ left: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_wn_img_main_wrapper h2:after{ content: ''; border-top: 20px solid transparent; border-left: 20px solid #33cc99; position: absolute; right: -20px; bottom: 0; } .ne_wn_img_main_wrapper h2:before{ content: ''; border-bottom: 20px solid transparent; border-left: 20px solid #33cc99; position: absolute; right: -20px; bottom: 15px; } .ne_wn_social_inner_wrapper h3{ font-size:22px; color:#ffffff; font-weight:600; } .ne_wn_social_inner_wrapper h3 a{ color:#ffffff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper{ margin-top:10px; float:left; width:100%; } .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li{ float:left; margin-right:20px; } .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a{ font-size:14px; font-family: 'Montserrat', sans-serif; color:rgba(255, 255, 255, 0.84); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a i{ color:#eb4e4e; } .ne_wn_social_inner_wrapper{ position: absolute; z-index: 1; float: left; width: 100%; bottom: 35px; left: 25px; } .ne_wn_img_main_wrapper2{ background:url('../images/content/ws2.jpg') 50% 0 repeat-y; background-position: center 0; background-size: cover; width:100%; height:100%; } .ne_wn_img_main_wrapper3{ background:url('../images/content/ws3.jpg') 50% 0 repeat-y; background-position: center 0; background-size: cover; margin-top:30px; width:100%; height:100%; } .ne_wn_img_main_wrapper4{ background:url('../images/content/ws4.jpg') 50% 0 repeat-y; background-position: center 0; background-size: cover; margin-top:30px; } .ne_tr_bottom_img{ float:left; width:170px; } .ne_tr_bottom_img img{ width:100%; } .ne_tr_bottom_img_cont{ float:left; width:calc(100% - 170px); min-height:135px; background:#ffffff; padding-left: 15px; padding-left: 15px; padding-right:10px; padding-top: 25px; } .ne_tr_bottom_img_cont h3 a{ color:#000000; font-size:16px; font-weight:600; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_tr_bottom_img_cont h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_tr_bottom_img_cont p{ padding-top:5px; } .ne_tr_bottom_img_cont p a{ font-size:14px; } .ne_tr_bottom_img_cont p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_tr_bottom_img_cont p a i{ color:#eb4e4e; } /*--------sport slider End------------*/ /*--------ne indx sidebar start------------*/ .ne_indx_sidebar_main_wrapper{ float:left; width:100%; } .ne_sidebar_inner_social_wrapper{ float:left; width:100%; background:#ffffff; padding: 30px; } .btc_blog_cate_social_fb_wrapper{ float:left; width:30%; background:#39599f; text-align:center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_fb_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_fb_wrapper a i{ font-size:20px; } .margin_top_fifte{ margin-top:50px; } .btc_blog_cate_social_tw_wrapper{ float:left; width:30%; background:#45b0e3; text-align:center; margin-left:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_tw_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_tw_wrapper a i{ font-size:20px; } .btc_blog_cate_social_gp_wrapper{ float:left; width:30%; background:#f84e3f; text-align:center; margin-left:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_gp_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_gp_wrapper a i{ font-size:20px; } .btc_blog_cate_social_shair_wrapper{ float:left; width:30%; background:#9fdd7c; text-align:center; margin-top:15px; margin-left:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_shair_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_shair_wrapper a i{ font-size:20px; } .btc_blog_cate_social_vimo_wrapper{ float:left; width:30%; background:#33ccff; text-align:center; margin-top:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_vimo_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_vimo_wrapper a i{ font-size:20px; } .btc_blog_cate_social_yt_wrapper{ float:left; width:30%; background:#cc0033; text-align:center; margin-top:15px; margin-left:15px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_yt_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_social_fb_wrapper:hover{ background:#24458c; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_tw_wrapper:hover{ background:#1e98d2; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_gp_wrapper:hover{ background:#d62718; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_vimo_wrapper:hover{ background:#12a2d2; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_yt_wrapper:hover{ background:#a20b30; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_shair_wrapper:hover{ background:#7fc558; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_social_yt_wrapper a i{ font-size:20px; } .btc_blog_cate_inner_social_fb_wrapper:hover{ background:#24458c; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_tw_wrapper:hover{ background:#1e98d2; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_gp_wrapper:hover{ background:#d62718; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_vimo_wrapper:hover{ background:#12a2d2; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_yt_wrapper:hover{ background:#a20b30; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_shair_wrapper:hover{ background:#7fc558; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_indx_sidebar_shair_icon_main_wrapper{ float:left; width:100%; margin-top:60px; } .ne_lns_slider_wrapper{ margin-top:60px; } .ne_lns_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_lns_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_lns_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_lns_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_lns_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_lns_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_ln_inner_img_main_wrapper{ background:url('../images/content/lns1.jpg') 50% 0 repeat-y; min-height: 294px; background-position: center 0; background-size: cover; width:100%; } .ne_ln_main_sidebar_slider_wrapper{ margin-top:80px; } .ne_ln_main_sidebar_slider_wrapper .owl-theme .owl-nav .owl-next, .ne_ln_main_sidebar_slider_wrapper .owl-theme .owl-nav .owl-prev{ background:#f4f4f4; } .ne_sidebar_second_inner_social_wrapper{ margin-top:30px; } .ne_sidebar_cate_list_wrappper{ float:left; width:100%; } .ne_sidebar_cate_list_wrappper ul{ margin-top:30px; } .ne_sidebar_cate_list_wrappper li{ font-size:18px; color:#000000; float:left; width:100%; padding-top:30px; padding-bottom:30px; border-bottom:1px solid #e9e9e9; } .ne_sidebar_cate_list_wrappper li:hover a{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_sidebar_cate_list_wrappper li span{ width:85px; height:25px; line-height:25px; background:#eb4e4e; color:#ffffff; float:right; text-align:center; font-size:14px; font-weight:600; } .ne_sidebar_cate_list_wrappper li i{ font-size: 8px; color: #eb4e4e; position: relative; top: -3px; } .mee{ padding-top:18px !important; } .ne_sidebar_cate_list_wrappper li:last-child{ border-bottom:0; padding-bottom:0; } .ne_sidebar_advertize_main_wrapper{ float:left; width:100%; margin-top:60px; } .font_18px h2{ font-size:18px; } .ne_pc_bottom_img{ float:left; width:150px; } .ne_pc_bottom_img img{ width:100%; } .ne_pc_bottom_img_cont{ float:left; width:calc(100% - 150px); background:#ffffff; padding-left: 15px; padding-top: 5px; } .ne_pc_bottom_img_cont h3 a{ color:#000000; font-size:14px; font-weight:600; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_pc_bottom_img_cont h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_pc_bottom_img_cont p{ padding-top:5px; } .ne_pc_bottom_img_cont p a{ font-size:14px; } .ne_pc_bottom_img_cont p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_pc_bottom_img_cont p a i{ color:#eb4e4e; } .ne_pc_main_cont_wrapper{ margin-top:60px; } .ne_pc_main_cont_wrapper2{ margin-top:10px; } .ne_la_main_large_img_wrapper{ float:left; width:100%; margin-top:60px; } .ne_la_main_large_img_wrapper img{ width:100%; } .ne_pc_main_cont_wrapper3{ margin-top:20px; } .ne_sidebar_faceb_section_img{ float:left; width:100%; margin-top:60px; position:relative; } .ne_sidebar_faceb_section_img img{ width:100%; } .ne_inva_main_wrapper{ float:left; width:100%; position: absolute; top: 15px; left: 15px; } .ne_inva_img_wrapper{ float:left; width:60px; } .ne_inva_img_overlay{ position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(235, 78, 78, 0.5); } .ne_inva_img_cont_wrapper{ float:left; width:calc(100% - 60px); padding-left: 10px; padding-top: 5px; } .ne_inva_img_cont_wrapper h3{ font-size:22px; color:#ffffff; } .ne_inva_img_cont_wrapper h4{ font-size:14px; color:#fff; padding-top:5px; } .ne_sidebar_faceb_section_img h5{ display:inline-block; position:absolute; bottom:15px; left:15px; } .ne_sidebar_faceb_section_img h5 a{ width:60px; height:25px; line-height:25px; text-align:center; background:#ffffff; color:#000000; font-weight:600; display:inline-block; } .ne_sidebar_faceb_section_img h5 a i{ color:#eb4e4e; } .ne_fb_online_section_wrapper{ float:left; width:100%; overflow-x: auto; background:#f6f7f8; padding-top: 25px; padding-bottom: 25px; padding-left:10px; padding-right:10px; } .ne_fb_online_section_wrapper ul{ width: 370px; } .ne_fb_online_section_wrapper li{ float:left; margin-right:8px; } .ne_fb_online_section_wrapper p{ font-size:14px; color:#191919; padding-bottom:10px; } .ne_sidebar_serch_main_wrapper{ float:left; width:100%; } .ne_sidebar_serch_main_wrapper p{ font-size:14px; color:#848484; padding-top:60px; } .ne_sidebar_serch_main_wrapper button{ width:50px; height:40px; text-align:center; line-height:35px; background:#eb4e4e; border:1px solid #eb4e4e; color:#ffffff; float:left; } .ne_sidebar_serch_main_wrapper input{ width:calc(100% - 50px); float:left; height:40px; padding-left:40px; padding-right:20px; border:1px solid #eb4e4e; } .ne_sidebar_serch_main_wrapper .input_icon{ position:absolute; top: 12px; left: 15px; } .ne_sidebar_search_aaauch{ position:relative; float:left; width:100%; margin-top:15px; } .ne_lr_main_section_wrapper{ float:left; width:100%; margin-top:60px; } .ne_lr_img_wrapper{ float:left; width:97px; } .ne_lr_img_cont_wrapper{ float:left; width:calc(100% - 97px); min-height:150px; border:1px solid #f5f5f5; border-left:0; padding: 20px; } .ne_lr_star_dev_wrapper{ float:left; width:auto; } .ne_lr_star_dev_wrapper i{ color:#f69d35; } .ne_lr_star_right_section{ float:right; width:auto; } .ne_lr_star_right_section h4{ color:#000000; padding-top: 3px; } .ne_lr_img_cont_heading_wrapper{ float:left; width:100%; } .ne_lr_img_cont_heading_wrapper h3 a{ font-size:16px; color:#000000; text-transform:capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; font-weight:600; } .ne_lr_img_cont_heading_wrapper h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_lr_img_cont_heading_wrapper p{ padding-top:5px; } .ne_lr_main_section_wrapper2{ margin-top:20px; } .ne_weather_inner_wrapper{ float:left; width:100%; text-align:center; } .ne_sidebar_advertize_main_wrapper a img{ width:100%; } /*--------ne indx sidebar End------------*/ /*--------ne footer Start------------*/ .ne_footer_main_wrapper{ float:left; width:100%; background:url('../images/content/footer_bg.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; position:relative; padding-bottom:80px; } .ne_footer_img_overlay{ position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.7); } .ne_footer_first_section{ float:left; width:100%; padding-top:60px; } .ne_footer_first_section h2{ font-size:24px; color:#ffffff; position:relative; padding-top:30px; } .ne_footer_first_section h2:after{ content:''; border:2px solid #eb4e4e; width:50px; position:absolute; left:0; bottom:-20px; } .ne_footer_first_section p{ color:rgba(255, 255, 255, 0.71); padding-top: 40px; } .ne_footer_first_section li{ float:left; margin-right:10px; } .ne_footer_first_section li:first-child a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#45b0e3; color:#ffffff; } .ne_footer_first_section li:nth-child(2) a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#cc181e; color:#ffffff; } .ne_footer_first_section li:nth-child(3) a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#39599f; color:#ffffff; } .ne_footer_first_section li:last-child a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#f84e3f; color:#ffffff; } .ne_footer_first_section ul{ margin-top:30px; } .ne_footer_second_section{ float:left; width:100%; padding-top:60px; } .ne_boto_testi_img_cont li{ float:left; margin-right:12px; } .ne_boto_testi_img_cont li a{ float:left; width:30px; height:30px; line-height:30px; font-size:14px; text-align:center; background:#f3f3f3; border-radius:50px; color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_boto_testi_img_cont li a:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_boto_testi_img_cont ul{ margin-top:13px; float:left; width:100%; } .ne_footer_second_section h2{ font-size:20px; font-weight:600; color:#ffffff; position:relative; padding-top:20px; } .ne_footer_second_section h2:after{ content:''; border:2px solid #eb4e4e; width:50px; position:absolute; left:0; bottom:-20px; } .ns_footer_rp_main_wrapper{ float:left; width:100%; margin-top: 60px; } .ns_footer_rp_img_wrapper{ float:left; width:100px; } .ns_footer_rp_img_cont_wrapper{ float:left; width:calc(100% - 100px); padding-left:10px; } .ns_footer_rp_img_cont_wrapper h3 a{ color:#ffffff; font-size:16px; font-weight:600; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_rp_img_cont_wrapper h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_rp_img_cont_wrapper p{ padding-top:5px; } .ns_footer_rp_img_cont_wrapper p a{ font-size:14px; color:rgba(255, 255, 255, 0.79); } .ns_footer_rp_img_cont_wrapper p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_rp_img_cont_wrapper p a i{ color:#eb4e4e; } .ns_footer_rp_main_wrapper2{ margin-top:30px; } .ns_footer_cate_main_wrapper{ float:left; width:100%; } .ns_footer_cate_main_wrapper ul{ margin-top:50px; } .ns_footer_cate_main_wrapper li{ margin-top:10px; } .ns_footer_cate_main_wrapper li a{ color:rgba(255, 255, 255, 0.75); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_cate_main_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_cate_main_wrapper li a span{ float:right; } .ns_footer_tag_main_wrapper{ float:left; width:100%; } .ns_footer_tag_main_wrapper ul{ margin-top:40px; } .ns_footer_tag_main_wrapper li{ float:left; margin-right:5px; margin-top:25px; } .ns_footer_tag_main_wrapper li a{ border:2px solid rgba(255, 255, 255, 0.39); padding:5px; font-size: 14px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ns_footer_tag_main_wrapper li a:hover{ border:2px solid transparent; background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .cc_footer_copyr_main_wrapper{ float:left; width:100%; background:#111111; border-top:1px solid rgba(255, 255, 255, 0.12); padding-bottom:30px; } .bottom_footer_wrapper p span:last-child a{ color:#f55454; } .bottom_footer_wrapper{ float:left; } .bottom_footer_wrapper p{ padding-top:30px; } .bottom_footer_wrapper p a{ color:#eb4e4e; } .footer_cards ul{ list-style:none; padding:0; float:right; margin-top:30px; } .footer_cards ul li{ float:left; margin-left:10px; font-size:25px; } /*-- prs patner slider Start --*/ .prs_patner_main_section_wrapper{ float:left; width:100%; background:#ffffff; padding-top:80px; padding-bottom:80px; } .prs_pn_slider_wraper{ float:left; width:100%; } .prs_pn_slider_wraper .owl-theme .owl-dots{ display:none; } .prs_pn_slider_wraper .owl-theme .owl-nav { position: absolute; top: 30%; z-index: 1000; display: block; left:0; right:0; margin:0px auto; } .prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; width: 30px; height: 30px; line-height: 29px; top: 0; left:-20px; color: #000000; background: #f4f4f4; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_pn_slider_wraper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; top: 0; right: -20px; width: 30px; height: 30px; line-height: 29px; position: absolute; color: #000000; background: #f4f4f4; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_pn_img_wrapper img{ width:100%; opacity:1; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev:hover,.prs_pn_slider_wraper .owl-theme .owl-nav .owl-next:hover{ background: #eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_pn_img_wrapper img:hover{ opacity:0.4; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_bottom_banner_main_wrapper{ float:left; width:100%; text-align:center; padding-top: 60px; } .ne_busness_sport_main_slider_wrapper{ margin-top:0; } /*-- prs patner slider End --*/ /*--------ne footer End------------*/ /*--------ne sport index Start------------*/ .ne_inner_title_main_section{ background:url('../images/content/inner_title_img.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; float:left; position:relative; } .ne_ts_title_inner_wrapper{ margin-top:20px; } .ne_inner_title_img_overlay{ position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.7); } .ne_inner_title_nev_wrapper{ width:100%; float:left; } .ne_inner_title_nev_wrapper ul{ padding-top:40px; padding-bottom:60px; } .ne_inner_title_nev_wrapper li{ float:left; margin-right:20px; } .ne_inner_title_nev_wrapper li:first-child{ margin-right:10px; } .ne_inner_title_nev_wrapper li:first-child{ color:rgba(255, 255, 255, 0.67); } .ne_inner_title_nev_wrapper li:last-child{ color:#eb4e4e; } .ne_inner_title_nev_wrapper li i{ color:rgba(255, 255, 255, 0.67); } .ne_inner_title_nev_wrapper li a{ font-size:14px; color:#ffffff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_inner_title_nev_wrapper li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_sport_inner_img_main_wrapper1{ background:url('../images/content/sport/sp1.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; } .ne_sport_inner_img_main_wrapper2{ background:url('../images/content/sport/sp2.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; } .ne_sport_inner_img_main_wrapper3{ background:url('../images/content/sport/sp3.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper4{ background:url('../images/content/sport/sp4.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper5{ background:url('../images/content/sport/sp5.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper6{ background:url('../images/content/sport/sp6.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper7{ background:url('../images/content/sport/sp7.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper8{ background:url('../images/content/sport/sp8.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper9{ background:url('../images/content/sport/sp9.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper10{ background:url('../images/content/sport/sp10.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper11{ background:url('../images/content/sport/sp11.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper12{ background:url('../images/content/sport/sp12.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper13{ background:url('../images/content/sport/sp13.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper14{ background:url('../images/content/sport/sp14.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper15{ background:url('../images/content/sport/sp15.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_sport_inner_img_main_wrapper16{ background:url('../images/content/sport/sp16.jpg') 50% 0 repeat-y; background-position:center 0; background-size:cover; width:100%; margin-top:30px; } .ne_bottom_banner_main_wrapper_sport img{ width:100%; } .ne_busness_techo_inner_main_slider_wrapper{ margin-top:0; } .ne_bottom_banner_main_wrapper_technologi{ padding-top:60px; } .ne_bottom_banner_main_wrapper_technologi img{ width:100%; } .ne_pagi_techno .pagination{ padding-top:60px !important; } .ne_sidebar_lifestyle_inner_social_wrapper,.ne_busness_main_slider_wrapper_lifestyle{ margin-top:0; } .ne_busness_main_slider_wrapper_lifestyle_heading{ margin-bottom:30px; } .ne_re_left_top_main_wrapper_lifestyle{ margin-top:30px; } /*--------ne sport index End------------*/ /************************----------------- Gallery CSS Start ----------------**************/ .prs_gallery_main_section_wrapper{ float:left; width:100%; background:#f6f6f6; padding-top: 60px; padding-bottom: 60px; } #filter{ float: right; margin-top: -35px; background:transparent; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } #filter li a{ display: block; font-size: 16px; cursor: pointer; color:#000000; font-weight:600; text-transform:capitalize; background:transparent; padding: 5px 10px; margin-right: 10px; text-transform: uppercase; position:relative; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } #filter li a:hover, #filter li a.active{ background:transparent; color:#eb4e4e; } #filter li:first-child a:hover, #filter li:first-child a.active{ -webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; } #filter li:last-child a:hover, #filter li:last-child a.active{ -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; } #filter li a:last-child{ margin-right: 0px; } .three-column{ margin-top:25px; } .III_column{ margin-top:30px; } .list-inline > li{ padding: 0; float:left; } #filter li a{ padding: 15px 20px; } #filter li:last-child a{ padding-right:0; } .prs_gallery_btn_wrapper ul{ margin-top:60px; } .prs_ms_scene_img_overlay:after{ content:''; position:absolute; top:200px; bottom:200px; right:200px; left:200px; background:rgba(0,0,0,0.8); opacity:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay:after{ content:''; position:absolute; top:0; bottom:0; right:0; left:0; background:rgba(0,0,0,0.8); opacity:1; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_ms_scene_img_overlay a{ display:inline-block; line-height:40px; text-align:center; position:absolute; left:0; right:0; margin:0px auto; top:42%; font-size:14px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index:10; opacity:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_ms_scene_img_overlay a i:before{ margin-left:0; color:#ffffff; } .prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay a{ opacity:1; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_ms_scene_slider_img { float: left; width: 100%; position: relative; } .prs_ms_scene_slider_img img{ width:100%; } .ne_busness_main_slider_wrapper_gallery{ margin-top:0; } .ne_gallery_pagi_main_weapper{ text-align:center; } .ne_gallery_pagi_main_weapper .pagination{ display:inline-block; padding-top:60px; } .ne_gallery_photo_social_wrapper{ float:left; width:100%; } .ne_gallery_photo_social_wrapper li{ float:left; margin-right:10px; } .ne_gallery_photo_social_wrapper li:first-child a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#45b0e3; color:#ffffff; } .ne_gallery_photo_social_wrapper li:nth-child(2) a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#cc181e; color:#ffffff; } .ne_gallery_photo_social_wrapper li:nth-child(3) a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#39599f; color:#ffffff; } .ne_gallery_photo_social_wrapper li:last-child a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; background:#f84e3f; color:#ffffff; } .ne_gallery_photo_social_wrapper ul{ margin-top: -35px; float: right; position: relative; } .ne_re_left_top_main_wrapper_innerphoto_single_img{ margin-top:80px; } .ne_ineer_gallery_photo_wrapper{ float:left; width:100%; } .ne_ineer_gallery_photo_wrapper img{ width:100%; } .prs_gallery_main_section_wrapper_inner_photo{ padding-top:80px; padding-bottom:80px; } /************************----------------- Gallery CSS End ----------------**************/ /************************----------------- contact CSS start ----------------**************/ .ne_cu_map_main_wrapper{ float:left; width:100%; margin-top:80px; } #map{ width:100%; float:left; height:560px; } .ne_map_content_wrapper{ float:left; width:100%; background:#ffffff; } .ne_map_content_wrapper p{ padding-top:55px; } .ne_busness_main_slider_wrapper_contact_heading{ margin-top: 40px; padding-left: 40px; padding-right: 40px; padding-bottom: 40px; } .ne_map_contact_form_left_wrapper{ float:left; width:40%; background:#eb4e4e; padding:80px; min-height: 510px; padding-top: 100px; } .ne_map_contact_form_right_wrapper{ float:left; width:60%; background:#f9f9f9; padding-top:60px; padding-bottom:50px; padding-left:50px; padding-right:50px; } .gc_map_location_icon_wrapper{ width:50px; height:50px; float:left; border:1px solid rgba(255, 255, 255, 0.52); border-radius:100%; text-align:center; line-height:50px; font-size:22px; color:#ffffff; } .gc_map_location_icon_cont_wrapper{ float:left; width:calc(100% - 50px); padding-left:25px; } .gc_map_location_icon_cont_wrapper h3{ font-size:16px; color:#ffffff; line-height: 26px; } .gc_map_location_icon_cont_wrapper h3 a{ color:#ffffff; } .gc_map_add_wrapper { float:left; width:100%; margin-top:30px; } .gc_map_add_wrapper1{ margin-top:0; } .gc_map_location_icon_cont_wrapper p, .gc_map_location_icon_cont_wrapper p a{ color:#ffffff; } .ne_map_form_input1{ float:left; width:100%; } .ne_map_form_input1 input{ width:100%; height:50px; padding-left:20px; border:0; background:#ffffff; } .ne_map_form_input2{ margin-top:30px; } .ne_map_form_input1 textarea{ width:100%; padding-top:20px; border:0; background:#ffffff; text-align:center } .ne_map_form_input1 button{ width:220px; height:85px; background:#eb4e4e; color:#ffffff; text-align:center; line-height:40px; display:inline-block; border: 20px solid #f9f9f9; margin-top: -30px; } .ne_map_form_input2{ text-align:center; } .ne_contact_testi_slider_wrapper{ margin-top:60px; } .ne_contact_testi_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_contact_testi_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_contact_testi_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_cont_testi_content_wrapper{ float:left; width:100%; background:#ffffff; text-align:center; padding: 100px; } .ne_cont_testi_content_wrapper p{ font-style:italic; } .ne_cont_testi_content_wrapper h4{ font-size:14px; font-family: 'Open Sans', sans-serif; color:#707070; padding-top:30px; } .ne_cont_testi_content_wrapper h4 span{ font-size:16px; color:#eb4e4e; font-family: 'Montserrat', sans-serif; font-weight:600; } .ne_cont_map_slider_content{ float:left; width:100%; } .ne_cont_map_img{ float:left; width:100%; } .ne_cont_map_img img{ width:100%; } .ne_cont_map_img_content{ float:left; width:100%; position:relative; padding-top:20px; } .ne_cont_map_img_content p a{ color:#707070; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_cont_map_img_content p a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_cont_map_img_content h5{ font-size:15px; padding-top:5px; } .ne_cont_map_slider_content:hover .ne_cont_map_img_content h5{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contact_map_slider_wrapper{ margin-top:60px; } .ne_contact_map_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_contact_map_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:25px; top:0; color:#111; background:#fff; position: absolute; text-align: center; border:1px solid #cccccc; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:27px; position: absolute; color:#111; border:1px solid #cccccc; background:#fff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_contact_map_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ color:#ffffff; background:#eb4e4e; border:1px solid #eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_contect_map_slidermain_wrapper{ float:left; width:100%; background:#ffffff; margin-top:80px; padding:80px; padding-top:0; margin-bottom:80px; } .response{ color:#111; float:right; } /************************----------------- contact CSS End ----------------**************/ /************************----------------- 404 CSS Start ----------------**************/ .ne_404_main_wrapper{ float:left; width:100%; margin-top:80px; margin-bottom:80px; } .ne_404_inner_main_wrapper{ float:left; width:100%; border:15px solid #eb4e4e; padding:60px 150px; } .ne_404_img_wrapper{ float:left; width:40%; } .ne_404_img_wrapper img{ width:100%; } .ne_404_img_cont_wrapper{ float:left; width:60%; padding-left: 25px; } .ne_404_img_cont_wrapper h2{ font-size:80px; font-weight:900; color:#eb4e4e; text-transform:uppercase; } .ne_404_img_cont_wrapper h3{ font-size:45px; font-weight:600; color:#eb4e4e; text-transform:uppercase; } .ne_404_search_wrapper{ float:left; width:100%; margin-top:80px; } .ne_404_search_wrapper button{ width:120px; height:50px; text-align:center; line-height:45px; background:#eb4e4e; border:1px solid #eb4e4e; color:#ffffff; float:left; } .ne_404_search_wrapper input{ width:calc(100% - 120px); float:left; height:50px; padding-left:30px; padding-right:20px; border:1px solid #eb4e4e; } .ne_blog_today_img_left_wrapper{ float:left; width:100%; } .ne_blog_today_img_left_wrapper img{ width:100%; } .ne_blog_today_img_cont_left_wrapper{ float:left; width:100%; padding-right: 30px; } .ne_blog_today_img_cont_left_wrapper_bottom{ padding-right:0 !important; padding-left:60px !important; } .ne_blog_today_img_cont_left_wrapper h3{ font-size:22px; color:#000000; font-weight:600; } .ne_blog_today_img_cont_left_wrapper p{ padding-top:20px; } .ne_re_left_img_cont_main_swg_blog_cont_wrapper p{ margin-bottom:30px; } .margin-top-60{ margin-top:60px; } .ne_blog_to_margin_top{ margin-top:40px; } .btc_blog_cate_inner_social_fb_wrapper{ float:left; width:16%; background:#39599f; text-align:center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_fb_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_fb_wrapper a i{ font-size:20px; } .margin_top_fifte{ margin-top:50px; } .btc_blog_cate_inner_social_tw_wrapper{ float:left; width:16%; background:#45b0e3; text-align:center; margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_tw_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_tw_wrapper a i{ font-size:20px; } .btc_blog_cate_inner_social_gp_wrapper{ float:left; width:16%; background:#f84e3f; text-align:center; margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_gp_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_gp_wrapper a i{ font-size:20px; } .btc_blog_cate_inner_social_shair_wrapper{ float:left; width:16%; background:#9fdd7c; text-align:center; margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_shair_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_shair_wrapper a i{ font-size:20px; } .btc_blog_cate_inner_social_vimo_wrapper{ float:left; width:16%; background:#33ccff; text-align:center; margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_vimo_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_vimo_wrapper a i{ font-size:20px; } .btc_blog_cate_inner_social_yt_wrapper{ float:left; width:16%; background:#cc0033; text-align:center; margin-left:5px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .btc_blog_cate_inner_social_yt_wrapper a{ display:inline-block; color:#ffffff; width:100%; padding-top:25px; padding-bottom:25px; } .btc_blog_cate_inner_social_yt_wrapper a i{ font-size:20px; } .ne_blog_sidebar_shair_icon_main_wrapper{ float:left; width:100%; margin-top:30px; } /************************----------------- 404 CSS End ----------------**************/ /************************----------------- today blog CSS Start ----------------**************/ .ne_blogto_testi_slider_wrapper{ margin-top:30px; } .ne_blogto_testi_slider_wrapper .owl-theme .owl-dots{ display:none; } .ne_blogto_testi_slider_wrapper .owl-theme .owl-nav { position: absolute; top: -85px; margin: 0; left: 0; right: 0; z-index:1000; display:block; } .ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-prev{ font-size: 20px; margin: 0; padding: 0; right: 40px; width:30px; height:30px; line-height:29px; top:0; color:#000000; background:#ffffff; position: absolute; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-next{ font-size: 20px; margin: 0; padding: 0; right: 0; top:0; right:0; width:30px; height:30px; line-height:29px; position: absolute; color:#000000; background:#ffffff; text-align: center; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_blogto_testi_slider_wrapper .owl-theme .owl-nav .owl-next:hover{ background:#eb4e4e; color:#fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_boto_testi_content_wrapper{ float:left; width:100%; background:#ffffff; padding:30px; } .ne_boto_testi_img{ float:left; width:240px; } .ne_boto_testi_img_cont{ float:left; width:calc(100% - 240px); padding-left: 25px; } .ne_boto_testi_img_cont h3 a{ font-size:16px; font-weight:600; float:left; width:100%; background:transparent; color:#000000; width: auto; height: auto; line-height: auto; text-align: left; text-transform: capitalize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_boto_testi_img_cont h3 a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_boto_testi_img_cont p a{ font-size:14px; color:#696969; float:left; width:100%; margin-top:0; text-align:left; text-transform:capitalize; background:transparent; } .ne_boto_testi_img_cont p i{ color:#eb4e4e; } .ne_boto_testi_img_cont h4{ font-size:16px; color:#707070; font-family: 'Open Sans', sans-serif; padding-top: 5px; float:left; width:100%; line-height: 26px; } .ne_boto_testi_img_cont .ddddd{ font-size: 14px; color: #696969; float: left; width: 100%; margin-top: -15px; text-align: left; text-transform: capitalize; background: transparent; } .ne_boto_testi_img_cont a{ width:140px; height:40px; line-height:40px; text-align:center; background:#eb4e4e; color:#ffffff; text-transform:uppercase; float:left; margin-top:5px; } .ne_comment_list_wrapper{ float:left; width:100%; border-bottom:2px solid #eaedee; padding-top: 20px; padding-bottom: 25px; } .ne_comment_list_wrapper2{ float:left; width:100%; padding-top: 20px; padding-bottom: 25px; } .ne_comment_list_wrapper2 li i{ color:#eb4e4e; } .ne_comment_list_wrapper li{ float:left; margin-right:20px; } .ne_comment_list_wrapper li a,.ne_comment_list_wrapper2 li a{ -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_comment_list_wrapper li a:hover,.ne_comment_list_wrapper2 li a:hover{ color:#000000; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_comment_list_main_secton_wrapper{ float:left; width:100%; } .ne_commnet_list_img_section{ float:left; width:49px; } .ne_commnet_list_img_cont_section{ float:left; width:calc(100% - 49px); padding-left:20px; } .ne_commnet_list_img_cont_section h3{ font-size:18px; font-family: 'Open Sans', sans-serif; color:#000000; } .ne_commnet_list_img_cont_section p span a{ color:#eb4e4e; } .ne_commnet_list_img_cont_section p{ padding-top:10px; } .ne_commnet_list_img_cont_section li{ float:left; margin-right:20px; text-transform:capitalize; } .ne_commnet_list_img_cont_section li a:hover{ color:#eb4e4e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .ne_commnet_list_img_cont_section li i{ color:#eb4e4e; } .ne_commnet_list_img_cont_section ul{ padding-top:10px; } .ne_comment_list_main_secton_wrapper{ margin-top:30px; } .ne_blog_today_img_cont_left_wrapper_singlepage{ padding-top:60px; } .blog_single_para{ padding-top:20px; } .ne_boto_testi_img_cont_inner_single{ padding-top:25px; } .ne_right_sec_main_wrapper li:last-child a i:before{ margin-left:0; } .temp { font-size: 40px; line-height: 1.3; color: #eb4e4e; font-weight: 700; padding-top: 10px; } .mobile-list-nav{ float:left !important; } .mobile-list-nav li{ float:none; } .hover_margin_zero{ margin:0px auto !important; line-height:40px !important; } .hover_margin_zero:hover{ margin-left:0px auto !important; } .prs_vp_img_overlay{ position:relative; } .prs_vp_img_overlay:after{ content:''; position:absolute; left:200px; right:200px; top:200px; bottom:200px; background:rgba(0,0,0,0.6); opacity:0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .prs_vp_img_overlay a{ float:left; width:40px; height:40px; line-height:40px; text-align:center; color:#ff4444; background:#ffffff; position:absolute; left:0; right:0; margin:0px auto; top:38%; opacity:0; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-transition:all 0.45s linear; -moz-transition:all 0.45s linear; -ms-transition:all 0.45s linear; -o-transition:all 0.45s linear; transition:all 0.45s linear; } .menu_search_icon{ padding-right:0 !important; color: #000 !important; } .prs_vp_hover_overlay .ne_re_left_img_cont_main_wrapper h3 a{ font-weight:400; font-size:16px; } .prs_vp_hover_overlay .ne_re_left_img_cont_main_wrapper{ background:transparent; padding:0; padding-top:10px; } .prs_vp_hover_overlay .ne_re_social1_wrapper li a i{ color:#fff; padding-right:0; } .prs_vp_hover_overlay .ne_re_social1_wrapper{ margin-top:0; } .prs_navi_video_wrapper h5{ padding-top:10px; color:#ffffff; } .prs_navi_video_wrapper h5 i{ padding-right:3px !important; } .ne_sport_slider_wrapper_single{ background:#ffffff; } .ne_authore_about_main_Wrpper{ float:left; width:100%; padding-top:40px; } .ne_authore_about_main_Wrpper p{ padding-top:60px; } .neauthore_box_wrapper{ float:left; width:100%; border:15px solid #ffffff; padding:50px; margin-top:60px; text-align:center; } .neauthore_box_wrapper p{ font-style:italic; color:#000000; } .margin_top_60{ margin-top:60px; } /************************----------------- today blog CSS End ----------------**************/ /* login_section start */ .login_section{ width:100%; float:left; } .login_form_wrapper{ float:left; width: 100%; padding-top:100px; padding-bottom:100px; } .login_form_wrapper h1{ font-size:30px; text-align:center; font-weight:600; text-transform:uppercase; margin-bottom:30px; } .login_wrapper{ float:left; width: 100%; background:#fff; box-shadow:0 4px 10px rgba(0, 0, 0, 0.1); padding:50px; border-radius:10px; margin-bottom:20px; margin-top: 60px; } .login_wrapper a.btn { color: #fff; width: 100%; height: 50px; padding: 6px 25px; line-height: 36px; margin-bottom:20px; text-align:left; background: #337ebd; border-radius:10px; font-size: 16px; border: 1px solid #337ebd; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .login_wrapper a.btn:hover { background-color: #085596; border-color: #085596; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .login_wrapper a span{ float:left; } .login_wrapper a i { float: right; margin: 0; line-height: 35px; } .login_wrapper a.google-plus{ background: #e0594b; border: 1px solid #e0594b; } .login_wrapper a.google-plus:hover{ background: #b9291a; border-color:#b9291a; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .login_wrapper h2 { font-size: 18px; font-weight:500; margin-bottom:20px; color:#111; line-height: 20px; text-transform: uppercase; text-align:center; position: relative; } .login_wrapper h2::before, .login_wrapper h2::after { content: ""; background: #e4e4e4; width: 100px; height: 1px; position: absolute; top: 50%; } .login_wrapper h2::before { right: 60%; } .login_wrapper h2::after { left: 60%; } .login_wrapper .form-control { height: 53px; padding: 15px 20px; font-size: 14px; line-height: 24px; border: 1px solid #f1f1f1; border-radius: 8px; box-shadow: none; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: #fff; } .login_wrapper textarea.form-control{ height:auto; resize:none; } .login_wrapper input::placeholder, .login_wrapper textarea::placeholder { color: #999; } .login_wrapper .form-control:focus { color: #999; background-color: fafafa; border: 1px solid #eb4e4e !important; } .login_wrapper .formsix-pos,.formsix-e{ position: relative; } .login_wrapper .form-group.i-password:after, .form-group.i-email:after{ position: absolute; top: 13px; font-size: 16px; font-family: "FontAwesome"; color: #c0c0c0; } .login_remember_box{ margin-top:30px; margin-bottom:30px; color:#999; } .login_remember_box .control { position: relative; padding-left:20px; cursor: pointer; font-size: 14px; line-height:14px; font-weight: 500; margin:0; } .login_remember_box .control input { position: absolute; z-index: -1; opacity: 0; } .login_remember_box .control__indicator { position: absolute; top: 0; left: 0; width: 13px; height: 13px; background: #fff; border: 1px solid #999; } .login_remember_box .control__indicator:after { content: ''; position: absolute; display: none; } .login_remember_box .control input:checked ~ .control__indicator:after { display: block; } .login_remember_box .control--checkbox .control__indicator:after { left: 4px; top: 0; width: 5px; height: 10px; border: solid #111; border-width: 0 2px 2px 0; transform: rotate(45deg); } .login_remember_box .forget_password{ float:right; color:#db4c3e; font-size:14px; text-decoration:underline; } .login_btn_wrapper{ padding-bottom:20px; margin-bottom:30px; border-bottom:1px solid #e4e4e4; } .login_btn_wrapper a.login_btn { text-align:center; text-transform:uppercase; } .login_btn_wrapper a.login_btn:hover { background-color: #085596; border-color: #085596; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .login_message p{ text-align:center; font-size:16px !important; margin:0; } .login_message a{ color:#eb4e4e; font-weight:500; } .login_form_wrapper p{ width:70%; text-transform:capitalize; text-align:center; margin:0px auto; font-size:14px; } /* login_section end */ /* register section start */ .register_section{ float:left; width: 100%; padding-top:100px; padding-bottom:100px; } .register_left_form{ float:left; width:100%; } .register_left_form .column { padding-right: 30px; } .register_left_form .form-group { position: relative; margin-bottom: 5px; } .register_left_form .field-label i { float: right; font-size: 16px; color: #666; } .register_left_form .form-group .text { position: relative; color: #bbbbbb; font-size: 15px; line-height: 24px; margin-bottom: 5px; } .register_left_form input[type="text"], .register_left_form input[type="email"], .register_left_form input[type="password"], .register_left_form input[type="tel"], .register_left_form input[type="number"], .register_left_form input[type="url"], .register_left_form select, .register_left_form textarea { position: relative; display: block; width: 100%; background: #ffffff; text-transform:capitalize; font-size: 15px; line-height: 26px; color: #888888; padding: 12px 15px; border-radius:7px; height: 50px; margin-bottom: 15px; border: 1px solid #e0e0e0; transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; } .register_left_form textarea { resize: none; height: 60px !important; padding-left: 30px; } .register_left_form input:focus, .register_left_form select:focus, .register_left_form textarea:focus { border-color: #eb4e4e; } .jp_regiter_top_heading p{ font-size:16px; text-transform:capitalize; margin-bottom:20px; margin-top:10px; } .check-box{ margin-top:35px; } .checkout-page .check-box { line-height: 24px; font-size: 14px; font-weight: normal; padding-top: 5px; } .register_wrapper_btn{ background:transparent; box-shadow:none; border-radius:0; padding:0; } .label_2{ font-weight:400; } .check_box_anchr{ color:#eb4e4e !important;; } .checkout-page .check-box label { position: relative; top: -1px; font-weight: normal; padding: 0px; font-size: 18px; cursor: pointer; color: #333333; } .register_left_form input[type="checkbox"] + label:before{ display:none; } .register_btn_wrapper{ padding-top:15px; } .btm_txt_register_form{ width: 70%; text-align: center; margin: 0px auto; font-size: 14px; } .register_wrapper_box{ float: left; width: 100%; background: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); padding: 50px; border-radius: 10px; margin-bottom: 20px; margin-top:60px; } .ne_login_heading_main_wrapper{ float:left; width:100%; text-align:center; } .ne_login_heading_main_wrapper h2{ font-size:22px; font-weight:700; color:#000000; text-transform:uppercase; position:relative; } .ne_login_heading_main_wrapper h2:after{ content:''; border:2px solid #eb4e4e; width:50px; position:absolute; left:0; right:0; margin:0px auto; bottom:-20px; } .ne_login_heading_main_wrapper h2:before{ content:''; border:1px solid #eeeeee; width:110px; position:absolute; left:0; right:0; margin:0px auto; bottom:-19px; } .margin_zero{ margin-top:0; } .ggg{ margin-top:0; } /* register_section end */