html {
    touch-action: manipulation; /* Prevents pinch zoom on some devices */
    -ms-content-zooming: none;  /* IE/Edge legacy */
	overflow-y: auto;
}

body {
	font-family: 'Roboto', sans-serif !important;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow-y: auto;
	overflow-x: hidden !important;
	/* -webkit-overflow-scrolling: touch; */
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}
:root { 
	--txt-p--color: #232b37;
	--txt-p--color-dark-blue: #232b37;

	--txt-h--color: #182f40;

	--txt--color-white: #ffffff;
	--txt--color-light-blue: #0789c1;
	--txt--color-medium-blue: #034765;
}
a, a:hover, a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
}
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: none !important;
	background: none !important;
	min-height: 0 !important;
}
.spacer_clear {
	display: table;
}


h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif !important;
}

#header,
#page-body, 
#footer {
    margin: 0px;
    padding: 0px;
}
/*--Common--*/
.h1_head1 {
    font-size: 45px;
    font-weight: 500;
    color: rgb(0 19 52);
    line-height: 52px;
    margin: 0px auto 30px;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.5px;
    position: relative;
    display: table;
}
.h1_head1 strong {
	font-weight: 700;
}
.h1_head1:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #6b0c03, #ec4635);
    height: 5px;
    width: calc(100% - 50px);
    bottom: 0px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.h1_head2 {
    font-size: 40px;
    font-weight: 800;
    color: rgb(0 19 52);
    line-height: 52px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1_head2 strong {
	font-weight: 700;
}

.h3_head1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 52px;
    margin: 0;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.5px;
    color: rgb(0 19 52);
}
.h3_head1 span {
    color: #ec4635;
}

.h3_head2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 52px;
    margin: 0;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.5px;
    color: rgb(0 19 52);
}
.h3_head2 strong {
	font-weight: 700;
}


.h3_head3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    letter-spacing: 0.5px;
    color: #9bbbeb;
}
.h3_head3 strong {
	font-weight: 700;
}

.h4_head1 {
    font-size: 22px;
    font-weight: 500;
    color: #182640;
    line-height: 40px;
    margin: 0;
    padding: 0px;
    letter-spacing: 1px;
}

.h4_head2 {
    padding: 10px 30px;
    margin: 0px 0px 30px 0px;
    background-color: #2959a3;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.h4-head3 {
    font-size: 17px;
    color: #f7f9fa;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.p-text {
    font-size: 17px;
    font-weight: 300;
    color: #182640;
    line-height: 24px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    letter-spacing: 0.5px;
}

.p-text > span { 
    background: linear-gradient(135deg, #531a7a, #00227b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.p-text > strong { 
    background: linear-gradient(135deg, #531a7a, #00227b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/*Content List*/
.content-list {
    margin: 0px;
    padding: 0px;
}
.content-list.list-flex {
    display: flex;
    flex-wrap: wrap;
}
.content-list > li {
    margin: 0px;
    padding: 0px 0px 15px 30px;
    font-size: 15px;
    color: #182640;
    font-weight: 300;
    position: relative;
    list-style: none;
}
.content-list > li::before {
    content: "";
    position: absolute;
    background-image: url(../images/list-bullet-o.png);
    background-repeat: no-repeat;
    background-size: 18px;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
}
/*Content List*/

/* --content box list1-- */
.content-box-list {
    margin: 0px -7.5px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
}

.content-box-list > li {
    margin: 0px;
    padding: 0px 7.5px 15px;
    list-style: none;
}
.content-box-list > li > div { 
    margin: 0px;
    padding: 15px 15px 15px 47px;
    position: relative;
    border-radius: 10px;
    transition: ease 0.2s;
    background: linear-gradient(135deg, #531a7a, #00227b);
}
.content-box-list > li > div:hover { 
        background: linear-gradient(135deg, #531a7a, #00227b);
    border-color: #00227b;
}
.content-box-list > li > div:before {
    content: "";
    position: absolute;
    background-image: url(../images/list-bullet-o.png);
    background-repeat: no-repeat;
    background-size: 18px;
    top: 19px;
    left: 15px;
    width: 18px;
    height: 18px;
    transition: ease 0.2s;
}
.content-box-list > li > div:hover:before {
    background-image: url(../images/list-bullet-w.png);
}
.content-box-list > li > div > p { 
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: rgb(255 255 255 / 70%);
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: ease 0.2s;
}
.content-box-list > li > div:hover > p { 
    color: #ffffff;
}
/* --content box list1-- */

/*--Privacy Policy--*/
.privacy-policy-container {
    display: flex;
}
.privacy-policy-container .privacy-policy-menu {
    width: 300px;
    padding: 30px;
    background-color: rgb(247 247 247);
}
.privacy-policy-container .privacy-policy-content {
    width: calc(100% - 300px);
    padding-left: 50px;
}
.privacy-policy-container .privacy-policy-content .privacy-section {
    padding: 0px 0px 15px 0px;
}
.privacy-policy-container .privacy-policy-content h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
    margin: 0;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.3px;
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.privacy-policy-container .privacy-policy-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: #182640;
    line-height: 40px;
    margin: 0;
    padding: 0px 0px 15px 0px;
    letter-spacing: 1px;
}
.privacy-policy-container .privacy-policy-content p {
    font-size: 15px;
    font-weight: 300;
    color: #182640;
    line-height: 24px;
    margin: 0;
    padding: 0px 0px 15px 0px;
    letter-spacing: 0.5px;

}

.privacy-policy-container .privacy-policy-content ul {
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

.privacy-policy-container .privacy-policy-content ul > li {
    margin: 0px;
    padding: 0px 0px 15px 30px;
    font-size: 15px;
    color: #182640;
    font-weight: 300;
    position: relative;
    list-style: none;
    cursor: pointer;
}

.privacy-policy-container .privacy-policy-content ul > li::before {
    content: "";
    position: absolute;
    background-image: url(../images/list-bullet-o.png);
    background-repeat: no-repeat;
    background-size: 18px;
    top: 1px;
    left: 0px;
    width: 18px;
    height: 18px;
}
.privacy-policy-container .privacy-policy-content ul > li:last-child {

}
/*--Privacy Policy List Menu--*/
.privacy-policy-list {
    margin: 0px;
    padding: 0px;
}

.privacy-policy-list > li {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
    border-left: 1px solid #bec9c9;
    position: relative;
}
.privacy-policy-list > li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -7px;
    width: 15px;
    height: 15px;
    border: 2px solid #bec9c9;
    border-radius: 100%;
    background-color: rgb(247 247 247);
    transition: ease 0.3s;
}
.privacy-policy-list > li:hover::before,
.privacy-policy-list > li.active::before {
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    border-width : 0px;
    /* box-shadow: 0px 0px 6px -2px #000621; */
}
.privacy-policy-list > li > p {
    margin: 0px;
    padding: 0px 0px 15px 30px;
    font-size: 15px;
    color: #182640;
    font-weight: 300;
    position: relative;
    list-style: none;
    cursor: pointer;
    transition: ease 0.3s;
}
.privacy-policy-list > li:hover > p,
.privacy-policy-list > li.active > p {
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

/*--Privacy Policy List Menu--*/
/*--Privacy Policy--*/

#toTop {
    background-color: rgb(236 70 53 / 80%);
    background-repeat: no-repeat;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 19px;
    font-weight: 300;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 7px;
    transition: ease 0.5s;
}
#toTop:hover {
    background-color: rgb(236 70 53 / 100%);
}

.scroll-box {
  scrollbar-width: thin;
  scrollbar-color: rgb(255 255 255 / 50%) rgb(255 255 255 / 0%);
}

.scroll-box::-webkit-scrollbar {
  width: 10px;
}

.scroll-box::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #ff6a00, #ee0979);
  border-radius: 10px;
}

.aciton-btn-container {
    margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
.aciton-btn-container > li  {
    margin: 0px;
    padding: 0px 7.5px;
    list-style: none;
}

/*--Common--*/

/*--Grid View--*/

.gird-view {
    display: grid;
    gap: 15px;
}

.gird-view[data-grid-col="5"] { 
    grid-template-columns: repeat(5, 1fr);
}

/*--Grid View--*/


/*--Header--*/
header {
	margin: 0px;
	padding: 0px;
}
.home_header {
	/* background-color: rgb(11 9 34 / 50%); */
    position: relative;
    width: 100%;
    z-index: 999;
    position: fixed;
	transition: ease 0.5s;
}
.home_header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 100%);
	
}
.home_header.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 999 !important;
    box-shadow: 0px 15px 20px -10px rgb(10 19 32 / 40%);
}
.home_header.fixed-header:before {
	background: rgb(255 255 255 / 80%);
}


.home_header .header-container {
    width: 100%;
	padding: 30px 30px;
    display: flex;
}

.home_header.fixed-header .header-container { 
    padding: 15px 15px;
}
.logo {
	height: 60px;
	margin: 0px 0px;
	padding: 0px;
	float: left;
	transition: ease 0.5s;
}
.logo img {
	height: 100%;
	transition: ease 1s;
	position: relative;
}


.home_header.fixed-header .logo {
	height: 40px;
}
.home_header.fixed-header .logo img {
    height: 100%;
}

/*--desktop menu-- */

nav.menu-container {
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
	transition: ease 1s;
}

.home_header.fixed-header nav.menu-container {
	right: 15px;
    transform: translate(0%, -50%);
}

nav.menu-container > ul {
	display: table;
	margin: 0 -20px;
	padding: 0;
}
nav.menu-container > ul > li {
	display: table-cell;
	list-style: outside none none;
	margin: 0;
	padding: 0 20px 0px 20px;
	position: relative;
}
nav.menu-container > ul > li:last-child {
	/* padding-right: 0px; */
}
nav.menu-container > ul > li > a {
    color: rgb(24, 47, 64);
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 10px 0px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
    /* font-family: 'Raleway', sans-serif !important; */
}
nav.menu-container > ul > li > a:after {
    content: "";
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    position: absolute;
    width: 0;
    height: 2px;
    left: -10px;
    bottom: 0px;
    border-radius: 6px;
    transition: ease 0.5s;
    visibility: hidden;
}
nav.menu-container > ul > li:hover > a {
	color: #ec4635;
}

nav.menu-container > ul > li.active > a {
    color: #ec4635;
    font-weight: 500;
}
nav.menu-container > ul > li:hover > a:after,
nav.menu-container > ul > li.active > a::after {
    width: calc(100% + 20px);
    visibility: visible;
}
nav.menu-container > ul > li > a.submenu-head {
	padding-right: 25px;
	}
	
nav.menu-container > ul > li > a.submenu-head:before {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    top: 12px;
    right: 0px;
    color: rgb(24, 47, 64);
}	
nav.menu-container > ul > li:hover > a.submenu-head:before,
nav.menu-container > ul > li.active > a.submenu-head:before {
background: linear-gradient(90deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
nav.menu-container > ul > li > a > i {
	font-size: 16px !important;
    padding: 0px 5px 0px 0px;
}

nav.menu-container > ul > li:hover > .sub-menu {
	display: block;

	}
nav.menu-container > ul > li > .sub-menu {
    display: none;
    margin: 0px;
    padding: 17px 0px 0px 0px;
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 220px;
}
nav.menu-container > ul > li > .sub-menu:before {
    content: "";
    position: absolute;
    border-bottom: 13px solid rgb(4 13 30 / 85%);
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    top: 5px;
    right: 60px;
    z-index: 1;
}
nav.menu-container > ul > li > .sub-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 17px);
    bottom: 0px;
    background-color: rgb(4 13 30 / 85%);
    backdrop-filter: blur(5px);
    box-shadow: 0px 30px 17px -20px rgba(0, 0, 0, 0.5), 17px 5px 17px -17px rgba(0, 0, 0, 0.5), -17px 5px 17px -17px rgba(0, 0, 0, 0.5);
}
nav.menu-container > ul > li > .sub-menu > li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 1;
}
nav.menu-container > ul > li > .sub-menu > li > a {
    color: rgb(255 255 255 / 80%);
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 15px 20px;
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    white-space: nowrap;
    /* font-family: 'Raleway', sans-serif !important; */
}
nav.menu-container > ul > li > .sub-menu > li:last-child > a {
	border-bottom: none;

	}

nav.menu-container > ul > li > .sub-menu > li:hover > a,
nav.menu-container > ul > li > .sub-menu > li.active > a {
    color: #FFF;
    background-color: #ec4635;
}

/*--desktop menu-- */
/* mobile menu */

.mobile-menu-container {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -1920px;
    overflow: hidden;
    z-index: 999;
	transition:  ease 0.5s;
}
.mobile-menu-container::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 9 30 / 50%);
    backdrop-filter: blur(8px);
}
.mobile-menu-container.active {
	right: 0px;
}
.mobile-menu-container .mobile-menu-content {
	background-color: #fff;
	/* border-left: 1px solid #0486bd; */
    width: calc(100% - 50px);
    height: 100vh;
    position: relative;
    z-index: 9;
    float: right;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head {
    margin: 0px;
    padding: 15px 25px;
	position: relative;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .mobile-menu-logo {
	height: 40px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .mobile-menu-logo > img {
	height: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.mobile-menu-container .mobile-menu-content .mobile-menu-head > .close-mob-menu {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .close-mob-menu > span {
	width: 2px;
    height: 20px;
    background-color: rgb(24, 47, 64);
    position: absolute;
	transition: ease 0.2s;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .close-mob-menu > span:nth-of-type(1) {
	transform: rotate(45deg);
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .close-mob-menu > span:nth-of-type(2) {
	transform: rotate(-45deg);
}
.mobile-menu-container .mobile-menu-content .mobile-menu-head > .close-mob-menu:hover > span {
    background-color: rgb(255 255 255 / 100%);
    width: 3px;
}
.mobile-menu-container .mobile-menu-content .mobile-menu-body {
	margin: 0px;
	padding: 0px;
	height: calc(100% - 70px);
}
.mobile-menu-container .mobile-menu-content .mobile-menu-body > .menu-h3-content {
	font-size: 26px;
    color: #ffffffeb;
    line-height: 35px;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
	border-bottom: 2px dotted rgb(118 117 119);
}
.mobile-menu-container .mobile-menu-content .mobile-menu-footer {
	margin: 0px;
	padding: 0px 25px 15px;
	
}
.mobile-menu-container .mobile-menu-content .mobile-menu-footer > .menu-h4-content {
	margin: 0px;
    padding: 15px 0px 15px 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
	border-top: 2px dotted rgb(118 117 119);
}


.mobile-menu-nav {
    margin: 0;
    padding: 15px 0px 15px 0px;
    height: calc(100%);
    overflow-x: hidden;
    overflow-y: auto;
	border-top: 1px solid rgb(198 212 221);
}
.mobile-menu-nav > ul {
    margin: 0;
    padding: 0;
}
.mobile-menu-nav > ul > li {
	list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
	list-style: none;
}
.mobile-menu-nav > ul > li > a {
	color: rgb(24, 47, 64);
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 13px 15px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    /* text-transform: uppercase; */
}
.mobile-menu-nav > ul > li:hover > a,
.mobile-menu-nav > ul > li.active > a {
	padding-left: 15px;
	padding-right:  15px;
	background-color: rgb(236 70 53);
	color: rgb(255 255 255 / 100%);
}
.mobile-menu-nav > ul > li > a > i { 
    margin: 0px 10px 0px 0px;
    color: rgb(236 70 53);
}
.mobile-menu-nav > ul > li:hover > a > i,
.mobile-menu-nav > ul > li.active > a > i { 
    color: rgb(255 255 255 / 100%);
}
.mobile-menu-nav > ul > li > a.submenu-head {
    position: relative;
    font-weight: 500;
}
.mobile-menu-nav > ul > li.active > a.submenu-head {
    background-color: rgb(217 51 34);
}
.mobile-menu-nav > ul > li > a.submenu-head:before {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    top: 12px;
    right: 15px;
    color: rgb(24, 47, 64)
}
.mobile-menu-nav > ul > li:hover > a.submenu-head:before,
.mobile-menu-nav > ul > li.active > a.submenu-head:before {
    color: rgb(255 255 255 / 100%);
}
.mobile-menu-nav > ul > li > .sub-menu {
    margin: 0px;
    padding: 0px 0px 0px;
}
.mobile-menu-nav > ul > li > .sub-menu > li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mobile-menu-nav > ul > li > .sub-menu > li > a  {
    color: rgb(24, 47, 64);
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 13px 0px 13px 39px;
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    /* text-transform: uppercase; */
}
.mobile-menu-nav > ul > li > .sub-menu > li > a::before  {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    position: absolute;
    top: 12px;
    left: 15px;
    color: rgb(24, 47, 64);
    transform: rotate(-90deg);
}
.mobile-menu-nav > ul > li > .sub-menu > li:hover > a,
.mobile-menu-nav > ul > li > .sub-menu > li.active > a  {
    padding-left: 30px;
	padding-right:  10px;
	background-color: rgb(236 70 53);
	color: rgb(255 255 255 / 100%);
}
.mobile-menu-nav > ul > li > .sub-menu > li:hover > a::before,
.mobile-menu-nav > ul > li > .sub-menu > li.active > a::before  {
    left: 10px;
    color: rgb(255 255 255 / 100%);
}

/* mobile menu */

/* mobile menu btn */
.menu-btn {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #050e26; */
    padding: 4px;
}
.menu-btn > span {
	width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #172235;
    margin: 3px;
	transition: ease 0.5s;
}

.menu-btn > span:nth-of-type(2) {
	transform: rotate(45deg);
    border-color: #ec4635 !important;
}

.menu-btn:hover > span {
	border: 2px solid #ec4635;
	}
.menu-btn:hover > span:nth-of-type(2) {
	transform: rotate(180deg);
}

.fixed-header .menu-btn > span {
     border: 2px solid #172235;
}
/* mobile menu btn */
/*--Header--*/


/*--Home Banner--*/
.home_banner {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.home_banner img {
	width: 100%;
}
.home_banner .banner_contant {
    left: 0;
    margin: 0;
    padding: 0 8%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
    z-index: 2;
}

.home_banner  .banner_contant > .banner-head {
    color: #FFFFFF;
    display: inline-block;
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    letter-spacing: 1px;
}
.home_banner  .banner_contant > .banner-sub {
    color: #FFFFFF;
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    line-height: 52px;
    margin: 0;
    padding: 0px 0px 30px 0px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transition: ease 1s;
}
.home_banner  .banner_contant > .banner-change-content {
    color: #ec4635;
    display: inline-block;
    font-size: 65px;
    font-weight: 800;
    line-height: 50px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    position: relative;
    left: -1000px;
    transition: ease 1s;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
}
.home_banner .rslides1_on  .banner_contant > .banner-change-content {
    left: 0px;

}


.home_banner  .banner_contant > .banner-details {
    color: rgb(255 255 255 / 75%);
    display: inline-block;
    font-size: 20px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 30px 0px 30px 0px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transition: ease 1.5s;
}

.home_banner  .banner_contant > .banner-details1 {
    color: #a2bde5;
    display: inline-block;
    font-size: 20px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 30px 0px 30px 0px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transition: ease 1.5s;
}


.home_banner  .banner_contant > .banner-action {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    display: flex;
}

.home_banner  .banner_contant > .banner-action .get-demo-btn {
    background: #2ea854;
    margin: 0px 50px 0px 0px;
    padding: 13px 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif !important;
    border: none;
    border-radius: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.home_banner  .banner_contant > .banner-action .get-demo-btn > i { 
    font-style: normal;
    position: relative;
}
.home_banner  .banner_contant > .banner-action .get-demo-btn:hover {
    background: #2ea854;
    color: rgb(255 255 255 / 100%);
}
.home_banner .banner_contant > .banner-action .get-demo-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgb(255 255 255 / 15%);    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
     transition: ease .5s;
}
.home_banner .banner_contant > .banner-action .get-demo-btn:hover:before {
    background-color: rgb(255 255 255 / 0%);
    width: 400px;
    height: 400px;
}
.home_banner  .banner_contant > .banner-action .watch-video-btn {
    margin: 0px;
    padding: 10px 0px 10px 65px;
    color: rgb(255 255 255 / 75%);
    font-size: 17px;
    font-family: 'Raleway', sans-serif !important;
    position: relative;
    letter-spacing: 1px;
    transition: ease 0.3s;
    white-space: nowrap;
}
.home_banner  .banner_contant > .banner-action .watch-video-btn:hover {
    color: rgb(255 255 255 / 100%);

}
.home_banner  .banner_contant > .banner-action .watch-video-btn > i { 
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    font-size: 16px;
    color: rgb(255 255 255 / 100%);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 0.5s;
    cursor: pointer;
}
.home_banner  .banner_contant > .banner-action .watch-video-btn > i:hover { 
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    border: 0px;
}
.home_banner  .banner_contant > .banner-action .watch-video-btn > i::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgb(255 255 255 / 15%);    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
     transition: ease .5s;
}
.home_banner  .banner_contant > .banner-action .watch-video-btn > i:hover:after {
    background-color: rgb(255 255 255 / 0%);
    width: 75px;
    height: 75px;
}


.home_banner > .slider-nav-container {
    /* position: absolute; */
    top: 0px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 99;
}
.home_banner > .slider-nav-container > li.slider-nav {
    position: absolute;
    top: 0px;
    height: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 60px;
    z-index: 9;
}
.home_banner > .slider-nav-container > li.slider-nav.slide-left {
	left: 0px;
}
.home_banner > .slider-nav-container > li.slider-nav.slide-right {
	right: 0px;
}

.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav {
    background-color: rgba(0,0,0,0.4);
    height: 100px;
    width: 100%;
    position: absolute;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    bottom: 0px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    opacity: 0;
    text-align: center;
}
.home_banner:hover > .slider-nav-container > li.slider-nav > .rslides_nav {
	opacity: 0.3;

	}
.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #e2e2e2;
    font-weight: 900;
    display: table;
    top: 50%;
    padding: 0px;
    position: relative;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.prev {
	
	
}

.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.prev:before {
	content: "\f053";
}
.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.next {
	
}
.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.next:before {
	content: "\f054";
}
.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.prev:hover,
.home_banner > .slider-nav-container > li.slider-nav > .rslides_nav.next:hover {
	opacity: 1;
}
.home_banner > .rslides_tabs {
    position: absolute;
    bottom: 20px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin: 0px;
    padding: 0px;
    display: table;
    visibility: hidden;
}
.home_banner:hover > .rslides_tabs {
	visibility: visible;
	}
.home_banner > .rslides_tabs > li {
    display: table-cell;
    list-style: none;
    margin: 0px;
    padding: 0px 7.5px;
}

.home_banner > .rslides_tabs > li > a {
    width:  15px;
    height: 15px;
    display: block;
    border: 2px solid rgba(266, 266, 266, 0.7);
    border-radius: 10px;
    font-size: 0px;
    position: relative;
    transition: ease 0.3;
    -webkit-transition: ease 0.3;
}
.home_banner > .rslides_tabs > li > a:hover {
	border: 2px solid rgba(266,266,266,1);

	}
.home_banner > .rslides_tabs > li > a:before {
	
}

.home_banner > .rslides_tabs > li.rslides_here > a {
	border: 2px solid rgba(266,266,266,1);
    background: linear-gradient(90deg, #ff6a00, #ee0979);   
}
.home_banner > .rslides_tabs > li.rslides_here > a:before {
	
}
/*--Home Banner--*/

/*--Sub Banner--*/
.sub-banner {
    margin: 0px;
    padding: 0;
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #00227b, #9f0359);
}
.sub-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../images/black-dot-pattern.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.sub-banner .banner-circle-shade {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;

}
.sub-banner .banner-circle-shade:before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    background: linear-gradient(224deg, rgb(255 255 255 / 5%), #ffffff00);
    left: -540px;
    top: -240px;
    transform: rotate(45deg);
}
.sub-banner .banner-circle-shade:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: linear-gradient(238deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 5%));
    right: -300px;
    top: 50%;
    transform: rotate(45deg);
}


.sub-banner img {
    height: 100%;
    width: auto;
    margin: 0px;
    padding: 0px;
    display: none;
}
.sub-banner h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 0px auto;
    padding: 0px;
    position: absolute;
    top: calc(50% + 45px);
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}
/*--Sub Banner--*/


/*--Body--*/

.article-container {
	position: relative;
}
.tb_padd1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tb_padd2 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tb_padd3 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.left-content {
    padding-right: 50px;
}
.right-content {
    padding-left: 50px;
}
.v-align-center {
    align-items: center;
}
.row-invert {
    flex-direction: row-reverse;
}

.content-img img {
    width: 100%;
}
.content-img.img-bdr > img {
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.content-img.content-img-left.img-shade > img {
    box-shadow: 10px 20px 40px -30px #000621;
}
.content-img.content-img-right.img-shade > img {
    box-shadow: -10px 20px 40px -30px #000621;
}

.video_player_conatiner {
    margin: 50px auto 0px;
    padding-bottom: 36.4%;
    height: 0px;
    overflow: hidden;
    position: relative;
    width: 64%;
    box-shadow: 0px 50px 50px -30px rgb(1 9 20 / 80%);
    background-color: #fff;
    z-index: 9;
}
.video_player_conatiner > .video_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
/*--Body--*/

/*-- Box Design --*/
/* -- box container1 -- */
.box-container1 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container1 > li {
	margin: 0px;
	padding: 0px 7.5px 15px;
}

.box-container1 > li > .box-inner-container {
margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 10px 20px 40px -30px #000621;
    position: relative;
    cursor: pointer;

}
.box-container1 > li > .box-inner-container:hover { 

}
.box-container1 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.box-container1 > li > .box-inner-container > .box-img {
	margin: 0px;
	padding: 0px;
}

.box-container1 > li > .box-inner-container > .box-img > img {
    width: 100%;
    transition: ease 1s;
}
.box-container1 > li > .box-inner-container:hover > .box-img > img {
    transform: scale(1.2);
}
 .box-container1 > li > .box-inner-container > .box-content { 
    margin: 0px;
    padding: 0px 50px 30px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    width: 100%;
 }
 .box-container1 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.5px;
 }
 .box-container1 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container1 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 17px;
    font-weight: 300;
    color: #3d3b56;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container1 -- */

 /* -- box container2 -- */
.box-container2 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container2 > li {
	margin: 0px;
	padding: 0px 15px 30px;
}

.box-container2>li>.box-inner-container {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 10px 40px -30px #000621;
    position: relative;
    cursor: pointer;
}
.box-container2 > li > .box-inner-container:hover { 

}
.box-container2 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-container2 > li > .box-inner-container > .box-img {
	margin: 0px;
	padding: 0px;
	/* border-radius: 10px; */
	overflow: hidden;
}

.box-container2 > li > .box-inner-container > .box-img > img {
    width: 100%;
    transition: ease 1s;
    /* border-radius: 10px; */
}
.box-container2 > li > .box-inner-container:hover > .box-img > img {
    transform: scale(1.2);
}
 .box-container2 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 30px 50px 30px;
    position: relative;
    bottom: 0px;
    z-index: 2;
 }
 .box-container2 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #ec4635;
    line-height: 32px;
    letter-spacing: 0.5px;
 }
 .box-container2 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container2 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 17px;
    font-weight: 300;
    color: #3d3b56;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container2 -- */

 /* -- box container2-1 -- */
.box-container2-1 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container2-1 > li {
	margin: 0px;
	padding: 0px 15px 30px;
}

.box-container2-1>li>.box-inner-container {
    margin: 0px;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 40px -30px #000621;
    position: relative;
    cursor: pointer;
}
.box-container2-1 > li > .box-inner-container:hover { 

}
.box-container2-1 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-container2-1 > li > .box-inner-container > .box-img {
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	height: 200px;
}

.box-container2-1 > li > .box-inner-container > .box-img > img {
    width: 100%;
    transition: ease 1s;
    /* border-radius: 10px; */
}
.box-container2-1 > li > .box-inner-container:hover > .box-img > img {
    transform: scale(1.2);
}
 .box-container2-1 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 15px 0px;
    position: relative;
    bottom: 0px;
    z-index: 2;
 }
 .box-container2-1 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #ec4635;
    line-height: 24px;
    letter-spacing: 0.5px;
 }
 .box-container2-1 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container2-1 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    color: #3d3b56;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container2-1 -- */

 /* -- box container3 -- */
.box-container3 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container3 > li {
	margin: 0px;
	padding: 0px 15px 30px;
}

.box-container3>li>.box-inner-container {
	margin: 0px;
    padding: 50px;
    overflow: hidden;
    background-color: #172235;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: ease 0.5s;
}
.box-container3 > li > .box-inner-container:hover { 
    transform: scale(1.1);
    box-shadow: 0px 50px 30px -40px #000621;
}
.box-container3 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-container3 > li > .box-inner-container > .box-icon {
    padding: 0px 0px 30px 0px;
}

.box-container3 > li > .box-inner-container > .box-icon > i {
    font-size: 50px;
    transition: ease 1s;
    color: #2ea854;
    font-weight: 100;
}
.box-container3 > li > .box-inner-container:hover > .box-icon > i {

}
 .box-container3 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 0px;
    z-index: 2;
 }
 .box-container3 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
    line-height: 24px;
    letter-spacing: 0.5px;
 }
 .box-container3 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }

 /* -- box container3 -- */

 /* -- box container4 -- */
.box-container4 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container4 > li {
	margin: 0px;
	padding: 0px 15px 30px;
}

.box-container4>li>.box-inner-container {
    margin: 0px;
    padding: 30px;
    border-radius: 150px;
    overflow: hidden;
    background-color: #172235;
    position: relative;
    cursor: pointer;
    display: flex;
}
.box-container4 > li > .box-inner-container:hover { 

}
.box-container4 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-container4 > li > .box-inner-container > .box-img {
    margin: 0px;
    padding: 30px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
}

.box-container4 > li > .box-inner-container > .box-img > img {
    height: 100%;
    filter: brightness(31) grayscale(1);
}
.box-container4 > li > .box-inner-container:hover > .box-img > img {

}
 .box-container4 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 15px 0px 15px 30px;
    position: relative;
    bottom: 0px;
    z-index: 2;
 }
 .box-container4 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.5px;
 }
 .box-container4 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container4 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    color: #b8c6db;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container4 -- */
 
  /* -- box container5 -- */
.box-container5 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container5 > li {
	margin: 0px;
	padding: 0px 0px 30px;
}

.box-container5>li>.box-inner-container {
    margin: 0px;
    padding: 0;
    overflow: hidden;
    /* background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 40px -30px #000621; */
    position: relative;
}
.box-container5 > li > .box-inner-container:hover { 

}
.box-container5>li>.box-inner-container:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(178 187 187) 50%, rgba(255, 255, 255, 0) 100%);
    top: 0px;
    right: 0px;
}
.box-container5>li:last-child>.box-inner-container:before {
    display: none;
}
.box-container5 > li > .box-inner-container > .box-img {
	margin: 0px;
	padding: 30px;
	border-radius: 10px;
	overflow: hidden;
	height: 180px;
}

.box-container5 > li > .box-inner-container > .box-img > img {
    height: 100%;
    transition: ease 1s;
    /* border-radius: 10px; */
}
.box-container5 > li > .box-inner-container:hover > .box-img > img {
    transform: scale(1.2);
}
 .box-container5 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 0px 30px 30px;
    position: relative;
    bottom: 0px;
    z-index: 2;
 }
 .box-container5 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #011333;
    line-height: 24px;
    letter-spacing: 0.5px;
 }
 .box-container5 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container5 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    color: #3d3b56;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container5 -- */

 /* -- box container6 -- */
.box-container6 {
	margin: 0px -7.5px;
    padding: 30px 0px 0px 0px;
    list-style: none;
}
.box-container6 > li {
	margin: 0px;
	padding: 0px 15px 30px;
}

.box-container6>li>.box-inner-container {
    margin: 0px;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 40px -30px #000621;
    position: relative;
    display: flex;
    transition: ease 1s;
}
.box-container6 > li > .box-inner-container:hover { 
    transform: scale(1.1);
    box-shadow: 0px 50px 30px -40px #000621;
}
.box-container6 > li > .box-inner-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 12, 34, 1) 0%, rgba(255, 255, 255, 0) 70%);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.box-container6 > li > .box-inner-container > .box-img {
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.box-container6 > li > .box-inner-container > .box-img > img {
    height: 100%;
    /* border-radius: 10px; */
}
.box-container6 > li > .box-inner-container:hover > .box-img > img {

}
 .box-container6 > li > .box-inner-container > .box-content {
    margin: 0px;
    padding: 0px 0px 0px 30px;
    position: relative;
    bottom: 0px;
    z-index: 2;
    width: calc(100% - 120px);
 }
 .box-container6 > li > .box-inner-container > .box-content > h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #172235;
    line-height: 24px;
    letter-spacing: 0.5px;
 }
 .box-container6 > li > .box-inner-container > .box-content > h4 > strong {
    font-weight: 700;
    color: #2bb957;
 }
 .box-container6 > li > .box-inner-container > .box-content > p {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    color: #3d3b56;
    line-height: 22px;
    letter-spacing: 0.5px;
}
 /* -- box container6 -- */
/*-- Box Design --*/

/*-- testimonial -- */
.testimonial_container {
	margin-bottom: 0;
	margin-top: 50px !important;
	padding: 0;
}

.testimonial_container div.testimonial-inner-container {
	list-style: outside none none;
	margin: 0;
    padding: 0px 15px 30px;
}
.testimonial_container div.testimonial-inner-container .testi_contant {
    background-color: #f1f1f1;
    background-attachment: fixed;
    display: block;
    padding: 50px 50px 50px 50px;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial_container div.testimonial-inner-container .testi_contant > .testimonial-icon {
    display: flex;
    width: 100px;
    height: 100px;
    margin: 0px auto 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #2959a3;
}

.testimonial_container div.testimonial-inner-container .testi_contant > .testimonial-icon > i  {
    color: #ffffff;
    display: inline-block;
    font-size: 45px;
    margin: 0px 0px 5px 0px;
    font-weight: 800;
}
    .testimonial_container div.testimonial-inner-container .testi_contant > p {
color: #494852;
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    position: relative;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    letter-spacing: 0.3px;
    text-align: center;
    display: block;
    }
 .testimonial_container div.testimonial-inner-container .testi_contant p:before,
 .testimonial_container div.testimonial-inner-container .testi_contant p:after {
    color: #494852;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
 }
.testimonial_container div.testimonial-inner-container .testi_contant p:before {
	content: "\f10d";
	padding: 0px 15px 0px 0px;
}
.testimonial_container div.testimonial-inner-container .testi_contant p:after {
     content: "\f10e";
     padding: 0px 0px 0px 15px;
}
.testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details {
    margin: 0 auto;
    padding: 0;
    display: table;
    text-align: center;
}
.testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details i {
    color: #565560;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
}
.testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details p {
    color: #172235;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
}
.testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details p:before, .testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details p:after {
	display: none;
}
.testimonial_container div.testimonial-inner-container .testi_contant .testi_author_details span {
    color: #494852;
    font-size: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.testimonial_container .slick-list {

}
.testimonial_container .slick-list.draggable {
}
.testimonial_container .slick-list .slick-track {
        

}
.testimonial_container .slick-dots {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}
.testimonial_container .slick-dots > li {
    margin: 0px;
    padding: 0px 5px;
    list-style: none;
}
.testimonial_container .slick-dots > li > button {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 0px;
    border: none;
    background-color: rgb(6 104 185 / 40%);
}
.testimonial_container .slick-dots > li.slick-active > button {
    background-color: rgb(6 104 185 / 90%);
}
/*-- testimonial -- */

/*--carousel Slider--*/

.carousel_slider .slick-dots {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}
.carousel_slider .slick-dots > li {
    margin: 0px;
    padding: 0px 5px;
    list-style: none;
}
.carousel_slider .slick-dots > li > button {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    font-size: 0px;
    border: none;
    background-color: rgb(255 106 0 / 50%);
    
}
.carousel_slider .slick-dots > li.slick-active > button {
        background: linear-gradient(135deg, #ff6a00, #ee0979);
}

/*--carousel Slider--*/

/*--accordion Slider--*/

.accordion-container {
    margin: 0px;
    padding: 30px 0px 0px 0px;
    max-width: 768px;
    margin: 0px auto;
}
.accordion-container > li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.accordion-container > li:last-child {
    padding-bottom: 0px;
}
.accordion-container > li > .accordion-content {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.accordion-container > li > .accordion-content > .accordion-head {
    margin: 0px;
    padding: 20px 45px 20px 20px;
    position: relative;
    cursor: pointer;
    transition: ease 0.3s;
    border-bottom: 1px dotted #4970ad;
}

.accordion-container > li > .accordion-content > .accordion-head::before {
    content: "\f078";
    margin: 0px;
    padding: 0px;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgb(255 255 255 / 80%);
    transition: ease 0.3s;
}
.accordion-container > li > .accordion-content:hover > .accordion-head {
    transform: scale(1.03);
}

.accordion-container > li > .accordion-content:hover > .accordion-head,
.accordion-container > li.active > .accordion-content > .accordion-head { 
    border-bottom: 1px dotted #86abe5;
}
.accordion-container > li > .accordion-content:hover > .accordion-head::before {
    color: #ffffff;
}
.accordion-container > li.active > .accordion-content > .accordion-head::before {
    color: #ffffff;
    transform: rotate(-180deg);
}


.accordion-container > li > .accordion-content > .accordion-head > h4 {
margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    transition: ease 0.3s;
    color: rgb(255 255 255 / 60%);
}
.accordion-container > li > .accordion-content:hover > .accordion-head > h4,
.accordion-container > li.active > .accordion-content > .accordion-head > h4 {
    color: #fff;
}
.accordion-container > li > .accordion-content > .accordion-body {
    margin: 0px;
    padding: 0px;
    display: none;
}
.accordion-container > li > .accordion-content > .accordion-body > .accordion-body-content {
    padding: 20px;
}
.accordion-container > li > .accordion-content > .accordion-body > .accordion-body-content > p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    transition: ease 0.5s;
    color: #ffffff;
}
.accordion-container > li > .accordion-content > .accordion-body > .accordion-body-content > p > a {
    color: #04c3ff;
    font-weight: 500;
}
.accordion-container > li > .accordion-content > .accordion-body > .accordion-body-content > p > a:hover {
    text-decoration: underline !important;
}
/*--accordion Slider--*/

/*--Contact Details--*/
.contact-details-list {
    margin: 0px;
    padding: 0px;
}
.contact-details-list > li {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    list-style: none;
}
.contact-details-list > li:last-child {
    padding-bottom: 0px;
	}
.contact-details-list > li > .contact-detail-content {
    margin: 0px;
    padding: 10px 0px 0px 55px;
    position: relative;
}
.contact-details-list > li > .contact-detail-content > i  {
    background-color: #5394f7;
    color: #fff;
    margin: 0px;
    padding: 12px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 15px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 100%;
    text-align: center;
}
.contact-details-list > li > .contact-detail-content > h4 {
    font-size: 18px;
    color: #5394f7;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    letter-spacing: 1px;
}
.contact-details-list > li > .contact-detail-content > h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    letter-spacing: 1px;
}

.contact-details-list > li > .contact-detail-content > a {
    color: #a8b3c5;
    font-size: 15px;
    margin: 0;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 300;
    position: relative;
    display: block;
}
.contact-details-list > li:last-child > .contact-detail-content > a {
    padding-bottom: 0px;
}
.contact-details-list > li > .contact-detail-content > p {
    color: #a8b3c5;
    font-size: 15px;
    margin: 0;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 300;
    position: relative;
    display: block;
}

.contact-details-list1 {
    margin: 0px;
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;    
}
.contact-details-list1 > li {
    margin: 0px;
    padding: 0px 100px 15px 0px;
    list-style: none;
}
.contact-details-list1 > li:last-child {
    padding-bottom: 0px;
    padding-right: 0px;
	}
.contact-details-list1 > li > .contact-detail-content {
    margin: 0px;
    padding: 5px 0px 0px 57px;
    position: relative;
    display: flex;
    align-items: center;
}
.contact-details-list1 > li > .contact-detail-content > i  {
    color: #ffffff;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 38px;
    height: 38px;
    left: 0px;
    top: 0px;
    bottom: 15px;
    font-size: 30px;
    font-weight: 100;
    border-radius: 100%;
    text-align: center;
}
.contact-details-list1 > li > .contact-detail-content > h4 {
    font-size: 20px;
    color: rgb(255 255 255 / 60%);
    font-weight: 300;
    margin: 0px;
    padding: 0 10px 0px 0px;
    letter-spacing: 1px;
}
.contact-details-list1 > li > .contact-detail-content > p {
    color: rgb(255 255 255 / 100%);
    font-size: 20px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    display: block;
}
.contact-details-list1 > li > .contact-detail-content > a {
    color: rgb(255 255 255 / 100%);
    font-size: 20px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    display: block;
}
.contact-details-list1 > li:last-child > .contact-detail-content > a {
    padding-bottom: 0px;
}
/*--Contact Details--*/

/*--Contact Form--*/

.contactus-form-container {
    margin: 0px;
    padding: 0px 50px 0px 100px;
    border-left: 1px solid rgb(155 187 235 / 30%);
}
.contactus-form-container > h3{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 30px;
    color: #ffffff;
    display: block;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.contactus-form-container > p {
    font-size: 16px;
    color: #a8b3c5 !important;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.contactus-form-container > .form-content {
    margin: 0px;
    padding: 0px;
}
/*--Contact Form--*/

/*--Form Design --*/

.form-container {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px
}
.form-container > li {
    padding-top: 0px;
    padding-bottom: 30px;
    margin: 0px;
    list-style: none;
}
.form-container > li:last-child {
    padding-bottom: 0px;
}
.form-container > li > .label-field {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.form-container > li > .label-field > label {
    font-size: 15px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Raleway', sans-serif !important;
}
.form-container > li > .input-field {
	margin: 0px;
	padding: 0px;
    position: relative;
}
/*--Input Field--*/
.input-text {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    background-color: transparent;
    border: 1px solid rgb(55 73 105);
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    letter-spacing: 0.5px;
}

.input-select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    background-color: transparent;
    border: 1px solid rgb(55 73 105);
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    letter-spacing: 0.5px;
}
.input-select option {
    background-color: #0b1930;
     border: 1px solid rgb(55 73 105);
    color: #a8b3c5;
    letter-spacing: 0.5px;
}

.input-textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    background-color: transparent;
    border: 1px solid rgb(55 73 105);
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    height: 100px;
    letter-spacing: 0.5px;
}

.input-text:hover, .input-text:focus,
.input-select:hover, .input-select:focus,
.input-textarea:hover, .input-textarea:focus {
    box-shadow: 0px 0px 10px -4px rgb(61 101 173) inset;
    border: 1px solid rgb(61 101 173);
}

.input-text, .input-select, .input-textarea {
    outline: none;
}
.input-text::placeholder, .input-select::placeholder, .input-textarea::placeholder {
    color: rgb(255 255 255 / 50%);
}

.input-text.field-required , .input-select.field-required, .input-textarea.field-required,
.input-text.field-invalid , .input-select.field-invalid, .input-textarea.field-invalid {
    border-color: #ae4444;
    background-color: rgb(151 44 86 / 20%);
    color: rgb(255 255 255 / 50%);
    font-weight: 300;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

    input[type=number] {
      -moz-appearance: textfield; /* Firefox */
    }

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0px 0px 0px transparent !important;
    -webkit-text-fill-color: rgb(255 255 255 / 80%) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.submit-btn {
    background-color:#2ea854;
    margin: 0px 50px 0px 0px;
    padding: 13px 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif !important;
    border: none;
    border-radius: 5px;
    height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.submit-btn > i { 
    font-style: normal;
    position: relative;
}
.submit-btn:hover {
    background-color: #0b6628;
    color: rgb(255 255 255 / 100%);
    font-weight: 300;
}
.submit-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgb(255 255 255 / 15%);    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
     transition: ease .5s;
}
.submit-btn:hover:before {
    background-color: rgb(255 255 255 / 15%);
    width: 400px;
    height: 400px;
}

.submit-btn:disabled, .submit-btn:disabled:hover, .submit-btn:disabled:focus {
    background: rgb(107 109 111 / 50%);
    color: rgb(255 255 255 / 30%);
    filter: grayscale(1) brightness(1.4);
    cursor: not-allowed;
}

.errormsg {
    font-size: 12px;    
    color: #ae4444;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: absolute;
    left: 0px;
    top: calc(100%);
}
/*--Input Field --*/
/*--Form Design --*/

/*--Button Design--*/
.demo-btn {
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    margin: 0px;
    padding: 13px 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif !important;
    border: none;
    border-radius: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.demo-btn > i { 
    font-style: normal;
    position: relative;
}
.demo-btn:hover {
    background: linear-gradient(90deg, #ee0979, #ff6a00);
    color: rgb(255 255 255 / 100%);
    font-weight: 300;
}
.demo-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgb(255 255 255 / 15%);    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
     transition: ease .5s;
}
.demo-btn:hover:before {
    background-color: rgb(255 255 255 / 0%);
    width: 400px;
    height: 400px;
}

.btn-design{
    margin: 0px;
    padding: 13px 30px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif !important;
    border: none;
    border-radius: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.btn-design> i { 
    font-style: normal;
    position: relative;
    padding: 0px 15px 0px 0px;
}
.btn-design:hover {
    color: rgb(255 255 255 / 100%);
}
.btn-design:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgb(255 255 255 / 15%);    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
     transition: ease .5s;
}
.btn-design:hover:before {
    background-color: rgb(255 255 255 / 0%);
    width: 400px;
    height: 400px;
}
/*--Button Design--*/

/*--Button Color--*/

.orange-grad-btn {background: linear-gradient(90deg, #ff6a00, #ee0979);}
.orange-grad-btn:hover {background: linear-gradient(90deg, #ee0979, #ff6a00);}

.blue-grad-btn {background: linear-gradient(135deg, #531a7a, #00227b);}
.blue-grad-btn:hover {background: linear-gradient(135deg, #00227b, #531a7a);}

.pink-grad-btn {background: linear-gradient(135deg, rgb(164 32 132), rgb(140 5 172));}
.pink-grad-btn:hover {background: linear-gradient(135deg, rgb(140 5 172), rgb(164 32 132));}

/*--Button Color--*/

/*--footer--*/

footer {
    /* background-color: #001327; */
    background-color: #060f1e;
    margin: 0px;
    /* border-top: 1px solid #0374c5; */
}
.foot-logo {
    width: 150px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
.foot-text {
    font-size: 14px;
    color: #A8BFD0;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
.desclimer-text {
    font-size: 17px;
    color: #2ea854;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
    padding: 15px 0px 15px 0px;
    letter-spacing: 0.5px;
}
.bottom_phone_number {
	display: table;
	margin: 0;
	padding: 0;
}
.bottom_phone_number li {
	list-style: outside none none;
	margin: 0;
	padding: 0px 0px 15px 0px;
}
.bottom_phone_number li:last-child {
	padding-bottom: 0px;
}
.bottom_phone_number li a  {
    color: #A8BFD0;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 25px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 300;
    position: relative;
    display: block
}
.bottom_phone_number li a:hover {
	color: #fe6408;
}
.bottom_phone_number li a i  {
    color: #fe6408c1;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 2px;
}
.bottom_phone_number li p {
    font-weight: 600;
    color: #FFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.footer_social {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0px 30px 0px;
}
.footer_social li {
	list-style: outside none none;
	margin: 0;
	padding: 0 20px 0px 0px;
}
.footer_social li:last-child {
	padding-right: 0px;
}
.footer_social li a {
	color: #ffffff;
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.footer_social li a:hover {
	/* color: #0789c1; */

	}
.footer_social li a i {
	margin: 0px;
	padding: 0px;
}
.footer_social li.facebook {
	display: none;
}
.footer_social li.twitter {
	display: none;
}
.footer_social li.instagram {
	
}
.footer_social li.instagram a {
	line-height: 20px;
}
.footer_social li.instagram:hover a {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    background-clip: text;
    color: transparent;
}
.footer_social li.linkedin a {
    font-size: 21px;
    line-height: 16px;
}
.footer_social li.linkedin:hover a {
    color: #0077B5;
}

.footer_social li.youtube a {
    font-size: 23px;
    line-height: 16px;
}
.footer_social li.youtube:hover a {
    color: #FF0000;
}

.footer_menu {
	display: flex;
    flex-wrap: wrap;
	margin: 0px;
	padding: 0;
    justify-content: center;
}
.footer_menu li {
    list-style: outside none none;
    margin: 0;
    padding: 0px 15px 15px 15px;
}
.footer_menu li:last-child {
	padding-right: 0px;
	border: 0px;
}
.footer_menu li a {
	color: #A8BFD0;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	padding: 0px 0px 0px 25px;
    letter-spacing: 0.5px;
}
.footer_menu li a:hover {
	color: #ec4635;
}
.footer_menu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-left: 7px solid #A8BFD0;
    border-top: 7px solid transparent;
    border-bottom: 5px solid transparent;
}
.footer_menu li a:hover::before {
    border-left: 7px solid #ec4635;
}
footer .footer-bottom {
    background-color: #060f1e;
    border-top: 1px solid #21304b;
}
footer .footer-bottom .footer-bottom-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0px;
}
footer .footer-bottom .footer-bottom-content .copyrights,
footer .footer-bottom .footer-bottom-content .poweredby {
	margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #A8BFD0;
    font-weight: 300;
    letter-spacing: 0.5px;
}
footer .footer-bottom .footer-bottom-content .copyrights {

}
footer .footer-bottom .footer-bottom-content .poweredby  {

}
footer .footer-bottom .footer-bottom-content .copyrights strong,
footer .footer-bottom .footer-bottom-content .poweredby strong {
	color: #fe6408;
	}

/*--footer--*/