.top-bar-area  .logo img{
	max-width:238px;
}
.top-bar-area .image-width {
    width: 429px !important;
}
.top-bar-area .address-info.text-right a {
    color: #1cb9c8;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    padding: 2px 0px 2px 20px;
}
.top-bar-area .address-info.text-right .info.box li.login-register a{
	color: #4b5154!important;
    border-radius: 30px;
	border: 1px solid rgba(210, 210, 210, 0.8);
	padding: 3px 15px;
    font-size: 11px;
    width: 125px;
}
.top-bar-area .address-info.text-right .info.box li.login-register a:hover{
	background: #0189d3;
    color: #fff!important;
    border-color: #0189d3;
}
.top-bar-area .address-info.text-right .info.box li .sidebar-info ul li{
    margin-left: 0;
    padding-left:2px;
    position: relative;
}
.top-bar-area .address-info.text-right .info.box li .sidebar-info ul li::after {
    background: none;
}
.top-bar-area .address-info.text-right .sidebar-info ul li a {
    padding: 7.5px 10px;
}


.top-bar-area .address-info.text-right .sidebar-info li a {
    display: inline-block;
    text-align: center;
    width: 47px;
    border-radius: 50%;
    color: #909090;
}

.top-bar-area .address-info.text-right .sidebar-info li.facebook a:hover {
  background: #3B5998 none repeat scroll 0 0;
  color: #ffffff !important;
}

.top-bar-area .address-info.text-right .sidebar-info li.twitter a:hover {
  background: #1DA1F2 none repeat scroll 0 0;
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.pinterest a:hover {
  background: #BD081C none repeat scroll 0 0;
  color: #ffffff !important;
}

.top-bar-area .address-info.text-right .sidebar-info li.youtube a:hover {
  background: #DB4437 none repeat scroll 0 0;
  color: #ffffff !important;
}

.top-bar-area .address-info.text-right .sidebar-info li.linkedin a:hover{
  background: #0077B5 none repeat scroll 0 0;
  color: #ffffff !important;
}

.feature-box-div{
	height:235px;
	background:#e0f9ff;
}
.feature-box-div .features-items .item{
    padding: 25px 20px;
    background: #f8f8f8;
    box-shadow: 3px 4px 6px #909090;
    position: relative;
    margin-top: -130px;
    transition: all ease-in-out .3s;
}
.feature-box-div .features-items .feature-icon{
	background: #7d7d7d;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #7d7d7d;
    padding: 10px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    left: 39%;
    margin-top: -67px;
    margin-bottom: 20px;
}
.feature-box-div .features-items h5{
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 15px;
	transition: all ease-in-out .3s;
}
.feature-box-div .features-items p{
    font-size: 12px;
    text-align: justify;
    display: -webkit-box;
    min-height: 125px;
    max-height: 125px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232 !important;
    transition: all ease-in-out .3s;
}
.feature-box-div .features-items span.readmore{
	font-size: 10px;
	display: inline-block;
	min-width: 80px;
	background: #0189d3;
	padding: 2px 10px;
	color:#fff;
	float:right;
	transition: all ease-in-out .3s;
}
.feature-box-div .features-items .item:hover {
    background: #0189d3;	
}
.feature-box-div .features-items .item:hover h5{
    border-bottom: 1px solid #fff;
	color:#fff;
}
.feature-box-div .features-items .item:hover p{    
    color: #fff !important;
}.feature-box-div .features-items .item:hover span.readmore{
	background: #000;
	color:#fff;
}
.feature-box-div .features-items .item:hover .feature-icon {
    background: #0189d3;
    border: 1px solid #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
	.feature-box-div .features-items .item {
		margin-top: 60px;
	}
	.feature-box-div {
		height: auto;
		padding-bottom: 40px;
	}
	.top-bar-area .address-info.text-right a {
		display: none;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.banner-area, .banner-area div {
    	height: 110px !important;
	}
}

h3.heading-main{
	color: #4990e1;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    line-height: 27px;
}
h4.heading-main {
    color: #0189d3;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px dashed #909090;
    padding-bottom: 14px;
}
.heading-main span.controls{
	float: right;
}
.heading-main span.controls a{
	display: inline-block;
    width: 25px;
    height: 25px;
    color: #4A4A4A;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.heading-main span.controls a:hover{
	color: #ffffff;
    border: 1px solid #0189d3;
    background: #0189d3;
}
.trending-home{
	border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 18px;
	border-radius: 4px;
	-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    background: #ffffff;
}
.trending-home h3{
	font-weight: 600;
	font-size:19px;
	color: #ffe6ae;	
	transition:all ease-in-out .3s;
}
.trending-home p{
	font-size: 16px;
}
.trending-home .readmore{
	border: 1px solid #cccccc;
    font-size: 10px;
    padding: 3px 15px;
}
.trending-home:hover h3{
	color:#000;
}
.trending-home:hover .readmore{
	background: #0189d3;
    color: #fff;
    border-color: #0189d3;
}

.btn.readmore-lg {
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #0189d3;
    background: transparent;
    padding: 6px 50px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0189d3;
    margin-top: 15px;
    font-size: 14px;
}
.btn.readmore-lg:hover {
    background: #0189d3;
    color: #fff;
}








.about-area .about-items{
	margin-top:-200px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.about-area .about-items{
		margin-top:0px;
	}
	.banner-area, .banner-area div {
		height: 190px;
	}
	.banner-area .content {
		overflow: hidden;
		top: -110px;
		width: 100%;
		padding: 7px 8px 0;
	}
	.banner-area .content p {
		font-size: 10px;
		line-height: 14px;
	}
	.banner-area .content h3 {
		font-size: 15px;
		line-height: 14px;
	}
	.call-back-items .thumb {
		display: none;
	}
	div .readmore2 {
    margin-bottom: 20px;
  }
}

.about-area .about-items .item a.readmore{
	display: inline-block;
    padding: 0px 11px;
    font-size: 10px;
    border: 1px solid #d83522;
    text-transform: none;
    font-weight: 500;
}
.about-area .about-items .item a i{
	background: transparent;
    border: 2px solid #848484;
    padding: 24px;
    border-radius: 50%;
    font-size: 42px;
    color: #d83522;
}
.about-area .about-items .item a {
    padding: 20px 30px;
    display: block;
}
.about-area .about-items .item{
    padding: 15px 0;
}
.about-area.two .about-items .item{
    background: #fff;
}
.about-area .about-items .item:hover{
    background: #dc4d3d !important
}
.about-area .about-items .item:hover a.readmore{
	color: #fff;
	border-color:#fff;
}
.about-area .about-items .item:hover a i{
	background: #fff ;
    border: 2px solid #fff;
    padding: 24px;
    border-radius: 50%;
    font-size: 42px;
    color: #d83522;
}
.about-area .about-items .item:hover h5{
	color:#fff;
}

.blog-area .blog-items .thumb.auto-height {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
}
.site-heading.less-margin-bottom {
    margin-bottom: 40px;
}
footer.default-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.message-from{
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

.useful-links ul li {
    display: block;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 8px;
}
    

.useful-links ul li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}
.useful-links ul li a {
    font-size: 11px;
    color: #333333;
    display: block;
    font-weight: 600;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.useful-links ul li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 15px 0 15px;
    vertical-align: top;
    width: 80%;
}
.useful-links ul li .thumb a{
    padding-top: 0px;
}
.useful-links ul li .views-more-link {
    white-space: nowrap;
    color: #0089d3 !important;
    font-size: 12px !important;
    display: block;
    line-height: 1px;
}
.useful-links.inner {
	margin-bottom:25px;
}
.useful-links.inner ul li .info {
    width: 93%;
}
.useful-links.inner  ul li a {
    font-size: 14px;
    line-height: 18px;
}
.useful-links.inner ul li .thumb img{
    border:1px solid #ccc;
}
.useful-links.inner  ul li p {
    font-size: 14px;
    line-height: 16px;
	font-weight:400;
	text-align:left;
}
@media (max-width:768px){
	.useful-links.inner ul li .info {
		width: 80% !important;
	}
	
}
/*.useful-links .link li:last-child {
  margin-bottom: 0;
}

.useful-links .link li a {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    padding-bottom: 5px;
}

.useful-links .link li a:hover {
  margin-left: 10px;
  color: #4990e1;
}

.useful-links .link li a::before {
	content: "\e649";
	font-family: "themify";
	left: 0;
	position: absolute;
	font-size: 10px;
}*/
.footer-style .site-heading {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: -5px;
}
.btn-advance-search {
	font-size: 12px !important;
	color: #fff !important;
	padding: 6px 10px !important;
	padding-right: 15px !important;
	border: 1px solid #fff;
	border-radius: 49px;
	text-transform: none;
	font-weight: 400;
	background: transparent;
}

.btn-advance-search:hover {    
    border: 1px solid #d32a17 !important;
    background: #d32a17 !important;
}
.msg-from-img{
	padding-right: 25px !important;
    padding-bottom: 15px !important;
    float: left;
    display: inline-block;
    max-width: 300px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.btn-advance-search {
		padding: 5px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
		border: 1px solid #fff;
	}
}
.justify{
	
}

/* Vertical Nav Menu */

.menu {
    box-shadow: 0 5px 9px #a7a4a4;
    float: left;
    min-width: 260px;
    outline: 0;
    position: relative;
	width: 100%;
}

.menu * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.menu .menu-footer {
  background: #414956;
  color: #f0f0f0;
  float: left;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  font-size: 6px;
  width: 100%;
  text-align: center;
}

.menu .menu-header {
  background: #414956;
  color: #f0f0f0;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.menu ul li a {
    background: #0488d3;
    color: #ffffff;
    float: left;
    font-size: 13px;
    overflow: hidden;
    padding: 5px 22px;
    position: relative;
    text-decoration: none;
    white-space: unset;
    width: 100%;
}

.menu ul li a i {
  float: left;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  width: 34px;
  padding: 5px;
}

.menu ul li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 8px;
}

.menu ul .submenu {
  display: none;
  position: static;
  width: 100%;
}
.menu ul li.active ul.submenu {
  display: block;
}

.menu ul .submenu .submenu-indicator { line-height: 16px; }

.menu ul .submenu li {
  clear: both;
  width: 100%;
}

.menu ul .submenu li ul.submenu {
  display: none;
  position: static;
  width: 100%;
  overflow: hidden;
}

.menu ul .submenu li a {
    background: #ffffff;
    border-left: solid 6px transparent;
    border-top: none;
    float: left;
    font-size: 11px;
    position: relative;
    width: 100%;
    color: #000;

}
.menu ul li.active ul.submenu li a:before {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    content: "\e649";
    font-family: "themify";
    left: 12px;
    position: absolute;
    font-size: 8px;

}

.menu ul .submenu li:hover > a , .menu ul .submenu li.active > a {     border-left-color: #0488d3;
    color: #0488d3; }

.menu ul .submenu li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 12px;
  top: 14px;
}

.menu ul .submenu > li > a { padding-left: 30px; }

.menu ul .submenu > li > ul.submenu > li > a { padding-left: 45px; }

.menu ul .submenu > li > ul.submenu > li > ul.submenu > li > a { padding-left: 60px; }

.menu .submenu-indicator {
  -moz-transition: "transform .3s linear";
  -o-transition: "transform .3s linear";
  -webkit-transition: "transform .3s linear";
  transition: "transform .3s linear";
  float: right;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  right: 22px;
}

.menu .submenu-indicator-minus > .submenu-indicator {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu > ul > li.active > a {
  background: #0488d3;
  color: #ffffff;
}

.menu > ul > li:hover > a {
    background: #757575;
    color: #ffffff !important;
    border-color: #757575;
}

.menu > ul > li > a { border-bottom: solid 1px #0372b1; }

.ink {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: block;
  position: absolute;
  transform: scale(0);
}

.animate-ink {
  -moz-animation: ripple .3s linear;
  -ms-animation: ripple .3s linear;
  -o-animation: ripple .3s linear;
  -webkit-animation: ripple .3s linear;
  animation: ripple .3s linear;
}
@-moz-keyframes 'ripple' {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}
@-webkit-keyframes 'ripple' {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}
@keyframes 'ripple' {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}

.blue.menu .menu-footer { background: #4a89dc; }

.blue.menu .menu-header { background: #4a89dc; }

.blue.menu ul li > a { background: #4a89dc; }

.blue.menu ul ul.submenu li:hover > a { border-left-color: #3e82da; }

.blue.menu > ul > li.active > a { background: #3e82da; }

.blue.menu > ul > li:hover > a { background: #3e82da; }

.blue.menu > ul > li > a { border-bottom-color: #3e82da; }

.white.menu .menu-footer {
  background: #ffffff;
  color: #555555;
}

.white.menu .menu-header {
  background: #ffffff;
  color: #555555;
}

.white.menu ul li a {
  background: #ffffff;
  color: #555555;
}

.white.menu ul ul.submenu li:hover > a { border-left-color: #f0f0f0; }

.white.menu ul ul.submenu li a { color: #f0f0f0; }

.white.menu > ul > li.active > a { background: #f0f0f0; }

.white.menu > ul > li:hover > a { background: #f0f0f0; }

.white.menu > ul > li > a { border-bottom-color: #f0f0f0; }

.white.menu > ul > li > a > .ink { background: rgba(0, 0, 0, 0.1); }
/* End Sidebar Menu */

/* Sidebar Accordian */

.panel-default>.panel-heading {
  color: #fff;
  background-color: #0189d3;
  border-color: #0189d3;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 12px 10px;
  font-size: 12px;
}
.panel-default>.panel-heading a:active,.panel-default>.panel-heading a:focus, .panel-default>.panel-heading a:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
}
.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

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

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

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Sidebar Accordian */


/* Sidebar Checckbox Design */
.sidebar-info .panel-body {
    padding: 0px 10px;
}
.sidebar-info .panel-group {
    margin-bottom: 9px;
}
.sidebar-info .checkbox{
    display: block;
    padding-top: 0px;
    padding-bottom: 2px;
	margin:0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.sidebar-info{
    background: #ececec;
    padding: 25px;
}
.sidebar-info .checkbox:last-child{
    border-bottom: none;
}
.sidebar-info .checkbox label{
    min-height: 16px;
    padding-left: 15px;
}

.sidebar-info input[type="checkbox"] + label {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #93a0a7;
    border-radius: 0;
    top: 0;
    left: 4px;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    text-indent: 14px;
    font: normal normal 12px/14px "Helvetica";
    white-space: nowrap;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar-info input[type="checkbox"] + label:after {
      content: "";
    position: absolute;
    width: 0px;
    height: 9px;
    border-bottom: 2px solid #22b573;
    border-left: 2px solid #22b573;
    top: 25%;
    left: 48%;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}
.sidebar-info input[type="checkbox"] { display: none; }

.sidebar-info input[type="checkbox"]:checked + label {
    border: 1px solid #0189d3;
}
.sidebar-info input[type="checkbox"]:checked + label:after {
  opacity: 1;
  width: 22px;
}
.sidebar-info input[type="checkbox"] label {
    padding-left: 17px;
}

.sidebar-info button[type="submit"]{
    background-color: #58585a;
    color: #ffffff !important;
    border: 2px solid #565658;
    width: 100%;
    padding: 7px 10px;
    border-radius: 3px;
}
.sidebar-info .form-control {
    min-height: 36px;
    display: block;
    width: 100%;
    height: 22px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 3px;
    color: #555;
}
.sidebar-info .form-group {
    margin-bottom: 7px;
}
.sidebar-info .panel-body input[type="text"]{
    margin-top:12px;
}

/* End Sidebar Checkbox Design */

/* Scroll Vertical */

.smartmarquee {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.smartmarquee .v-scroll {
	/*position: absolute;*/
}
div .readmore2{
	font-size: 10px;
	display: inline-block;
	min-width: 80px;
	background: #0189d3;
	padding: 2px 10px;
	color:#fff;
	float:right;
	transition: all ease-in-out .3s;
	margin-top: 25px;
}
div .readmore2:hover{
	background: #000;
	color:#fff;
}



/*home-news */
.news-events ul{
	width: 100%;
}

.news-events li a span {
  display: inline-block;
  color: #232323;
}

.news-events li span {
  display: inline-block;
}
.news-events li span.categpory-name {
 float:right;
 font-weight:500;
}
.news-events li span.categpory-name:after{
	clear:both;
}

.news-events .meta-title a {
  color: #999999;
}

.news-events li {
  color: #cdd0d3;
}

.news-events li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
  padding-bottom: 8px;
}

.news-events li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.news-events li:last-child {
  margin: 0;
}

.news-events li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.news-events .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.news-events li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: block;
  line-height: 26px;
  padding: 0 0;
  vertical-align: top;
  width: 100%;
}

.news-events li a {
    color: #333333;
    display: block;
    font-weight: 600;
	font-size:15px;
}
.news-events li a:hover {
  color: #4990e1;
}





.products-list{
	box-shadow:1px 1px 15px #ccc;
}
.products-detail .site-heading {
    margin-bottom: 40px;
}
.blog-area.products-detail .blog-items .item .info {
    padding: 30px 15px;
}
.products-detail .readmore{
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

select.input{
	min-height: 50px !important;
}
.mt-20{
	margin-top:20px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}

/*  Accordian Inner */

.panel-group.inner .panel-default {
    border-color: transparent;
}
.panel-group.inner .panel {    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-group.inner .panel:last-child {    
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group.inner .panel-body {
    padding: 15px 0;
}
.panel-group.inner .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
}
.panel-group.inner .panel-default>.panel-heading h4.heading-main {
    color: #0189d3;
    font-size: 16px;
    border-bottom: none ;
    padding-bottom: 0;
	margin-bottom:0px;
}
.panel-group.inner .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
	color: #0189d3;
}
.panel-group.inner .panel-default>.panel-heading a {
    display: block;
    padding: 12px 0px;
    font-size: 16px;
	color: #58585a;
}
.panel-group.inner .panel-default>.panel-heading a:active, .panel-group.inner .panel-default>.panel-heading a:focus, .panel-group.inner .panel-default>.panel-heading a:hover {
    color: #0189d3;
}
.panel-group.inner .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group.inner .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px dashed #ddd;
}

/* KP Product List */

 .sidebar-item.recent-post.kp-product-list li a {
    color: #0189d3;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.sidebar-item.recent-post.kp-product-list li a.readmore {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 10px;
    text-transform: none;
}
.sidebar-item.recent-post.kp-product-list .meta-title {
    margin-top: 0px;
}
.sidebar-item.recent-post.kp-product-list .thumb img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.sidebar-item.recent-post.kp-product-list .panel-body {
    padding: 15px 0;
}
/* Blogs */

 .sidebar-item.recent-post.blog-list li a {
        color: #0189d3;
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 8px;
}
.sidebar-item.recent-post.blog-list li a.readmore {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 10px;
    text-transform: none;
}
.sidebar-item.recent-post.blog-list li .thumb {
    width: 276px;
}
.sidebar-item.recent-post.blog-list .meta-title {
    margin-top: 0px;
	font-size: 10px;
}
.sidebar-item.recent-post.blog-list .meta-title strong{
	color: #0189d3;
}
.sidebar-item.recent-post.blog-list .meta-title span{
	padding-right: 15px;
	font-style: italic;
}
.sidebar-item.recent-post.blog-list .thumb img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.sidebar-item.recent-post.blog-list .panel-body {
    padding: 15px 0;
}
.sidebar-item.recent-post.blog-list li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: #eaeaea;
    border-radius: 5px;
    padding: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar-item.recent-post.blog-list li .thumb {
		width: 100%;
		display: block;
	}
	.sidebar-item.recent-post.blog-list li {
		border-bottom: 1px solid #e7e7e7;
		background: #eaeaea;
	}
	.sidebar-item.recent-post li .info {
		padding: 0;
	}
}



.kp-view .authors{
	margin-bottom:15px;
}

.kp-view .authors span{
	display:block;
	border-bottom:1px solid #ddd;
	font-size: 13px;
}
.kp-view .authors span strong{
	color:#0189d3;
}
.kp-view .publisher{
	padding: 10px 0;
	border-top:1px solid #ddd;
	font-size: 13px;
	color: #0189d3;
}
.kp-view .publish-view{
	float:right;
	padding: 20px;
	max-width: 250px;
	
}
.kp-view .publish-view a{
	border: 1px solid #ddd;
    font-size: 11px;
    padding: 5px 0px;
    display: block;
    margin-top: 15px;	
}

/* Blog View */

.blog-view .publish-date{
	margin-bottom:15px;
}

.blog-view .publish-date span{
	display:block;
	color:#0189d3;
	font-size: 13px;
}
.blog-view .blog-img{
	margin-bottom:15px;
	display: block;
	
}
/* Related List */
.sidebar-item.recent-post.related-list{
	background: #fefefe;
    padding: 25px 25px;
    -moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}
 .sidebar-item.recent-post.related-list li .info a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
	line-height: 17px;
	 display: -webkit-box;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom:8px;
}
 .sidebar-item.recent-post.related-list li .info{
	 padding-left:0;
}
 .sidebar-item.recent-post.related-list li .info p {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 500;
	line-height: 19px;
	 display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.sidebar-item.recent-post.related-list .meta-title {
    margin-top: 0px;
	font-size: 10px;
}
.sidebar-item.recent-post.related-list .thumb img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.sidebar-item.recent-post.related-list span.publish-date{
	color: #0189d3;
	font-style:italic;
	    margin: 0;
}
.dashboard{
	margin-top: 40px;
	display: block;
}
.dashboard .dashboard-box{
	display: block;
	text-align: center;
	border-right:1px solid #ccc;
	min-height: 435px;
}
.dashboard .dashboard-box:last-child{
	border-right:none;
}
.dashboard .dashboard-box .dashboard-img-circle{
	display: flex;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background: #efefef;
    font-size: 25px;
    padding: 30px;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 50%;
    margin-bottom: 15px;
}

.dashboard-buttons{
	border:1px solid #ccc;
	padding: 12px;
}
.dashboard-buttons h4{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.dashboard-buttons ul{
	margin-left: 25px;
	position:relative;
}
.dashboard-buttons ul li{
	font-size: 13px;
}
.dashboard-buttons ul li a:hover{
	color:#0189d3;
}
.dashboard-buttons ul li::before{
	content: '\f1c1';
	font-size: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	position: absolute;
	left:-20px; 
	color: #880d0d;
	
}
footer .f-item.social{
	margin-top:15px;
}
footer .link ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer .link li {
    display: block;
    margin-bottom: 0;
}
footer .link li a{
    font-size: 15px;
    color: #fff;
}
footer .link li a:hover {
    margin-left: 3px;
    color: #033754;
}
footer .contact ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
footer .contact ul li .about.social ul {
    columns: 1 !important;
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
}
footer .contact ul li .about.social ul li {
    display: inline-block;
    width: auto;
	margin-bottom:0;
}
footer .contact ul li .about ul li a {
    background: none;
    color: #ffffff;
    height: 30px;
    line-height: normal;
    margin-bottom: 0;
    margin-right: 2px;
}
footer .contact ul li .f-item.social {
    margin-top: 8px;
}
footer .contact ul li .about ul li a {
    
}

.contact-area .address-items .about.social li {
    display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-area .address-items .about.social li a{
    padding: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
    display: block;
    font-size: 17px;
    line-height: 11px;
	transition: all ease-in-out .3s;
}
.contact-area .address-items .about.social{
    margin-top: 30px;
    margin-left: 13px;
}
.contact-area .address-items .about.social li a:hover{
	border: 1px solid #4990e1;
    background: #4990e1;
}

footer .footer-bottom .about ul li a {
    margin-bottom: 0px;
}
footer .footer-bottom  .f-item.social {
    margin-top: 0;
}
footer .footer-bottom p {
    padding: 6px 0;
	line-height: 18px;
}

/*.about-area .about-items .item.one {
    background: #fff4f3;
}
.about-area .about-items .item.two {
    background: #c1e9ff;
}
.about-area .about-items .item.three {
    background: #fdfff5;
}
.about-area .about-items .item.four {
    background: #f1f1f1;
}*/
/*.about-area .about-items:first-child  .item{
    background: rgb(245, 243, 217);
}
.about-area .about-items:nth-child(2) .item {
    background: rgb(255, 229, 228);
}*/

.heading-main .filter-form{
	float: right;
}
.heading-main .filter-form .form-group {
    margin-bottom: 5px;
    display: inline-block;
}
.heading-main .filter-form .form-group .btn{
    padding: 0px 10px;
    text-transform: none;
    font-size: 11px;
    border-radius: 4px;
}
.heading-main .filter-form .form-group .form-control {
    height: 28px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 4px;
}
.dashboard-container{
	margin-bottom: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.heading-main .filter-form{
		float: none;
		margin-top: 10px;
	}
}



.blog-view ul.font-checklist { padding-left:30px; list-style:none; }
.blog-view ul.font-checklist li { margin-bottom:10px;     line-height: 22px;}
.blog-view ul.font-checklist li a{ 
color: #1889d3;
    font-size: 14px;
}
.blog-view ul.font-checklist li:before {    
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f00c';
    margin: 0 5px 0 -30px;
    color: #0189d3;
    font-size: 18px;
}

blockquote {
    border-left: 3px solid #c5c5c5;
    color: #444444;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.15em;
    font-style: italic;
    line-height: 1.8em;
    background: #efefef;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 23px 0;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
blockquote:after {
  content: "\f10d";
  position: absolute;
  top: 50%;
  left: -0.5em;
  color: #0189d3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.comments-list{
	border-bottom:1px solid #ccc;
	margin-bottom: 15px;
}

.comments-list:last-child{
	border-bottom:none;
}
.comments-list.author{
	border-bottom:none;
}
.comments-list.author .commen-item .content h5 small{
	color: #0189d3;
    display: block;
    padding-top: 6px;
}
.comments-list.author .commen-item .content .title {
    margin-bottom: 0px;
}
.comments-list.author .commen-item .content  .post-date{
	margin-bottom: 5px;
	font-size: 12px;
}

/*.img_height .item img {
    height: 200px!important;
}
*/
.bg-white {
    background-color: white;
    /*min-height: 462px;*/
    padding: 10px 5px 10px 10px;
}

.blog_read_more {
    float: right;
    font-size: 14px;
    color: #545454;
    font-weight: 600;
}

.view_more_page {
    float: right;
}

.view_more_page a {
      color: #0189d3;
    font-size: 14px;
    background-color: transparent;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
    font-weight: 600;
}
.view_more_page a i{
    color: #4990e1;
}
.view_more_page a:hover {
   color: #4990e1;
}
.view_more_page a:hover i{
    color: #4990e1;
}

.p-5 {
	padding-right: 5px;
}
.mb-0
{
	margin-bottom:0px;
}

.mb-25
{
	margin-bottom:25px;
}
.pt-15{
	padding-top:15px;
}
.pt-20{
	padding-top:20px;
}


.knowledge-view-img
{
	border: 1px solid #c7c3c3;
    padding: 5px;
}

.knowledge-view-title
{
    font-size: 18px;
    text-align: justify;
    padding: 5px 2px 5px 2px;
}

.knowledge-view
{
	margin-bottom:20px;
}

.padding-5
{
	padding:5px;
}


.bold_title
{
	font-weight: 500;
    font-size: 16px;
}

.kp-title-css
{
	font-size:14px;
	text-align:justify;
}

.kp-breadcum {
    font-weight: 600;
    margin-bottom: 5px;
}


/*======Home Search Button Only =====*/
#advanceSearch {
  position: absolute;
  z-index: 2;
}
.search_btn {
    right: 10px;
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: 0px;
    background: #8b8b8b;
    font-size: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -8px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.triangle-left {
    border-top: 10px solid transparent;
    border-right: 20px solid #8b8b8b;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 60px;
    top: 15px
}
.srch{
    color:white;
}
.search-box-div{
	max-width:927px; 
	display:block; 
	margin:0 auto;
}


.advancebtn{
    height: 50px;
    line-height: 35px;
    text-transform: none;
    border-radius: 4px;
}
.advancebtn.btn-primary {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #8b8b8b;
}
@media screen and (max-width:768px){
	.advancebtn{
    	width:100%;
	}
	.homesearch-padding {
		padding-bottom: 15px;
	}
	.search-box-div{
		max-width:100%; 
	}
	.mt-xs-20{
		margin-top:20px;
	}
}
.scrolling-height
{
	overflow: auto;
    height: 335px;
}
/*======End=====*/

.customtb-padding
{
	padding-bottom: 50px;
	padding-top: 50px;
}

.homesearch-padding
{
	padding-top: 23px;
    padding-bottom: 10px;
    background: transparent;
    /*border-bottom: 1px solid #ccc;*/
}

.custom-info-title 
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.menu ul li ul.submenu li a:before {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    content: "\e649";
    font-family: "themify";
    left: 12px;
    position: absolute;
    font-size: 8px;
}

.dashboard-title-css {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}

.dashboard-scroll
{
	overflow:auto;
	height:400px;
}

.image-width
{
	width:132px;
}

#Login .form-control, #Registration .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#Login form, #Registration form{
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.modal-dialog {
		width: 600px;
		margin: 85px auto;
	}
}




.news-events-bg{
	/*background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8) ), url(../img/news-events-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
	background-repeat:no-repeat; border-top: 5px solid #0189d3;*/
	
    background-color: #fff;
	padding:35px 0;
	padding-bottom:15px;
	padding-top: 10px;
}
.news-events-bg h3.heading-main {
    margin-top: 15px;
    font-weight: 500;
    font-size: 24px;
}
.news-events-bg aside {
   /* background-color: rgba(255,255,255,.9);*/
    /* min-height: 462px; */
    /* padding: 10px 5px 10px 10px; */
    border-radius: 4px;
	min-height: 374px;
}
/*.news-events-bg h3.heading-main {
    color: #ffffff;
}*/
.news-events-bg .heading-main span.controls a {
    display: inline-block;
    width: 25px;
    height: 25px;
    /*color: #ffffff;
    border: 1px solid #ffffff;*/
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.news-events-bg .views-more-link {
    white-space: nowrap;
    color: #0089d3 !important;
    font-size: 12px !important;
    display: block;
	line-height: 18px;
}
.news-events-bg .recent-post p {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 14px;
    text-align: justify;
	line-height: 19px;
}












footer {
    background-color: #235b9b;
}

.service2 {
    background: #f9f9f9;
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 407px;
}

.service2 .field-image img {
    width: auto;
	object-fit: cover;
	border: 1px solid #ccc;
}
.service2  .publication-content {
   
}
.service2 .field-title h3, .service2 .field-title h3 a {
    color: #235b9b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
	display:block;
	background:none;
	max-width:100%;
	border:none;
}
.service2 .field-title a.rmore {
    background: #235b9b;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    display: block;
    padding: 4px 15px;
    text-align: center;
    border: 1px solid #235b9b;
    max-width: 94px;
    border-radius: 3px;
    margin: 0 auto !important;
	margin-bottom: 6px !important;
}
.service2 .field-title a.rmore:hover{
    background: #333;
    color: #ffffff;    
}

.service2 .field-title p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
    margin-bottom: 8px;
    text-align: center;
}
.service2 .field-title span {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight:600;
}

.service2 .field-created{
	margin-top: 5px;
}
.service2 .field-created, .service2 .field-created span {
    color: #837f7e;
    font-size: 11px !important;
    line-height: 19px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500 !important;
}
.service2 .field-highlight span {
    color: #000;
    font-size: 12px !important;
    line-height: 19px;
    display: block;
    margin: 5px 0 0;
    text-transform: capitalize;
	margin-bottom: 5px;
}
.service2 .field-highlight p{
    margin-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;
}
.service2 .views-more-link {
    white-space: nowrap;
    color: #0089d3;
    font-size: 12px !important;
    display: block;
}
.service2.inner:after{
	content: '';
	display: block;
	clear: both;
}
.service2.inner{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.service2.inner:last-child{
	border-bottom: none;
}
.service2.inner .field-image {
    width: 17%;
}

.service2.inner .publication-content {
    width: 81%;
}


@media (max-width: 768px){
	.service2  .field-image {
		float: none;
		width: 100%;
	}
	.service2  .publication-content {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 15px;
	}
	.service2.inner .field-image {
		float: none;
		width: 100%;
	}

	.service2.inner .publication-content {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 15px;
	}
}

.services-area.inc-thumb .s-item .thumb .post-date{
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 70px;
    width: 97px;
    background: #4990e1;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px 5px 0 5px;
    text-transform: uppercase;
}
.services-area.inc-thumb .s-item .thumb .post-date h4{
	font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0;
	color:#fff;
}
.services-area.inc-thumb .s-item .thumb .post-date span{
	font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 5px;
}
/* Section BG */



.kp-section{
	background: #235b9b;
}
.kp-section h3.heading-main{
	color: #fff;
	border-bottom: 1px solid #4990e1;
}


.kp-section .heading-style-inner h3.heading-main {
    color: #333;
    font-size: 33px;
    font-weight: 800;
    text-align:center;
	display: grid;
	grid-template-columns: 130px max-content 130px;
	grid-template-rows: 27px 0;
	grid-gap: 27px;
	justify-content:center;
}

.kp-section .heading-style-inner h3.heading-main:after, .kp-section .heading-style-inner h3.heading-main:before {
  content: " ";
  display: block;
  border-bottom: 3px solid #0189d3;
}

.kp-section .trending-btn{
	margin-top: 15px;
    margin-bottom: 15px;
}
.kp-section .trending-btn h5{
    color: #323232;
    /*border: 1px solid #b1b1b1;
    padding: 5px 10px;*/
	padding-bottom:5px;
	color: #323232;
    font-size: 18px;
}

.services-area .nav-pills>li>a {
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 15px;
	margin-bottom:10px;
}
.services-area .nav-pills>li.active>a, .services-area .nav-pills>li.active>a:focus, .services-area .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #235b9b;
}

.kp-video{
	max-width:100%;
}
.kp-doc{
	background: #fafcff;
    padding: 30px 15px;
    text-align: center;
    margin: 15px 0;
    border-radius: 5px;
    border: 2px solid #f0f4f8;
	transition:all .3s ease-in-out;
}
.kp-doc .doc-icon {
    background: #ccc;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: block;
    margin: 0 auto;
    padding: 15px;
	line-height: 92px;
}
.kp-doc .doc-icon.ppt{
    background: #e46256;
}
.kp-doc .doc-icon.pdf{
    background: #f01e0b;
}
.kp-doc .doc-icon img{
    max-width:70px;
	transition:all 1s ease-in-out;
}
.kp-doc .doc-content h4{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px 0;
    transition: all .3s ease-in-out;
}
.kp-doc .doc-content a{
	    font-size: 13px;
    border: 1px solid #235b9b;
    padding: 3px 20px;
    background: #235b9b;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
	
}
.kp-doc:hover {
    background: #ffffff;
    box-shadow: 0px 2px 12px #ccc;
}
.kp-doc:hover .doc-icon img {
    -moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.kp-doc:hover .doc-content a{
    border: 1px solid #4990e1;
    background: #4990e1;
}
.kp-doc:hover .doc-content h4{
     color: #235b9b;
}
.chart-area{
	background: #fcfcfc;
	margin-top:20px;
	padding-bottom: 30px;
}
.chart-area h3.heading-main {
    margin-bottom: 36px;
 }

.carousel-item-3 .owl-nav {
    bottom: 0px;
    margin-top: 0;
    right: auto;
    text-align: right;
    position: relative;
    display: inline-block;
    width: auto;
    z-index: 2;
    float: right;
}
.carousel-item-3 .owl-prev{
   
}
.carousel-item-3 .owl-next{
   
}
.owl-theme .owl-nav [class*=owl-] {
    color: #484343;
    font-size: 19px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #0189d3;
}

.pull-none{
	float: none;
}
.blog-carousel .heading-container{
	background: #0189d3;
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 15px;
}
.blog-carousel .heading-container h4{
	line-height: 15px;
}
.blog-carousel .heading-container h4 a{
	font-size: 13px;
    color: #fff;
    line-height: 15px;
} 
.blog-carousel .post-date{
	padding: 15px;
    background:#e4e4e4;
	line-height: 15px;
}
.blog-carousel .post-date a{
	font-size: 13px;
}
.blog-carousel .knowledge-view-img {
    border: none; 
    padding: 0; 
}
.blog-carousel .item{
	padding:10px;
	border: 1px solid #ccc;
}
.blog-carousel .owl-dots {
    bottom: 20px;
    text-align: left;
    /* width: 100%; */
    margin-bottom: -12px;
    margin-top: 30px;
    float: left;
    display: inline-block;
}


.learning-carousel .heading-container{
	background: #0189d3;
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 15px;
}
.learning-carousel .heading-container h4{
	line-height: 15px;
}
.learning-carousel .heading-container h4 a{
	font-size: 13px;
    color: #fff;
    line-height: 15px;
} 
.learning-carousel .post-date{
	padding: 15px;
    background:#e4e4e4;
	line-height: 15px;
}
.learning-carousel .post-date a{
	font-size: 13px;
}
.learning-carousel .knowledge-view-img {
    border: none; 
    padding: 0; 
}
.learning-carousel .owl-dots {
    bottom: 20px;
    text-align: left;
    /* width: 100%; */
    margin-bottom: -12px;
    margin-top: 30px;
    float: left;
    display: inline-block;
}

.learn-readmore{
	display: block;
	color: #000;
}
.learn-readmore a{
	display: inline-block;
	background: #000;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 10px !important;
	margin: 10px 0 0;
	color:#fff;
}
.mt-6{
	margin-top: 6px;
}
.mt-0{
	margin-top: 0px !important;
}
.pt-0{
	padding-top: 0px !important;
}
.mt-50{
	margin-top: 50px;
}
.mb-20{
	margin-bottom: 20px;
}

.heading-style-inner.search p {
    margin-bottom: 13px;
	font-size: 18px;
}

/* Search Box */

.search-box{
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.search-box::after{
	content: "";
    display: block;
    clear: both;
}
.search-box .search-img img{
    object-fit: cover;
    -o-object-fit: cover;
}
.search-box .search-img {
    float: left;
    margin-right: 2.3%;
    width: 15%;
	max-height: 100px;
    overflow: hidden;
	border: 1px solid #ccc;
}
.search-box .search-data {
    float: right;
    width: 82%;
    text-align: left;
}
.search-box .search-data h4{
   font-size: 12px;
	font-weight: 600;
}
.search-box .search-data h4 a{
	font-size: 14px;
	color: #337ab7;
	display: block;
	margin-top: 5px;
}
.search-box .search-data .search-created{
	margin-top: 5px;
}
.search-box .search-data .search-created, .search-box .search-data .search-created span {
    color: #3f3f3f;
    font-size: 11px !important;
    line-height: 19px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500 !important;
}
.search-box .search-data p{
	font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 10px;

}
.search-box .search-data .search-readmore{
	color: #337ab7;
	font-size: 12px;
}
.no-border{
	border-bottom: none !important;
}
.font-lowercase{
	text-transform: lowercase;
}

.gb-white {
    background-color: white!important;
}

.blogf_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 0px 0px;
    margin-bottom: 2px;
}
.blogf_title a{
   color:#333;
}

.blogp_desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}
.blog_posted_by {
    font-size: 14px;
    margin-bottom: 2px;
    font-style: italic;
}

.blog-vmore-link
{
    font-size: 12px;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: -8px 0px 0px 0px;
    font-weight: 500;
}
.blog-vmore-link a{
	color: #0189d3;
}

.blog-content-desc
{
    margin-bottom: 35px;
}

/*============= only for breadcrumb ========*/
.custom-breadcrumb .breadcrumb_content
{
    float: right;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb_content a
{
    color:#666666;
}
/*============= End breadcrumb ========*/


.learning-single-page{
	
}
.learning-single-page h4{
    font-weight: 600;
    color: #5d5c5c;
	margin-bottom: 15px;
}
.learning-single-page p {
    line-height: 22px;
    font-size: 16px;
	
}
.learning-single-page h5{
	color: #0189d3;	
	font-size: 16px;
	font-weight: 600;
}
.learning-single-page .webinars{
    padding: 15px;
    /* padding-top: 9px; */
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 15px;
}

.learning-single-page section{
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    box-shadow: 1px 3px 5px #ccc;
}
.learning-single-page section{
	text-align:justify;
}
.learning-single-page section .btn{
	text-transform: none;
    font-size: 12px;
    border-radius: 4px;
}
.learning-single-page section a.url-links{
	font-size: 14px;
    color: #0189d3;
}
.learning-single-page section a.url-links:hover{
    color: #065078;
}
.learning-single-page.deatils .webinars {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 15px;
}
.learning-single-page.deatils section {
    padding: 0px;
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
}
.sidebar-item.recent-post .meta-title span strong {
    color: #0189d3;
	font-size:11px;
}

.copyright-text{
	font-size:12px;
}



/* Dashboard Section */

.dashboard-learning-blog{
	    /* background: linear-gradient(rgb(203, 237, 255), rgb(236, 245, 214) ); */
   /* border-top: 1px solid #cccc;*/
}
.heading-style-inner h3.heading-main, .dashboard-learning-blog .heading-style-inner h3.heading-main{
	color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    display: block;
	margin-bottom: 0;
    padding-bottom: 0;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-gap: unset;
    justify-content: normal;
}
.heading-style-inner p, .dashboard-learning-blog .heading-style-inner p{
	max-width: 500px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.dashboard-learning-blog .heading-style-inner h3.heading-main:after, .dashboard-learning-blog .heading-style-inner h3.heading-main:before {
    content: " ";
    display: none;
    border-bottom: none;
}

.heading-style-inner.left-align p, .dashboard-learning-blog .heading-style-inner.left-align p {
    max-width: 100%;
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
}
.heading-style-inner.left-align p, .dashboard-learning-blog .heading-style-inner.left-align p {
    max-width: 100%;
    display: inline-block;
    margin: auto;
    margin-bottom: 28px;
}

.seperate-box{
	padding:15px;
	-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
	background:#fff;
}
.seperate-box .col-sm-12.gb-white{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1)
}
.seperate-box .heading-style-inner{
    background: #0189d3;
    margin: -15px;
    padding: 15px;
    margin-bottom: -35px;
}

.seperate-box .heading-style-inner .heading-main span.controls {
    margin-top: -4px;
}
.seperate-box .heading-style-inner h3, .seperate-box .heading-style-inner p{
	color:#fff;
}
.seperate-box .heading-style-inner h3{
    border-bottom: 1px dashed #fff;
}
.seperate-box .heading-main span.controls a {
    color: #fff;
}
.heading-style-inner .heading-main span.controls a {
    color: #fff;
}
.heading-style-inner .heading-main span.controls a:hover {
    border-color:#fff;
}

@media (max-width: 768px){
	.dashboard-carousel{
		margin-bottom:80px;
	}
}
.seperate-box .owl-carousel .item{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    padding: 15px;
    /*border-bottom: 1px solid #ccc;*/
}



/* Event & News */

 .news-events-page li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    word-spacing: 0px;
    line-height: 30px;
}
.news-events-page li a.readmore {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 10px;
    text-transform: none;
}
.news-events-page li .thumb {
    width: 225px;
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
}
.news-events-page .meta-title {
    margin-top: 0px;
	font-size: 13px;
}
.news-events-page .meta-title strong{
	color: #0189d3;
}
.news-events-page .meta-title span{
	padding-right: 15px;
}
.news-events-page .thumb img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.news-events-page li .thumb a {
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
}
.news-events-page li .thumb a img {
    width:100%;
}
.news-events-page .panel-body {
    padding: 15px 0;
}
.news-events-page li {
   border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 0;
    -moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    padding: 20px;
	    border: 1px solid #e4e4e4;
}
.news-events-page li .info {
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 20px;
    vertical-align: top;
}
.news-events-page li .info p {
    color: #666666;
    line-height: 24px;
    margin: 0 0 0px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.news-events-page li .thumb {
		width: 100%;
		display: block;
	}
	.news-events-page li {
		border-bottom: 1px solid #e7e7e7;
		background: #eaeaea;
	}
	.news-events-page li .info {
		padding: 0;
	}
}

/*Blog Page */

 .blog-page li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    word-spacing: 3px;
    line-height: 30px;
}
.blog-page li a.readmore {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 0px 10px;
    text-transform: none;
}
.blog-page li .thumb {
    width: 276px;
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
}
.blog-page .meta-title {
    margin-top: 0px;
	font-size: 13px;
}
.blog-page .meta-title strong{
	color: #0189d3;
}
.blog-page .meta-title span{
	padding-right: 15px;
}
.blog-page .thumb img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog-page li .thumb a {
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
}
.blog-page li .thumb a img {
    width:100%;
}
.blog-page .panel-body {
    padding: 15px 0;
}
.blog-page li {
   border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 0;
    -moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    padding: 20px;
	    border: 1px solid #e4e4e4;
}
.blog-page li .info {
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 0px;
    vertical-align: top;
}
.blog-page li .info p {
    color: #666666;
    line-height: 24px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 6px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.blog-page li .thumb {
		width: 100%;
		display: block;
	}
	.blog-page li {
		border-bottom: 1px solid #e7e7e7;
		background: #eaeaea;
	}
	.blog-page li .info {
		padding: 0;
	}
}

.ml-5 
{
    padding-left:5%;
}


/* Dashboard */

.dashboard-inner-page .ml2 {
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
}

.dashboard-inner-page .ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.dashboard-inner-page .bannertext{
   width: 100%; 
   text-align: left;
   right: 0px!important;
   left: 0px!important;
   bottom: 0px;
   background:rgba(0,0,0,.7);
   padding:10px 15px;
}

.dashboard-inner-page .left.carousel-control {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-inner-page .right.carousel-control {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-inner-page .left.carousel-control .fa, .dashboard-inner-page .right.carousel-control .fa{
	font-size:30px;
}
.dashboard-inner-page .carousel-indicators {
    position: absolute;
	left: auto;
    right: 0;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.dashboard-inner-page .carousel-indicators li {
    display: inline-block;
    min-width: 80px;
	padding:5px 7px;
    height: auto;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
	line-height:24px;
	color:#000;
	text-align:center;
}

.dashboard-inner-page .carousel-indicators li span {
    display: inline-block;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 0px;
	
}
.dashboard-inner-page .carousel-indicators .active {
    min-width: 80px;
    height: auto;
    margin: 0;
	background-color: #333;
	border-color:#333;
	color:#fff;
}
.dashboard-inner-page .carousel-indicators {
	bottom: -60px;
}
.view_more_page.dashboard-inner-readmore{
	float:left;
	margin-top:14px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.dashboard-inner-page{
		/*margin-bottom: 65px;*/
	}
	.view_more_page.dashboard-inner-readmore {
		float: none;
		margin-bottom: 36px;
		margin-top: 12px;
		display: inline-block;
	}
}

p.blog_readmore a {
    font-size: 12px;
    float: right;
    color: #0189d3;
    position: absolute;
    right: 3px;
    bottom: -25px;
}

p.new-event-readmore a {
    font-size: 12px;
    color: #0189d3;
    float: right;
}

.lipadding{
	padding-bottom: 0px!important;
}

/* ======= For Learning ======= */
.learning-title
{
	font-size: 15px; 
	pointer-events: none; 
	line-height: 2.2em; 
	color: #504e4e; 
	width: 100%; 
	border-radius: 0px!important; 
	text-align: left;
	background:#dfe3e661
}

legend {
	display: block!important;
	width: auto;
	border-bottom: none;
	margin-bottom: 0px;
	padding-right: 11px;
	padding-left: 11px;
	background: #337ab7;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}
fieldset {
	padding: .35em .625em .75em!important;
	margin: 0 2px!important;
	border: 1px solid silver!important;
	box-shadow: 1px 3px 5px #ccc;
}
.learning-single-page section {
	padding: 20px;
	border: none;
	margin-bottom: 20px;
	box-shadow: none;
}
.learning_readmore{
	font-size:14px!important;
	color:#0289d3!important;
	float: right;
	margin-top: -8px!important;
}
.learning-single-page section {
	margin-bottom: 0px;
}

 .learning-page p{
	margin:0px;
}
.learning-page h4{
	margin-top: 20px;
	font-weight: 500;
}
.learning-page .readmore{
	font-size: 14px!important;
	color: #fff;
	margin-top: 2px!important;
	background: #0289d3!important;
	border-radius: 6px;
}
.readmores2{
font-size: 14px!important;
color: #0289d3;
margin-top: 2px!important;

}

.learning-custom-link a {
    color: #337ab7!important;
    text-decoration: none;
}

.views-exposed-form .form-select {
	display:none; 
}
.views-exposed-form .form-submit {
  display:none;  
}		

/* ======== End Learning Section ====== */

.mb-17
{
	margin-bottom: 17px;
}

.blog-comments input#edit-submit {
    padding: 2px 20px 2px 20px;
    font-weight: 600;
}



/* Updated CSS */

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.banner-area .content {
		top: -90px;
        padding: 9px 8px 0;
	}
	.kp-section .heading-style-inner h3.heading-main {
        font-size: 27px;
        display: block;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-gap: unset;
        justify-content: center;
    }
    .kp-section .heading-style-inner h3.heading-main:after, .kp-section .heading-style-inner h3.heading-main:before {
        content: " ";
        display: block;
        border-bottom: none;
    }
    .homesearch-padding {
        padding: 20px;
    }
    .search_btn {
        right: 15px;
    }
    .services-area .services-items .item span {
        display: inline-block;
    }
    .sidebar-item.recent-post li .thumb {
        display: block;
        padding-top: 5px;
        vertical-align: top;
        width: 100%;
    }
    .news-events-bg aside {
        padding: 0;
    }
    .seperate-box {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
    .banner-area, .banner-area div {
        height: 150px !important;
    }
}

.kp-section > .services-area.carousel-shadow:first-child .heading-style-inner{
	margin-top:50px;
}
.kp-section > .services-area.carousel-shadow:first-child .heading-style-inner h3.heading-main i{
    position: absolute;
    top: 17px;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.kp-section > .services-area.carousel-shadow:first-child .heading-style-inner h3.heading-main i {
		top: -31px;
	}
}
.carousel-item-3{
}
.carousel-item-3 .owl-dots {
    bottom: 0;
    text-align: left;
    width: auto;
    margin-bottom: 0;
    margin-top: 12px;
    float: none;
    display: inline-block;
}
.carousel-item-3  .owl-dots span {
  background: #8f8f8f none repeat scroll 0 0 !important;
    border: 3px solid #8f8f8f !important;
	  height: 12px!important;
  width: 35px!important;
  margin: 0 7px 5px 0px!important;
}

.carousel-item-3 .owl-dots .owl-dot.active span {
    background: #4990e1 none repeat scroll 0 0 !important;
    border-color: #4990e1 !important;
}

@media (min-width: 1024px){
nav.navbar.bootsnav ul.nav > li > a.active {
    color: #f9fdff;
    background: #235b9b !important;
}
}

.pb-20{
	padding-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-40{
	padding-bottom: 40px;
}

/* Loader CSS */

.loader {
  color: grey;
  font-family: sans-serif;
  height: 100px;
  left: 50%;
  overflow-x: hidden;
  padding-top: 7vh;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
}
.loader:before {
  animation: left-to-right 3s alternate infinite linear;
  background-image: linear-gradient(to right, transparent, #235b9b, transparent);
  content: "";
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 1px;
}
.loader:after {
  background-image: repeating-linear-gradient(90deg, white, white 1vw, transparent 1vw, transparent 10vw);
  content: "";
  height: 5vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes left-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}


/*Accordan */

.news-events-bg .nav>li>a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 3px 9px;
    border: 1px solid transparent;
    border-bottom: none;
	color: #242424;
}
.news-events-bg ul.nav.nav-pills {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
.news-events-bg .nav-pills>li.active>a, .news-events-bg .nav-pills>li.active>a:focus, .news-events-bg .nav-pills>li.active>a:hover {
    color: #4a4a4f;
	border: 1px solid #efefef;
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}
.news-events-bg .nav>li>a:focus, .news-events-bg .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.twitter-feed{
	height: 407px;
    overflow: auto;
    background: #fff;
    border: 1px solid #efefef;
	
}

.tp-section {
    background-image: linear-gradient( rgba(29, 29, 29, 0.87), rgba(62, 59, 59, 0.8) ), url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-section.white {
    background-image: linear-gradient( rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95) ), url(../img/bg.jpg);
}
.tp-section h3.heading-main {
	margin-top: 15px;
    font-weight: 500;
    font-size: 24px;
	
    color: #484848;
    margin-bottom: 30px;
    border-bottom: 1px solid #929090;
    padding-bottom: 12px;
    line-height: 27px;
	
}
.tp-section h3.heading-main.little-small {
    margin-top: 20px;
    font-weight: 500;
    font-size: 21px;
}
.tp-section h3.heading-main small {
    color: #484848;
	
}
.marquee-section{
	border-bottom: 1px solid #fffdf7;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fffdf7;
}

.marquee-section h4{
	display: inline-block;
    padding: 5px 0;
    min-width: 213px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
}
.intro-box{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}
.intro-box .intro-icon {
    min-width: 280px;
    text-align: center;
	border-radius:8px;
    height: 197px;
    background: #000;
    align-items: center;
    display: inline-flex;
    justify-content: center;
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/intro-thumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	
	
}
.intro-box .intro-icon a{
	background: #ffffff;
    border: 2px solid #e0e0e0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
    color: #4990e1;
    font-size: 22px;
    line-height: 64px;
    text-align: center;
	margin-top: 30%;
    margin-left: 59%;
}
.intro-box .intro-icon a:hover{
	background: #4990e1;
    border: 2px solid #4990e1;
	color:#fff;
}
.intro-box .intro-data{
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: justify;
    padding: 0 0 0 15px;
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 180px;
}
.intro-box .intro-data .para-slider ul {
    width: 100%;
}
.intro-box .intro-data .para-slider ul li{
    margin:0;
	display: flex;
    min-height: 176px;
    align-items: center;
}
.intro-box .intro-data span.controls {
     position: absolute;
    right: -16px;
    top: 42%;
}  
.intro-box .intro-data span.controls a{ 
	color: #fff;
	font-size: 24px;
}
.intro-box .intro-data a {
    color: #563d04;
    font-size: 16px;
    font-style: italic;
    word-spacing: 4px;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
    line-height: 28px;
    font-family: 'Source Sans Pro', sans-serif;
}
.intro-box .intro-data h3{
    border-bottom: 1px solid #ece4ca;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
}
.intro-box .intro-data a:last-child{
	margin-bottom:0;
}
.intro-box a:hover{
	color: #c38b0e;
}

.marquee-section-2{
	border-bottom:1px solid #f4f4f4;
	padding-top: 15px;
	padding-bottom: 15px;
}
.marquee-section-2 h4{
	display: inline-block;
    padding: 5px 0;
    min-width: 213px;
    text-align: left;
    color: #868686;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
}
.marquee-section-2 .marquee-box{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100px;
}
.marquee-section-2 .marquee-box a{
	color: #e61010;
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
    float: left;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 50%;
    margin: 10px;
    border: 2px solid #ccc;
	margin: 0 48px;
}



.marquee-section.yellow {
    border-bottom: 1px solid #f9c233;
    background: #f9c233;
}
.marquee-section.yellow .intro-box .intro-data a {
    color: #ffffff;
}
.marquee-section.yellow  .intro-box .intro-data {
    border-right: 20px solid #484848;
}
.marquee-section.yellow .intro-box a:hover {
    color: #484848;
}











@media (max-width:768px){
	.intro-box{
		display: block;		
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.intro-box .intro-icon {
		height: auto;
		width:100%;
		min-width: auto;
	}
	.intro-box .intro-icon a{
		margin: 80px 0;
	}
	.intro-box .intro-data {
		padding: 15px 0;
		border-right: none;
		height: 100%;
	}
	.marquee-section-2 .marquee-box a{	
		margin: 10px 3px;
		display: inline-block;
		float: none;
		width: 50px;
		padding: 6px;
		line-height: 0;
		height: 50px;
	}
}
.marquee-section-2 .marquee-box a img{
	transition: all .2s ease-in-out;
	object-fit: cover;
    -o-object-fit: cover;
    webkit-transition: all 0.4s cubic-bezier(0.68,-2.99, 0, 2.81);
    transition: all 0.4s cubic-bezier(0.68,-2.99, 0, 2.81);
}
.marquee-section-2 .marquee-box a:hover {
	border-color:#4990e1
}
.marquee-section-2 .marquee-box a:hover img{
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/* Feature Box */

.feature-box{
	border:2px solid #ccc;
	padding:10px;
	background:#f5f5f5;
	margin-top:45px;
	min-height:306px;
}
.feature-box .icon-box{
    display: flex;
    align-items: center;
	margin-top: -38px;
	border-bottom: 1px solid #cccc;
    padding-bottom: 9px;
	margin-bottom:9px;
}	
.feature-box .icon-box .img-icon{
    padding:10px;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	border-radius:50%;
	margin-right: 10px;
	background:#fff;
}
.feature-box .icon-box h4{
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
	color: #000;
}
.feature-box .data-box{
	display: flex;
    align-items: start;
	border-bottom: 1px solid #cccc;
    padding-bottom: 9px;
	margin-bottom:9px;
}
.feature-box .data-box .img-box{
	margin-right: 7px;
}
.feature-box .data-box p {
	font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #4c4c4c;
    margin-bottom: 3px;
}
.feature-box .data-box .data-box-data  .rmore {
    display: block;
    height: 21px;
    line-height: 17px;
	text-align:right;
}
.feature-box .data-box .data-box-data .rmore a {
	color:#4990e1;
	font-size: 13px;
	font-weight:500;
}
.feature-box .data-box .data-box-data .rmore a:hover {
	color:#235b9b;
}

.feature-box .data-box .img-box .img-contain{
	width: 75px;
    height: 80px;
    transition: all .2s ease-in-out;
    display: block;
	position:relative;
}
.feature-box .data-box .img-box .img-contain a{
	position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    width: 100%;
    justify-content: center;
    height: 100%;
}
.feature-box .data-box .img-box .img-contain a i{
	background: #4990e1;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 8px;
    line-height: 17px;
    text-align: center;
}
.feature-box .data-box .img-box .img-contain a:hover i {
    background: #235b9b;
}
.feature-box .data-box .img-box .img-contain img{
	width:100%;
	height:100%;
	transition: all .2s ease-in-out;
	object-fit: cover;
    -o-object-fit: cover;
	border:1px solid #eee;
	border-radius: 7px;
}
.feature-box .list-data-box {
	position:relative;
}
.feature-box .list-data-box ul{
	margin-left:20px
}
.feature-box .list-data-box ul li{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #484848;
    font-weight: 400;
    margin-bottom: 6px;
}
.feature-box .list-data-box ul li a{
	 font-size: 14px;
    line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
.feature-box .list-data-box ul li a:hover{
	color:#4990e1;
}
.feature-box .list-data-box li:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2c2c2c;
    color: #1d1d1d;
    position: absolute;
    left: 0;
    margin-top: 5px;
}
.feature-box .f-data-box{
	display:flex;
	flex-wrap: wrap;
}
.feature-box .f-data-box .module-contents{
	width: 48%;
    margin: 3px;
}
.carousel-col-4 .feature-box .f-data-box .module-contents{
	width: 46%;
    margin: 3px;
}
.feature-box .f-data-box .module-contents .button{
    width: 100%;
    height: 34px;
    border: 1px solid #cecece;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    border-radius: 20px;
    
}
.feature-box .f-data-box .module-contents .button a{
  font-size: 14px;
  line-height: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration:none;
  line-height:15px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
  padding: 0 15px;
}
.carousel-col-4 .feature-box .f-data-box .module-contents .button a {
    padding: 0 0px;
}
.feature-box .f-data-box .module-contents .button a i{
	padding-right:3px;
}
.feature-box .f-data-box .module-contents .eff{
  width: 100%;
  height: 40px;
  top: -40px;
  background:#34495e;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.feature-box .f-data-box .module-contents .button:hover .eff{
  top:0;
}
.feature-box .f-data-box .module-contents .button:hover a, .feature-box .f-data-box .module-contents .button:hover a i{
  color:#fff !important;
}




.feature-box.green{
	border:3px solid #51bc83;
	padding:10px;
	background:#ddffed;
	border-radius:5px;
}
.feature-box.green .icon-box{
	border-bottom: 1px solid #51bc83;
}	
.feature-box.green .icon-box .img-icon{
	border:3px solid #51bc83;
}
.feature-box.green .data-box {
    border-bottom: 1px solid #51bc83;
}
.feature-box.green .list-data-box li:before {
    background: #51bc83;
    color: #51bc83;
}
.feature-box.green .f-data-box .module-contents .button a i{
	 color: #51bc83;
}
.feature-box.green .f-data-box .module-contents .button {
    border: 1px solid #51bc83;
}
.feature-box.green .f-data-box .module-contents .eff {
    background: #51bc83;
}

.feature-box.blue{
	border:3px solid #699ed9;
	padding:10px;
	background:#e5ecff;
	border-radius:5px;
}
.feature-box.blue .icon-box{
	border-bottom: 1px solid #699ed9;
}	
.feature-box.blue .icon-box .img-icon{
	border:3px solid #699ed9;
}
.feature-box.blue .data-box {
    border-bottom: 1px solid #699ed9;
}
.feature-box.blue .list-data-box li:before {
    background: #699ed9;
    color: #699ed9;
}
.feature-box.blue .f-data-box .module-contents .button a i{
	 color: #699ed9;
}
.feature-box.blue .f-data-box .module-contents .button {
    border: 1px solid #699ed9;
}
.feature-box.blue .f-data-box .module-contents .eff {
    background: #699ed9;
}

.feature-box.yellow{
	border:3px solid #d5d391;
	padding:10px;
	background:#fffee5;
	border-radius:5px;
}
.feature-box.yellow .icon-box{
	border-bottom: 1px solid #d5d391;
}	
.feature-box.yellow .icon-box .img-icon{
	border:3px solid #d5d391;
}
.feature-box.yellow .data-box {
    border-bottom: 1px solid #d5d391;
}
.feature-box.yellow .list-data-box li:before {
    background: #d5d391;
    color: #d5d391;
}
.feature-box.yellow .f-data-box .module-contents .button a i{
	 color: #d5d391;
}
.feature-box.yellow .f-data-box .module-contents .button {
    border: 1px solid #d5d391;
}
.feature-box.yellow .f-data-box .module-contents .eff {
    background: #d5d391;
}


.feature-box.red{
	border:3px solid #d09365;
	padding:10px;
	background:#fff8ec;
	border-radius:5px;
}
.feature-box.red .icon-box{
	border-bottom: 1px solid #d09365;
}	
.feature-box.red .icon-box .img-icon{
	border:3px solid #d09365;
}
.feature-box.red .data-box {
    border-bottom: 1px solid #d09365;
}
.feature-box.red .list-data-box li:before {
    background: #d09365;
    color: #d09365;
}
.feature-box.red .f-data-box .module-contents .button a i{
	 color: #d09365;
}
.feature-box.red .f-data-box .module-contents .button {
    border: 1px solid #d09365;
}
.feature-box.red .f-data-box .module-contents .eff {
    background: #d09365;
}




.tp-section .owl-theme .owl-nav {
    margin-top: 10px;
    width: 100%;
    position: absolute;
    top: 45%;
}
.tp-section .owl-next {
    float: right;
    margin-right: -50px !important;
}
.tp-section .owl-prev {
    float: left;
    margin-left: -50px !important;
}
.tp-section .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 28px;
	transition: all ease-in-out .2s;
}

/* List Style */

ul.custom1,
ul.custom1 li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.custom1 {
  margin: 0;
  margin-bottom:15px
}

ul.custom1 li {
     margin: 9px 20px;
    margin-left: 25px;
    font-size: 19px;
    font-weight: 400;
}

ul.custom1 li:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}

.inner-page h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.useful-links {
	border: 1px solid #efefef;
    padding: 15px;
    min-height: 407px;
	position:relative;
}
.useful-links .readmore-right {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: -46px;
	display: block;
    width: 100%;
    right: 0;
}
 @media (max-width:768px){
	 .news-events-bg .view_more_page{
		float:none;
	 }
	 .useful-links {
		  margin-bottom: 50px;
	  }
} 

.left-dot {
    float: left;
}
.left-dot:after{
    content:'';
	display:block;
	clear:both;
}
.left-dot img.left-dot{
	max-width:30px;
}
.left-icons{
	width:100%;
	text-align:center;
}
.icons-data {
    display: inline-block;
    min-width: 173px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.left-icons .icons-data {
    display: inline-block;
}
.left-icons .icons-data a, .right-icons .icons-data a{
    position: relative;
	 display: inline-block;
}
.icons-data h4{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
}
.graph-icon{
	max-width:70px;
	display:block;
	margin:0 auto;
}
.icons-data.circled .circle-div{
    background: #ffffff;
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 8px;
    line-height: 67px;
    margin: 25px auto;
    border: 4px solid #4990e1;
}
.icons-data.circled .circle-div div{
    background: #4990e1;
    border-radius: 50%;
    display: flex;
    height: 100%;
    width: 100%;
	align-items: center;
}
.icons-data.circled .circle-div div h4{
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
	line-height:27px;
}


.tp-section h4.heading-main {
    color: #0189d3;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 14px;
    width: 100%;
    text-align: left;
	position: absolute;
    top: 0;
}
.tp-section h4.heading-main img{
    max-width: 354px;
    margin-top: 10px;
    margin-right: 20px;
}

.img-table-data{
	padding:25px 0;
	position: relative;
}
.img-table-data table{
	position:absolute; 
	width:100%;
}
.img-table-data table td{
    padding: 0;
    height: 45px;
}
.img-table-data table div {
    padding: 37px 0;
    width: 155px;
    text-align: center;
	position: relative;
    display: inline-block;
}
.img-table-data table h2, .img-table-data table h2 a{
	color: #fff;
    font-weight: 700;
    font-size: 47px;
    line-height: 46px;
	
}
.img-table-data table h6, .img-table-data table h6 a{
	color: #fff;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
	
}
.img-table-data table .one{
	
}
.img-table-data table .two{
	margin-left: 15%;
}
.img-table-data table .three{
	 margin-left: 30%;
}
.img-table-data table .four{
	margin-right: 27%;
}
.img-table-data table .five{
	margin-left: 16%;
}
.upper-dots{
	display:none;
}
.tp-section .hover-data{
   position: absolute;
   top:100%;
   border: 1px solid #f9c233;
    z-index: 10;
    background: #fdf9f0;
    height: 206px;
    width: 194px;
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
	text-align: left;
	height: 0;
    overflow: hidden;
    opacity: 0;
	transition:all ease-in-out .3s;
}
.left-icons .icons-data a:hover .hover-data, .img-table-data table div:hover .hover-data, .right-icons .icons-data a:hover .hover-data{
    height: 206px;
	opacity: 1;
}
.tp-section .hover-data h3, .tp-section .hover-data h3 a{
    font-size: 14px;
    font-weight: 700;
    color: #0189d3;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    padding-top: 6px;
    margin-bottom: 12px;
}
.tp-section .hover-data h3 a{
	border-bottom:none;
}	
.tp-section .hover-data p{
    font-size: 12px;
    text-align: justify;
    line-height: 19px;
	font-family: 'Montserrat', sans-serif;
}
@media (min-width:1200px){
	.icons-data {
		min-width: 208px;
	}
}
@media (max-width:1199px){
	.icons-data {
		min-width: 170px;
	}
	.img-table-data table div {
		padding: 30px 0;
		width: 140px;
		text-align: center;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		color: #fff;
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 10px;
		line-height: 20px;
	}
	.img-table-data table .four {
		margin-right: 24%;
	}
	.img-table-data table .five {
		margin-left: 13%;
	}
}
@media (max-width:1100px){
	.icons-data.circled .circle-div {
		width: 170px;
		height: 170px;
	}
	.icons-data.circled .circle-div div h4 {
		font-size: 20px;
	}
}

@media (max-width:991px){
	.img-table-data table td {
		padding: 0;
		height: 5px;
	}
	.img-table-data table div {
		padding: 30px 0;
		width: 100px;
		text-align: center;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 18px;
		line-height: 1px;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 9px;
		line-height: 10px;
	}
	.img-table-data table .four {
		margin-right: 24%;
	}
	.img-table-data table .five {
		margin-left: 13%;
	}
}
@media only screen and (min-width: 990px) and (max-width: 1199px){
	.icons-data.circled .circle-div{
		background: #ffffff;
		display: block;
		width: 155px !important;
		height: 155px !important;
		border-radius: 50%;
		padding: 8px;
		line-height: 67px;
		margin: 25px auto;
		border: 4px solid #4990e1;
	}
	.icons-data.circled .circle-div div h4 {
		font-weight: 500;
		font-size: 16px;
		color: #ffffff;
		line-height: 27px;
	}
}
@media (max-width:768px){
	.left-dot img.left-dot{
		max-width:20px;
	}
	.icons-data {
		min-width: 46px;
		max-height: 150px;
		max-width: 47px;
	}	
	.left-icons .icons-data {
		display: block !important;
		max-width: 100%;
	}
	.left-icons .icons-data.circled {
		width: auto;
       display: inline-block !important;
	}
	
	
	.graph-icon {
		max-width: 46px;
	}
	.icons-data h4 {
		font-size: 9px;
		word-break: break-all;
	}
	.icons-data.circled .circle-div {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		right: 0;
	}
	.icons-data.circled .circle-div div{
	    padding: 4px;
	}
	
	.icons-data.circled .circle-div div h4 {
		font-weight: 500;
		font-size: 9px;
		color: #ffffff;
		line-height: 9px;
		word-break: break-word;
	}
	.tp-section .mobile-charts{
		display:none;
	}
	.upper-dots{
		display:block;
		position: relative;
	}
	.icons-data {
		min-width: 85px;
		max-height: 150px;
		max-width: 85px;
	}
	.img-table-data table td {
		padding: 0;
		height: 0;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		color: #fff;
		font-weight: 700;
		font-size: 12px;
		line-height: 1px;
		margin-top: 4px;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 7px;
		line-height: 8px;
		font-weight: 400;
		border-width:1px;
		border:none;
		margin: 0;
	}
	.icons-data.circled .circle-div {
		width: 83px;
		height: 83px;
		padding: 2px;
		margin: 0 auto;
		top: 14px;
		position: absolute;
	}
	.img-table-data table div {
		padding: 32px 0;
		width: 50px;
		text-align: center;
		padding-bottom: 0px;
	}
	.img-table-data table .four {
		margin-right: 32%;
	}
	.tp-section h4.heading-main {
		top: 0px;
		font-size: 13px;
	}
	.img-table-data table .five {
		margin-left: 17%;
	}
	.tp-section .hover-data {
		width: 70px;
	}
	.tp-section .hover-data h3, .tp-section .hover-data h3 a {
		font-size: 12px;
	}
	.tp-section .hover-data p {
		font-size: 11px;
		line-height: 14px;
	}
	.tp-section h4.heading-main img {
		max-width: 204px;
		margin-top: 1px;
		margin-right: 20px;
	}
}

@media only screen and (min-width: 555px) and (max-width: 625px){
	.img-table-data table div {
		padding: 32px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 44px 0;
		padding-bottom: 37px;
	} 
	.img-table-data table div.one{
		margin-left: 6%;
	}
	.img-table-data table .two {
		margin-left: 25%;
	}
	.img-table-data table .three {
		margin-left: 40%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 23px;
		line-height: 13px;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 12px;
		line-height: 12px;
	}
	.img-table-data table .four {
		margin-right: 35%;
	}
	.img-table-data table .five {
		margin-left: 21%;
	}
	.icons-data {
		min-width: 100px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 58px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
	
	
	
}
@media only screen and (max-width: 580px){
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding-bottom: 32px;
	} 
}
@media only screen and (min-width: 510px) and (max-width: 554px){
	.img-table-data table div {
		padding: 22px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 40px 0;
		padding-bottom: 30px;
	} 
	.img-table-data table div.one{
		margin-left: 5%;
	}
	.img-table-data table .two {
		margin-left: 23%;
	}
	.img-table-data table .three {
		margin-left: 40%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 16px;
		line-height: 13px;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 10px;
		line-height: 12px;
	}
	.img-table-data table .four {
		margin-right: 35%;
	}
	.img-table-data table .five {
		margin-left: 21%;
	}
	.icons-data {
		min-width: 100px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 65px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}
@media only screen and (min-width: 470px) and (max-width: 509px){
	.img-table-data table div {
		padding: 22px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 40px 0;
		padding-bottom: 35px;
	} 
	.img-table-data table div.one{
		margin-left: 5%;
	}
	.img-table-data table .two {
		margin-left: 23%;
	}
	.img-table-data table .three {
		margin-left: 40%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 12px;
		line-height: 12px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 9px;
		line-height: 9px;
	}
	.img-table-data table .four {
		margin-right: 30%;
	}
	.img-table-data table .five {
		margin-left: 18%;
	}
	.icons-data {
		min-width: 100px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 65px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}

@media only screen and (min-width: 430px) and (max-width: 469px){
	.img-table-data table div {
		padding: 22px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 36px 0;
		padding-bottom: 25px;
	} 
	.img-table-data table div.one{
		margin-left: 5%;
	}
	.img-table-data table .two {
		margin-left: 23%;
	}
	.img-table-data table .three {
		margin-left: 40%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 12px;
		line-height: 12px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 9px;
		line-height: 9px;
	}
	.img-table-data table .four {
		margin-right: 30%;
	}
	.img-table-data table .five {
		margin-left: 18%;
	}
	.icons-data {
		min-width: 132px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 60px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}

@media only screen and (min-width: 400px) and (max-width: 429px){
	.img-table-data table div {
		padding: 22px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 34px 0;
		padding-bottom: 18px;
	} 
	.img-table-data table div.one{
		margin-left: 0;
	}
	.img-table-data table .two {
		margin-left: 18%;
	}
	.img-table-data table .three {
		margin-left: 40%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 12px;
		line-height: 12px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 9px;
		line-height: 9px;
	}
	.img-table-data table .four {
		margin-right: 29%;
	}
	.img-table-data table .five {
		margin-left: 16%;
	}
	.icons-data {
		min-width: 119px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 60px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}

@media only screen and (min-width: 370px) and (max-width: 399px){
	.img-table-data table div {
		padding: 12px 0;
		width: 60px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 34px 0;
		padding-bottom: 18px;
	} 
	.img-table-data table div.one{
		margin-left: 0;
	}
	.img-table-data table .two {
		margin-left: 18%;
	}
	.img-table-data table .three {
		margin-left: 30%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 12px;
		line-height: 12px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 9px;
		line-height: 9px;
	}
	.img-table-data table .four {
		margin-right: 29%;
	}
	.img-table-data table .five {
		margin-left: 14%;
	}
	.icons-data {
		min-width: 108px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 60px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}

@media only screen and (min-width: 340px) and (max-width: 369px){
	.img-table-data table div {
		padding: 20px 0;
		width: 45px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 33px 0;
		padding-bottom: 28px;
	} 
	.img-table-data table div.one{
		margin-left: 0;
	}
	.img-table-data table .two {
		margin-left: 18%;
	}
	.img-table-data table .three {
		margin-left: 30%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 10px;
		line-height: 10px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 7px;
		line-height: 7px;
		display: block;
	}
	.img-table-data table .four {
		margin-right: 29%;
	}
	.img-table-data table .five {
		margin-left: 14%;
	}
	.icons-data {
		min-width: 108px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 60px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}
@media only screen and (min-width: 300px) and (max-width: 339px){
	.img-table-data table div {
		padding: 6px 0;
		width: 45px;
	}
	.img-table-data table div.one, .img-table-data table div.two, .img-table-data table div.three{
		padding: 33px 0;
		padding-bottom: 28px;
	} 
	.img-table-data table div.one{
		margin-left: 0;
	}
	.img-table-data table .two {
		margin-left: 18%;
	}
	.img-table-data table .three {
		margin-left: 30%;
	}
	.img-table-data table h2, .img-table-data table h2 a {
		font-size: 10px;
		line-height: 10px;
		padding: 0;
    	margin: 0;
	}
	.img-table-data table h6, .img-table-data table h6 a {
		font-size: 7px;
		line-height: 7px;
		display: block;
	}
	.img-table-data table .four {
		margin-right: 32%;
	}
	.img-table-data table .five {
		margin-left: 20%;
	}
	.icons-data {
		min-width: 85px;
		max-width: 119px;
		float:left;
	}
	.icons-data.circled .circle-div {
		width: auto;
		height: 60px;
		padding: 1px;
		margin: 0 auto;
		top: 0;
		border-radius:0%;
		padding: 2px;
		margin: 0 auto;
		border: 4px solid #4990e1;
		position: relative;
	}
}

/*partners */

.partner-box .partner-img{
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:15px;
}
.partner-box h4, .partner-box h4 a{
    color: #242424;
    font-size: 15px;
    font-weight: 600;
}
.partner-box p{
	color:#666;
    font-size: 12px;
    line-height: 16px;
	text-align: justify;
}

/* Inner KP Box Design */
.kp-doc.design1{
	margin-bottom:25px;
}
.kp-doc.design1 .doc-icon.pdf {
    background: #ffffff;
    border: 2px solid #d7d7d6;
    padding: 12px;
}

ul.language-bar li.dropdown ul.dropdown-menu {
    width:100% !important;
}

.custom_style_submenu
{
    display: none; 
    opacity: 1;
}


.block-body { height: 200px; overflow: auto; }


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

  .ScrollStyle
{
    max-height: 410px;
    overflow-y: scroll;
}
