*{margin:0; padding:0;}

@font-face{font-family:"HarmoniaSans";src:url('../fonts/HarmoniaSans.ttf')}
@font-face{font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;;src:url('../fonts/HarmoniaSans-Bold.ttf')}

:root {
    --primaryColor: #ee2a7b;
    --secondaryColor: #fff000;
    --thirdColor: #02101d;
    --transition: .4s cubic-bezier(.4,.47,.17,.98);
}

html
{font-size: 100%;}


body
{margin:0; padding:0; color: var(--thirdColor); font-family: "HarmoniaSans"; font-size:1rem; overflow-x:hidden; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale;}


input
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "HarmoniaSans";}

button
{outline:none !important; cursor:pointer; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "HarmoniaSans"; background:none; transition: .4s cubic-bezier(.4,.47,.17,.98);}

select
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "HarmoniaSans";}

textarea
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "HarmoniaSans";}

div
{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

img
{max-width:100%; outline:none !important; border:none !important;}

a
{color:#3fc7d6; outline:none !important; text-decoration:none !important;
transition: .4s cubic-bezier(.4,.47,.17,.98);}

ul
{padding:0; margin:0; list-style:none;}

label
{font-size:1rem; font-weight:600;}

h1
{padding:0; margin:0; font-size: 2.7rem; font-weight: 600; line-height: 1.3;}

h2
{padding:0; margin:0; font-size: 2rem; line-height: 1.3; font-weight: 600;}

h3
{padding:0; margin:0; font-size: 1.5rem; font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; line-height: 1.3;}

h4
{padding:0; margin:0; font-size:1.3rem; font-weight: 600; line-height: 1.3;}

h5
{padding:0; margin:0; font-size: 1.1rem; font-weight: 700;}

h5
{padding:0; margin:0;}

h6
{padding:0; margin:0;}

p
{line-height: 1.8em; font-size: 1.05rem; margin:0; color: #000000;    text-align: justify;}

b
{font-weight: bold;}



.close
{outline:none !important; border:none !important;}

.no_pad
{padding:0 !important;}

.no_marg
{margin:0 !important;}

.input
{width:100%; height:50px; border:1px solid #e1e1e1; border-radius: 5px; padding:0 20px 0 50px ;
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.input:focus
{border:1px solid var(--primaryColor);}

.textarea
{width:100%; padding:20px 20px 20px 50px; border:1px solid #e1e1e1; border-radius: 5px; height:200px; 
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.textarea:focus
{border:1px solid var(--primaryColor);}

.select
{width:100%; height:50px; padding:0 20px 0 50px; border:1px solid #e1e1e1; background:#fff; 
-webkit-appearance: none; border-radius: 5px;
-moz-appearance: none;
cursor: pointer;
background: url(../images/chevron-down-outline-G.svg) no-repeat #fff;
background-position: right 10px center; background-size: 17px;
transition: .4s cubic-bezier(.4,.47,.17,.98);
}

.select:focus
{border:1px solid var(--primaryColor);}

.inputFile
{background: #fff; padding: 10px 20px 0 10px;}

.inptBox
{width: 100%; position: relative;}

.inptBox span.inptIcon
{position: absolute; top: 11px; left: 20px; opacity: 0.6; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.inptBox span.inptIcon img
{width: 20px; height: 20px;}

.inptBox .input:focus + span.inptIcon
{opacity: 1;}

.inptBox .textarea:focus + span.inptIcon
{opacity: 1;}

.inptBox .textarea + span
{top: 19px}

.inptBox .select:focus + span.inptIcon
{opacity: 1;}

.countryCd
{position: relative;}

.countryCd .select
{position: absolute; top: 0; left: 30px; width: 160px; border: 1px solid #e1e1e1; border-left: none; border-radius: 0; padding: 0 0 0 20px;}

.countryCd .input
{padding-left: 205px; border: 1px solid #e1e1e1;}

.modal.fade .modal-dialog {
-webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
   -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal-open .modal
{padding:0 !important; z-index:99999999; background: rgb(243 240 233 / 92%);}

.modal-dialog
{width:100% !important; max-width:100% !important; height:100vh; display:flex; position:relative; padding:50px 0 50px 0; overflow:auto;
 margin:0;
}

.modal-content
{border:none; border-radius:0; width:460px; max-width:initial;  box-shadow:0 19px 50px rgba(0, 0, 0, 0.10); border-radius:0; margin:auto;}

.modal-backdrop
{display:none;}

.PBth100
{padding: 100px 0 100px 0;}

.PT100
{padding-top: 100px;}

.PB100
{padding-bottom: 100px;}

.PBth90
{padding: 90px 0 90px 0;}

.PT90
{padding-top: 90px;}

.PB90
{padding-bottom: 90px;}

.PBth80
{padding: 80px 0 80px 0;}

.PT80
{padding-top: 80px;}

.PB80
{padding-bottom: 80px;}

.PBth60
{padding: 60px 0 60px 0;}

.PT60
{padding-top: 60px;}

.PB60
{padding-bottom: 60px;}

.PT50
{padding-top: 50px;}

.PBth50
{padding: 50px 0 50px 0;}

.PBth40
{padding: 40px 0 40px 0;}

.PT40
{padding-top: 40px;}

.PB40
{padding-bottom: 40px;}

.PT30
{padding-top: 30px;}

.PB30
{padding-bottom: 30px;}

.PT20
{padding-top: 20px;}

.primaryHead
{width: 100%;}

.primaryHeadRow1
{width: 100%;}

.primaryHeadRow1 h5
{font-weight: normal; font-size: 1rem; color: #ee2b7a;}

.primaryHeadRow1 h2
{
font-weight: 800;
text-transform: uppercase;
font-size: 35px;
font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;;
}

.primaryHeadRow2
{width: 100%; padding: 5px 0 0 0;}

.primaryHeadRow2 h1
{font-weight: normal; font-size: 4rem; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; line-height: 1.3em; letter-spacing: 0.02em;}

.whiteColorText h2, .whiteColorText p
{color:#fff !important;}

.primaryHeadRow2 h2
{font-weight: normal; font-size: 3.3rem; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; line-height: 1.3em;}

.primaryHeadRow2 h2 span
{color: var(--primaryColor);}

.primaryHeadRow3
{width: 100%; padding: 15px 0 0 0;}

.secondaryHead
{width: 100%;}

.secondaryHead h3
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 2rem; color: black}


.BigBlackBtn
{display: inline-block; height: 50px; line-height: 50px; text-align: center; padding: 0 35px 0 35px; color: #fff !important; border-radius:30px; font-size: 16px; font-weight: 500; transition: var(--transition);
background: #000; 
}
.primaryBtn
{display: inline-block; height: 50px; line-height: 50px; text-align: center; padding: 0 35px 0 35px; color: #fff !important; border-radius:30px; font-size: 16px; font-weight: 500; transition: var(--transition);
background: #ee2a7b; 
}

.primaryBtn img 
{width: 17px; margin: 0 0 0 2px; position: relative; top: -1px;}

.primaryBtn:hover
{transform: scale(1.05);}

.arrowBtn
{display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; background: var(--primaryColor); border-radius: 5px; transition: var(--transition);}

.arrowBtn svg
{fill: #fff; width: 20px;}

.arrowBtn:hover
{transform: scale(1.05);}



.header
{width:100%; position:relative; z-index:9999; padding:0 0 0 0;}

.headerBlock1
{/*width: 100%; background: #ee2a7b;*/ 

width: 70%;
margin: 0px auto;
border-left: 5px solid #ee2a7b;
border-right: 5px solid #ee2a7b;
color: #000;

}

.headerBlock1ColL
{float: left;}

.headerBlock1 li
{float: left; font-size: 0.9rem;}

.headerBlock1 li+li
{margin: 0 0 0 35px;}

.headerBlock1 li a
{display: block; color: #000; padding: 15px 0;}

.headerBlock1 li a img
{height: 20px; position: relative;}

.headerBlock1 li a:hover
{opacity: 0.9;}

.headerBlock1ColR
{float: right;}

.headerBlock1ColR li+li
{margin: 0 0 0 20px;}

.headerBlock1ColR img
{margin: 0 !important;
background: #ee2a7b;
padding: 5px;
    width: 27px;
    border-radius: 5px;
    height: 27px !important;
}

.headerBlock2
{
	width: 80%;
    padding: 5px 15px 5px 15px;
    background: #ee2a7b;
    margin: 0px auto;
    border-radius: 43px;
	
}

.headerBlock2 .navbar
{padding:0;}

.headerBlock2 .navbar-brand
{padding:0; }

.headerBlock2 .navbar-brand img
{height: 50px;}

.headerBlock2 .navbar-nav 
{width:100%;}

.headerBlock2 .navbar-nav .nav-item
{position: relative;}

.headerBlock2 .navbar-nav .nav-item+.nav-item
{margin:0 0 0 35px;}

.headerBlock2 .navbar-nav .nav-link
{color:#fff; position:relative;  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 1.1rem;}

.headerBlock2 .navbar-nav .nav-item:hover .nav-link
{color: #000;}

.headerBlock2 .navbar-nav .active .nav-link
{color: var(--primaryColor);}

.header .navbar-nav .dropdown-menu
{top: 97%; left: 0; width: 250px; background: none; border-radius: 0; box-shadow: none; display: block !important; opacity: 0; visibility: hidden; padding: 20px 0; border: none; background: #fff !important;
  box-shadow: 0px 12px 24px rgb(0 0 0 / 5%) !important;}

.header .navbar-nav .nav-item:hover .dropdown-menu
{opacity: 1; visibility: visible;}

.header .navbar-nav .dropdown-menu li a
{display: block; padding: 10px 20px 10px 20px; color: var(--thirdColor);}

.header .navbar-nav .dropdown-menu li a:hover
{background: #f6f6f6; color: #ee2a7b;}

.header .navbar-nav .dropdown-menu li
{position: relative;}

.header .navbar-nav .dropdown-menu .secondDropdown
{position: absolute; top: 0; right: 100%; width: 250px; padding: 20px 0; border: none; background: #fff !important;  box-shadow: 0px 12px 24px rgb(0 0 0 / 5%) !important; opacity: 0; visibility: hidden;}

.header .navbar-nav .dropdown-menu li:hover .secondDropdown
{opacity: 1; visibility: visible;}

a.navbar-brand.headerLogo {
    background: #fff;
    padding: 0px 20px 0px 20px;;
    border-radius: 35px;
}


.masterHead
{width: 100%; position: relative;margin-top: 2px;}

.masterHead .slick-slide
{padding: 0 !important;}

.masterHead .slick-prev
{left: 30px;}

.masterHead .slick-next
{right: 50px;}

.masterHead .slick-prev, .masterHead .slick-next
{background: none;}

.masterHead .slick-prev:after, .masterHead .slick-next:after
{border-color: #fff; width: 40px; height: 40px; border-width: 2px;}

.masterHeadSliderCol
{width: 100%; position: relative;}

.masterHeadSliderCol img
{width: 100%;}

.masterHeadSliderCol::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;
/*background: linear-gradient(to right,  rgba(1,66,254,0.8) 0%,rgba(125,185,232,0) 100%);*/
}

.masterHeadOvr
{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; display: flex; align-items: center;}

.masterHeadOvrCol .primaryHeadRow1 h5
{color: #fff;}

.masterHeadOvrCol .primaryHeadRow3 p
{color: #fff;}

.masterHeadOvrColBx
{width: 100%; color: #fff;}

.hmBlock1
{width: 100%; position: relative;}

.hmBlock1 .container
{position: relative; z-index: 1;}

.hmBlock1 .row
{margin: 0 -40px 0 -40px;}

.hmBlock1Col
{padding: 0 40px 0 40px;}

.hmBlock1ColLBx
{width: 100%; position: relative; padding: 0 50px 0 0;}

.hmBlock1ColLD
{width: 50px; height: 350px; position: absolute; top: 50px; right: -0; border: 10px solid var(--secondaryColor); border-left: 0;}

.hmBlock1ColLSec1
{width: 100%; position: relative;}

.hmBlock1ColLPic
{width: 100%;  border-radius: 25px; overflow: hidden;}

.hmBlock1ColLPic img
{width: 100%; height: 500px; object-fit: cover;}

.hmBlock1ColLSec1Ex
{width: 180px; height: 180px; background: var(--primaryColor); position: absolute; top: 80px; left: -45px; border-radius: 0 15px 15px 0; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center;}

.hmBlock1ColLSec1Ex::after
{content: ""; width: 45px; height: 27px; position: absolute; left: 0; bottom: -26px; background: url(../images/hmBlock1ColLSec1ExAfter.png) no-repeat top left;}

.hmBlock1ColLSec1ExIcon
{width: 100%;}

.hmBlock1ColLSec1ExIcon img
{height: 50px;}

.hmBlock1ColLSec1ExIntro
{width: 100%; padding: 10px 0 0 0;}

.hmBlock1ColLSec1ExIntro p
{color: #fff; line-height: 1.5em;}

.hmBlock1ColLSec2
{width: 100%; padding: 25px 0 0 0;}

.hmBlock1ColLSec2 h3
{font-size: 2rem;}

.hmBlock1ColLSec2 h3 span
{display: block; font-size: 1.1rem; font-family:"HarmoniaSans";}

.hmBlock1ColLSec2 p
{padding: 0.5em 0 0 0; font-size: 1.1rem;}


.hmBlock1ColRBx
{width: 100%;}

.hmBlock1ColRIntro
{width: 100%;}

.hmBlock1ColRIntro p+p
{margin: 0.7em 0 0 0;}

.hmBlock1ColRBtm
{width: 100%;}





.hmBlock3
{width: 100%; position: relative; background: #fff000; padding-bottom: 300px;}

.hmBlock3::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.hmBlock3 .container
{position: relative; z-index: 1;}

.hmBlock3 .primaryHead
{text-align: center;}

.hmBlock3Intro
{width: 100%; padding: 10px 0 0 0;}

.hmBlock3Col
{padding-top: 30px;}

.hmBlock3ColBx
{display: block; width: 100%; height: 100%; background: #fff;    border-radius: 15px; box-shadow: 10px 10px 0px rgb(0 0 0 / 4%); padding: 0; overflow: hidden; color: var(--thirdColor) !important; position: relative;}

.hmBlock3ColPic
{width: 100%; overflow: hidden;}

.hmBlock3ColPic img
{width: 100%; height: 200px; object-fit: cover;}

.hmBlock3ColIntro
{width: 100%; height: 80px; text-align: center; position: relative;}

.hmBlock3ColIntro h3
{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 1.5em;}

.backBx
{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 1.5em;}

.backBx h3
{text-align: center;}

.backBx p
{text-align: center; line-height: 1.8em; font-size: 1.05rem; padding: 0.5em 0 0 0;}

.flip-container {
	perspective: 1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 280px;
}

.flipper {
transition-property: transform;
transition-duration: 600ms;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transform-style: preserve-3d;
position: relative;
}

.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0; border-radius: 15px;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.hmBlock4
{width: 100%; text-align: center; margin-top: -230px; position: relative; z-index: 1;}

.hmBlock4 .container
{max-width: 900px;}

.hmBlock4Intro
{width: 100%; margin-top: 40px; position: relative;}

.hmBlock4Intro video
{width: 100%; height: 450px; object-fit: cover; border-radius: 35px;}

#playPauseBtn
{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: var(--secondaryColor); border-radius: 50%; outline: none !important; border: none !important; cursor: pointer; transition: .4s cubic-bezier(.4,.47,.17,.98); backdrop-filter: blur(5px);}

#playPauseBtn:hover
{font-variant: var(--primaryColor);}

#playPauseBtn::after
{content: ""; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../images/play-W.svg) no-repeat center center; background-size: 30px;}

#playPauseBtn.pause::after
{background: url(../images/pause-W.svg) no-repeat center center;}

#playPauseBtn.pause
{opacity: 0;}

.hmBlock4Intro:hover #playPauseBtn.pause
{opacity: 1;}

.hmBlock5
{width: 100%; text-align: center; padding-top:50px;}

.hmBlock5Intro
{width: 100%;}

.hmBlock5SliderCol
{width: 100%;}

.hmBlock5SliderColBx
{display: block; position: relative; width: 100%; border-radius: 15px; overflow: hidden; padding: 10px; background: url(../images/GRBg.jpg) no-repeat center center; background-size: cover;}

.hmBlock5SliderColBx::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.5);}

.hmBlock5SliderColPic
{width: 100%; position: relative; z-index: 1; border-radius: 12px; overflow: hidden;}

.hmBlock5SliderColPic img
{width: 100%;}

.hmBlock5SliderColPic span
{display: block; width: 60px; height: 60px; background: rgb(247 4 45 / 66%); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.hmBlock5SliderColPic span img
{width: 25px; height: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.hmNumBlk
{width: 100%; background-color: #fff000; padding-top: 100px; margin-top: -7px;}

.hmNumBlkColRColBx
{width: 100%; height: 100%; padding: 70px 1.5em 1.5em 1.5em; background: #fff; border-radius: 7px; position: relative; text-align: center;}

.hmNumBlkColRCol h2
{font-weight: 700; font-size: 2.4rem; color:#ee2a7b;}

.hmNumBlkColRColIcon
{width: 85px; height: 85px; text-align: center; background: url(../images/GRBg.jpg) no-repeat center center; background-size: 100% 100%; border-radius: 50%; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); box-shadow: 7px 7px 0px rgb(1 66 254 / 11%); box-shadow: 0 0 0px 7px rgb(1 66 254 / 11%) inset;
border: 5px solid #ee2a7b;
}

.hmNumBlkColRColIcon img
{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.hmBlk6
{width: 100%;}

.hmBlk6 .row
{margin: 0 -30px 0 -30px;}

.hmBlk6Col
{padding: 0 30px 0 30px;}

.hmBlk6ColL .primaryHead
{text-align: left; position: relative;}

.hmBlk6ColL .primaryHeadRow1 h5:before
{display: none;}

.hmBlk6ColLIntro
{width: 100%;}

.hmBlk6ColRBx
{width: 100%;}

.hmBlk6ColR .accordion-item
{background: none; border-radius: 10px; border: none; overflow: hidden; background: #edf0f1;}

.hmBlk6ColR .accordion-item+.accordion-item
{margin: 20px 0 0 0;}

.hmBlk6ColR .accordion-button
{color: #050505; background: none; box-shadow: none !important; padding: 18px 40px 18px 25px; position: relative; font-size: 1.25rem; font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; border-radius: 0 !important;}

.hmBlk6ColR .accordion-button:after
{display: none;}

.hmBlk6ColR .accordion-button span
{width: 30px; height: 30px; position: absolute; top: 14px !important; right: 20px !important;}

.hmBlk6ColR .accordion-button span img
{width: 30px; height: 30px;}

.hmBlk6ColR .accordion-button span .addIcon
{transform: rotate(45deg); transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlk6ColR .collapsed span .addIcon
{transform: rotate(0);}

.hmBlk6ColR .accordion-body
{padding: 0 20px 20px 25px; position: relative;}

.hmBlk7_2
{width: 100%;
    padding: 50px 0 50px 0;
    background-color: #fff; position: relative;}

.hmBlk7
{width: 100%;
    padding: 50px 0 50px 0;
    background-color: #fff; position: relative;}

.hmBlk7D1
{width: 90px; position: absolute; top: 100px; left: 100px;}

.hmBlk7Sec12
{width: 100%; }
.hmBlk7Sec12::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.hmBlk7Sec12 .container
{position: relative; z-index: 1;} 

.hmBlk7Sec12 .primaryHead
{text-align: center;}



.hmBlk7Sec1
{width: 100%; background-color: #fff;}

.hmBlk7Sec1::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.hmBlk7Sec1 .container
{position: relative; z-index: 1;} 

.hmBlk7Sec1 .primaryHead
{text-align: center;}

.hmBlk7Sec2
{width: 100%; margin-top:50px;}

.hmBlk7Sec2SliderCol
{width: 100%; padding: 10px; border-radius: 15px; }

.hmBlk7Sec2SliderColBx
{display: block; width: 100%; padding: 20px; background: #fff; border-radius: 10px; transition: var(--transition); position: relative;}

.hmBlk7Sec2SliderColRow1
{width: 100%;}
.hmBlk7Sec2SliderColRow1::after{
	content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: black;
    margin: 10px auto !important;
} 
.underlineIntext::after{
	content: "";
    display: block;
    width: 36%;
    height: 3px;
    background-color: black;
    
} 

.hmBlk7Sec2SliderColRow1 img
{width: 20px; display: inline-block;}

.hmBlk7Sec2SliderColRow1 img+img
{margin: 0 0 0 0px;}

.hmBlk7Sec2SliderColRow2
{width: 100%; padding: 15px 0 0 0;}

.hmBlk7Sec2SliderColRow2 p
{padding: 0.4em 0 0 0; line-height: 1.65em;text-align: center; font-weight: 800;}

.hmBlk7Sec2SliderColRow3
{padding: 30px 0 0 0; display: flex;}

.hmBlk7Sec2SliderColRow3Pic
{width: 55px;}

.hmBlk7Sec2SliderColRow3Pic img
{width: 55px; height: 55px; object-fit: cover; border-radius: 50%;}

.hmBlk7Sec2SliderColRow3Intro
{flex: 1; padding: 0 0 0 15px;}

.hmBlk7Sec2SliderColRow3Intro h4
{font-weight: 800; font-size: 2rem; color: #ee2a7b !important;}

.hmBlk7Sec2SliderColRow3Intro p
{padding: 0.1em 0 0 0;}

.hmBlk7Sec2SliderColQuote
{position: absolute; bottom: 40px; right: 40px; opacity: 0.1;}

.hmBlk8
{width: 100%; background:var(--secondaryColor);}

.hmBlk8ColBx
{width: 100%; background: #fff;padding: 10px;}
.hmBlk8ColRate{padding: 10px;text-align: center;}

.hmBlk8ColIntroBx p {
	font-size: 20px !important;
}

.hmBlk8ColIcon
{width: 60px; height: 100%; display: flex; align-items: center;}

.hmBlk8ColIntro
{flex: 1; padding: 0 0 0 15px; display: flex; align-items: center;}

.hmBlk8ColIntroBx
{width: 100%;}

.hmBlk8ColIntroRow1
{width: 100%;}

.hmBlk8ColIntroRow1 img
{width: 20px; display: inline-block;}

.hmBlk8ColIntroRow1 img+img
{margin: 0 0 0 0px;}

.hmBlk9
{width: 100%; background-repeat: no-repeat !important; background-size: cover !important; background-position: center top !important; min-height: 500px; position: relative;}

.hmBlk9::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;
  background: linear-gradient(to right,  rgba(255,255,255,0.95) 7%,rgba(125,185,232,0) 100%);}

.hmBlk9 .container
{position: relative; z-index: 1;}

.hmBlk9Intro
{width: 100%;}

.hmBlk9IntroColLBx
{width: 100%;}

.hmBlk9IntroColL .row
{margin: -20px -10px 0 -10px;}

.hmBlk9IntroColLCol
{padding: 20px 10px 0 10px;}

.hmBlk9IntroColLCol .primaryBtn
{min-width: 150px;}

.footer
{width: 100%; }

.footerSec2
{width: 100%; padding: 70px 0 0 0; background: url('../images/hmBlock2Bg_colored.png'); position: relative; color: #fff; overflow: hidden;}


.footerSec2 .container
{position: relative; z-index: 1;}

.footerSec1ColLRow1
{width: 100%;}

.footerSec1ColLRow1 a
{display: inline-block; background: #fff; padding: 10px; border-radius: 15px;}

.footerSec1ColLRow1 img
{height: 46px;}

.footerSec1ColLRow2
{width: 100%;}

.footerSec1ColLRow2 li
{position: relative; padding: 0 0 0 30px;}

.footerSec1ColLRow2 li+li
{margin-top: 20px;}

.footerSec1ColLRow2 li img
{height: 22px; position: absolute; left: 0; top: 3px;}

.footerSec2Row1
{width: 100%; padding: 0 0 60px 0;}

.footerSec2Row1ColLBx
{width: 100%; padding: 0 50px 0 0; display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;}

.Row1ColLColHead
{width: 100%;}

.Row1ColLColHead h4
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 1.4rem;text-align: center;}

.Row1ColLColIntro
{width: 100%; padding: 35px 0 0 0;}

.Row1ColLColIntro li
{font-size: 0.95rem;}

.Row1ColLColIntro li+li
{margin-top: 20px;}

.Row1ColLColIntro li a
{color: #fff; }

.Row1ColLColIntro li a:hover
{opacity: 0.8;}

.footerSec2Row1ColRBx
{width: 100%; padding: 0px 35px;  border-radius: 15px;}

.footerSec2Row1ColRSec1
{width: 100%;}

.footerSec2Row1ColRSec1 h4
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 1.3rem;}

.footerSec2Row1ColRSec1 p
{padding-top: 1.3em; color: #fff;}

.footerSec2Row1ColRSec2
{width: 100%; margin: 20px 0 0 0; position: relative; padding: 0 50px 0 0;}

.footerSec2Row1ColRSec2 .input
{ border-radius: 5px 0 0 5px; padding: 0 20px 0 20px;}

.footerSec2Row1ColRSec2 .arrowBtn
{position: absolute; top: 0; right: 0; border-radius: 0 5px 5px 0;background: #fff000;}

.footerSec2Row2
{width: 100%; padding: 20px 0 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.1);}

.footerSec2Row2ColLBx
{width: 100%;}

.footerSec2Row2ColL p
{color: #fff; font-size: 0.9rem;}

.footerSec2Row2ColRBx
{width: 100%; text-align: right;}

.footerSec2Row2ColR li
{display: inline-block;}

.footerSec2Row2ColR li+li
{margin: 0 0 0 20px;}

.footerSec2Row2ColR li img
{height: 25px;}

.footerSec2Row2ColR li a:hover
{opacity: 0.8;}



/* about page start */
.pageHead
{width: 100%; position: relative; margin-top:2px;}

.pageHeadPic
{width: 100%; position: relative;}

.pageHeadPic img
{width: 100%;}

.pageHeadPic::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;
 
  }

.pageHeadOvr
{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center; color: #fff;}

.pageHeadOvrBx
{width: 100%; padding: 0 0 0 0;}

.pageHeadOvrRow1
{width: 100%;}

.pageHeadOvrRow1 h1
{font-size: 3.4rem; font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;;}

.pageHeadOvrRow2
{width: 100%; padding: 5px 0 0 0;}

.pageHeadOvrRow2 li
{float: left; font-size: 13px; text-transform: uppercase; position: relative;}

.pageHeadOvrRow2 li+li
{margin: 0 0 0 15px;}

.pageHeadOvrRow2 li a
{color: #fff;}

.pageHeadOvrRow2 li:after
{content: ""; width: 3px; height: 3px; background: #fff; border-radius: 50%; position: absolute; top: 7px; right: -9px;}

.pageHeadOvrRow2 li:last-child:after
{display: none;}

.aboutPgBlk1
{width: 100%; padding: 80px 0 220px 0; background: url(../images/GRBg.jpg) no-repeat center center; background-size: cover; position: relative;}

.aboutPgBlk1::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.3);}

.aboutPgBlk1 .container
{position: relative; z-index: 1;} 

.aboutPgBlk1 p
{font-size: 1.15rem;}

.aboutPgBlk1 p+p
{margin-top: 1em;}

.aboutPgBlk1 p:first-child::first-letter
{font-size:5rem; font-weight: 700; color: var(--secondaryColor);}

.aboutPgBlk2
{width: 100%; margin-top: -150px; position: relative; z-index: 1;} 

.aboutPgBlk2Pic
{width: 100%; overflow: hidden; border-radius: 25px; box-shadow: 10px 10px 0px rgb(0 0 0 / 4%);}

.aboutPgBlk2Pic img
{width: 100%;}

.aboutPgBlk3
{width: 100%;}

.aboutPgBlk3Row
{width: 100%;}

.aboutPgBlk3RowColLPic
{width: 100%; padding: 0 30px 0 0;}

.aboutPgBlk3RowColR
{display: flex; align-items: center;}

.aboutPgBlk3RowColRBx
{width: 100%;}

.aboutPgBlk3RowColRIntro
{width: 100%;}

.aboutPgBlk3RowColRIntro li
{font-size: 1.15rem; line-height: 1.5em; color: #595959; position: relative; padding: 0 0 0 35px;}

.aboutPgBlk3RowColRIntro li img
{position: absolute; top: 5px; left: 0; height: 20px;}

.aboutPgBlk3RowColRIntro li+li
{margin-top: 0.7em;}

.aboutPgBlk3Row+.aboutPgBlk3Row
{margin-top: 30px;}

.aboutPgBlk3Row:nth-child(even) .aboutPgBlk3RowColL
{order: 2;}



/* contact page start */
.contactPgBlk1
{width: 100%;}

.contactPgBlk1 .primaryHead
{text-align: center;}

.contactPgBlk1Intro
{width: 100%; padding: 10px 0 0 0;}

.contactPgBlk1Col
{padding-top: 30px;}

.contactPgBlk1ColBx
{display: block; height: 100%; position: relative; width: 100%; border-radius: 15px; overflow: hidden; padding: 10px; background: url(../images/GRBg.jpg) no-repeat center center; background-size: cover; color: var(--thirdColor) !important;}

.contactPgBlk1ColBx::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.5);}

.contactPgBlk1ColInr
{width: 100%; height: 100%; display: flex; background: #fff; padding: 10px; border-radius: 12px;}

.contactPgBlk1ColPic
{width: 200px; position: relative; z-index: 1; flex: 0 0 auto; overflow: hidden;}

.contactPgBlk1ColPic img
{width: 100%; border-radius: 10px;}

.contactPgBlk1ColIntro
{flex: 1; padding: 0 0 0 30px; display: flex; align-items: center; position: relative; z-index: 1;}

.contactPgBlk1ColIntroBx
{width: 100%;}

.contactPgBlk1ColIntro img
{height: 30px; margin-bottom: 0.5em;}

.contactPgBlk1ColIntro h5
{font-size: 1.1rem; line-height: 1.5em;}

.contactPgBlk2
{width: 100%; background-color: #ee2a7b;}

.contactPgBlk2::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.contactPgBlk2 .primaryHead
{text-align: center;}

.hmBlk9IntroColR
{display: flex; align-items: center;}

.hmBlk9IntroColRBx
{width: 100%; text-align: center; margin-top: -60px;}

.hmBlk9IntroColRRow
{width: 100%;}

.hmBlk9IntroColRRow+.hmBlk9IntroColRRow
{margin-top: 2.5em;}

.hmBlk9IntroColRRow h5 
{font-size: 1.15rem; padding: 0 0 0.3em 0;}

.hmBlk9IntroColRRow p
{color: var(--thirdColor);}

.hmBlk9IntroColRRow p
{font-size: 1.1rem; text-align: center;}

.hmBlk9IntroColRRow p a
{color: var(--secondaryColor);}

.hmBlk9IntroColRRow h3 a
{color: var(--secondaryColor);}

.contactPgBlk3
{width: 100%; margin-bottom: -7px;}



/* why-us page start */
.whyUsBlk1
{width: 100%;}

.whyUsBlk1Sec1
{width: 100%;}

.whyUsBlk1Intro
{width: 100%;}

.whyUsBlk1Sec2
{width: 100%; padding: 10px 0 0 0;}

.whyUsBlk1Sec2Col
{padding-top: 30px;}

.whyUsBlk1Sec2ColBx
{width: 100%; height: 100%; position: relative; padding: 10px; background: url(../images/GRBg.jpg) no-repeat center center;
  background-size: cover; border-radius: 15px;}

.whyUsBlk1Sec2ColBxInr
{width: 100%; height: 100%; padding: 1.5em 2em; background: #fff; border-radius: 12px;}

.whyUsBlk1Sec2Col h3
{position: relative; z-index: 1;}

.whyUsBlk1Sec2Col p
{position: relative; z-index: 1; padding: 0.7em 0 0 0;}

.whyUsBlk1Sec2ColNo
{position: absolute; bottom: 80px; right: 30px; line-height: 0; font-size: 7rem; font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; opacity: 0.1; color: var(--secondaryColor);}

.whyUsBlk1Sec2Col2Bx
{width: 100%; padding: 100px 0 0 50px;}

.whyUsBlk1Sec2Col2Bx h2
{color: var(--secondaryColor); font-size: 4rem; font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; line-height: 1.2em;}

.whyUsBlk1Sec2Col2Bx h2 span
{display: block; font-size: 6rem; color: var(--primaryColor);}



/* faq page start */
.faqPg
{width: 100%;}



/* privacy page start */
.privacyPg
{width: 100%;}

.privacyPgRow
{width: 100%;}

.privacyPgRow+.privacyPgRow
{margin-top: 2em;}

.privacyPgRow h2
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;;}

.privacyPgRow p
{margin-top: 0.7em;}

.privacyPgRow p a
{color: var(--secondaryColor);}

.privacyPgRow p a:hover
{text-decoration: underline !important;}

.privacyPgRow ul
{margin-top: 0.7em;}

.privacyPgRow ul li
{line-height: 1.8em; font-size: 1.05rem; margin:0; color: #595959; position: relative; padding: 0 0 0 25px;}

.privacyPgRow ul li::after
{content: ""; width: 6px; height: 6px; position: absolute; top: 12px; left: 0; border-radius: 50%; background: var(--secondaryColor); box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.1); box-sizing: initial;}



/* service-detail page start */
.serviceDtlPg
{width: 100%; position: relative; background-color: #fff000; background-size: cover; overflow: hidden;}

.serviceDtlPg::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.3);}

.serviceDtlPg .container
{position: relative; z-index: 1;}

.serviceDtlPgSec1
{width: 100%;}

.serviceDtlPgSec1ColL
{width: 45%;}

.serviceDtlPgSec1ColLPic
{width: 604px; background: #fff; border-radius: 0 0 120px 0; overflow: hidden;  box-shadow: 10px 10px 0px rgb(0 0 0 / 4%); margin-left: -140px;}

.serviceDtlPgSec1ColLPic img
{width: 100%; height: 100%; object-fit: cover; }

.serviceDtlPgSec1ColR
{width: 55%;}

.serviceDtlPgSec1ColRBx
{width: 100%; padding: 60px 0 0 0;}

.serviceDtlPgSec1ColRIntro
{width: 100%;}

.serviceDtlPgSec1ColRIntro p+p
{margin-top: 1em;}

.serviceDtlPgSec2
{width: 100%;}

.serviceDtlBlk2
{width: 100%;}

.serviceDtlBlk2 .secondaryHead
{text-align: center;}

.serviceDtlBlk2Intro
{width: 100%; padding: 10px 0 0 0;}

.serviceDtlBlk2Col
{padding-top: 30px;}

.serviceDtlBlk2ColBx
{width: 100%; height: 100%; position: relative; padding: 10px; background-color: #ee2a7b; text-align: center;
  background-size: cover; border-radius: 15px;}

.serviceDtlBlk2ColInr
{width: 100%; height: 100%; padding: 1.5em 2em; background: #fff; border-radius: 12px;}

.serviceDtlBlk2Col img
{height: 40px;}

.serviceDtlBlk2Col h4
{margin-top: 0.5em;}



/* pre-marriage-packages page start */
.packagesPgBlk1
{width: 100%; position: relative; background: url(../images/GRBg.jpg) no-repeat center center; background-size: cover; }

.packagesPgBlk1::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.3);}

.packagesPgBlk1 .container
{position: relative; z-index: 1;}

.packagesPgBlk1 .row
{margin-top: -30px;}

.packagesPgBlk1Col
{padding-top: 30px;}

.packagesPgBlk1ColBx
{width: 100%; height: 100%; padding: 10px; border-radius: 15px; background: #fff; transition: var(--transition); background-size: cover; position: relative; top: 0;}

.packagesPgBlk1ColBx:hover
{top: -10px; box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);}

.packagesPgBlk1ColInr
{width: 100%; height: 100%; padding: 1.5em; background: #f6f6f6; border-radius: 12px;}

.active .packagesPgBlk1ColBx
{box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);}

.active .packagesPgBlk1ColInr
{background: url(../images/GRBg.jpg) no-repeat center center; background-size: cover;}

.Lbl
{position: absolute; top: 50px; right: -20px;}

.packagesPgBlk1ColSec1
{width: 100%;}

.packagesPgBlk1ColSec1 h4
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;;}

.packagesPgBlk1ColSec1 h3
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 2.8rem; color: #ee2a7b;}

.packagesPgBlk1ColSec1 h3 span
{font-weight: bold;}

.packagesPgBlk1ColSec2
{width: 100%; padding: 15px 0 0 0; margin: 15px 0 0 0; border-top: 1px solid #ddd;}

.packagesPgBlk1ColSec2 h4
{font-weight: normal; font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;; font-size: 1.1rem;}

.packagesPgBlk1ColSec2 ul
{padding: 0.7em 0 0 0;}

.packagesPgBlk1ColSec2 ul li
{position: relative; padding: 0 0 0 25px;}

.packagesPgBlk1ColSec2 ul li img
{height: 15px; position: absolute; top: 3px; left: 0;}

.packagesPgBlk1ColSec2 ul li+li
{margin-top: 0.3em;}

.packagesPgBlk1ColSec3
{width: 100%; padding: 30px 0 0 0;}

.packagesPgBlk1ColSec3 .primaryBtn
{width: 100%;}

.packagesPgBlk2
{width: 100%;}

.packagesPgBlk2ColLBx
{width: 100%;}

.packagesPgBlk2ColRBx
{width: 100%;}

.packagesPgBlk3
{width: 100%; position: relative; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; color: #fff;}

.packagesPgBlk3::after
{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff000; opacity: 0.7;}

.packagesPgBlk3 .container
{position: relative; z-index: 1;}

.packagesPgBlk3ColLBx
{width: 100%;}

.packagesPgBlk3ColR
{display: flex; align-items: center;}

.packagesPgBlk3ColRBx
{width: 100%; padding: 0 0 0 30px;}

.packagesPgBlk3ColR .primaryBtn
{width: 100%; text-align: center;}



/* surveillance page start */
.surveillancePgBlk1
{width: 100%;}

.surveillancePgBlk1Sec1
{width: 100%;}

.surveillancePgBlk1Sec2
{width: 100%;}

.surveillancePgBlk1Sec2 .row
{margin: 0 -10px 0 -10px;}

.surveillancePgBlk1Col
{padding: 0 10px 0 10px;}

.surveillancePgBlk1ColBx
{width: 100%; height: 100%; position: relative; padding: 10px; background: url(../images/GRBg.jpg) no-repeat center center; 
  background-size: cover; border-radius: 15px;}

.surveillancePgBlk1ColInr
{width: 100%; height: 100%; padding: 1.5em 1.2em; background: #fff; border-radius: 12px;}

.surveillancePgBlk1Col p
{line-height: 1.5em; font-size: 1rem; color: var(--thirdColor);}

.surveillancePgBlk1Col h3
{padding: 0.3em 0 0 0; font-size: 1.8rem; color: #ff006c;}

.surveillancePgBlk1Col h5
{padding: 0.3em 0 0 0; font-size: 1rem;}

.surveillancePgBlk3Intro
{width: 100%;}

.surveillancePgBlk3Intro p+p
{margin-top: 1em;}


.hmBlock44{
width: 100%; 
position: relative; overflow: hidden;
}

.hmBlock44D
{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.hmBlock44D img
{width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.hmBlock44 .container
{position: relative; z-index: 1;}

.hmBlock44ColL
{display: flex; align-items: center;}

.hmBlock44ColLBx
{width: 100%;}

.hmBlock44ColRBx
{width: 100%; padding: 0 0 0 40px;}

.hmBlock44ColR .row
{margin-top: -30px;}

.hmBlock44ColRCol
{}

.hmBlock44ColRColBx
{width: 100%; max-height:250px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 2%); padding: 1em; position: relative; top: 0; transition: .4s cubic-bezier(.4,.47,.17,.98);
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hmBlock44ColRColBx:hover
{top: -10px;}

.hmBlock44ColRColBx img
{width: 100%; border-radius: 8px;}

.hmBlock33
{width: 100%; background: var(--secondaryColor); background-size: cover;}

.hmBlock33Intro
{width: 100%;}

.hmBlock33IntroCol:nth-child(2), .hmBlock33IntroCol:nth-child(5)
{margin-top: -50px;}

.hmBlock33IntroCol:nth-child(3)
{margin-top: -100px;}

.hmBlock33IntroCol:nth-child(4)
{margin-top: 30px;}

.hmBlock33IntroCol:nth-child(5)
{margin-top: -20px;}

.hmBlock33IntroCol:nth-child(6)
{margin-top: -70px;}

.hmBlock33IntroColBx
{width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 5%); padding: 1em; position: relative; top: 0; transition: .4s cubic-bezier(.4,.47,.17,.98);}

.hmBlock33IntroColBx:hover
{top: -10px;}

.hmBlock33IntroColBx img
{width: 100%; border-radius: 8px;}



.hmBlock222
{width: 100%; background: #f7f7f7;}

.hmBlock222 .primaryHead
{text-align: center;}

.hmBlock222Intro
{width: 100%; padding: 30px 0 0 0;}

.hmBlock222Intro .slick-list
{padding: 0 100px 0 100px !important;}

.hmBlock222Intro .slick-initialized .slick-slide
{padding: 0 12px 0 12px;}

.hmBlock222Intro .row
{margin: 0 -10px 0 -10px;}

.hmBlock222Col
{width: 100%; padding: 20px 10px 0px 10px;}

.hmBlock222ColBx
{display: block; width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 2%); padding: 1em; position: relative; top: 0;}

.hmBlock222ColBx:hover
{top: -10px; box-shadow: 1.25em 2.5em 4.375em rgb(0 0 0 / 5%);}

.hmBlock222ColPic
{width: 100%;  border-radius: 8px; overflow: hidden;}

.hmBlock222ColPic img
{width: 100%;}

h2.capitalised {
text-transform: uppercase;
}
h3.capitalised {
font-weight: 800;
text-transform: uppercase;
font-size: 32px;
color: #ee2a7b !important;
}

h2.capitalised.black {
color: #000 !important;
}
h3.capitalised.black {
color: #000 !important;
}


h2.capitalised.yellow {
color: var(--secondaryColor) !important;
}
h3.capitalised.yellow {
color: var(--secondaryColor) !important;
}



/*animation*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
     opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
     opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
     opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  to {
     opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.floatAni
{transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 1000;
    width: 60px;}

.floatAni2
{transform: translatey(0px);
  -webkit-animation: float2 2s ease-in-out infinite;
          animation: float2 2s ease-in-out infinite;}

@-webkit-keyframes float2 {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-15px);
  }
  100% {
    transform: translatex(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}


