@charset "UTF-8";
/*!
 * Template: DWDS1
 * Developed by Outweave.com
*/

/*-------------------------------------
#. Defaults
---------------------------------------*/

body {
	font-family: 'Lato', sans-serif;
	line-height: 1.7;
	color: #000000;
	font-weight: 400;
	height: 100%;
	background-color: #ffffff;
}

html, body {
  scroll-padding-top: 150px; /* height of sticky header */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
}

/*-------------------------------------
#. Colors
---------------------------------------*/

:root {
	--color-1: #29203D; /*purple*/
	--color-2: #dc3545; /*red*/
	--color-3: #F5FCFB; /*greenish grey*/
	--color-4: #f7f7f7; /*light grey*/
}

a {
	color: var(--color-1);
	text-decoration: none;
}

a:hover {
	color: var(--color-3);
}

.color-1 {
	color: var(--color-1) !important;
}

.bg-color-1 {
	background-color: var(--color-1) !important;
}

.color-2 {
	color: var(--color-2) !important;
}

.bg-color-2 {
	background-color: var(--color-2) !important;
}

.color-3 {
	color: var(--color-3) !important;
}

.bg-color-3 {
	background-color: var(--color-3) !important;
}

.color-4 {
	color: var(--color-4) !important;
}

.bg-color-4 {
	background-color: var(--color-4) !important;
}

.fa {
	color: #000;
}

/*-------------------------------------
#. Headings
---------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 36px;
	line-height: 1.25;
}

h2 {
	font-size: 30px;
	line-height: 1.3;
}

h3 {
	font-size: 22px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	line-height: 1.45;
}

/*-------------------------------------
#. Additional Spacing
---------------------------------------*/

.rounded {
	border-radius: 1rem !important;
}

.pt {
	padding-top: 75px;
}

.pb {
	padding-bottom: 75px;
}

.ptt {
	padding-top: 60px;
}

.pbb {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.pt {
		padding-top: 110px;
	}

	.pb {
		padding-bottom: 110px;
	}
	.ptt {
		padding-top: 75px;
	}

	.pbb {
		padding-bottom: 75px;
	}
}

.p-45 {
	padding: 2.25rem !important;
}

.px-45 {
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important;
}

.py-45 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}

.pt-45 {
	padding-top: 2.25rem !important;
}

.pb-45 {
	padding-bottom: 2.25rem !important;
}

.ps-45 {
	padding-left: 2.25rem !important;
}

.pe-45 {
	padding-right: 2.25rem !important;
}

.m-45 {
	margin: 2.25rem !important;
}

.mx-45 {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important;
}

.my-45 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important;
}

.mt-45 {
	margin-top: 2.25rem !important;
}

.mb-45 {
	margin-bottom: 2.25rem !important;
}

.ms-45 {
	margin-left: 2.25rem !important;
}

.me-45 {
	margin-right: 2.25rem !important;
}

.width-style-1 {
	width: 100%;
}

@media (min-width: 1140px) {
	.width-style-1 {
		width: 80%;
	}
}

.width-style-2 {
	width: 100%;
}

@media (min-width: 1140px) {
	.width-style-2 {
		width: 60%;
	}
}

.fs-18 {
	font-size: 18px;
}

.text-justify {
	text-align: justify;
}

/*-------------------------------------
#. Styles
---------------------------------------*/

.social-list {
	display: flex;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	flex-wrap: wrap;
}

.social-list li {
	flex: 0 0 35px;
	margin-right: 10px;
	text-align: center;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
}

.social-list li:last-child {
	margin-right: 0;
}

.social-list li:hover {
	background-color: #ccc;
}

.social-list li a {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	text-decoration: none;
}

/*-------------------------------------
#. Button Styles
---------------------------------------*/

.btn {
	border: none;
	border-radius: 2rem;
	font-weight: bold;
	line-height: 1;
}

.btn-primary {
	background-color: var(--color-2);
}

.btn-primary:hover {
	color: #000;
	background-color: var(--color-3);
}

.btn-secondary {
	background-color: #fff;
	color: #202020;
}

.btn-secondary:hover {
	color: #fff;
	background-color: var(--color-2);
}

.btn-style-1 {
	padding: 14px 26px;
}

.btn-style-2 {
	padding: 12px 22px;
}

.btn-style-3 {
	padding: 10px 22px;
}

@media (min-width: 768px) {
	.btn-style-1 {
		padding: 18px 34px;
	}
	.btn-style-2 {
		padding: 16px 30px;
	}
	.btn-style-3 {
		padding: 12px 26px;
	}
}

/*-------------------------------------
#. Boxes Style 3
---------------------------------------*/

.boxes-3 .box:hover{
	background-color: var(--color-4);
}

.boxes-3 .box .card-link::after {
	content: ">>";
	padding-left: 10px;
}

.boxes-3 .box:hover .card-link {
	color: var(--color-2);
}


/*-------------------------------------
#. Testimonial Style 1
---------------------------------------*/

.testimonial-1 img {
	width: 100px;
}

/*-------------------------------------
#. About Style 1
---------------------------------------*/

/*-------------------------------------
#. Footer General Styles
---------------------------------------*/

.footer-logo {
	width: 350px;
	height: auto;
}

/*-------------------------------------
#. Footer Style 1
---------------------------------------*/

.footer-1 {
	margin-top: 80px;
}

.footer-1 a {
	color: #000;
}

.footer-1 a:hover {
	color: var(--color-2);
}

.footer-1 .terms a {
	text-decoration: underline;
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/

.swiper-wrapper > * {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.swiper-button-next, .swiper-button-prev {
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	padding: 25px;
	opacity: 0.4;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 0.8;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 18px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 18px;
}

.swiper-bottom-padding {
	padding-bottom: 1px; /*Fix to prevent removal of Bottom border - Apply to .swiper class*/
}

.slider .swiper-button-next, .slider .swiper-button-prev {
	display: none; /*for small devices*/
}

.slider {
	height: 550px;
}

@media (min-width: 768px) {
	.slider {
		height: 650px;
	}
}

@media (min-width: 1200px) {
	.slider {
		height: 750px;
	}
	.slider .swiper-button-next, .slider .swiper-button-prev {
		display: flex;
	}
}

/*-------------------------------------
#. Header 1 with Navigation
---------------------------------------*/

.navbar-brand img {
	height: 50px;
}

@media (min-width: 768px) {
    .navbar-brand img {
    	height: 65px;
    }
}

.header-1 {
	background-color: #FDFCFF;
	box-shadow: 0 5px 30px -1px rgba(0, 0, 0, 0.1);
}

.header-1 .navbar-toggler {
	padding: .15rem .5rem;
}

.header-1 .navbar-toggler:focus {
	box-shadow: none;
}

.header-1 .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	color: #000;
}

@media (min-width: 768px) {
	.header-1 .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 17px;
	}
}

@media only screen and (max-width: 992px) {
	.header-1 .navbar-nav .nav-item {
		margin-bottom: 5px;
		background-color: #fff;
		padding-left: 15px;
	}
	.header-1 .navbar-nav {
		margin-top: 15px;
	}
}

.header-1 .btn-primary:hover {
	color: #fff;
	background-color: var(--color-1);
}

.nav-link.active {
	font-weight: bold;
}

/*-------------------------------------
#. Image Styles
---------------------------------------*/

.image-style-left {
	border-top-left-radius: 50% !important;
	position: relative;
}

.image-style-right {
	border-top-right-radius: 50% !important;
	position: relative;
}

.image-style .btn {
	color: #ff0000;
	background-color: #FFF0E2;
	padding: 15px 35px;
	line-height: 1;
}

.image-style .btn::after {
	font-family: "FontAwesome"; 
	content: "\f105";
	padding-left: 15px;
	font-weight: bold;
	font-size: 18px;
}

.image-left {
	position: relative;
}

.image-left::before {
	content: "";
	width: 100%;
	background: var(--color-2);
	height: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	border-top-left-radius: 50%;
}

.image-left::after {
	content: "";
	position: absolute;
	width: 100%;
	background: var(--color-1);
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.25;
	border-top-left-radius: 50%;
}

.image-right {
	position: relative;
}

.image-right::before {
	content: "";
	width: 100%;
	background: var(--color-2);
	height: 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	border-top-right-radius: 50%;
}

.image-right::after {
	content: "";
	position: absolute;
	width: 100%;
	background: var(--color-1);
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.25;
	border-top-right-radius: 50%;
}

@media (max-width: 576px) {
	.image-right::before {
		display: none;
	}
	.image-left::before {
		display: none;
	}
}

@media (max-width: 992px) {
	.mobile-order-1 {
		order: 1;
	}
	.mobile-order-2 {
		order: 2;
	}
}

@media (min-width: 1200px) {
	.image-style .row .col-xl-6:nth-child(1) {
		padding-right: 65px;
	}
	.image-style .row .col-xl-6:nth-child(2) {
		padding-left: 65px;
	}
}

.img-tint::after {
	content: "";
	position: absolute;
	width: 100%;
	background: var(--color-1);
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.25;
	border-radius: 1rem;
}

/*-------------------------------------
#. Table Styles
---------------------------------------*/

.table td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.table tr td:nth-child(2) span {
	background-color: #F9F5FF;
	padding: 5px 15px;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
}

.table tr td:nth-child(3) {
	text-align: center;
}

.table tr td:nth-child(3) span {
	background-color: #FFFAFA;
	padding: 5px 15px;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	color: #FF0000;
}

/*-------------------------------------
#. Slider Boxes
---------------------------------------*/

.slider-boxes .col-lg-4:nth-child(1) h3::before {
	content: "01";
	font-size: 30px;
	color: #ccc;
	position: absolute;
	left: 30px;
	top: 40px;
}

.slider-boxes .col-lg-4:nth-child(2) h3::before {
	content: "02";
	font-size: 30px;
	color: #ccc;
	position: absolute;
	left: 30px;
	top: 40px;
}

.slider-boxes .col-lg-4:nth-child(3) h3::before {
	content: "03";
	font-size: 30px;
	color: #ccc;
	position: absolute;
	left: 30px;
	top: 40px;
}

.slider-boxes .col-lg-4 .box {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

@media (min-width: 992px) {
	.slider-boxes .col-lg-4:nth-child(1) .box {
		border-right: 1px solid rgba(0,0,0,.125);
	}
	.slider-boxes .col-lg-4:nth-child(2) .box {
		border-right: 1px solid rgba(0,0,0,.125);
	}
}

/*-------------------------------------
#. Breadcrumb style
---------------------------------------*/

.heading-top {
	background: url("../images/header-bg.jpg");
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 2;
}

.heading-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	z-index: -1;
}

/*-------------------------------------
#. Social Icons
---------------------------------------*/

.social_side_links {
	position: fixed;
  top: 50%;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

.social_side_links li a {
	display: block;
}

.social_side_links li a i {
	display: block;
  padding: 12px;
  color: #fff;
}

.social_side_links li a:hover i {
	background: rgba(0, 0, 0, .2);
}

/*-------------------------------------
#. Loader
---------------------------------------*/

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #fff;
  z-index: 1021;
}

.loader::after {
	content: "";
  border: 16px solid var(--color-4);
  border-radius: 50%;
  border-top: 16px solid var(--color-2);
  border-bottom: 16px solid var(--color-2);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.captcha_refresh_button {
    width: 40px;
	margin-left: 20px;
}
