/* =====================================
Template Name: 	OSLDC.
Author Name: Odisha
Website: 
Description: SAMAST Template.
Version:	1.1
========================================*/   
/*======================================
*/
body{
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#888;
	background: #e5e5e5;
	overflow-x:hidden;
}

.pro-features {
	position: fixed;
	right: -300px;
	width: 300px;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 50%;
	transform:translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding:20px 30px 30px 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.pro-features.active{
	right:0;
}
.pro-features li.big-title {
	font-weight: 600;
	color: #1A76D1;
	font-size: 15px;
}
.pro-features li.title {
	font-weight: 600;
	color: #1A76D1;
	font-size: 15px;
}
.pro-features .button{}
.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 100%;
	text-transform: capitalize;
}
.pro-features li {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 22px;
	margin-bottom: 10px;
}
.get-pro {
	position: absolute;
	left: -80px;
	width:80px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
	background: #1A76D1;
	text-align: center;
	color: #fff;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.get-pro:hover{}
#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #1a76d1;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background:#2C2D3F;
}
/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active{
	right:0;
}
.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #1A76D1;
	text-align: center;
	color: #fff !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}
.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}
.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}
.color-plate span:hover{
	cursor:pointer;
}
.color-plate span.color1{
	background:#1A76D1;
}
.color-plate span.color2{
	background:#2196F3;
}
.color-plate span.color3{
	background:#32B87D;
}
.color-plate span.color4{
	background:#FE754A;
}
.color-plate span.color5{
	background:#F82F56;
}
.color-plate span.color6{
	background:#01B2B7;
}
.color-plate span.color7{
	background:#6c5ce7;
}
.color-plate span.color8{
	background:#85BA46;
}
.color-plate span.color9{
	background:#273c75;
}
.color-plate span.color10{
	background:#FD7272;
}
.color-plate span.color11{
	background:#badc58;
}
.color-plate span.color12{
	background:#44ce6f;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#1369be;
	border-bottom:1px solid #146cc3;
}
.header .topbar{
	padding:4px 0; margin-bottom: 6px;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#1A76D1;
}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:12px;
	color:#fff;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;color:#fff;
}
.header .top-contact li a:hover{
	color:#fff;
}
.header .top-contact li i{
	color:#fff;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
}
.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}
.header .logo {float: left;}
.header .gigwImages {float: left; height: 56px;margin-top: 8px;}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 6px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #1A76D1;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#1A76D1;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#1a76d1;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #1A76D1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #2889e4;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#1A76D1;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a76d1;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #1A76D1;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#1A76D1;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 460px;
	background-size: cover;
	background-position: bottom;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:40px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 span{
	color:#fff;
}
.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
	font-weight: 400;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn{
	color:#fff;
	background:#1a76d1;
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#2C2D3F;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#1A76D1;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #1A76D1;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:#2C2D3F;
	color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
	margin: 0;
	padding: 0;
	height: 50px;
}
.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index:9;
}
.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index:3;
	border-radius:5px;
	background:#1A76D1;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	margin-top: -140px;
}
.schedule .single-schedule .inner {
	overflow:hidden;
	position: relative;
	padding:12px;
	z-index:2;
}
.schedule .single-schedule:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#1A76D1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.schedule .single-schedule:hover:before{
	opacity: 0.8;
}
.schedule .single-schedule:hover{
	transform: translateY(-5px);
}
.schedule .single-schedule .icon i{
	position: absolute;
	font-size: 110px;
	color: #fff;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	z-index:-1;
	visibility:visible;
	opacity:0.2;
	right: -25px;
	bottom: -30px;
}
.schedule .single-schedule span{
	display:block;
	color:#fff;
}
.schedule .single-schedule h4{
	font-size: 20px;
	font-weight:600;
	display:inline-block;
	text-transform:capitalize;
	color:#fff;
	margin-top:10px;
	margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.schedule .single-schedule p{
	color:#fff;
	margin-top:22px;
}
.schedule .single-schedule a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.schedule .single-schedule a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:1px;
	width:0%;
	background:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.schedule .single-schedule a:hover:before{
	width:100%;
	width:100%;
}
.schedule .single-schedule a i{
	margin-left:10px;
}
.schedule .single-schedule .time-sidual{
	
}
.schedule .single-schedule .time-sidual{
	overflow:hidden;
	margin-top:17px;
}
.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom:3px;
}
.schedule .single-schedule .time-sidual li:last-child{
	margin:0;
}
.schedule .single-schedule .time-sidual li span{
	display:inline-block;
	float:right;
}
.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}
.mdIMages {width: 154px;height: 154px;border-radius: 50%;object-fit: cover;object-position: center right;margin: 0 auto;display: block;}
.single-schedule .single-content .date {color: #fff; font-weight: 500; animation: animate 1.5s linear infinite; }
.newNews {color: #ff0000 !important; animation: animate 1.5s linear infinite;}
@keyframes animate{ 
	0%{ 
	  opacity: 0.3; 
	} 
	50%{ 
	  opacity: 1; 
	} 
	100%{ 
	  opacity: 0.3; 
	} 
  } 
/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes{padding-top:0;padding-bottom: 30px;padding-top: 30px !important;}
.Feautes.index2{
	padding-top:100px;
}
.Feautes.testimonial-page{
	padding-top:100px;
}
.Feautes .single-features{
	text-align:center;
	position:relative;
	padding:10px 20px;
}
.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #1a76d1;
}
.Feautes .single-features.last::before{
	display:none;
}
.Feautes .single-features .signle-icon{
	position:relative;
}
.Feautes .single-features .signle-icon i{
	font-size:50px;
	color:#1a76d1;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.Feautes .single-features:hover .signle-icon i{
	background:#1A76D1;
	color:#fff;
	border-color:transparent;
}
.Feautes .single-features h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight:600;
	font-size:21px;
}
.Feautes .single-features p {
	margin-top: 20px;
}
/*=============================
	End Feautes CSS
===============================*/


/*==========================
	Start Portfolio CSS
============================*/
.portfolio{
	background:#FDFDFD;padding-bottom: 30px;padding-top: 30px;
}
.portfolio .single-pf{
	position:relative;
}
.portfolio .single-pf img{
	height:100%;
	width:100%;
	border: 1px solid #ddd;
    border-radius: 9px;
    border-bottom: 4px solid #9b9da1;
    border-right: 4px solid #9b9da1;
}
.portfolio .single-pf:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#1a76d1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:1;
}
.portfolio .single-pf:hover:before{
	opacity:0.7;
	visibility:visible;
}
.portfolio .single-pf .btn {
	color: #1a76d1;
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	border-radius:4px;
}
.portfolio .single-pf:hover .btn{
	opacity:1;
	visibility:visible;
}
.portfolio .single-pf .btn:hover{
	color:#fff;
}
.portfolio .single-pf span {text-align: center  !important; font-weight:400;font-size: 14px;}
.portfolio .owl-nav{
	display:none;
}
.section-title {text-align: left !important; margin-bottom: 12px Im !important;}
.section-title h2 {font-size: 24px !important;}
/* Slider Nav */
.pf-details .image-slider .owl-nav{
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #1A76D1;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}
.pf-details .image-slider .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#1A76D1;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}
.pf-details .image-slider{
	border-radius:8px 8px 0 0;
}
.pf-details .image-slider img{
	height:100%;
	width:100%;
}
.pf-details .date{
	background: #1a76d1;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}
.pf-details .date ul li{
	font-size:16px;
	color:#fff;
	display:inline-block;
	margin-right:60px;
}
.pf-details .date ul li:last-child{
	margin:0;
}
.pf-details .date ul li span{
	font-weight:500;
	display:inline-block;
	margin-right:5px;
}
.pf-details .body-text{}
.pf-details .body-text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-top: 40px;
}
.pf-details .body-text p{
	margin-top:20px;
}
.pf-details .body-text .share{
	margin-top:40px;
}
.pf-details .body-text .share h4 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}
.pf-details .body-text .share ul{
	display:inline-block;
	margin-left:12px;
}
.pf-details .body-text .share ul li{
	display:inline-block;
	margin-right:10px;
}
.pf-details .body-text .share ul li:last-child{
	margin-right:0;
}
.pf-details .body-text .share ul li a{
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #C8C8C8;
	color:#757575;
	display:block;
	border-radius:50%;
}
.pf-details .body-text .share ul li a:hover{
	color:#fff;
	border-color:transparent;
	background:#1A76D1;
}
.portfolio .section-title h2{
	color:#2c2d3f;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:	6px;
	padding-bottom:8px;
	text-transform:capitalize;
	position:relative;
}
.portfolio .section-title h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #1a76d1;
}
/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.services .single-service i{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-service h4{
	text-transform:capitalize;
	margin-bottom:25px;
	color:#2C2D3F;
}
.services .single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
}
.services .single-service h4 a:hover{
	color:#1A76D1;
}
.services .single-service p{
	color:#868686;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}
.services-details-img blockquote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #1a76d1;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}
.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}
.service-details-inner-left {
  background-image: url("img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #1a76d1;
	padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
	End service CSS
===========================*/




/*========================
	Start Clients CSS
==========================*/
.clients{
	background-image:url('img/client-bg.jpg');
	background-size:cover;
	background-position:center;
	padding:100px 0px;
	position:relative;
}
.clients .single-clients{
	
}
.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}
/*========================
	End Clients CSS
==========================*/

/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #1A76D1;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#1A76D1;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}
.news-single .prev-next li a:hover{
	color:#fff;
	background:#1A76D1;
	border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: noene;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background:#1A76D1;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #1A76D1;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#1A76D1;
	color:#fff;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/*===================
	End Blog CSS
=====================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment{
	background:#fff;
	padding-top:100px;
}
.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}
.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .title{}
.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight:600;
}
.appointment.single-page .title p{}
.appointment .form{
	margin-top:30px;
}
.appointment .form .form-group{}
.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
}
.appointment .form textarea{
	width: 100%;
	height:200px;
    padding: 18px;
	border:1px solid #eee;
	text-transform:capitalize;
	resize:none;
	border-radius: 4px;
}
.appointment .form-group .nice-select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight:400;
	border-radius: 4px;
	font-weight:400;
}
.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}
.appointment .form-group .list{
	border-radius: 4px;
}
.appointment .form-group .list li{
	color:#757575;
	border-radius:0;
}
.appointment .form-group .list li.selected{
	color:#757575;
	font-weight:400;
}
.appointment .form-group .list li:hover {
	color:#fff;
	background: #1A76D1;
}
.appointment .appointment-image{}
.appointment.single-page .button .btn{
	width:100%;
}
.appointment .button .btn{
	font-weight:500;
}
.appointment .button .btn:hover{
	color:#fff;
}
.appointment .form p{
	margin-top: 10px;
	color:#868686;
}
.appointment.single-page .work-hour{
	background:#1A76D1;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight:600;
	margin-bottom: 20px;
	color:#fff;
}
.appointment.single-page .time-sidual{
	margin-top:15px;
}
.appointment.single-page .time-sidual{
	overflow:hidden;
}
.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.appointment.single-page .time-sidual li span{
	display:inline-block;
	float:right;
}
.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
}
/*==========================
	End Appointment CSS
============================*/

/*====================
   Start Login CSS
======================*/
.login .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.login .login-left{
	background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.login .login-form{
	padding:50px 40px;
}
.login .login-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.login .login-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#1A76D1;
}
.login .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.login .login-form p a{
	display:inline-block;
	margin-left:5px;
	color:#1A76D1;
}
.login .login-form p a:hover{
	color:#2C2D3F;
}
.login .form {
	margin-top: 30px;
}
.login .form .form-group {
	margin-bottom: 22px;
}
.login .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.login .form .form-group.login-btn {
	margin: 0;
}
.login .form button {
	border: none;
}
.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.login .form .btn:hover{
	background:#1A76D1;
	color:#fff;
}
.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.login .login-form .checkbox label:hover{
	cursor:pointer;
}
.login .login-form .checkbox label input{
	display:none;
}
.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}
.login .login-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}
.login .login-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.login .login-form .lost-pass{
	display:inline-block;
	margin-left:25px;
	color:#333;
	font-size:14px;
	font-weight:400;
}
.login .login-form .lost-pass:hover{
	color:#1A76D1;
}
/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.register .register-left{
	background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.register .register-form{
	padding:50px 40px;
}
.register .register-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.register .register-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#1A76D1;
}
.register .register-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.register .register-form p a{
	display:inline-block;
	margin-left:5px;
	color:#1A76D1;
}
.register .register-form p a:hover{
	color:#2C2D3F;
}
.register .form {
	margin-top: 30px;
}
.register .form .form-group {
	margin-bottom: 22px;
}
.register .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.register .form .form-group.login-btn {
	margin: 0;
}
.register .form button {
	border: none;
}
.register .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.register .form .btn:hover{
	background:#1A76D1;
	color:#fff;
}
.register .register-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.register .register-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.register .register-form .checkbox label:hover{
	cursor:pointer;
}
.register .register-form .checkbox label input{
	display:none;
}
.register .register-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #1A76D1;
	border-radius: 100%;
}
.register .register-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #1A76D1;
	border-radius: 100%;
}
.register .register-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.register .register-form  .terms{
	display:inline-block;
	margin-left:5px;
	color:#1A76D1;
}
.register .register-form .terms:hover{
	color:#2C2D3F;
}
/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}
.faq-wrap {
  margin-bottom: 50px;
}
.faq-wrap:last-child {
  margin-bottom: 30px;
}
.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 0 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}
.accordion a:hover {
  color:#fff !important;
  background:#1A76D1 !important;
}
.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion a:hover:after {
  color: #fff !important;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a.active {
  color: #ffffff;
  background-color: #1A76D1;
  border: 1px solid #1A76D1;
}
.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
/*=====================
   End Faq CSS
=======================*/

/*========================
	Start Error 404 CSS
==========================*/ 
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #1A76D1;
	display: inline-block;
	position: relative;
	top: -2px;
}
.error-page .search-form .btn i{
	font-size:16px;
}
/*========================
	End Error 404 CSS
==========================*/ 

/*===========================
	Start Mail Success CSS
=============================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*===========================
	End Mail Success CSS
=============================*/ 

/*=========================
	Start Newsletter CSS
===========================*/  
.newsletter{
	background:#EDF2FF;
}
.newsletter .subscribe-text{}
.newsletter .subscribe-text h6{
	font-size:22px;
	margin-bottom:10px;
	color:#2C2D3F;
}
.newsletter .subscribe-text p{}
.newsletter .subscribe-form{
	position:relative;
}
.newsletter .common-input {
	height: 60px;
	width: 300px;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	font-weight:400;
}
.newsletter .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 180px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}
.newsletter .btn:before{
	border-radius: 5px;
}
.newsletter .button:hover{
	box-shadow:none;
}
/*=========================
	End Newsletter CSS
===========================*/  

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}
.doctor-calendar-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.doctor-calendar-table table {
  margin-bottom: 0;
}
.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #1A76D1;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}
.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}
.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}
.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.doctor-calendar-table table tbody tr td span {
  display: block;
  color: #7d7d7d;
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  color: #1A76D1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}
.doctor-calendar-table table tbody tr td:hover {
  background-color: #1A76D1;
  border-color: #1A76D1;
}
.doctor-calendar-table table tbody tr td:hover h3 {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #ffffff;
  color: #1A76D1;
}
.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}
/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-image {
  width: 100%;
  height: 100%;
  background-image: url(img/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-image img {
  display: none;
}
.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #1A76D1;
  font-size: 17px;
}
.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}
.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #1A76D12B;
	color: #1A76D1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px;
}
.about-content ul li:hover i {
  background-color: #1A76D1;
  color: #ffffff;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content .btn {
  margin-top: 30px;
}
/* Start Our Vision Area CSS */
.our-vision-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.single-vision-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #1A76D1;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1A76D1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-vision-box:hover::before {
  width: 100%;
}
.single-vision-box:hover .icon {
  background-color: #fff;
  color: #1A76D1;
}
.single-vision-box:hover h3 {
  color: #ffffff;
}
.single-vision-box:hover p {
  color: #ffffff;
}
.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}
/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
  position: relative;
  z-index: 1;
}
.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(img/mission-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-image img {
  display: none;
}
.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #1A76D1;
  font-size: 17px;
}
.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #1A76D1;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.our-mission-content ul li:hover .icon {
  background-color: #1A76D1;
  color: #ffffff;
  border-radius: 100%;
}
/* End Our Mission CSS */

/*=========================
	End About Us CSS
===========================*/

/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding:20px 0px;
	position:relative;
	/*background:#1A76D1;*/
	background: #0d1952 !important;
    background-color: #0d1952 !important;
}
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.1;
}
.footer .single-footer{
	
}
.footer .single-footer .social{
	margin-top:25px;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color:#fff;
	font-size: 16px;
}
.footer .single-footer .social li a:hover{
	color:#1A76D1;
	background:#fff;
	border-color:transparent;
}
.footer .single-footer .social li a i{
	
}
.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:	6px;
	padding-bottom:8px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	background:#1A76D1;
	padding:25px 0px 25px 0px;
	text-align:center;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}
/*=========================
	End Footer CSS
===========================*/
.card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.card-header {
    background-color: #fff;
    color: #2e2e48;
    font-size: 24px;
    line-height: normal;
    padding: 10px 15px 0;
    text-align: left;
    font-weight: 500;
    border-radius: 6px;
}
.card-header h2 {font-size: 20px;}
.card-body {
    padding: 1.25rem;
}
.latestNews {font-size: 14px;display: inline-block; text-decoration: none;color: #212121;}
.latestNews a {text-decoration: none; color: #212121;}
.latestNews a span {color: #0059c8; font-weight: 600; font-size: 12px;}
.box-shadow {box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);}

/*  Quick Links */
@media (max-width: 764px) {
	.side-menus {top:160px !important;}
	}
	.side-menus { width:14em; height: auto; margin:4em auto 0; font-size: 1em; line-height: 2em; color: #fff; font-weight:700; text-transform:uppercase; 	
					position:fixed; top:90px !important;  bottom:0; left: -10.5em; z-index:9; }
	.side-menus ul { list-style: none; margin: 0; padding: 0; }
	.side-menus ul li { display:block;  background-color: #333; height: 52px; padding:8px 10px; position: relative; 
						-webkit-transition:-webkit-transform 0.5s,background-color .5s, color .5s; transition:transform .5s, background-color .5s, color .5s;}
	/*the colors of the different columns*/
	.side-menus ul li:nth-child(1) { background-color: #00aced;}
	.side-menus ul li:nth-child(1) { background-color: #00aced;}
	.side-menus ul li:nth-child(2) { background-color: #3b5998;}
	.side-menus ul li:nth-child(3) { background-color: #1e73be;}
	.side-menus ul li:nth-child(4) { background-color: #1e7145;}
	.side-menus ul li:nth-child(5) { background-color: #ffc40d;}
	.side-menus ul li:nth-child(6) { background-color: #cb2027;}
	.side-menus ul li:nth-child(7) { background-color: #ef6c00;}
	.side-menus ul li:hover {-webkit-transform: translateX(10em); transform: translateX(10em); }
	.side-menus ul li a { display:block; color: #FFF; text-decoration: none; }
	.side-menus ul li span { display:block; position: absolute; font-size:22px; line-height: 2em; height:52px; top:0; bottom:0; margin:0 auto; padding:8px 14px;
							right: 0.16666666666667em; color: #F8F6FF; }
.newTag a:after {background: url(img/new.gif);display: inline-block;content: ' ';background-repeat: no-repeat;
				background-position: center 0px;width: 28px;height: 11px;margin-top: 6px;}
.newNews:after {background: url(img/new.gif);display: inline-block;content: ' ';background-repeat: no-repeat;background-position: center 0px;
				width: 28px;height: 11px;margin-top: 12px;}

/**/
.pageBgWhite {background: #fff; padding: 8px;min-height: 420px;}
/* */
.n2-ss-slide-background {height: 460px !important;}
.n2-ss-slide-background {padding: 0 !important; margin: 0 !important;}
.n2-ss-layer { margin: 0 !important; }
.n2-ss-slide {height: auto !important;}
.n2-ss-slider {
    height: 400px !important; /* Set your desired height */
}

.side-menus {top:110px !important; }

/* @import url(css/loader.css); */

/* HTML: <div class="loader"></div> */
.loader {
	width: 120px;
	height: 22px;
	border-radius: 20px;
	color: #514b82;
	border: 2px solid;
	position: relative;
  }
  .loader::before {
	content: "";
	position: absolute;
	margin: 2px;
	inset: 0 100% 0 0;
	border-radius: inherit;
	background: currentColor;
	animation: l6 2s infinite;
  }
  @keyframes l6 {
	  100% {inset:0}
  }

/* Menu Bar Icons 
.bg-000_electric_pole .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -10px -10px !important;}

.bg-001_electric_tower .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -62px -10px !important;}

.bg-002_energy .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -10px -62px !important;}

.bg-003_transmission_tower .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -62px -62px !important;}

.bg-004_tower .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -114px -10px !important;}

.bg-005_settings .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -114px -62px !important; }

.bg-006_manufacturing .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -10px -114px !important; }

.bg-007_lightbulb .mega-menu-link::before {
		content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
		background: url('images/css_sprites.png') -62px -114px !important; 
		}

.bg-008_creativity .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -114px -114px !important;}

.bg-009_light_bulb .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -166px -10px !important;}

.bg-010_storm .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -166px -62px !important;}
.bg-011_pdf .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -166px -114px !important; }
.bg-012_attachment .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -10px -166px !important;}
.bg-013_submit .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -62px -166px !important;}
.bg-014_completed_task .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -114px -166px !important;}
.bg-015_order_processing .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -166px -166px !important;}
.bg-016_search .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -10px !important;}
.bg-017_seo_report .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -62px !important;}
.bg-018_report .mega-menu-link::before  { 
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -114px !important;}
.bg-019_seo_report_1 .mega-menu-link::before  { 
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -166px !important;}
.bg-020_analysis .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -10px -218px !important;}
.bg-021_resume .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -62px -218px !important;}
.bg-022_renewable_energy .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -114px -218px !important;}
.bg-023_electrical_energy .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -166px -218px !important;}
.bg-024_electrical_energy_1 .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -218px !important;}
.bg-025_repair .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -270px -10px !important;}
.bg-026_electrical_engineering .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -270px -62px !important;}
.bg-027_electric_power .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -270px -114px !important;}
.bg-028_reneweable_energy .mega-menu-link::before  {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -270px -166px !important;}
.bg-029_electricity .mega-menu-link::before {
	content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -270px -218px !important;}
 Menu ICon End */
/*Menu Icon 24 Start*/
.bg-075_environmental .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important; background: url('images/css_sprites-32.png') -10px -10px !important;}
.bg-001_activity .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important; background: url('images/css_sprites-32.png') -62px -10px !important;}
.bg-002_relationship .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -62px !important;}
.bg-003_support .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -62px !important;}
.bg-004_management .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -10px !important;}
.bg-006_report .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important; background: url('images/css_sprites-32.png') -114px -62px !important;}
.bg-007_seo_report .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -114px !important;}
.bg-005_verified .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -114px !important;}
.bg-008_document .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -114px !important;}
.bg-009_data_analytics .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -10px !important;}
.bg-010_data .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -62px !important;}
.bg-011_high_quality .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -114px !important;}
.bg-054_brain .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -166px !important;}
.bg-012_insight .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -166px !important;}
.bg-058_power_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -166px !important;}
.bg-067_electricity .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -166px !important;}
.bg-014_method .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -10px !important;}
.bg-070_infrastructure .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -62px !important;}
.bg-017_technique .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -114px !important;}
.bg-065_light_bulb .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -166px !important;}
.bg-013_opportunity .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -218px !important;}
.bg-071_energy_system .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -218px !important;}
.bg-018_marketing_strategy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -218px !important;}
.bg-074_new_technologies .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -218px !important;}
.bg-020_product_development .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -218px !important;}
.bg-073_disruptive_innovation .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -10px !important;}
.bg-015_creative_process .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -62px !important;}
.bg-079_smart_meter .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -114px !important;}
.bg-016_think_outside_the_box .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -166px !important;}
.bg-078_smart_energy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -218px !important;}
.bg-080_power_meter .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -270px !important;}
.bg-021_investment_advisor .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -270px !important;}
.bg-082_electricity_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -270px !important;}
.bg-022_insight_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -270px !important;}
.bg-084_renewable .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -270px !important;}
.bg-023_sales_funnel .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important; width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -270px !important;}
.bg-085_electric_tower .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -10px !important;}
.bg-024_copywriter .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -62px !important;}

.bg-026_analysis .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -166px !important;}
.bg-081_meter .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -218px !important;}
.bg-090_power_tower .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -270px !important;}
.bg-027_online_survey .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -322px !important;}
.bg-019_innovate .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -322px !important;}
.bg-025_growth .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -322px !important;}
.bg-028_lightning .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -322px !important;}
.bg-029_grid .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -322px !important;}
.bg-030_power_grid .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -322px !important;}
.bg-032_transmission_tower .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -322px !important;}
.bg-031_transmission .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -10px !important;}
.bg-033_power_line .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -62px !important;}
.bg-034_transmission_tower_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -114px !important;}
.bg-036_report_2 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -166px !important;}
.bg-037_sheet .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -218px !important;}
.bg-035_report_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -270px !important;}
.bg-038_report_3 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -322px !important;}
.bg-040_data_analysis .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -374px !important;}
.bg-039_analysis_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -374px !important;}
.bg-041_analysis_chart .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -374px !important;}
.bg-043_statistics .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -374px !important;}
.bg-044_dashboard .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -374px !important;}
.bg-048_power .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -374px !important;}
.bg-049_transmission_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -374px !important;}
.bg-046_result .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important; width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -374px !important;}
.bg-050_completed_task .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -10px !important;}
.bg-045_data_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -62px !important;}
.bg-042_document_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -114px !important;}
.bg-047_electric_pole .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -166px !important;}
.bg-051_compliant .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -218px !important;}
.bg-055_team .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -270px !important;}
.bg-052_docs .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -322px !important;}
.bg-053_keyword .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -374px !important;}
.bg-057_schedule .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -426px !important;}
.bg-056_calendar .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -62px -426px !important;}
.bg-060_usage .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -426px !important;}
.bg-062_clean .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -426px !important;}
.bg-059_analytics .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -426px !important;}
.bg-061_financial_chart .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -426px !important;}
.bg-064_renewable_energy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -426px !important;}
.bg-063_green_energy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -426px !important;}
.bg-066_energy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -426px !important;}
.bg-068_icon_15152295 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -10px !important;}
.bg-069_electrical_energy .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -62px !important;}
.bg-072_ideation .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -114px !important;}
.bg-076_energy_management .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -166px !important;}
.bg-077_sustainable_technology .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -218px !important;}
.bg-083_power_transformer .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -270px !important;}
.bg-086_energy_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -322px !important;}
.bg-087_tower .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -374px !important;}
.bg-088_electricity_2 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -114px !important;}
.bg-089_power_line_1 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -478px -426px!important;}

 
.mega-bg-019_seo_report_1 .mega-menu-link::before { content: ''; width: 32px !important; height: 32px !important; background-repeat: no-repeat !important; padding-right: 10px !important;
	background: url('images/css_sprites.png') -218px -166px !important;}
.mega-bg-040_data_analysis .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -10px -374px !important;}
.mega-bg-008_document .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -114px !important;}

.mega-bg-025_growth .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -114px -322px !important;}
.mega-bg-029_grid .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -322px !important;}
.mega-bg-030_power_grid .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -270px -322px !important;}
.mega-bg-032_transmission_tower .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -322px -322px !important;}


/*Menu Icon 24 End*/

/* Top menu Custom */
/* Base Styles */
.custom-menu-container {background: #333;color: #fff;font-family: Arial, sans-serif;position: relative;}
.menu-toggle {display: none; background: #444; color: #fff;border: none;padding: 10px 15px;font-size: 18px;cursor: pointer;}
/* Desktop Menu Styles */
.custom-menu {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: row;align-items: center;}
.custom-menu li {position: relative;}
.custom-menu a {display: block;padding: 10px 15px;color: #fff;text-decoration: none;transition: background 0.3s ease;}
.custom-menu a:hover {background: #444;}
.custom-menu .sub-menu {display: none;position: absolute;top: 100%;left: 0;background: #444;list-style: none;padding: 0;
			margin: 0; width: 200px;z-index: 999;}
.custom-menu .sub-menu li {position: relative;}
.custom-menu .sub-menu .sub-menu {top: 0;left: 100%;}
/* Show Dropdown on Hover for Desktop */
@media (min-width: 768px) {
    .custom-menu li:hover > .sub-menu { display: block;}
}
/* Responsive Menu Styles */
@media (max-width: 768px) {
    .menu-toggle {display: block;}
    .custom-menu {display: none;flex-direction: column; width: 100%;}
    .custom-menu.active {display: flex;}
    .custom-menu .sub-menu {position: static;}
    .custom-menu li.active > .sub-menu {display: block;}
    .custom-menu li > a::after {content: '▼';float: right;font-size: 12px;}
    .custom-menu li.active > a::after {content: '▲';}
}



/* Language Menu */
.wpglobus-language-selector { margin: 10px; text-align: right;}
.wpglobus-language-selector a { margin: 0 5px; text-decoration: none;}
.wpglobus-language-selector a.active {font-weight: bold; color: #0073aa;}

.languageSwitch h2 {display: none !important; visibility: hidden !important;}


.realtimeBlock {padding:0px;background-color: #e41a2b;color: #fff;}

.newsHeadLeft {display: flex;}
.newsHeadLeft p {color: #fff;line-height: 2.5em;padding-left: 8px;letter-spacing: 0.1em;font-weight: 700;
				background: #f35a23;height: 33px;width: 165px;clip-path: polygon(0px 0px, 100% 0%, 86% 100%, 0% 100%);}
.newsHeadLeft div:nth-child(2) {width: -webkit-fill-available;}


.language-switcher-menu {font-size: 16px;text-align: center;margin-top: 20px;}
.language-switcher-menu a {text-decoration: none;color: #333;padding: 0 10px;font-weight: bold;}
.language-switcher-menu a:hover {color: #0073aa;}
.language-switcher-menu {display: inline-flex;gap: 10px;}
.language-switcher-menu a {display: inline-block;}

.btn {margin-right: 4px !important; padding: 5px 12px !important;}

/* Font Resize Start*/
.font-resizer {margin: 4px 0;}
.font-resizer button {font-size: 16px;padding:2px;margin-right: 5px;cursor: pointer;background-color: transparent;color: #fff;border: none;}
.font-resizer button:hover {background-color: transparent;}

/**/

/* Datatable*/
#reportsdatatable_wrapper .dataTables_length {margin-left: 16px !important;}
div.dataTables_wrapper div.dataTables_filter {margin-right: 16px !important;}

/* Max Mega Menu */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {margin-left: 5px !important; margin-right: 5px !important;}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator { margin:0px 0px 0px 4px !important;}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {padding: 0px 1px 0px 0px !important;text-transform: uppercase !important;}
.mega-sub-menu li.mega-menu-item { border-bottom: 1px dotted #00458a !important; margin: 6px 0px !important;}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    border: 1px solid #ddd !important;
    background: #fff; width: 320px !important;}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff !important;
    color: #000 !important; display: inline-block !important;}
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 4px !important;}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover
{ font-size: 13px !important; font-weight: normal;color: #000 !important;}
.mega-sub-menu .bg-074_new_technologies .mega-menu-link::before {
    content: '';
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    background: url('images/css_sprites-32.png') -166px -218px !important;
}
.mega-sub-menu .bg-038_report_3 .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -374px -322px !important;}

.mega-sub-menu .bg-009_data_analytics .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -166px -10px !important;}

.mega-sub-menu  .bg-014_method .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -218px -10px !important;}
.mega-sub-menu .bg-050_completed_task .mega-menu-link::before {content: '';background-repeat: no-repeat !important;padding-right: 10px !important;width: 32px !important; height: 32px !important;background: url('images/css_sprites-32.png') -426px -10px !important;}

.dataTable .fa-file-excel-o {color: #197a08 !important;}
.dataTable .fa-file-pdf-o {color: #960f0f !important;}

.wpcf7-form input[type="text"], input[type="email"]{
    padding-left: 40px!important;
}
.BGwhite {Background:#fff;}

.circular--portrait {position: relative;width: 90px;height: 90px;overflow: hidden;border-radius: 50%;display: block;
    margin: 0 auto;}
.circular--portrait img {width: 100%;height: auto;}


h2.headRed {font-size: 22px; font-weight: bold; color: #960808; text-align: center;}
h2.headGreen {font-size: 22px; font-weight: bold; color: #248917; text-align: center;}
h2.headBlue {font-size: 18px; font-weight: bold; color: #00458a; text-align: center;}
.single-content .dataLogo {margin: 0 auto; display: block !important;}

hr.custom-shadow {
	border: none;
    height: 1px;
    background-color: #037dc79e;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.3);
    margin: 6px auto;
    width: 85%;
  }

  .simpleHeading h2 {color: #2c2d3f;font-size: 20px;font-weight: 600;text-transform: capitalize;padding-bottom: 8px;
		text-transform: capitalize;position: relative;}
.simpleHeading  h2::before {position: absolute;content: "";left: 0;bottom: 0px;height: 3px;width: 50px;background: #1a76d1;}


.realImages{height: 38px;
    float: left;
    margin-top: 14px;
    margin-right: 5px;}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.menu-big ul.mega-sub-menu {
    width: 355px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.last-menu ul.mega-sub-menu {
    width: 255px !important;
    left: -75px;
}



.login-link {font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: linear-gradient(90deg, #00c853, #b2ff59, #00c853);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blinkit-shine 2s linear infinite;
  display: inline-block;
  margin-right: 20px;}
@keyframes blinkit-shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

/* Preloader */
#tran-preloader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #2c2c2c 0%, #1a1a1a 100%);
  z-index: 9999;
}

.loader-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #3b3b3b 0%, #1c1c1c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 255, 0, 0.2);
}
	
/* Sidebar container */
.sidebar {
    position: fixed;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

/* Each menu item */
.sidebar a {
    display: flex;
    align-items: center;
    width: 42px;
    height: 40px;
    margin: 5px 0;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    transition: width 0.3s ease;
}

/* Icon */
.sidebar a i {
    min-width: 40px;
    text-align: center;
    font-size: 18px;
}

/* Text hidden initially */
.sidebar a span {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover effect */
.sidebar a:hover {
    width: 150px;
}

.sidebar a:hover span {
    opacity: 1;
}

/* Different colors (optional) */
.sidebar a:nth-child(1) { background: #f95353; }
.sidebar a:nth-child(2) { background: #3360c8; }
.sidebar a:nth-child(3) { background: #bb8ed0; }
.sidebar a:nth-child(4) { background: #00aced; }

.content {
    margin-left: 60px;
    padding: 20px;
	padding:15px;
}
.feature span {
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .col-md-2-5 {
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
		float: left;
	    padding:13px;
    }
    .col-md-9-5 {
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
		float: left;
		padding:13px;
    }
}

img.stickIcon {
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
}
.fixed-col {
  width: 150px;
}