@charset "utf-8";
/* CSS Document */
.footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
 /* background: #f8f9fa;
  position: relative;*/
  width: 100%;
    background-image: url(../images/bg-box.jpg);
    background-repeat: no-repeat;

}
.footer-cta {
  border-bottom: 1px solid #eaecec;
}
.single-cta i {
  color: #075a9e;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #085ca0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 18px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 6px;
}
.footer-social-icon span {
    color: #179eea;
    font-size: 16px;
    margin-right: 6px;
    float: left;
    max-width: 100px;
    height: auto;
}
.footer-social-icon i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #085ba0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #085ca0;
}
.footer-widget ul {
 margin-left: -47px;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.footer-widget ul li a:hover{
  color: #18a1ec;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  font-size:14px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background:#eff0f1;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 12px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


/*start here faq*/
 .accordion {
  background-color: #e9ecef;
  color: #444;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}
*/
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*end here faq*/

/*start here table*/
table {
	font-family: 'Rubik', sans-serif;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 15px;
  text-align: left;
  font-size:13px;
}

table th {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family:'Rubik',sans-serif!important;
    color: #0d71b8;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/*end here table*/

/*start here blob*/
.blob{
	width:400px;
	height:400px;
	background:url(images/chart-1.png);
	backgroung-size:cover;
	background: linear-gradient(135deg, #67c4f9 0%, rgb(7, 90, 158) 100%);
	animation:animate 5s linear infinite; 
	}
@keyframes animate{
	0%,100%
	{
		border-radius:64% 36% 27% 73% / 55% 58% 42% 45%;
	}
	25%
	{
		border-radius:73% 27% 26% 38% / 73% 36% 64% 27%;
	}
	50%
	{
		border-radius:28% 72% 44% 56% / 49% 40% 60% 51%;
	}	
	75%
	{
		border-radius:40% 60% 70% 30% / 47% 62% 38% 53%;
	}		
		
		
		
	}
		
/*end here blob*/



/* start here home page text content*/
.card-text {
    font-size: 14px;
    text-align: justify;
    min-height: 105px!important;
}
/* end here home page text content*/

@media only screen and (max-width: 600px){
	.blob{
	width:290px;
	height:290px;
	background:url(images/chart-1.png);
	backgroung-size:cover;
	background: linear-gradient(135deg, #67c4f9 0%, rgb(7, 90, 158) 100%);
	animation:animate 5s linear infinite; 
	}
@keyframes animate{
	0%,100%
	{
		border-radius:64% 36% 27% 73% / 55% 58% 42% 45%;
	}
	25%
	{
		border-radius:73% 27% 26% 38% / 73% 36% 64% 27%;
	}
	50%
	{
		border-radius:28% 72% 44% 56% / 49% 40% 60% 51%;
	}	
	75%
	{
		border-radius:40% 60% 70% 30% / 47% 62% 38% 53%;
	}	
	}
	
	
	
}


	
