@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@font-face {
	font-family: 'Kruti_Dev_100';
	src: url(../fonts/Kruti_Dev_100.eot);
	src: url(../fonts/Kruti_Dev_100d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Kruti_Dev_100.otf) format('otf'), url(../fonts/Kruti_Dev_100.ttf) format('truetype'), url(../fonts/Kruti_Dev_100.woff) format('woff'), url(../fonts/Kruti_Dev_100.woff2) format('woff2');
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #222;
	font-weight: 500;
	overflow-x: hidden;
	
}

h5 {
	line-height: 1.6;
}
a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-decoration: none;
}
a.text-warning:focus, a.text-warning:hover {
	color: ivory;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
::-moz-selection {
	color: #fff;
	background-color: #0084e3;
}
::selection {
	color: #fff;
	background-color: #0084e3;
}


body.dark {
  background-color: #000;
}
.dark .navbar{
  background: #000;
}
.dark .stellarnav li a{
	color: #FFFD00
}

.dark .top_bar_contact_list{
    background: #000;
	color: #FFFD00
}
.dark .top_bar_contact_list > li > a {
    background: #000;
	color: #FFFD00
}

.dark .top_bar_contact_list:before{
	border-right: 30px solid #000;
}
.dark .marquee-scroll {
    background: #000;
    color: #FFFD00;
    padding: 4px 0px;
    border-bottom: 2px solid #FFFD00;
}
.dark .note:before {
    background: #000;
    color: #FFFD00
}
.dark .news-title {
    background: #000000;
    color: #fff;
}
.dark .news_box {
    background: #000000;
    border: 1px solid #fffd00;
}
.dark .ticker > li > article > p{
	color: #fffd00;
}
.dark .ticker li article span{
		color: #fffd00;
}
.dark .ticker li aside {
    background: #000000;
}
.dark .ticker li aside h2 {
    color: #fffd00;
}
.dark .ticker li aside span {
    color: #fffd00;
}
.dark .ribbon {
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);

}
.dark .ribbon i:nth-child(3), .dark .ribbon i:last-child {
    background: rgb(0 0 0);
}
.dark .ribbon i:nth-child(3)::before {
    content: '';
    background-color: #000000;
    border-left: 22px solid black;
}
.dark .ribbon i:last-child::before{
	    background-color: #000000;
    border-right: 22px solid black;

}
.dark .about-text p{
	color: #fffd00;
}
.dark .goToTop .stellarnav ul {
    background: #000000;
}
.dark .know-more-btn {
    color: #fffd00;
    background: #000000;
    border: 1px solid #fffd00
}
.dark .know-more-btn:after{
	background: #000000;
}
.dark .stellarnav > ul > li .active {
    background: #272727;
}

.listdistrict-grid {
	background: url("../images/flag-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 0px 20px;
	    position: relative;
}
.listdistrict-grid::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 1; */
    background-color: rgb(0 0 0 / 78%);
}

/*
.dark .listdistrict-grid {
    background: #000;
}*/
.dark .projectFactsWrap .item {
    background: rgb(0 0 0);
}
.dark .mobile-app-grid {
    background: #000000;
}
.dark .mobile-app-title {
    color: #fff;
}
.dark .mobile-app-title > span {
    background: #ffffff;
}
.dark .owl-theme3 .item {
    background: #000000;
    border: 2px solid #000000;
}
.dark .stellarnav > ul > li > a:hover {
    background: #000000;
}
.dark .stellarnav.dark ul ul li a:hover {
    background-color: #000000;
    color: #fffd00;
}
.dark .stellarnav.dark ul ul {
    background: #000000;
}
.dark .stellarnav.dark ul ul li a {
    color: #fffd00;
}
.dark .stellarnav > ul > li:hover {
    background: #000000;
}
.dark .stellarnav.dark ul ul li {
    border-bottom: 1px solid #ffeb3b;
}
.dark .stellarnav.mobile.dark ul {
    background: #000000;
}
.dark #footer-grid {
    color: #fffd00;
    background: #000000;
}
.dark .footer-title ul li a {
    color: #fffd00;
}
.dark #footer-bottom-grid a, .footer-title ul li a:hover {
    color: #fffd00;
    text-decoration: none;
}
.dark .footer-title ul li::marker {
    color: #ffffff;
}
.dark .footer-title > h3 {
    color: #fff;
}
.dark .footer-title > h3::after {
    background-color: #fffd00;
}
.dark .social-icon > li > a {
    color: #fffd00;
}
.dark .copyright {
    font-size: 12px;
    color: #fffd00;
    background: #000000;
}
.dark .scroll-top-wrapper {
    color: #000000;
    background: rgb(255 253 0);
}
.dark .top_bar_contact_list > li > a:hover {
    color: #fffd00;
}
.dark .carousel-control-next {
    background: rgb(255 253 0);
    color: #000;
}
.dark .carousel-control-prev{
	 background: rgb(255 253 0);
    color: #000;
}
.dark .tool::before {
    border-color: #fffd00 transparent transparent transparent;
}
.dark .tool::after {
    background: #eeec00;
    color: #000000;
}
.dark .stellarnav {
    background: #000000;
}
.dark .top_bar {
    background: #000000;
    padding: 0px 0px;
    padding-bottom: 4px;
}


.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
    width: 32px;
    height: 16px;
    background-color: #111;
    /* display: flex; */
    border-radius: 50px;
    /* align-items: stretch; */
    /* justify-content: space-between; */
    /* padding: 5px; */
    position: relative;
    /* transform: scale(1.5); */
    top: 4px;
    cursor: pointer;
}

.ball {
    width: 16px;
    height: 16px;
    background-color: white;
    /* position: absolute; */
    /* top: 2px; */
    /* left: 2px; */
     border-radius: 50%; 
    transition: transform 0.2s linear;
}

/*  target the elemenent after the label*/
.checkbox:checked + .label .ball{
  transform: translateX(16px);
}

.fa-moon {
  color: pink;
}

.fa-sun {
  color: yellow;
}

/*
a[data-tooltip].top:before, a[data-tooltip].top:after {
    transform: translateY(10px);
}
a[data-tooltip].top:hover:after, a[data-tooltip].top:hover:before {
    transform: translateY(0px);
}
a[data-tooltip] {
    position: relative;
}
a[data-tooltip]:after, a[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: transform 200ms ease, opacity 200ms;
    z-index: 99;
}
a[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #1f1f1f;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    width: 95%;
    text-align: center;
}
a[data-tooltip]:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}
a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 0.85;
    transform: translateY(0px);
}
a[data-tooltip][data-position=top]:before {
    bottom: 100%;
    left: 11px;
    margin-bottom: 7px;
}
a[data-tooltip][data-position=top]:after {
    border-top-color: #1f1f1f;
    border-bottom: none;
    bottom: 101%;
 left: calc(0% - -103px);
    margin-bottom: 1px;
}
*/

.footer-datatime {
    font-size: 14px;
    padding: 10px 0px;
}
.right-slider-img {
    position: absolute;
    top: 0px;
    right: 2%;
    color: #000;
}
.right-slider-img > ul {
    display: flex;
    margin: 0px;
    padding: 0px;
	margin-top: 20px;
}
.right-slider-img > ul > li {
    list-style: none;
    background: rgb(255 255 255 / 92%);
    padding: 12px;
    text-align: center;
    margin: 0px 3px;
    
    box-shadow: 0px 6px 10px rgb(0 0 0 / 43%);
    border-radius: 10px;
    width: 220px;
}
.right-slider-img > ul > li > img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100%;
    border: 2px solid #dedede;
}
.right-slider-img > ul > li > h2 {
    font-size: 16px;
    
}
.right-slider-img > ul > li > p {
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}


.left-slider-img {
    position: absolute;
    top: 0px;
    left: 2%;
    color: #000;
	margin-top: 20px;
}
.left-slider-img > ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}
.left-slider-img > ul > li {
        list-style: none;
    background: rgb(255 255 255 / 92%);
    padding: 12px;
    text-align: center;
    margin: 0px 3px;
    /* border: 3px solid rgb(202 48 0 / 14%); */
    box-shadow: 0px 6px 10px rgb(0 0 0 / 43%);
    border-radius: 10px;
    width: 220px;
}
.left-slider-img > ul > li > img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100%;
    height: 140px;
    border: 2px solid #dedede;
}
.left-slider-img > ul > li > h2 {
    font-size: 16px;
    text-transform: uppercase;
}
.left-slider-img > ul > li > p {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}




.sectionClass {
	padding: 20px 0px 50px 0px;
	position: relative;
	display: block;
}
.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}
.sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
}
.sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
}
.projectFactsWrap {
	
}
#projectFacts .fullWidth {
    padding: 60px 40px;
}
.projectFactsWrap .item {
	width: 50%;
	padding: 20px 0px;
	text-align: center;
	background: #6483cc;
	margin: 20px;
	border-radius: 30px;
	float: left;
	margin-left: 120px;
}
.projectFactsWrap .item:nth-child(1) {}
.projectFactsWrap .item:nth-child(2) {}
.projectFactsWrap .item:nth-child(3) {}
.projectFactsWrap .item:nth-child(4) {}
.projectFactsWrap .item p.number {
	font-size: 60px;
	padding: 0;
	font-weight: bold;
}
.projectFactsWrap .item p {
	color: rgb(255 255 255);
	font-size: 17px;
	margin: 0;
	padding: 10px;
}
.projectFactsWrap .item span {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}
.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
	color: white;
}
.projectFactsWrap .item:hover span {
	background: white;
}
.why-box {
	background: #f4f4f4;
}
.corner-btn {
	display: inline-block;
	line-height: 28px;
	background: transparent;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #2f5741;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 30px;
	margin-top: 20px;
	border: 2px solid #2f5741;
}
.corner-btn:hover {
	background: #ec9500;
	border: 2px solid #ec9500;
	color: #fff;
}
.why-box1 {
    padding: 30px;
    height: 390px;
    position: relative;
    float: left;
    width: 48%;
    text-align: center;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgb(204 204 204 / 54%);
}
.why-box1 .why-text1 {
	margin-top: 30px;
}
.why-box1 .why-text1 > h3 {
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: normal;
}
.why-box1:hover .why-text1 > h3 {
	
}

.why-box1 .why-text1 > h3 > span{
	display: block;
	
}
.why-box1 .why-text1 > p {
	font-size: 13px;
	font-weight: 500;
}
.why-box1 > article {
    height: 120px;
    width: 120px;
    overflow: hidden;
    margin-bottom: 0px;
    box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    border-radius: 100%;
    border: 3px solid #fff;
    margin: auto;
}
.why-box1 > article > img {
    width: 100%;
    height: 100%;
}
.news_box {
	background: #f4f4f4;
	padding: 30px 30px;
	/* box-shadow: 0px 0px 10px #ccc; */
	border: 1px solid #dfdddd;
}
.news-title {
    background: #244840;
    color: #ffff;
    font-size: 20px;
    margin: 0px;
    padding: 14px 30px;
    display: block;
    position: relative;
    margin-left: 0px;
    text-align: center;
    text-transform: uppercase;
}
.news-title > img {
	width: 28px;
	margin-right: 7px;
}
.news-more-btn {
	display: block;
	text-align: center;
	width: 100%;
	color: #80b075;
	font-weight: 500;
}
.news-more-btn:hover {
	color: #ec9500;
}
.pressRelease {}
.ticker li {
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0px;
}
.ticker li aside {
	background: #28a722;
	float: left;
	padding: 9px;
	width: 50px;
	height: 65px;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
}
.ticker li aside h2 {
	color: #fff;
	font-weight: 700;
	margin: 0px;
	font-size: 22px;
}
.ticker li aside span {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.ticker li article {}
.ticker > li > article > p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
	margin: 0px;
	line-height: 20px;
}
.ticker li article span {
	font-size: 12px;
	font-weight: 400;
}
.ticker {
	overflow: auto;
	position: relative;
	border: none;
	/* background-color: #fff; */
	height: 260px;
	padding: 0px;
}
.inner-grid {
	padding: 10px 0px;
}
.about-text {
	padding: 20px;
}
.about-text h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	padding: 13px 10px;
	margin-top: 20px;
	background: #6483cc;
	margin-bottom: 10px;
	/* display: inline-block; */
}
.about-text > p {
	text-align: justify;
	font-size: 15px;
}
.breadcrumb-grid {
	padding: 70px 0;
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.breadcrumb {
	color: #fff;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	text-align: center;
	padding: 0px;
	flex-wrap: inherit;
	display: block;
}
.breadcrumb > li {
	font-size: 12px;
	display: inline-block;
}
.breadcrumb li a {
	color: #6483cc;
	font-weight: 500;
}
.breadcrumb > .active {
	color: #cecece;
}
.foot-logo {
	display: inline-block;
	width: 100%;
}
.foot-logo > img {
    width: 100%;
    /* background: #fff; */
    /* border-radius: 100px; */
    /* float: left; */
    /* border: 1px solid #fff; */
    margin-bottom: 20px;
}
.foot-logo > span {
    float: left;
    width: 70%;
    /* color: #fff; */
    font-size: 15px;
    font-weight: 600;
    margin: 5px;
    line-height: 27px;
}
.foot-logo > span > b {
	display: block;
	font-size: 18px;
}
.hit-counter {
	text-align: center;
}
.lastupdated {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	margin-top: 5px;
}
.lastupdated > span {
	display: block;
	color: #000 !important;
}
.social-icon {
	padding: 8px 0px 5px 20px;
	margin: 0px;
	clear: both;
}
.social-icon > li {
	line-height: normal;
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
}
.social-icon > li > a {
	color: #333;
	font-size: 13px;
	font-weight: 500;
	padding: 0px;
}
.social-icon > li > a > i {
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.social-icon > li > a:hover {
	color: #ccc;
}
.social-icon > li:nth-child(1) a i {
	color: #ff0000;
}
.social-icon > li:nth-child(2) a i {
	color: #4267B2;
}
.social-icon > li:nth-child(3) a i {
	color: #00acee;
}
.toll-free-grid {
	background: #ededed;
	text-align: center;
}
.toll-free {
	display: inline-block;
	padding: 10px 40px;
	background: #28a722;
	text-align: center;
	position: relative;
	margin: 0px auto;
	top: 40px;
	z-index: 1;
	margin-top: -40px;
	box-shadow: 0px 8px 10px #060b20;
}
.toll-free::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -22px;
	border-top: 59px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 22px solid #097404;
}
.toll-free::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -22px;
	border-top: 59px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 22px solid #097404;
}
.toll-free > img {
	float: left;
}
.toll-free > article {
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: normal;
	color: #fff;
	font-weight: 600;
	margin: 6px 18px;
}
.toll-free > article > span {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}
.toll-free > h2 {
	float: left;
	font-size: 54px;
	font-weight: 800;
	color: #fff;
}
.mobile-app-grid {
	background: #ededed;
	padding: 20px 20px;
}
.mobile-app-icon > li > a img {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.mobile-app-icon > li > a img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.listdistrict-grid {
	background: url("../images/flag-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 0px 20px;
}
.district-list-title {
	margin-top: 90px;
}
.district-list-title > h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 0px;
	font-weight: 800;
	margin: 0px;
	color: #333;
}
.district-list-title > h3 > span {
	background: #6483cc;
	display: block;
	height: 3px;
	width: 70px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-select {
	width: 80%;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.right-logo-bg {
	padding-bottom: 0px;
}
.image-wrapper {
	width: 100%;
	align-items: center;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.image-wrapper img {
	height: auto;
	max-width: 100%;
}
.shine {
	position: relative;
	overflow: hidden;
}
.shine::before {
	background: linear-gradient(to right, rgb(236 126 32 / 13%) 0%, hsl(28deg 84% 53% / 21%) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}
.shine:hover::before, .shine:focus::before {
	-webkit-animation: shine 0.85s;
	animation: shine 0.85s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.up-img {
	height: 280px;
	margin: auto;
	display: block;
}
.right-ceo > h3 {
	background: #28a722;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
	font-weight: 600;
	margin: 0px;
}
.right-ceo > h3 > span {}
.right-box {
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding-top: 5px;
	height: 468px;
	position: relative;
}
.right-box > p {
	font-size: 13px;
	text-align: justify;
	padding: 4px 15px;
	line-height: 20px;
}
.ceo-img {
	padding: 2px;
	float: left;
	width: 130px;
	border: 1px solid #6483cc;
	margin-left: 15px;
	margin-top: 10px;
	background: #6483cc;
	margin-right: 10px;
}
.ceo-img > img {
	width: 100%;
}
.ceo-img > p {
	font-size: 12px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	background: #6483cc;
	color: #fff;
	line-height: normal;
	font-weight: 600;
}
.ceo-img > p > span {
	font-size: 11px;
}
.nav-tabs {
	border-bottom: 1px solid #d9d9d9;
	margin-top: 10px;
}
.nav-tabs .nav-link {
	color: #333;
	font-weight: 600;
	font-size: 13px;
	border-radius: 0px;
	padding: 10px 12px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000000;
}
.tab-content {
	padding: 0px 20px;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	display: inline-block;
	width: 100%;
}
.post {
	display: block;
	border-bottom: 1px solid #ebeaea;
	padding: 10px 0px;
	height: 94px;
}
.post:hover h5 {
	color: #af241d;
}
.post h5 {
	margin: 0px;
	float: left;
	width: 84%;
	margin-left: 10px;
	display: inline-block;
	color: #3a393a;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 0px;
	height: 44px;
}
.post-date {
	float: left;
	width: 70px;
	background: #e7e7e7;
	border-radius: 100px;
	height: 70px;
	padding: 14px;
	line-height: 43px;
}
.file-box {
	font-size: 12px;
	color: #333;
	display: inline-block;
	margin-left: 9px;
	margin-top: 10px;
}
.file-box i {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #6483cc;
	margin-right: 5px;
}
.file-box p {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
}
.readmore {
	color: #000;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	display: block;
	float: right;
	padding: 10px 0px;
	text-decoration: underline;
}
.readmore:hover {
	color: #af241d;
}
.animate-wiggle {
	-webkit-animation: wiggle 1s infinite;
	animation: wiggle 1s infinite;
	width: 60px;
	height: 40px;
	position: absolute;
	top: -3px;
	right: -20px;
}
.animate-wiggle > img {
	height: 25px;
}
@-webkit-keyframes wiggle {
	0%, 100% {
		transform: scale(1.2) rotate(0deg);
	}
	50% {
		transform: scale(1.0) rotate(7deg);
	}
}
@keyframes wiggle {
	0%, 100% {
		transform: scale(1.2) rotate(0deg);
	}
	50% {
		transform: scale(1.0) rotate(7deg);
	}
}
.ribbon {
	width: 85%;
	height: 47px;
	margin: auto;
	position: relative;
	color: #fff;
	text-align: center;
	background: #6483cc;
	background: linear-gradient(0deg, #6483cc 0%, #6483cc 100%);
	-webkit-animation: main 250ms;
	-moz-animation: main 250ms;
	-ms-animation: main 250ms;
	animation: main 250ms;
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
}
.ribbon > a {
	color: #fff;
	display: inline-block;
	font-weight: 600;
}
.ribbon > a:hover {
	color: #ffbc86;
}
.ribbon i {
	position: absolute;
}
.ribbon i:nth-child(3), .ribbon i:last-child {
	width: 50px;
	height: 47px;
	left: -50px;
	z-index: -2;
	background: #6483cc;
	border-left-color: transparent;
	-webkit-animation: back 600ms;
	-moz-animation: back 600ms;
	-ms-animation: back 600ms;
	animation: back 600ms;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.ribbon i:nth-child(3)::before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	z-index: -1;
	top: 0px;
	background: #6483cc;
	left: 0px;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 22px solid white;
}
.ribbon i:last-child {
	width: 50px;
	height: 47px;
	left: auto;
	right: -50px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.ribbon i:last-child::before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	z-index: -1;
	top: 0px;
	background: #6483cc;
	right: 0px;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-right: 22px solid white;
}
/* animations */
@-webkit-keyframes main {
	0% {
		-webkit-transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}
@-webkit-keyframes edge {
	0%, 50% {
		-webkit-transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}
@-webkit-keyframes back {
	0%, 75% {
		-webkit-transform: scaleX(0);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}
@-moz-keyframes main {
	0% {
		-moz-transform: scaleX(0);
	}
	100% {
		-moz-transform: scaleX(1);
	}
}
@-moz-keyframes edge {
	0%, 50% {
		-moz-transform: scaleY(0);
	}
	100% {
		-moz-transform: scaleY(1);
	}
}
@-moz-keyframes back {
	0%, 75% {
		-moz-transform: scaleX(0);
	}
	100% {
		-moz-transform: scaleX(1);
	}
}
@keyframes main {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes edge {
	0%, 50% {
		transform: scaleY(0);
	}
	100% {
		transform: scaleY(1);
	}
}
@keyframes back {
	0%, 75% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
.service-box1 {
	background-color: #fdb6b3;
	display: block;
	padding: 6px 30px;
	border: 1px solid #fdb6b3;
	height: 80px;
	line-height: normal;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	transition: ease 0.3s;
}
.service-box1:hover {
	transform: scale(1.05);
}
.service-box1:after {
	content: "";
	width: 80px;
	height: 60px;
	background-image: url("../images/index_09.html");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	top: 10px;
	right: 5px;
	position: absolute;
	display: inline-block;
}
.service-box1:hover span {
	border-radius: 0px 0px 0px 0px;
}
.service-box1 > span {
	background-color: #ffd7d5;
	position: absolute;
	z-index: -1;
	left: 0px;
	width: 100%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border-radius: 0px 0px 0px 80px;
	transition: all 0.5s linear;
}
.service-box1-h2 {
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
}
.service-box1 h2 {
	font-size: 13px;
	color: #300907;
	font-weight: 700;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 20px;
	line-height: normal;
}
.service-box2 {
	background-color: #bbe8e6;
	border: 1px solid #bbe8e6;
}
.service-box2:after {
	content: "";
	width: 81px;
	height: 75px;
	background-image: url("../images/index_06.html");
	top: 2px;
	right: 5px;
}
.service-box2 > span {
	background-color: #e1fefd;
}
.service-box2 h2 {
	color: #063b39;
}
.service-box3 {
	background-color: #b2d1ef;
	border: 1px solid #b2d1ef;
}
.service-box3:after {
	content: "";
	width: 119px;
	height: 67px;
	background-image: url("../images/index_12.html");
	top: 5px;
	right: 5px;
}
.service-box3 > span {
	background-color: #d4e8fc;
}
.service-box3 h2 {
	color: #0e2e4e;
}
.service-box4 {
	background-color: #ebd7a9;
	border: 1px solid #ebd7a9;
}
.service-box4:after {
	content: "";
	width: 76px;
	height: 89px;
	background-image: url("../images/index_03.html");
	top: 2px;
	right: 5px;
}
.service-box4 > span {
	background-color: #fcf0d4;
}
.service-box4 h2 {
	color: #443105;
}
.service-box5 {
	background-color: #ebd7a9;
	border: 1px solid #ebd7a9;
}
.service-box5:after {
	content: "";
	width: 87px;
	height: 74px;
	background-image: url("../images/index_18.html");
	top: 2px;
	right: 10px;
}
.service-box5 > span {
	background-color: #fcf0d4;
}
.service-box5 h2 {
	color: #443105;
}
.service-box6 {
	background-color: #b2d1ef;
	border: 1px solid #b2d1ef;
}
.service-box6:after {
	content: "";
	width: 78px;
	height: 78px;
	background-image: url("../images/index_20.html");
	top: 0px;
	right: 7px;
}
.service-box6 > span {
	background-color: #d4e8fc;
}
.service-box6 h2 {
	color: #0e2e4e;
}
.service-box7 {
	background-color: #bbe8e6;
	border: 1px solid #bbe8e6;
}
.service-box7:after {
	content: "";
	width: 100px;
	height: 68px;
	background-image: url("../images/index_23.html");
	top: 5px;
	right: 11px;
}
.service-box7 > span {
	background-color: #e1fefd;
}
.service-box7 h2 {
	color: #063b39;
}
.service-box8 {
	background-color: #fdb6b3;
	border: 1px solid #fdb6b3;
}
.service-box8:after {
	content: "";
	width: 81px;
	height: 75px;
	background-image: url("../images/index_06.html");
	top: 2px;
	right: 5px;
}
.service-box8 > span {
	background-color: #ffd7d5;
}
.service-box8 h2 {
	color: #300907;
}
.input-group-btn {}
.corner-more-btn {
	display: inline-block;
	font-size: 9px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	text-align: center;
	position: relative;
	transition: all .35s;
	padding: 3px 23px;
	margin-top: 25px;
	background: #fff;
	border: 1px solid rgb(214 214 214 / 63%);
	text-transform: uppercase;
	border-radius: 100px;
	overflow: hidden;
}
.corner-more-btn:hover {
	color: #ffffff;
	background: transparent;
	border: 1px solid #fff;
}
.bird-corner {
	display: flex;
}
.bird-corner > li {
	list-style: none;
}
.testi_v {
	background: url(../images/loading.gif) no-repeat center #f1f1f1;
	width: 100%;
	height: 220px;
	background-size: 50px;
	border: 1px solid #e7e7e7;
}
.search-open {
	overflow: hidden;
}
.close {
	position: absolute;
	top: 1rem;
	right: 2rem;
	background: none;
	border: 0;
	font-size: 3rem;
	font-weight: 700;
	display: block;
	cursor: pointer;
	color: #fff;
	outline: none;
	text-shadow: none;
	padding: 48px !important;
}
.close:hover {
	opacity: 0.9;
	color: #fff;
}
.close:before, .close:after {
	position: absolute;
	top: 30px;
	right: 40px;
	content: ' ';
	height: 53px;
	width: 2px;
	background-color: #fff;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgb(5 57 100 / 98%);
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.search-box.search-elem .inner {
	width: 80%;
	position: fixed;
	top: 50%;
	right: 0px;
	left: 0px;
	margin: auto;
}
.search-box.search-elem button.submit {
	outline: none;
	height: 72px;
	padding: 10px 70px;
	background: #6483cc !important;
	font-size: 20px;
	color: white !important;
	border: 0px;
	cursor: pointer;
	width: 19%;
}
.search-box.search-elem button.submit:hover {
	background: #51a103 !important;
}
.search-box.search-elem input[type=text] {
	padding: 20px;
	height: 72px;
	font-size: 32px;
	font-weight: 300;
	border: none;
	transition: border 0.3s;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-style: italic;
	float: left;
	width: 81%;
}
.search-box.search-elem input[type=text]:focus {
	border-bottom: solid 1px #6483cc;
	box-shadow: none;
	outline: 0;
}
.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.social_nav {
	top: 170px;
	position: fixed;
	z-index: 999;
}
.social_nav:hover {
	right: 40px;
}
.social_nav ul {
	margin-top: 0;
	margin-bottom: 0rem
}
.social_nav li {
	height: 45px;
	position: relative;
	list-style: none;
	margin-bottom: 5px;
}
.social_nav li a {
	color: #fff !important;
	display: block;
	width: 130px;
	line-height: 45px;
	transition: all .3s linear;
	text-decoration: none !important;
	border-radius: 10px 0px 0px 10px;
	padding: 2px 10px;
	position: fixed;
	z-index: 999;
	width: 45px;
	white-space: nowrap;
	transition: all 0.3s linear;
	border-radius: 10px 0px 0px 10px;
	right: -16px
}
.social_nav ul li a:hover {
	width: 130px;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
}
.social_nav li:nth-child(1) a {
	background: #4267B2
}
.social_nav li:nth-child(2) a {
	background: #ff0000
}
.social_nav li:nth-child(3) a {
	background: #00acee
}
.social_nav li a i {
	width: 18px;
}
.social_nav ul li a span {
	font-weight: 600;
}
.expertise-grid {
	padding: 90px 0px;
	padding-bottom: 0px;
}
.click-btn {
	text-align: center;
	font-size: 15px;
	color: #1d212a;
	text-decoration: none;
	transition: all 0.35s;
	box-sizing: border-box;
	background: #f0f2f5;
	padding: 30px 10px;
	font-weight: 600;
	margin-bottom: 20px;
}
.btn-style1 {}
.btn-style1:hover {
	transform: translateY(-0.25em);
	color: #1d212a;
}
.btn-style1:hover::before {
	opacity: 1;
}
.btn-style1::before {
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	bottom: -1.35em;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	opacity: 0;
	transition: all 0.65s;
	content: "";
}
.about-campus-box {
	margin-top: -260px;
}
.about-brance {
	background: #fff;
	margin-top: 30px;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 0%), 10px 10px 10px rgb(0 0 0 / 7%), -10px 10px 10px rgb(0 0 0 / 8%);
}
.brance-text > h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
}
.about-campus {
	background: url("../images/inner-campus-bg.html") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0px;
	padding-bottom: 270px;
}
.cunter-box {
	display: flex;
	margin-bottom: 60px;
}
.cunter-bg {
	position: absolute;
	z-index: -1;
	left: -40px;
	top: 24px;
	height: 70px;
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}
.counter {
	width: 23%;
	margin-left: 35px;
	padding: 20px;
	height: 100px;
	position: relative;
}
.counter:first-child {
	margin-left: 0px;
}
.col_fourth1 {
	background: #8ec13f
}
.col_fourth2 {
	background: #f39c12
}
.col_fourth3 {
	background: #1e89f0
}
.col_fourth4 {
	background: #16a085
}
.cunter-box > .end {
	border-right: 0px;
}
.count-title {
	font-size: 23px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 0;
	float: left;
	width: 82px;
}
.count-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0;
	float: left;
	width: 100px;
}
.icon-1x {
	float: left;
	background: #ffffff;
	color: #fff;
	height: 60px;
	width: 60px;
	padding: 10px;
	margin-right: 28px;
	text-align: center;
	position: absolute;
	left: -12px;
}
.icon-1x:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0px;
	pointer-events: none;
	-webkit-mask: none;
	left: auto;
	right: -14px;
	border-bottom: 61px solid #ffffff;
	border-right: 14px solid transparent;
	z-index: 1;
}
.icon-1x img {
	position: relative;
	top: 2px;
	margin: 0px auto;
}
.counter-box-1 {
	color: #fff;
	padding: 10px 0px;
	padding-left: 53px;
}
.counter-box-1 > b {
	position: absolute;
	font-size: 24px;
	top: 30px;
	margin-left: -50px;
}
.vision-img {
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
}
.vision-effect > img {
	width: 100%;
}
.vision-effect::before {
	right: 0;
	opacity: 0.7;
	top: 0;
}
.vision-effect::after {
	bottom: 0;
	opacity: 0.7;
	left: 0;
}
.vision-effect::before, .vision-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.vision-effect:hover::after, .vision-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.annual-ulli {
	margin: 0px;
	padding: 0px;
}
.annual-ulli li {
	list-style: none;
	margin: 0px;
	padding: 12px 20px;
	line-height: normal;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	text-indent: -16px;
}
.annual-ulli li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 0.375rem;
	height: 7px;
	width: 7px;
	margin-right: 0.5rem;
	background-color: #69737d;
}
.buttons {
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 25%;
	right: 0px;
}
.buttonbtn {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 0px;
	background: #6483cc;
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	line-height: 33px;
	cursor: pointer;
}
.first {
	display: none;
}
.fullscreen {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 0px;
	background: #6980c2;
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	line-height: 40px;
	position: relative;
	top: -5px;
	cursor: pointer;
}
.close-btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 0px;
	background: #de5e25;
	font-size: 28px;
	color: #fff;
	font-weight: 200;
	line-height: 40px;
	position: relative;
	top: -1px;
}
.about-grid {
	padding: 70px 0px;
}
.about-inner {
	margin-bottom: 70px;
}
.about-inner > p {
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
.tab {
	overflow: hidden;
	width: 570px;
	margin: 0px auto;
}
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-right: 5px solid #e4e5e9;
	background: #fff;
}
.tab button:hover {
	background-color: #ff9933;
	color: #fff;
}
.tab button.active {
	background-color: #ff9933;
	color: #fff;
	border-right: 1px solid #e4e5e9;
}
.tabcontent {
	display: none;
	padding: 40px 0px;
	border-top: none;
	padding-bottom: 0px;
}
.top-innerbody {
	width: 100%;
	height: 160px;
	margin: 0;
	background: url(../images/about-bg.html) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.header_title {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin: 0px;
}
.header_title > span {
	background: #00bcd4;
	height: 2px;
	width: 47px;
	display: block;
	margin: 0px auto;
	margin-top: 15px;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.owl-theme3 .item {
	margin: 0px;
	padding: 20px 0px;
	transition: ease 0.3s;
	/*background: #ffffff;*/
	/*border: 2px solid #ffffff;*/
}
.owl-theme3 .item:hover {}
.owl-theme3 .item a {
	display: block;
	width: auto !important;
	margin: 0px auto;
	transition: ease 0.2s;
	transform: scale(1.0);
}
.owl-theme3 .item a:hover {
	transform: scale(1.1);
}
.owl-theme3 .item a img {
	margin: 0px auto;
	height: 70px;
	width: auto;
}
.owl-theme4 .item {
	margin: 0px;
	padding: 14px 0px;
	transition: ease 0.3s;
	background: #6483cc;
	width: 24%;
	height: 110px;
	border-radius: 10px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.owl-theme4 .item:hover {
	background: #af241d;
}
.owl-theme4 .item a {
	width: auto !important;
	margin: 0px auto;
	transition: ease 0.2s;
	transform: scale(1.0);
}
.owl-theme4 .item a span {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 0px;
	line-height: normal;
}
.owl-theme4 .item a:hover {}
.owl-theme4 .item a img {
	margin: 0px auto;
	height: 53px;
	width: auto;
}
.testimonial_section {
	display: block;
	overflow: hidden;
	background: url("../images/testimonial.html") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0px;
}
.testimonial_section:after {
	display: block;
	clear: both;
	content: "";
}
.testimonials {
	width: 800px;
	margin: 0px auto;
}
.testimonial_section .about_content .layer_content .section_title p {
	color: #fff;
	margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
	font-size: 18px;
	vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
	color: #ff5e14;
}
.testimonial_section .testimonial_box {
	margin: 60px;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
	position: relative;
	z-index: 9;
	height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
	display: block;
	position: relative;
}
.testimg-user {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #f1eff4;
	border-radius: 100px;
	margin: 0px auto;
}
.testimg-user > img {}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
	padding: 10px;
	z-index: 1;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	color: #fff;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
	margin-bottom: 15px;
	position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
	padding-top: 0;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
	font-size: 12px;
	color: rgb(255 255 255 / 78%);
	margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content img {
	height: 25px;
	width: auto;
	margin: 10px auto;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
	position: absolute;
	top: 155px;
	left: 5px;
	border-radius: 0;
	display: block;
	background: transparent !important;
	outline: 0;
	border: 0px !important;
	width: 34px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #fff !important;
	font-size: 33px !important;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
	background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
	position: absolute;
	top: 155px;
	right: 5px;
	border-radius: 0;
	display: block;
	background: transparent !important;
	outline: 0;
	border: 0px !important;
	width: 34px;
	text-align: center;
	line-height: 34px;
	height: 34px;
	color: #fff !important;
	font-size: 33px !important;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
	background: #020d26;
}
.course-title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.course-p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	display: block;
	width: 100%;
}
.product-grid {
	background: #edf0f2;
	padding: 20px 0px;
	padding-bottom: 30px;
}
/*
.owl-theme .owl-nav {
    margin-top: -10px !important;
    position: absolute;
    top: -60px;
    right: -4px;
}
*/
.certifi-courses-btn {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	text-align: center;
	position: relative;
	transition: all .35s;
	max-width: 290px;
	margin: 0px auto;
	padding: 9px 25px;
	margin-top: 45px;
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-right: 3px solid #6483cc;
	text-transform: uppercase;
}
.certifi-courses-btn span {
	position: relative;
	z-index: 2;
}
.certifi-courses-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #6483cc;
	transition: all .35s;
}
.certifi-courses-btn:hover {
	color: #fff;
}
.certifi-courses-btn:hover:after {
	width: 100%;
}
button:focus {
	outline: 0;
}
.mobile-app-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
	color: #333;
}
.mobile-app-title > span {
	background: #6483cc;
	display: block;
	height: 3px;
	width: 70px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: rgb(202 48 0) !important;
	height: 10px;
	width: 10px;
	color: #979595 !important;
	opacity: 0.9;
	transition: all ease-in-out 0.2s;
	border-radius: 100px;
	line-height: normal !important;
	margin: 2px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.9;
	color: #fff !important;
	background: rgb(222 94 37) !important;
}
.product-card {
	transition: all ease-in-out 0.4s;
	margin: 10px;
}
.product-img img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.product-card:hover .product-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.owl-dots {
	display: none;
}
.owl-carousel-box {
	padding: 50px 0px;
	padding-bottom: 10px;
}
.carousel_title {
	text-align: center;
	margin-bottom: 30px;
}
.carousel_title > h2 {
	color: #292929;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 0px;
	padding: 0px 25px 10px 25px;
	position: relative;
	display: block;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 0px;
	min-width: 250px;
}
.carousel_title > span {
	background: #431f1a;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.8px;
	margin: 0px;
	margin-bottom: 25px;
}
.card-product {
	width: 100%;
	overflow: hidden;
}
.product-img {
	transition: all ease-in-out 0.4s;
	width: 100%;
	height: 210px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
.product-card:hover .product-img {}
.card-title > article {
	color: #646464;
	font-weight: 400;
	padding: 10px 0px;
}
.product-card:hover {}
.product-card2 {
	border: 0px;
}
.product-card2:hover {
	transition: all 0.3s ease;
	box-shadow: none;
	border: 0px;
}
.card-title {
	font-size: 14px;
	line-height: 18px;
	padding: 0px 0px;
	color: #fff;
}
.card-title > h1 {
	font-size: 18px;
	line-height: normal;
	padding: 0px;
	font-weight: 600;
	height: 40px;
	margin: 0px;
}
.card-title > h3 {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
}
.btn-product-card {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition: all .35s;
	padding: 9px 25px;
	margin-top: 25px;
	background: #ff6633;
	width: 100%;
	border-radius: 4px;
}
.btn-product-card span {
	position: relative;
	z-index: 2;
}
.btn-product-card:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #6483cc;
	transition: all .35s;
	border-radius: 4px;
}
.btn-product-card:hover {
	color: #fff;
}
.btn-product-card:hover:after {
	width: 100%;
}
.event-btn {
	position: absolute !important;
	right: 0px;
	top: 0px;
	margin-top: 0px !important;
}
.event1 {
	display: flex;
	position: relative;
	border: 1px solid #ccc;
	height: 300px;
	overflow: hidden;
}
.hover-effect > img {
	width: 100%;
}
.hover-effect::before {
	right: 0;
	opacity: 0.7;
	top: 0;
}
.hover-effect::after {
	bottom: 0;
	opacity: 0.7;
	left: 0;
}
.recent-events-grid {
	padding: 80px 0px;
	clear: both;
	padding-bottom: 90px;
}
.recent-title {
	position: absolute;
	left: 0px;
	bottom: -10px;
	background: #60ad00;
	color: #fff;
	padding: 20px;
	right: 0px;
	height: 90px;
	font-size: 16px;
}
.recent-title span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.hover-effect::before, .hover-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.event2 {
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	width: 100%;
}
.event3 {
	margin-top: 25px;
}
.hover-effect2 {
	display: flex;
}
.hover-effect2 > img {
	width: 300px;
	float: left;
}
.hover-effect2::before {
	right: 0;
	opacity: 0.7;
	top: 0;
}
.hover-effect2::after {
	bottom: 0;
	opacity: 0.7;
	left: 0;
}
.recent-title2 {
	background: #4c4c4c;
	color: #fff;
	padding: 30px 20px;
	font-size: 15px;
	margin: 0px;
}
.recent-title2 span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.hover-effect2::before, .hover-effect2::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.hover-effect2:hover::after, .hover-effect2:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.info-grid {
	background: url("../images/information-bg.html") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 110px 0px;
	position: relative;
	padding-bottom: 70px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 50s linear infinite alternate;
}
@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}
.info-title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
}
.info-p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
}
.five-box {
	width: 100%;
}
.five-box > li {
	margin: 23px;
	width: 16%;
	float: left;
}
.btn-1 {
	display: block;
	background: #6483cc;
	text-align: center;
	padding: 20px;
}
.btn-1:hover {
	transform: scale(1.1);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 61%);
}
.bg-blue {
	background: #0162b2;
}
.btn-1 > img {}
.btn-1 > span {
	display: block;
	color: #fff;
	font-size: 18px;
}
.produ-more-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	text-align: center;
	position: relative;
	transition: all .35s;
	padding: 9px 25px;
	margin-top: 25px;
	background: #f5f5f5;
	border-bottom: 1px solid #d6d6d6;
	border-right: 3px solid #de5e25;
	text-transform: uppercase;
}
.produ-more-btn span {
	position: relative;
	z-index: 2;
}
.produ-more-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #de5e25;
	transition: all .35s;
}
.produ-more-btn:hover {
	color: #fff;
}
.produ-more-btn:hover:after {
	width: 100%;
}
.testi-p {
	height: auto !important;
	font-size: 12px !important;
}
.carousel-inner-data {
	margin: 0px auto;
	height: 340px;
	overflow: hidden;
}
.carousel-inner-data ul {
	list-style: none;
	position: relative;
	margin: 0px !important;
}
.carousel-inner-data li {
	height: auto;
}
.welcome-grid {
    padding: 50px 0px;
    background: #f4f4f4;
    display: inline-block;
}
.know-more-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	text-align: center;
	transition: all .35s;
	padding: 9px 25px;
	background: #6483cc;
	border: 1px solid #af241d;
	text-transform: uppercase;
	/* clear: both; */
	position: relative;
	/* bottom: 0px; */
	/* right: 0px; */
	/* left: 0px; */
}
.know-more-btn span {
	position: relative;
	z-index: 2;
}
.know-more-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #243b6f;
	transition: all .35s;
}
.know-more-btn:hover {
	color: #fff;
}
.know-more-btn:hover:after {
	width: 100%;
}
.benefits-title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	color: #333;
}
.voter-logo {
	margin-top: 12px;
	display: block;
}
#custom-search-input {
	padding: 0px;
	border-radius: 0px;
	background-color: #fff;
	margin-top: 20px;
}
#custom-search-input input {
	font-size: 13px;
	box-shadow: none;
	border: solid 1px #d9d9d9;
	border-radius: 0px;
}
#custom-search-input button {
	margin: 0px;
	background: none;
	box-shadow: none;
	border: 0;
	color: #ffffff;
	border: solid 1px #6483cc;
	background-color: #6483cc;
	border-radius: 0px;
	font-size: 14px;
}
#custom-search-input button:hover {
	box-shadow: none;
	border: solid 1px #af241d;
	background-color: #af241d;
}
#custom-search-input .glyphicon-search {
	font-size: 23px;
}
.service-grid {
	padding: 20px 10px;
}
.left-btn {
	background: #00678e;
	display: flex;
	border-left: 6px #034862 solid;
	text-align: left;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .35s;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.left-btn > img {
	height: 25px;
	margin: 6px 10px;
	position: relative;
	z-index: 1;
}
.left-btn > article {
	width: 100%;
	height: 35px;
	display: table;
}
.left-btn > article > span {
	position: relative;
	z-index: 2;
	line-height: normal;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}
.left-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #034862 !important;
	transition: all .35s;
}
.left-btn:hover {
	color: #fff;
}
.left-btn:hover:after {
	width: 100%;
}
.left-btn-color2 {
	background: #1eb3ac;
	border-left: 6px #008781 solid;
}
.left-btn-color2:after {
	background: #008781 !important;
}
.left-btn-color3 {
	background: #0e4377;
	border-left: 6px #002c56 solid;
}
.left-btn-color3:after {
	background: #002c56 !important;
}
.left-btn-color4 {
	background: #903691;
	border-left: 6px #6c0f6d solid;
}
.left-btn-color4:after {
	background: #6c0f6d !important;
}
.left-btn-color5 {
	background: #2e307b;
	border-left: 6px #0c0d4e solid;
}
.left-btn-color5:after {
	background: #0c0d4e !important;
}
.left-btn-color6 {
	background: #fd7e14;
	border-left: 6px #c55a00 solid;
}
.left-btn-color6:after {
	background: #c55a00 !important;
}
.left-btn-color7 {
	background: #198754;
	border-left: 6px #016436 solid;
}
.left-btn-color7:after {
	background: #016436 !important;
}
.left-btn-color8 {
	background: #00a7c9;
	border-left: 6px #007b95 solid;
}
.left-btn-color8:after {
	background: #007b95 !important;
}
.left-btn-color9 {
	background: #f54858;
	border-left: 6px #c51e2d solid;
}
.left-btn-color9:after {
	background: #c51e2d !important;
}
.left-btn-color10 {
	background: #73787c;
	border-left: 6px #43494e solid;
}
.left-btn-color10:after {
	background: #43494e !important;
}
.logo {
	/*width: 100px;*/
	position: relative;
	float: left;
	margin-top: -29px;
	padding: 0px 0px;
}
.logo > img {
	height: 104px;
}
.logo_name {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	color: #6483cc;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	margin-top: -14px;
}
.logo_name > aside {
	font-size: 14px;
	color: #474747;
}
.logo_name > img {}
.logo_name > b {
	color: #2386da;
}
.logo-sub-title {
	font-size: 23px;
	letter-spacing: 0px;
	position: relative;
	color: #000000;
	font-family: 'Poppins', sans-serif;
}
.wrapper .text {
	position: relative;
	font-weight: 600;
	opacity: var(--opacity, 1);
	transition: opacity 0.3s var(--timing-function) 0.2s;
	top: 100px;
	right: 100px;
	font-size: 18px;
}
.wrapper .text::before, .wrapper .text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -1px;
	right: 25px;
	height: 0;
}
.wrapper .text::before {
	box-shadow: 26px 0 0 1px var(--color);
	right: var(--r, 100%);
	opacity: var(--opacity, 0);
	transition: right 0.5s ease-in, opacity 0.1s linear;
}
.wrapper .text::after {
	box-shadow: 26px 0 0 1px var(--color-invert);
	-webkit-clip-path: var(--clip-path);
	clip-path: var(--clip-path);
	transition: -webkit-clip-path var(--duration) var(--timing-function);
	transition: clip-path var(--duration) var(--timing-function);
	transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}
.wrapper .text > span::before, .wrapper .text > span::after {
	content: attr(data-text);
	padding-left: 26px;
}
.wrapper .text > span::before {
	color: var(--color);
}
.wrapper .text > span::after {
	color: var(--color-invert);
	-webkit-clip-path: var(--clip-path);
	clip-path: var(--clip-path);
	transition: -webkit-clip-path var(--duration) var(--timing-function);
	transition: clip-path var(--duration) var(--timing-function);
	transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
	position: absolute;
	left: 0;
}
.wrapper input {
	width: 210px;
	height: 20%;
	margin: auto;
	position: absolute;
	right: 87px;
	border-radius: 40px;
	outline: none;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.wrapper input:focus {
	outline: 0;
}
.wrapper input:hover ~ .video {
	-webkit-clip-path: var(--clip-path-hover);
	clip-path: var(--clip-path-hover);
	z-index: 1;
}
.wrapper input:hover ~ .text::before {
	--r: 25px;
	--opacity: 1;
}
.wrapper input:hover ~ .text::after {
	-webkit-clip-path: var(--clip-path-hover);
	clip-path: var(--clip-path-hover);
}
.wrapper input:hover ~ .text > span::after {
	-webkit-clip-path: var(--clip-path-hover);
	clip-path: var(--clip-path-hover);
}
.wrapper input:checked {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.wrapper input:checked ~ .video {
	-webkit-clip-path: var(--clip-path-clicked);
	clip-path: var(--clip-path-clicked);
	z-index: 1;
}
.wrapper input:checked ~ .text {
	--opacity: 0;
	transition: opacity 0.3s var(--timing-function);
}
.wrapper input:checked ~ .text::after {
	-webkit-clip-path: var(--clip-path-clicked);
	clip-path: var(--clip-path-clicked);
}
.wrapper input:checked ~ .text > span::after {
	-webkit-clip-path: var(--clip-path-clicked);
	clip-path: var(--clip-path-clicked);
}
.mb-20 {
	margin-bottom: 30px;
}
.mobile-language {
	display: none;
}
.zoom-effect-container {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.card:hover .zoom-effect-container {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
#overlay {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(44 49 63);
	background-attachment: fixed;
	background-size: cover;
	transition: 1s 0.2s;
}
#progress {
	height: 1px;
	background: #6483cc;
	position: absolute;
	width: 0;
	top: 50%;
}
#progstat {
	font-size: 1em;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	text-align: center;
	color: #fff;
}
.scroll-top-wrapper {
	position: fixed;
	float: right;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	width: 44px;
	background: rgb(202 48 0);
	height: 44px;
	line-height: 42px;
	right: 10px;
	bottom: 64px;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 26px;
}
.scroll-top-wrapper:hover {
	background: hsl(224deg 9% 28%);
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}
.zoominheader {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
/* The innermost element*/
.zoomoutheader {
	-webkit-animation: zoomout 30s ease-in infinite;
	animation: zoomout 30s ease-in infinite;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
} /*End of Zoom in Keyframes */
/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomout {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}/*End of Zoom out Keyframes */
.goToTop {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	z-index: 1;
	background: rgb(17 17 41 / 91%);
	border-radius: 0px;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 10px;
}
.goToTop .stellarnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #6483cc;
	float: inline-start;
	padding: 0px;/* padding-left: 95px; */
	/* padding-right: 95px; */
}
.goToTop .navbar-header .navbar-brand {
	width: 240px;
	margin-top: -8px;
}
.goToTop .navbar-collapse {}
.marquee-top {
	position: relative;
}
.marquee-scroll {
	background: #ffeb3b;
	color: #000;
	padding: 4px 0px;
	border-bottom: 2px solid #6483cc;
	width: 100%;
	height: 42px;
	line-height: 31px;
	position: relative;
	border-right: 0px;
	border-left: 0px;
}
.breaking-caret > i {
	position: absolute;
	color: #fff;
	font-size: 21px;
	left: 38px;
	top: 12px;
}
.note:before {
	content: "Latest News";
	position: absolute;
	z-index: 1;
	background: #6483cc;
	bottom: 0;
	top: 0px;
	width: 265px;
	height: 42px;
	text-align: center;
	padding: 13px 10px;
	padding-right: 26px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	clip-path: polygon(0% 0%, 84% 0%, 100% 100%, 100% 100%, 0% 100%);
	line-height: 18px;
	text-transform: uppercase;
}
.spotlight-box {
	background: #f8f9fa;
	height: 32px;
	padding: 6px !important;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	width: 100%;
}
.line-border {
	height: 16px;
	position: relative;
	top: 4px;
	border-right: 1px solid #e3e3e3;
	margin-right: 5px;
}
.top-links {}
.top-links > a {
	color: #333;
	font-size: 13px;
	padding: 0px 10px;
	display: inline-block;
	height: 16px;
	border-left: 1px solid #ccc;
}
.top-links > a:hover {
	color: #243b6f
}
.top_bar {}
.navbar {
	padding: 0px;
	z-index: 99;
	background: #6483cc;
	text-align: center;
}
.page-change-sec {
	position: relative;
}
.page-change-sec > li {}
.page-change-sec > li > a {
	border: 1px solid #c5c5c5;
	width: 20px;
	display: block;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #545454;
	background: #fff;
}
.header.scrolled .top_bar {}
.main_nav_contaner p {
	font-size: 12px;
}
.firstcarousel-caption1 {
	position: absolute;
	bottom: 230px;
	left: -260px;
	right: 0px;
	color: #fff;
	width: 420px;
	margin: 0px auto;
}
.firstleft-content {
	font-family: 'Rubik', sans-serif;
	margin-top: 0px;
}
.firstleft-content > h1 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 0px;
	background: rgb(255, 157, 59);
	background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	color: #fff;
}
.firstleft-content p {
	font-size: 14px;
	margin: 0px;
	font-weight: 400;
}
.services-content {
	width: 600px !important;
	margin: 0px auto;
	display: block;
	float: none !important;
	text-align: center;
}
.services-content span {
	float: left !important;
}
.center-button {
	font-size: 13px;
	color: #333;
	padding: 12px 40px;
	border: none;
	width: 200px;
	font-weight: 600;
	position: relative;
	border-radius: 100px;
	margin: 0px auto;
	display: block;
	line-height: normal;
	margin-top: 20px;
	background: #fff;
	border: 2px solid #fff;
	clear: both;
	text-align: center;
	float: none !important;
	text-transform: uppercase;
}
.tranc-right {}
.tranc-right-text span {
	width: 70% !important;
}
.left-content-data {
	position: absolute;
}
.left-content {
	margin-top: 0px;
	width: 50%;
	float: left;
}
.left-content > h1 {
	margin: 0px;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
	color: #fff;
}
.left-content > h3 {
	margin: 0px;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0px;
	color: #fff;
}
.left-content > p {
	font-size: 20px;
	margin: 0px;
}
.left-content > span {
	margin: 11px 0px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	color: #ffffff;
	display: block;
	width: 100%;
	float: right;
}
.surveil-system {
	width: 40% !important;
}
/*Right Side Buttons Start*/
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -158px;
	top: 130px;
	width: 200px;
	z-index: 9;
}
.sticky li {
	list-style: none;
}
.sticky li a {
	display: block;
	list-style-type: none;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	border-radius: 20px 0px 0px 20px;
}
.sticky li a:hover {
	margin-left: -115px;
}
.sticky li a i {
	float: left;
	margin: 12px 12px;
	margin-right: 20px;
	font-size: 20px;
	text-align: center;
	width: 20px;
}
.sticky li a p {
	float: left;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 43px;
}
/*Right Side Buttons End*/
.language {
	padding: 0px 5px !important;
	color: #fff!important;
	font-size: 12px!important;
	line-height: normal!important;
}
.top_bar_container {
	width: 100%;
	height: 100%;
}
.top_bar_content {
	width: 100%;
	text-align: right;
	height: 33px;
}
.top_bar_contact_list {
	margin: 0px;
	background: #6483cc;
	display: inline-block;
	height: 32px;
	padding-top: 4px;
}
	.top_bar_contact_list:before {
		content: "";
		border-right: 30px solid #6483cc;
		border-top: 0px solid transparent;
		border-bottom: 36px solid transparent;
		position: relative;
		top: -30px;
		left: -60px;
		z-index: 9;
	}
.top_bar_contact_list li {
	display: inline-block;
	padding: 0px 2px;
	line-height: normal;
}
.border-right {
	border-right: 1px solid #cfcfcf!important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.top_bar_contact_list > li:first-child {}
.top_bar_contact_list > li:last-child {
	border-right: 0px;
}
.top_bar_contact_list > li > a {
	color: #fff;
	font-size: 12px;
}
.top_bar_contact_list > li > a:hover {
	color: #ff755c
}
.carousel-caption1 {
	position: absolute;
	bottom: auto;
	left: 0px;
	right: 0px;
	color: #fff;
	top: 100px;
}
.last-caption {
	bottom: 210px;
}
.surveillance-grid {
	width: 100%;
}
.tranc-right {
	float: left;
}
.slide1-happy-family {
	width: 400px;
}
.slide1-mineral-men {
	width: 510px;
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
	-ms-flex-direction: row;
	flex-direction: row;
}
.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}
.question {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 0px;
}
.clscss {
	background-color: #fff;
	color: #171717 !important;
}
.bg-dark {
	background-color: #343a40;
}
.text-warning {
	color: #ffffff !important;
	border: 1px solid #343a40 !important;
	;
}
.top_bar_contact_list li > div {
	margin-left: 1px;
}
.top_social ul.top_bar_contact_list li {
	border: none;
}
.top_bar_login {
	height: 100%;
}
.login_button {
	width: 160px;
	height: 100%;
	background: #f3f3f3;
	text-align: center;
}
.login_button a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: #384158;
}
.mine-btn {
	margin-top: 40px;
}
.mine-btn.btn-group > .btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 1 1 auto !important;
	padding: 10px;
	border: transparent;
}
.mine-btn .btn-danger {
	background: #f37934;
}
.mine-btn .btn-secondary {
	background: #717991;
}
.item-img > .carousel-item > img {
	width: 100%;
	margin: 0px auto;
	display: block;
}
.modiji-img {
	width: 100% !important;
}
.slider-button {
	font-size: 13px;
	color: #333;
	padding: 12px 40px;
	border: none;
	font-weight: 600;
	position: relative;
	display: block;
	border-radius: 100px;
	line-height: normal;
	margin-top: 20px;
	background: #fff;
	border: 2px solid #fff;
	clear: both;
	text-align: center;
	float: left;
	text-transform: uppercase;
}
.slider-button:hover {
	color: #ffffff;
	background: transparent;
	border: 2px solid #fff;/*
    background: rgb(255, 109, 98);
    background: linear-gradient(90deg, #d85248 0%, rgba(255, 157, 59, 1) 100%);
*/
}
.slider-button:focus {
	color: #fff;
}
.low-img-logo {
	position: absolute;
	bottom: 81px;
	height: auto !important;
	width: 370px !important;
}
.light-logo-rightbottom {
	right: 12px;
}
.slider-bg {
	background: rgb(17 17 41 / 91%);
}
.carousel-control-prev {
	left: 0;
	right: auto;
	background-image: none;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	background: rgb(202 48 0);
	color: #fff;
	height: 40px;
	width: 40px;
	font-size: 25px;
	border-radius: 0px 20px 20px 0px;
	padding: 3px 19px 3px 3px;
	text-align: right;
}
.carousel-control-next {
	right: 0;
	left: auto;
	background-image: none;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	background: rgb(202 48 0);
	height: 40px;
	width: 40px;
	font-size: 25px;
	color: #fff;
	border-radius: 20px 0px 0px 20px;
	padding: 3px 3px 3px 16px;
}
.vertical-line {
	width: 1px;
	background: #fff;
	height: 200px;
}
.copyright {
	font-size: 12px;
	color: #ffffff;
	background: #6483cc;
}
.copyright p {
	padding: 12px 0px;
	margin: 0px;
	text-align: center;
}
.poweredby {
	text-align: right !important;
}
.poweredby a {
	color: #6483cc;
	text-decoration: none;
	font-weight: 600;
}
.poweredby a:hover {
	color: #fff;
}
footer {
	clear: both;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d8d6d6;
}
.right-corder-container {
	position: fixed;
	right: 10px;
	z-index: 999;
}
.mail-us {
	top: auto;
	bottom: 250px;
}
.mail-us button {
	background: rgb(255, 157, 59);
	background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #eb711e;
	-webkit-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing1 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing1 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.call-us {
	top: auto;
	bottom: 189px;
}
.call-us a {
	background-color: #007bff;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #007bff;
	-webkit-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing2 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing2 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.whatapp-us {
	top: auto;
	bottom: 130px;
}
.whatapp-us a {
	background-color: #28a745;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@keyframes pulsing3 {
	to {
		box-shadow: 0 0 0 8px rgba(232, 76, 61, 0);
	}
}
.right-corder-container .right-corder-container-button {
	height: 45px;
	width: 45px;
	border: none;
	border-radius: 62px;
	transition: all 300ms;
	cursor: pointer;
	display: block;
}
.right-corder-container .right-corder-container-button > span {
	font-size: 20px;
	color: white;
	position: absolute;
	left: 0px;
	top: 8px;
	line-height: 30px;
	right: 0px;
	text-align: center;
}
.footer-border-right {
/*	border-right: 1px solid #d0d0d0;*/
}
.footer-border-left {
/*	border-left: 1px solid #d0d0d0;*/
}
.hit-date-time {
	display: inline-block;
	margin-top: 70px;
}
.footer-title {
	float: left;
	padding: 40px 30px;
}
.footer-title > p {
	padding-top: 0px;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer-title p i {
	float: left;
	width: 10%;
}
.footer-title p span {
	float: left;
	width: 85%;
	/* font-size: 13px; */
	/* line-height: 20px; */
	font-weight: 500;
	text-align: left;
}
.footer-title > span, .footer-title ul li a {
	line-height: normal;
	padding-top: 10px;
	font-size: 13px;
	width: 100%;
	margin: 0px;
	color: #fff;
}
.footer-title ul li:last-child {
	padding-bottom: 0px;
}
.footer-title > h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.footer-title > h3::after {
	content: '';
	position: absolute;
	background-color: #6483cc;
	width: 38px;
	height: 2px;
	top: 29px;
	left: 0px;
}
.footer-title > h3 > span {
	font-weight: normal;
	background: rgb(255, 157, 59);
	background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
	height: 2px;
	width: 30px;
	display: block;
	margin-top: 16px;
}
svg {
	height: 20px;
	float: left;
	width: 27px;
	margin-right: 10px;
}
.footer-title ul {
	margin: 0;
	padding-left: 15px;
}
.footer-title ul li {
	    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 13px;
}
.footer-title ul li::marker {
	font-size: 107%;
	color: #6483cc;
}
.footer-title ul li span {
	display: inline-table;
}
.footer-title ul li a {
	color: #4b4b4b;
	font-size: 13px;
	padding: 0px 0;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: normal;
	word-break: break-word;
}
.hr {
	border-top: 1px solid #9999cc;
	margin-top: 50px;
}
.list-none {
	padding-left: 0px !important;
}
.list-none > li {
	list-style: none;
}
#footer-bottom-grid a, .footer-title ul li a:hover {
	color: #6483cc;
	text-decoration: none
}
.footer-title ul li:last-child {
	border-bottom: 0 dotted rgba(255, 255, 255, .32)
}
.footer-title ul li a:hover {
	padding-left: 1px;
}
#footer-grid {
	padding: 0px 20px;
	padding-bottom: 0px;
	color: #000000;
	background: #ffffff;
	background-size: cover;
	width: 100%;
	position: relative;
}
.f-about {
	margin-left: 0px
}
.f-about > a {
	display: inline-block;
	color: #9999cc;
	font-size: 22px;
	margin-right: 10px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.f-about > a:hover {
	color: #fff;
}
.f-about h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
}
.f-about h3 span {
	font-weight: 500;
	background: rgb(255, 157, 59);
	background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
	height: 2px;
	width: 30px;
	display: block;
	margin-top: 12px;
}
.f-about p {
	font-size: 12px;
	line-height: 20px;
}
.logo-slider {
	padding: 80px 0px;
	clear: both;
	padding-bottom: 130px;
}
.topheader {}
#items {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#items .item {
	position: relative;
	cursor: pointer;
	font-size: 2em;
	padding: 15px 30px;
	transition: all 250ms;
}
#items .item:hover {
	padding: 15px 45px;
	background-color: rgba(52, 56, 56, 0.2);
}
#btn, #btn * {
	position: relative;
	left: 10px;
	top: 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}
