body {
font-family: 'Poppins', sans-serif;
}
#main, body, html {
height: 100%
}
.desktop-show {
display:block;

}
.mobile-show {
display:none;
}
#return-to-top {
position: fixed;
bottom: 120px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index:9;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
#main {
width: 100%;
position: absolute;
top: 0;
right: 0;
opacity: 1
}
.bottom-space {
margin-bottom:2vw;
}
.top-space {
margin-top:2vw;
}
.bottom-space {
margin-bottom:2vw !important;
}
.no-border-right {
border-right:0!important;
}
#wrapper, .content-holder {
float: left;
width: 100%;
position: relative;
}
#wrapper {
z-index: 4
}
.content-holder {
vertical-align: top;
left: 0;
top: 0;
right: 0;
z-index: 2;
display: flex;
}
.text-right{
	border-top:2px solid #fff;
}
.logoimg, .respimg {
height: auto;
float: left;
-webkit-transform: translate3d(0, 0, 0)
}
.respimg {
width: 100%
}
.logoimg {
width:100%
}
.logo-notvis, .logo-vis {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
-ms-transition: all .2s linear;
padding-left:2vw;
}
header {
position: relative;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(0, 0, 0, 1)
}
.top-section {
background-color:#ed143d;
border:0;
    text-align: center;
}
.top-section marquee{
	    padding-top: 10px;
		    padding-bottom: 10px;
    color: #fff;
	    font-size: 16px;
		font-weight:bold;
}
.top-section li {
	    font-weight: bold;
font-family: 'Poppins', sans-serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;

text-align:left;
text-decoration:none;
padding:.8vw .9vw .9vw .8vw;
border-right:.1vw solid rgba(255, 204, 51, .5)
;
}
.top-section{
	
color:#fff;
}
.top-section li a {
color:#FFF;
text-decoration:none;
}
.top-section li a:hover {
color: #000;
text-decoration:none;
}
.top-section li:hover {
background:#ffcc33;
color: #000;
text-decoration:none;
}
.top-section li i {
font-size:1.3vw;
font-weight:400;
text-decoration:none;
margin-right:.3vw;
}
.tr-header {
background:#fff;
margin-top:0;
}
header.tr-header.sticky {
background:#f47710;
margin-top:0;
}
.nav-holder {
	border-bottom: 2px solid #fff;
	    background-color: #000;
position: relative;
top:2px;
left: 0;
width: 100%;
padding-bottom: 1em;
}
.logo-holder {
position: absolute;
left: 0;
z-index: 10;

}
.logo-vis {
position: relative;
top:20px;
z-index: 1;
transition: all .2s linear
}
.logo-holder img {
width:100%;
}
.logo-notvis {
position: absolute;
top:15px;
left: 0;
z-index: 2;
transition: all .2s linear;
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0
}
header.sticky img.logo-vis {
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0
}
header.sticky img.logo-notvis {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1
}
.transition {
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-o-transition: all .5s linear;
-ms-transition: all .5s linear;
transition: all .5s linear
}
header.tr-header.sticky {
position: relative;
left: 0;
right: 0;
top: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 9999999;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.title-content {
position:absolute;
bottom:7vw;
left:10vw;
width:100%;
}
.title-content h1 {
font-family: 'Poppins', sans-serif;
display: block;
height:40px;
font-size:5vw;
font-weight:600;
line-height:1.5;
text-align:left;
color:#FFF;
text-shadow: 2px 2px 5px #000;
text-transform:uppercase;
}
.title-content p {
font-family: 'Poppins', sans-serif;
color:#FFF;
font-size:2.1vw;
font-weight:400;
line-height:1.5;
text-align:left;
color:#FFF;
text-shadow:2px 2px 5px #000;
padding-top:3vw;
}
.section-bg {
background: #fff;
}
.yellow-bg {
background:#eaf00d;
}
.section {
padding:40px 0;
}
.home-background {
position: relative;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
transform-origin: bottom right;
z-index:100;
}
.home-background-box img {
width:100%;
}
.fill_height {
height: 100%;
}
.trophy img {
width:65%;
height:100%;
}
.service-icon {
display: block;
width:6vw;
height: 6vw;
line-height: 6vw;
text-align: center;
margin-top:0;
background: #FFF;
border: .1vw solid #e4e4e4;
text-align: center;
color: #FFF;
-webkit-border-radius:5%;
-moz-border-radius: 5%;
-ms-border-radius: 5%;
border-radius: 5%;
}
.services-icon {
display: block;
padding:0.6vw;
width:4vw;
height: 4vw;
line-height: 4vw;
text-align: center;
margin-top:0;
background: #000;
border: .1vw solid #000;
text-align: center;
color: #FFF;
-webkit-border-radius:5%;
-moz-border-radius: 5%;
-ms-border-radius: 5%;
border-radius: 5%;
}
.address-icon {
display: block;
width:6vw;
height: 6vw;
line-height: 6vw;
text-align: center;
margin-top:0.5vw;
background: #f47710;
border: 1px solid #f47710;
text-align: center;
color: #FFF;
-webkit-border-radius:10%;
-moz-border-radius: 10%;
-ms-border-radius: 10%;
border-radius: 10%;
}
.address-icon i {
font-size:3vw;
line-height:6vw;
color:#fff;
}
.address-box h2 {
font-family: 'Poppins', sans-serif;
display: block;
color: #000;
margin: 0 0 .5vw;
font-weight:600;
line-height:1.2em;
font-size:1.5vw;
}
.address-box h3 {
font-family: 'Poppins', sans-serif;
display: block;
color: #f47710;
margin: 0 0 .5vw;
font-weight:bold;
line-height:1.2em;
font-size:1.5vw;
}
.address-box h4 {
font-family: 'Poppins', sans-serif;
display: block;
color: #f47710;
margin-top: 1vw;
font-weight:bold;
line-height:1.2em;
font-size:1.5vw;
}
.address-box p {
font-family: 'Poppins', sans-serif;
display: block;
color: #000;
margin: 0 0 .5vw;
font-weight:400;
line-height:1.5em;
font-size:17px;
text-decoration:none;
}
.address-box p a {
color: #000;
text-decoration:none;
}
.address-box p a:hover {
color:#f47710;
text-decoration:none;
}
.pd-space {
padding-left:2vw;
padding-right:2vw;
}
.pd-space-left {
padding-left:6vw;
}
.pd-space-left1 {
padding-left:4vw;
}
.no-padding-left {
padding-left:0!important;
}
.hindi h1 {
font-family: 'Poppins', sans-serif;
display: block;
color: #eaf00d;
margin: 0;
font-weight: 600;
font-size: 2.5vw;
line-height: 1.4;
}
.hindi h2 {
font-family: 'Poppins', sans-serif;
display: block;
color: #fff;
margin: 0;
font-weight: 400;
font-size: 2vw;
line-height: 1.6;
padding-left:10%;
padding-right:10%;
margin-bottom:1%;
}
.hindi h3 {
font-family: 'Poppins', sans-serif;
display: block;
color: #000;
margin: 0;
font-weight: bold;
font-size: 2vw;
line-height: 1.6;
padding-left:10%;
padding-right:10%;
margin-bottom:1%;
}
.persons {
position: relative;
display: block;
background: transparent;
padding-top:0vw;
padding-left:4vw;
}
.right {
padding-right:4vw;
}
.persons .content {
display: block;
position: relative;
}
.persons .content h2 span {
font-weight:600;
background:#f47710;
padding:.6vw 1.5vw;
color: #fff;
font-size:1.2vw;
text-transform:uppercase;
}
.persons .content h2 {
font-family: 'Poppins', sans-serif;
display: block;
color: #000;
margin: 0;
font-weight:600;
font-size:5vw;
line-height:1.4;
margin-top:1.5vw;
}
.persons .content h3 span {
font-weight: 300;
color: #FFF;
font-size:2.5vw;
}
.persons .content h3 {
font-family: 'Poppins', sans-serif;
display: block;
color: #FFF;
margin: 0 0 5px;
font-weight: 700;
line-height:1.2em;
font-size:2.5vw;
}
.persons .content h4 {
font-family: 'Poppins', sans-serif;
font-size:1.1vw;
font-weight:500;
margin: 0 0 20px;
line-height:1.8em;
color:#FFF;
}
.persons .content p {
font-family: 'Poppins', sans-serif;
font-size:1.3vw;
font-weight:400;
line-height:1.8em;
padding-bottom:1vw;
display: block;
text-decoration:none;
}
.persons .content p a {
text-align: left;
text-decoration:none;
color:#f33c3c;
}
.persons .content p a:hover {
color:#000;
text-decoration:none;
text-align: left;
}
.persons .content p span {
font-weight:600;
color:#f33c3c;
}
.persons .content ul li {
display: inline-block;
padding: 0 .2vw;
}
.persons .content ul li a {
display: block;
width: 3vw;
height: 3vw;
line-height: 3vw;
text-align: center;
background: #fff;
border: 1px solid #e4e4e4;
text-align: center;
color: #111111;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
}
.persons .content ul li a:hover {
display: block;
width: 3vw;
height: 3vw;
line-height: 3vw;
text-align: center;
background: #f47710;
border: 1px solid #f47710;
text-align: center;
color: #000;
}
.persons .content ul li i {
font-size:1.5vw;
line-height:3vw;
text-align: center;
}
.persons figure {
display: block;
position: relative;
overflow: hidden;
vertical-align: middle;
margin: 0 0 20px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
border-radius: 35px;
}
.persons figure img {
display: block;
width: 100%;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
border-radius: 35px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.about-con {
display: block;
text-align: center;
background: #fff;
border: .4vw solid #f47710;
padding: 4vw 0;
margin:0vw 1vw;
-webkit-border-radius: 1.5vw;
-moz-border-radius: 1.5vw;
-ms-border-radius: 1.5vw;
border-radius: 1.5vw;
}
.about-con img {
width:40%;
}
.about-border-bg {
height: 40px;
border-bottom: 1px solid #e74848;
}
.about-border-img {
padding-top:30px;
width:10%;
}
.about-con h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #000;
text-transform: uppercase;
margin: 0;
font-size: 2vw;
}
.about-con h3 {
color: #000;
font-size:1.5vw;
font-weight:600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.about-con p {
font-family: 'Poppins', sans-serif;
margin: 0 auto;
font-size: 1.2vw;
line-height: 1.5em;
padding: 1.5vw 4vw;
padding-bottom:0;
color:#000;
font-weight:500;
}
.about-con p span {
font-family: 'Poppins', sans-serif;
}
.bg-img {
background-size:cover !important;
background-repeat: no-repeat !important;
background-position: center top !important;
}
.bg-color {
background:#ed143d;
}
.bg-white {
background:#fff;
}
.service-bg {
position: relative;
display: block;
background: url(../images/bg-1.html);
padding-top:180px!important;
}
.padding-box {
padding:8px!important;
}
.service-box-padding {
width:96%;
margin:0 auto;
}
.bg-color-grey {
background-color:#f5f5f5;
}
.service-box {
background-color:#ed143d;
padding:1vw;
margin-bottom:1.5vw;
}
.service-box:hover {
background:#000;

-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
text-decoration:none!important;
}
.service-box img {
width:100%;
}
.service-box h2 {
font-size:23px;
color:#eaf00d;
text-align:center;
font-weight:600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.service-box p {
font-family: 'Poppins', sans-serif;
color: #fff;
font-size:16px;
font-weight:500;
text-align:center;
text-decoration:none;
}
.gallery-bg {
position: relative;
display: block;
background: url(../images/form-bg.html);
}
.dot-bg {
position: relative;
display: block;
background: #000;
}
.dot-yellow {
position: relative;
display: block;
background-image: linear-gradient( 0deg, rgb(244,170,54) 50%, rgb(229, 112, 14) 100%);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
}
.about-bg {
background: rgba(255, 255, 255, 1);
}
.contact-bg {
background:#fafafa;
}
.service-bg:after {
background: rgba(0, 0, 0, 0.8);
}
.section-heading {
font-family: 'Poppins', sans-serif;
display: block;
text-align: center;
margin: 0 0 20px;
}
.section-heading p {
font-family: 'Poppins', sans-serif;
font-size:1.1vw;
}
.gallery-bg .section-heading h2 {
font-family: 'Poppins', sans-serif;
color: #fff;
}
.gallery-bg .section-heading p {
font-family: 'Poppins', sans-serif;
color: #fff;
padding:0 100px;
font-size:1.1vw;
font-weight:600;
}
.section-heading h2 span {
font-weight:600;
background:#fff;
padding:.6vw 1.5vw;
color: #000;
font-size:1.3vw;
    border-radius: 8%;
text-transform:uppercase;
}
.section-heading h2 {
font-family: 'Poppins', sans-serif;
display: block;
color: #f47710;
margin: 0;
font-weight:600;
font-size:1.4vw;
line-height:1.5;
text-transform:uppercase;
}
.section-heading h3 span {
font-weight:600;
background:#f47710;
padding:.6vw 1.5vw;
color: #fff;
font-size:1.3vw;
text-transform:uppercase;
}
.section-heading h3 {
font-family: 'Poppins', sans-serif;
display: block;
color: #fff;
margin: 0;
font-weight:600;
font-size:3vw;
line-height:1.7;
}

.section-heading h4 {
font-family: 'Poppins', sans-serif;
display: block;
color: #fff;
font-weight:600;
font-size:1.5vw;
line-height:1.8;
text-transform:uppercase;
}

.section-heading p {
font-family: 'Poppins', sans-serif;
font-size:18px;
font-weight:500;
line-height:1.5em;
padding-bottom:1vw;
display: block;
text-align: center;
text-decoration:none;
color:#fff;
}
.col-space {
width:100%;
padding-left:5vw;
padding-right:5vw;
}
.google-map iframe {
width:100%;
height:25vw;
padding:1vw;
background-color:#FFF;
}
.form-box {
background-color:#FFF;
width:60%;
margin:0 auto;
padding:2vw 2vw;
}
.form textarea {
font-family: 'Poppins', sans-serif;
color: #000;
padding: 1vw 1vw;
display: block;
float: left;
margin-bottom:1vw;
margin-top:0em;
width:100%;
font-size:1.1vw;
font-weight:400;
text-transform:capitalize;
outline: none;
-webkit-appearance: none;
background:#FFF none repeat scroll 0 0;
border:.1vw solid #e4e4e4;
}
.form select {
font-family: 'Poppins', sans-serif;
width:100%;
margin-right:0%;
float:left;
padding: 1vw 1vw;
font-size:1.1vw;
font-weight:400;
margin-bottom:1vw;
color: #000;
outline: none;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
background:#FFF none repeat scroll 0 0;
border:.1vw solid #e4e4e4;
}
.form textarea {
font-family: 'Poppins', sans-serif;
resize:none;
height:12vw;
margin-bottom:1vw;
}
.form input[type="submit"] {
font-family: 'Poppins', sans-serif;
background: #f47710;
padding: 1vw 2vw;
width:30%;
border-radius: 2vw;
display: block;
color: #fff;
font-size:1vw;
font-weight:600;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
margin-top:0.5em;
margin-left:0em;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form input[type="submit"]:hover {
background:#000;
color:#FFF;
}
label {
font-family: 'Poppins', sans-serif;
color: #444;
font-size:1.1vw;
padding-bottom:10px;
font-style: italic;
font-weight:300;
}
.form-text input[type="text"], .contact-right textarea, .contact form select {
font-family: 'Poppins', sans-serif;
width:100%;
margin-right:0%;
float:left;
padding: 1vw 1vw;
font-size:1.1vw;
font-weight:400;
margin-bottom:1vw;
color: #000;
outline: none;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
background:#FFF none repeat scroll 0 0;
border:.1vw solid #e4e4e4;
}
.form textarea:focus {
box-shadow: 0 0 4px rgba(243, 6, 6, 0.2);
-moz-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
-webkit-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
background: none repeat scroll 0 0 #FFF;
border-color: rgba(243, 6, 6, 0.75) !important;
outline: medium none;
}
.form select:focus {
box-shadow: 0 0 4px rgba(243, 6, 6, 0.2);
-moz-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
-webkit-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
background: none repeat scroll 0 0 #FFF;
border-color: rgba(243, 6, 6, 0.75) !important;
outline: medium none;
}
.form-text input:focus {
box-shadow: 0 0 4px rgba(243, 6, 6, 0.2);
-moz-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
-webkit-box-shadow: 0 0 8px rgba(243, 6, 6, 0.2);
background: none repeat scroll 0 0 #FFF;
border-color: rgba(243, 6, 6, 0.75) !important;
outline: medium none;
}
.explore-btn {
font-family: 'Poppins', sans-serif;
margin:0 auto;
text-align:center;
background:#f47710;
padding: 1vw 1.5vw;
border-radius:0.5vw;
z-index: 1000;
color: #fff;
text-decoration: none;
font-size: 1.4vw;
font-weight: 600;
text-transform: uppercase;
text-decoration:none;
}
.explore-btn a {
color: #000;
text-decoration: none;
}
.explore-btn:hover {
background-color: #fff;
color: #000;
text-decoration:none;
}
.home-btn {
font-family: 'Poppins', sans-serif;
margin:0 auto;
text-align:center;
background:#000;
padding: 1vw 1vw;
border-radius: 3vw;
z-index: 1000;
color: #fff;
text-decoration:none;
font-size:1.5vw;
font-weight: 600;
text-transform: uppercase;

width:32%;
}
.home-btn a {
color: #000;

}
.home-btn a:hover {

color: #000;
text-decoration:none;
}
.services-btn {
font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    text-align: center;
    background: #000;
    padding: 0.5vw 1vw;
    border-radius: 3vw;
    z-index: 1000;
    color: #fff;
    text-decoration: none;
    font-size: 1.4vw;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 90%;
}
.services-btn a {
color: #000;
text-decoration: none;
}
.services-btn:hover {
background-color: #000;
color: #FFF;
text-decoration:none;
}
.discover-btn {
font-family: 'Poppins', sans-serif;
margin:0 auto;
text-align:center;
background-color: #f33c3c;
padding: 1.3vw 2vw;
border-radius: 2vw;
z-index: 1000;
color: #FFF;
text-decoration: none;
font-size: 1.1vw;
font-weight: 600;
text-transform: uppercase;
text-decoration:none;
}
.discover-btn a {
color: #FFF;
text-decoration: none;
}
.discover-btn a:hover {
color: #FFF;
text-decoration: none;
}
.discover-btn:hover {
background-color: #000;
color: #FFF;
text-decoration:none;
}
.banner {
width:100%;
background-repeat:no-repeat;
padding:4vw;
}
.banner h1 {
font-family: 'Poppins', sans-serif;
color: #fff;
font-size:2vw;
font-weight:700;
text-align:center;
}
.banner img {
width:100%;
}
#footer {
font-family: 'Poppins', sans-serif;
width:100%;
padding:.5vw;
background-color:#000;
color: #FFF;
}
#footer a {
font-family: 'Poppins', sans-serif;
color: #FFF;
text-decoration:none;
}
#footer a:hover {
font-family: 'Poppins', sans-serif;
color: #FFFF00;
text-decoration:none;
}
.monogram {
padding-left: 0px;
text-align: left;
padding-top:.5vw;
float:left;
width:8%;
}
.monogram img {
width:80%;
}
.pull-rights {
font-family: 'Poppins', sans-serif;
font-weight:400;
line-height: 1.5em;
padding-top:0.2vw;
text-align:right;
font-size: 17px;
color:#FFF;
}
.link {
font-family: 'Poppins', sans-serif;
font-weight:400;
line-height: 1.5em;
padding-top:0.2vw;
text-align: left;
font-size: 17px;
color:#ffff;
}
.link a {
font-family: 'Poppins', sans-serif;
font-size: 17px;
font-weight:400;
color: #FFF;
}
.link a:hover {
color: #fae9b6!important;
}
.videos-box {
width: 100%;
background:#f47710;
padding: 0%;
margin-bottom:40px;
}
.videos-box iframe {
width: 100%;
height:30vw;
}
.videos-txt {
width: 100%;
float: left;
}
.videos-txt h1 {
font-family: 'Poppins', sans-serif;
font-size:18px;
color: #444;
font-weight:600;
line-height: 1.5em;
padding:5px;
margin-top:10px;
margin-bottom:10px;
text-align: center;
}
/* Menu Section*/
.toggle, [id^=drop] {
display: none;
}
/* Giving a background-color to the nav container. */
nav {
margin:0;
padding: 0;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */
nav:after {
content:"";
display:table;
clear:both;
}
/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
float: right;
padding:0;
margin:0;
list-style: none;
position: relative;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0;
}
.margin-top {
margin-top:1.5em;
}
/* Positioning the navigation items inline */
nav ul li {
margin: 0px;
display:inline-block;
float: left;
padding: 0.8vw 0.5vw 0.9vw 0.5vw!important;
}



/* Styling the links */
nav a {
    display: block;
    padding: 0.8vw 0.8vw;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 1vw;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
nav a:hover {
color: #000;
text-decoration:none;
}
nav ul li ul li:hover {
background: #000;
text-decoration:none;
color:#f47710;
}
/* Background color change on Hover */
nav a:hover {
background: #ffcc33;
}
/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute;
/* has to be the same number as the "line-height" of "nav a" */
top: 50px;
background: #aa0000;
}
@media all and (max-width :1920px) {
nav ul ul {
top: 43px;
}
}
@media all and (max-width :1280px) {
nav ul ul {
top:36px;
}
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
display:inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
width:300px;
float:none;
display:list-item;
position: relative;
}
nav ul ul li a {
font-size:0.8vw;
}
nav ul ul li a:hover {
background: #f47710;
}
/* Second, Third and more Tiers	
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top:-60px;
/* has to be the same number as the "width" of "nav ul ul li" */ 
left:10px;
}
/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
content:  ' +';
}
li > a:only-child:after {
content: '';
}
@media all and (max-width : 1280px) {
.link {
font-size: 14px;
}
.link a {
font-size: 14px;
}
.pull-rights {
font-size: 14px;
}
}
@media all and (max-width :1024px) {
.about-con p {
font-size: 13px;
}
.address-box p {
font-size: 13px;
}
.pd-space-left {
padding-left: 0;
}
.service-box p {
font-size: 12px;
}
.services-btn {
padding: 0.3em 0.5em;
font-size: 13px;
width: 90%;
}
.link {
font-size: 11px;
}
.link a {
font-size: 11px;
}
.pull-rights {
font-size: 11px;
}
}
/* Media Queries
--------------------------------------------- */
/*@media only screen and (min-width : 820px) and (max-width : 820px) {*/
@media only screen and (max-width : 813px) {
.service-box p {
font-size: 18px;
}
.service-box {
padding: 1em;
margin-bottom: 1em;
}
.margin-top {
margin-top: 0;
}
.address-box h4 {
margin-top: 1em;
font-size: 18px;
}
.services-icon {
display: block;
padding: 10px;
width: 4em;
height: 4em;
}
.about-border-bg {
height: 12px;
}
.about-border-img {
padding-top:0px;
width: 15%;
}
.about-con h3 {
font-size:0.8em;
}
#footer {
padding:5px;
}
.banner h1 {
font-size: 1.5em;
padding-top:0;
line-height:1.5em;
z-index: auto!important;
}
.banner {
padding:2em;
}
.services-btn {
padding: 0.5em 0.7em;
border-radius: 2em;
font-size: 16px;
width: 80%;
margin-bottom:1em;
}
.hindi h1 {
font-size: 1.7em;
}
.hindi h2 {
font-size: 1.1em;
padding-left: 0;
padding-right: 0;
padding-top:10px;
padding-bottom:10px;
}
.hindi h3 {
font-size: 1.5em;
}
.home-btn {
padding: 1em 1em;
border-radius: 3em;
font-size: 0.9em;
width: 50%;
}

.mobile-show {
display:block;
}
.logoimg, .respimg {
float: none;
}
header {
position: relative;
width: 100%;
z-index: 22;
top: 0;
left: 0;
background: rgba(255, 255, 255, 1);
}
header.tr-header.sticky {
position: relative;
left: 0;
right: 0;
top: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 9999999;
}
.logo-holder {
width:30%;
position:relative;
margin:0 auto;
}
.logo-notvis, .logo-vis {
padding-left: 0;
}
.top-section li {
font-family: 'Poppins', sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 16px;
font-weight: 500;
text-align: left;
text-decoration: none;
padding: 6px 6px 6px 6px;
border-right:1px solid #fff;
}
.top-section li i {
font-size:18px;
margin-right:5px;
        color: #ffcc33;
}
.top-section li a {
color: #FFF;
text-decoration: none;
border-right:0!important;
}
nav {
margin: 0;
}
/* Hide the navigation menu by default */
/* Also hide the  */
.toggle + a, .menu {
display: none;
}
/* Stylinf the toggle lable */
.toggle {
display: block;
clear:both;
background-color: #aa0000;
padding:10px 20px;
color:#FFF;
font-size:17px;
text-decoration:none;
border:none;
margin-top:2.5em;
cursor:pointer;
margin-bottom:0;
}
.toggle:hover {
background-color:#ff4444;
}
label {
font-family: 'Poppins', sans-serif;
color: #444;
font-size:16px;
padding-bottom: 10px;
font-style: normal;
text-transform:uppercase;
font-weight: 300;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
display: block;
background-color:#f47710;
}
/* Change menu item's width to 100% */
nav ul li {
display: block;
width: 100%;
}
nav ul ul .toggle, nav ul ul a {
padding: 0 40px;
}
nav ul ul ul a {
padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
background-color: #000000;
}
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
padding:14px 20px;
color:#FFF;
font-size:17px;
}
nav ul {
float: left;
width:100%;
}
nav ul li ul li .toggle, nav ul ul a {
background-color: #212121;
}
nav a {
padding:10px 20px;
font-size: 1em;
font-style:none;
}
/* Hide Dropdowns by Default */
nav ul ul {
float: none;
position:static;
color: #ffffff;
/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover > ul, nav ul li:hover > ul {
display: none;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
display: block;
width: 100%;
}
nav ul ul ul li {
position: static;
/* has to be the same number as the "width" of "nav ul ul li" */ 
}

.section {
padding:20px 0;
}
.persons {
padding-top:0;
}
.persons .content h2 {
font-weight: 700;
font-size:45px;
text-align:center;
}
.persons .content h2 span {
font-size:14px;
padding:8px 16px;
line-height:1.5em;
}
.persons .content h3 {
font-size:25px;
}
.persons .content h3 span {
font-size:25px;
}
.persons .content h4 {
font-size:14px;
margin: 0;
}
.persons .content ul li {
display: inline-block;
padding:10px 0 0 2px;
}
.persons .content ul li a {
display: block;
width:40px;
height: 40px;
line-height: 40px;
}
.persons .content ul li i {
font-size:20px;
line-height: 40px;
text-align: center;
}
.persons .content p {
font-size:17px;
text-align:center;
line-height: 1.5em;
padding:15px 0 15px 0;
}
.service-bg {
position: relative;
display: block;
background:#000;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
padding-top: 25px !important;
margin-top:25px;
}
.section-heading p {
font-size:16px;
text-align:center;
padding:5px 0 15px 0;
}
.section-heading {
margin: 0 0 10px;
}
.section-heading h2 {
font-size:35px;
line-height:1.3em;
}
.section-heading h2 span {
font-size:20px;
padding:8px 16px;
line-height:2em;
}
.service-bg .section-heading p {
font-family: 'Poppins', sans-serif;
color: #fff;
padding: 0;
font-size:16px;
}
.service-box h2 {
font-size:22px;
}
.section-heading h3 {
font-size:4vw;
line-height:1.5em;
}
.section-heading h3 span {
padding: 8px 16px;
font-size:14px;
line-height:4em;
}
.discover-btn {
padding: 14px 20px;
font-size:16px;
}
.explore-btn {
padding: 12px 20px;
font-size:16px;
}
.form-box {
background-color: #FFF;
width: 90%;
margin: 0 auto;
padding: 10px 0;
}
label {
margin-bottom:0;
font-size:14px;
}
.form-text input[type="text"], .contact-right textarea, .contact form select {
padding:10px 10px;
font-size:14px;
border: 1px solid #e4e4e4;
margin-bottom:20px;
}
.form select {
padding:10px 10px;
font-size:14px;
border: 1px solid #e4e4e4;
margin-bottom:20px;
}
.form textarea {
height:100px;
margin-bottom:20px;
font-size:14px;
}
.form input[type="submit"] {
padding: 8px 10px;
font-size:16px;
margin-top:0;
margin-bottom:20px;
}
.google-map iframe {
width: 100%;
height: 300px;
margin-bottom:25px;
}
.address-icon {
display: block;
width:40px;
height: 40px;
line-height: 40px;
text-align: center;
margin-top:0;
margin-bottom:0;
}
.address-box h2 {
margin: 0 0 10px;
font-weight: 600;
line-height: 1.2em;
font-size:20px;
}
.address-box p {
margin: 0 0 10px;
line-height: 1.5em;
font-size:16px;
}
.address-icon i {
font-size: 20px;
line-height: 40px;
color: #FFF;
}
.monogram {
display:none;
}
.link {
font-size:12px;
text-align:center;
font-weight:600;
padding-left:0;
margin-left:0;
}
.link a {
font-size:12px;
text-align:center;
font-weight:600;
}
.pull-rights {
font-size:12px;
text-align:center;
font-weight:600;
float:none !important;
padding-left:0;
margin-left:0;
}
.pd-space-left {
padding-left: 0;
}
.address-box h3 {
margin: 0 0 5px;
font-size: 20px;
}
.about-con img {
width: 50%;
}
.about-con {
padding: 7px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
margin: 0;
padding-bottom:30px;
padding-top:20px;
}
.about-con h2 {
margin: 0 0 10px;
font-size:20px;
}
.about-con p {
font-size:16px;
padding: 15px 10px;
}
.service-icon {
display: block;
width: 50px;
height: 50px;
line-height: 50px;
border:1px solid #e4e4e4;
}
.pd-space {
padding-left: 0;
padding-right: 0;
padding-top:20px;
}
.videos-box iframe {
width: 100%;
height: 200px;
}
.home-background {
position: relative;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
transform-origin:0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
z-index: 100;
}
.col-space {
width: 100%;
padding-left: 0;
padding-right: 0;
}


.logo-vis {
top:10px;
}

.title-content h2 {
    font-size: 3.5em!important;
}

.title-content {
    bottom: -24vw !important;
    left: 5% !important;
}

.title-content h1 {
    font-size: 7em!important;
	margin: 0px auto;
}


.title-content p {
    font-size: 3em!important;
	font-weight:700!important;
}


.title-content h5 a {
    font-size: 3em!important;
	}
	
.as_contact_expert .as_icon:before {
  border: 0px solid #dcdcdc!important; 
}


.as_padderTop80 {
    padding-top: 30px!important;
}
.as_padderBottom80 {
    padding-bottom: 30px!important;
}

.as_heading {
    font-size: 4vw!important;
}


.about-area .about-caption {
    left: -35px!important;
padding: 20px 40px 40px 30px!important;
}

.about-area .about-caption p {
    font-size: 14px!important;
}

}
@media all and (max-width :736px) {
.logo-holder {
width:40%;
}
.service-box p {
font-size: 13px;
}
.about-con img {
width: 25%;
}


.logo-vis {
top:10px;
}

.title-content h2 {
    font-size: 3.5em!important;
}

.title-content {
    bottom: -30vw !important;
    left: 5% !important;
}

.title-content h1 {
    font-size: 7em!important;
	margin: 0px auto;
}


.title-content p {
    font-size: 3.5em!important;
	font-weight:700!important;
}


.title-content h5 a {
    font-size: 5em!important;
	}
	
		.as_padderTop80 {
    padding-top: 25px!important;
}
.as_padderBottom80 {
    padding-bottom: 40px!important;
}

.as_heading {
    font-size: 5vw!important;
	line-height: 1.2!important;
}

.as_padderBottom50 {
    padding-bottom: 15px!important;
}

.as_heading1 {
    font-size: 6vw!important;
    margin-top: 22px!important;
	text-align:left!important;
}

.as_paragraph_wrapper {
    margin-top: 5px!important;
}

.as_year_ex {
    font-size:16vw!important;
	}



.as_contact_expert .as_icon {
    margin-right: 10px!important;
}

.section-heading h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 10px;
}
	
	
	.service-box h2 {
    font-size: 25px;
}

.service-box p {
    font-size: 17px;
}


.section-heading h2 span {
    font-size: 17px;
}

.as_service_img {
    position: relative;
    margin-top: 40px;
}

.m22 {
    margin-top: 0px!important;
}

.about-con img {
    width: 55%;
}

.about-area .about-caption {
    left: 0px!important; 
    padding: 10px 20px 21px 25px!important;
}


.about-con h3 {
    font-size: 1em;
}

.home-btn {
    padding: 1em 1em;
    border-radius: 3em;
    font-size: 1.2em;
    width: 75%;
}

.section-heading h3 {
    font-size: 6vw;
    line-height: 1.2em;
    margin-top: 10px;
}

.service-box h2 {
    font-size: 30px;
}

.service-box p {
    font-size: 19px;
}


.section-heading h2 span {
    font-size: 20px;
}


.services-btn {
    font-size: 15px;
}

.as_service_img {
    position: relative;
    margin-top: 40px;
    margin-bottom: 65px;
}


.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.m00  {
margin-left:0px!important;
margin-right:0px!important;
}


.address-icon {
    margin-left: 55px;
}

.address-icon {
    margin-left: 0px!important;
}

}




@media all and (max-width :550px) {
.logo-holder {
width:40%;
}
.service-box p {
font-size: 13px;
}
.about-con img {
width: 25%;
}


.logo-vis {
top:10px;
}

.title-content h2 {
    font-size: 3.5em!important;
}

.title-content {
    bottom: -30vw !important;
    left: 5% !important;
}

.title-content h1 {
    font-size: 7em!important;
	margin: 0px auto;
}


.title-content p {
    font-size: 3.5em!important;
	font-weight:700!important;
}


.title-content h5 a {
    font-size: 5em!important;
	}
	
		.as_padderTop80 {
    padding-top: 25px!important;
}
.as_padderBottom80 {
    padding-bottom: 40px!important;
}

.as_heading {
    font-size: 6vw!important;
	line-height: 1.2!important;
}

.as_padderBottom50 {
    padding-bottom: 15px!important;
}

.as_heading1 {
    font-size: 6vw!important;
    margin-top: 22px!important;
	text-align:left!important;
}

.as_paragraph_wrapper {
    margin-top: 5px!important;
}

.as_year_ex {
    font-size:16vw!important;
	}



.as_contact_expert .as_icon {
    margin-right: 10px!important;
}

.section-heading h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 10px;
}
	
	
	.service-box h2 {
    font-size: 25px;
}

.service-box p {
    font-size: 17px;
}


.section-heading h2 span {
    font-size: 17px;
}

.as_service_img {
    position: relative;
    margin-top: 40px;
}

.m22 {
    margin-top: 40px!important;
}

.about-con img {
    width: 70%;
}

.about-area .about-caption {
    left: 0px!important; 
    padding: 10px 20px 21px 25px!important;
}


.about-con h3 {
    font-size: 1em;
}

.home-btn {
    padding: 1em 1em;
    border-radius: 3em;
    font-size: 1.2em;
    width: 75%;
}

.section-heading h3 {
    font-size: 6vw;
    line-height: 1.2em;
    margin-top: 10px;
}

.service-box h2 {
    font-size: 30px;
}

.service-box p {
    font-size: 19px;
}


.section-heading h2 span {
    font-size: 20px;
}


.services-btn {
    font-size: 18px!important;
}

.address-icon {
    margin-left: 0px!important;
}

}


@media all and (max-width:480px) {
.logo-holder {
width:90%;
}
.home-btn {
width: 85%;
}

.logo-vis {
top:10px;
}

.title-content h2 {
    font-size: 3.5em!important;
}

.title-content {
    bottom: -42vw !important;
    left: 5% !important;
}

.title-content h1 {
    font-size: 7em!important;
	margin: 0px auto;
}


.title-content p {
    font-size: 3.5em!important;
	font-weight:700!important;
}


.title-content h5 a {
    font-size: 5em!important;
	}
	
		.as_padderTop80 {
    padding-top: 25px!important;
}
.as_padderBottom80 {
    padding-bottom: 40px!important;
}

.as_heading {
    font-size: 6vw!important;
	line-height: 1.2!important;
}

.as_padderBottom50 {
    padding-bottom: 15px!important;
}

.as_heading1 {
    font-size: 6vw!important;
    margin-top: 22px!important;
	text-align:left!important;
}

.as_paragraph_wrapper {
    margin-top: 5px!important;
}

.as_year_ex {
    font-size:16vw!important;
	}



.as_contact_expert .as_icon {
    margin-right: 10px!important;
}

.section-heading h3 {
    font-size: 6vw;
    line-height: 1.2em;
    margin-top: 10px;
}

.service-box h2 {
    font-size: 25px;
}

.service-box p {
    font-size: 17px;
}


.section-heading h2 span {
    font-size: 17px;
}

.as_service_img {
    position: relative;
    margin-top: 55px;
}

.m22 {
    margin-top: 95px!important;
}

.about-con img {
    width: 70%;
}

.about-area .about-caption {
    left: 0px!important; 
    padding: 10px 20px 21px 25px!important;
}


.about-con h3 {
    font-size: 1em;
}

.home-btn {
    padding: 1em 1em;
    border-radius: 3em;
    font-size: 1em!important;
    width: 95%!important;
}

.address-icon {
    margin-left: 0px!important;
}


.as_btn, .as_btn:focus, .as_btn:visited {
    font-size: 16px!important;
}
}
@media all and (max-width : 330px) {
.logo-holder {
width:62%;
}
nav ul li {
display:block;
width: 100%;
}
.address-box p {
font-size: 14px;
}
.home-btn {
width: 85%;
}

.logo-vis {
top:10px;
}

.title-content h2 {
    font-size: 3.5em;
}


.title-content {
    bottom: -28vw!important;
    left: 5%!important;
}


.title-content h1 {
    font-size: 6.5em!important;
		margin: 0px auto;
}
}

.clearfix {
clear:both;
}

/* banner css end */
/* about css start */


.as_heading {
font-family: 'Poppins', sans-serif;
    display: block;
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.7;
	text-transform:uppercase;
}


.as_heading1 {
font-family: 'Poppins', sans-serif;
    display: block;
    color: #ed143d;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
}

.as_aboutimg {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.as_about_wrapper{
    background-image:url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid var(--secondary-color);
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #f4a636;
    margin-top: 20px;
}
.as_contact_expert {
    display: flex;
    margin: 25px 0;
    align-items:center;
    color: #000;
	
}
.as_contact_expert .as_icon{
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:25px;
    position: relative;
}
.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: 'Philosopher', sans-serif;
    margin-right: 10px;
}
.as_icon i{
	    font-size: 41px;
    color: #e15006;
	
}
.as_contact_expert:hover .as_icon:before{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5{
font-family: 'Poppins', sans-serif;
    font-size:18px;
    margin: 0;
}
.as_contact_expert h1{
font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight:700;
    margin:0 0 0 0;
}
.as_aboutimg{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.as_aboutimg img{
    display: inline-block;
    
}
.as_aboutimg span.as_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes zoom{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}
.as_aboutimg span.as_play:after,.as_aboutimg span.as_play:before{
    content: '';
    position: absolute;
    left: -5px;
    top:-5px;
    bottom: -5px;
    right: -5px;
    background-color:  rgb(246 246 246 / 60%);
    animation: zoom 0.8s infinite alternate;
    border-radius: 100%;
    z-index: -1;
}
.as_aboutimg span.as_play:after{
    left:-12px;
    right:-12px;
    top: -12px;
    bottom: -12px;
}


.as_font14 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.as_margin0 {
    margin: 0px !important;
}
.as_padderBottom10 {
    padding-bottom: 10px;
	line-height: 34px;
}

.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: 'Philosopher', sans-serif;
    margin-right: 10px;
}

.as_btn,.as_btn:focus,.as_btn:visited{
font-family: 'Poppins', sans-serif;
    height: 55px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(229, 112, 14) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    font-size: 17px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 23px;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    min-width: 220px;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    color: #fff;
}
.as_btn:after{
    position:absolute;
    z-index:-1;
    content:'';
    top:0;
    bottom:0;
    left:100%;
    right:0;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}
.as_btn:hover:after{
    left:0
}
.as_btn:hover {
    color: #fff !important;
	text-decoration:none;
}
.as_verticle_center{
    display: flex;
    align-items: center;
}

.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #f4a636;
    margin-top: 20px;
}

.as_padderBottom80 {
    padding-bottom: 80px;
}
.as_padderTop80 {
    padding-top: 80px;
}

.as_padderBottom50 {
    padding-bottom: 10px;
}
/* about css end */



/* service css start */
.as_service_wrapper {
   
    background-position:center;
    overflow: hidden;
}
.as_service_img {
    position: relative;
}

.as_service_img .as_service_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 150px;
}
.as_service_img:after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width:207px;
    height: 651px;
    bottom: -35px;
}
.as_service_single .as_service_img:after {
    display: none;
}
.as_service_img  .as_service_circle {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_service_box {
    background-color: #ed143d;
    padding: 30px 22px 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}

/* start testimonials section */

.testimonials-section{
  padding: 0;
  background:linear-gradient(to right, #ed143d 60%, #eaf00d 50%);
}

.testimonials-section1{
  padding: 50px 0 91px;
}
.testimonials-section1 .topservices-head{
  text-align:left;
}
.testimonials-section1 .topservices-head p{
  padding:0 30% 0 0%;
}
.testimonials{
  padding: 50px 50px 0;
  background:#fff;
  box-shadow: -1px -7px 20px 0px #bbbbbb66;
  margin: 30px 0 0;
}
.testimonials-1{
  padding: 10px 10px 0;
}
.testimonials-2{
  padding: 0;
  background-color:#ed143d;
  text-align: center;
}
.testimonials-3{
  padding: 0;
}
.testimonials-3 img{
  border-radius: 50%;
  border: 2px solid #eaf00d;
  height: 80px;
  padding: 3px;
  margin-top:10px;
}
.testimonials-4{
  padding: 20px 0;
}
.testimonials-4 img{
  width: 85px;
}
.testimonials-4 strong{
  display: block;
  color: #eaf00d;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  padding: 0;
}
.testimonials-4 p{
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.testimonials-5{
  padding: 20px;
  background: #f3f3f3;
}
.testimonials-5 p{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 28px;
}
/* end testimonials section */

.as_service_box img {
    width:50%;
}

.as_service_box .as_icon svg{
    fill: var(--secondary-color);
    transition: none;
}
.as_service_box:hover .as_icon svg{
    fill: #ffffff;
} 
.as_service_box p {
    transition: none;
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.as_service_box .as_subheading {
	font-family: 'Poppins', sans-serif;
    margin: 20px 0 10px;
    font-size: 25px;
    position: relative;
    font-weight: 600;
    transition: none;
	text-transform:uppercase;
	line-height:1.2;
}
.as_link{
    text-transform: capitalize;
    font-size: 15px;
    line-height:24px;
    color: var(--dark-color1);
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: none;
    cursor: pointer;
    /* display: inline-flex; */
}
.as_link span{
    margin: -1px 0 0 5px;
}
.as_service_box:hover .as_link span svg {
    fill: #ffffff;
}

.as_service_box .as_link span svg, .as_service_box .as_link span {
    transition: none !important;
    fill:var(--primary-color);
}
.as_service_box:hover .as_subheading,.as_service_box:hover p,.as_service_box:hover .as_link{
    color: #ffffff;
}
.as_service_box:hover .as_link svg{
    fill:#ffffff;
}
/* service css end */


.innerheader img {
width:100%;
}


/* horoscope css start */
.as_horoscope_wrapper{
    background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
/* horoscope css end */


/* zodiec sign css start */
.as_sign_box {
    background-color: #ffffff;
    /* max-width: 170px; */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(231, 231, 231);
    margin-top: 30px;
    transition: all 0.3s linear;
}
.as_sign_box .as_sign {
    background-color: #ffffff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.as_sign_box:hover .as_sign img {
    transform: rotate(360deg);
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color1);
    margin: 0 0 2px;
    transition: none;
    transition: all 0.3s linear;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none;
}
.as_sign_box:hover h5,.as_sign_box:hover p{
    color: #ffffff;
}
.as_sign_box:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    border-color: rgb(231, 231, 231);
} 

/* zodiec sign css end */



.section-bg11 {
    background: #FAFAF8;
}


.about-area .about-img img {
    width: 100%;
}

.about-area .about-caption {
background-image: linear-gradient( 0deg, rgb(244,170,54) 50%, rgb(229, 112, 14) 100%);
    position: relative;
    left: -100px;
padding: 10px 30px 20px 30px;
	z-index: 100;
}


.about-area .about-caption h2 {
 font-family: 'Poppins', sans-serif;
    font-size: 30px!important;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 18px;
	text-transform:capitalize;
}


.about-area .about-caption p {
  font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.section-padding {
    padding-top: 45px;
    padding-bottom: 30px;
}



.about-area .about-caption.about-caption2 {
    left: inherit;
    right: -100px;
}

.about-area .about-img.about-img2 img {
    margin: 0 !important;
}


.mb-70 {
    margin-bottom: 70px;
}

.btn-style-one {
font-family: 'Poppins', sans-serif;
position: relative;
display: inline-block;
font-size: 20px;
line-height: 30px;
color: #fff;
padding: 12px 30px;
font-weight: 700;
overflow: hidden;
overflow:hidden;
border-radius:0px;
background-color: #000;
text-transform: capitalize;
text-decoration:none;
margin-bottom: 10px;
}
.btn-style-one .map {
position:relative;
z-index:1;
margin-right:8px;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.btn-style-one:hover .map {
color:#ffffff;
}
.btn-style-one:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
background-color: #fff;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0.2, 1);
transform: scale(0.2, 1);
}
.btn-style-one .txt {
position:relative;
z-index:1;
text-decoration:none!important;
}
.btn-style-one:hover::before {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.btn-style-one a:hover {
color: #fff;
}

.bgblack  {
background-color: #000;
padding-top:2vw;
padding-bottom:2vw;
}


.title-content {
	position:absolute;
	bottom:-7vw;
	left:8%;
	width:100%;
}
.title-content h1 {
font-family: 'Poppins', sans-serif;
	display: block;
	height: auto;
	font-size:5.5em;
	font-weight:800;
	line-height:1.2;
	text-align:left;
	color:#FFF;
	text-shadow: 2px 2px 5px #000;
	text-transform:uppercase;
	margin-bottom:20px;
}


.title-content h2 {
font-family: 'Poppins', sans-serif;
	display: block;
	height: auto;
	font-size:2.5em;
	font-weight:600;
	line-height:1.4;
	text-align:left;
	color:#fc3;
	text-shadow: 2px 2px 5px #000;
}


.title-content h1 span {
	font-weight:800;
color:#ffcc33;
}
.title-content p {
font-family: 'Poppins', sans-serif;
	color:#FFF;
	font-size:2.5em;
	font-weight:600;
	line-height:1.5em;
	text-align:left;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	padding-top:0;
	padding-bottom:1vw;
}
.title-content h5 a {
font-family: 'Poppins', sans-serif;
background-color:#fff;
font-size: 2.3em;
font-weight:600;
color: #000;
padding-top: 0;
float: left;
text-decoration: none;
padding:20px 30px;
border-radius:50px;
}
.title-content h5 a:hover {
color: #000;
background-color:#fff;
}
.title-content h5 a i {
    position: relative;
    top:3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.btn-more {
font-family: 'Poppins', sans-serif;
  color: #fff;
  background-color: #ff7e00;
  font-weight:400;
  text-transform:uppercase;
  border-color: #ff7e00;
  padding:5% 8%;
  font-size:1.5em;
  text-decoration:none;
  border-radius:30px;
}
.btn-more:hover {
  color: #fff;
  background-color: #219bdb;
  border-color: #219bdb;
  text-decoration:none;
}

.footer1 {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
    color: #989898;
    font-size: 13px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.footer1_row_spacer {
    padding-top: 40px;
}
h3.get_in {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #eaf00d;
	font-weight:bold;
}
ul.no-icon-list {
    margin: 0;
    padding-bottom: 14px;
}
ul.no-icon-list li {
    list-style: outside none none;
    margin: 0;
    padding: 8px 8px;
	border-right: 0px solid rgba(255, 204, 51, .5);
	display: block;
}

ul.no-icon-list li:hover {
  background:#eaf00d;
  color:#000;
  text-decoration:none;
}



ul.no-icon-list li a {
    color: #fff!important;
}

ul.no-icon-list li a:hover {
    color: #000!important;
	  text-decoration:none!important;
}


.foot-lisiting a {
    background: rgba(0, 0, 0, 0) url(../images/footer-arrow-icon.png) no-repeat scroll left center;
    font-size: 16px;
    padding-left: 21px;
	font-weight: 600;
}

.text-black {
 color: #000!important;
}

.video-box {
    width: 100%;
    text-align: center;
    margin-top: 3vw;
}

.video-box-center {
    width: 100%;
    margin: 0 auto;
}


.video-box-center iframe {
    width: 70%;
    height: 35vw;
    border-radius: 1vw;
}



