@charset "UTF-8";
/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. TERMS & CONDITION CSS
	03. SPACING CSS

**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Days+One&display=swap");
/*	@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap");	*/
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Archivo', sans-serif;
  --tp-ff-heading: 'Days One', sans-serif;
  --tp-ff-p: 'Archivo', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-grey-1: #F2F5FA;
  --tp-text-1: #A9B7D1;
  --tp-text-2: #8A879F;
  --tp-text-3: #B7B6C4;
  --tp-text-body: #da000e;
  --tg-body-color: #74787C;
  --tp-theme-orange: #F4741A;	/** Orange [Logo Color] **/
  --tp-theme-blue: #0474BC;		/** French Blue [Logo Color] **/
  --tp-theme-black: #171717;
  --tp-theme-red: #da000e;
  --tp-border-primary: #ECEEF3;
  --tp-border-secondary: #D1D6E0;
  --tp-icon-blue: #0474BC;		/** French Blue [Logo Color] **/
  --tp-icon-red: #da000e;	
  --error-color: #dc3545;
  --success-color: #28a745;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/

.bodyText {
  font-family: var(--tp-ff-body);
/**  font-size: 15px;	**/
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-X: hidden !important;
}

h1,
h2,
h3,
h4 ,
h5,
h6,
.DaysOneFont {
  font-family: var(--tp-ff-heading);
  color: var(--tp-theme-black);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.hoRule {
  background-color: var(--tp-theme-red);
  height: 1px;
  border: none;
}

a,
.btn,
button,
span,
p,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.button:focus {
  text-decoration: none;
  outline: none;
}

button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  weight: 100%;
  text-align: center;
}

.theme-bg {
  background: var(--tp-heading-primary);
}

.theme-light-bg {
  background-color: var(--tp-icon-blue);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  background: var(--tp-common-black);
}

.tp-section__sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tp-icon-red);
  display: inline-block;
}
.tp-section__title {
  font-size: 43px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section__title {
    font-size: 32px;
  }
}
.tp-section i {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 35px;
  display: block;
}
.tp-section__link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}
.tp-section__link > i {
  display: inline-block;
  margin-bottom: 0;
}
.tp-section__link:hover {
  color: var(--tp-icon-green);
}
.tp-section__link:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-section p {
  font-size: 15px;
  display: block;
  padding-right: 55px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-section p {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section p {
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section p {
    padding: 0px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-section p {
    padding: 0px;
    font-size: 14px;
    margin-right: 0;
  }
}

.sub-title-white {
  color: var(--tp-common-white);
}

.title-white {
  color: var(--tp-common-white);
}

.left-line {
  position: relative;
}
.left-line::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-icon-red);
  display: inline-block;
  margin-right: 10px;
}

.left-line-white {
  position: relative;
}
.left-line-white::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-common-white);
  display: inline-block;
  margin-right: 10px;
}

.right-line {
  position: relative;
}
.right-line::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-icon-red);
  display: inline-block;
  margin-left: 10px;
}

.right-line-white {
  position: relative;
}
.right-line-white::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--tp-common-white);
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-center {
    text-align: center !important;
  }
}

/*----------------------------------------*/
/*  02. TERMS & CONDITION CSS START
/*----------------------------------------*/
.faq-accordion {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .faq-accordion {
    margin: 0 0;
  }
}
.faq-accordion .accordion-button {
/*  color: var(--tp-theme-primary);	*/
  background: none;
  color: var(--tg-heading-color);
  position: relative;
  padding: 30px 75px 30px 45px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion-button {
    padding: 20px 30px 20px 25px;
    font-size: 16px;
  }
}
/*
.faq-accordion .accordion-button::after {
  position: absolute;
  font-family: "Font Awesome 5 pro";
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  content: "\f062";
  background: none;
  color: var(--tp-theme-orange);
}	*/
.faq-accordion .accordion-button::after {
  content: "\e800";
  background-image: none;
  width: 50px;
  height: 50px;
  font-family: "fontello";
  font-size: 12px;
  position: absolute;
  font-weight: 400;
/*  right: 10px;
  top: 10px;	*/
  right: 10px;
  top: 25%;
  color: var(--tg-color-white-default);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
}
@media (max-width: 767px) {
  .faq-accordion .accordion-button::after {
    right: 15px;
  }
}
.faq-accordion .accordion-button.collapsed::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  content: "\f063";
  color: var(--tp-theme-red);
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-items {
  border: 1px solid var(--tp-grey-1);
  box-shadow: 0px 20px 20px rgba(228, 228, 228, 0.25);
  margin-bottom: 30px;
}
.faq-accordion .accordion-content {
  border-bottom: 4px solid var(--tp-theme-red);
}
.faq-accordion .accordion-content p {
  padding: 0 75px 35px 45px;
  color: var(--tp-text-2);
  margin: 0;
}
.faq-accordion .accordion-content span a {
  text-decoration: underline;
  color: var(--tp-icon-red);
}
.faq-accordion .accordion-content span a:hover {
  color: var(--tp-icon-green);
}
.faq-accordion .accordion-content span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
@media (max-width: 767px) {
  .faq-accordion .accordion-content p {
    padding: 0 30px 35px 25px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .faq-accordion .accordion-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  03. SPACING CSS START
/*----------------------------------------*/
.mb-20{
    margin-bottom:20px
}
.mb-25{
    margin-bottom:25px
}
.mb-50{
    margin-bottom:50px
}
.pt-50{
    padding-top:50px
}
.pb-50{
    padding-bottom:50px
}
.pb-100{
    padding-bottom:100px
}

/*----------------------------------------*/
/*  04. 
/*----------------------------------------*/

.tp-srv-title {
  font-size: 20px;
  text-transform: capitalize;
}

.tp-services-box {
  background-color: var(--tp-common-white);
  padding: 60px 10px 42px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.tp-services-box:hover {
  box-shadow: 0px 7px 11px rgba(14, 99, 255, 0.26);
  background-color: var(--tp-theme-blue);
}
.tp-services-box:hover .tp-services-box__title {
  color: var(--tp-common-white);
}
.tp-services-box:hover .tp-services-box__icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.tp-services-box:hover .tp-services-box__icon i {
  color: var(--tp-common-white);
}
.tp-services-box:hover .tp-services-box__btn a i {
  color: var(--tp-common-white);
}
.tp-services-box__icon {
  height: 87px;
  width: 87px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-icon-blue-light);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-services-box__icon i {
  color: var(--tp-icon-blue);
  font-size: 32px;
}
.tp-services-box__title {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-services-box__title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tp-services-box__title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-services-box__btn a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: rgba(14, 99, 255, 0.5);
  font-size: 38px;
}

.tp-srv-process p {
  font-size: 16px;
}
.tp-srv-process__title {
  font-size: 42px;
}
.tp-srv-process__list ul li {
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-body-color);
}
.tp-srv-process__list ul li i {
  font-size: 16px;
/**  margin-right: 15px;    **/
}

.tp-srv-stap p {
  font-size: 16px;
  margin-bottom: 28px;
}
.tp-srv-stap__title {
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-srv-stap__list {
    margin-left: 0;
  }
}
.tp-srv-stap__list ul li {
  font-weight: 500;
  font-size: 15px;
}
.tp-srv-stap__list ul li i {
  font-size: 16px;
  color: var(--tp-theme-red);
  margin-right: 20px;
}

.tp-srv-research p {
  font-size: 16px;
}
.tp-srv-research__title {
  font-size: 30px;
  font-weight: 400;
}

div.tp-srv-link {
  text-align: start !important;
}
div.tp-srv-link a {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .services-thumb-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-thumb-img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-srv-bg img {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  02. TERMS & CONDITIONS [CUSTOMIZED]
/*----------------------------------------*/
.tc-accordion {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .tc-accordion {
    margin: 0 0;
  }
}
.tc-accordion .accordion-button {
  background: none;
  color: var(--tg-heading-color);
  position: relative;
  padding: 30px 75px 30px 45px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tc-accordion .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tc-accordion .accordion-button {
    padding: 20px 30px 20px 25px;
    font-size: 16px;
  }
}
.tc-accordion .accordion-button::after {
  content: "\e800";
  background-image: none;
  width: 50px;
  height: 50px;
  font-family: "fontello";
  font-size: 12px;
  position: absolute;
  font-weight: 400;
  right: 10px;
  top: 25%;
  color: var(--tg-color-white-default);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
}
.tc-accordion .accordion-button:not(.collapsed) {
  color: var(--tg-heading-color);
/*  background-color: var(--tg-color-gray-2);	*/
  background: none;
/*  box-shadow: none;	*/
}
.tc-accordion .accordion-button:not(.collapsed)::after {
/*  background-image: none;	*/
  transform: rotate(0);
}
@media (max-width: 767px) {
  .tc-accordion .accordion-button::after {
    right: 15px;
  }
}
.tc-accordion .accordion-button:focus {
  box-shadow: none;
}
.tc-accordion .accordion-items {
  border: 1px solid var(--tp-grey-1);
/*  border: 1px solid var(--tp-theme-red);
  border: 1px solid #FF0000;	*/
  box-shadow: 0px 20px 20px rgba(228, 228, 228, 0.25);
  margin-bottom: 30px;
}
.tc-accordion .accordion-content {
  border-bottom: 4px solid var(--tp-theme-red);
}
.tc-accordion .accordion-content p {
  padding: 0 75px 35px 45px;
  color: var(--tp-text-2);
  margin: 0;
}
.tc-accordion .accordion-content span a {
  text-decoration: underline;
  color: var(--tp-icon-red);
}
.tc-accordion .accordion-content span a:hover {
  color: var(--tp-icon-green);
}
.tc-accordion .accordion-content span a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
@media (max-width: 767px) {
  .tc-accordion .accordion-content p {
    padding: 0 30px 35px 25px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tc-accordion .accordion-content p br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
