/*
Theme Name:  Eresource
Theme URI:  http://androapps.in/eresourceerp/twentyseventeen-child
Description:  This custom theme for EResource only.
Template:  twentyseventeen
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
.cart-no {
	position: absolute;
	right: 0px;
	color: #fff;
	background: #86541e;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	bottom: 25px;
	left: 31px;
	font-size: 12px;
	padding-top: -8px;
	line-height: 1.6;
	text-align: center;
}
.watch-bg-black {
	background:#000;
}
/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
	text-align:center;
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
	padding: 290px 0px!important;
}
.big-background-default-image {
	background:url(../twentyseventeen-child/images/rolex-video-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:0;
	backface-visibility:hidden
}
section.categery {
	background: #fff;
}
.big-background .big-background-container {
	width:830px;
	max-width:100%;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
  
#section03 a {
	padding-top: 60px;
}
#section03 a:hover {
	opacity: .5;
}
#section03 a span {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
#section03 a span::after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 16px;
 height: 16px;
 margin: -12px 0 0 -8px;
 border-left: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 box-sizing: border-box;
}
#section03 a span::before {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 content: '';
 width: 44px;
 height: 44px;
 box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
 border-radius: 100%;
 opacity: 0;
 -webkit-animation: sdb03 3s infinite;
 animation: sdb03 3s infinite;
 box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
 0% {
 opacity: 0;
}
 30% {
 opacity: 1;
}
 60% {
 box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb03 {
 0% {
 opacity: 0;
}
 30% {
 opacity: 1;
}
 60% {
 box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/*********video-banner***************/
a {
    color: #0770c6;
	text-decoration:none;
 transition: all .2s;
}
a:focus, a:hover {
	text-decoration: none;
}
.text-link{text-decoration: underline;}
.text-link:hover{color: #fc7d27;text-decoration: underline;}
.cstm-btn {
	background-image: linear-gradient(to right, #ff6000 , #ff9b00);
	Color:#fff;
	padding: 10px 30px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	border:0px;
	font-weight:600;
}
.cstm-btn:hover , .cstm-btn:focus{
	color: #fff;
}
.second-cta{
	background:#0071c6!important;
}
.sec-title h2{
	/*    border-bottom: 3px solid #fc7d27;*/
    display: table;
    padding-bottom: 0px;
    margin-bottom: 25px;
    color: #0071c6;
	font-family: 'Raleway', sans-serif;
}
.sec-title h1{
  	/*border-bottom: 3px solid #fc7d27;*/
    	display: table;
    	padding-bottom: 0px;
    	margin-bottom: 25px;
   	 color: #0071c6;
	font-family: 'Raleway', sans-serif;
}
.text-white h2{
	color:#fff;
font-family: 'Raleway', sans-serif;
}
/*----------- Reset css ---------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
section {
	padding:50px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
	padding-bottom:15px;
}
.bg-color{
	background:#0071c6;
}
.text-white{color:#fff;}
.hm-register-form{
padding:0;
margin-top:-110px;	
z-index:1;
position:relative;
}
.hm-register-form h2{
	font-size:24px;
}
.hm-register-form .bg-color{
	padding-top: 15px;
	padding-bottom:15px;
	border-radius:15px;
	margin-top:-9px;
}
.hm-register-form .cstm-btn{
	margin-top:42px;
}
.pt0{padding-top:0;}
.pb0{padding-bottom:0;}
.my-3{margin-top:12px;margin-bottom:12px;}
.mt-40{margin-top:40px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;}
.mt-100{margin-top:100px;}
.mb-40{margin-bottom:40px;}
.mb-100{margin-bottom:100px;}
.pad20{padding:20px;}
.pt-40{padding-top:40px;}
.pb-40{padding-bottom:40px;}

.hm-about-s .row{padding:30px;}
.hm-about-s img{margin-bottom:20px}
.hm-about-s ul{margin-bottom:20px}
.hm-about-s ul:last-child{margin-bottom:0px}
.hm-about-s p:last-child{margin-bottom:0px}
.hm-about-s h4{padding-bottom:9px}

.brdr-r{border-radius:10px;}
.bg-overlay {
  position: relative;
  z-index: 2;
  }

/*.bg-overlay::after {
	background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }*/
.inner-banner{
	position: relative;
  	z-index: 1;
/*	padding: 150px 0 250px;*/
    padding: 145px 0 60px !important;
   	 text-align: center;
	background-position: center center;
  	background-size: cover; 
}
.inner-banner h1, .inner-banner h2{
	color: #0071c6;
	/*font-size:32px;*/
	font-size:28px;
	margin-top:0px;
}
.in-banner2{
	text-align:left!important;
	padding: 105px 0px 105px;
}
.in-banner2 h3{font-weight: 500;
    font-size: 20px;
    /*margin-bottom: 22px;*/
    margin-bottom: 90px;
}
.blog-details-inner-banner{
	padding: 60px 0 60px!important;
}
.bg-overlay.blog-details-inner-banner::before{
	content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: -1;
}
.blog-details-inner-banner h1{color:#fff;}
.blogs .m-moduleitem{
	background:#f8f8f8;
	height:100%;
	border-radius:6px;
	padding:6px 0;
}
.d-flex{display:flex;flex-wrap: wrap;}
.blogs .m-moduleitem img{height:60px;margin-bottom:6px;}
.blogs .m-moduleitem h4{font-size:15px;}
/*-------------------top - nav-------------------*/
nav.navbar {
	width: 100%;
	z-index: 3;
	border-radius:0px;
margin:0;
}

/*.header-effect {*/
	/*	top: 0!important; 
	 transform: scaleY(0)!important;
    -webkit-transition: all 0.4s ease-in-out;*/
	
/*	-webkit-transform: translate3d(0, -152px, 0);*/
/*	transform: translate3d(0, -152px, 0);*/
/*}*/
.fixed .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color:#c78a4f!important;
}
.fixed {
	position: fixed!important;
	top: 0;
	z-index: 999;
	width:100%;
	background:#fff!important;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.27);
	margin-top:0px!important;
	padding:5px 0px;
	border-radius:0px!important;
	/*transform: scaleY(1)!important;
    -webkit-transition: all 0.4s ease-in-out;*/
	
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
 transition: border-color .2s cubic-bezier(0, 0, .26, 1) .1s, -webkit-transform .3s cubic-bezier(0, 0, .26, 1);
 transition: transform .3s cubic-bezier(0, 0, .26, 1), border-color .2s cubic-bezier(0, 0, .26, 1) .1s;
 transition: transform .3s cubic-bezier(0, 0, .26, 1), border-color .2s cubic-bezier(0, 0, .26, 1) .1s, -webkit-transform .3s cubic-bezier(0, 0, .26, 1);
}

@media (min-width: 768px){
.navbar-nav>li>a {
   padding: 20px 14px;
}
.nav.navbar-nav {
	float:right;
}
}
.dropdown-menu {    background-color: rgba(255, 255, 255, 0.9);}
.dropdown-menu>li>a {
    font-weight: 600;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #0071c6;
	background:transparent;
}
.top-bar {
	background-image: linear-gradient(to right, #ff6000 , #ff9b00);
    color: #fff;
    padding: 5px 0;
}
.top-bar p{margin:0;display:inline}
.top-bar .second-cta{display:inline-block;
padding: 3px 14px;
    font-size: 13px;
    border-radius: 7px;
}
.top-bar .top-bar-menu {
	padding:0px 15px;
}
.top-bar .top-bar-menu li {
	display:inline-block;
}
.top-bar .top-bar-menu li:first-child {
	margin-right:15px;
}

.navbar-brand img.logo1{
	display:block;
	width: 186px;
	height:auto;
}
.navbar-nav>li>a{
	color:#000;
	font-weight:600;
	font-size:12px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
/*--------------nav-menu --------------*/
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	transition: all 0.4s ease-in-out;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform: scaleY(0)!important;
 -khtml-transform: scaleY(0!important);
	-moz-transform: scaleY(0)!important;
	-ms-transform: scaleY(0)!important;
	-o-transform: scaleY(0)!important;
	transform: scaleY(0)!important;
	-webkit-transform-origin: 0 0;
	-khtml-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.yamm .dropdown.yamm-fw:hover .dropdown-menu {
	transition: all 0.4s ease-in-out;
	overflow: visible;
	visibility: visible;
	-webkit-transform: scaleY(1)!important;
	-khtml-transform: scaleY(1)!important;
	-moz-transform: scaleY(1)!important;
	-ms-transform: scaleY(1)!important;
	-o-transform: scaleY(1)!important;
	transform: scaleY(1)!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
}
li.grid-demo.f-product.d-product {
	position: relative;
}
.d-item-block {    padding: 20px 0;}
.d-item-block p{
	font-size: 13px;
    line-height: 18px;
/* 	padding-bottom: 15px;
    border-bottom: 2px solid #0071c6; */
}
.d-item-block a.d-link {
    font-weight: 700;
    color: #0071c6;
    text-decoration: underline;
    display: block;
}
.d-item-block .d-title a{
	padding-bottom:10px;
	color:#333;
}
.d-item-block h4{
	color: #0770c6;
	height:50px;
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 2px solid #0071c6;
}
.d-item-block ul li a{
	color: #444;
    font-size: 12px;
    line-height: 16px!important;
    display: block;
}
.d-item-block ul li {
	margin-bottom:15px;
}
.hm-register-form .cstm-btn{
	width:100%;
}
/*--------dropdown-----------*/
/*-------------------*/
.bs-example {
	margin: 20px;
}
 @media screen and (min-width: 768px) {
 .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
 display: block;
}
 .dropdown-menu {
 margin-top: 0;
}
 .dropdown-toggle {
 margin-bottom: 2px;
}
 .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
 margin-bottom: 0;
}
}
/*-----------Slider Css------------*/
.slider{display:table;width:100%}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel .carousel-control {
	background: none;
	border: none;
	top: 45%;
	font-size: 70px;
	font-weight: 600;
}
 @media screen and (max-width:768px) {
 .carousel .carousel-control {
 top: 50%;
}
 .carousel .carousel-control {
 font-size: 30px;
}
}
/*-----------------------*/
/***************header************************/
@media (min-width:824px) and (max-width:944px) {
.nav>li>a {
 padding: 10px 8px!important;
}
ul.nav.navbar-nav.navbar-right.right-menu li a {
 padding: 10px 0px!important;
}
}
/*****************section-two***********************/
/*.section-two, .bg-img{
	background:url('../twentyseventeen-child/images/Bg_Wave.png');
	background-size: cover;
}*/
.section-2block{
	    border: 1px solid #ccc;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
}
.section-2block h2{
	color: #0071c6;
font-size: 20px;
    line-height: 28px;
}
/*-----------------------*/
.statistics{
	background:url('../twentyseventeen-child/images/ThinBand.png');
	background-size: cover;
}
.counter-block 	h2{
	    display: inline-block;
    font-size: 50px;
}
.counter-block span, .counter-block p{font-size: 30px;}
.bg-gray{background:#e4e4e4;}
.square-block{border-radius:0;border:0px;}
.text-img{width:160px;}
.connect-sec h2{padding-bottom:25px;}
.discover-d{margin:30px 0}
.discover-d .p-description{text-align:justify;font-size:14px;min-height:68px;}
.discover-d img{width:130px;}
.section-2block.square-block .cstm-btn{margin:0 auto;margin-top:20px;}
/*----------testimonial-------------*/
.ocean-item-inner{padding-top:10px;}
.ocean-item-inner h4{
	padding-bottom: 0px;
    color: #0071c6;
    font-size: 18px;
	margin-top:15px;
}
.ocean-item-inner p{font-size:14px;
    text-align: justify;}
.ocean-item-inner span{ font-size:13px;}
.testi-rating {margin:5px 0;}
.testi-rating li{display:inline-block;margin-right:4px;}
.testi-rating li img{width:20px;}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
		top:45%;
}
.owl-theme .owl-nav .owl-prev{
left:-10px;
}
.owl-theme .owl-nav .owl-next{
right:-10px;
}
.ocean-item-inner .client-block{
	margin-left:-15px;
}
.ocean-item-inner .u-prof img {
    height: 100px;
	width:100px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-page .testi-img{position: relative;}
.testimonial-page .testi-img img{
	border-radius:50%;
	height: 250px;
}
.testimonial-page .testi-img:after{
	content: "";
    background: url(../twentyseventeen-child/images/icon_qoute.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    display: table;
    position: absolute;
    top: 0;
}
.testimonial-page .author-name{
	padding: 5px 0 5px;

}
.testimonial-page li{
	margin-bottom:30px;
}
.testimonial-page .testi-rating{
	margin-top:15px;
	margin-bottom:0px;
}
.testimonial-page .testi-rating li{
	margin-bottom:0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f2f2f2;
}
/*----------side-bar-------------*/
.side-bar{
	position:fixed;
	top:22%;
	right:0px;
	z-index: 2;
}
.side-bar img{width:28px;margin:0 auto;    display: table;}
.side-bar li{margin-bottom:8px;}
.side-bar li a{
	background:#fff;
    padding: 5px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	display:block
}
.side-bar li span{    Color: #000;
    display: block;
    line-height: 14px;
	font-size:8px;
	font-weight:600;
    text-align: center;}
	
.fancybox-content{
	width:700px;
	border-radius: 15px;
	padding: 30px;
}
.call-popup h4, .contact-popup h4{
    border-bottom: 3px solid #fc7d27;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.call-popup img{
	width:50px;
	float:left;
}
.call-details{margin-left:10px;display: inline-table;    margin-bottom: 25px;}
.call-details h5{padding-bottom:0px;}
.call-details p a{color:#333;}
.phone-details li{width:49%;display:inline-block;font-weight:600;    margin-bottom: 10px;}
.phone-details span{color:#0071c6;}
.call-popup .cstm-btn{width:100%;}
/*----------Hm-Products-------------*/

.hm-product .nav-tabs.nav-justified>li {
    display: inline;
    width: 0;
	margin-bottom:10px;	
}
.hm-product .nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
	border-radius: 8px;
	background: #0071c6;
	color:#fff;
margin-bottom: 10px;
    font-size: 13px;
    padding: 15px 10px;
}
.hm-product .nav-tabs.nav-justified>.active>a, .hm-product .nav-tabs.nav-justified>.active>a:focus, .hm-product .nav-tabs.nav-justified>.active>a:hover {
    border: 0px solid #ddd;
	background: #fff;
    color: #0071c6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.hm-product .tab-block{
	    margin-top: 0px!important;
}
.hm-product .content h2{font-size:26px;
    color: #0071c6;}

.product-sec .prod-block{
padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.product-sec .prod-block .pro-info{
	display: table;
}
.pro-fea li{
	width:32%;
	height:50px;
	margin:.5%;
	background-image: linear-gradient(to right, #ff6000 , #ff9b00);
	border-radius:10px;
	font-weight:600;
	position: relative;
	display:inline-block;
}
.pro-fea li:nth-child(odd){background:#eee!important;}
.pro-fea li:nth-child(odd) a{color:#333}
.pro-fea li a {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: center;
		color:#fff;
}
.pro-fea.sm6 li{
	width:31%;
	height:40px;
}
h2.title1{
	font-size:26px;
	font-weight:500;
	color:#0071c6;
	padding-top:15px;
}
/*-----------Product landing page------------*/
.product-sec .prod-block{margin-bottom:30px;}
.product-sec .prod-block h2{ 
   font-size: 22px;
   color:#666;
    height: 50px;
    text-align: center;
	    padding-bottom: 0;
}
.product-sec .prod-block .pro-info{min-height:130px}
.product-sec .prod-block .pro-info:hover{color:inherit}
.product-sec .prod-block .pro-info h3{
	color: #666;
    padding-bottom: 10px;
    font-size: 18px;
	height: 50px;
}
.product-sec .prod-block .pro-info p{color:#333;font-size:14px;line-height: 20px;}
.product-sec .prod-block .pro-info .p-link{font-weight:600;   color: #ff8500;}
.text-dividor h3{color:#fff;display:inline-block; padding-bottom: 0px;line-height: 42px;}
.text-dividor .second-cta{display:inline-block;margin-right:10px;}
.staticstic-prod{
	background:#fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 25%);
	padding: 20px 0px;
}
.staticstic-prod a{
	display: flex;
	align-items: center;
	justify-content: center;
/* 	float: left; */
	height:100px;
}
.staticstic-prod h3{
	display: flex;
	align-items: center;
	justify-content: left;
	height:100px;
}

.staticstic-prod.text-dividor h3{color:#0071c6;margin-left:15px;}
.staticstic-prod.text-dividor h3 span{color:#666;}
.staticstic-prod .center-content{text-align:center;display:table;margin:0 auto;}

.feature-list li {padding:20px;margin-bottom:40px}
.feature-list li:last-child{margin-bottom:0;}
.feature-list li a{text-decoration:underline}
.feature-list li {
	/*background:#e3e3e3;
	border-radius:10px;padding:20px;margin-bottom:20px;*/
} 
.feature-list li h3{color:#0071c6} 
/*.feature-list li:nth-child(odd) h3{color:#0071c6} */
.feature-list li:nth-child(even){
	   /* background: #0071c6;
		color:#fff*/
}
.feature-list li:nth-child(even) a{
/*	color:#fff; */
}
/* -------industry page feature-------- */
.feature-list-industy li h2{color:#0071c6} 
.feature-list-industy li:last-child{margin-bottom:0;}
.feature-list-industy li {margin-bottom:40px}
.feature-list-industy li a{text-decoration:underline}
.feature-list-industy li img {
    max-width: 400px;
    margin: 0 auto;
}

/* -------industry page feature-------- */

.feature-list li ul li, .feature-list-industy li ul li {
	background:transparent;border-radius:0px;padding:inherit;padding-left:15px;padding-bottom:10px;margin-bottom:inherit
}

/*.feature-left-description p{text-align:justify;}*/

.feature-list li h4{
	margin-top:15px;
}
.feature-list li ul.keyf li{
	width:48%;
	display:inline-block;
	font-size: 14px;
    vertical-align: text-top;
    line-height: 16px;
	    background: transparent;
    color: inherit;
}
@media (max-width:502px){
	.feature-list li ul.keyf li{
	width:98%;
	}
}
@media (min-width:992px){
.feature-list li .row{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	height:300px;
   -ms-align-items: center!important;
    align-items: center!important;
}
.feature-left-description{
	padding-left:20px;
}
.feature-list li:nth-child(even) .feature-left-description{
	padding-left:0px;
	padding-right:20px;
}
}
.prod-faq .panel-default>.panel-heading h4{
	padding:0;
}
.prod-faq .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.prod-faq .panel-default>.panel-heading a {
  display: block;
  padding: 15px;
}
.prod-faq .panel-group .panel+.panel {
    margin-top: 0px;
}
.prod-faq .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.prod-faq .panel-default{
	border:0px;
}

.prod-faq .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.prod-faq .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prod-faq .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.statistics.corpo h2{padding-bottom:0px}
.feature-d-popup{
	height:400px;
	overflow:hidden;
	overflow-y:scroll;
	margin-bottom:20px;
}
.pagination{margin-top:0}
/*-----------hm-industry------------*/

@media (min-width: 992px){
.hm-industry .nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    border-radius: 5px;
    background: #0071c6;
    color: #fff;
	font-size:14px;
	margin-right: 5px;
}
.hm-industry .nav-tabs.nav-justified>li:last-child a {
	margin-right:0;
}
.hm-industry .nav>li>a:focus, .hm-industry .nav>li>a:hover {
    text-decoration: none;
    background-color: #fc7d27;
}
.hm-industry .nav-tabs.nav-justified>.active>a, .hm-industry .nav-tabs.nav-justified>.active>a:focus, .hm-industry .nav-tabs.nav-justified>.active>a:hover {
    border: 0px solid #ddd;
}

.hm-industry .nav-tabs.nav-justified>.active>a{    background-color: #fc7d27;}

.subtab-ind ul li{
	display: inline-block!important;
    margin-bottom: 10px;
	width:48%!important;
}
.subtab-ind .nav-tabs.nav-justified>li:nth-child(even) a{
	margin-right:0px;
}
.subtab-ind .nav-tabs.nav-justified>li>a {
    background: #ccc;
    color: #333;
}
.subtab-ind .nav-tabs.nav-justified .active a {
    color: #fff;
}
}
.ind-knowmore{margin-top:20px;}
.tab-block{
	padding:30px;
	border:1px solid #ccc;
	border-radius:10px;
	background:#fff;
	margin-top:10px;
}
.tab-block p{font-size:14px;text-align:justify;margin-bottom: 15px;}
.tab-block .tab-featres li{
	background: #ccc;
    display: inline-block;
    width: 47%;
    height: 40px;
    margin: 3px 0;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
	    line-height: 15px;
  position: relative;
}
.tab-block .tab-featres li:nth-child(even) {margin-right:0px}
.tab-block .tab-featres li a{
	margin: 0;
	text-align:left;
	position: absolute;
	top: 50%;
    left: 2%;
    transform: translate(2%, -50%);
	color:#333;
	font-size: 14px;
	width: 98%;
    /* height: 100%;
    padding: 13px; */
}
.tab-block .tab-featres li:nth-child(4n+1) {
  background: #fc7d27;
}.tab-block .tab-featres li:nth-child(4n+2) {
  background: #fc7d27;
}

.tab-block .tab-featres li:nth-child(4n+2) a, .tab-block .tab-featres li:nth-child(4n+1) a{
  color: #fff;
}

.contact-popup input{
	position:relative;
	    height: 45px;
padding: 5px 12px 5px 40px;
    border: 1px solid #ccc;
	border-radius:0;
}
.contact-popup textarea{
	position:relative;
padding: 5px 12px 5px 40px;
    border: 1px solid #ccc;
	border-radius:0;
}
.contact-popup img.form-con{
	position:absolute;
    top: 10px;
    left: 23px;
    width: 25px
}
.contact-popup .cstm-btn{width:100%;height: 45px;outline:none}
.bg-gray.call-popup{background:#efefef;}
.bg-gray.call-popup .call-details {
    margin-bottom: 30px;
}
.other-locations .footer-add li {
color: #333;
margin-bottom: 15px;
}
.other-locations .section-2block {
    padding: 20px 20px;
}
.other-locations .section-2block img{
	height: 210px;
	object-fit:cover;
width: 100%;
}
.other-locations .section-2block .con-d{
	min-height:240px;
}
.other-locations .footer-add{margin-top:15px;    min-height: 132px;}
.other-locations .footer-add li i {
    color: #f96200;
}
.other-locations .footer-add li a {
    color: #333;
}
.other-locations h3{padding: 15px 0;}
.other-locations p {
    font-size: 16px;
    font-weight: 600;
	line-height:14px;
}

.schedule-demo-block{
	background: #0071c6;
	color:#fff;
	padding:20px;
	padding-right:160px;
	border-radius:10px;
	width:90%;
	position:relative;
}
.schedule-demo-block{margin:0}
.schedule-demo-cta{
	position:absolute;
	right:0;
	top:35%;
}
.schedule-demo-cta a{padding:10px 60px;}
.related-link li{
	display:inline-block;
}
.related-link li:after{
	content:'|';
	height:40px;
	padding: 0 15px;
}
.related-link li:last-child:after{
	display:none;
}
.related-link li a{
	font-size:13px;
	color:#333;
	text-decoration:underline;
}
.why-choose div.text-center img{
	margin:20px auto
}
.brochure-d{
	background:#f2f2f2;

}
/*-----------leadership------------*/
.leadership p{
	text-align:justify;
}
.signture{
	text-align:right;
	margin-top:20px;
}
.signture h4{
	padding-bottom: 5px;
}
.leadership .signture p{	text-align:right;}

.ch-item {
		width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	transition: all 0.4s ease-in-out;
	    margin: 0 auto;
	  background-repeat: no-repeat; 
 background-size: cover;
}
.ch-info {
	position: absolute;
	background: #0071c6;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0); 
}

.ch-info p {
	color: #fff;
  display: flex;
  align-items: center;
  height:100%;
  text-align: center;
	margin: 0px 30px;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
.tmm-name{text-align:center;margin-bottom:30px;height: 70px;}
.tmm-name h4{
	margin-top:20px;
	padding-bottom:5px;
}

/*-----------Blog------------*/
.blog-card{
	display:block;
	border-radius:0px!important;
}
.blog-img {position:relative}
.blog-img img{position:relative}
.blog-list .blog-img img{height:170px;object-fit:cover;width:100%;}
.blog-card .blog-img span, .blog-details .blog-img h3{
	    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    padding: 15px 20px;
    width: 100%;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.44) , rgba(0, 0, 0, 0));
}
.blog-card .card-container{
	background: #fa8d00;	
}
.blog-list .blog-card .card-container{
	padding:0 15px;
	display: flex;
	align-items:center;
	height:70px;
}
.blog-list .blog-card .card-container h3{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.blog-list .blog-card .card-container h3{
	
}
.blog-details .blog-card .card-container{
		background: #fff;
}
.blog-card .card-container h3{  
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 24px;
}
.blog-widget{
margin-bottom: 20px;
    display: table;
    width: 100%;
}
.blog-cat a{color:#333}

.card-list li a{color:#333;}
.card-list li a:hover{color:#0071c6;}
.card-list li{position:relative;padding-left: 18px;margin-bottom:7px;}
.card-list li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f105";
    font-family: "FontAwesome";
}

ul.cmt-recent-post-list>li{
	margin-bottom:20px;
}
ul.cmt-recent-post-list>li img {
display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 12px;
}
ul.cmt-recent-post-list li h5 {
	padding-bottom:8px;	
}
ul.cmt-recent-post-list li h5 a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: block;
    color: #222;

}
ul.cmt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
	line-height: 12px;
}
.m-modules .card-container h4{
	/* color:#0071c6; */
	color:#666;
	padding:0;
	margin-top:15px;
    line-height: 22px;
    height: 45px;
}
.m-modules .m-moduleitem img{
	height: 150px;
    object-fit: contain;
}
.widget-search .input-text {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 7px 15px;
	    width: 100%;
}
.widget-search .search-form {
    position: relative;
}
.widget-search label button {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
   top: 18%;
    border: 0px;
    background: transparent;
	outline: 0;
}
.widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.widget-search .search-form label {
    display: block;
}
.enterprise .block-dis{
	min-height: 160px;
}
/*-----------partnership------------*/
.content-block h3{
	padding:10px 0;
}
.text-orange{color:#fc7d27}
.affiliate-p img{margin:20px auto;}
.r-partners .cstm-btn{margin:0 auto;margin-top:20px;}
.p-benefits li{
	position:relative;
	padding-left: 18px;
	margin:0 5px;
    margin-bottom: 7px;
	display:inline-block;
	width:98%;
}
@media (min-width:992px){
.p-benefits li{
	width:32%;
}
.p-benefits.list-6x6 li{
	width:47.5%;
}
}
.p-benefits li a{color:#333;}
.p-benefits li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f192";
    font-family: "FontAwesome";
}
/*-----------footer------------*/
ul.footer-navbar {
	margin-bottom: 15px;
}
ul.footer-navbar li {
	display:inline;
}
ul.footer-navbar li {
	border-right: 1px solid #efe5e5;
	padding: 0px 10px;
}
ul.footer-navbar li:last-child {
	border-right:none;
}
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius:10px;
  background:#fff; 
  margin-bottom:30px;
  overflow:hidden;
}
.minheight{    min-height: 285px;}
.card:hover {
  box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
}
.card-container{
	padding:20px;
}
.card-container.d-height{
	min-height: 200px;
}
.card-container.d-height p{
	margin:0px;
}
.card .form-control{
	border:1px solid;
	border-radius:2px;
}

.col-xs-5-cols,
    .col-sm-5-cols,
    .col-md-5-cols,
    .col-lg-5-cols {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-5-cols {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    @media (min-width: 768px) {
        .col-sm-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 992px) {
        .col-md-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
.c-award img{
	width:60px
}
.c-award p{
	color: #0071c6;
	font-size:22px;
	line-height:30px;
}
/*--------------footer-----------------*/
footer {
	padding-top:50px;
}
footer p {
	color:#fff;
	padding:10px 0px;
}
footer .footer-bottom {
    border-top: 1px solid #427dc5;
    margin-top: 40px;
}
footer .footer-bottom p a{color:#fff;}
footer .footer-bottom p {
	font-size:13px;
	    margin-bottom: 0;
}
footer h4{font-size:24px;color:#fff;}

.social-icons  li{
	display: inline-block;
	position: relative;
	margin-right: 7px;
}
.social-icons li:last-child{margin-right:0}
.social-icons  li a i{
	width: 35px;
    height: 35px;
    display: table;
	line-height:35px;
	 border-radius:5px;
}
footer .inds-menu li{
	display:inline-block;
	width:47%;
	line-height:18px;
}
.footer-list li{margin-bottom:15px;}
.landng-footer .footer-add li{    margin-bottom: 15px;}
.footer-add li{
	color:#fff;
	text-indent: -10px;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}
.footer-add li i{margin-right:5px;}
.footer-list li a, .footer-add li a{
	color:#fff;
	font-size:14px;
}
footer ul.social-icons {
	    padding: 8px;	
	padding-bottom: 0px;
	    background: #e96b10;
    border-radius: 7px;
	    display: -webkit-inline-box;
}
.social-icons  li a i{
	background-color: #fff;
	text-align:center;
color:#e96b10;
font-size:24px;
}
.social-icons  li a i:hover{color:#e96b10}

.pagenotfound{
	margin-top: 60px;
}
.pagenotfound h1{font-size:60px; }

/*------------- Ask Experts -------------*/
.bg-light-gray{background:#f2f2f2;}
.ask-expert h1{font-size:30px;}
.ask-expert ul li{
	border-bottom: solid 1px #ddd;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
	padding:25px 20px;
}
.ask-expert ul li:last-child{border-bottom: solid 0px #ddd;}
.ask-expert ul li:hover{
	background: #EBEBEB;
	transition: .2s ease-in;
}
.ask-expert ul li p{
	margin-left: 45px;
	margin-bottom:0;
}
.ask-expert ul li .expert-icon{
	content: "";
    background: url(images/icon-paper.svg);
    background-size: cover;
    background-position-x: center;
    width: 30px;
    height: 35px;
    float: left;
    margin-right: 15px;
}
.ask-expert .cstm-expert-desc{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ask-expert ul li h3 {padding-bottom: 10px;}
.ask-expert ul li h3 a{Color:#333}
.ask-expert ul li:hover  h3 a{
	Color:#0071c6;
}

/*------------- Responsive -------------*/
@media screen and (max-width:1200px) {
 .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height:380px;
    object-fit: cover;
}
}
 @media screen and (max-width:992px) {
.h2, h2 {
 font-size: 26px;
}
.hm-register-form {
    padding: 0;
    margin-top: 30px;
}
.navbar-toggle {
    display: block
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-toggle .icon-bar {
    height: 3px;
    background: #0071c6;
}
.navbar-header {
    float: none;
}
.navbar-nav>li {
    float: none;
}
.nav.navbar-nav {
    float: none;
}
.nav.navbar-nav>li>a{
	border-bottom: 1px solid #efefef;
}
.nav.navbar-nav .caret{
	float: right;
    margin-top: 8px;
}
.d-item-block p, .d-item-block a.d-link{display:none;}
.d-item-block {
    padding: 0px 0;
}
ul.footer-list {
    margin-bottom: 30px;
}
.item-block h4 {
    height: inherit;
    padding-bottom: 10px;
    padding: 10px 0;
    margin-bottom: 0px;
    border-bottom: 0px solid #0071c6;
    border-top: 1px solid #ccc;
    font-size: 14px;
}
.d-item-block ul li a {
    font-size: 13px;
}
}

 @media screen and (max-width:767px) {
.h2, h2 {
 font-size: 22px;
}
.left-nav {
 margin-left: 0px;
 margin-right:0px;
}
.nav.right-menu>li {
 display: inline-block;
}
 .navbar-toggle {
 border-radius:0px;
}
.navbar-nav .open .dropdown-menu {
    background-color: #f1f1f1!important;
}
 .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height:160px;
    object-fit: cover;
}
.inner-banner img{    height:160px;
    object-fit: cover;}
.col-sm-4:first-child .section-2block , .col-sm-4:nth-child(2) .section-2block{
	margin-bottom:20px;
}

.col-sm-4 .counter-block:first-child{
	margin-bottom:30px;
}
.col-sm-4:last-child .counter-block{margin-bottom:0}

.counter-block h2 {
    font-size: 40px;
    padding-bottom: 0;
}
.counter-block span, .counter-block p {
    font-size: 20px;
}
.discover-d p {
    padding: 0px;
}

.ocean-item-inner .client-block {
    margin-left: 0;
}
}

@media screen and (max-width:767px){
    li.unique-hide-mobile {
    display: none !important;
}
}

@media screen and (min-width:768px) {
    li.unique-hide-desktop {
        display: none !important;
    }
}

.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (max-width: 991px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .hm-product .nav-tabs-dropdown{
	   border: 0px solid #dddddd;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
	width:inherit;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
    padding:12px;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a,
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs.nav-tabs-dropdown > li.active > a:active,
  .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}

.bg-gradient {
	background-image: linear-gradient(to right, #ff6000 , #ff9b00);
}

/*-----------NEWS------------*/
.news-list ul li{
	border: 1px solid #ccc;
    background: #fff;
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.news-list ul li .news-img{
	float:left;
    width: 30%;
	padding-right:20px;
}
.news-list ul li .news-img img{
	width: 100%;
    height: 250px;
	object-fit:cover;
}
.news-list ul li .news-desc h3{
	color: #0071c6;
	padding:10px 0;
}
.news-list ul li .news-desc {
    width: 68%;
}
.news-list ul li .news-desc .n-rmore{
	text-decoration:underline;
	margin-top:10px;
	display:block;
}
.news-list .widget-search, .blog-list .widget-search{
	width: 50%;
    margin-bottom: 30px;
}
.widget-search.bb-blog{
	width: 100%;

}
.news-detail .card-container {
    background: #fff;
}
.news-detail .card-container h1 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
	line-height: 30px;
    padding-bottom: 20px;
}
.news-detail .card-container h2 {
    font-size: 23px;
}

@media (max-width:1200px){
.news-list ul li .news-img {
    width: 100%;
}
}
@media (max-width:991px){
.news-list ul li{
	display:inherit
}
.news-list ul li .news-img{
	float:inherit;
	padding-right:0;
}
.news-list ul li .news-desc {
    width: 100%;
}
.news-list .news-desc {
    padding: 15px;
}
.news-list .widget-search{
	width: 100%;
}
.inner-banner {
    padding: 170px 0;
}
.in-banner2{padding:100px 0}
.section-two .section-2block{
	margin-bottom:20px;
}
.section-two [class*=col-md-]:last-child .section-2block{
	margin-bottom:0px;
}
.tab-block {
    padding: 15px;
}
.inner-banner h1, .inner-banner h2 {
    font-size: 28px;
}
 h3, .facebook-o-f h2 {
    font-size: 20px;
}

}
@media (max-width:767px){
.inner-banner {
   /* padding: 140px 0;*/
  /* padding: 40px 0;*/
   padding: 35px 0px 44px !important;
}
.inner-banner h1 {
    /*font-size:28px;*/
    font-size: 11px;
	padding-bottom:0;
	padding: 1px 232px 0px 0px;
}
.in-banner2 h3 {
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 22px;
    padding: 5px 245px 0px 1px;
}
.tab-block .tab-featres li a {
    height: auto;
    padding: 0px;
}
.pro-fea li a{
	font-size: 13px;
    line-height: 17px;
}
.pro-fea li {
    width: 48%;
}
.staticstic-prod a img{width:60px;}
.staticstic-prod a, .staticstic-prod h3{
	display:block;
	line-height: 24px;
	font-size:16px;
/* 	float:inherit; */
	height:auto;
}
}

.carousel-3d-slide {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
	border: 0px !important;
}
/*-----------Enfolysis------------*/
.popular-features img{
	position:relative;
	padding-bottom: 50px;
}
.schedule-demo{
	color:#fff;
	font-weight:600;
	text-align:center;
	background-image: linear-gradient(to right, #ff6000 , #ff9b00);
	border-radius:50%;
	height:130px;
	width:130px;
	display:flex;
	align-items:center;
	line-height:22px;
	font-size:18px;
	position:absolute;
	bottom: 0px;
    right: 0px;
}
.schedule-demo:hover{	color:#fff;}
.popular-features ul li{
	padding:20px 0;
}
.popular-features ul li h4{
	padding-bottom:10px;
	color:#0071c6;
}
.clr-block{
	background: #0071c6;
	color:#fff;
}
/*-----------offer-page------------*/
.offer-page .offer-block{
	padding: 30px 20px;
    background: #f3f4f4;
    border-radius: 20px;
}
.offer-page .form-control{
    border: 0px solid #ccc!important;
    background: #fff;
    outline: 0!important;
    box-shadow: none;
	border-radius: 2px;
}
.bg-orange{
	background: #e96b10!important;
}
.offer-block h4{padding-bottom:8px;}
.offer-block p{font-size:13px;}
.offer-block ul{margin-bottom:30px;}
.offer-block ul li, .feature-left-description ul li, .prod-faq ul li, .news-detail ul li, .hm-about-s ul li{
	padding-bottom:10px;padding-left: 15px;position:relative;
}
@media (min-width:992px){
	.offer-block ul{
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	}
	.offer-block ul li{
	width: 33%;
    padding-right: 24px;
	}
}
.offer-block ul li:last-child, .feature-left-description ul li:last-child, .prod-faq ul li:last-child, .news-detail ul li:last-child, .hm-about-s ul li:last-child{
	padding-bottom:0px;
}
.offer-block ul li:before, .feature-left-description ul li:before, .prod-faq ul li:before, .news-detail ul li:before, .hm-about-s ul li:before{
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f105";
    font-family: "FontAwesome";
}
.offer-feature-block {margin:15px 0; }
.offer-feature-block h3{
	padding-bottom:8px;	
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(39, 130, 206, 0.79);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: rgba(39, 130, 206, 0.5);
}
#back-to-top.show {
    opacity: 1;
}
.facebook-o-f img{
	 max-width: 350px;
    margin: 0 auto;
}
.off-f-it{padding:35px;}
.facebook-o-f h2{color:#0071c6}
.off-f-it h3{
	color: #0071c6;
    border-right: 2px solid #0770c6;
	padding-bottom:0px;
	height: 50px;
  /*   display: flex;
    align-items: center; */
	text-align:center;
}
.off-f-it .col-sm-4:last-child h3{
	    border-right: 0px solid #0770c6;
}
.facebook-o-f{
	
}
/*******************for form **********************/
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}
/*******************end for form **********************/

.online-training .zoom-window-wrap iframe{
	background: #efefef url(images/Video_Conferencing_ERP.png) no-repeat;
    background-position: right bottom;
    background-size: 40%;
    border-radius: 10px;
}

.online-training .zoom-window-wrap iframe .training-features{color: #0071c6}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/**************************/
.offr3box .section-2block{
    background: #f4f4f4;
	border:0px;
}
.offr3box .section-2block h2{color:#333;font-size: 18px;}
.embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
} 

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


/******************* Sign Up *********************/
:root {
  --color__accent: #fc7d27;
  --field__background: #f5f5f5;
  --base__color: #0071c6;
}
.border-1{border:1px solid #aaa;}
.p-30{padding:30px}
.p-40{padding:40px}
.pb-20{padding-bottom:20px;}
.h-100{height:100%;}
.pl-0{padding-left:0;}
.pr-0{padding-right:0;}

.signup-left{
	background:#fff;
}
.signup-left h1{
	font-weight:500;
	line-height: 46px;
}
.signup-left h3{
	font-weight:500;
	color:var(--base__color);
}
.signup-left input.form-control{
    position: relative;
    height: 45px;
    padding: 5px 12px 5px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.signup-right .signlist li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.signup-right .signlist li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f00c";
    font-family: "FontAwesome";
}

/* ---------Product Landing page---------- */
.landing-page-banner{
    padding: 130px 0 170px;
}
@media (max-width:767px){
.landing-page-banner{
	background:url(images/Improve-Production-mobile-view.jpg)!important;
	background-position:bottom!important;
	padding: 60px 0 290px;
}	
.landing-page-banner h1{text-align:center;}
}
.landing-page-banner h1, .landing-page-banner h2 {
    color: #333;
}
.landing-page-circle{
	border-radius:50%;
	background:#0071c6;
	color:#fff;
	height:150px;
	max-width:150px;
	margin:0 auto;
/* 	display:flex;
	align-items:center; */
	padding: 50px 0;
}
.landing-circle-number{font-size:30px;margin-bottom:10px;}
.landing-page-circle h4{font-size:16px;margin-bottom:0px;}
.landing-circle-section{
	position:relative;
}
@media (min-width:992px){
.landing-circle-section:before{
	content:"";
	border-top:2px solid #666; 
	width:100%;
	position:absolute;
	top:40%;
	left:0;
}
}
/* ---------Article page---------- */
.article-section{
	background: #f7f7f7;
}
.article-nav{
  background: #fff!important;
  min-height: 400px;
  padding: 30px 15px 30px 0; 
	border-radius: 6px;
    box-shadow: 0 0 20px rgb(0 0 0 / 14%);
    border: 1px solid #e2e2e2;
}
.article-nav.fixed{
	position: fixed!important;
    top: 20px;
	width: 266px;
	border-radius: 6px!important;
}
.article-nav li a{
	margin-bottom: 16px;
	color: #222;
	    display: block;
	    padding-left: 16px;
		border-left: 2px solid #f7f7f7;
	overflow-y: scroll;
	height: 80vh;
}
.article-nav .active {
   	color: #f00;
	border-left: 2px solid;
    display: block;
}
article.page-section{
	margin-bottom: 24px;
	background: #fff;
    padding: 24px;
    border-radius: 6px;
}
article.page-section:last-child{
	margin-bottom: 0px
}
article.page-section h4, article.page-section h5, article.page-section h6{
	padding-bottom: 10px;
}


#sidebarWrap {
    position: relative;
    box-shadow: none;
    border: none;
}

#footer {
    clear: both;
    margin: 10px 0;
}

/* ---------Updated Product page---------- */
.color-primary{color:#0071c6}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.challngs-item .content1{height:100%;margin:15px 0;}
.challngs-item img{
	padding-bottom: 10px;
	height:80px;
}
.challngs-item h4{padding-bottom:0;}

.concerns-item{margin:15px 0;}
.concerns-item .content1{height:100%;padding:15px;border-radius:6px;	background:#e3f5ff;}
.concerns-item p{margin-bottom: 0px;text-align:left;}
/* .tab-block .concerns-item:nth-child(odd) .content1{
	background:#ebebeb!important;
} */
.tab-block .concerns-item:nth-child(3n+1) .content1{
	background:#ebebeb!important;
}
.tab-block .concerns-item:nth-child(4n+1) .content1{
	background:#ebebeb!important;
} 

.second-cta.small-cta{
	padding: 8px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.lp-content ul, .lp-content ol{list-style-type:inherit;    margin-left: 20px;}
.lp-casestudies .blog-img img {
    height: 220px;
}

.list{list-style: disc;padding-left:15px}
.list ul{list-style: none;}
.list li{padding-bottom:12px}


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
  padding:0;
}
.video-overlay{position:relative}
.bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  position:relative
}
.video-overlay::before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  background: rgba(0, 40, 70, 0.8);
  z-index: 2;
}
.numbers-card{
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width:100%;
display:none;
}
.numbers-card .numbers-card-item{
	background: rgba(0, 45, 79, 0.7);
	border-radius: 6px;
	color:#fff;
	text-align:center;
	padding:20px 0;
}
.numbers-card .numbers-card-item h3{
	color: #FC7D27;
	font-size:34px;
}
.numbers-card .numbers-card-item p{font-size:18px;}

.hero-slider{
  width:100%;
  position: absolute;
  top: 22%;
  z-index: 2;
}

#hm-register-demo .form-control{
height: 36px;
border: 1px solid #ddd;
}

.side-bar{display:none;}
.new-hm-header{position:absolute}

.new-hm-header #mega-menu-wrap-primary_menu{
	background:transparent!important;
}
/*
.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu{
	padding-top:30px;
}
.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item{height: 40px;}
.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link{
	color:#fff!important;
	line-height:40px;
	height: 40px;
	background: transparent;
	font-size: 16px;
    font-weight: 400!important;
    font-family: 'Raleway';
}
.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link:hover{
	background:transparent!important;
	color: #333;
}
.new-hm-header #mega-menu-wrap-primary_menu li.mega-menu-item img.mega-menu-logo{vertical-align: top;}
.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu li#mega-menu-item-21973 > a.mega-menu-link{
	padding:0 20px;
	border:1px solid #fff;
	border-radius: 6px;
}
.new-hm-header #mega-menu-wrap-primary_menu .mega-menu-toggle{background: transparent;}

.new-hm-header.fixed #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link{
	color:#333!important;
}
.new-hm-header.fixed #mega-menu-wrap-primary_menu #mega-menu-primary_menu li#mega-menu-item-21973 > a.mega-menu-link{
	border:1px solid #0071c6;
	color:#0071c6!important;
} */
/*
.new-hm-header #mega-menu-wrap-primary_menu li.mega-menu-item img.mega-menu-logo{
	display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: url(https://www.eresourceerp.com/wp-content/uploads/2023/01/final-eresource-logo-creation-1-270x80.png) no-repeat;
	background-size:cover;
    width: 200px;
    height: 58px;
    padding-left: 200px;
}
.new-hm-header.fixed #mega-menu-wrap-primary_menu li.mega-menu-item img.mega-menu-logo{padding-left:0;}
.new-hm-header.fixed #mega-menu-wrap-primary_menu #mega-menu-primary_menu{
	padding-top:10px;
}
*/

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link:hover{
	background: transparent;
}

@media only screen and (max-width:600px){
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link:hover{
        background: #0071c6;
    }
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-tabbed > ul.mega-sub-menu{overflow:hidden}

.megamenu-navigatin{
	display: inline-block;
	width: 100%;
}
.topbar{
	display: inline-block;
	height:20px;
	vertical-align:middle;
}
.topbar ul{
	margin-left: 20px;
}
.topbar ul li{display:inline-block;padding-left: 5px;}


@media only screen and (min-width: 992px){
	.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
   	 width: 50%;
	}
}


@media screen and (max-width:991px) {
	.numbers-card{
 	 position: relative;
 	 bottom: 0px;
	    margin-top: 30px;
	}
	.bg-video-wrap video {
  	  min-height: auto;
	}
	.bg-video-wrap {
  	  height: auto;
   	 background: none;
	}
	.numbers-card .numbers-card-item {
    	background: #e4e4e4;
	margin: 10px 0;
	}
	.numbers-card .numbers-card-item p{color:#0071c6;}
	.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link{
		color:#333!important;
	}
	.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu li#mega-menu-item-21973 > a.mega-menu-link{
	border:1px solid #0071c6;
	color:#0071c6!important;
	margin:0 10px;
	}
	.new-hm-header #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
    	padding: 10px 0;
	}
	.new-hm-header{maring-top:35px;}
	.megamenu-navigatin{width:100%;display: initial;}
	.article-nav{
		/*min-height: inherit;
		margin-bottom: 30px;*/
		display: none;
	}
	.article-nav.fixed{
		position: relative!important;
		top: 0;
		width: 100%;
	}
}
 @media screen and (max-width:767px) {
	.bg-video-wrap video {
  	  height: 70vh;
	}
	.video-overlay::before {
   	 height: 70vh;
	}
	 .hero-slider{top: 14%;}
	.topbar{display:none}
	 
	 .twojan-hero-banner .heroitem{
		flex-direction: column;
	}
	.twojan-hero-banner .heroitem h2{
		font-size: 20px!important;
		padding-top: 30px!important;
		text-align: center!important;
	}
}


/*------2 jan 2024 homepage------*/
.pt-0{padding-top: 0px!important}
.pb-0{padding-bottom: 0px!important}
.mt-0{margin-top: 0px!important}
.mb-0{margin-bottom: 0px!important}
.mt-20{margin-top: 20px}
.mb-20{margin-bottom: 20px}
.mt-30{margin-top: 30px}
.mb-30{margin-bottom: 30px}
.text-cta{
	color: #222;
	text-decoration: underline;
	font-size: 20px;
	
}
.inner-banner.title-white h1, .inner-banner.title-white h2{
	color: #fff;
}
.align-items-center{
	align-items: center!important;
}
section.twojan-pricesection .heading-title {
    margin: 10px 0 !important;
}
.heading-title h2, .heading-title h1{
	font-weight: 500;
	color: #222;
	font-size: 26px;
}
.heading-title.big h2{
	font-size: 32px;
	font-weight: 500;
}
.heading-title h2 span, .heading-title h1 span{
	font-weight: 700;
	font-size: 40px;
	color: #007CB7;
}
.heading-title p{
	font-size: 20px;
	color: #6E6E6E;
}
.cstm-btn-twojan {
    background: #0085FF;
    Color: #fff;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    border: 0px;
    font-weight: 600;
    font-size: 16px;
	border-radius: 8px;
}
.cstm-btn-twojan:hover {color: #fff}
.twojan-hero-banner{
	background: url("images/banner-dot.webp") no-repeat top center;
	background-size: cover;
    padding: 10% 0;
    height: 90vh;
}
.twojan-hero-banner .cstm-btn{
	background: #fff;
	color: #FF7500;
	box-shadow: 0 0 15px rgb(0 0 0 / 46%);
    padding: 15px 30px;
    font-size: 18px;
}
.twojan-hero-banner .mascot img{
	max-width: 150px;
}
.twojan-hero-banner .row{
	align-items: center;
}
.twojan-hero-banner .heroitem{
	display: flex;
    align-items: center;
    background: rgb(0 97 138 / 81%);
    border-radius: 12px;
    margin: 30px 0;
}
.twojan-hero-banner .heroitem h2{
	text-align: left;
	color: #fff;
		padding: 20px;
	font-size: 24px;
}
.twojan-hero-banner .heroitem img{
	    margin: -30px 0;
	max-width: 310px;
}
.twojan-hero-banner .heading-title{margin-bottom: 0;}
.twojan-hero-banner .heading-title h2{padding-bottom: 0;}
.twojan-hero-banner .heading-title h2 span{
	color: #fff;
}
.twojan-register-demo .row{
	align-items: center;
}

.twojan-hmIndustry{
	overflow: hidden;
	background: url('images/NewHome/hmIndustry-bg.jpg') #E9F8FF;
	background-size: cover;
}
.twojan-hmIndustry .text-cta{
	font-size: 16px;
    background: #fff;
    color: #FF7500;
    box-shadow: 0 0 15px rgb(0 0 0 / 46%);
    padding: 12px 30px;
    border-radius: 8px;
	margin-top: 20px;
}
.twojan-hmIndustry .text-cta span{
	color: #00608E;
}
.twojan-hmIndustry ul.nav{
	display: flex;
    flex-direction: column;
}

.twojan-hmIndustry ul.nav li.active a{
	background: #0085FF;
	color: #fff;
	border:0;
}
.twojan-hmIndustry ul.nav li.active a:hover, .twojan-hmIndustry ul.nav li.active a:focus{
	border:0;
}
.twojan-hmIndustry ul.nav li{
	width: 100%;
	    margin: 8px 0;
}
.twojan-hmIndustry ul.nav li a{
	border:0;
	font-size: 18px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
	text-align: left;
	color: #222;
	border-radius: 4px;
	background: #fff;
}
.twojan-hmIndustry ul.nav li.active a:before{
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 16px solid #0085FF;
	border-bottom: 10px solid transparent;
	position: absolute;
    right: -14px;
    top: 12px;
}

.twojan-hmIndustry .tab-block {
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: transparent;
    margin-top: 0px;
}
.twojan-hmIndustry .tab-content ul{
	background: #FF7500;
	padding:10px 30px;
	padding-right: 20px;
	position: relative;
	border-radius: 24px;
    border: 3px solid #000;
	font-size: 14px;
	line-height: 22px;
}
.twojan-hmIndustry .tab-content ul li a{
	color: #fff;
}
.twojan-hmIndustry .tab-content ul li a:hover{text-decoration: underline}
.twojan-hmIndustry .tab-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
	font-size: 26px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 10px; /* Also needed for space (tweak if needed) */
  margin-left: -0.5em; /* Also needed for space (tweak if needed) */
	    margin-right: 5px;
}

.twojan-hmIndustry .indus-img img{
	width:100%;
	height:auto;
}
.twojan-products .prod-items{
	background: #005DAD;
	border-radius: 16px;
	height: 100%;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	position: relative;
	margin: 0 15px;
}
.twojan-products img{
    width: 100%;
    height: auto;
}
.twojan-products .cstm-btn-twojan{
	margin-top: 20px;
	background: #C2EBFF;
	color: #007CB7;
}
.twojan-products .cstm-btn-twojan img{
	    width: 11px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
.twojan-products .items-front h3{
	color:#fff;
	background: #0C8ECC;
	text-align: center;
		padding: 20px;
	border-radius: 16px 16px 0 0;
}
.twojan-products .prod-items .items-hover{
	display: none;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
    top: 50px;
    left: 0;
	    border-radius: 16px;
    z-index: 1;
    overflow: hidden;
		box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.twojan-products .prod-items .items-hover h3{
	color: #fff;
	background: #FFA724;
	text-align: center;
	padding: 20px;
}
.twojan-products .prod-items .items-hover .hover-content{
	padding: 20px;
}
.twojan-products .prod-items .items-hover .content-height {
    height: 110px;
    overflow: scroll;
}
.twojan-products .prod-items:hover .items-hover{
	display: block;
	    top: 0;
}
.twojan-products .prod-items:hover .items-front h3{
	background: #FFA724;
}
.twojan-ourclient{
	background: url('images/NewHome/our-client-bg.jpg') #143C55;
	background-size: cover;
}
.twojan-ourclient h2{color: #fff}
.twojan-ourclient .item{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
	padding: 16px;
    margin: 4px;
}


.twojan-statistics{
	background: url('images/NewHome/estate.png');
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.twojan-statistics:before{
	content: "";
    background: rgb(0 0 0 / 50%);
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.twojan-statistics .counter-block p {
    font-size: 22px;
}


.twojan-who-we-are .video-bg{
	height: 100%;
	background: url('images/NewHome/whoweare-bg.png');
	background-size: cover;
	display: flex;
    align-items: center;
    padding: 40px;
}

.twojan-who-we-are .details-whoweare{
	height: 100%;
	background: #FF7500;	
	padding: 0 20px;
}
.twojan-who-we-are .sec-items{
	padding: 15px 0;
	color: #fff;
}
.twojan-who-we-are .sec-items a:hover h3{text-decoration: underline}
.twojan-who-we-are .sec-items a h3{color: #fff;margin-left: 10px;}

.twojan-erptraining{
	background: url('images/NewHome/getyourjob.jpg');
	background-size: cover;
}
.twojan-erptraining h2{
	color: #fff;
}
.twojan-erptraining .cstm-btn-twojan.btn2 {
    background: #FF7500;
}

.twojan-crmsoftware-bg{
	background: url('images/NewHome/crm-software-bg.jpg') #143C55 center right;
	/**background-size: cover;**/
	background-repeat: no-repeat;
     background-size: 100% 100%;
}
.twojan-crmsoftware-bg .heading-title h2{color: #fff;}
.twojan-crmsoftware-bg .heading-title h2 span, .twojan-crmsoftware-bg .heading-title h2 span a{color: #2DD4FF;}
.twojan-crmsoftware-bg .heading-title p{
	color: #fff;
	font-size: 18px;
    margin-top: 20px;
	margin-bottom: 0;
}
.twojan-crmsoftware{
	    background: linear-gradient(178deg, #aae1f5 16.29%, rgb(170 225 245 / 28%) 69.03%, rgb(170 225 245 / 0%) 94.63%);
}
.twojan-crmsoftware .crm-items{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0 30px;
}
.twojan-crmsoftware .cstm-btn-twojan.btn2{
	background: #FF7500;
	margin-top: 10px;
}
.twojan-crmsoftware .crm-items h3{
	    background: linear-gradient(90deg, #143C55 16.29%, rgb(170 225 245 / 28%) 69.03%, rgb(170 225 245 / 0%) 94.63%);
    padding: 10px 20px;
    border-top-left-radius: 16px;
    color: #fff;
	margin-bottom: 20px;
}
.twojan-crmsoftware .crm-items img{
	margin-bottom: 15px;
	width: 100%;
	border-radius: 16px;
	    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
}
.twojan-crmsoftware .cstm-btn-twojan img {
    width: 22px;
    margin-left: 10px;
	height: auto;
    margin-bottom: 0;
	box-shadow: none;
}

.twojan-payrollSoftware{
	background: url('images/NewHome/bg-01.png');
}
.twojan-payrollSoftware ul li{
	display: flex;
    align-items: center;
	margin: 8px 0;
	    width: 100%;
}

.twojan-payrollSoftware .pyrol-icon{
	background: #0085FF;
	border:8px solid #002050;
	border-radius: 50%;
	padding: 15px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twojan-payrollSoftware .pyrol-icon img{
	width: 50px;
	max-height: 50px;
}
.twojan-payrollSoftware .payr-title{
	width: 100%;
}
.twojan-payrollSoftware ul li h4{
	background: #CEF5FF;
	padding: 15px 15px 15px 40px;
    margin-left: -30px;
    border-radius: 8px;
    z-index: -1;
    position: relative;
		font-size: 16px;
}

.twojan-payrollSoftware ul.payroll-right{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.twojan-payrollSoftware ul.payroll-right .payr-title{
	  text-align: right;
}
.twojan-payrollSoftware ul.payroll-center .payr-title{
	  text-align: center;
}

.twojan-payrollSoftware ul.payroll-right li h4 {
    padding: 15px 40px 15px 15px;
    margin-left: 0px;
    margin-right: -30px;
    border-radius: 8px;
    z-index: -1;
    position: relative;
	font-size: 16px;
}
.twojan-payrollSoftware ul.payroll-center li{
	flex-direction: column;	
}
.twojan-payrollSoftware ul.payroll-center li h4 {
    padding: 20px;
}

.twojan-connect-sec{
	background: url('images/NewHome/combined wave design.jpg');
	background-size:cover;
}
.twojan-connect-sec .text-img{
	width: 220px;
}
.twojan-connect-sec h4{
	color: #FF7500;
	font-size: 24px;
    font-weight: 500;
}



#slider {
  position: relative;
  width: 70%;
  height: 23vw;
  margin: 40px auto;
  perspective: 1400px;
  transform-style: preserve-3d;
}

#slider input[type=radio] {
  position: relative;
  top: 106%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}


#slider input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

#slider input[type=radio]:checked {
  opacity: 1;
}

#slider label {
  position: absolute;
  width: 100%;
 /* height: 100%;*/
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}

/* Slider Functionality */

/* Active Slide */
#s1:checked ~ #slide1,
 #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
   #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2,
 #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
   #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(30%, 0, -250px);
}


/* Next to Next Slide */
#s1:checked ~ #slide3,
 #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
   #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(30%, 0, -450px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4,
 #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
   #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-30%, 0, -450px);
}

/* Previous Slide */
#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-30%, 0, -250px);
}


.twojan-pricesection {
	 background: #E9F8FF;
}
.twojan-pricesection .bg-img {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
}
.twojan-pricesection .package-details {
    padding: 15px 0;
}
.twojan-pricesection label .row{width: 100%;height: 100%;}
.twojan-pricesection label{
	background-color: #0C8ECC;
}
.twojan-pricesection label h4 {
    font-size: 32px;
    color: #fff;
    line-height: 34px;
    padding-bottom: 20px;
}
.twojan-pricesection label p {
    font-size: 16px;
    color: #fff;
}
.twojan-pricesection .price {
    font-size: 44px;
    color: #fff;
	line-height: 48px;
	margin-top: 30px;	
}
.twojan-pricesection .price span {
    font-size: 14px;
}
.twojan-pricesection .cstm-btn-twojan {
    color: #0C8ECC;
    background-color: #fff;
    margin-top: 15px;
}
.twojan-pricesection .bg-img img {
    display: block;
    max-width: 100%;
}
/*-------Academy page----------*/
.academy-section {padding-top: 0;}
.academy-section .academy-item{
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	border-top: 8px solid #FF8C00;
	padding: 20px 10px;
	border-radius: 8px;
	height: 100%;
	position: relative;
}
.academy-section .academy-item h4{
	color: #0C8ECC;
	font-size: 22px;
    padding-right: 70px;
}
.academy-section .academy-item h4 img.title-icon{
	padding: 7px;
	background: #FF8C00;
	height: 50px;
	width: 60px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	text-align: center;
	position: absolute;
    right: 15px;
    top: 0;
	object-fit: contain;
}
.academy-section .academy-item ul{
	list-style: disc;
    padding-left: 15px;
}


.academy-section .academy-item ul li{margin-bottom: 10px;}
.academy-section .academy-item ul li:last-child{margin-bottom: 0px;}

.academy-section .col-md-4:nth-child(even) .academy-item{
	border-top: 6px solid #0C8ECC;
}
.academy-section .col-md-4:nth-child(even) .academy-item h4{
	color: #FF8C00;
}
.academy-section .col-md-4:nth-child(even) .academy-item img.title-icon{
	background: #0C8ECC;
}

.txt-blue{color: #0C8ECC}
.txt-orange{color: #FF8802}
.card-green{
	padding: 20px;
	border-radius: 8px;
	background: rgba(201, 247, 239, 0.63);
}
.card-green p:last-child{margin-bottom: 0;}

.key-features-section{padding-top: 0;}
.key-features-section .keyf-item{
	padding: 20px;
	border-radius: 8px;
	background: rgba(249, 173, 33, 0.27);
	text-align: center;
	height: 100%;
}

.why-choose-section{padding-top: 0;}
.why-choose-section .why-choose-item{
	margin-bottom: 24px;
}
.why-choose-section .why-choose-item:last-child{
	margin-bottom: 0px;
}
.why-choose-section .why-choose-item h4{
	background: rgba(221, 250, 245, 1);
	padding: 5px 10px;
	color: rgba(0, 107, 157, 1);
	border-radius: 4px;
	margin-bottom: 10px;
}
.why-choose-section .why-choose-item p{
		padding: 0px 10px;
}
.tenXcalltoaction{
	background: url('images/10x-calltoaction.jpg');
		background-size: cover;
	background-position: right;
	color: #fff;
}

.indent-section .indent-items h4{
	display: flex;
    align-items: center;
}
.indent-section .indent-items img.title-icon{
    width: 32px;
	margin-left: 10px;
}
.indent-section .indent-items ul{padding-left: 0px;}
.indent-section .indent-items ul li{
	background: #BAE6FF;
	padding: 6px 10px 6px 30px;
	margin-bottom:5px;
}
.indent-section .indent-items ul li::before {
    content: "✓";
    color: #004D93;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-left: -20px;
    margin-right: 8px;
}

.sales-features-section .sales-features-items{
	border: 1px dashed rgba(0, 130, 184, 1);
	padding: 15px;
	height: 100%;
	border-radius: 10px;
}
.sales-features-section .sales-features-items p:last-child{margin-bottom: 0;}


.sales-analysis-section .sales-analysis-item{
	box-shadow: 0px 2px 15px 0px #00000066;
	padding: 15px;
	margin: 15px 0px;
	background: rgba(0, 163, 255, 0.17);
	border-radius: 12px;
}
.sales-analysis-section .sales-analysis-item p:last-child{margin-bottom: 0;}

.sales-benifits-section{
	background: rgba(241, 250, 255, 1);
}
.sales-benifits-section .sales-benifits-item h4{
	padding-bottom: 10px;
}
.sales-benifits-section .sales-benifits-item{
	height: 100%;
}
.sales-benifits-section .sales-benifits-item p:last-child{margin-bottom: 0;}
.sales-benifits-section .sales-benifits-item p{
    padding: 0px 0px 0px 30px;
}
.sales-benifits-section .sales-benifits-item p::before {
    content: " ";
    background: url('images/circle_green_checkmark.png');
	background-size: cover;
	width: 20px;
	height: 20px;
    display: inline-block;
    margin-left: -28px;
    margin-right: 8px;
	vertical-align: middle;
}

.sales-notifications-section{
	background: rgba(255, 145, 4, 0.08);

}
.blue-card{
	background: rgba(212, 239, 255, 1);
	border-radius: 16px;
	padding: 15px;
}
.blue-card p:last-child{margin-bottom: 0;}

.twojan-pricesection.sales-accelerate-section .bg-img img{
	max-height: 100%;
}
.twojan-pricesection.sales-accelerate-section #slider{
	height: 35vw;
}
.twojan-pricesection.sales-accelerate-section label{
	background: rgba(12, 85, 133, 1);
	border-radius: 20px!important;
	padding: 10px;
}
.twojan-pricesection.sales-accelerate-section label img{width: 100%}

.sales-module-list-items{list-style: disc;}
.sales-module-list-items li b{color: rgba(0, 122, 191, 1);}
.sales-module-list-items li { margin-bottom: 10px;}
.sales-module-list-items li:last-child { margin-bottom: 0px;}


.key-features-item{
	background: rgba(255, 145, 4, 0.2);
	padding: 15px;
	border-radius: 12px;
	height: 100%;
}
.key-features-item p:last-child{margin-bottom: 0;}

.project-accounting-benifits-section .project-accounting-benifits-item{
	box-shadow: 4px 4px 7px 3px rgba(0, 0, 0, 0.4);
	padding: 15px;
	border-radius: 12px;
}
.project-accounting-benifits-section .project-accounting-benifits-item h4{
	padding: 0px 0px 0px 30px;
	    margin-bottom: 10px;
}
.project-accounting-benifits-section .project-accounting-benifits-item h4::before {
    content: " ";
    background: url(images/circle_green_checkmark.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -28px;
    margin-right: 8px;
    vertical-align: middle;
}
.project-accounting-benifits-section .project-accounting-benifits-item p:last-child{margin-bottom: 0;}
.sales-features-section[data-has-data="false"] {
  display: none;
}

ul.sales-module-list-items, ul.sales-analysis-list-items{list-style:none;}
.more{color:#FF8802; cursor:pointer;}




.sales-slider.owl-carousel .item {
  padding: 1rem;
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(0.9);
	border-radius: 10px;
}
.sales-slider.owl-carousel .item{
  background: rgba(12, 85, 133, 1);
}

.sales-slider .active .item {
  opacity: 1;
  transform: scale(1.1);
}

.sales-slider .owl-controls {
  position: absolute;
  margin-top: 300px;
}
.sales-slider.owl-carousel .owl-stage-outer{
	padding: 20px 0;
}


.new-demo-rs {
    position: fixed;
    right: 0;
    top: 40%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ffedb8;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 40px;
    width: 120px;
    color: #fff !important;
    text-align: center;
    padding-top: 10px;
    background: linear-gradient(270deg, #2c67f2 53.65%, #2c67f2 100%);
    z-index: 98;
	cursor: pointer;
}
.new-product-sec.product-sec .prod-block h2{
	text-align: left;
	color: #01a9dc;
	margin-bottom: 15px;
	height: auto;
}
.new-product-sec ul{list-style-type: disc;margin-bottom: 15px;margin-left: 20px;}

.new-product-sec .prod-block .pro-info {
    min-height: auto;
}
.new-product-sec .cstm-btn-twojan{
    background: #FF7500;
	display: block!important;
}
.new-product-sec .prod-block {
    margin-bottom: 0;
    height: 100%;
/*-----------------*/
}


@media screen and (max-width:767px) {
	
	.twojan-hero-banner .mascot img{
		display: none;
	}
	.twojan-hmIndustry .text-cta{
	    padding: 10px 6px 10px 1px;
	}
	#Schedule_Demo{margin-top: 20px;}
	.heading-title h2 span {
    	font-size: 30px;
	}
	.twojan-hmIndustry ul.nav {
    	display: block;
	}
	.twojan-hmIndustry ul.nav li {
	    margin: 0;
	}
	.twojan-hmIndustry ul.nav li a {
    	border: 0;
    	font-size: 16px;
    	box-shadow: none;
	}
	.twojan-hmIndustry ul.nav li.active a {
    	background: #FF7500!important;
	}
	#slider{
	    width: 70% !important;
    	height: 90vw !important;
	}
	.twojan-pricesection .price {
		font-size: 30px;
		line-height: 32px;
		margin-top: 20px;
	}
	.twojan-pricesection .price span {
    	font-size: 13px;
    	font-weight: 400;
	}
	.twojan-pricesection label p {
    font-size: 14px;
    font-weight: 400;
	}
	.twojan-pricesection label h4 {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 20px;
	}
	twojan-erptraining img {
    	width: 90%;
	}
	.twojan-statistics .counter-block{
		margin: 15px 0;
	}
	.embed-container{
		margin: 15px 0;
	}
	.heading-title p {font-size: 18px;}
	.twojan-who-we-are .details-whoweare{
		margin-left: -15px;
	}
	.twojan-hero-banner .heroitem{
		flex-direction: column;
	}
	.twojan-hmIndustry .indus-img img {
    /*margin-right: 0;*/
    /*margin-bottom: -12px;*/
	}
	.twojan-hmIndustry .text-cta{
		display: block;
		font-size: 13px;
	}
	.twojan-hmIndustry .tab-content ul{
		padding: 30px;
	}
	.twojan-crmsoftware-bg{background-position: 70%;}
	.tenXcalltoaction{background-position: center;}
	
	/*.inner-banner{background-position: left;}*/
}

#li-image {
  line-height: 1.5em;
  list-style-image: url();
}

.col-3.text-center.bold-border {
    border-right: 1px solid #fff !important;
}

.twojan-hero-banner-new {
	background: url("images/Banner 1.png") no-repeat top center;
	background-size: cover;
    padding: 10% 0;
    height: 90vh;
}
.twojan-hero-banner-new .cstm-btn{
	background: #fff;
	color: #FF7500;
	box-shadow: 0 0 15px rgb(0 0 0 / 46%);
    padding: 15px 30px;
    font-size: 18px;
}
.twojan-hero-banner-new .mascot img{
	max-width: 150px;
}
.twojan-hero-banner-new .row{
	align-items: center;
}
.twojan-hero-banner-new .heroitem{
	display: flex;
    align-items: center;
    background: rgb(0 97 138 / 81%);
    border-radius: 12px;
    margin: 30px 0;
}
.twojan-hero-banner-new .heroitem h2{
	text-align: left;
	color: #fff;
	padding: 20px;
	font-size: 24px;
}
.twojan-hero-banner-new .heroitem img{
	margin: -30px 0;
	max-width: 310px;
}
.twojan-hero-banner-new .heading-title{margin-bottom: 0;}
.twojan-hero-banner-new .heading-title h2{padding-bottom: 0;}
.twojan-hero-banner-new .heading-title h2 span{
	color: #fff;
}

@media screen and (max-width:767px) {
	 .twojan-hero-banner-new .heroitem{
		flex-direction: column;
	}
	.twojan-hero-banner-new .heroitem h2{
		font-size: 20px!important;
		padding-top: 30px!important;
		text-align: center!important;
	}
}

@media screen and (max-width:767px) {
	
	.twojan-hero-banner-new .mascot img{
		display: none;
	}
	.twojan-hero-banner-new .heroitem{
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
  .twojan-hero-banner {
  	height:auto;
  }
}

section.client-testimonials {
    padding: 10px 0px !important;
}

/* Modal Css */
  .swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-slide {
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  position: relative;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 0 0 24px;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 24px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 20px 25px 50px !important;
  padding: 8px 16px !important;
  font-size: 14px;
  border: none;
}

.swiper-slide a:hover {
  border: none;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 10px;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}
  
  .swiper-button-next:after {
    content: "\f054";
    font-family: 'FontAwesome';
}
  .swiper-button-prev:after {
    content: "\f053";
    font-family: 'FontAwesome';
  }

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('https://www.eresourceerp.com/wp-content/themes/twentyseventeen-child/images/play-button.svg') no-repeat center center / cover;
  cursor: pointer;
}

.slide-one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://www.eresourceerp.com/wp-content/uploads/2025/03/lpVCl4Ha_RM-HD.jpg) no-repeat 50% 50% / cover;
}

.slide-two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://www.eresourceerp.com/wp-content/uploads/2025/03/nXU4vB2zLFE-HD.jpg) no-repeat 50% 50% / cover;
}

.slide-three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://www.eresourceerp.com/wp-content/uploads/2025/03/seWKHIZeH0I-HD.jpg) no-repeat 50% 50% / cover;
}

.slide-four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://www.eresourceerp.com/wp-content/uploads/2025/03/SCC3t95JCI0-HD.jpg) no-repeat 50% 50% / cover;
}

/* Modal CSS */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
}

.close {
  position: absolute;
  top: 100px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Responsive Design */
@media (min-width: 800px) {
  .side-info {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .side-info h1 {
    font-size: 46px;
  }

    .side-info p {
    font-size: 14px;
  }
}
.media_logo-cont.owl-theme{
    display:flex;
}

/*slider looping section*/
.video-slider {
    position: relative;
    max-width: 80%;
    margin: auto;
    padding: 20px 0;
}

/* Navigation Arrows */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    font-size: 24px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.owl-prev:hover, .owl-next:hover {
    background: black !important;
}

/* Adjust Image */
.video-slider .item img {
    width: 100%;
    max-width: 310px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.video-slider .item img:hover {
    transform: scale(1.05);
}

.media_logo-cont .item {
    text-align: center;
}

.media_logo-cont img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

input[type="tel"]::placeholder {
  color: transparent !important;
}