@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**font-family: 'Playfair Display', serif;***/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/**font-family: 'Roboto', sans-serif;***/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**font-family: 'Montserrat', sans-serif;***/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/***font-family: 'Bebas Neue', sans-serif;***/

	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');	
	/**font-family: 'Lato', sans-serif;***/
/* CSS Document */
h1, h2, h3, h4, h5, h5 {
font-family: 'Montserrat', 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: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}
 p, .sbix ul li, .tabox li{
    font-size: 21px;
    font-weight: 500;
	 font-family: 'Lato', sans-serif;
} 
.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: 27px;
  color: #fff;
  text-decoration: none;
  background: #000;
  /**background: -moz-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: -webkit-linear-gradient(left, #f37c12 0%, #eb4645 100%);
  background: linear-gradient(to right, #f37c12 0%, #eb4645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37c12', endColorstr='#eb4645', GradientType=1);**/
  display: block;
  padding: 5px;
  border-radius: 50%;
  border: solid 2px #fff;	
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/
/*******landingpage code************/
.bgimbx { position: relative;}

.bgimbx .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
}

.bgimbx .bgimg {width: 100%;}

/*****snxone******/



.snxone.bgimbx .bgimg {
    width: 100%;
    object-fit: cover;
    height: 832px;
}


.logobox {
    margin: 5% 0;
}

.logobox img {
    width: auto;
}

.textbx span {
    display: block;
    color: #ffffff;
    background: #a8292d;
    width: fit-content;
    margin: 0 auto;
    padding: 0 27px;
}
.textbx{
    margin-top: 14%;
}


.heamaing {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
        margin-bottom: 55px;
}

.textbx span {
    display: block;
       color: #ffffff;
    padding: 6px 31px;
    margin: 10px auto;    
}

.textbx h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.oni {
    display: block;
    background: #ffffff;
    width: fit-content;
    margin: 11px auto;
    color: #a8292d;
    padding: 2px 20px;
}
.onitw {
    background: #000;
    font-size: 23px;
    padding: 4px 10px;
    font-weight: 500;
}

.textbx span:first-child {
    font-size: 54px;
    padding: 21px 26px;
}

.bofont {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: right;
    margin: 30px 0 0 0;
    line-height: 52px;
    font-family: 'Bebas Neue', sans-serif;
}
.textbx h2 {
    background: rgba(0,0,0,0.8);
    padding: 10px;
    border-radius: 10px;
}


/*****snxsix******/

.snxsix {background: #ffff; color: #fffl}
 .snxsix .bgimg.lefimg {
    width: 36%;
    object-fit: cover;
    height: 740px;
}

.snxsix  .col-md-8 { padding-top: 60px;}

.snxsix  .allhad {
    color: #a8292d;
	margin-bottom: 40px;
}
.sbix ul li {position: relative; padding: 0 0 0 35px; color: #fff; margin: 0 0 10px;}
.sbix ul li::before {position: absolute; left: 0; top:10px;  height: 15px; width: 15px;  background: #fff; content: ""; }


/*****snxtwo******/

.snxtwo   {
    background: #a8292d;
    color: #fff;
    padding: 70px 0 20px;
}

.snxtwo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.snxtwo ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    font-size: 22px;
    margin: 0 0 50px;
    border-right: solid 2px #fff;
}

.snxtwo ul li:nth-child(3), .snxtwo ul li:last-child {border: none;}

.snxtwo ul li img {
    width: 50px;
    display: block;
    margin: 0 auto 16px;
}

.hprid span {
    display: block;
    color: #fdbf00;
    font-size: 24px;
}


/*****snxseven******/

ul {margin: 0; padding: 0; list-style: none;}

.snxseven .allhad, .snubx.snxtwo.dbx .allhad  {
    text-align: center;
    color: #a8292d;
    font-weight: 600;
}
.snxseven.bgimbx .bgimg {
    object-fit: cover;
    height: 500px;
}
.snxseven .container {
    padding-top: 69px;
    color: #000;
}
.snxseven .sbix {
    margin: 33px 0 0 0;
    text-align: center;
}

.snxseven ul {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.rigoxs {
    display: inline-block;
    width: 37%;
    vertical-align: middle;
}

.rigoxs img {
    max-width: 350px;
    width: 100%;
}

.rigoxs p{
    font-size: 17px;
    color: #a8292d;
    font-weight: 600;
}

.snxseven ul li::before { background: #901a34;}

.snxseven  .sbix ul li{color: #0e0e0e;}

/*******snubx snxtwo dbx ********/

.snubx.snxtwo.dbx {
    background: none;
}

.snubx.snxtwo.dbx ul {
    margin: 50px 0 0 0;
}

.snubx.snxtwo.dbx ul li img {
    width: 72px;
    margin: 0 auto 16px;
    display: inline-block;
}
.snubx.snxtwo.dbx .hprid span {
    display: block;
    color: #a11d2a;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.snubx.snxtwo.dbx   ul li {
    padding: 0 30px;
}

.snubx.snxtwo.dbx .hprid  {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 21px;
    color: #000;
    line-height: 29px;
}


/*****snxfive*****/
.snxfive{
    background: #a11d2a;
    display: block;
    padding: 50px 0;
}

.accordion-item .accordion-button {
    background: #ffffff;
    color: #a11d2a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 21px;
    box-shadow: none;
    border-radius: 0;
}
.accordion-body {padding: 0;}
.accordion-item {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0 0 19px;
    border-radius: 0;
}
/*.accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-bottom.webp");
}

.accordion-button::after {    background-image: url("../images/arrow-bottom.webp");}*/


.sboimg  {
    position: relative;
}


.sboimg  img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}


.sboimg .dubox{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: #a11d2a;
    padding: 8px 23px;
    left: 18px;
}

.tebos  {
    padding: 15px;
}

.prohead {
    color: #a11d2a;
    margin: 21px 0 7px 0;
}

.tebos ul li  {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 20px;
    border-right: solid 2px #e9ac00;
    margin: 20px 0;
    min-height: 344px;
}

.tebos ul li:last-child {border: none;}

.tebos ul li h4 {
    color: #a11d2a;
        font-size: 22px;
}

.tebos ul li h4 span {
    display: block;
    margin: 0 0 5px 0;
    color: #000;
}

/*****snubx snxtwo newbxs ****/
.snubx.snxtwo.newbxss {
    background: #040404;
}

.snubx.snxtwo.newbxss  ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
    font-size: 22px;
    margin: 0 0 50px;
    border-right: solid 2px #fff;
    padding: 0 20px;
    min-height: 250px;
}

.snubx.snxtwo.newbxss  ul li:last-child {border: none;}
/*************Price box******************/

.snubx.pricbox  {padding: 60px 0;}
.priboxa ul li {
    background: #a11d2a;
    width: 23%;
    text-align: center;
    padding: 43px 0 0;
    border-radius: 10px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    min-height: 450px;
}
.mastbox {
    display: block;
    background: #fff;
    padding: 14px;
    font-size: 27px;
    font-weight: 600;
    margin: 0 5px 5px 5px;
}

.mastbox span {
    display: block;
    font-size: 18px;
}

.butobx {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    margin: 20px 0;
    display: block;
}


.abx {
    font-weight: 800;
    display: block;
    font-size: 39px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.abx i {
    display: block;
    position: absolute;
    height: 100px;
    width: 3px;
    background: #fff;
    transform: rotate(68deg);
    top: -21px;
    left: 50px;
}

.spacelprixe {
    display: block;
    font-size: 27px;
    color: #a11d2a;
    font-size: 23px;
    font-weight: 800;
    margin: 15px;
    display: block;
    background: #fff;
    border-radius: 13px;
}

.spacelprixe  span {
    display: block;
    font-size: 47px;
}
.abad {
    color: #fff;
    font-size: 18px;
}


























/*****snxthree******/

.snxthree {
    background: #f1f1f1;
    padding-top: 60px;
}

.snxthree img {
    width: 100%;
    margin: -12% 0 0 0;
    position: relative;
}

.snxthree p {
    margin: 40px 0;
		position: relative; z-index: 2;
}
.snxthree p.ritext {
    width: 58%;
    float: right;
}
/*****snxfour******/


.snxfour {
    background: #f1f1f1;
    margin: -65px 0 0 0;
    padding-bottom: 84px;
}

.snxfour .allhad {
    color: #901a34;
    position: relative;
}
.box4img {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 66%;
}

.box1img {width: 34%;   display: inline-block;
    vertical-align: top;
    float: left;}

.imoxs{
    position: relative;
    width: 49%;
    float: left;
    display: inline-block;
	margin:0.5%;
}

.imoxs span {
    position: absolute;
    bottom: 23px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 800;
    font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 11px;
    line-height: 36px;
}
.imoxs img {
    width: 100%;
    object-fit: cover;
    height: 380px;
}
.box1img .imoxs img {
    height: 771px;
}

.box1img .imoxs {width: 100%;}





/*****snxeight******/


.snubx.snxeuggt {
    background: #a11d2a;
    padding: 50px 0;
}

.snxeuggt .allhad {color: #fff; margin: 0 0 30px;}

.snxeuggt .item span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
}

.snxeuggt .item span .univername {background:#fff; color: #a11d2a; font-weight: 600; margin-top: 5px; }


.snxeuggt .item span i {
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    color: #ffe900;
    margin: 15px 0 4px 0;
}

.snxeuggt .owl-carousel .owl-item img {object-fit: cover; height: 190PX;}


/***********snubx testimonlas***********/

.testimonlas {
    padding: 50px 0;
}

.testimonlas .allhad {
    color: #a11d2a;
    font-weight: 800;
    margin: 0 0 31px 0;
}

.imox  {
    width: 31%;
    background: #a11d2a;
    padding: 150px 0;
    display: inline-block;
    vertical-align: middle;
}


.owl-carousel .owl-item .imox img {
    object-fit: cover;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 0 auto;
}

.righszt {
    display: inline-block;
    width: 66%;
    vertical-align: middle;
    margin: 0 0 0 28px;
}

.costbox{
    position: relative;
    padding: 50px 0 0;
}
.qubox{
    font-size: 60px;
    position: absolute;
    top: 0;
    color: #ff9e00;
}

.quterbtton { font-size: 60px;
    top: 0;
    color: #ff9e00; display: inline;     vertical-align: bottom;
    line-height: 12px;}

.nambox  {
    color: #000;
    font-size: 20px;	
}

.nambox  span {
    display: block;
    font-size: 29px;
    font-weight: 600;
    color: #a11d2a;
	
}


/*******footerbx*******/

footer {
   background: #a11d2a;
    text-align: center;
    padding: 37px 0;
    color: #fff;
}

.heabox {
    font-size: 32px;
    font-weight: 600;
}

.hrbox {
    margin: 10px 0;
}

.hrbox a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
  
    line-height: 25px;
    padding: 0 10px;
}


.hrbox a:first-child {  border-right: solid 1px #fff;}

.citna {
    font-size: 14px;
    display: block;
    margin: 16px 0 3px;
}
.sociinc { margin: 30px 0;}
.sociinc a { display: inline-block;
    color: #fff; margin: 0 10px;}

.disbx {
    text-align: center;
    font-size: 16px;
}


/*****snxnine******/

.spabix {
    display: inline-block;
    background: #7f1416;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    padding: 7px 29px 13px;
    line-height: 44px;
    margin: 0 -6px 0 0;
    position: relative;
}

.urxobx img {
    display: inline-block;
    vertical-align: middle;
    width: 265px;
}

.snubx.snxnien {
    background: #ffdfac;
    text-align: center;
    padding: 50px 0;
}
/*****snxten******/

.snxten .container {
    padding-top: 53px;
}
.tabox li { display: block;  margin: 0 0 5px;}


.tabox li span{display: inline-block; background: #fff; padding: 10px; width: 20%; margin: 2px;}
.tabox li:nth-child(even) span{background: #fff7ea;}
.tabox li span:first-child {
    width: 78%;

}

.snxten .allhad {margin-bottom: 30px;}


.snxten.bgimbx .bgimg {
    object-fit: cover;
    height: 500px;
}

/*****fotter******/
.footer-con {
    background-color: #f7f7f7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-con>* {
    position: relative;
    z-index: 3;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.section-padding {
    padding-top: 42px;
    padding-bottom: 42px;
}
.footer-col {
    padding: 8px 0;
}
.list-menu-ul {
    width: 100%;
    display: inline-block;
}
.list-menu-ul ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list-menu-ul ul li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.footer-menu-con .list-menu-ul ul li a {
    font-weight: bold;
}
.footer-logo-con {
    position: relative;
}


.footer-logo-con p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}


.icon-menu-ul {
    width: 100%;
    display: inline-block;
}
.icon-menu-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.icon-menu-ul ul li {
    margin: 0;
    padding: 4px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}
footer .icon-menu-ul ul li a {
    color: #fff;
}
.icon-menu-full {
    width: 100%;
    position: relative;
    display: inline-flex;
}
.icon-menu-img {
    width: 30px;
    display: inline-block;
}
.icon-menu-img .fa-map-marker {
    font-size: 20px;
}
.icon-menu-title {
    width: calc(100% - 30px);
    display: inline-block;
    line-height: 20px;
}
.footer-logo-con img {
    width: 220px;
    max-width: 100%;
}
.list-menu-ul ul li a {
    color: #2b2b2b;
    font-family: "DM Sans",sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}
footer .list-menu-ul ul li a {
    color: #fff;
	text-decoration: none;
}

.footer-copyright-con p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}



.fa.fa-phone {
    transform: rotate(96deg);
}
/*****snxtwilf******/

/**********/
.btinbaap.yelow {
    background: #fba202;
    color: #040404;
    font-size: 33px;
    text-decoration: none;
    padding: 5px 20px;
    display: block;
    width: fit-content;
    margin: 10px  auto  20px;
    text-transform: uppercase;
    font-weight: 600;
	border-radius: 10px;
}



