@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*
{
	padding:0;
	margin:0;
	
}
body
{
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: 'Nunito Sans', sans-serif !important;
	background: #efecec;
}
img
{
	max-width:100%;
}
.top-content
{
	background: #0865a8;
	/* position: fixed; */
	top: 0px;
	z-index: 9;
	width: 100%;
}
.bg-clr1 .fa-hand-o-right {
    color: #5700d8;
}
.bg-clr2 .fa-hand-o-right {
    color: #08aec4;
}
.common-box.b1 ol li {
    background: #004e951a;
}
.common-box.bg-clr1 ol li {
    background: #8359c229;
}
.common-box.bg-clr2 ol li {
    background: #407b8345;
}
.page_topline {
    font-size: 14px;
    position: relative;
    z-index: 1001;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
}
.page_social_icons
{
	padding:5px;
}
.page_social_icons a
{
	padding: 5px 10px;
	font-weight: 900;
	color: #fdfef9;
	font-size: 15px;
}
.guidelines
{
	
padding: 7px;
	
margin-top: 23px;
}
.guidelines a
{
	color: #fdfef9;
	font-weight: 600;
}
ul.incrs-font
{
	display:inline-block;
	margin: 0;
	margin-left: 12px;
}
.i-css{
        height: 26px;
    margin-top: 5px;
}
ul.incrs-font li
{
	display:inline-block;
	padding: 0px 2px;
	background: #0f4286;
	border-radius: 50%;
	width: 24px;
	height: 23px;
	color: #fff;
	text-align: center;
}

ul.incrs-font li a
{
   color: #fff;
   font-size: 12px;
   font-weight: 600;
   text-decoration: none;
}


/*.navbar-right
{
	margin-right:360px;
}*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff !important;
    /*background-color: #0b3695;*/
    background-color: #11c3de;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* padding: 11px 16px; */
    /* margin-top: 4px; */
    /* border-radius: 30px; */
}
.b1 .fa-hand-o-right {
    color: #004e95;
    
}
.navbar-inverse
{
	border-radius:0px;
	margin-bottom: 0;
	background: #ffffff;
	border: 0;
	/* background:url("../images/logo.png"); */
	background: #43C6AC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #191654, #43C6AC);  /* Chrome 10-25, Safari 5.1-6 */
/*	background: #1c449c;  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: #11c3de; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.banner
{
	background: url("images/bg-10.jpg");
	padding: 20px 20px 13px 20px;
	/* padding-bottom: 120px; */
	/* background: url(../images/bg2.png); */
	/* border-radius: 8px; */
	/* margin-bottom: 35px; */
	/* -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px; */
}
.banner-inner
{
	/* background:url("../images/bg-10.jpg"); */
	padding: 5px 15px;
	/* padding-bottom: 120px; */
	background: url(../images/bg2.png);
	/* border-radius: 8px; */
	/* margin-bottom: 35px; */
	-webkit-box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
            border: 1px solid #fff;
}
.notifi_inner
{
	background:#fff;
	/* padding: 5px; */
	border:1px solid #cccc;
	min-height: 230px;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	background: url("../images/bg.png");
	border-radius: 8px;
	margin-bottom: 35px;
	-webkit-box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.notifi_body a
{
	color:#fff;
}
.notifications
{
	/* margin-top: -100px; */
}
.notifications ul
{
	padding:0;
	list-style-type:none;
}
.notifications ul li
{
	padding: 12px 0px;
}
.notifi_inner h4
{
	
	font-weight:600;
}
.notifi_inner ul li a
{
	font-weight:500;
	color: #46494a;
}
.banner p
{
	font-size: 15px;
	/* font-weight: 600; */
	color: #fcfaee;
	line-height: 25px;
	/* padding: 0px 7px; */
	margin-bottom: 0px;
}
.nav-border {
    background: linear-gradient(to right, #0d3e6c, #044071 33.3333%, #31708f 33.3334%, #286090 66.6666%, #19a5aa 66.6667%);
    background: linear-gradient(to right, #f77213, #f77213 33.3333%, #ffb732 33.3334%, #ffb732 66.6666%, #19a5aa 66.6667%);
    padding: 3px;
    /* margin-top: 69px; */
    position: fixed;
    top: 109px;
    z-index: 9999999;
    width: 100%;
}
.footer-area {
    background-color: #0f4286;
    padding-top: 7px;
    color: #fff;
}
.aptonline {
    background: #fff;
    padding: 2px 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 10px;
    width: 100px;
}
.helpdesk
{
	padding:50px;
}
.helpdesk_inner ul
{
	padding:0;
list-style-type:none;	
}

.navbar-brand {
    float: left;
    height:100%;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav>li>a {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    line-height: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #f1f1f1 !important;
    letter-spacing: 1px;
    font-weight: 600;
}
.notifi_title
{
	background: #1d3f6f;
}
.notifi_title h4
{
	margin:0;
	padding: 13px;
	color: #fff;
	text-transform: capitalize;
}
.notifi_body

{
	
padding: 3px;
	
font-size: 16px;
	
line-height: 28px;
}
.f-r
{
	float:
	right;
}

.f-l
{
	float:left;	
}
.fa-link
{
	height: 50px;
	float: left;
	padding: 7px 12px;
}
.helpdesk_inner
{
	background: #fff;
	padding: 5px;
	border: 1px dashed #8a8686cc;
	min-height: 200px;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	text-align: center;
	min-height: 250px;
}
.c1
{
	background:#deefd7;
}

.c2
{
	background:#f1dddd;
}

.c3
{
	background:#fbf7e2;
}

.c4
{
	background:#dceef7;
}
.helpdesk_inner .fa
{
	font-size: 50px;
	text-align:center;
	color: #5d5b5b;
	display: contents;
}
.helpdesk_inner h4
{
	font-size: 20px;
	font-weight: 700;
}
.helpdesk_inner ul li
{
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
}
.c2 ul li
{
	font-size: 30px;
	line-height: 65px;
}
.total-page-bg {
    background: url(../images/bg44.jpg);
    /* background-size: cover; */
    background-attachment: fixed;
}
.form_design{
	border: 2px solid #eee;
    padding: 30px;
    margin-top: 60px;
    /* background: url(images); */
    background: url(../images/bg44.jpg);
    box-shadow: 0px 0px 10px 5px #eee;
}







*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    /* height:100vh; */
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(64 34 34 / 20%);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}













/*body {
  --s: 25vmin;
  --p: calc(var(--s) / 2);
  --c1: #dceef77a;
  --c2: #fbf7e294;
  --c3: white;
  --bg: var(--c3);
  --d: 4000ms;
  --e: cubic-bezier(0.76, 0, 0.24, 1);
  
  background-color: var(--bg);
  background-image:
    linear-gradient(45deg, var(--c1) 25%, transparent 25%),
    linear-gradient(-45deg, var(--c1) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--c2) 75%),
    linear-gradient(-45deg, transparent 75%, var(--c2) 75%);
  background-size: var(--s) var(--s);
  background-position: 
    calc(var(--p) *  1) calc(var(--p) *  0), 
    calc(var(--p) * -1) calc(var(--p) *  1), 
    calc(var(--p) *  1) calc(var(--p) * -1), 
    calc(var(--p) * -1) calc(var(--p) *  0);
  animation: 
    color var(--d) var(--e) infinite,
    position var(--d) var(--e) infinite;
}*/

@keyframes color {
  0%, 25% {
    --bg: var(--c3);
  }
  26%, 50% {
    --bg: var(--c1);
  }
  51%, 75% {
    --bg: var(--c3);
  }
  76%, 100% {
    --bg: var(--c2);
  }
}

@keyframes position {
  0% {
    background-position: 
      calc(var(--p) *  1) calc(var(--p) *  0), 
      calc(var(--p) * -1) calc(var(--p) *  1), 
      calc(var(--p) *  1) calc(var(--p) * -1), 
      calc(var(--p) * -1) calc(var(--p) *  0);
  }
  25% {
    background-position: 
      calc(var(--p) *  1) calc(var(--p) *  4), 
      calc(var(--p) * -1) calc(var(--p) *  5), 
      calc(var(--p) *  1) calc(var(--p) *  3), 
      calc(var(--p) * -1) calc(var(--p) *  4);
  }
  50% {
    background-position: 
      calc(var(--p) *  3) calc(var(--p) * 8), 
      calc(var(--p) * -3) calc(var(--p) * 9), 
      calc(var(--p) *  2) calc(var(--p) * 7), 
      calc(var(--p) * -2) calc(var(--p) * 8);
  }
  75% {
    background-position: 
      calc(var(--p) *  3) calc(var(--p) * 12), 
      calc(var(--p) * -3) calc(var(--p) * 13), 
      calc(var(--p) *  2) calc(var(--p) * 11), 
      calc(var(--p) * -2) calc(var(--p) * 12);
  }
  100% {    
    background-position: 
      calc(var(--p) *  5) calc(var(--p) * 16), 
      calc(var(--p) * -5) calc(var(--p) * 17), 
      calc(var(--p) *  5) calc(var(--p) * 15), 
      calc(var(--p) * -5) calc(var(--p) * 16);
  }
}

@media (prefers-reduced-motion) {
  body {
    animation: none;
  }
}



.logo
{
	    /* background: url(../images/logo.png); */
		/* height:50px; */
}
.navbar {
    /* position: relative; */
    /* min-height: 42px; */
    /* margin-bottom: 20px; */
    /* border: 1px solid transparent; */
}




.total-page-bg {
/*    background: url(../images/bg44.jpg);*/
    /*background: url(../images/1a.png);*/
        background: url(../images/fade1.jpg);
        background-position: center;
        background-size: 1300px 600px;
           /*background: url(../images/3a.jpg);*/
    background-repeat: no-repeat;
    /*background: url(../images/svuu.jfif);*/
        /*background: url(../images/aa.jfif);*/ 

    /*background: #e8fcf3;*/
    /* background-size: cover; */
    background-attachment: fixed;
}
.top-menu {
/*    background: url(../images/bg33.jpg);*/
/*	background: #fff;*/
background: #337ab7;
    background-size: cover;
}
.common-box {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    background: #ffffff;
    min-height: 365px;
    margin-bottom: 30px;
    position: relative;
    border-radius:25px;
    background: url(../images/11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.common-box h5 {
    /*background: #1978a5;*/
    
    padding: 13px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
     background-image:linear-gradient(30deg, #0f8efb, 50%, #004E95 50%) !important;
     text-align:center;
     border-radius: 20px;
     text-transform: uppercase;
}
.fa-list{
    float: left;
}
ol.common-list-style {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol.common-list-style li {
    padding: 5px 2px;
    /* border-bottom: 1px solid #f1f1f1; */
    margin: 10px;
    background: #f1f1f1;
    border-radius: 20px;
}

ol.common-list-style li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    font-weight: 600;
   
}
ol.common-list-style li a i {
    
padding: 3px 6px;
     border-radius: 50%;
    margin-right:5px;
    background:#fff;
color: #f21b27;
    
line-height: 19px;
}
.bg-clr2 h5{

background: #1c449c;
}
.bg-clr1 h5{
    
background: #05716c;
}
ol.common-list-style li a:hover {
    color: #0c73b6;
}
.common-innerpages-style {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    min-height: 550px;
    padding: 20px 30px;
    background: #fff;
    margin: 20px;
    border-top: 4px solid #41bea8;
}
.title-header-innerpages h5 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#1a1c57, #327f89);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-underline-position: right; */
    border-bottom: 1px solid #dee0df;
    padding-bottom: 10px;
}


.form-design label {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.form-control{
    border-radius: 0px;
}
.form-horizontal .form-group{
    margin-right: 0px;
    margin-left: 0px;
}
.form-group {
    margin-bottom: 25px;
}
/*.common-box:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-right: 5px solid #3dac9f;
    border-bottom: 5px solid #2f7483;
    bottom: -6px;
    right: -6px;
    z-index: 2;
}*/

.top_line {
    background: #1c449c;
    height: 3px;
}

.navbar
{
	min-height: 0px !important;
}
.copyright-area p
{
	margin: 0 0 5px !important;
}



.counter {
    color: #489a4e;
    background: linear-gradient(to top,#0f8efb, #004e95);
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    /* width: 200px; */
    min-height: 140px;
    padding: 38px 15px 0;
    border-radius: 20px 20px;
    position: relative;
    margin: 28px auto 0;
    z-index: 1;
}

.counter:before{
    content:"";
    background: #fff;
    width: calc(100% - 30px);
    height: calc(100% + 15px);
    border-radius: 10px 10px;
    transform: translateX(-50%) translateY(-50%);    
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: -1;
}

.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
}

.counter .counter-icon{
    color: #fff;
    background: linear-gradient(to top left,#0f8efb, #004e95);
    font-size: 22px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 0 10px 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    left: 50%;
}

.counter .counter-icon:before{
    content: "";
    background: linear-gradient(45deg,#086ec8 49%,transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}

.counter h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.counter.pink{
    /* --color1: #dd3e71; */
    /* --color2: #974686; */
}
.counter.pink .counter-icon:before{background: linear-gradient(45deg,#7434d3 49%,transparent 50%);}
.pink .counter-icon{background: linear-gradient(to top left,#8866bd, #6b1dde);}
.pink{background: linear-gradient(to top,#8866bd, #6b1dde);}
.counter.green{ 
    --color1: #0eae57; 
    --color2: #0c7475; 
}

.counter.green .counter-icon:before{background: linear-gradient(45deg,#225465 49%,transparent 50%);}
.green .counter-icon{background: linear-gradient(to top left,#042e48, #407b83);}
.green{background: linear-gradient(to top,#042e48, #407b83);}



@media screen and (max-width:990px){
   .counter{ margin-bottom: 80px; }
}   

.counter span {
    font-size: 17px;
}