/*
Architeck
*/


/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');

/*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/
@import url("fontawesome-all.min.css");

@import url("animate.min.css");
@import url("animate.css");

/*================================================
Moz Selection
================================================*/
:root {
	--primary-color: #ff631b;
	--dark-color: #002156;
	--secondary-color: #565969;
	--grey-color: #f5f5f5;
	--white-color: #ffffff;
	--body-fonts: 'Jost', sans-serif;
	--title-fonts: 'Jost', sans-serif;
	--ml-font: 'Anek Malayalam', sans-serif;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: var(--white-color);
}

/*================================================
General
================================================*/

body {
	background: var(--white-color);
	font-family: var(--body-fonts);
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;

}

.ml-font{
	font-family: 'Anek Malayalam', sans-serif;
}
.ml-400{
	font-weight: 400;
}
.ml-500{
	font-weight: 500;
}
.ml-600{
	font-weight: 600;
}
.ml-700{
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ml-font);
	color: var(--dark-color);
	line-height: 1.5;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 3.052em;
}

h2 {
	font-size: 2.441em;
}

h3 {
	font-size: 1.953em;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

html {
	scroll-padding-top: 77px;
	overflow: auto;
}

/*===== HTML Tags =====*/
a{
	text-decoration: none;
}
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid #eeeeee;
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 600;
}

/*===== Lists (Nested) =====*/
ol,
ul {
	padding-left: 0px;
	margin-bottom: 1em;
}

ol li {
	list-style: none;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: inherit;
}

/*===== Definition Lists =====*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*===== Table =====*/
table {
	border: 1px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	/*border: 1px solid var(--grey-color);*/
	padding: 8px;
	
}

/*===== Input Textarea =====*/
input {
	background: var(--grey-color);
	border: 2px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
	border-color: var(--primary-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	border: 2px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/*===== Select =====*/
select {
	background: var(--grey-color);
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
	width: 100%;
	float: left;
	padding: 0 15px;
	height: 51px;
	line-height: 48px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

/*===== Container =====*/
section {
	position: relative;
	padding: 130px 0px;
}

.container {
	max-width: 1300px;
}

.container-pt {
	padding: 0 60px;
}

.pt-q {
	padding: 130px 0px 210px;
}

.pt-section-overlap {
	margin-top: -190px;
	padding-top: 0px;
	z-index: 9;
}

.z-index-1 {
	z-index: 1;
}

/*===== Input color =====*/
.pt-text-primary {
	color: var(--primary-color) !important;
}

.pt-text-light {
	color: var(--grey-color);
}

.pt-text-secondary {
	color: var(--secondary-color);
}

.pt-text-dark {
	color: var(--dark-color);
}

.pt-overley-dark {
	position: relative
}

.pt-overley-dark:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	opacity: 0.6;
}

/*===== Input bg-color =====*/
.pt-bg-primary {
	background: var(--primary-color) !important;
}

.pt-bg-transparent {
	background: transparent !important;
}

.pt-bg-light {
	background: var(--grey-color);
}

.pt-bg-dark {
	background: var(--dark-color);
}

.pt-text-line-left {
	background-color: var(--white-color);
}

/*================================================
Loading
================================================*/
#pt-loading img {
	width: 100px;
}

#pt-loading {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
}

/*================================================
Back to Top
================================================*/
#back-to-top .topbtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
}

#back-to-top .topbtn:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
	padding: 10px 30px;
	background: var(--primary-color);
	color: var(--white-color) !important;
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	line-height: 2;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background: var(--dark-color);
	color: var(--white-color) !important;
}

.pt-button {
	position: relative;
	width: auto;
	background: var(--dark-color);
	color: var(--white-color);
	font-family: var(--title-fonts);
	padding: 12px 30px;
	line-height: 2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.pt-button:hover,
.pt-button:focus {
	background: var(--primary-color);
	color: var(--white-color);
}

.pt-button .pt-button-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pt-button span {
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.pt-button:hover .pt-button-text {
	-moz-transform: translate(60px, 0px);
	-webkit-transform: translate(60px, 0px);
	-o-transform: translate(60px, 0px);
	-ms-transform: translate(60px, 0px);
	transform: translate(60px, 0px);
}

.pt-button .pt-button-line-left {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: var(--white-color);
	width: 0;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 0;
}

.pt-button:hover .pt-button-line-left {
	width: 45px;
	opacity: 1;
	-moz-transform: translate(30px, 0px);
	-webkit-transform: translate(30px, 0px);
	-o-transform: translate(30px, 0px);
	-ms-transform: translate(30px, 0px);
	transform: translate(30px, 0px);
}

.pt-button .pt-button-line-right {
	background: var(--white-color);
	width: calc(60px - 1px);
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-left: 15px;
}

.pt-button:hover .pt-button-line-right {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

/*===== Button link =====*/
.pt-button.pt-btn-link {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	line-height: 1;
	float: left;
}

.pt-button.pt-btn-link .pt-button-line-left,
.pt-button.pt-btn-link .pt-button-line-right {
	background: var(--primary-color);
}

.pt-button.pt-btn-link .pt-btn-line-left,
.pt-button.pt-btn-link .pt-btn-line-right {
	background: var(--white-color);
}

.pt-button.pt-btn-link:hover .pt-button-line-left {
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

/*===== Button link =====*/
.pt-button.pt-btn-outline {
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pt-button.pt-btn-outline .pt-button-line-left,
.pt-button.pt-btn-outline .pt-button-line-right {
	background: var(--primary-color);
}

/*================================================
Flaticon
================================================*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	margin-left: 0;
}


/*================================================
Header
================================================*/
header#pt-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--white-color);
	z-index: 999;
}

header#pt-header.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header {
	background: var(--primary-color);
	padding: 0;
	font-size: 14px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
	list-style: none;
	display: inline-block;
	color: var(--white-color);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
	margin-right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
	margin-right: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
	color: var(--white-color);
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
	float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
	margin: 0;
	padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
	list-style: none;
	display: inline-block;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
	color: var(--white-color);
	padding: 10px 20px;
	display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
	color: var(--primary-color);
}

header#pt-header .pt-top-header .pt-header-social ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand {
	line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
	height: 35px;
}

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header {
	min-height: 90px;
}

header#pt-header .pt-bottom-header .navbar {
	padding: 0;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
	display: inline-block;
	width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
	float: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li.active a {
	color: var(--primary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 45px;
	font-family: var(--title-fonts);
	color: var(--dark-color);
	line-height: 90px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
	margin-right: 15px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
	font-family: var(--title-fonts);
	color: var(--dark-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.active a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .current-menu-ancestor a {
	color: var(--primary-color);
}

/*===== Sub Menu Bar =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	display: block;
	background: var(--white-color);
	position: absolute;
	top: 90px;
	left: 0;
	padding-left: 0;
	display: inline-block;
	width: 210px;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
	line-height: 2;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
	margin-left: 5px;
	opacity: 0.4;
	font-size: 12px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
	line-height: 2;
	text-transform: capitalize;
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	color: var(--secondary-color);
	font-size: 14px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.active a {
	background: var(--primary-color);
	color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a {
	background: var(--primary-color);
	color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
		display: block !important;
	}
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
	display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
	position: absolute;
	top: 0;
	right: 100%;
	left: inherit;
	display: block;
	background: var(--white-color);
	padding-left: 0;
	display: inline-block;
	width: 200px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before {
	content: "\f124";
	font-family: "Ionicons";
	position: absolute;
	top: 12px;
	right: 15px;
	color: var(--secondary-color);
	line-height: 2;
	font-size: 12px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover a:before {
	color: var(--secondary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children a:hover:before {
	color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent a:before {
	color: var(--white-color);
}

/*===== Navigation search =====*/
header#pt-header .pt-menu-search-block {
	position: relative;
	margin-left: 30px;
}

header#pt-header .pt-menu-search-block a {
	color: var(--dark-color);
	font-size: 16px;
	width: 18px;
	display: inline-block;
}

header#pt-header .pt-search-form {
	position: absolute;
	top: 61px;
	right: 0;
	width: 350px;
	padding: 15px;
	z-index: 999;
	background: var(--white-color);
	-webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
	display: none;
}


/*===== Header Style-2 =====*/
header#pt-header.pt-header-style-2 .navbar-brand img {
	width: 100%;
}

header#pt-header.pt-header-style-2 {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: var(--white-color);
	padding: 0;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header.pt-header-style-2 .navbar-brand {
	background: #651b40;
	padding: 8px 10px;
	margin: 0;
	line-height: 0;
	text-align: center;
	width: 100%;
}

header#pt-header.pt-header-style-2 .pt-bottom-header {
	min-height: auto;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
	line-height: 75px;
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
	display: flex;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
	line-height: 76px;
	padding: 0 30px;
	background: var(--white-color);
	border-left: 1px solid #eeeeee;
	color: var(--white-color);
	font-size: 20px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
	top: 75px;
}

header#pt-header.pt-header-style-2 .pt-search-form {
	top: 77px;
}

/*Header Style-2 sticky*/
header#pt-header.pt-header-style-2.pt-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-top-header {
	display: none;
}
header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand img {
	width: 100%;
}
header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
	padding: 8px 10px;
	line-height: 0;
}


header#pt-header.pt-header-style-2 .pt-call-btn {
	
	padding: 0px 25px;
	background: #ff6b01;
	color: var(--white-color);
	min-height: 78px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
}

.phone-icon i::before {
  display: inline-block;
  color: #F31717;
  font-size: 18px;
  margin-right: 22px;
  margin-bottom: 2px;
  height: 46px;
  width: 46px;
  background: #FEE7E7;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .phone-icon i::before {
    margin-right: 15px;
  }
}

.phone-number{
	margin-top: -4px;
}
.phone-number span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
	
}

.phone-number a {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
	padding: 0;
	margin: -10px 0 0 0;
	display: block;
}



/*=====Ttoggle Side Bar =====*/
header#pt-header.pt-header-style-2 .pt-toggle-btn {
	line-height: 75px;
	padding: 22px 25px;
	background: var(--primary-color);
	color: var(--white-color);
	min-height: 77px;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
	transform-origin: 50% 0%;
}

.buttons ol li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 23vw;
	height: 20vw;
	content: "";
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.buttons ol li:after {
	position: absolute;
	top: 38%;
	right: 7vw;
	transform: rotate(-90deg);
	z-index: 1;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	content: counter(list-counter, decimal-leading-zero);
	font-family: Helvetica;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	opacity: 0.15;
	transition: color 0.35s;
	will-change: color;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
	position: relative;
	display: block;
	top: 15px;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background: currentColor;
	color: inherit;
	font-size: 0;
	transition: 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
	transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
	transform: translate(-50%, 10px);
}

/*===== Header Style-1 =====*/
.admin-bar header#pt-header.pt-header-style-2,
.admin-bar header#pt-header.pt-header-style-1 {
	top: 32px;
}

@media(max-width:767px) {
	.admin-bar header#pt-header {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
	.admin-bar header#pt-header.pt-header-style-1.pt-header-sticky {
		top: 0;
	}
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

	.admin-bar header#pt-header.pt-header-style-2,
	.admin-bar header#pt-header.pt-header-style-1 {
		top: 46px;
	}

	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,
	.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
		top: 46px !important;
	}
}

@media(max-width:1399px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 30px;
	}

	header#pt-header.pt-header-style-2 .navbar-brand img {
		/*height: 28px;*/
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		left: inherit;
		right: 100%;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before {
		content: "\f124";
	}
}

@media(max-width:1365px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		font-size: 14px;
		margin-right: 15px;
	}

	header#pt-header .pt-top-header .pt-header-social ul li a {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header .pt-top-header .pt-header-contact ul li {
		font-size: 12px;
		padding: 10px 15px;
	}

	header#pt-header.pt-header-style-2 .navbar-brand {
		padding: 8px 10px;
		line-height: 0;
	}

	header#pt-header.pt-header-style-2 .navbar-brand img {
		/*height: 25px;*/
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
		margin-right: 30px;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		margin-left: 30px;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
		line-height: 51px;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		line-height: 51px;
		padding: 0 20px;
		margin-left: 0;
	}

	header#pt-header.pt-header-style-2 .pt-search-form {
		top: 53px;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
		top: 52px;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn {
		line-height: 51px;
		padding: 10px 20px;
		min-height: 52px;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn a {
		width: 25px;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
		transform: translate(-50%, -10px);
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
		transform: translate(-50%, 10px);
	}

	header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
		line-height: 1.455;
	}

	header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
		line-height: 57px;
	}

	header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,
	header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
		line-height: 57px;
	}

}

@media(max-width:1023px) {

	/*===== Button Toggler =====*/
	header#pt-header .pt-bottom-header .navbar-toggler {
		font-size: 20px;
		padding: 12px 20px;
		line-height: normal;
		float: right;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -26px;
		border-radius: 0;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse {
		width: 100%;
		position: absolute;
		left: 0;
		top: 71px;
		background: var(--white-color);
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		-moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
		max-height: 330px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav {
		float: left;
		width: 100%;
		display: inline-block;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li {
		float: left;
		width: 100%;
		display: inline-block;
		line-height: 2;
		position: relative;
		font-size: 16px;
		border-bottom: 1px solid #eee;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child{
		border-bottom: 0;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
		width: 100%;
		display: inline-block;
		padding: 10px;
		
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
		margin-left: 0;
		opacity: 1;
		font-size: 12px;
		position: absolute;
		right: 15px;
		margin-top: -10px;
		top: 50%;
	}

	header#pt-header .pt-menu-search-block {
		position: relative;
		margin-left: 0;
		margin-right: 100px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		padding-left: 0;
		background: var(--grey-color);
		box-shadow: none;
		display: inline-block;
		width: 100%;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
		padding: 10px 30px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a {
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
		background: var(--primary-color);
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
		margin-top: 0;
		top: 20px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>i,
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover i {
		color: var(--white-color);
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
		position: relative;
		top: 0;
		left: 0;
		background: transparent;
		display: inline-block;
		width: 100%;
		float: left;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before {
		font-size: 12px;
		right: 30px;
		content: "\f123";
	}

	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
		background: var(--grey-color);
		color: var(--secondary-color);
	}

	/*===== Header Style-2 =====*/
	header#pt-header.pt-header-style-2 {
		position: relative;
	}

	.admin-bar header#pt-header.pt-header-style-2 {
		top: 0;
	}

	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
		top: 32px;
	}

	header#pt-header.pt-header-style-2 .pt-top-header {
		display: none;
	}

	header#pt-header.pt-header-style-2 .navbar-brand {
		padding: 20px 10px;
		line-height: normal;
	}

	header#pt-header.pt-header-style-2 .pt-toggle-btn,
	.pt-sidebar {
		display: none !important;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar {
		padding: 0;
		justify-content: flex-end;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
		right: 25px;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		line-height: 68px;
		float: right;
		display: inline-block;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
		line-height: normal;
		margin-right: 0;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
		top: 100%;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
		top: 0;
	}

	header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
		line-height: normal;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse {
		top: 100%;
	}
}

@media only screen and (min-device-width:992px) and (max-device-width:1023px) {
	.navbar-expand-lg .navbar-toggler {
		display: inline-block;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse {
		display: none !important;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-collapse.show {
		display: inline-block !important;
	}
}

@media(max-width:767px) {
	header#pt-header.pt-header-style-2 .navbar-brand {
		padding: 20px 15px;
		line-height: normal;
		text-align: left;
		display: inline-block;
		width: auto;
	}

	header#pt-header.pt-header-style-2 .pt-menu-search-block {
		display: none;
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
		/*margin-top: -59px;*/
	}

	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
		/*top: 0;*/
	}



	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
		top: 0;
	}

	header#pt-header .pt-top-header ul {
		display: flex;
		text-align: center;
	}

	header#pt-header .pt-top-header ul li,
	header#pt-header .pt-top-header ul li a {
		flex: 1;
	}

	header#pt-header .pt-top-header .pt-header-contact.text-right ul {
		float: inherit;
	}

	header#pt-header .pt-top-header .col-lg-6.col-sm-6 {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}

	header#pt-header .pt-top-header .pt-header-social ul {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

}
@media(max-width:575px){
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
		margin-top: -57px !important;
	}

}
@media(max-width:479px) {
	.pt-menu-search-block {
		display: none;
	}

	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
		padding: 10px;
	}

	header#pt-header .pt-bottom-header .navbar .navbar-brand img {
		height: 30px;
	}

	header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
		padding: 20px 18px 20px 0;
	}

	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn,
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box {
		display: none;
	}
}



/*================================================
Footer
================================================*/





/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--bcorz-base, #a47c68);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary-color);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--primary-color);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

.slider-shapes .shape {
  z-index: 1;
  position: absolute; }

.slider-shapes .circle {
  top: 20%;
  left: 5%;
  -webkit-animation: shapeAnimationThree 40s infinite;
  animation: shapeAnimationThree 40s infinite; }

.slider-shapes .dots {
  max-width: 10%;
  -webkit-animation: rotated_circle 30s infinite;
  animation: rotated_circle 30s infinite; }
  .slider-shapes .dots.one {
    top: -10px;
    right: -30px;
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .slider-shapes .dots.two {
    left: 42%;
    bottom: 40px; }

.slider-shapes .wave-line {
  max-width: 30%;
  left: 0;
  bottom: 0;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite; }

	@-webkit-keyframes shapeAnimationThree {
		0% {
			-webkit-transform: translate(0px, 0px) rotate(0deg);
			transform: translate(0px, 0px) rotate(0deg); }
		25% {
			-webkit-transform: translate(50px, 150px) rotate(90deg);
			transform: translate(50px, 150px) rotate(90deg); }
		50% {
			-webkit-transform: translate(150px, 150px) rotate(180deg);
			transform: translate(150px, 150px) rotate(180deg); }
		75% {
			-webkit-transform: translate(150px, 50px) rotate(270deg);
			transform: translate(150px, 50px) rotate(270deg); }
		100% {
			-webkit-transform: translate(0px, 0px) rotate(360deg);
			transform: translate(0px, 0px) rotate(360deg); } }
	
	@keyframes shapeAnimationThree {
		0% {
			-webkit-transform: translate(0px, 0px) rotate(0deg);
			transform: translate(0px, 0px) rotate(0deg); }
		25% {
			-webkit-transform: translate(50px, 150px) rotate(90deg);
			transform: translate(50px, 150px) rotate(90deg); }
		50% {
			-webkit-transform: translate(150px, 150px) rotate(180deg);
			transform: translate(150px, 150px) rotate(180deg); }
		75% {
			-webkit-transform: translate(150px, 50px) rotate(270deg);
			transform: translate(150px, 50px) rotate(270deg); }
		100% {
			-webkit-transform: translate(0px, 0px) rotate(360deg);
			transform: translate(0px, 0px) rotate(360deg); } }

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


					.announcements{
						width: 40%; position:fixed; right: 0px; bottom: 0px;z-index: 1;
				}

				.announcements #faq .card {
					margin-bottom: 0px;
					border: 0;
				}
				
				.announcements #faq .card .card-header {
					border: 0;
					-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
									box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
					border-radius: 0px;
					padding: 0;
				}
				
				.announcements #faq .card .card-header .btn-header-link {
					color: #fff;
					display: block;
					text-align: left;
					background: #FFE472;
					color: #222;
					padding: 20px;
				}
				
				.announcements #faq .card .card-header .btn-header-link:after {
					content: "\f107";
					font-family: 'Font Awesome 5 Pro';
					font-weight: 900;
					float: right;
				}
				
				.announcements #faq .card .card-header .btn-header-link.collapsed {
					background: #A541BB;
					color: #fff;
				}
				
				.announcements #faq .card .card-header .btn-header-link.collapsed:after {
					content: "\f106";
				}
				
				.announcements #faq .card .collapsing {
					background: #FFE472;
					line-height: 30px;
				}
				
				.announcements #faq .card .collapse {
					border: 0;
				}
				
				.announcements #faq .card .collapse.show {
					background: #FFE472;
					line-height: 30px;
					color: #222;
				}
				/*.announcements .accordion-button:focus{
						box-shadow: none;
						border-color: rgba(0,0,0,.125);
						outline: none !important;
				}
				.announcements .accordion-button{
						background-color: black;
						color: var(--tp-common-black);
						font-weight: 600;
				}
				.announcements .accordion-button:not(.collapsed){
						background-color: #000;
						
				}*/
				
				@media only screen and (max-width:767px){
						.announcements{
								width: 100%; position:static; padding: 15px;
						}
				}


.about{
	position: relative;
	background: url(../img/mandala.jpg);
}
.kuthu-vilakku-left{
	position: absolute;
	top: 0;
	left: 20px;
}
.kuthu-vilakku-right{
	position: absolute;
	top: 0;
	right: 20px;
}
.about:before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 190, 59, .6);
	z-index: 0;
}

.sun{
	position:absolute; top:-130px; left: 0px; z-index:0; 
	-webkit-animation: rotation 30s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}


				.sigma_portfolio-item{
					position: relative;
					margin-bottom: 30px;
					cursor: pointer;
				}
				.sigma_portfolio-item img{
					width: 100%;
				}
				.sigma_portfolio-item span{
					color: #fff;
					transform: translateY(-10px);
					opacity: 0;
					visibility: hidden;
					transition: .3s;
				}
				
				.sigma_portfolio-item .sigma_portfolio-item-content{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					display: flex;
					flex-direction: column;
					transition: .3s;
					padding: 20px;
				}
				.sigma_portfolio-item:hover .sigma_portfolio-item-content{
					background-color: rgba(0,0,0,.4);
				}
				.sigma_portfolio-item .sigma_portfolio-item-content-inner{
					margin-top: auto;
					transform: translateY(10px);
					opacity: 0;
					visibility: hidden;
					transition: .3s;
				}
				.sigma_portfolio-item .sigma_portfolio-item-content-inner h5{
					font-family: var(--ml-font);
					margin: 0 0 10px;
				}
				.sigma_portfolio-item .sigma_portfolio-item-content-inner p{
					margin: 0;
					color: #f4f4f4;
				}
				.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a{
					color: #fff;
				}
				.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a:hover{
					color: #7E4555;
				}
				.sigma_portfolio-item .sigma_portfolio-item-content i{
					font-size: 15px;
					position: absolute;
					top: 20px;
					left: 20px;
					color: #fff;
					transition: .3s;
					z-index: 3;
					background-color: #7E4555;
					width: 50px;
					height: 50px;
					display: flex;
					align-items: center;
					justify-content: center;
					opacity: 0;
					visibility: hidden;
				}
				
				.sigma_portfolio-item:hover .sigma_portfolio-item-content i{
					opacity: 1;
					visibility: visible;
					bottom: 20px;
				}
				
				.sigma_portfolio-item:hover  span,
				.sigma_portfolio-item:hover .sigma_portfolio-item-content-inner{
					opacity: 1;
					visibility: visible;
					transform: translateY(0);
				}
				/* Style 2 */
.sigma_portfolio-item.style-3 .sigma_portfolio-item-content,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content{
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: auto;
  left: auto;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  background-color: #fff;
}
.sigma_portfolio-item.style-3:hover .sigma_portfolio-item-content,
.sigma_portfolio-item.style-2:hover .sigma_portfolio-item-content{
  background-color: #fff;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content i,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content i{
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  color: #777;
  background-color: transparent;
}

.sigma_portfolio-item.style-3:hover .sigma_portfolio-item-content i,
.sigma_portfolio-item.style-2:hover .sigma_portfolio-item-content i{
  bottom: auto;
  transform: translateX(5px);
  color: #7E4555;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner h5,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner h5{
  margin: 0;
  font-size: 16px;
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content-inner h5 a,
.sigma_portfolio-item.style-2 .sigma_portfolio-item-content-inner h5 a{
  color: var(--primary-color);
}

.sigma_portfolio-item.style-3 .sigma_portfolio-item-content{
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: -45px;
}


  /* =============================
    Upadevathas Section
================================ */

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.upadevathas-section-title{
	position: relative;
	padding-bottom: 200px;
	z-index: 0;
}
.upadevathas-section-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.90)), to(rgba(0, 0, 0, 0.90)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90));
  mix-blend-mode: luminosity;
  z-index: -1;
}


.upadevathas-section {
	padding: 0;
	overflow: hidden;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
    top: 50%;
    transform: translateY(-50%);
		
  }

  .upadevathas-section .upadevathas-section-bg {
	background-color: var(--primary-color);
	position: relative;	  
	border-radius: 0px 3px 3px 0px;
   
    
   
	
  }

  
  .upadevathas-section .upadevathas-section-bg::after {
	background-color: var(--primary-color);
	content: "";
	height: 100%;
	right: 100% !important;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: 100;
  }

	.upadevathas-section h6{
		font-family: var(--ml-font);
		color: var(--white-color);
	}
	

	@media(max-width:991px) {
		.upadevathas-section-title{
			padding-bottom: 80px;
		}
		.upadevathas-section {
			overflow: hidden;
				top: -40px;
				transform: translateY(-0%);
			}
			.upadevathas-section .upadevathas-section-bg::after{
				display: none;
			}
	}




	.footer {
		background-color: #1a1c23;
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 0px;
    z-index: 9;
		
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.footer-logo-style1 i{
	font-size: 40px;
}
.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #b8b4b1;
}

.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
}


.footer-widget-contact-info {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-contact-info ul li {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul li+li {
    margin-top: 21px;
}

.footer-widget-contact-info ul li h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.footer-widget-contact-info ul li h3 a {
    color: #ffffff;
}

.footer-widget-contact-info ul li p {
    color: #b8b4b1;
}



.single-footer-widget-right-colum {
    position: relative;
    display: block;
}

.single-footer-widget-right-colum ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget-right-colum ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-footer-widget-right-colum ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-right-colum ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2f3139;
    padding: 13px 20px 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget-right-colum ul li a span {
    position: relative;
    display: inline-block;
    color: #b8b4b1;
    font-size: 20px;
}

.single-footer-widget-right-colum ul li a:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}



.theme-btn {
  background: var(--primary-color);
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 10px 25px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-size: calc-rem-value(16);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
	border-radius: 50px;
}
.theme-btn:after {
  position: absolute;
  content: "";
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #af7c16;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.theme-btn:hover, .theme-btn:active {
  color: var(--white-color) !important;
}
.theme-btn:hover:after {
  opacity: 1;
  top: 0;
}
@media (max-width: 991px) {
  .theme-btn {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.custodian h6{
	color: #333;
}

.pujari-bg{
	background: hsla(141, 54%, 86%, 1);

  background: linear-gradient(
    to right,
    hsla(141, 54%, 86%, 1) 0%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(211, 58%, 90%, 1) 100%
  );

  background: -moz-linear-gradient(
    to right,
    hsla(141, 54%, 86%, 1) 0%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(211, 58%, 79%, 1) 100%
  );

  background: -webkit-linear-gradient(
    to right,
    hsla(141, 54%, 86%, 1) 0%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(211, 58%, 79%, 1) 100%
  );
}
.pujari .image {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
	outline: 1px solid #cfd8d0;
	border: 5px solid #fff;
	left: 50%;
	transform: translateX(-50%);
	
}

.pujari img {
  width: 100%;
}
.pujari h5{
	margin-top: 5px;
}
.pujari p{
	color: #222;
	font-weight: 500;
	line-height: 20px;
}

.administration{
	position: relative;
	margin-top: -70px;
}
.administration table{
	border: 1px solid rgba(255, 99, 27, 0.5);
	border-radius: 5px !important;
}
.administration table td{
	
	font-weight: 500;
}

@media (max-width: 991px) {
	.administration{
		position: relative;
		margin-top: 0px;
	}
}


.temple-fundbx .fund-image img{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.temple-fundbx .fund-content{
	border-top-right-radius: 10px;
	
}
.bankbx{
	background-color: #59072e;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.bank-details{
	
	/*background-color: #F31717;*/
}
.bank-details h4{
	font-weight: 500;
	background-color: #f16f23;
	color: #fff;
	padding: 2px 15px;
	display: inline-block;
}
.bank-details h5{
	color: #f16f23;
}


.sigma_post-body{
	border: 0;
    border-top: 3px solid #f47a20;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    width: calc( 100% - 40px );
    margin-left: 20px;
    margin-top: -45px;
		padding: 30px;
   
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.sigma_post-inner{
	background-color: #fff;
}
.sigma_post-inner h6{
	color: #ff6b01;
}
.sigma_post-date{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.sigma_post-date i{
  margin-right: 5px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.7;
}

.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: rgba(102, 145, 255, 0.8);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.project-block-one .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 86px;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 35px;
  top: -15px;
  opacity: 0;
}

.project-block-one .inner-box .content-box .view-btn a:hover{
  background: #fff !important;
  color: #0E1D40;
}

.project-block-one .inner-box:hover .content-box .view-btn a{
  top: 0px;
  opacity: 1;
}
