@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
 @import url('../fonts/EuclidCircularA/EuclidCircularA.css');
 @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
  width: 100%;
  height: 100%;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	font-family: 'Manrope', sans-serif;
}
	
p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #1f2428;
}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
}
h2{
    color: #040404;
    font-size: 45px;
    margin-bottom: 50px;
    font-family: 'Manrope', sans-serif;
    line-height: 55px;
}
h5{
    margin-bottom: 20px;
    text-transform:uppercase;
}

a {
	text-decoration:none;
	outline: none;
	color: #131313;
}
a:hover{
}	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #257AF4;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #257AF4;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.mobile_view{
	display:none;
}
:root {
	--blue: #0b509d;
	--yellow:#ce2b27;
	--primary:#1f2428;
  }
  .container{
    max-width: 1280px;;
  }

/*--wrap start--*/
.wrap{
	display: block;
}
.d-block{
	display: block;
}
.py-80{
  padding: 80px 0;
}
.bgSec{

}

/*--header start--*/

/*--main section start--*/
.js-cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
    background-color:#020407;
}

/*===============
General Styling 
===============*/
section {
  display: block;
}
/*--main section end--*/


/*--header start--*/
  .headerRight {
    display: flex;
    justify-content: end;
    width: calc(100% - 250px);
    padding-right: 255px;
    position: relative;
}
  .header_right ul{
    display: block;
  }
  .bookA{
    position: absolute;
    right: 0;
    width: 255px;
    top: -10px;
  }
  .bookA a{
    display: block;

  }
  .bookA a img{
    width: 100%;
  }
  /*--header start--*/
  .headerArea {
    padding: 15px 20px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #CD0048;
  }
  .headerInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .menuWrap ul li{
    padding: 0 20px;
    display: inline-block;
  }
  .menuWrap ul li.has-menu-children{
    position: relative;
  }
  .menuWrap ul li.has-menu-children::after{
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
  }
  .menuWrap ul li.has-menu-children .sub-menu{
    width: 400px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: 0.5s;
    height: 400px;
    overflow: auto;
  }
  .menuWrap ul li.has-menu-children .sub-menu li{
    width: 100%;
    padding: 0px;
  }
  .menuWrap ul li.has-menu-children .sub-menu li a{
    color: #000;
    display: block;
    line-height: 50px;
    padding: 0 15px;
  }
  .menuWrap ul li.has-menu-children .sub-menu li a:hover{
    background-color: #f7f7f7;
  }
  .menuWrap ul li.has-menu-children:hover .sub-menu{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .menuWrap ul li a{
    color: #fff;
    line-height: 70px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .logoWeap{
    width: 250px;
  }
  .logoWeap a{
    display: block;
  }
  .logoWeap a img{
    width: 100%;
  }
  /*--header end--*/

  /*--bannerWrap start--*/
  .section-1{
    position: relative;
    padding: 0px !important;
  }
  section{
    padding: 50px 0;
  }
  .bannerWrap{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .bannerWrap .owl-carousel .owl-item, .bannerWrap .owl-stage-outer, .bannerWrap .owl-carousel .owl-stage{
    height: 100%;
  }
  .banner_slider{
    height: 100%;
  }
  .bannerWrap img{
    width: 100%;
  }
  .bannerImg{
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .bannerItems{
    height: 100%;
  }
  .bannerInner{
    height: 100%;
    overflow: hidden;
  }
.bannerImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bannerWrap .swiper-container {
  height:100%;
}

.bannerWrap .swiper-slide {
  overflow: hidden;
}
/* .bannerWrap .swiper-slide .slide-inner::before{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
} */
.bannerWrap .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.bannerWrap .swiper-pagination{
  right: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.bannerWrap .swiper-pagination .swiper-pagination-bullet{
  background-color: #fefefe;
  margin: 10px 0;
  position: relative;
  width: 5px;
  height: 5px;
}
.bannerWrap .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  width: 16px;
  height: 16px;
  top: -5.5px;
  left: -5px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s all;
}
.bannerWrap .swiper-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
  position: absolute;
  top: auto;
  bottom: 15px;
}
.bannerWrap .swiper-button-next{
  right: 70px;
  color: #fff;
  background-image: none;
  padding-right: 35px;
  display: flex;
  width: auto;
  transform: scale(0.7);
  transition: 0.5s all;
  opacity: 0.5;
}
.bannerWrap .swiper-button-next:hover{
  padding-right: 20px;
  opacity: 1;
}
.bannerWrap .arrowIcon{  
  background-color: #000;
  display: flex;
  align-items: center; 
}
.bannerWrap .swiper-button-next::before{
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  right: 0;
  top: -3px;
}
.bannerWrap .swiper-button-prev{
  left: 70px;
  color: #fff;
  background-image: none;
  padding-left: 35px;
  display: flex;
  width: auto;
  transform: scale(0.7);
  transition: 0.5s all;
  opacity: 0.5;
}
.bannerWrap .swiper-button-prev:hover{
  opacity: 1;
  padding-left: 20px;
}
.bannerWrap .swiper-button-prev::before{
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  left: 0;
  top: -3px;
}
.bannerWrap .slide-inner{
  display: flex;
  align-items: center;
}
.bannerWrap .slide-inner .bannerTxt{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 40px;
  width: 65%;
}
.bannerTxt .subBannerTitle{
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
}
.bannerHeading{
  font-size: 100px;
  font-weight: bold;
  color: #f0f0f0;
  line-height: 1;
}
.swiper-slide-active .bannerTxt span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;	
}

.swiper-slide-active .bannerTxt i{
  font-style: normal;
  position: relative;
  top: 55px;
  animation: .5s swift-up ease-in-out forwards;
  
}
.swiper-slide-active .bannerTxt .bannerHeading i{
  top: 105px;
}
@keyframes swift-up {
  to {
    top: 0;
  }
}
.bannerContainer{
  position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.bannerContainer .container{
  position: relative;
}
.banner_menu{
  width: 255px;
  background-color: #fff;
  padding: 15px;
  padding-top: 60px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 10px 0px #cecece;
}
.banner_menu a{
  display: block;
  width: 100%;
  border-radius: 100px;
  background-color: #FFF3E7;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.banner_menu a:last-child{
  margin-bottom: 0px;
}
  /*--bannerWrap end--*/
  /*--socialWrap start--*/
.socialWrap {
  position: fixed;
  right: 25px;
  bottom: 18%;
  z-index: 10;
  display: flex;
  /* mix-blend-mode: exclusion; */
  color: #fff;
  transform: translateY(-50%);
  --heading-color: #fff;
  --border-color: #fff;
}
.socialWrap ul{
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.socialWrap ul li a {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.socialWrap ul li a:hover{
  box-shadow: 0px 0px 10px 0px #01010178;
}
.socialWrap ul li a.wp{
  background-color: #00e777;
}
.socialWrap ul li a.fb{
  background-color: #3b5998;
}
.socialWrap ul li a.ph{
  background-color: #33144A;
}
.socialWrap ul{
  flex-direction: column;
}
/*--socialWrap end--*/
/*--about sec start--*/
.secHeading{
  margin-bottom: 40px;
  text-align: center;
}
.secH{
  color: #CD0048;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}
.secH::after{
  width: 100px;
  height: 3px;
  background-color: #3C1A56;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  content: "";
}
.subH{
  color: #3C1A56;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-one{
  display: inline-flex;
  margin-top: 30px;
  background-color: #CD0048;
  padding: 0px 20px;
  line-height: 50px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
}
.btn-one:hover{
  color: #fff;
  background-color: #3C1A56;
}
.abtImg{
  padding-right: 100px;
  position: relative;
  padding-bottom: 60px;
}
.abtImg img{
  width: 100%;
}
.smImg{
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*--about sec end--*/
/*--solutionSec start--*/
.solutionSec{
  padding-top: 0px;
}
.mb_40{
  margin-bottom: 40px;
}
.solutionContact{
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(#d998ad, #fcdee9);
  padding: 40px;
}
.solutionContact a{
  padding-left: 30px;
  position: relative;
  display: inline-flex;
  color: #3C1A56;
  font-size: 20px;
  font-weight: 600;
}
.solutionContact a::before{
  width: 20px;
  height: 25px;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
}
.solutionContact a.callIcon::before{
  background:url(../images/home/call.png) no-repeat;
  background-size: 100%;
}
.solutionContact a.wpIcon::before{
  background:url(../images/home/wp.png) no-repeat;
  background-size: 100%;
}
.solutionContent{
  display: flex;
  align-items: center;
}
.solutionContent .contentLeft{
  width: 40%;
  background-color: #3C1A56;
  border-radius: 0px 0px 130px 130px;
  text-align: center;
  padding: 15px;
  padding-top: 30px;
}
.solutionContent .contentLeft img{
  width: 100%;
}
.solutionContent .titleWrap h5{
  color: #fff;
}
.contentRight{
  background-color: #FBDDE7;
  padding: 20px;
  width: calc(100% - 40%);
  margin-top: -70px;
}
.solutionContent p{
  line-height: 20px;
  font-size: 14px;
}
.solutionContent .btn-one{
  font-size: 13px;
  line-height: 35px;
  margin-top: 10px;
}
.solutionImg{
  margin-top: 35px;
}
/*--solutionSec end--*/
/*--tasSec start--*/
.tasSec{
  background:url(../images/home/tas-bg.png) no-repeat;
  background-size: cover;
  padding: 0px;
}
.pinkBg{
  background-color: #FBDDE7;
}
.tasHeading{
  padding: 0px !important;
}
.tasBox{
  height: 100%;
}
.pinkBox{
  padding: 30px;
  text-align: center;
}
.pinkBox h5{
  margin-bottom: 0px;
  font-weight: bold;
  color: #33144A;
}
.pinkBox h4{
  margin-bottom: 0px;
  font-weight: bold;
  color: #33144A;
  margin-bottom: 10px;
}
.pinkBox p{
  line-height: 20px;
}
.headingBox{
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.tasFrm{
  margin-top: 20px;
}
.inputTxt{
  background-color: #CD0048;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 5px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
.textArea{
  height: 80px;
}
.subBtn{
  border-radius: 100px;
  border: 1px solid #33144A;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  color: #33144A;
  line-height: 40px;
  width: 100%;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}
.subBtn:hover{
  background-color: #33144A;
  color: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
textarea::-webkit-input-placeholder {
  color: #fff;
  }
  
  textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;  
  }
  
  textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;  
  }
  
  textarea:-ms-input-placeholder {
  color: #fff;  
  }
  .bottomTxt{
    margin-top: 20px;
  }
  .bottomTxt p{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bottomTxt h3{
    color: #CD0048;
    font-size: 30px;
    font-weight: bold;
  }
  .tasBox .leftImg{
    width: 110px;
  }
  .tasBox .leftImg img{
    width: 100%;
  }
  .tasBox .rightTxt{
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .mtasBox{
    display: flex;
    padding: 20px 0;
    align-items: center;
    margin-bottom: 0px;
  }
  .mtasBox:last-child{
    margin-bottom: 0px;
  }
  .mtasBox .leftImg{
    border-radius: 50%;
    background-color: #CD0048;
  }
  .mtasBox .rightTxt h3{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mtasBox .rightTxt p{
    line-height: 20px;
    color: #fff;
    font-size: 16px;
  }
/*--tasSec end--*/
/*--testimonial start--*/
.testimonialSec {
  background-color: #EDF0FF;
}
.sliderItem .itemInner{
  display: flex;
}
.sliderItem .itemInner .testImg{
  width: 180px;
  position: relative;
}
.sliderItem .itemInner .testImg a.playIcon{
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #cd0048;
  top: 28%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 20px;
  display: none;
}
.sliderItem .itemInner .testImg img{
  width: 100%;
}
.sliderItem .itemInner .testitxt{
  width: calc(100% - 180px);
  margin-left: 20px;
  border-radius: 20px;
  background-color: #CD0048;
  position: relative;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.sliderItem .itemInner .testitxt::before{
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 20px;
  background: url(../images/home/left-quote.png) no-repeat;
  content: "";
  background-size: 100%;
  left: 30px;
}
.sliderItem .itemInner .testitxt::after{
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  background: url(../images/home/right-quote.png) no-repeat;
  content: "";
  background-size: 100%;
  right: 30px;
}
.sliderItem .itemInner .testitxt p{
  color: #fff;
}
.sliderItem{
  padding: 0 20px;
}
.slick-dots{
  display: block;
  text-align: center;
  margin-top: 30px;
}
.slick-dots li{
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0px;
}
.slick-dots li.slick-active button{
  background-color: #CD0048;
}
/*--testimonial end--*/
/*--footerWrap start--*/
.footerWrap{
  padding: 50px 0;
  background-color: #CD0048;
}
.footerTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerLogo{
  width:220px;
}
.footerLogo img{
  width: 100%;
}
.contactTxt{
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.contactTxt p{
  font-size: 20px;
  margin-bottom: 0px;
  color: #CD0048;
  font-weight: bold;
}
.contactTxt p span a{
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-left: 40px;
  color: #CD0048;
}
.footerWrap .txtWrap p{
  color: #fff;
}
.footerWrap .txtWrap h4{
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.footerContent{
  margin-top: 40px;
}
.copyrightWrap{
  background-color: #000;
  padding: 10px 0;
  text-align: center;
}
.copyrightWrap p, .copyrightWrap a{
  color: #fff;
  margin-bottom: 0px;
}
/*--footerWrap end--*/
.chooseContent{
  width: 100%;
  position: relative;
}
.chooseContent .bgImg{
  width: 100%;
}
.innerImg {
  position: absolute;
  left: 49.2%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 370px;
}
.innerImg a{
  display: block;
}
.innerImg a img{
  width: 100%;
}
.contentBox{
  width: 420px;
  padding: 20px;
  background-color: #CD0048;
  position: absolute;
  border-radius: 20px;
}
.contentBox h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.contentBox p{
  color: #fff;
}
.contnetBox1 {
  text-align: right;
  top: 16%;
  left: 18%;
}
.contnetBox2 {
  text-align: right;
  top: 65%;
  left: 18%;
}
.contnetBox3 {
  text-align: left;
  top: 8%;
  right: 20%;
}
.contnetBox4 {
  text-align: left;
  top: 66%;
  right: 20%;
}
.solutionSec .slick-dots li button{
  background-color: #33144A;
}
.solutionSec .slick-dots li.slick-active button{
  background-color: #CD0048;
}
/*--innerpage start--*/
.breadcrumbSec{
  background-size: cover !important;
  background-position: center center !important;
  padding: 40px 0;
}
.breadcrumb{
  padding: 0px;
  background-color: transparent;
}
.pageTitle{
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.serviceListBox{
  margin-bottom: 30px;
}
.serviceListBox .serviceimg{
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}
.serviceListBox .serviceimg a{
  display: block;
}
.serviceListBox .serviceimg a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}
.serviceListBox:hover .serviceimg a img{
  transform: rotate(5deg) scale(1.1);
}
.serviceContent {
  width: 100%;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #63636361;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  margin-top: -30px;
  overflow: hidden;
}
.serviceContent::before{
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color:#33144A;
  transition: 0.5s;
}
.serviceListBox:hover .serviceContent::before{
  height: 100%;
}
.serviceContent h4 {
  margin-bottom: 10px;
}
.serviceContent h4 a{
  font-size: 20px;
  color: #33144A;
  font-weight: 600;
}
.serviceContent p{
  color: #8a8d90;
}
.rndBtn{
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #33144A;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.7s all;
  border-radius: 50%;
  margin: 0 auto;
}
.serviceContent h4, .serviceContent .txt, .serviceContent .roundBtn{
  position: relative;
  z-index: 1;
}
.serviceListBox:hover .serviceContent h4 a, .serviceListBox:hover .serviceContent .txt p{
  color: #fff;
}
.serviceListBox:hover .rndBtn{
  transform: rotate(360deg);
}
/*--service details start--*/
.innerHeading{
  color: #33144A;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 600;
}
.contactBox{
  border-radius: 10px;
  background-color: #00e777;
  position: relative;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
}
.contactBox::before{
  width: 98%;
  height: 90%;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  border: 2px dashed #fff;
  border-radius: 10px;
}
.contactBox .contactH, .contactH a{
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.contactBox a{
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.innerContentBox{
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.innerContentBox img{
  width: 100%;
}
.innerContentBox .imgWrap{
  margin-bottom: 20px;
}
.serviceDetailsSec .tasBox, .aboutPgSec .tasBox{
  height: auto;
  position: sticky;
  top: 20px;
}
.appointmentBox{
  height: 100%;
  border-radius: 10px;
  background-color: #33144A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointmentBoxInner{
  padding: 15px;
  text-align: center;
}
.appointmentBoxInner p{
  color: #fff;
  margin-top: 15px;
}
.calenderIcon{
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.purpleBox{
  background-color: #33144A;
}
.purpleBox p{
  color: #fff;
}
.contactBox i{
  margin-right: 10px;
}
/*--service details end--*/
/*--aboutPgSec start--*/
.aboutPgSec .banner_menu{
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 20px;
  border-radius: 10px 10px 0 0;
}
.aboutPgSec .contactBox{
  border-radius: 0 0 10px 10px;
  margin-top: 0px;
  padding: 20px;
}
.aboutPgSec .contactBox a{
  font-size: 30px;
}
.aboutPgSec .contactBox .contactH{
  margin-bottom: 10px;
}
.aboutPgSec .contactBox::before{
  display: none;
}
.aboutPgSec .contactBox p{
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.aboutPgSec .row_2, .aboutPgSec .row_3{
  margin-top: 50px;
}
.aboutPgSec .row_2 .contactBox, .contactBox.purpleBox.aboutBox{
  border-radius:10px;
  margin-top: 0px;
  padding: 40px;
}
.aboutPgSec .row_2 .contactBox::before, .contactBox.purpleBox.aboutBox:before{
  width: 98%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  border: 2px dashed #fff;
  border-radius: 10px;
  display: block;
}
.aboutinnerBox{
  position: sticky;
  top: 20px;
}
.aboutServiceSlider a{
  display: block;
}
.aboutService{
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.aboutServiceSlider a img{
  width: 100%;
}
/*--aboutPgSec end--*/
/*--contact start --*/
.contactWrapBox{
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}
.contactDetails{
  border: 1px solid #33144A;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
  padding-top: 70px;
  text-align: center;
}
.contactDetails p{
  color: #33144A;
  font-weight: 600;
}
.contactIcon{
  position: absolute;
  left: 50%;
  top: -40%;
  transform: translateX(-50%);
}
.contactContent{
  background-color:#ffe5cb ;
  padding: 20px;
  min-height: 85px;
  border-radius: 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.contactContent a{
  color: #33144A;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.mapWrap iframe{
  width: 100%;
}
/*--contact end--*/
/*--innerpage end--*/

.menuTrigger{
  font-size: 30px;
  color: #fff;
  display: none;
}
/*--sidemenu start--*/
.menuTrigger {
  top: 0;
  right: 0;
  width: 45px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  z-index: 10;
}
.menuTrigger span {
  position: relative;
  height: 4px;
  width: 100%;
  background: #2CC4CB;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.menuTrigger span:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #2CC4CB;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.menuTrigger span:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #2CC4CB;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.menuTrigger.open span {
  background: white;
}
.menuTrigger.open span:before {
  opacity: 1;
  transform: rotate(40deg);
  width: 50%;
  top: -6px;
  background: white;
}
.menuTrigger.open span:after {
  opacity: 1;
  transform: rotate(-40deg);
  width: 50%;
  bottom: -6px;
  background: white;
}

.sidemenu {
  background: #3C1A56;
  position: fixed;
  right: 0;
  width: 40%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
  padding-top: 55px;
  z-index: 999;
  top: 0;
}
.sidemenu ul li:not(:last-child){
  margin-bottom: 0px;
}
.sidemenu ul {
  padding: 0 40px;
  height: 100%;
  overflow: auto;
}
.sidemenu ul li {
  display: block;
  margin-bottom: 1.5rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
}
.sidemenu ul li i {
  font-size: 2.5rem;
  margin-right: 1rem;
}
.sidemenu ul li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  display: block;
}
.sidemenu ul li a:hover {
  color: white;
}
.sidemenu .sidemenu_footer {
  background: #2DB8C2;
  color: white;
  height: 100%;
  padding: 5rem;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
}
.sidemenu .sidemenu_footer h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
}
.sidemenu .sidemenu_footer p {
  font-weight: 300;
  line-height: 1.4;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
}
.sidemenu.open {
  transform: translateX(0);
}
.sidemenu.open ul li:nth-child(1) {
  -webkit-animation: slideIn 0.3s 0.15s ease 1 forwards;
  animation: slideIn 0.3s 0.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(2) {
  -webkit-animation: slideIn 0.3s 0.3s ease 1 forwards;
  animation: slideIn 0.3s 0.3s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(3) {
  -webkit-animation: slideIn 0.3s 0.45s ease 1 forwards;
  animation: slideIn 0.3s 0.45s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(4) {
  -webkit-animation: slideIn 0.3s 0.6s ease 1 forwards;
  animation: slideIn 0.3s 0.6s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(5) {
  -webkit-animation: slideIn 0.3s 0.75s ease 1 forwards;
  animation: slideIn 0.3s 0.75s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(6) {
  -webkit-animation: slideIn 0.3s 0.8s ease 1 forwards;
  animation: slideIn 0.3s 0.8s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(7) {
  -webkit-animation: slideIn 0.3s 0.85s ease 1 forwards;
  animation: slideIn 0.3s 0.85s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(8) {
  -webkit-animation: slideIn 0.3s 0.9s ease 1 forwards;
  animation: slideIn 0.3s 0.9s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(9) {
  -webkit-animation: slideIn 0.3s 0.95s ease 1 forwards;
  animation: slideIn 0.3s 0.95s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(10) {
  -webkit-animation: slideIn 0.3s 1s ease 1 forwards;
  animation: slideIn 0.3s 1s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(11) {
  -webkit-animation: slideIn 0.3s 1.05s ease 1 forwards;
  animation: slideIn 0.3s 1.05s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(12) {
  -webkit-animation: slideIn 0.3s 1.10s ease 1 forwards;
  animation: slideIn 0.3s 1.10s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(13) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(14) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(15) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(16) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(17) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(18) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(19) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(20) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(21) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open ul li:nth-child(22) {
  -webkit-animation: slideIn 0.3s 1.15s ease 1 forwards;
  animation: slideIn 0.3s 1.15s ease 1 forwards;
}
.sidemenu.open .sidemenu_footer {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}
.sidemenu.open .sidemenu_footer h3 {
  transform: translateY(0px);
  transition-delay: 0.5s;
  opacity: 1;
}
.sidemenu.open .sidemenu_footer p {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.7s;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.menu{
  width: 50px;
  height: 30px;
  position: relative;
}
.main_menu h4{
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  color: #37b2e3;
  border: 2px solid #37b2e3;
  border-radius: 50px;
  border-top: none;
  /* border-right: none; */
  padding: 15px 20px;
  margin-top: 30px;
}
.sidemenu ul li a{
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
}
.sidemenu ul li a::before{
  width: 8px;
  height: 8px;
  /* border-radius: 5px; */
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff;
  content: "";
  transform: rotate(45deg);
  border-radius: 50%;
}
.sidemenu ul li a:hover{
  color: #37b2e3;
}
.sidemenu ul li a:hover::before{
  background-color: #37b2e3;
}
.download{
  width: 30px;
}
.closeIcon{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 35px;
  cursor: pointer;
}
.overflow{
  opacity: 0;
  visibility: hidden;
}
.overflow.overflowShow{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #12364494;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  top: 0;
  backdrop-filter: blur(6px);
}
.overflow_hide{
  overflow: hidden;
  height: 100vh;
}
.deskS, .chooseContent2{
  display: none;
}
.home{
  overflow-x: hidden;
}
.serviceInnerBox{
  margin-bottom: 30px;
}
.serviceInnerBox .contentBox{
  position: relative;
  text-align: center;
  width: 100%;
}
.serviceIcon2{
  width: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.serviceIcon2 img{
  width: 100%;
}
/*--awards start--*/
.awardSec{
  background-color: #FBDDE7;
}
.awardsItem{
  margin: 0 30px;
}
.awardsItem a{
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  transition: 0.7s;
  position: relative;
}
.awardsItem a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.awardsItem a::before{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.awardsItem a:hover:before{
  opacity: 1;
}
.awardsItem a .zoomIcon{
  position: absolute;
  left: 45%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.6s;
  transform: scale(0.5);
  opacity: 0;
  font-size: 30px;
}
.awardsItem a:hover .zoomIcon{
  transform: scale(1);
  opacity: 1;
}
.awardsHeading{
  width: 100%;
  padding: 10px 20px;
  background-color: #CD0048;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
}
/*--awards end--*/

.bannerWrap .swiper-slide{
     position: relative;
  }
 .bannerWrap .swiper-slide .slide-inner a{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     z-index: 1;
  }
  .testimonialSec.tMob{
     display: none !important;
  }
  .testimonialSec.tMob .sliderItem{
      margin-bottom: 20px;
  }
  .mobBottomBar{
      display: none;
  }
  .mobBottomBar a{
    position: relative;
  }
  .enquiryIcon::before{
      position: relative;
      display: inline-block;
      content: "\f059";
      font-family: FontAwesome;
      margin-right: 8px;
  }
  .callIcon::before{
      position: relative;
      display: inline-block;
      content: "\f2a0";
      font-family: FontAwesome;
      margin-right: 8px;
      transform: rotate(-40deg);
  }
.drop-menu{
  display: none;
}

.sidemenu ul li.has-child{
  position: relative;

}
.toggleBtn{
  color: #fff;
    position: absolute;
    right: -15px;
    top: 16px;
    top: 16px;
    transform: rotate(180deg);
}
.toggleBtn>i{
  font-size: 12px !important;
  
}



  ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 0px solid #555555;
}
.bullet-points {
  font-family: Arial, sans-serif;
}

.bullet-points h2 {
  color: #fff;
  font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.bullet-points ul {
  list-style-type: none;
  padding: 0;
}

.bullet-points li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #fff;
}

.bullet-points li .bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: -10px;
  top: 5px;
}
.bullet-points li a {
  text-decoration: none;
   color: #ffffff;
}

@media screen and (max-width: 600px) {
  .bullet-points li .bullet {
    left: -5px;
    top: 3px;
  }
}