.logo-header 
{
    font-weight: 500;
    font-size: 18px;
    color: black;
}
.logo-caption {
    font-weight: 500;
    font-size: 17px;
    color: black;
    }
.wt
{
	color: white ! important;
}
.para
{
	text-align: justify;
}
.pright {
    padding-left: 9px;
}


/*counter*/
.myspace
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#247fe1;
}

.counter{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 200px;
    padding: 10px 30px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(#0071E8,#200995);
    height: 150px;
    width: 150px;
    border-radius: 20px 30px 40px 30px;
    border: 7px solid #fff;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: -1;
}
.counter .counter-value{
    color: #200995;
    background: linear-gradient(#0071E8,#200995);
    font-size: 30px;
    font-weight: 600;
    line-height: 130px;
    height: 130px;
    width: 130px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff;
    display: block;
    position: relative;
    z-index: 1;
}
.counter .counter-value:before,
.counter .counter-value:after{
    content: '';
    background-color: #fff;
    height: 83%;
    width: 83%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.counter .counter-value:after{
    background-color: transparent;
    height: 90%;
    width: 90%;
    border: 2px solid #fff;
}
.counter h3{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.counter .counter-icon{
    color: #fff;
    font-size: 35px;
    transition: all 0.3s;
}
.counter:hover .counter-icon{ transform: rotate(360deg); }
.counter.red:after{ background: linear-gradient(#AA0605,#D50F0C); }
.counter.red .counter-value{
    color: #AA0605;
    background: linear-gradient(#AA0605,#D50F0C);
}
.counter.yellow:after{ background: linear-gradient(#ffae00,#ff7f00); }
.counter.yellow .counter-value{
    color: #ff7f00;
    background: linear-gradient(#ffae00,#ff7f00);
}
.counter.green:after{ background: linear-gradient(#69AA1C,#21792B); }
.counter.green .counter-value{
    color: #21792B;
    background: linear-gradient(#69AA1C,#21792B);
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 30px; }
}

/*end of counter*/

/**/
.contact-form{
    background: #fff;
    /*margin-top: 10%;*/
    /*margin-bottom: 5%;*/
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 13%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 60%;
    border: none;
    border-radius: 1rem;
    /*padding: 1.5%;*/
    background: #247fe1;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

/*service-box start*/
.serviceBox{
    color: #606060;
    padding: 0 10px 60px;
    background-color: #247fe1;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 80px 0 30px;
    position: relative;
 }
 .serviceBox .service-content{
   text-align:center;
    padding: 15px 20px 30px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition:all 0.3s;
 }
 .serviceBox .service-content{
   box-shadow: 0 0 20px -5px #000;
 }
 .serviceBox .service-content:hover{
   box-shadow: 0 0 20px -5px #247fe1;
 }
 .serviceBox .service-content:after{
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform:translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.serviceBox .service-icon{
    display: inline-block;
    color: #247fe1;
    font-size: 60px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    transform:rotateX(360deg);
}
.serviceBox .title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin:0 0 10px;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align:justify;
}
.serviceBox .read-more{
    display: block;
    width: 60%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #08386b;
    border-radius: 15px;
    transform:translateX(-50%);
    transition:all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
.serviceBox .read-more:hover{
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
}
.serviceBox{background-color: #247fe1;}
.serviceBox.service-icon{color: #247fe1;}
.serviceBox.read-more{background-color: #007A6D;}

@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 60px; }
    .serviceBox .service-content{padding: 20px 15px 30px;}
}
@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 130px; }
}

/*end of service box*/

.mgtop
{
    margin-top: 70px;
    margin-bottom: 50px;
    }
.ll
{ padding-right: 6px;
    font-size: 14px;
    }

/* for marquee*/

.notice {
  background-color: #247fe1;
}
.notice marquee {
  color: #fff;
}
.notice marquee ul {
  padding: 0;
  margin: 0;
}
.notice marquee ul li {
  line-height: 2;
  margin-right: 15px;
}
.notice marquee ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  display: inline-block;
  color:currentColor;
  margin-right: 6px;
  font-size: 10px;
}
.flash-box {
  width: 200px;
  height: 42px;
  position: relative;
  background: currentColor;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2.6;
}
.flash-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid currentColor;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.flash-box:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid currentColor;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
marquee {
  position: relative;
  top: 4px;
}
.seco
{
    color: white ! important;
    background: royalblue ! important;
    border-radius: 10% ! important;
}
.seco:hover
{
    background: #247fe1 ! important;

}

.consultui {
    padding-left: 40px;
}
.consultui li {
    list-style-type: square;
}
.pd-btm-0
{
    padding-bottom:0px ! important;
}
.pd-top-40
{
    padding-top:40px ! important;
}
.mr-btm-35
{
    margin-bottom:35px ! important;
}
.myslides li
{
    height:280px ! important;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left; 
  width:50%;
}
th
{
    font-size:15px;
    font-weight:600;
}
.partable th,td
{
    width:33%;
}
ol.my_ol_list {
    list-style-type: lower-alpha;
}