/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap')

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

* {
    box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #050C43;
    font-family: 'Circular Std';
    font-weight: 700;
}

body {
    color: #585A65;
    font-weight: 400;
    font-family: 'Circular Std Book';
    line-height: 25px;
}





@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/CircularStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Circula';
    src: url('../fonts/Circula-Medium.woff2') format('woff2'),
        url('../fonts/Circula-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Circula';
    src: url('../fonts/Circula-Medium.woff2') format('woff2'),
        url('../fonts/Circula-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}





@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}



.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

input:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

textarea:focus {
    outline: 0;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.container {
    max-width: 1200px;
    margin: auto;
}



/* Header area css Start */
.header__area {
	box-shadow: 0px 5px 40px rgba(71, 59, 240, 0.05);
}
.header__site__main__menu ul li {
  display: inline-block;
  margin-left: 30px;
}
.header__site__main__menu {
  text-align: right;
}
.header__site__main__menu ul  li a {
  font-size: 16px;
  color: #585A65;
  font-weight: 400;
  text-decoration: none;
  padding: 34px 0;
  display: block;
  transition: .3s;
}
.header__site__main__menu ul li a:hover {
	color: #FF6A00;
}

.header__site__main__menu ul li:last-child a {
	color: #fff;
	background: #473BF0;
	padding: 8px 36px;
	display: inline-block;
	border-radius: 8px;
	font-size: 16px;
	transition: .3s;
}


.common__btn {
	background: #473BF0;
	color: #fff;
	padding: 16px 24px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
	display: inline-block;
	transition: .3s;
}
.common__btn:hover {
	background: #FF6A00;
	color: #fff;
}

.header__area.sticky.scroll-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}


/* Header area css End */





/* Hero area css Start */
.hero__area {
	padding-top: 95px;
	padding-bottom: 95px;
	background: -moz-linear-gradient(top, rgba(254,254,255,0.07) 0%, rgba(254,254,255,0.07) 9%, rgba(254,254,255,0.07) 12%, rgba(245,249,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,255,0.07) 0%,rgba(254,254,255,0.07) 9%,rgba(254,254,255,0.07) 12%,rgba(245,249,255,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,255,0.07) 0%,rgba(254,254,255,0.07) 9%,rgba(254,254,255,0.07) 12%,rgba(245,249,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12fefeff', endColorstr='#f5f9ff',GradientType=0 );
}

.hero__content__blk p {
	color: #FF6A00;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.hero__content__blk p span {
	font-style: italic;
	font-weight: 700;
}
.hero__content__blk h2 {
	font-size: 48px;
	color: #050C43;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 36px;
}
.hero__site__blk {
	text-align: right;
}
.menu-open {
	display: none;
}
.menu-close {
	display: none;
}
.roket__posi {
	display: none;
}
#scrollUp:hover {
	background: #F6C936;
}
#scrollUp {
	position: fixed;
	background: #FF6A00;
	width: 40px;
	height: 40px;
	right: 29px;
	bottom: 60px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	border-radius: 4px;
    transition: .3s;
}
/* Hero area css End */




/* Services area css Start */
.services__area {
	padding-top: 100px;
	padding-bottom: 113px;
	position: relative;
}


.section__title {
	margin-bottom: 64px;
}
.section__title span {
	font-size: 14px;
	color: #FF6A00;
	font-weight: 400;
	margin-bottom: 13px;
	display: block;
	text-transform: uppercase;
}
.section__title h3 {
	font-size: 36px;
	color: #050C43;
	font-weight: 700;
	margin: 0;
	line-height: 45px;
}

.service__blk {
	box-shadow: 0px 5px 40px rgba(71, 59, 240, 0.05);
	border-radius: 20px;
	background: #fff;
	text-align: center;
	padding: 44px 30px;
	margin-bottom: 24px;
	transition: .4s !important;
	height: 313px;
}




.service__body__text p {
	font-size: 16px;
	color: #585A65;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.service__body__text p a {
	color: #050C43;
	font-weight: ;
	text-decoration: underline;
}
.service__sub__text h4 {
	font-size: 24px;
	color: #050C43;
	font-weight: 700;
	margin-bottom: 17px;
}
.service__icon {
	height: 130px;
}

.shape-1 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.shape-2 {
  position: absolute;
  bottom: -32px;
  right: 206px;
  z-index: -1;
}
.shape-3 {
  position: absolute;
  top: 285px;
  left: 30%;
  z-index: -1;
}
.shape-4 {
  position: absolute;
  top: 44%;
  left: 216px;
  z-index: -1;
}






.service__color__box a {
	background: #FF6A00;
	color: #fff;
	padding: 16px 24px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	border-radius: 8px;
	display: inline-block;
	transition: .3s;
}
.service__color__box {
	display: none;
}
.service__blk:hover {
	background: #050C43;
}
.service__blk:hover .service__sub__text h4 {
	color: #FF6A00;
}
.service__blk:hover .service__body__text {
	display: none;
}
.service__blk:hover .service__color__box {
	display: block;
}
/* Services area css End */




/* Action area css Start */
.action__area {
	background: #F4F8FF;
	padding: 80px 0;
}

.action__blk h3 {
  font-size: 36px;
  color: #050C43;
  font-weight: 700;
  margin-bottom: 24px;
}
.action__blk p {
  font-size: 20px;
  color: #585A65;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.action__btn {
	text-align: right;
}
.action__btn a {
	padding: 16px 40px;
}
/* Action area css End */





/* Choose area css Start */
.choose__area {
	padding-top: 120px;
	padding-bottom: 70px;
}

.choose__flx {
	display: flex;
}

.choose__content p {
	font-size: 18px;
	color: #585A65;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.choose__content h4 {
	font-size: 24px;
	color: #3C3663;
	font-weight: 700;
	margin-bottom: 15px;
}
.choose__box__blk span {
	background: #FFCCCC;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	position: relative;
}
.choose__box__blk {
	width: 106px;
	flex: 0 0 106px;
}


.choose__box__blk span {
  background: #FFCCCC;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.choose__box__blk span:after {
  position: absolute;
  background: #FFE8E8;
  width: 72px;
  height: 72px;
  content: "";
  z-index: -1;
  line-height: 72px;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 10px;
}
.choose__blk {
	height: 210px;
}


/* Choose area css End */




/* Pricing area css Start */
.pricing__area {
	padding-top: 100px;
}


.pricing__area .container {
	max-width: 1264px;
}
.pricing__block {
	background: #F4F8FF;
	border-radius: 20px;
	padding: 30px;
	position: relative;
}
.pricing__blk {
	background: #fff;
	padding: 48px 46px;
	border-radius: 8px;
}


.pricing__title h5 {
  font-size: 24px;
  color: #3C3663;
  font-weight: 400;
  margin-bottom: 30px;
}
.pricing__medel__text {
  text-align: center;
}
.pricing__medel__text span {
  font-size: 40px;
  color: #4FC074;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
}

.pricing__medel__text p {
  font-size: 14px;
  color: #2DA122;
  font-weight: 400;
}
.pricing__title {
  text-align: center;
}

.pricing__list ul li a {
  font-size: 14px;
  color: #585A65;
  font-weight: 400;
  text-decoration: none;
}
.pricing__list ul li {
  margin-bottom: 0;
  margin-left: 21px;
}


.pricing__list {
	margin-bottom: 32px;
}

.pricing__list ul {
  position: relative;
}
.pricing__list ul li a i {
  position: absolute;
  left: 0;
  color: #585A65;
  padding-top: 6px;
  font-size: 13px;
}

.pricing__btn a {
	font-size: 14px;
	background: #4FC074;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: .3s;
}
.pricing__btn a:hover {
	background: #473BF0 !important;
}


.pricing__btn {
	text-align: center;
}

.cls-1 {
	color: #FF6A00 !important;
}
.color-org-1 {
	background: #FF6A00 !important;
}
.cls-2 {
	color: #EB3D59 !important;
}
.color-org-2 {
	background: #EB3D59 !important;
}
.cls-3 {
	color: #473BF0 !important;
}
.color-org-3 {
	background: #473BF0 !important;
}
.pricing__area .section__title {
	margin-bottom: 42px;
}
.pricing__blk.back__none {
	background: none;
}
.bach__card {
	position: absolute;
	right: 0;
	top: 0;
}
/* Pricing area css End */




/* About area css Start */
.about__area {
	padding-bottom: 116px;
	padding-top: 32px;
}

.about__info h4 {
  font-size: 24px;
  color: #050C43;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 12px;
}
.about__info p {
  font-size: 16px;
  color: #585A65;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.about__content h3 {
  font-size: 36px;
  color: #050C43;
  font-weight: 700;
  line-height: 43px;
}
.about__content {
  margin-bottom: 66px;
}
.about__flx {
	display: flex;
	margin-bottom: 30px;
}
.about__flx:last-child {
	margin-bottom: 0px;
}
.about__inner {
  width: 60px;
  flex: 0 0 60px;
}
.about__title {
	margin-bottom: 126px;
}

.about__thumb {
  height: 376px;
  width: 100%;
}
.about__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__block__blk {
	margin-bottom: 185px;
}
.about__block__blk:last-child {
	margin-bottom: 0px;
}
.about__blk.about__flt {
	float: right;
}
.about__content p {
	font-size: 16px;
	color: #585A65;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.about__title p {
	font-size: 18px;
	color: #050C43;
	font-weight: 400;
	margin: 0;
}
.about__title p a {
	color: #473BF0;
	text-decoration: underline;
}
/* About area css End */




/* Story area css Start */
.Story__area {
	padding-top: 94px;
	padding-bottom: 100px;
}

.Story__area .section__title h3 {
	font-size: 48px;
	margin-bottom: 20px;
}
.section__title p {
	font-size: 20px;
	line-height: 32px;
	color: #585A65;
	font-weight: 400;
	margin: 0;
}

.story__thumb {
  height: 565px;
  width: 100%;
}
.story__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__block {
	padding-top: 120px;
}

.story__blk h3 {
	font-size: 36px;
	color: #050C43;
	font-weight: 700;
	line-height: 43px;
	margin: 0;
}
.story__site__blk__content p {
	font-size: 18px;
	color: #585A65;
	font-weight: 400;
	margin-bottom: 30px;
}
.story__site__blk__content {
	margin-left: 70px;
}
.story__site__blk__content h3 {
	font-size: 36px;
	color: #050C43;
	font-weight: 700;
	margin-bottom: 76px;
	line-height: 43px;
}

.ab__flx {
  display: flex;
}
.about__icon {
  margin-bottom: 30px;
}
.ab__text p {
  font-size: 16px;
  margin: 0;
}
.about__inner__blk {
	width: 50%;
	flex: 0 0 50%;
}
.story__site__blk__content.tr h3 {
	margin-bottom: 32px;
}
.story__site__blk__content.tr {
	margin-left: 0;
}
.story__site__blk__content.tr p {
	font-size: 16px;
	padding-right: 30px;
}
.story__site__blk__content.tr a {
	background: #473BF0;
	width: 175px;
	height: 36px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	margin-right: 24px;
	transition: .3s;
}
.story__site__blk__content a:hover {
	background: #FF6A00 !important;
	border-color: #FF6A00;
	color: #fff !important;
}

.border__info {
	background: none !important;
	border: 1px solid#585A65;
	color: #14151A !important;
}


.story__sub__content span {
  font-size: 16px;
  color: #585A65;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}
.story__sub__content p {
  font-size: 24px;
  color: #3C3663;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 28px;
}
.story__sub__content a {
  font-size: 12px;
  color: #473BF0;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
}
.story__sub__content a:hover {
	color: #FF6A00;
}


.story__img {
  height: 240px;
  width: 100%;
  margin-bottom: 30px;
}
.story__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: ;
}
.ptde {
	margin-top: 114px;
}
.story__block.ftr {
	padding-top: 180px;
}

/* Story area css End */




/* Testimonial area css Start */
.testimonial__area {
	padding-top: 98px;
	padding-bottom: 126px;
}

.testmonial__profile {
  height: 96px;
  width: 96px;
  display: inline-block;
  margin-bottom: 25px;
}


.testmonial__profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.slick-dots button {
	display: block !important;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
    background: #C4C4C4;
	transition: .4s;
}

.slick-dots li.slick-active button {
	background: #473BF0;
	transition: .4s;
}


.testimonial__social a {
  color: #FF6A00;
}
.testimonial__social {
  margin-bottom: 40px;
}
.testimonial__social a {
	color: #FF6A00;
	margin: 0 2px;
}
.slick-arrow {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px;
	height: 66px;
	border: 0;
	background: #fff;
	border-radius: 50%;
	font-size: 29px;
	color: #DEDEE0;
	box-shadow: 0px 20px 40px rgba(5, 12, 67, 0.03);
    z-index: 999;
	transition: .3s;
}
.testimonial__content__active button:hover {
	background: #FF6A00;
}


.slick-next.slick-arrow{
    right: 0;
    left: auto;
}
.slick-dots li {
	display: inline-block;
	margin: 0 4px;
	position: relative;
	top: 52px;
}
.testimonial__content__item p {
	color: #473BF0;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
}
.slick-dots li {
	font-size: 0;
}

.testimonial__content__item h5 {
	font-size: 20px;
	color: #050C43;
	font-weight: 700;
	margin: 0;
}
 .testimonial__content__item span {
	font-size: 16px;
	color: #585A65;
	font-weight: 400;
}


/* Testimonial area css End */






/* Contact area css Start */
.contact__area {
	background: #F4F8FF;
	padding-top: 160px;
	padding-bottom: 190px;
	position: relative;
}
.contact__shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.contact__flx {
  display: flex;
}
.contact__info {
  width: 50px;
  flex: 0 0 50px;
}
.contact__info a {
	width: 54px;
	height: 54px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 54px;
	border-radius: 50%;
	color: #473BF0;
	font-size: 16px;
	transition: .3s;
}
.single__form__input.des-ntn {
	opacity: 0;
	visibility: hidden;
}

.contact__info a:hover {
	background: #FF6A00;
	color: #fff;
}

.contact__info {
	width: 70px;
	flex: 0 0 70px;
}
.contact__link h4 {
	font-size: 22px;
	color: #3C3663;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact__link a {
	font-size: 18px;
	color: #585A65;
	font-weight: 400;
	display: block;
	line-height: 28px;
	text-decoration: none;
}
.contact__area .section__title {
	margin-bottom: 91px;
	position: relative;
	z-index: 33;
}

.contact__area .section__title h3 {
	font-size: 48px;
	margin-bottom: 22px;
}

.contact__form__blk form {
  box-shadow: 0px 20px 40px rgba(5, 12, 67, 0.03);
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 10px;
}
.contact__form__blk {
	background: #fff;
	box-shadow: 0px 20px 40px rgba(5, 12, 67, 0.03);
	border-radius: 10px;
	padding: 0px 0 10px 0px;
	margin-top: 89px;
}
.single__form__input input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E7E9ED;
	border-radius: 8px;
	height: 54px;
	padding: 0 24px;
	font-size: 16px;
	color: #585A65;
	font-weight: 400;
}
.single__form__input lable {
	font-size: 16px;
	color: #050C43;
	font-weight: 700;
	margin-bottom: 11px;
	display: block;
}
.single__form__input {
	margin-bottom: 22px;
}
.contact__form__textarea textarea {
	background: #FFFFFF;
	border: 1px solid #E4E5EA;
	border-radius: 8px;
	width: 100%;
	height: 140px;
	font-size: 16px;
	color: #585A65;
	font-weight: 400;
	padding: 17px 24px;
}
.contact__form__textarea lable {
	font-size: 16px;
	color: #050C43;
	font-weight: 700;
	margin-bottom: 11px;
	display: block;
}
.contact__form__textarea {
	margin-bottom: 32px;
}
.contact__single_button button {
	width: 253px;
	height: 55px;
	border: 0;
	background: #473BF0;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	transition: .3s;
}
.contact__single_button button:hover {
	background: #FF6A00;
}

.single__form__input.ita lable {
	font-style: italic;
}
.action__area.back__color {
	background: #050C43;
}
.action__blk.color__white h3 {
  color: #fff;
}
.action__blk.color__white p {
  color: #fff;
}
.action__btn.color__oranges a {
	background: #FF6A00;
}
.action__btn.color__oranges a:hover {
	background: #473BF0;
}

/* Contact area css End */




/* Brand area css Start */
.brand__area {
	padding-top: 120px;
	padding-bottom: 260px;
	position: relative;
}



.brand__area .section__title h3 {
	margin-bottom: 10px;
}

.brand__blk {
	text-align: center;
}
.brand__text__info span {
	font-size: 18px;
	color: #585A65;
	font-weight: 400;
}

.brand__logo__blk {
  height: 114px;
  display: flex;
  justify-content: center;
}
.brand__logo__blk a img {
  max-width: 150px;
}

.single__brand__logo span {
  display: block;
}
.brand__logo__info {
  text-align: center;
}
.single__brand__logo {
  margin-bottom: 77px;
}
.single__brand__logo span {
	font-size: 18px;
	color: #585A65;
	font-weight: 400;
}
.row.brand__trt {
	margin-top: 76px;
}

.brand__logo__info.brand__left {
	max-width: 282px;
}
.single__brand__logo a img {
  margin-bottom: 22px;
  max-width: 130px;
}
.brand__logo__info.next-tr.brand__right {
	max-width: 282px;
	float: right;
}
.mbtr {
	margin-bottom: 8px !important;
}
/* Brand area css End */







/* Faq area css Start */
.faq__area {
  background: #050C43;
  padding-top: 101px;
  position: relative;
}

.faq__area .section__title h3 {
  color: #fff;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.accordion-button:not(.collapsed) {
	color: #FF6A00;
	/* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
	font-size: 22px;
	font-weight: 500;
	background: none !important;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #F6F6F6;
	border: 0;
	border-radius: 0 !important;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	color: #7C82A1;
	font-size: 22px;
	padding-right: 40px;
	background: #050C43;
	padding: 18px 0;
}
.accordion-body {
	padding: 0 13px;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0 0 20px 0px;
	border-bottom: none;
	border-radius: 0 !important;
	background: #050C43;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.accordion-body p {
	margin: 0;
}
.faq-blk h2 button i {
	margin-right: 14px;
}
.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border: none;
	margin-bottom: 0;
	border-bottom: 1px solid#50557B;
}
.faq-title h3 {
	font-size: 32px;
	color: #1F2332;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1;
}
.faq-wrapper {
	margin-left: 50px;
}
.faq-thumb {
  height: 680px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.faq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
  border-radius: 16px;
  transition: .3s;
}
.faq-thumb img:hover {
	transform: scale(1.1);
}
.accordion-button::after {
	display: none;
}
.arrows {
	position: absolute;
	right: 0;
    z-index: 9;
    top: 50%;
	transform: translateY(-50%);
}
.faq-blk h2 button .arrows i {
	margin: 0;
}
.arrows .fa-minus {
	display: none;
}

.accordion-button[aria-expanded="true"] .fa-minus {
	display: block;
}

.accordion-button[aria-expanded="true"]{
	border-radius: 8px 8px 0px 0px;

}

.accordion-button[aria-expanded="true"] .fa-plus {
	display: none;
}
.faq-blk {
	height: 480px;
	max-width: 996px;
	margin: 0 auto;
}
.shape__6 {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
/* Faq area css End */





/* Call to action css Start */
.call__to__action__wrap {
	border-radius: 10px;
	padding: 0px 0px 8px 0;
	box-shadow: 0px 20px 40px rgba(5, 12, 67, 0.03);
	background: #4E537A;
}
.call__to__action__blk {
	border-radius: 10px;
	box-shadow: 0px 20px 40px rgba(5, 12, 67, 0.03);
	padding: 39px 72px 39px 72px;
	background: #ffff;
}
.call__to__action__blk p {
	font-size: 16px;
	line-height: 25px;
}
.single__brand__logo img {
	position: relative;
	z-index: 9;
}
/* Call to action css End */





/* Footer area css Start */
.footer__area {
	background: #050C43;
	padding-bottom: 101px;
  padding-top: 118px;
}
.footer__logo img {
	margin-bottom: 11px;
	position: relative;
	top: -11px;
}
.footer__widget h4 {
  font-size: 16px;
  color: #8285A1;
  font-weight: 700;
  margin: 0;
}
.footer__widget {
  margin-bottom: 33px;
}
.footer__list ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: block;
  transition: .3s;
}
.footer__list ul li a:hover {
	color: #FF6A00;
	margin-left: 4px;
	text-decoration: underline;
}

.footer__list ul li {
  margin-bottom: 21px;
}
.footer__body__text p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-right: 89px;
}
.footer__social a {
	color: #fff;
	font-size: 20px;
	margin-right: 31px;
	transition: .3s;
}
.footer__social a:hover {
	color: #FF6A00;
}

.footer__site__right p {
	font-size: 16px;
	color: #F4F8FF;
	font-weight: 400;
	margin: 0;
}
.footer__site__right {
	text-align: right;
}
.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-top: 99px;
	padding-top: 26px;
}

/* Footer area css End */


/* Title area css Start */

.title__area {
  padding-top: 94px;
  padding-bottom: 85px;
  max-width: 685px;
  margin: auto;
}
.title__content {
  font-size: 1.2em;
}
.title__content h1 {
  font-size: 2.5em;
}

/* Title area css End */
