@charset "utf-8";

@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;***/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/**font-family: "Nunito Sans", serif;***/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/**font-family: "Bebas Neue", serif;***/

/* CSS Document */
h1, h2, h3, h4, h5, h5 {font-family: "Nunito Sans", serif;
  font-weight: 600;
}

header {
  padding: 24px 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9999999999999;
}

body {font-family: "Nunito Sans", 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: #9d221f;
    display: block;
    padding: 0;
    border-radius: 0;
    border: solid 1px #fff;
    height: 35px;
    width: 35px;
    outline: none;
    line-height: 34px;
}

/**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: 34px;
    font-weight: 900;
    margin: 0 0 30px 0;
    color: #24364c;
	font-style: italic;
}


.allheade i {
    display: block;
    background: #9d221f;
    width: 60px;
    height: 4px;
    margin: 6px auto 0;
}

p {
    font-size: 18px;
}

ul {margin: 0; padding: 0; list-style: none;}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 6px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 2px;
    transform: rotate(-45deg);
    border: solid 1px #24364c;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #24364c;
}

.accordion {
    --bs-accordion-btn-icon: url(../images/arrow-top.svg);
    --bs-accordion-btn-active-icon: url(../images/arrow-top-blue.svg);
}
/**********commen end***********/



/*******jibsone************/

.jibsone {
    position: relative;
}
.tobner {
    width: 100%;
    object-fit: cover;
    height: 725px;
}
.jibsone .container {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}

.lobode {width: 352px;}
.lobode img  {width: 100%;}

.fontext  {
    display: block;
    margin: 50px 0 0 0;
}

.texe {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.admsbx {
    max-width: 399px;
    width: 100%;
    margin: 19% 0 5% 0;
}
.foroxe {
    display: inline-block;
    width: 31%;
    float: right;
    margin: -8% 0 0 0;
}

.libxe li {
    position: relative;
    color: #fff;
    font-size: 23px;
    margin: 0 0 9px 0;
    font-weight: 600;
    padding: 0 0 0 30px;
}

.libxe li::before {content: ""; height: 18px; width: 18px; background: #fbb800; position: absolute; left: 0;     top: 7px;}
/*******jibsone end************/

/*******jibstwo************/
.jibstwo {
    position: relative;
    padding: 50px 0;
}

.jibstwo .container {
    position: relative;
    top: 0;
}

.jibstwo .nav-item {width: 49%;}
.jibstwo .nav-item:last-child {margin-left: 2%;}

.jibstwo  .nav-pills .nav-link {
    display: block;
    background: #e4e4e4;
    width: 100%;
    font-size: 25px;
    color: #000;
    padding: 13px 15px;
	border-radius: 10px 10px 0 0;
}

.jibstwo .nav-pills .nav-link.active, .jibstwo .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #9d221f;

	
}

.jibstwo .tab-content {
    background: #f4f4f4;
    padding: 19px;
	width: 100%;
}


.nav.flex-column.nav-pills.me-3 {
    width: 45%;
}


.jibstwo .nav.flex-column.nav-pills.me-3 .nav-link {
    font-size: 18px;
    text-align: left;
    border-bottom: 0;
    margin: 0 0 11px 0;
	    border-radius: 0;
}

.jibstwo .nav.flex-column.nav-pills.me-3 .nav-link {
    background: #24364c;
    color: #fff;}

.jibstwo .nav.flex-column.nav-pills.me-3 .nav-link.active, .jibstwo .nav.flex-column.nav-pills.me-3.show > .nav-link {
    color: #fff;
    background-color: #9d221f;
	position: relative;
}

.jibstwo .nav.flex-column.nav-pills.me-3 .nav-link.active::after, .jibstwo .nav.flex-column.nav-pills.me-3.show > .nav-link::after {
    background: url(../images/red-arrow.webp) no-repeat left top;
    position: absolute;
    right: -20px;
    content: "";
    height: 53px;
    width: 20px;
    background-size: contain;
    top: 0;
}

/*******jibstwo*end***********/

/*******jibsthree************/
.jibsthree {background: #9d221f; padding: 50px 0;}

.jibsthree .allheade {
    color: #fff;
}

.jibsthree .allheade i {
    background: #fff;
}

.firoxe {
    position: relative;
    height: auto;
    overflow: hidden;
    border: solid 1px #fff;
}
.rotede {
    background: #fbb800;
    padding: 21px 20px 10px;
    font-size: 20px;
    text-align: center;
    top: 89px;
	display: none;
}

.boxe {
    margin: 25px 0 25px 74px;
    overflow: hidden;
}

.boxe li{
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
}

.boxe li img {
    object-fit: contain;
    height: 93px;
    margin: 0 auto 15px;
    border-radius: 6px;
}

.conxe strong {
    font-size: 12px;
    font-weight: 500;
    display: block;
    font-style: italic;
}
.ledes {
    display: block;
    margin-top: 15px;
}

.onodew h3, .boxrw h3 {
    margin: 0;
    background: #fbb800;
    display: block;
    font-size: 19px;
    padding: 10px;
    font-weight: 500;
	text-transform: uppercase;
}

.onodew, .boxrw {
    width: 24%;
    float: left;
    border: solid 1px #fff;
    overflow: hidden;
    margin-left: 1.3%;
    min-height: 205px;
}
.onodew:first-child {margin-left: 0;}
.onodew  ul {
    color: #fff;
    padding: 10px;
}

.onodew  ul li {position: relative; padding: 0 0 0 15px; font-size: 13px; margin-bottom: 5px;}
.onodew  ul li::before {content: ""; position: absolute; left: 0; background: #fbb800; height: 8px; width: 8px; top: 5px;}

.mindead span {
    font-size: 30px;
    display: block;
    font-weight: 600;
}

.mindead {
    color: #fff;
    font-size: 13px;
    padding: 10px 10px 0;
}
.eide {
    position: absolute;
    left: 0;
    height: 100%;
}
/*******jibsthree*end***********/

/*******jibsfourone************/
.jibsfourone {
    padding: 50px 0;
	background: #f4f4f4;
}

.jibsfourone .text-center {max-width: 70%; margin: 0 auto 30px;}

.texie strong{
    display: block;
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
    margin: 0 0 21px 0;
    color: #9d221f;
	text-transform: uppercase;
}


.jibsfourone .owl-carousel .owl-item img {
    width: fit-content;
    object-fit: contain;
    height: 81px;
    margin: 0 0 26px 0;
    border: none;
}

.iboxe {background: #fff; padding: 30px; min-height: 318px;}
/*******jibsfourone*end***********/


/*******jibsfour************/

.jibsfour {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    z-index: 4;
	background:url("../images/bg-1.webp") no-repeat left top/ cover;
}

.jibsfour .allheade {color: #fff; margin-bottom: 0;}

.jibsfour .allheade i {
    background: #fff; 
}

.jibsfour  p {
    color: #fff;
    font-size: 24px;
	margin: 15px 0 50px;
	font-style: italic;
}

.owl-carousel .owl-item img:last-child {
margin-top: 10px;
}

.jibsfour .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: solid 1px #fbb800;
}
.jibsfour .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fbb800;
}
/*******jibsfour*end***********/

/*******jibsfour-three************/
.jibsfour-three {padding: 50px 0;}

 .owl-carousel .owl-item img {
	border: solid 1px #ccc;
}
.ylboxe {
    margin-top: 50px;
}
/*******jibsfour-three*end***********/


/*******jibsthree-two************/
.jibsthree-two #action {margin-top: 30px;}
/*******jibsthree-two*end***********/


/*******jibseight************/
.jibseight{
    padding: 50px 0 35px;
}

.jibseight .allheade {
    color: #24364c;
}

.jibseight  .allheade i {
    background: #9d221f;
}

.accordion-item {border-radius: 0; margin-bottom: 15px;}
.accordion-item:last-of-type .accordion-button.collapsed { border-radius: 0;}

.jibseight .accordion, .jibseight .accordion-body, .jibseight .accordion-item {
    background: none;
    color: #24364c;
    border: none;
    border-radius: 0;
}

.jibseight .accordion-item:first-of-type .accordion-button, .jibseight .accordion-button {
    background: #24364c;
    font-size: 23px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.urlode p {position: relative; padding: 0 0 0 15px}
.urlode p::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    background: #9d221f;
    top: 8px;
}
/*******jibseight*end***********/


/*******footer************/
footer {
    background: #000000;
    color: #fff;
    padding: 15px 0;
}

.ftre {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.sociabxe {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 50%;
}
.sociabxe a {display: inline-block; margin: 0 0 0 10px;}
.sociabxe a img {
    width: 50px;
}
/*******footer*end***********/


/**********thankyou paee btn*************/
.linkbxe {
  text-align: center;
  margin:0;
}
.linkbxe a {
  display: inline-block;
  background: #9d221f;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  width: 34%;
}
.linkbxe a:hover {
  background: #1b2f6e;
}


