@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
/*.box{
       
	margin-left: auto;
	margin-right: auto;
        
	    min-height: 300px;
        position: absolute;
        
	background: url("../img/house.jpg") no-repeat top center fixed; 
	background-color: #042e46;
	

    }*/


h4{
letter-spacing: 2px !important;
}

#tbl_contact table, th, tr, td {
background-color:transparent !important; 
border-collapse: collapse !important;
border: none !important;
}

.abt-table td{
border: solid 1px black;
}

 .stack-top{
        z-index: 9;
        margin-left: auto;
	  margin-right: auto;
 margin-top: 250px;
	 
	 /* for demo purpose  */
    }
.stack-top img {
  border-radius: 50%;
	max-height:120px;
	margin-bottom: 20px;
	border: solid 5px #065f90;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.newpadding{
	padding-bottom: 20px !important;
    padding-top: 5px !important;
}
.refer{
	background:#A20D6A; 
	padding: 5px; 
	color: #FFFFFF; 
	font-size: 14px;
	border-radius: 20px;
	width: 160px;
	

}
.refer a{
	color: #FFFFFF; 
	
}
.logo-div{
width: 100%;
	padding: 0px;
	background: #dcf0f5;
	
	text-align: center;
	/*background: url("../img/logo-bg.jpg") top center;
    background-size: cover;
    position: relative;
	*/
}

#hero .social-links {
  margin: 0 0 10px 0;
	
}


#hero .social-links  a {
  
  display: inline-block;
  background: #065f90;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
	margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
#hero .social-links i{
	font-size: 22px !important;
	float: none !important;
	text-align: center;
	color: #fff;
	padding-left: 5px;

}

.line-left{
float: left;
	font-size: 32;
	
}

.profile-btn {
 /* margin-left: 25px;*/
  background: #fa4276;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
	    margin-bottom: 10px;
}

.profile-btn:hover {
  background: #F77499;
  color: #fff;
}

.banner-pd{
margin-top: 15px;	
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 100%;*/
background:rgba(24,220,229,0.59);
	/*padding: 50px;*/
	clear: left;
	
	
}

#hero h5 {
    font-size: 13px;
    line-height: 24px;
    /*margin-bottom: 30px;*/
	  color: #fff;
	float: left;
  }
	
#hero i {
  font-size: 20px;
  color: #065f90;
  float: left;
  line-height: 1;
	margin-right: 4px;
}
#hero  p {
    padding: 0 0 0 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
	
}
#hero .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}
#hero .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}


.hero-btns {
    padding: 0;
    margin: 0 auto 5px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}


.hero-btns li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0 3px 5px 3px;
  transition: all ease-in-out 0.3s;
  background: #009961;
  border-radius: 50px;
}

.hero-btns li:hover, .hero-btns li.filter-active {
  color: #fff;
  background: #009961;
}

.hero-btns li:last-child {
  margin-right: 0;
}


.pd1{
	background: rgba(184,172,179,0.78);
	/* padding:10px; */
	padding-bottom: 0px;
    padding-top: 15px;
}
.pd1 form {
    /* background: #fff; */
    padding: 0px;
    position: relative;
    border-radius: 1px;
    text-align: left;
    /* border: 1px solid #065f90; */
    font-size: 11px;
    max-width: 500px;
}


.pd1 form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.pd1  form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    width: auto;
    font-size: 12px;
    padding: 0 20px;
    background: #065f90	;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}


.tbl-mn{
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
}
.row .tbl-mn {
}

.tbl-mn td{
	
	padding: 4px;
}
.abt-table{
	
	font-size: 14px;
	margin-bottom: 20px;
	
}

.doc-div {
    display: inline-flex;
    align-items: center;
  padding: 10px;
    width: 45%;
    border: 1px solid #dfe6e4;
    border-radius: 25px;
    margin-bottom: 10px;
    color: #555555;
	margin-left:auto;
	margin-right:auto;
	font-size: 11px;
}
.doc-div img{
	
padding: 4px;
}
/*
----------------------------

accordion-list NEW
-----------------------------*/
.card-header {
    /* padding: 20px; */
    /* margin-bottom: 9px; */
    /* background-color: rgba(0,0,0,.03); */
       /* background: #fefefe; */
    /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
    /* border-radius: 6px !important; */
  /* border-bottom: 3px solid #065f90; */
    /* border-top: 1px solid #a6dcf9; */
    /* border-left: 1px solid #a6dcf9; */
    /* border-right: 1px solid #a6dcf9; */
	
	
    padding: 8px;
    margin-bottom: 2px;
    background-color: rgba(0,0,0,.03);
    /* background: #fefefe; */
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    /* border-radius: 6px !important; */
    border-bottom: 3px solid #065f90;
    /* border-top: 1px solid #a6dcf9; */
    /* border-left: 1px solid #a6dcf9; */
    /* border-right: 1px solid #a6dcf9; */
}
.about1 .card h5{
	color:#48aee6;
	
}
.about1 .card i {
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 5;
}
.about1 .card .icon-show {
  display: none;
}

.about1 .card  a.collapsed {
  color: #065f90;
}

.about1 .card  a.collapsed:hover {
  color: #000;
}

.about1 .card  a.collapsed .icon-show {
  display: inline-block;
}

.about1 .card  a.collapsed .icon-close {
  display: none;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about1 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about1 .content ul {
  list-style: none;
  padding: 0;
}

.about1 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about1 .content ul li + li {
  margin-top: 10px;
}

.about1 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #009961;
  line-height: 1;
}

.about1 .content p:last-child {
  margin-bottom: 0;
}

.about1 .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.about1 .content .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}




.about1 .content {
  padding: 60px 100px 0 100px;
}

.about1 .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.about1 .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about1 .content p {
  font-size: 15px;
  color: #848484;
}

.about1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.about1 .accordion-list {
  padding: 0 0px 60px 0px;
}

.about1 .accordion-list ul {
  padding: 0;
  list-style: none;
}

.about1 .accordion-list li + li {
  margin-top: 15px;
}

.about1 .accordion-list li {
  padding: 20px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
	border-bottom: 3px solid #009961;
	border-top: 1px solid #C1E7D9;
	border-left: 1px solid #C1E7D9;
	border-right: 1px solid #C1E7D9;
}

.about1 .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.about1 .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.about1 .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.about1 .accordion-list .icon-show {
  display: none;
}

.about1 .accordion-list a.collapsed {
  color: #a20d6a;
}

.about1 .accordion-list a.collapsed:hover {
  color: #009961;
}

.about1 .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.about1 .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .about1 .content, .about1 .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about1 {
    /* img {
      padding-top: 30px;
    } */
  }
  .about1 .content {
    padding-top: 0px;
  }
  .about1 .accordion-list {
    padding-bottom: 30px;
  }
}
 .about1 .nostyles ul li {
	    list-style-type: none !important;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
	}

/*.icn2 {
  font-size: 24px;
  position: absolute;
  left: 10px !important;
  top: 5;
	color: aqua;
}*/
/*.services .card .icon-box i {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 5;
}*/
/*.services img{
	
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}*/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "prev button" to the left */
.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(198,196,196,0.80);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: normal;}

/* Add a blue color to the author */
.author {
	margin-top: 10px;
	border-top: dashed 1px #C7BFBF;
	color: #065f90;
	font-weight: bold;

}
.contact .mt-5{
	
	margin-top: 0px !important;
}
.pricing p{
	
	margin-top: 10px;
	margin-bottom: 10px;
}
.pro-mrgn{
	margin-bottom:20px;
	
}
.design{
	font-size: 10px;
}
.footer-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 6px;
    background:#042e46;
    display: block;
    color: #fff;
	z-index:999;
	
}
.footer-links a{
	font-size:11px;
	color: #fff;
}

.ftr-btns {
    padding: 3px;
    margin: 0 auto 2px auto;
    text-align: center;
    border-radius: 2px;
    background: #0488d0;
    /* margin-top: 13px; */
    margin-left: 1px;
    line-height: 2.5;
}

.justcreate{
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #065f90;
	margin-top: 10px;	
	
}
/*@media (min-width: 452px) {
  .stack-top {
    margin-top: 30%;
  }
}*/