@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

*
{
	font-family: 'Titillium Web', sans-serif;
	font-family: "Exo", sans-serif;
}

body
{
	font-family: 'Titillium Web', sans-serif;
	font-family: "Exo", sans-serif !important;
}
p
{

font-size: 16px;
}
.f-r
{
	float: right;
}
.pad-0
{
    padding:0px;
}


.toplinks {
    width: 100%;
    top: 0px;
    padding: 2px;
    background: #1e1e70;
    display: block;
    border-bottom: 1px solid rgb(235, 235, 235);
}

ul.gov-guidelines {
    list-style-type: none;
    padding: 3px;
    margin: 0px;
    float: left;
}

ul.gov-guidelines li {
    display: inline-block;
}

ul.gov-guidelines a {
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    font-weight: 500;
    font-size: 12px;
    text-decoration:none;
    /* border-radius: 50%; */
}
select {
    padding: 4px 7px;
    border: 0px;
    background: rgb(245, 124, 0);
    color: rgb(255, 255, 255);
}


.black {
    background: rgb(0, 0, 0) !important;
    border: 1px solid #ccc;
}

.white {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.pannel {
    float: right;
}

ul.pannel {
    list-style-type: none;
    margin: 5px 14px 0px 0px;
    float: right;
}

ul.pannel li {
    display: inline-block;
    width: 15px;
    height: 15px;
    /* border-radius: 50%; */
    background: #e56d04;
    border: 1px solid #fff;
}

.color1 {
    background: #00bcd4 !important;
}

.color2 {
    background: #2196f3 !important;
}

.color3 {
    background: #44449f !important;
}

.gray {
    background: rgb(0, 150, 136) !important;
}

.header-navigation {
    z-index: 9999;
}
.f-r {
    float: right !important;
}


.selectlanguage {
    float: right;
    width: 125px;
    height: 24px;
    margin-top: 3px;
    padding: 0px;
    font-size: 12px;
    border-radius: 3px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    border: 0px solid #c18103;
}

option {
    padding: 5px 15px;
    color: #000;
}

.btn
{
	padding: 12px;
	border-radius: 0;
}

.view-more
{
	width: 160px;
}

.button1
{
	background: #D81B60;
	border:1px solid #D81B60;
	color:#fff;
}

.button1:hover
{
	background: #D81B60;
	border:1px solid #D81B60;
	color:#fff;
}

.button2
{
	background: #5E35B1;
	border:1px solid #5E35B1;
	color:#fff;
}
.button2:hover
{
	background: #5E35B1;
	border:1px solid #5E35B1;
	color:#fff;
}
.button3
{
	background: #01d6a3;
	border: 1px solid #01d6a3;
	color:#fff;
}
.button3:hover
{
	background: #01d6a3;
	border: 1px solid #01d6a3;
	color:#fff;
}
.pulse-icon
{
	text-align: center;
	margin-bottom: 20px;
}
.pulse-icon img
{
	width: 180px;
	/* margin: 0 auto; */
}
.full-time
{
	background-color: #fff;
	color: #000;
	padding: 5px;
	border-radius: 10px;
	padding: 5px 10px;
	margin-top: 11px;
}
.top-nav
{
	background: #44449f !important;
	/* padding-top: 5px; */
	border-bottom: 0;
}
.top-nav ul
{
	list-style-type: none;
	margin: 0;
}
.top-nav ul li
{
	display: inline-block;
	padding: 3px 0px;
}

.top-nav ul li a
{
	text-decoration: none;
	/* padding: 5px; */
	color: #fff;
	font-size: 14px;
}
.btn-button
{
	/* background: #04b7af; */
	padding: 5px;
	color: #3a4b4a;
	padding: 11px 12px;
	/* border: 1px solid #000; */
	margin: 0px 7px;
	font-weight: 600;
}
.btn-button .fa
{
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.c1
{
	background: #eb181ec9;
	color:#fff;
}
.c2
{
	background: #254091bd;
	color:#fff;
}
.c3
{
	background: #fdfcff;
	color: #000;
	border: 1px solid #000;
}
.Logo-part
{
	/* padding: 6px; */
	border-top: 4px solid #44449f !important;
}
.Logo-part .search-container {
	/* float: right; */
	/* width: 80%; */
	margin: 0 auto;
	/* margin-top: 22px; */
	}
  
  .Logo-part input[type=text] {
	padding: 9px;
	margin-top: 2px;
	font-size: 17px;
	/* border: none; */
	width: 80%;
	border: 2px solid #04b7af;
	}
  
  .Logo-part .search-container button {
	float: right;
	padding: 9.5px 6px;
	margin-top: 2px;
	margin-right: 0;
	background: #04b7af;
	font-size: 19.5px;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 20%;
	}
  
  .Logo-part .search-container button:hover {
	background: #ccc;
  }
  
  @media screen and (max-width: 600px) {
	.Logo-part .search-container {
	  float: none;
	}
	.Logo-part a, .Logo-part input[type=text], .Logo-part .search-container button {
	  float: none;
	  display: block;
	  text-align: left;
	  width: 100%;
	  margin: 0;
	  padding: 14px;
	}
	.Logo-part input[type=text] {
	  border: 1px solid #ccc;  
	}
  }

img
{
	max-width: 100%;
}

.header-icon
{
	float: left;
	width: 25%;
	/* margin-right: 0px; */
	padding-left: inherit;
}
.icon-info {
    /* width: 75%; */
    float: left;
    padding-left: 6px;
}
.header-icon .fa
{
	font-size: 26px;
	border: 2px solid #04b7af;
	padding: 10px;
	margin-right: -7px;
	color: #ffffff;
	background: #04b7af;
}

/* .navbar .dropdown-menu-end{ right:0; left: auto;  } */
/* .dropdown-menu{display:block;opacity: 0;visibility: hidden;transition:.3s;margin-top: 0px;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);} */
/* .navbar .nav-item:hover .nav-link{ color: #fff;  } */
/* .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; } */
/* .dropdown-menu.fade-up{ top:180%;  } */
/* .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); } */

/* ============ desktop view ============ */

body
{
font-family: 'Space Grotesk', sans-serif;
}

@media all and (max-width: 992px) 
{
    .dropdown-menu
    {
       
        display:none;
    }

    .dropdown-menu > li:hover > .submenu
	{
		display: block;

	}
	.submenu
	{
		display: block;

	}
}
@media all and (min-width: 992px) 
{

	.dropdown-menu li
	{
		position: relative;
		/* padding: 5px; */
		/* border-bottom: 1px dashed #ccc; */
		/* padding: 5px; */
	}
	.dropdown-menu .submenu{
		display: none;
		position: absolute;
		left:100%;
		top:-7px;
		margin-top: -35px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;

	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
	margin-left:0.7rem; margin-right:0.7rem; margin-bottom: 30px;
}

}	
/* ============ small devices .end// ============ */

/*== Dropdown Menu End==*/


/* ==MegaMenu== */

.navbar .megamenu
{ 
	padding: 1rem; 
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) 
{

	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0;right:0;width: 80%;margin-top: -8px;margin: -8px auto;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);background: url("../images/header-bg1.png");}

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px)
{
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse
	{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

/* ==MegaMenu end== */

/* ========== Hedare Slider============= */

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}
/* ========== Hedare Slider End============= */


.navbar-dark .navbar-nav .nav-link 
{
	color: rgb(255 255 255);
	font-size: 14px;
	padding: 8px 12px;
	font-weight: 600;
}

.dropdown-item 
{
	padding: 7px 20px;
	font-size: 14px;
	border-bottom: 1px solid #f7f3f3;
    background: #fff;
    color: #000;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #6969c9 !important;
    color: #fff;
}
.dropdown-menu
{
	padding:0px;
}
.col-megamenu li a
{
	/* border-bottom: 1px solid #ccc; */
	font-size: 16px;
	text-decoration: none;
	color: #212529;
	/* padding: 28px 20px; */
	font-weight: 600;
}
.col-megamenu ul li
{
	padding: 5px;
	/* border-bottom: 1px solid #ccc; */
}
.col-megamenu {
    border-right: 1px solid #f9f7f7;
    margin-left: 34px;
    padding-left: 0px;
}
/* #navbar_top
{
	padding: 3px;
} */

#navbar_top {
    background-color: #44449f ;
    padding: 3px;
}
.col-megamenu img
{
	width:50px;
	margin-right: 10px;
}





.left
{
	float:left;
}
.right
{
	float:right;
}




.bg-pages .card {
	border-radius: 50px 10px;
	border       : 0 !important;
  }
  
  .bg-pages .feature-icon {
	width        : 55px;
	height       : 55px;
	text-align   : center;
	border-radius: 50%;
	position     : relative;
	left         : 0;
	right        : 0;
	top          : 0;
	text-align   : center;
	line-height  : 0;
	padding      : 15px;
	bottom       : 0;
  }
  
  .bg-pages .feature-icon i {
	font-size: 25px;
  }
  
  
  .text-white-80 {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  
  .floating {
	animation-name           : floating;
	animation-duration       : 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left              : 30px;
	margin-top               : 5px;
  }
  
  @keyframes floating1 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(-20px);
	  -moz-transform   : rotateX(0deg) translateY(-20px);
	  -ms-transform    : rotateX(0deg) translateY(-20px);
	  -o-transform     : rotateX(0deg) translateY(-20px);
	  transform        : rotateX(0deg) translateY(-20px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @-webkit-keyframes floating1 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(-20px);
	  -moz-transform   : rotateX(0deg) translateY(-20px);
	  -ms-transform    : rotateX(0deg) translateY(-20px);
	  -o-transform     : rotateX(0deg) translateY(-20px);
	  transform        : rotateX(0deg) translateY(-20px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @keyframes floating2 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(15px);
	  -moz-transform   : rotateX(0deg) translateY(15px);
	  -ms-transform    : rotateX(0deg) translateY(15px);
	  -o-transform     : rotateX(0deg) translateY(15px);
	  transform        : rotateX(0deg) translateY(15px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @-webkit-keyframes floating2 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(15px);
	  -moz-transform   : rotateX(0deg) translateY(15px);
	  -ms-transform    : rotateX(0deg) translateY(15px);
	  -o-transform     : rotateX(0deg) translateY(15px);
	  transform        : rotateX(0deg) translateY(15px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }

  .badge:after {
    content: attr(value);
    font-size: 15px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 2px 6px;
    position: relative;
    left: -8px;
    top: -10px;
    opacity: 0.9;
    font-weight: 500;
}

.fa-lg
{
	font-size: 25px;
}
.icon-info h4
{
	/* padding-left: 5px; */
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 600;
	color: #04b7af;
}
.icon-info p
{
	margin: 0px;
	font-size: 18px;
	color: #3e4095;
}
.mt-18
{
	margin-top: 45px;
	margin-bottom: 10px;
}

.mt-30
{
	margin-top: 30px;
}

.logo
{
	/* padding-right: 30px; */
	/* margin-top: 10px; */
}
.Logo-part
{
	background: url(../images/header-bg.png);
}





/* About*/

.about
{
	padding: 20px 0px;
	background: #ffffff;
	background: url("../images/bg.png");
}
.about ul
{
	list-style-type: none;
	padding: 0;
}
.about ul .fa
{
	padding: 2px;
	color: #3e4095;
}
.about1 ul .fa
{
	padding: 0px;
    color: #3e4095;
    font-size: 13px;
}
.title
{
	font-size: 20px;
	color: #292b75;
}
.title-sub
{
	font-size: 27px;
	font-weight: 700;
	line-height: 38px;
	color: #0f1151;
}
.about p
{
	text-align: justify;
	line-height: 30px;
	font-size: 17px;
	color: #44494b;
}
.about1 p
{
	text-align: justify;
	color: #292d2f;
    font-size: 14px;
    line-height: 26px;
	font-weight: 600;
}
.about-l1
{
	background: red;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	}

.about-l1::after
{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: red; */


}

.about-l1 img
{
	float: right;
}

.ttm-list-li-content
{
	margin-left: 10px;
	color: #292d2f;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}
.ttm-list-li-content1
{
	margin-left: 10px;
    color: #292d2f;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
}


.view-more
{
	border: 1px solid #3e4095;
	padding: 13px 16px;
	text-decoration: none;
	font-weight: 600;
	color: #3e4095;
	font-size: 15px;
}


.contact
{
	background: #3e4095;
	border: 1px solid #3e4095;
	padding: 13px 16px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	margin: 10px;
	font-size: 15px;
}
.title-h4
{
	font-size: 18px;
	font-weight: 700;
	color: #2a2c7f;
}

/* About*/


/* Packages */
.title-center {
    text-align: center;
    padding: 0px;
    /* margin-bottom: 70px; */
    font-size: 30px;
    font-weight: 700;
    color: #1b0947;
}

.packages {
    padding: 50px 0px;
    background: #fdfdfd;
}

.package-box {
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 0px;
    background: url(../images/waves-bg.png);
    /* background: url(https://www.pngkey.com/png/detail/260-2608683_wave-background-png-transpa-images-pluspng-png-waves.png); */
    background-size: cover;
}
.package-icon {
    width: 25%;
    float: left;
}
.package-content {
    width: 75%;
    float: left;
}
.package-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.price {
    font-size: 20px;
    font-weight: 600;
}
.price-drop {
    text-decoration: line-through;
    margin-left: 10px;
}
.package-box .view-more {
    border: 1px solid #f9f9f947;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}
.package-box .contact {
    background: #01d6a300;
    border: 1px solid #ffffff47;
    padding: 8px 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin: 10px;
    font-size: 15px;
}

.b1
{
	border-top: 5px solid #9C27B0;
	background: #9C27B0;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}


.b2
{
	border-top: 5px solid #E91E63;
	background: #E91E63;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b3
{
	border-top: 5px solid #257dc3;
	background: #257dc3;
	color: #ffff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b4
{
	border-top: 5px solid #00897B;
	background: #00897B;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b5
{
	border-top: 5px solid #4CAF50;
	background: #4CAF50;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b6
{
	border-top: 5px solid #FF9800;
	background: #FF9800;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}


.package-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.package-box:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
	background: rgba(255, 255, 255, 0.3);
}
.package-box:after, .package-box:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

/* Packages */


/* Health check */


.health-checks {
    /* background: url(../images/checkup.jpg); */
    position: relative;
    padding: 40px 0px;
    /* z-index: -2; */
    background-size: cover;
    padding-top: 0;
    padding-bottom: 160px;
    /* border: 10px solid #ffffff; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.10); */
    background: url(../images/header-bg1.png);
    padding-top: 21px;
}

.Checkup-inner {
    /* border: 1px solid #ccc; */
    text-align: center;
    border-radius: 40px;
    margin-bottom: -25px;
    position: relative;
    padding: 18px;
    /* background: #220b4b3d; */
}
.checkup-icon {
    /* position: absolute; */
    background: #f4faff;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: -11px;
    margin-bottom: 10px;
    /* font-size: 20px; */
    width: 80px;
    /* line-height: 0px; */
    height: 80px;
    border-radius: 50%;
    /* float: left; */
    margin-left: -8px;
    margin: 0 auto;
}
.checkup-icon img {
    width: 80px;
    margin-top: 6px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 30px rgb(217 199 199 / 10%);
    border-radius: 50%;
}
.checkup-info {
    width: 100%;
    /* background: #0d1459ab; */
    /* position: absolute; */
    bottom: 17px;
}
.checkup-info h4 {
    color: #6d6c6c;
    font-size: 16px;
    /* padding-left: 63px; */
    font-weight: 600;
    margin-top: 17px;
}

/* Health check */

/*appointment*/
	.appointment 
	{
		background: url(../images/checkup1.jpg);
		position: relative;
		/* padding: 40px 0px; */
		/* z-index: -2; */
		background-size: cover;
		/* padding-bottom: 70px; */
	}
	.appointment::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		/* background-color: #06132fe3!important; */
		/* opacity: .8; */
		/* z-index: 0; */
	}
	.appointment-content .title1 {
		color: #fff;
		font-size: 20px;
		margin-top: 20px;
	}
	.appointment-content {
		margin-top: 50px;
		/* padding-bottom: 30px; */
	}

	.appointment-content .title2 {
		color: #fff;
		font-size: 46px;
		font-weight: 700;
	}
	.appointment-content .title3 {
		color: #fff;
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.appointment-girl {
		margin-top: -80px;
	}

/*appointment*/


/*  why-choose */

.why-choose {
    padding: 40px 0px;
    background: #3e409505;
    background: url("../images/bg.png");
}
.why-choose-left img {
    /* border: 10px solid #ffffff; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.10); */
}

.choose-box {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.choose-box-icon {
    width: 22%;
    float: left;
    margin-right: 9px;
}
.choose-box-content {
    width: 75%;
    float: left;
}
.left {
    text-align: left;
    width: 100%;
}
.choose-box-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #170943;
}
.choose-box-content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    /* text-align: justify; */
    color: #54595b;
}

/*  why-choose */



/*  Footer */

footer {
    background: #171e4f;
    /* padding: 40px 20px; */
    padding-bottom: 0;
}

.footer-inner {
    padding-top: 30px;
    background: url(../images/footer-bg-pattern.png);
    color: #fff;
    background-size: cover;
    background-position: top;
}
footer h4 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.footer-info {
    margin-bottom: 15px;
    overflow: hidden;
}
.icon {
    float: left;
    background: #ffffff1a;
    padding: 15px;
    margin-right: 15px;
    border-radius: 8px;
    width: 70px;
    font-size: 22px;
    text-align: center;
    height: 65px;
    margin-bottom: 0px;
}
.icon-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
}
.icon-text span {
    font-size: 14px;
    font-weight: 600;
    color: #e5e5e5;
}
.footer-links ul li {
    list-style-type: disclosure-closed;
    padding: 5px;
    font-weight: 600;
}
.footer-inner img {
    margin: 5px;
    /* width: 73px; */
}
.socailmedia {
    padding: 0;
    margin-top: 20px;
}
.socailmedia li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f51c;
    color: #fff;
    margin: 3px;
    /* border: 1px solid #000; */
    border-radius: 5px;
}
.socailmedia li a {
    color: #fff;
}
.footer-links a:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #04b7af;
}
.footer-links a {
    box-shadow: inset 0 0 0 0 #dba66b;
    color: #fff;
    /* padding: 0 0.25rem; */
    margin: 0 -0.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.footer-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    font-size: 14px;
}

.copy-right {
    border-top: 1px solid #c3c3c347;
    padding-top: 15px;
    margin-top: 10px;
}

.copy-right p
{

	font-size: 16px;
}
footer p {
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

/*  Footer */




/* Chatbot */
.botIcon {bottom: 25px;right: 65px;position: fixed;z-index: 9999;}
.iconInner {-webkit-align-items: center;-ms-align-items: center;align-items: center;background: #3e4095;background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(to left,#00dbde, #fc00ff, #00dbde,#fc00ff);/* background: linear-gradient(to left, #dba66b, #a56c2d, #FF9800, #fc00ff); */background-position: 50%;background-size: 300%;border-radius: 50%;color: #fff;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 1.7em;height: 2em;justify-content: center;width: 2em;}
.botSubject, .messages, .showBotSubject .botIconContainer, .showMessenger .botIconContainer {display: none;}


.botIcon .Messages, .botIcon .Messages_list {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;}
.chat_close_icon {color: #fff;cursor: pointer;font-size: 16px;position: absolute;right: 12px;z-index: 9;}
.chat_on {background-color: #8a57cf;bottom: 20px;border-radius: 50%;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;color: #fff;cursor: pointer;display: block;height: 45px;padding: 9px;position: fixed;right: 15px;text-align: center;width: 45px;z-index: 10;}
.chat_on_icon {color: #fff;font-size: 25px;text-align: center;}
.botIcon .Layout {-webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;background-color: rgb(63, 81, 181);bottom: 20px;border-radius: 10px;box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);box-sizing: content-box !important;color: rgb(255, 255, 255);display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;max-height: 30px;max-width: 300px;min-width: 50px;opacity: 0;pointer-events: auto;position: fixed;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;z-index: 999999999;}
.botIcon .Layout-open {border-radius: 10px;color: #fff;height: 500px;max-height: 500px;max-width: 300px;overflow: hidden;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);width: 100%;}
.botIcon .Layout-expand {display: none;height: 400px;max-height: 100vh;min-height: 300px;right: 40px;}
.showBotSubject.botIcon .Layout-expand {display: block;}
.botIcon .Layout-mobile {bottom: 10px}
.botIcon .Layout-mobile.Layout-open {min-width: calc(100% - 20px);width: calc(100% - 20px);}
.botIcon .Layout-mobile.Layout-expand {border-radius: 0 !important;bottom: 0;height: 100%;min-height: 100%;min-width: 100%;width: 100%;}
.botIcon .Messenger_messenger {height: 100%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;position: relative;width: 100%;}
.botIcon .Messenger_header, .botIcon .Messenger_messenger {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.botIcon .Messenger_header {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;background-color: #512DA8;color: rgb(255, 255, 255);-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;height: 40px;padding-left: 10px;padding-right: 40px;}

.botIcon .Messenger_header h4 {-webkit-animation: slidein .15s .3s;-ms-animation: slidein .15s .3s;animation: slidein .15s .3s;-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;font-size: 16px;opacity: 0;}
.botIcon .Messenger_prompt {font-size: 16px;font-weight: 400;line-height: 18px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.botIcon .Messenger_content {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;height: 80px;}
.botIcon .Messages {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;overflow-x: hidden;overflow-y: auto;padding: 10px;position: relative;-webkit-overflow-scrolling: touch;}
.botIcon .Input {background-color: #fff;border-top: 1px solid #e6ebea;color: #96aab4;-webkit-box-flex: 0;-webkit-flex-grow: 0;-ms-flex-positive: 0;flex-grow: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;padding-bottom: 15px;padding-top: 17px;position: relative;width: 100%;}
.botIcon .Input-blank .Input_field {max-height: 20px;}
.botIcon .Input_field {background-color: transparent;border: none;outline: none;padding-left: 20px;padding-right: 45px;resize: none;width: 100%;font-size: 14px;line-height: 20px;min-height: 20px !important;}
.botIcon .Input_button-emoji {right: 45px;}
.botIcon .Input_button {background-color: transparent;border: none;bottom: 15px;cursor: pointer;height: 25px;outline: none;padding: 0;position: absolute;width: 25px;}
.botIcon .Input_button-send {right: 15px;}
.botIcon .Input-emoji .Input_button-emoji .Icon, .botIcon .Input_button:hover .Icon {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.botIcon .Input-emoji .Input_button-emoji .Icon path, .botIcon .Input_button:hover .Icon path {fill: #2c2c46;}
.Icon svg {height: auto;width: 100%;}

.msg {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.msg.user {-webkit-box-direction: row-reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.msg + .msg {margin-top: 15px;}
span.responsText {color: #000;display: inline-block;margin-left: 10px;vertical-align: top;max-width: calc(100% - 50px);}
.msg.user span.responsText {margin-left: 0;margin-right: 10px;}
span.avtr {display: inline-block;width: 30px;}
span.avtr figure {background-color: #ccc;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 50%;display: block;margin: 0;padding-bottom: 100%;}

@-webkit-keyframes appear {
    0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}
@-ms-keyframes appear {
    0% {opacity: 0;-ms-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-ms-transform: scale(1);transform: scale(1);}
}
@keyframes appear {
    0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}
@-webkit-keyframes slidein {
    0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}
@-ms-keyframes slidein {
    0% {opacity: 0;-ms-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-ms-transform: translateX(0);transform: translateX(0);}
}
@keyframes slidein {
    0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {width: 250px;}
}

/* Chatbot */


/* Scroll Top */

.scroll-to-top {
    color: #ffffff;
    background: #3e4095;
    position: fixed;
    z-index: 99999999;
    bottom: 85px;
    right: 32px;
    border-radius: 50%;
    padding: 6px 13px;
    border: 2px solid #ffffff;
}
/* Scroll Top */



.testimonial-section {
    position: relative;
    padding: 40px 0 60px;
}

.testimonial-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/dotted-map.png);
    opacity: .20;
}

#testimonial-slider{
    /* padding: 50px 20px 35px 20px; */
    /* background: #fff; */
    text-align: center;
    /* box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1); */
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/client1.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/client2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/client1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #171e4f;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    position: absolute;
    /* left: -120px; */
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 44px;
    font-size: 24px;
    color: #1370b5;
    border: 2px solid #1370b5;
    text-align: center;
    border-radius: 50%;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 30px;
    /* font-weight: 900; */
    color: #0D47A1;
    line-height: 20px;
    /* opacity: 0.8; */
}
.testimonial .description {
    font-size: 15px;
    /* font-style: italic; */
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    min-height: 10px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    /* line-height: 2em; */
    color: #666666;
    margin-bottom: 20px;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}
.checked {
    color: orange;
}




.post-slide{
    padding: 10px 10px;
    border: 1px solid #efefef;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.10); */
    margin: 6px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
    padding: 18px 15px;
    position: relative;
    background: #fff;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -30px;
    left: 30px;
}
.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #14bf9b;;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 14px;
}
.post-slide .post-title{
    margin: 8px 0;
}
.post-slide .post-title a {
    font-size: 19px;
    font-weight: 600;
    /* letter-spacing: 2px; */
    color: #170943;
    display: inline-block;
    /* text-transform: uppercase; */
    transition: all 0.30s linear 0s;
    margin-top: 20px;
    text-decoration: none;
}
.post-slide .post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-slide .post-description {
    color: #54595b;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    min-height: 10px;
    font-weight: 600;
}
.post-slide .post-bar {
    padding: 15px 0;
    list-style: none;
    text-align: center;
    /* background: #14bf9b; */
    border-top: 1px solid #f3f1f1;
    margin: 0px 30px;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}

.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}

.post-slide .post-bar li a {
    text-transform: capitalize;
    font-size: 17px;
    color: #535050;
    transition: 0.2s ease;
    text-decoration: none;
}

.post-slide .post-bar li i {
    color: #434242;
    margin-right: 5px;
}

.blog {
    padding: 40px 0px;
}




a.animated-button.thar-three {
	color: #3e4095;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 11px 10px;
	border: 1px solid #3e409530;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	font-size: 16px;
	font-weight: 600;
	/* width: 160px; */
	margin-top: 2px;
	float: left;
	/* margin-right: 20px; */
}
a.animated-button.thar-three:hover {
	color: #fff !important;
	background-color: #04b7af;
	text-shadow: nthree;
	border: 1px solid #04b7af;
}
a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #3e4095;
	color: red !important;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}





.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
	/* width: 115px !important; */
	height: auto;
	top: 25%;
	left: 0px;
	z-index: 99999999;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.14);
	/* padding: 40px 8px; */
	/* border: 10px solid #ffffff; */
	box-shadow: 5px 7px 0px -2px rgb(37 37 37 / 12%);
	}
  
  .sidenav a {
	padding: 8px 8px 8px 3px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #fdf4f4;
	text-align: center;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	}
  
  .sidenav a:hover {
	color: #3e4095;
	}
  
  .sidenav .closebtn {
	position: absolute;
	top: -5px;
	right: 3px;
	font-size: 33px;
	/* margin-left: 52px; */
	border: 0;
	}
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

  .side-menu
  {
	font-size: 30px;
	cursor: pointer;
	position: fixed;
	top: 25%;
	z-index: 9;
	background: #3e4095;
	padding: 0px 5px;
	color: #fff;
	}

#mySidenav img
{
	width: 30px;
	display: block;
	text-align: center;
	margin: 0 auto;
}


.watsapp
{
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
}

.watsapp img
{
	width: 40px;
}



/* 
.searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox input{
    background-color: rgb(48,168,220);
    border: none;
    outline: none;
    width: 0;
    padding: 0; 
    opacity: 0;
    border-radius: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    transition: all 1s;
}

.searchBox input::placeholder {
    color: rgba(255,255,255,.5);
    font-weight: 400;
}

.searchBox i {
    background-color: rgb(48,168,220);
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s;
}

.searchBox:hover input{
    width: 240px;
    opacity: 1;
    padding: 10px 20px;
}

.searchBox:hover i{
    color: #fff;
} */






.marquee-text {
    background-color: #2220;
    border-color: #08080800;
    border-top: 35px solid #3e4095;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    position: absolute;
    /* overflow: hidden; */
    width: 55%;
    /* border-top: 1px solid #ccc; */
    height: 45px;
    z-index: 999;
    margin: 0 auto;
    margin-left: 40px;
}

marquee {
    margin-right: 0;
    float: left;
    margin: 0;
    margin-top: -34px;
    z-index: 999;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-left: 110px; */
    color: #fff !important;
    font-weight: 600;
}

.logo-text h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    width: 95%;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 0;
    color: #3e4095;
}

.logo-section
{
	padding: 5px;
	background: url("../images/header-bg.png");
	background-size: contain;
}


.content .title
{
    font-weight: bold;
}

.carousel-caption h3
{
    font-size: 45px;
    font-weight: 800;
    font-family: 'League Spartan', sans-serif;
    text-transform: capitalize;
}
.carousel-control-next {
    right: 20px;
}
.carousel-caption {
    position: absolute;
    right: 25%;
    bottom: 1.25rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 40%;
    top: 20%;
}
.btn-readmore {
    background-color: #44449f;
}
.btn {
    color: #fff;
}
/*Inner Page*/

.inner-main
{
	padding: 40px;
}

/*Inner Page*/

.carousel-caption h4{
    font-size: 2rem !important;
}
.card {
   min-height: 300px; 
    padding: 30px 0px;
background: #ffffff;
border: 2px solid #44449f;
}
.logo-text h5{
    color: #000 !important;
}
/* light box gallery */
@keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }
  
  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }
  
  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }

  /* .one {
    position: relative;
    background: #f8f8f8;
    width: 90%;
    max-width: 500px;
    padding: 2em;
    margin: 1.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.08);
} */
.one h1 {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 12px;
    color: #3e4095;
    font-size: 24px;
}
.one h1:before {
    width: 20px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* margin-left: -14px; */
    background-color: #b80000;
    top: 57px;
    margin-top: 7px;
}
.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 8px;
    /* left: 50%; */
    /* margin-left: -50px; */
    background-color: #b80000;
}
@media (max-width:500px){
    .logo img{
        width: 100px;
    }
}
.lock {
    width: 50px;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    /* left: 78%; */
    right: 16%;
    /* border: 2px solid #ccc; */
    width: 70px;
    height: 66px;
    border-radius: 50%;
    padding: 8px 10px;
    background: #ffffff;
    border: 3px solid #2337a5;
}

.form-container {
    max-width: 500px;
    width: 90%;
    padding: 15px 25px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #2337a5;
    border-bottom: 3px solid #2337a5;
}
.form-container h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #2337a5;
    font-weight: 800;
    font-size: 20px;
    border: 1px solid #2337a5;
    padding: 6px;
    width: 60%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
.form-container h2:before {
    content: '';
    width: 55px;
    height: 1px;
    background: #2337a5;
    position: absolute;
    /* border-bottom: 10px solid red; */
    bottom: 17px;
    left: -56px;
    border-radius: 10px;
}
.form-container h2:after {
    content: '';
    width: 55px;
    height: 1px;
    background: #2337a5;
    position: absolute;
    /* border-bottom: 10px solid red; */
    bottom: 17px;
    right: -56px;
    border-radius: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #2337a530;
    border-radius: 4px;
    font-size: 16px;
    /* margin-top: 10px; */
    transition: border-color 0.3s ease;
    border-radius: 7px;
    background: #fff;
    color: #000;
    text-indent: 50px;
}
.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #858c95;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.form-group label .fa {
    font-size: 15px;
    padding-right: 12px;
    margin-left: 8px;
    border-right: 1px solid #cbcbcb;
    margin-right: 10px;
    color: #2337a5;
}
.submit-button {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
    background-color: #2337a5;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* background-color: #dc4c64; */
    color: #fff;
    box-shadow: 0 4px 9px -4px #2e45c3;
}
.fa-refresh:before{
    color: #2337a5;
}

.register-box {
    border: 1px solid #44449f;
    padding: 0px 13px 40px 13px;
    margin-top: 20px;
    margin-bottom: 15px;
    background: #44449f14;
    border-radius: 5px;
}
h4.txt-reg {
    background: #44449f;
    width: 28%;
    padding: 6px 12px;
    position: relative;
    top: -19px;
    /* margin: 0 auto; */
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px 25px 25px 0px;
    color: #fff;
    /* background: url(../images/Banner-bg.jpg); */
    /* display: flex; */
    /* justify-content: center; */
}
.form-control {
    padding: 8px;
    /* border-radius: 10px; */
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
    border-color: #0a169836;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
    font-size: 14px;
    /* border-left: 0; */
    border-radius: 5px;
    background: #fff;
    color: #484848;
    /*margin-bottom: 12px;*/

}
label {
    display: inline-block;
    color: #312077;
    font-weight: 600;
    font-size: 15px;
}
.btn-primary{
    background: #44449f;
    border-color: #0a169836;
}
.test-img{
    width: 100px;
    margin: 0px auto;
    display: block;
  }
  h6.star-icon {
    text-align: center;
}

h6.star-icon i {
    color: #ffc107;
}
.map-txt{
    color: #fff;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 600;
}

table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px;
    background: #44449f;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_filter input{
    background: #fff !important;
    color: #000;
}
table.dataTable.table-striped>tbody>tr.odd>*{
    color: #000;
    background: #f3f3f3  !important;
}
table.dataTable.table-striped>tbody>tr.even>*{
    color: #000;
    background: #fff !important;
}
div.dataTables_wrapper div.dataTables_info {
    color: #000;
}
.paginate_button{
    background: #3e4095;
    padding: 2px 10px;
    margin: 1px;
    color: #fff;
}
.dataTables_length, .dataTables_info {
    float: left;
}

/*====== text-color, background & border css starts ======*/
.bg-c-blue {
    background-color: #4680ff;
}

.text-c-blue {
    color: #4680ff;
}

.b-c-blue {
    border: 1px solid #4680ff;
}

.bg-c-red {
    background-color: #ff5252;
}

.text-c-red {
    color: #ff5252;
}

.b-c-red {
    border: 1px solid #ff5252;
}

.bg-c-green {
    background-color: #9ccc65;
}

.text-c-green {
    color: #9ccc65;
}

.b-c-green {
    border: 1px solid #9ccc65;
}

.bg-c-yellow {
    background-color: #ffba57;
}

.text-c-yellow {
    color: #ffba57;
}

.b-c-yellow {
    border: 1px solid #ffba57;
}

.bg-c-purple {
    background-color: #536dfe;
}

.text-c-purple {
    color: #536dfe;
}

.b-c-purple {
    border: 1px solid #536dfe;
}


.bg-c-orange {
    background-color: #ff5e00;
}

.text-c-orange {
    color: #ff5e00;
}

.b-c-orange {
    border: 1px solid #ff5e00;
}

.bg-c-pink {
    background-color: #ff00f2;
}

.text-c-pink {
    color: #ff00f2;
}

.b-c-pink {
    border: 1px solid #ff00f2;
}

/*====== text-color, background & border css ends ======*/

.card1{
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease-in-out;
}

.f-28 {
    font-size: 28px;
    color: #000;
}
.text-muted {
    color: #868e96 !important;
}
p.text-white{
    margin-bottom: 0 !important;
}

p.text-white a{
text-decoration: none;
    color: #fff;
}
.text-right{
    text-align: right;
}

.card-body h4{
    font-size: 1rem;
}
.photo-gallery .card-body{
    min-height: 78px;
}
.fa-home{
    color: #ffba57;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-users{
    color: #9ccc65;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-user-plus{
    color: #ff5252;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.blue .fa-book{
    color: #4680ff;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-bar-chart{
    color: #536dfe;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-id-card{
    color: #ff5e00;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-book{
    color: #ff00f2;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}
.fa-file{
    color: #9ccc65;
    border: 1px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 23px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
	color: #ffffff !important;
}