@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*******font-family: "Jost", serif;**********/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*******  font-family: "Playfair Display", serif;**********/
/* CSS Document */
h1, h2, h3, h4, h5, h5 {font-family: "Jost", serif;
  font-weight: 600;
}
header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}
body {font-family: "Jost", serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a img {
	margin: 0 auto;
}

#back-top a:hover {
	color: #000;
}

#back-top a i {
	background: #ff2c2b;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 29px;
	padding-top: 2px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #202020;
    display: block;
    padding: 0;
    border-radius: 0;
    border: solid 2px #fff;
    height: 35px;
    width: 35px;
    outline: none;
    line-height: 35px;
}
/**go to top here end**/
/*******landingpage code************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/**commen**/

.allheade {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0 auto 27px;
    width: fit-content;
	line-height: 42px;
	font-family: "Playfair Display", serif;
}
.allheade small {
    font-size: 24px;
    color: #282828;
    font-weight: 500;
	line-height: 28px;
}

.allheade strong {
    display: block;
    color: #a11d2a;
    font-weight: 600;
}

.linbe {
    width: 78px;
    height: 6px;
    display: block;
    background: #a11d2a;
    margin: 10px auto 0;
    border-radius: 13px;
}

p {font-size: 20px;}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px;
    margin: 5px;
    background: none;
    display: block;
    border-radius: 16px;
    border: solid 1px #a11d2a;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#a11d2a;
}

.fted {position: relative;}

.accordion-button, .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed) {
    background: rgb(161 29 42);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {border-radius: 0;}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
    margin-bottom: 10px;
}

.accordion {--bs-accordion-btn-icon:url(../images/arrow-down.svg);
--bs-accordion-btn-active-icon:url(../images/arrow-dow-2n.svg);}

.accordion-body {
    background: #f3f3f3;
}
ul {margin: 0; padding: 0; list-style: none;}

.bigtet {
    font-size: 30px;
}

.fteltef .bigtet {color: #fff;}
/**commen end**/

/*****nav******/

.navbar.navbar-expand-sm.fixed-top {background: #fff;}

.navbar-brand img {
    width: 110px;
    margin-right: 5px;
}
.navbar-brand img:last-child {  margin-right: 0; border-left: solid 1px #ccc; padding-left: 5px;}

.navbar .nav-link {
    font-size: 17px;
    margin: 0 46px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        border-radius: 0;
        font-size: 18px;
        padding: 0;
        background: #a11d2a;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-item {color: #fff;}

   .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-item:focus,    .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: var(--bs-dropdown-link-hover-bg);
}


.fixed-top {
    border-bottom: solid 2px #a11d2a;
}
.navbar-nav .nav-item.mobilds {display: none;}
/***nav***/

/**fted ftone**/
.ftone {
    position: relative;
    margin-top: 75px;
}
.ftone::before {
    content: "";
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    z-index: 3;
}
.toime {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 654px;
    object-fit: cover;
}
.ftone .container {
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0 auto;
    display: block;
    left: 0;
    color: #fff;
    z-index: 5;
}
.ftone h1 {
    font-size: 75px;
    font-weight: 500;
    width: fit-content;
    margin: 0 0 13px 0;
    padding: 0;
    color: #a11d2a;
    font-family: "Playfair Display", serif;
}
.ftone h2.onede {
width: fit-content;
    background: #1a1a1a;
    color: #ffffff;
    padding: 0 0 0 20px;
    margin: 0;
    border-radius: 0;
}

.ftone h2.onede  strong {
    display: inline-block;
    background: #fff;
    color: #a11d2a;
    padding: 8px 17px;
    font-weight: 700;
}
.atde {
    font-size: 39px;
    font-weight: 800;
    color: #a11d2a;
}

.ondede {margin: 0;}

.hearven {
    color: #a11d2a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 64px;
}
.ftone h3 {
    width: fit-content;
    margin: 17px 0;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    color: #a11d2a;
}

.heiese {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    background: #fff;
    color: #000;
    padding: 10px 10px 10px 20px;
    width: fit-content;
}

.heiese span {
    display: inline-block;
    padding: 0 18px;
    border-left: solid 3px #a11d2a;
}


.heiese span:first-child {border: none; padding-left: 0;}



.aplvy {
    display: block;
    margin: 37px 0;
}

.aplvy a {
    display: inline-block;
    background: #a11d2a;
    color: #ffffff;
    font-size: 27px;
    text-decoration: none;
    padding: 13px 25px;
    margin: 0;
    border-radius: 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 29px;
    border: solid 2px #d53d4c;
}



/**fted ftone end**/


/**fttwo**/
.fttwo {
    padding: 50px 0;
}



.fttwo  p { margin: 0 auto; text-align: center;}

.imsedt   {
    margin: 30px 0;
    text-align: center;
}

.towse {
    display: block;	
	overflow: hidden
}

.towse img {
    width: 49.2%;
    float: left;
	margin: 0.5%;
}
.towse img:last-child { margin-right: 0;}

.threse img {width: 32.5%;  float: left; margin: 0.5%;}

.threse img:last-child {margin-right: 0;}

.conxe {
    background: #fff;
    padding: 20px;
    min-height: 240px;
    border-radius: 10px;
    border: solid 1px #ccc;
}

/**fttwo   end**/


/**newone**/
.newone {
    background: #a11d2a;
    color: #fff;
    padding: 50px 0;
}

.newone img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    object-fit: cover;
    height: 513px;
}

.rise {
    display: inline-block;
    width: 55%;
    margin: 0 0 0 4%;
    vertical-align: middle;
    text-align: left;
}
.rise .allheade {
    margin: 0 0 26px 0;
    color: #fff;
}

 .rise .linbe {
    background: #fff;
    margin: 20px 0 0 0;
}
/**newone end**/


/**ftthree**/
.ftthree {
    position: relative;
}

.ftthree .bgdes {
    width: 100%;
    object-fit: cover;
    height: 671px;
}
.ftthree  .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
}

.bdoe.bg-white {padding: 30px;}

#network {margin: 30px 0 0; text-align: left;}
.conxe p {
    color: #000;
    font-size: 14px;
    text-align: center;
    min-height: 160px;
    line-height: 19px;
	margin: 0;
}

.conxe p strong {
    color: #8c1615;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}



#network.owl-carousel .owl-item img {
    object-fit: contain;
    height: 98px;
    margin: 0 auto ;
    display: block;
}



/**ftthree end**/

/**ftfour**/

.ftfour {position: relative; z-index: 0; clear: both;}

.leide{
    position: relative;
    width: 43%;
    text-align: left;
    display: inline-block;
}
.leide::before {content: ""; width: 100%; height: 100%; position: absolute; top: 0;}

.leimg {
    width: 100%;
}

.riimdew {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    padding: 40px;
}

.ftfour .allheade {
    text-align: left;
    margin: 15px 0;
    color: #a11d2a;
}
.ftfour .linbe {    margin: 10px 0;}
/**ftfour end**/

/**ftten**/

.ftten {
    background: #a11d2a;;
    padding: 50px 0;
}

.ftten .allheade {
    color:#ffffff;
    margin: 0 auto;
}
.ftten .allheade small {
    color: #ffffff;
    display: block;
}

.ftten .allheade .linbe {
    background: #fff;
    margin: 23px auto 50px;
}

.ftten .bigtet {
    text-align: center;
    margin: 11px 0 50px;
    color: #000;
}

.ftten ul li {
    width: 24%;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    color: #fff;
    margin: 10px 0;
    font-weight: 300;
    text-align: center;
}
.ftten ul li:nth-child(9), .ftten ul li:nth-child(10) {
    width: 47%;
    text-align: left;
    background: #76131d;
    margin: 16px 1% 0 1%;
    padding: 26px;
    min-height: 285px;
}


.ftten ul li:nth-child(9) .conxede, .ftten ul li:nth-child(10) .conxede{
    margin: 0 0 20px;
}

.ftten ul li:nth-child(9) .conxede img, .ftten ul li:nth-child(10) .conxede img {
    object-fit: contain;
    height: 62px;
    border-radius: 8px;
    background: #fff;
}
.ftten ul li:nth-child(9) .conxede .idew, .ftten ul li:nth-child(10) .conxede .idew {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 16px;
}
.ftten ul li:nth-child(9) .conxede .idew span i, .ftten ul li:nth-child(10) .conxede .idew span i {font-style: normal;}

.htew {
    display: block;
    margin: 0;
}

.ftten ul li p.bfies  {
    font-weight: 600;
    margin: 0 0 0 55px;
}
.dies {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.ftten ul li .dies img {
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
    height: 38px;
    margin: 0 14px 0 0;
    border-radius: 5px;
}

.ftten ul li .dies span {
    display: inline-block;
}

.headid{
    font-size: 21px;
    font-weight: 600;
    color: #ffe000;
    display: block;
    margin: 10px 0 0;
}


.ftten ul li img {
    object-fit: contain;
    height: 62px;
    border-radius: 8px;
    background: #fff;
}

.ftten ul li .conxe {
    background: none;
    border: none;
    padding: 6px 0 0 0;
    min-height: 158px;
}

.ftten ul li .conxe span {
    font-size: 18px;
    color: #ffd07a;
    font-weight: 500;
}

.ftten  ul li p {
    font-size: 15px;
	margin: 0;
}
.ftten ul li p strong {
    font-size: 17px;
    display: block;
    margin: 5px 0;
}
.ftten .aplvy {
    display: block;
    clear: both;
    width: 100%;
    float: none;
    text-align: center;
    padding: 57px 0 0;
	margin: 0;
}

.ftten ul li p.cobese  {
    font-weight: 500;
    margin: 0 0 13px 0;
}
.ftten ul li:nth-child(10) .htew .dies:last-child span {
    width: 90%;
    vertical-align: middle;
}
/**ftten end**/

/**ftfour two**/

.accordion-item p {font-size: 18px; margin-bottom: 0;}

.diede p, .dezde p { position: relative; padding: 0 0 13px 20px;} 
.diede p::before, .dezde p::before {height: 10px; width: 10px; border-radius: 50px;    background: rgb(161 29 42); content: ""; position: absolute; left: 0; top: 4px;}

.diede p strong {display: inline-block; margin-right: 10px; font-weight: 400; vertical-align: top;}
.diede p strong:nth-child(1) {
    width: 116px;
}
.diede p strong:nth-child(2) {
    width: 72%;
}
.diede p strong i {
    display: block;
    font-size: 14px;
	font-style: normal;
}

.resd {
    font-size: 22px;
    font-weight: 600;
    color: #080808;
    margin: 0 0 11px 0;
}

.scheduel .leide {
    vertical-align: top;
}

.scheduel .riimdew {
    width: 56%;
    padding: 40px 0 40px 40px;
	
}

.scheduel .accdeoxe {
    height: 575px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
    padding-right: 36px;
}

.scheduel .accdeoxe::-webkit-scrollbar {
  width: 5px;
}
 
.scheduel .accdeoxe::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.scheduel .accdeoxe::-webkit-scrollbar-thumb {
  background-color:rgb(161 29 42);

}
/**ftfour two end**/


/** ftthirteen**/

.ftthirteen {
    padding: 50px 0;
}

.ftthirteen .allheade{
    margin: 0 auto 11px;
}

.ftthirteen .bigtet{
    color: #000;
    text-align: center;
    margin: 0 0 23px 0;
}

.slixe {
    font-size: 28px;
    text-align: center;
    color:#a11d2a;
    font-weight: 600;
    margin: 0 0 47px 0;
}

#supports.owl-carousel .owl-item img {
    width: auto;
    object-fit: contain;
    height: 97px;
}

.ftthirteen .conxe {
    border: none;
	    min-height: 192px;
}

.ftthirteen .conxe span {
    display: block;
    font-size: 22px;
    color:#a11d2a;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 5px 0;
}

.ftthirteen .conxe strong  {
    margin: 0 0 5px 0;
    display: block;
    font-weight: 600;
}
/** ftthirteen end**/
/******terms*********/
.terms p {color: #fff; font-size: 16px;}
.terms p strong {font-weight: 600;}
/******terms*********/

/**ftfive**/

.bidie {
    object-fit: cover;
    height: 678px;
    width: 100%;
}
.ftfive .container {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
}
.mobxe {
    background: #fff;
    padding: 29px;
    text-align: left;
}
 .mobxe .allheade {
 border: none;
    color: #a11d2a;
    line-height: 44px;
    margin: 0 auto 29px;
}
 .mobxe .allheade i {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.thoexe {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    margin: 42px 0 25px 0;
    text-transform: uppercase;
}

.thoexe span {
    display: block;
    font-size: 22px;
    font-weight: 500;
}


/**ftfive end**/


/**fteight**/

.fteight {
    padding: 50px 0 ;
}
.conidew {
    padding: 10px;
    background: #fff;
    min-height: 168px;
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    margin: 0 0 0 5%;
    font-size: 20px;
}

.conidew strong {
    display: block;
    color: #a11d2a;
    font-weight: 500;
    font-size: 30px;
}

.conidew strong i {
    display: block;
    font-size: 21px;
    font-style: normal;
    margin: 0 0 21px 0;
}

.owl-carousel .owl-item img.diese {
    object-fit: cover;
    width: 26%;
    display: inline-block;
    background: #a11d2a;
    padding: 10px;
    vertical-align: middle;
    border-radius: 20px 0;
}

.fteight .smixe {display: block; text-align: right;  color: #a11d2a;
}


/**fteight end**/



/**fteltef**/
.fteltef {
    padding: 50px 0;
    background:#a11d2a;
}
.fteltef  .allheade .linbe {
    background: #fff;
}

.dsed {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.dsed .allheade {
    color: #fff;
    border-color: #fff;
    margin: 0 auto 15px ;
}

.dsed .bigtet {    margin-bottom: 25px;}

.dsed ul li {
    display: inline-block;
    color: #fff;
    margin: 15px;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 0 10px;
    width: 30%;
    vertical-align: top;
	    min-height: 179px;
}
.dsed ul li img {
    object-fit: contain;
    height: 80px;
    display: block;
    margin: 5px;
    width: 80px;
    background: #a11d2a;
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto 11px;
}

.contde {
    display: inline-block;
    vertical-align: middle;
}

.contde strong {
    display: block;
    font-size: 18px;
    color: #a11d2a;
}
.certificate {
    display: block;
    object-fit: contain;
    height: 452px;
    border-radius: 0 50px;
    overflow: hidden;
    margin: 32px auto 0;
}	
/**fteltef end**/

/**ftnine**/

.ftnine {padding: 50px 0;}

.ftnine .allheade {
    margin-bottom: 0;
}
.ftnine .bigtet {
    color:#a11d2a;
    margin: 0 auto 30px;
    text-align: center;
}


.ftnine  .item {background:#a11d2a; color: #fff; }

.dde {
    padding: 20px;
    min-height:322px;
}
.tet {
    display: block;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.tet strong {
    display: block;
    font-size: 27px;
    font-weight: 600;
}

.dde p {
    font-size: 16px;
    margin: 0;
    height: 186px;
    overflow: hidden;
	overflow-y: auto;
    padding-bottom: 15px;
}

.dde p::-webkit-scrollbar {
  width: 5px;
}
 
.dde p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.dde p::-webkit-scrollbar-thumb {
  background-color: #fff;

}
/**ftnine end**/

/********globledw*********/
.fteltef.globledw {
    padding: 50px 0;
    background: #8c1615;
}

.dble img {
    width: 270px;
    display: inline-block;
    margin: 0 37px;
}
/********globledw*end********/


/**footer**/

footer {
    background: #121212;
    padding: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 2;
}

.dieade {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.dese {
    text-decoration: none;
    margin: 0 10px;
    color: #fff;
    display: inline-block;
}

.ftext {
    margin: 30px 0 0 0;
    color: #fff;
    font-size: 14px;
}



footer .aplvy a {
    margin: 0 18px;
}
/**footer end**/


/*******FAQs************/
.faqspage .fted.fttwo {
    background: #a11d2a;
    color: #fff;
    padding: 116px 0 25px;
}
.faqspage .ftconidxe  {
    margin: 50px 0;
}
.faqspage .fted.fttwo .allheade {
    color: #fff;
    text-align: left;
    margin: 0 0 27px 0;
}

.faqspage .fted.fttwo .allheade strong  {
    color: #fff;
}
.faqspage .fted.fttwo .linbe  {
    background: #fff;
    margin: 15px 0 0 0;
}

.faqspage h1 {
    color: #a11d2a;
    font-size: 30px;
}

.faqsboxm {
    margin-bottom: 21px;
    padding-bottom: 50px;
    border-bottom:solid 1px #ebe4e4;
}

.subhead {
    font-size: 24px;
    margin: 30px 0 20px;
    font-weight: 600;
}

.faqspage .accordion-button, .faqspage .accordion-item:first-of-type .accordion-button, .faqspage .accordion-button:not(.collapsed) {
    font-size: 17px;
    font-weight: 400;
}

.faqspage  .faqsboxm:last-child { margin-bottom: 0; padding-bottom: 0; border:none;}
.faqspage .accordion-item p  a {color: #212529; font-weight: 600; 	text-decoration: none;}

.faqspage .diede p strong:nth-child(1) {
    width: auto;
    font-weight: 600;
    margin: 0;
}

.faqspage .diede{
    margin: 16px 0 0 0;
}
/*******FAQs*end********/
