﻿@charset "utf-8";
/* ----------------------------------
	1. Reset default browser styles
	2. Basic classes and elements 
	3. Color Scheme
	4. Typography
	5. Header
	6. Sliders
	7. Tabs
	8. Carousels
	9. Twitter Feed
	10. Lists and navigations
	11. Buttons
	12. Tables
	13. Icons
	14. Main content elements
	15. Forms
	16. Footer
	17. Animations
	18. Responsive changes
	19. Retina ready

1. Reset default browser styles

------------------------------------- */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

* {
	margin: 0;
	padding: 0;
	border: none;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
	outline: none !important;
}
b, strong {
	font-weight: bold !important;
}
ul, ol {
	list-style: none;
}
q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
	max-width: 100%;
}
embed {
	vertical-align: top;
}
input, button {
	/*	-webkit-appearance:none;*/
	outline: none;
}
 button::-moz-focus-inner {
 border: 0;
}
html, body {
	height: 100%;
}
p{font-family: Lato; margin-bottom:10px;}
select { font-family: 'FontAwesome', "Open Sans" ;}
/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */
body {
	font: 500 14px/21px Lato;
	color: #58595b;
	background: #fff;
	letter-spacing: 0.1px;
	overflow-x: hidden;
}
/*Margin*/
.pad-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.m_left_0 {
	margin-left: 0 !important;
}
.m_right_0 {
	margin-right: 0 !important;
}
.m_left_5 {
	margin-left: 5px;
}
.m_left_10 {
	margin-left: 10px;
}
.m_left_15 {
	margin-left: 15px;
}
.m_left_20 {
	margin-left: 20px;
}
.m_left_40 {
	margin-left: 40px;
}
.m_right_5 {
	margin-right: 5px;
}
.m_right_6 {
	margin-right: 6px;
}
.m_right_8 {
	margin-right: 8px;
}
.m_right_10 {
	margin-right: 10px;
}
.m_right_15 {
	margin-right: 15px;
}
.m_right_20 {
	margin-right: 20px;
}
.m_right_25 {
	margin-right: 25px;
}
.m_right_29 {
	margin-right: 29px;
}
.m_right_30 {
	margin-right: 30px;
}
.m_right_35 {
	margin-right: 35px;
}
.p_bottom_0 {
	padding-bottom: 0 !important;
}
.m_bottom_0 {
	margin-bottom: 0 !important;
}
.m_bottom_3 {
	margin-bottom: 3px;
}
.m_bottom_5 {
	margin-bottom: 5px;
}
.m_bottom_10 {
	margin-bottom: 10px;
}
.m_bottom_12 {
	margin-bottom: 12px;
}
.m_bottom_15 {
	margin-bottom: 15px;
}
.m_bottom_20 {
	margin-bottom: 20px;
}
.m_bottom_25 {
	margin-bottom: 25px;
}
.m_bottom_30 {
	margin-bottom: 30px;
}
.m_bottom_35 {
	margin-bottom: 35px;
}
.m_bottom_40 {
	margin-bottom: 40px;
}
.m_bottom_45 {
	margin-bottom: 45px;
}
.m_bottom_50 {
	margin-bottom: 50px;
}
.m_bottom_60 {
	margin-bottom: 60px;
}
.m_bottom_65 {
	margin-bottom: 65px;
}
.m_bottom_100 {
	margin-bottom: 100px;
}
.m_top_0 {
	margin-top: 0px !important;
}
.m_top_5 {
	margin-top: 5px;
}
.m_top_10 {
	margin-top: 10px;
}
.m_top_20 {
	margin-top: 20px;
}
.m_top_30 {
	margin-top: 30px;
}
.m_top_40 {
	margin-top: 40px;
}
.m_top_50 {
	margin-top: 50px;
}
.m_top_60 {
	margin-top: 60px;
}
.m_top_70 {
	margin-top: 70px;
}
.m_top_100 {
	margin-top: 100px;
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}
.no-pad{
padding-left:0 !important;
padding-right:0 !important;	
}

.ph_sticky {position:fixed;right:20px; top:50%; transform:translateY(-50%);z-index: 100;}
.ph_sticky {position:fixed;right:25px; top:50%; transform:translateY(-50%);z-index: 100;}
.ph_sticky:before{content:"";background: linear-gradient(to top, #dea006  0%, #fdba13 100%);height:80px;position:absolute; top:50%; transform:translateY(-50%);width: 100px;right: -50px;}
.ph_sticky a{width:140px; height:140px;border-radius:100%;background: linear-gradient(to top, #dea006  0%, #fdba13 100%); display:block; position:relative;}
.ph_sticky a:before {content: "";background: url('../images/call_img.png') no-repeat 0 0;width:80px; height:37px; background-size:100%; position:absolute; left:50%; top:10px;transform: translateX(-50%);filter: brightness(0);}
.ph_sticky a span{width:70px; height:70px;line-height:70px; border-radius:100%; color:#000; text-align:center; background: linear-gradient(to top, #fdba13 0%, #dea006 100%); display:block; font-size:36px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.ph_sticky a span i{line-height:70px;}
.wp_sticky{position:fixed;bottom:20px; right:30px;z-index: 100;}
.wp_sticky img{width:130px;}

/*===================================home Start====================================*/
.top-head{
z-index:2;
background:#ffffff;
width:100%;	
}
.top-head .navbar-custom .navbar-nav .nav-link {
font-weight: 500;
font-size: 16px;
padding: 0 25px;
line-height: 36px;
color:#fff;
}
.banner-area{
background:url(../images/banner.jpg) no-repeat 50% 0;
background-size:cover;
padding-bottom:50px;	
}
.logo{
z-index:3;
background:#fff;
	}
		
.log_btn {
    border: 1px solid #D80B34;
    border-radius: 4px;
    color: #fff;
    background-image: linear-gradient(#FF9C9C, #D80B34);
    padding: 7px 0 !important;
    display: block;
    width: 100px;
    right: 0;
    top: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}	
	
.from-sec{
width:100%;
background:rgba(84,7,6,0.73);
border:5px solid #54153e;	
margin-top:170px;
padding:60px 20px 20px;
position:relative;	
	}
.from-sec h3{
text-align:center;
color:#fff;
padding-bottom:5px;
border-bottom:1px solid #fff;
margin-bottom:20px;
font-family:Lato;
font-size:20px;	
}
.frm-holder{
color:#fff;
font-size:27px;
background:url(../images/from_holder.png) no-repeat 50% 0;

line-height:50px;	
text-align:center;
position:absolute;
left:50%;
transform:translateX(-50%);
top:-20px;
width:290px;
font-family: 'Gabriela', serif;
font-weight:600;
height: 80px;
padding-top:5px;
}
.frm-holder span{
border-top:1px solid #fff;
border-bottom:1px solid #fff;	
}
/*.frm-holder:before {
    background: url(../images/frm-hd-lft.png) no-repeat 50% 0;
    width: 36px;
    height: 18px;
    position: absolute;
    content: "";
    top: -1px;
    left: -4px;
	z-index:1;
}
.frm-holder:after{
width: 0;
height: 0;
border-style: solid;
border-width: 18px 0 0 18px;
border-color: transparent transparent transparent #000000;
position:absolute;
content:"";
top:0;
right:-18px;	
	}*/
.inp-shdw {
    box-shadow: 0px 0px 10px 5px #d2d2d2 inset;
}
.rowLabel {
    display: block;
    margin: 8px 0;
    font: 400 16px/22px "Lato",Arial,Helvetica,sans-serif;
    color: #fff;
}
.tooltip_one {
    position: absolute;
    top: 9px;
    right: 15px;
}

    .tooltip_one .tooltiptext {
        visibility: hidden;
        width: 145px;
        background-color: #FF9C9C;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 1px;
        position: absolute;
        z-index: 1;
        bottom: 80%;
        left: 0;
        margin-left: -95px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 13px;
    }

        .tooltip_one .tooltiptext::after {
            content: "";
            position: absolute;
            top: 0%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #f94186 transparent transparent transparent;
        }

    .tooltip_one:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip_one p {
    font-size: 14px;
    font-weight: bold;
    background: #FF9C9C;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #000000;
    padding: 0px 7px;
}
.chk_lvl a{ 
color:#fff;
text-decoration:underline;
}

.form-area{}
.form-area label{
 color: #000;
 font-size: 20px;
 position: absolute;
 left: 25px;
 top: 11px;
 z-index: 1;
}
:root {
 --color-black: #232323;
 --color-pink: #ff6393;
 --color-dark-pink: #df4775;
 --color-purple: #342a47;
 --color-blue: deepskyblue;
 --color-gray: #525252;
 --color-green: #bbe187;
  --color-white: #ffffff;
 --transition-fast: 0.1s;
}
.InputGroup {
 display: -webkit-box;
 display: flex;
 height: 45px;
 width: 100px;
}
.InputGroup input[type="radio"] {
  visibility: hidden; /* 1 */
  height: 0; /* 2 */
  width: 0; /* 2 */
}

.InputGroup label {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: auto;
  vertical-align: middle;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-white);
  color: #111;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  transition: color --transition-fast ease-out, 
              background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
 margin-right: 8px;
}

.InputGroup input[type="radio"]:checked + label {
  background-color: var(--color-dark-pink);
  color: var(--color-white);
}

.InputGroup input[type="radio"]:hover:not(:checked) + label {
 background-color: var(--color-pink);
 color: var(--color-white);
}
.InputGroup label i {
font-size: 20px;
margin-right: 5px;	
	}
	

.male_ic {
 background: url(../images/man_icn.png)no-repeat 50% 50%;
/*width: 10px;
height: 25px;*/
display: inline-block;
}
.female_ic {
background: url(../images/woman_icn.png)no-repeat 37% 50%;
/*width: 14px;
height: 25px;*/
 display: inline-block;
}

.radioWrap {
    display: block;
    background-color: transparent;
    border-radius: 4px;
    color: #4c4c4c;
    font: 400 16px/22px "Lato",Arial,Helvetica,sans-serif;
}
.radioWrap label {
    padding-top: 13px;
    padding-bottom: 13px;
	display: block;
}
input[type=radio] {
   opacity: 0;
   display: none;
}
input[type=radio]+label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
	color:#ffffff;
}
input[type=radio]+label::before {
    display: none;
    position: absolute;
    top: 15px;
    left: 7px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
	    border: 4px solid #FF9C9C;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    content: "";
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.radioWrap label[for=mysexW]::before {
    background-color: #ffffff;
}
input[type=radio]:checked+label::before {
    display: block;
}
.radioWrap label[for=essexW]::after {
    border-color: #fc7f29;
}
input[type=radio]+label::after {
    top: 13px;
}
input[type=radio]+label::after {
    position: absolute;
    left: 8px;
    top: 15px;
    width: 20px;
    height: 20px;
    content: " ";
    background-color: transparent;
    border: 4px solid #FF9C9C;
    border-radius: 50%;
}	
	
	
	
	
	
	
	
	
	
	
.wrn-btn {
    width: 155px;
    font-size: 16px;
    height: 47px;
    line-height: 25px;
    margin: 0 auto;
    display: block;
    background-image: linear-gradient(#FF9C9C, #D80B34);
    border-radius: 6px;
    border: 1px solid #D80B34;
    font-family: Lato;
    color: #fff;
    box-shadow: 0 4px 5px #555;
}
.main-caption{
font-family: 'Gabriela', serif;
font-size:60px;	
color:#fff;
text-shadow:4px 5px 6px #444;
position:absolute;
bottom:20px;	
}
/********************** body Sec***********************/
.pad-sec{
padding:60px 0;	
}
.heading {
font-family: 'Gabriela', serif;
}
.head-title{
font-size:42px;
color:#000000;
margin-bottom:20px;	
	}
.sub-heading {
    font-family: 'Gabriela', serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}
.sub-heading span{
color:#d20561;
}		
	
	
.subtitle{
font-size:18px;
margin-bottom:15px;
color:#fff;	
}
.divider {
background:url(../images/divider.png) no-repeat 50% 0;
width:100%;
height:37px;
margin-bottom:20px;	
	}	
.phone-noholder {
    position: relative;
    padding: 12px 15px 12px 34px;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
 }
 .sticker {
  width: 50px;
  height: 50px;
  display: block;
  top: -2px;
  position: absolute;
  z-index: 6;
  left: -21px;
  text-align: center;
  border: 2px solid #e85164;
}

.sec_bg-one {
    background: url(../images/sec_bg-one.jpg) repeat-x 50% 0;
	background-size:cover;
}
.sec_bg-two {
    background: url(../images/sec_bg-two.jpg) repeat-x 50% 0;
    background-size: cover;
    padding: 135px 0;
}
.why-choose {
    background: transparent;
    padding: 35px;
}
.why-choose h3 {
color:#fff;
}
.sec1 {
padding: 28px 0;
border-bottom: 1px solid #eee;
color: #fff;
}
.sec1 h4 {
    line-height: 30px;
    text-transform: uppercase;
    font-family: Lato;
    font-weight: 700;
}
.sec1 p {
    margin: 15px 0;
    color: #efefef;
    font-size: 16px;
    line-height: 25px;
}
.sec1 h4 i {
    margin-right: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    background: #fff;
    color: #9f203e;
}
.side-banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-bg {
    background: url(../images/footer.png) no-repeat 50% 0;
    background-size: cover;
}
.half-circle {
    width: 315px;
    /* height: 150px; */
    /* background-color: white; */
    /* border-bottom-left-radius: 500px; */
    /* border-bottom-right-radius: 500px; */
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    /* box-shadow: 0 4px 8px #444; */
    padding: 40px 0;
    margin-top: 10px;
}
.half-circle img{ width:65%;}
.footer_pad ul {
display: block;
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
padding: 15px;
margin:10px auto 15px;
}	
.footer_pad ul li {
display: inline-block;
color: #fff;
padding: 0 20px;
font-size: 14px;
}
.footer_pad ul li a {
color: #fff;
}
.copy_sec {
    margin: 35px 0;
}
.copy_sec p {
color: #fff;
font-size: 14px;
font-family: Raleway;
margin: 0;
text-align: left;
}
/*************** modal*****************/
.know_btn {
width: 180px;
display: block;
font-size: 20px;
color: #fff;
padding: 15px 0;
margin: 10px auto;
background: linear-gradient(to top, #840437, #cf1a62);
box-shadow: 2px 4px 5px 0px #383232;
border-radius: 6px;
}
.modal-header{
background-color:#e82770;
color:#fff;	
	}	
/*************** modal*****************/
.modalBackground {
    background: rgba(0,0,0,.5);
}
.modalPopupEcard {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 4px #222;
    color: #222;
    padding: 15px;
}
.popupcontent {
    position: relative;
    padding: 20px;
}
.highlight-text {
    color: #e10a0a;
    font-size: 15px;
}
.pop-text p {
    margin-bottom: 5px;
}
.pop-text {
    font: 500 14px/21px "Open Sans",Arial,sans-serif;
}
.okbtn {
    background: red;
    color: #fff;
    width: 60px;
    line-height: 30px;
    border-radius: 6px;
    display: block;
    text-align: center;
    margin: 15px auto 0;
    cursor: pointer;
}
    .okbtn:hover {
        background: #c12828;
        color: #fff;
        cursor: pointer;
    }
.popupcross {
    position: absolute;
    top: -20px;
    right: -20px;
}

/*============================== new css starts==============================*/
.sec_bg-three {
    background: url(../images/sec_bg-three.jpg) no-repeat 100% 0 #8e0608;
    background-size: cover;
}
.sec_bg-four {
    background: url(../images/sec_bg_four.jpg) no-repeat 100% 0;
    background-size: cover;
    position:relative;
}
.overlay{
position:absolute;
background:rgba(0,0,0,0.7);
width:100%;
height:100%;
}
.sec_bg-one div.divider, .sec_bg-three div.divider {
    filter: grayscale(100%) brightness(0%);
}
.font-shadow{
text-shadow:0 0 5px #111;
}
.search_area{margin-top:20px;}

/*============================== media quaries starts==============================*/
@media(max-width: 1200px) {
}
@media(max-width: 1280px) {
}
@media(min-width: 981px) and ( max-width: 1024px) {}
@media(min-width: 768px) and ( max-width: 980px) {
.banner-area {
background: url(../images/banner.jpg) no-repeat 70% 0;
}
.navbar-toggler{
background:#61bceb;	
}	
}
@media(max-width: 767px) {
.logo{
width:50%;	
}
.navbar-toggler{
background:#61bceb;	
}
.mobile-margin{
margin-top:25px;	
	}
.top-head .navbar-custom .navbar-nav .nav-link {
padding: 0;
}
.main-caption {
font-size: 30px;
position: relative;
top:12px;
text-align: center;
}
.banner-area {
background: url(../images/banner.jpg) no-repeat 81% 0;
}
.from-sec {
margin-top: 25px;
}
.from-sec p{
margin-bottom:0;	
}
.head-title {
font-size: 27px;   
}
.rowLabel {
margin: 5px 0;
}
.phone-noholder{padding: 12px 15px 12px 64px;}
.sticker{left:0;}
.sec1 h4 {font-size: 1rem;}
    .sec_bg-one div.why-choose, .sec_bg-four div.why-choose {
        padding: 15px;
    }
.why-choose {
padding: 0;
}
    .sec_bg-two {
     padding: 60px 0;
    }

    .ph_sticky{right:5px;}
	.ph_sticky a{width:120px; height:120px;}
	.ph_sticky a span{width:60px; height:60px; line-height:50px;font-size:36px;}
    .ph_sticky a span i{line-height:60px;}
	.ph_sticky a::before {width:60px;}
	.ph_sticky::before {height:60px;}
	.wp_sticky{right:10px;}
	.wp_sticky img{width:100px;}
}
@media(max-width: 640px) {
.logo {
width: 35%;
}	
	}
@media (max-width: 480px){
.logo{
width:50%;	
}	
	}
@media(max-width: 360px) {}
@media(max-width: 320px) {}

