@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
        url('TimesNewRomanPS-ItalicMT.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('TimesNewRomanPS-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'),
        url('TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldItalicMT.woff2') format('woff2'),
        url('TimesNewRomanPS-BoldItalicMT.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


body {
   font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}
ol,
ul {
    list-style: none outside none;
}
a:focus,
a:hover {
    text-decoration: none !important;
}


/** work start here **/

header{ background:linear-gradient(to right, #03139a ,#01095b );}

.navigation {max-width: 945px;text-align: right;border-left: 1px solid #fcfcfe; border-right: 1px solid #fcfcfe;padding: 24px 0;float: left;width: 100%;}

.navigation .navbar-expand-lg .navbar-collapse {justify-content: flex-end;}

.logo {
    padding-top: 4px;
}

.logo img {
    width: 92%;
}

.navigation .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-right: 24px !important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.navigation .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #fff !important;}

.right-phone {margin-top: 15px;}

.top-middle-services {
    background-color: #f5f5f5;
    height: 375px;
    padding-top: 50px;
}

.title-section {
    text-align: center; position:relative;
}

.title-section h2 {
    font-family: 'Times New Roman';
    font-weight: 700;
    font-size: 28px;
    color: #000;
}

.title-section:before {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 60px;
    right: 0;
    top: -10px;
    bottom: 0;
}

.title-section:after {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 60px;
    top: -10px;
    bottom: 0;
}

.title-section span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin: 10px 0;
}
.title-section p {
    font-weight: 400;
    font-size: 14px;
}
.main-serivces-box {
    position: relative;
    top: -110px;
}
.serivces-box {
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 30px;
}

.serivces-box a {
    background: linear-gradient(to right, #03139a ,#01095b );
    display: block;
    text-align: center;
    border-radius: 0 0 15px 15px;
    padding: 14px 10px;
    color: #fff;
    font-size: 20px; font-weight:500;
}

.serivces-box h2 {
    font-family: 'Times New Roman';
    font-size: 28px;
    padding: 10px 20px;
    margin-bottom: 0;
}

.serivces-box p {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.serivces-box a:hover {
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2)); color:#fff;
}


.mian-form-title h2 {
    font-family: 'Times New Roman';
    color: #ffaa02;
    font-size: 28px;
}

.mian-form-title p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.main-form {
    text-align: center;
    background: #fff;
    border: 1px solid #ffaa02;
    padding: 35px 0 90px;
    text-align: center;
    border-radius: 15px;
}


.textfield {
    border-radius: 30px;
    height: 40px;
    border: 2px solid #ffaa02;
    margin-bottom: 20px;
    padding-left: 40px;
}

.form-icon input {
    padding: 0px 39px 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.hm-inner-form {
    padding: 5px 35px 0;
}

.form-icon textarea.textfield.text-area {
    width: 100%;
    resize: none;
    height: 180px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

.form-icon .form-sub {
    border: 0;
    background: linear-gradient(to right, #03139a ,#01095b );
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: roboto;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
}

.form-icon .form-sub:hover {
    background: linear-gradient(to right, #ff7300 ,#ffa302 );
}

.frm-cta {
    padding-top: 40px;
}

.frm-cta h5 {
    font-family: 'Times New Roman';
    font-size: 22px;
    text-transform: uppercase;
}

.frm-cta a {
    color: #ffaa02;
    font-size: 50px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Times New Roman';
}
.frm-cta p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.frm-call-icon {
    text-align: center;
    margin-top: 0;
    position: absolute;
    width: 93.5%;
}
.frm-call-icon:before {
    position: absolute;
    content: "";
    background: #ffa202;
    width: 100%;
    height: 55px;
    z-index: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 15px 15px;
    top: 36px;
}

.frm-call-icon img {
    position: relative;
    top: -19px;
}

.top-content-para h2 {
    font-family: 'Gilbert Qualifi Demo';
    font-weight: 700;
    font-size: 28px; margin-bottom:0;
}

.hm-form:before {
    position: absolute;
    content: "";
    background: url(img/form-call-circule.png);
    width: 77px;
    height: 38px;
    bottom: 85px;
    left: 60px;
    right: 0;
    z-index: 1;
}

.main-form:before {
    position: absolute;
    content: "";
    background: url(../images/form-call-circule.png);
    width: 77px;
    height: 38px;
    bottom: 77px;
    left: 60px;
    right: 0;
    z-index: 9999999999;
    display: block;
}

.main-form:before {
    background-color: #09127b;
    position: absolute;
    content: "";
    width: 77px;
    height: auto;
    z-index: -1;
    left: -222px;
    width: 447px;
    padding: 40px;
    top: -41px;
}
.video-section-box iframe {
    border-radius: 20px;
}

.main-form:after {
    position: absolute;
    content: "";
    background: url(../images/form-call-circule.png);
    width: 77px;
    height: 38px;
    bottom: 50px;
    right: 60px;
    transform: rotate(180deg);
    z-index: 9999999999;
}

.top-content-para {
    text-align: center;
}

.top-content-para h2 {
    font-family: 'Times New Roman';
    font-weight: 600; position:relative;
}



.top-content-para h2:before {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 55px;
    right: 0;
    top: -6px;
    bottom: 0;
}

.top-content-para h2:after {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 55px;
    top: -6px;
    bottom: 0;
}

.top-content-para p {
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.top-content-para span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.top-content-para:before {
    background-color: #efefef;
    position: absolute;
    content: "";
    width: 77px;
    height: 328px;
    z-index: -1;
    left: -250px;
    width: 950px;
    padding: 40px;
    top: -41px;
}


.main-video-section {
    margin-top: 90px;
}

.servcie-appoin-cta {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 11px #e5e5e5;
    position: relative;
    margin-top: 55px;
}

.servcie-appoin-cta:before {
    position: absolute;
    content: "";
    background: #ffa002;
    width: 100px;
    height: 100%;
    z-index: 0;
    right: 35px;
    top: 0;
    bottom: 0;
}
.appont-txt {
    text-align: center;
    padding: 10px;
}

.appoint-cta-icon {
    width: 50%;
    position: relative;
}

.appont-txt h5 {
    color: #010a61;
    font-family: 'Times New Roman';
    font-size: 38px;
    line-height: 35px;
}

.appont-txt p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 12px;
}

.servcie-appoin-cta {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 11px #e5e5e5;
    position: relative;
    margin-top: 45px;
}

.main-service-link {
    text-align: center;
    background: linear-gradient(to right, #03139a ,#01095b );
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.serv-heading-link {
    padding: 4px 15px;
    background: linear-gradient(to right, #ff7300 ,#ffa302 );
}


.serv-heading-link h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-family:'Times New Roman';
    margin-bottom: 0;
}

.main-service-link p {
    color: #fff;
    font-size: 17px;
    font-family: roboto;
    padding-top: 10px;
}

.inner-link {
    padding: 10px 20px;
}

.inner-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.inner-link ul li a {
    background: #fff;
    display: block;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-family: roboto;
    color: #000;
    text-align: left;
    border-radius: 7px;
    padding: 12px 20px;
}

.inner-link ul li a i {
    color: #ffa102;
}

.left-pannel p {
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.why-para h2 {
    font-family: 'Times New Roman';
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 0; position:relative;
}

.why-para:before {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 10px;
    right: 0;
    top: 9px;
    bottom: 0;
}

.why-para:after {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 10px;
    top: 9px;
    bottom: 0;
}

.why-para p {
    font-size: 24px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    color: #000;
    margin-bottom: 0;
}



.why-para {
    max-width: 826px;
    width: 100%;
    text-align: center;
    position: absolute;
    background-color: #fff;
    border: 2px solid #000;
    padding: 12px 25px;
    border-radius: 15px;
}

section.content-main-box {
    padding-top: 120px;
}

.left-pannel {
    margin-top: 185px;
}

.why-choose-box-left {
    width: 364px;
    float: left;
    margin-top: 190px;
    padding-left: 100px;
}

.why-choose-box-left.why-choose-box-right {
    margin-top: 40px;
}

.why-choose-box-main img {
    width: 100%;
}

.why-choose-box-main {
    border: 1px solid #ffa504;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.why-choose-box-main h2 {
    font-family: 'Times New Roman';
    font-size: 20px;
    padding: 20px 0 0;
    color: #01095e;
}

.why-choose-box-main p {
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px;
}

.lost-love-back {
    clear: both;
    padding-top: 30px;
    float: left;
}

.psychi-reading {
    position: absolute;
    bottom: 60px;
    right: 13px;
    
}

.content-main-box .col-md-8:before {
    position: absolute;
    content: "";
    background: #eeeeee;
    width: 850px;
    height: 100%;
    z-index: -1;
    right: -221px;
    top: -70px;
    bottom: 0;
    height: 680px;
}

section.our-top-area {
    padding-top: 100px; position:relative;
}

.top-area-left h2 {
    font-family: 'Times New Roman';
    text-align: center;
    font-size: 42px;
    color: #fff;
}
.area-right-box {
    float: left;
    width: 25%;
    text-align: center;
}

.area-right-box h2 {
    font-family: 'Playfair Display';
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    background-color: #01095b;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
}

.top-areas::before {
    content: '';
    position: absolute;
    width: 1500px;
    height: 140px;
    right: -104px;
    z-index: -1;
    top: -15px;
    background: linear-gradient(to right, #ff7300 ,#ffa302 );
}

.top-areas {
    position: relative;
}

.main-testimonials-box {
    text-align: center;
    padding-top: 30px;
}

.main-testimonials-box h2 {
    font-family: 'Times New Roman';
    font-weight: 700;
    margin-bottom: 0;
    font-size: 28px; position:relative;
}

.main-testimonials-box h2:before {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    border-right: 0;
    left: 220px;
    right: 0;
    top: -10px;
    bottom: 0;
}

.main-testimonials-box h2:after {
    position: absolute;
    content: "";
    border: 3px solid #000;
    width: 45px;
    border-radius: 0px 50px 50px 0px;
    height: 50px;
    border-left: 0;
    right: 220px;
    top: -10px;
    bottom: 0;
}

.main-testimonials-box span {
    font-size: 20px;
    display: block;
    
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-testimonials-box p {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


.testi-box {
    width: 87%;
    float: left;
    border: 1px solid #ffa302;
    border-radius: 10px;
    padding: 12px 0 20px;
    position: relative;
    margin-top:10px;
}

.testi-name {
    text-align: left;
    padding-left: 20px;
}

.testi-name h4 {
    display: inline-block;
}

.testi-name .star {
    display: inline-block;
}

.testi-content p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

.star {
    color: #ffa502;
    margin-left: 12px;
}

.testi-name h4 {
    display: inline-block;
    font-family: 'Times New Roman';
    color: #03118c;
}

.testi-content {
    text-align: left;
    background: linear-gradient(to right, #03139a ,#01095b );
    color: #fff;
    padding: 15px 170px 15px 20px;
    font-size: 17px;
}

.testi-img {
    position: absolute;
    top: 30px;
    right: -70px;
}

.testimonials-box .owl-nav.disabled {
    display: none !important;
}

.foot-box {
    text-align: center;
}

.foot-box p {
    margin-bottom: 0;
}

.foot-box p {
    font-family: 'Times New Roman';
    color: #000;
    font-weight: 600;
    font-size: 18px;
}


.foot-box img {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background: linear-gradient(to right, #03139a ,#01095b );
    margin-top: 10px;
}

.google-map iframe {
    border-radius: 20px;
    border: 4px solid #ffa502!important;
}

.google-map {
    position: relative;
    top: -80px;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -40px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.foot-bottom-para{ background-color:#ffc353;}

.foot-bottom-para-right  p a {
    display: inline-block; color:#000;
    
}

.foot-bottom-para-left  p {
    top: 12px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.foot-box a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.form-icon i {
    position: absolute;
    top: 13px;
    left: 19px;
    color: #ffa502;
}

.form-icon {
    position: relative;
}

.ser-icon img {
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ser-icon {
    width: 20%;
    background: linear-gradient(to right, rgb(255 113 0), rgb(255 170 2));
    padding: 9px 9px;
    margin-top: -90px;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}

.mobshow.mob-num { display:none;}



.foot-bottom-para-right  p a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.foot-bottom-para-left p {
    text-align: left !important;
}

.foot-bottom-para {
    background-color: #ffc353;
    padding: 5px 0 20px;
}

.foot-bottom-para-right p {
    display: inline-block;
    top: 12px; color:#000;
}

.foot-bottom-para-right {
    text-align: right;
}


.our-top-area::before {
	content: '';
	position: absolute;
	width: 107px;
	height: 700px;
	background: linear-gradient(to right, #03139a ,#01095b );
	left: 0;
	top: 0px;
	border-radius: 0 10px 10px 0;
}

.sticky-social {
    position: fixed;
    top: 60%;
    z-index: 9999;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.social {
    margin: 0;
    list-style: none;
    padding: 0;
}

li.whatsapp {
    background-color: #11bd26;
}

.social li {
    line-height: 60px;
    border-radius: 0 100px 100px 0;
    font-size: 20px;
    width: 60px;
    text-align: center;
    height: 60px;
    transition: all 0.8s ease-in-out;
    margin-bottom: 8px;
}

li.phone {
    background: linear-gradient(to right, #03139a ,#01095b );
}

li.whatsapp i {
    color: #fff;
    font-size: 25px;
}

li.phone i {
    color: #fff;
}

.serivces-box-img img {
	width: 100%;
}

.foot-box.foot-box-last a {
    display: block;
    font-size: 16px;
    margin-left: -7px!important;
    color: #ffa502;
    background-color: #fff;
    border: 3px solid #ffa502;
    border-radius: 100px;
    width: 100%;
    line-height: 23px;
    margin: 6px auto 0;
    z-index: 999999;
    position: relative;
}

.inner-content h2 {
    font-family: 'Times New Roman';
    font-size: 25px;
    color: #03139a;
}

section.inner-content {
    padding: 50px 0;
}

.inner-content p {
    font-size: 16px;
    font-weight: 500;
}

.inner-content h1 {
    text-align: center;
    font-family: 'Times New Roman';
    color: #000;
    font-size: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.inner-content a {
    background-color: #03139a;
    padding: 10px;
    color: #fff;
}

section.inner-content.inner-content-two {
    text-align: center;
}

.main-service-link p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400; margin-bottom:0;
}

.why-choose-box-main.why-choose-box-main-res{ display:none;}

.google-map img {
	border-radius: 20px;
	border: 5px solid #ffa502;
}

section#inner-banner {
    background-color: #fc9613;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-family: 'Times New Roman';
}

#inner-banner h2 {
    margin-bottom: 0;
}

.main-form.inner-main-form:before {
   display:none;
}

.main-form.inner-main-form:after {
   display:none;
}

.main-form.inner-main-form {
  
    padding: 35px 0 50px;
    
}

section.inner-about-content {
    padding: 70px 0;
}

.about-page-content h2, .bottom-content h2 {
    font-family: 'Times New Roman';
    font-size: 25px; color:#130086;
}

.about-page-content p, .bottom-content p {
    font-size: 16px;
}

.bottom-content {
    background-color: #eeeeee;
    padding: 20px 50px;
    text-align: center;
    border: 1px solid #fca914;
    margin-top: 50px;
}





.contact-page-wrapper{
  max-width:600px;
  margin:0px auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.contact-page-box{
  display:flex;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(0,0,0,0.12);
}

.contact-page-content{
  flex:1;
  padding:22px 26px;
}

.contact-page-content h4{
  color:#1a0dab;
  font-size:22px;
  margin-bottom:6px;
  font-weight:700;
}

.contact-page-content p{
  font-size:18px;
  color:#000;
  font-weight:600;
}

.contact-page-content i{
  color:#000;
  margin-right:8px;
}

.contact-page-icon{
  width:140px;
  background:linear-gradient(135deg,#12007a,#1c00b8);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0 18px 18px 0;
}

.contact-page-icon i{
  color:#fff;
  font-size:40px;
}

.contact-page-box.contact-page-email p {
    font-size: 14px;
 
}

.contact-page-box p a {
    color: #000;
}





.services-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 220px;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15); z-index:9999;
  text-align:left;
}

.services-dropdown a {
    color: #000;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}

.has-dropdown {
  position: relative;
}

/* Desktop hover */
@media (min-width: 992px) {
  .has-dropdown:hover .services-dropdown {
    display: block;
  }
}

/* Mobile basic style */
@media (max-width: 991px) {
  .services-dropdown {
    position: absolute;
    box-shadow: none;
  }

  .has-dropdown.active .services-dropdown {
    display: block;
  }
}


.video-section-box img {
    width: 100%;
}