html,body{
	 font-family: "Poppins", sans-serif;
	 padding:0;
	 margin:0;
}
.bannerinside{
	position:absolute;
	left:0;
	bottom:0rem;
	right:0;
	
}
.bannerinside h1 {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 3.1rem;
    text-align: center;
    color: #fff;
    line-height: 53px;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.MianTitle h3 {
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 35px;
}
section.MainBodySection{
	background:url(../images/ca_bg.webp) !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding:8rem 0;
}
.MainBodySection .row.MainArea:last-child{
	margin-bottom:0;
}
section.bannerarea img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 6rem;
}
.abtsection h2{
	font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 37px;
}
.abtcontent p {
    color: #545353;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 20px;
    text-align: justify;
    line-height: 31px;
}
.abtsection {
    padding-right: 45px;
}
ul.DefautUL li {
    color: #353333;
    margin-bottom: 1px;
    font-family: 'Poppins';
    font-size: 20px;
    list-style-type: none;
    text-align: justify;
    line-height: 31px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
}
ul.DefautUL {
    padding: 0;
    margin: 16px 0 0;
}

ul.DefautUL li:after {
    content: '';
    position: absolute;
    background: url('../images/butteticon.webp');
    width: 21px;
    height: 20px;
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
}
.abouimgpart {
    padding: 20px 20px 15px;
    border-radius: 10px;
    background: #1b6d9b;
    position: relative;
}
section.abtsection {
    margin-bottom: 5rem;
}
.abouimgpart:after {
    position: absolute;
    content: '';
    background: url('../images/dot.webp');
    right: -11%;
    width: 100%;
    height: 100%;
    /* right: 0; */
    bottom: 0;
    top: -15%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.abtinerimgpart img{
	width:100%;
	height:100%;
}
.abtcaption h4 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}
.abtcaption h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 2px 0 7px  0;
    text-transform: uppercase;
}
.MainArea{
	margin-bottom:6rem;
}
.MainDescr p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 38px;
    text-align: justify;
}
.Mainimageblk{
	position:relative;
}
.MainverticlText.vertextover {
    writing-mode: vertical-rl;
    position: absolute;
    left: -48px;
    font-size: 21px;
    font-family: 'Poppins';
    bottom: 25px;
    /* top: 0; */
    right: 0;
    transform: rotate(-180deg);
    letter-spacing: 12px;
    text-transform: uppercase;
}
.MainverticlText.righttextver {
    writing-mode: vertical-rl;
    position: absolute;
    right: -41px;
    font-size: 17px;
    font-family: 'Poppins';
    bottom: 25px;
    transform: rotate(-180deg);
    letter-spacing: 15px;
    text-transform: uppercase;
}
.Mainimageblk.leftsideimgarea:after {
    position: absolute;
    content: '';
    background: #1b6d9b;
    /* border-left: #1b6d9b 20px solid; */
    left: -3px;
    bottom: 0px;
    width: 72%;
    height: 87%;
    border-radius: 8px;
}

.Mainimageblk.leftsideimgarea:before {
    position: absolute;
    content: '';
    background: url('../images/dot.webp');
    left: 20px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: -12%;
    background-size: cover;
    background-repeat: no-repeat;
}
.rightsideimgarea.Mainimageblk {
    position: relative;
    display: flex;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}
.Mainimageblk.rightsideimgarea:after {
    position: absolute;
    content: '';
    background: #1b6d9b;
    /* border-left: #1b6d9b 20px solid; */
    right: -3px;
    bottom: 0px;
    width: 72%;
    height: 87%;
    border-radius: 8px;
}

.Mainimageblk.rightsideimgarea:before {
    position: absolute;
    content: '';
    background: url('../images/dot.webp');
    left: 20px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: -12%;
    background-size: cover;
    background-repeat: no-repeat;
}
.Mainimageblk img{
	width:100%;
	height:100%;
	border-radius:15px;
}
.csimg {
    width: 580px;
    height: 580px;
    z-index: 999;
    position: relative;
    padding: 20px;
}
.csimg img {
   object-fit:cover;
}	
.whatsay {
    background: url(../images/testbg.png);
    padding: 6rem 0 4rem;
}
.WhatBlk {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 340px;
}
.whatsubtitle {
    font-family: 'Poppins';
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.whatdetails {
    font-family: 'Poppins';
    font-style: italic;
    font-size: 16px;
}
.whattitle {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.whattitlenisde {
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 0px;
    margin-top: 21px;
}
.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}
.testimonialSec{
	flex:0 0 31%;
	position:relative;
}

.testimonialSec:before {
    /* flex: 0 0 33%; */
    content: '';
    position: absolute;
    background: url('../images/toparrow.webp');
    width: 34px;
    height: 33px;
    top: 15px;
    z-index: 9999999;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    left: 15px;
}
.starating {
    margin-bottom: 18px;
    width: 118px;
    margin: 0 auto 8px;
}
.starating img {
       width: 80px;
  
}
.footermenu h5 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    line-height: 20px;
    margin: 10px 0 30px;
    font-size: 21px;
	position:relative;
    font-weight: 500;
    text-transform: uppercase;
}.footermenu h5:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 60px;
    height: 1px;
    left: 0;
    bottom: -11px;
}
.row.footercopright {
    border-top: #ffffff52 1px solid;
    margin-top: 1rem;
    padding: 13px 0 11px;
    text-align: center;
}
.footercopright .copyright {
    color: #fff;
    font-family: 'Poppins';
    padding-top: 4px;
    font-size: 15px;
    font-weight: 300;
}
ul.fMneu {
    margin: 0;
    padding: 0;
	list-style-type:none;
}
ul.fMneu li {
    margin: 0;
    padding: 0;
	list-style-type:none;
}
ul.fMneu li a {
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    list-style-type: none;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
}
.footercontainer {
    background: #0b0b0b;
    position: relative;
    padding-top: 2rem;
}
.footercontainer:after{
	content:'';
}
.footerbg{
	background:#1d6f9d;
}
.footerbg img {
    object-fit: contain;
    width: 100%;
}
.footerlogo img {
    width: 86%;
    /* height: 200px; */
}.footerarea2 {
    flex: 0 0 20%;
    position: relative;
    left: 2%;
}
.footerArea{
	display:flex;
}
.footerarea1{
	flex:0 0 25%;
}
.footerarea2{
	flex:0 0 25%;
}
.footerarea3{
	flex:0 0 20%;
}
.footerarea4{
	flex:0 0 30%;
}
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
  margin: 0;
  padding: 0;
   font-family: "Poppins", sans-serif;
   color:#000;
  border: none;
  outline: none;
}

#nav-wrap {
   font-family: "Poppins", sans-serif;
  font-weight: 300;

  text-transform: uppercase;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  left: 0;
}
.headersection .container{
	position:relative;
}
	
	
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  #nav-wrap {
    font-size: 0.75em;
  }
}
.headerlogo{
	position:absolute;
	left:0;
	width:205px;
}
.headerlogo img{
	
	width:100%;
}
#nav-wrap > a.mobile-btn {
  display: none;
}

ul#nav {
   
    width: 100%;
    text-align: right;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0;
}
ul#nav li {
  position: relative;
  list-style: none;
 font-family: "Poppins", sans-serif;
  display: inline-block;
  margin: 20px 27px;
}

ul#nav li a {
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    text-align: left;
    color: #000;
    font-family: "Poppins", sans-serif;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-size: 15px;
    font-weight: 500;
}

ul#nav li a:active {
  background-color: transparent !important;
  color:#68a7d3;
}

ul#nav li a:hover {
 
  color:#68a7d3;
  
}

@media screen and (min-width: 1024px) and (max-width: 1050px) {
  ul#nav li a:hover {
    cursor: pointer;
  }
}

#mobile-nav {
  display: none;
}

@media screen and (max-width:992px) {
  #nav-wrap {
    display: none;
  }
  #mobile-nav {
    display: initial;
    font-family: "Poppins", sans-serif;
  }
  .btn-header {
    width:100%; 
    
    height:50px; 
    line-height:50px;
  }
  .hamburger {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 45px;
    padding: 10px 15px 0px 15px;
    color: #000;
    border: 0;
    font-size: 1.8em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
  }
  .headerlogo img {
    width: 78%;
}
  .cross {
    background: none;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px 15px 0px 15px;
    color: #000;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
  }
  .menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #131313;
    position: absolute;
    text-align: center;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
.menu li {
    display: block;
    padding: 10px 14px 10px;
    border-bottom: #1d1f20 1px solid;
    text-align: left;
    font-weight: 500;
    font-family: 'Poppins';
}
  .menu li:hover {
    display: block;
    background: #181818;
    padding: 15px 0 15px 0;
    border-bottom: #1d1f20 1px solid;
  }
  .menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
  }
  .menu ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu a {
    text-decoration: none;
    color: white;
  }
  .menu a:hover {
    text-decoration: none;
    color: white;
  }
}
@media(max-width:1400px){
	.csimg {
    width: 490px;
    height: 474px;
    z-index: 999;
    position: relative;
    padding: 20px;
}
}
@media(max-width:992px){
	.abouimgpart {
    padding: 10px;
    border-radius: 10px;
    background: #1b6d9b;
    position: relative;
    /* overflow: hidden; */
    width: 84%;
}
	.bannerinside h1 {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.AboutImag {
    margin-top: 2rem;
}.abtcontent p {
    color: #545353;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
}ul.DefautUL li {
    color: #353333;
    margin-bottom: 1px;
    font-family: 'Poppins';
    font-size: 16px;
    list-style-type: none;
    text-align: justify;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
}.abtcaption h4 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
}.abtcaption h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 2px 0 7px  0;
    text-transform: uppercase;
}section.MainBodySection {
    background: url(../images/ca_bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 5rem 0;
}
.row.MainArea {
    flex-direction: column-reverse;
}
.row.MainArea:nth-child(2){
    flex-direction: column;
}
.MainDescr p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.Mainimageblk.leftsideimgarea:before {
    position: absolute;
    content: '';
    background: url('../images/dot.webp');
    left: 40px;
    width: 81%;
    height: 86%;
    right: 0;
    bottom: 0;
    top: -5%;
    background-size: cover;
    background-repeat: no-repeat;
}.MainverticlText.vertextover {
    writing-mode: vertical-rl;
    position: absolute;
    left: -36px;
    font-size: 15px;
    font-family: 'Poppins';
    bottom: 24px;
    /* top: 0; */
    right: 0;
    transform: rotate(-180deg);
    letter-spacing: 14px;
    text-transform: uppercase;
}
.MainverticlText.righttextver {
    writing-mode: vertical-rl;
    position: absolute;
    right: -36px;
    font-size: 15px;
    font-family: 'Poppins';
    bottom: 24px;
    transform: rotate(-180deg);
    letter-spacing: 14px;
    text-transform: uppercase;
}
.Mainimageblk.rightsideimgarea:before {
    position: absolute;
    content: '';
    background: url('../images/dot.webp');
    left: 20px;
     width: 81%;
    height: 86%;
    right: 0;
    bottom: 0;
    top: -12%;
    background-size: cover;
    background-repeat: no-repeat;
}
.whattitle {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 27px;
    color: #fff;
    margin-bottom: 23px;
    text-align: center;
}
.testimonialSec {
    flex: 0 0 47%;
    position: relative;
}
.footerArea {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.footerlogo img {
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.footerlogo {
    text-align: center;
    margin: 0 20px 31px;
}.footerarea1.footerBlkarea {
    flex: 0 0 100%;
}
.footerBlkarea {
    flex: 0 0 31%;
}
.MainverticlText.righttextver {
    writing-mode: vertical-rl;
    position: absolute;
    left: 10px;
    font-size: 15px;
    font-family: 'Poppins';
    bottom: 24px;
    transform: rotate(-180deg);
    letter-spacing: 14px;
    text-transform: uppercase;
    right: auto;
}
.MainverticlText.vertextover {
    writing-mode: vertical-rl;
    position: absolute;
    left: auto;
    font-size: 15px;
    font-family: 'Poppins';
    bottom: 24px;
    /* top: 0; */
    right: 0;
    transform: rotate(-180deg);
    letter-spacing: 14px;
    text-transform: uppercase;
    right: 2px;
}
}

@media(max-width:768px){
	.WhatBlk {

    height: auto;
}
.whatdetails {
    font-family: 'Poppins';
    font-style: italic;
    font-size: 12px;
}
.whatsubtitle {
    font-family: 'Poppins';
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.testimonialSec:before {
    /* flex: 0 0 33%; */
    content: '';
    position: absolute;
    background: url('../images/toparrow.webp');
    width: 27px;
    height: 31px;
    background-size: contain !important;
    background-repeat: no-repeat;
}.whattitlenisde {
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 21px;
}
	.headerlogo img {
    width: 67%;
}
.bannerinside h1 {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}
.bannerinside {
    position: absolute;
    left: 0;
    bottom: auto;
    right: 0;
    top: 25%;
}
	.csimg {
    width: 90%;
    height: 350px;
    z-index: 999;
    position: relative;
    padding: 20px;
}
.MainverticlText.righttextver {
    writing-mode: vertical-rl;
    position: absolute;
    left: 7%;
    font-size: 14px;
    font-family: 'Poppins';
    bottom: 1px;
    transform: rotate(-180deg);
    letter-spacing: 7px;
    text-transform: uppercase;
    right: auto;
}.MainverticlText.vertextover {
    writing-mode: vertical-rl;
    position: absolute;
    left: auto;
    font-size: 13px;
    font-family: 'Poppins';
    bottom: 24px;
    /* top: 0; */
    right: 0;
    transform: rotate(-180deg);
    letter-spacing: 8px;
    text-transform: uppercase;
    right: 8%;
}
	.testimonialSec {
    flex: 0 0 100%;
    position: relative;
}
.footerBlkarea {
    flex: 0 0 100%;
	margin-bottom:20px;
}
.footerarea2.footerBlkarea {
    left: 0px;
}
.footerlogo {
    text-align: left;
    margin: 0;
}
.abtsection {
    padding-right: 0;
}section.MainBodySection {
    background: url(../images/ca_bg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 3rem 0;
}section.abtsection {
    margin-bottom: 4rem;
}.abtcaption h4 {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 6px;
}
.abtcaption h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 2px 0 7px  0;
    text-transform: uppercase;
}
section.bannerarea img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 3rem;

}
}
@media(max-width:580px){
	
.csimg {
    width: 97%;
    height: 260px;
    z-index: 999;
    position: relative;
    padding: 20px;
}.MainverticlText.righttextver {
    writing-mode: vertical-rl;
    position: absolute;
    left: 2%;
    font-size: 10px;
    font-family: 'Poppins';
    bottom: 11%;
    transform: rotate(-180deg);
    letter-spacing: 5px;
    text-transform: uppercase;
    right: auto;
}
.MainverticlText.vertextover {
    writing-mode: vertical-rl;
    position: absolute;
    left: auto;
    font-size: 11px;
    font-family: 'Poppins';
    bottom: 24px;
    /* top: 0; */
    right: 0;
    transform: rotate(-180deg);
    letter-spacing: 5px;
    text-transform: uppercase;
    right: 1%;
}
.Mainimageblk.leftsideimgarea:after {
    position: absolute;
    content: '';
    background: #1b6d9b;
    /* border-left: #1b6d9b 20px solid; */
    left: 0px;
    bottom: 0px;
    width: 74%;
    height: 83%;
    border-radius: 8px;
}
}