* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}


body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

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

img{
max-width:100%;
height:auto;    
}

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Bold.eot');
src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-SemiBold.eot');
src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Medium.eot');
src: url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Medium.woff') format('woff'),
url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Regular.eot');
src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Regular.eot");
src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Regular.woff2") format("woff2"),
url("../fonts/Poppins-Regular.woff") format("woff"),
url("../fonts/Poppins-Regular.ttf") format("truetype"),
url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Medium.eot");
src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Medium.woff2") format("woff2"),
url("../fonts/Poppins-Medium.woff") format("woff"),
url("../fonts/Poppins-Medium.ttf") format("truetype"),
url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Bold.eot");
src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Bold.woff2") format("woff2"),
url("../fonts/Poppins-Bold.woff") format("woff"),
url("../fonts/Poppins-Bold.ttf") format("truetype"),
url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
font-weight: bold;
font-style: normal;
font-display: swap;
}

/* btn */

.btn1, .contact-btn .wpcf7-submit, .more-link{
background: #47b7dd; 
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
text-transform: uppercase;
color: #000000;
font-weight: 600;
padding:12px 25px;
border-radius:15px 0px 15px 0px;
display:inline-block; 
transition:0.5s ease-in-out all 0s;  
}

.btn1:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus, .more-link:hover{
box-shadow:inset 0 80px #000;
color:#fff;   
transition:0.5s ease-in-out all 0s;    
}

.btn2{
background: #ffffff; 
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
text-transform: uppercase;
color: #000000;
font-weight: 600;
padding:12px 25px;
border-radius:15px 0px 15px 0px;
display:inline-block; 
transition:0.5s ease-in-out all 0s;  
}

.btn2:hover{
box-shadow:inset 0 80px #47b7dd;
color:#000;   
transition:0.5s ease-in-out all 0s;    
}

.btn3{
background: #003a4e; 
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
padding:12px 25px;
border-radius:15px 0px 15px 0px;
display:inline-block; 
transition:0.5s ease-in-out all 0s;  
}

.btn3:hover{
box-shadow:inset 0 80px #000;
color:#fff;   
transition:0.5s ease-in-out all 0s;    
}

.wrapper{
margin-top:100px;    
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
background:#fff;
}

.fixed-header {    
top: -49px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));
}

.topbar-sec{
background: #1b1a18;
border-radius:0px 0px 30px 30px;
padding:14px 0px;
}

.topbar-list ul{
display:flex;    
}

.topbar-list ul li{
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding:0px 20px;
border-right:1px solid #545352;
}

.topbar-list ul li:first-child{
padding-left:0px;    
}

.topbar-list ul li:last-child{
padding-right:0px;
border-right:0px;    
}

.topbar-list ul li a{
color: #ffffff;
transition:0.5s ease-in-out all 0s;   
}

.topbar-list ul li a:hover{
color: #47b7dd;
transition:0.5s ease-in-out all 0s;     
}

.topbar-list ul li img{
width:16px;
margin-right:8px; 
vertical-align:middle;   
}

.menu-sec{
padding:10px 0px;    
}

.menu{
display:flex;
align-items:center;
justify-content:flex-end;    
}

.logo a img{
width:123px;    
}

.menu ul li{
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight:500;  
float:left;
margin-right:50px;  
}

.menu ul li a{
color: #000000;
transition:0.5s ease-in-out all 0s;
padding:15px 0px;
display:block;
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;    
}

/* banner-sec */

.banner-sec{
background:url(../images/banner-texture.jpg) #47b7dd no-repeat 0 0;
height:669px;
background-size:cover;
width:100%;
background-blend-mode:screen;
position: relative;
padding-top:110px;
border-radius:30px 30px 0px 0px;
margin-top:137px;  
}

.banner-img{
position:absolute;
content:"";
right:0px;
bottom:0px;
background-position:right bottom;    
}

.banner-content{
position:absolute;
content:"";
transform:translate(0, -50%);
width:100%;
top:35%;    
}

.banner-heading{
font-size: 38px;
line-height: 51px;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";
}

.banner-para{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400; 
padding:20px 0px 30px;   
}

.banner-part{
max-width:670px;    
}

/* banner-bottom-sec */

.banner-bottom-bg{
background: #003a4e;
padding:30px;
border-radius: 20px 0px 20px 0px;
text-align: center; 
margin-top:-60px;
position: relative;
z-index:1;   
}

/* wcu-sec */

.main-heading{
font-size: 38px;
line-height: 51px;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";    
}

.wcu-para{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400;
}

.wcu-sec .wcu-para, .step-sec .wcu-para{
padding:18px 20% 15px;
}

.wcu-box{
padding:40px 25px;
background:url(../images/wcu-box-texture.png) #fff no-repeat 0 0;
border-radius:30px 0px 30px 0px;
box-shadow:0px 0px 10px 1px #00000020;
background-position:right top; 
height:100%;   
}

.wcu-icon img[alt="wcu-icon1"]{
width:64px;
object-fit:contain;    
}

.wcu-icon img{
height:48px;    
}

.wcu-heading{
font-size: 16px;
line-height: 24px;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";
padding-top:15px;
}

/* about-sec */

.about-sec{
background: #e8f9ff;
padding:85px 0px;
position: relative; 
height:100%;
z-index:1;   
}

.about-sec1:before{
position:absolute;
content:"";
background:url(../images/about-shape1.png) no-repeat 0 0;
width:299px;
height:486px;
background-size:contain;
left:48%;
top:0px;
z-index:-1;    
}

.about-sec1:after{
position:absolute;
content:"";
background:url(../images/about-shape2.png) no-repeat 0 0;
width:485px;
height:299px;
background-size:contain;
right:0px;
bottom:0px;
background-position:right bottom;
z-index:-1;     
}

.about-sec2:before{
position:absolute;
content:"";
background:url(../images/about-shape1.png) no-repeat 0 0;
width:299px;
height:486px;
background-size:contain;
left:0px;
top:0px; 
z-index:-1;    
}

.about-sec2:after{
position:absolute;
content:"";
background:url(../images/about-shape2.png) no-repeat 0 0;
width:485px;
height:299px;
background-size:contain;
right:48%;
bottom:0px;
z-index:-1;    
}

.about-img1{
position:absolute;
width:50%;
top:0px;    
left:0px;
height:100%;
background-size:contain;
z-index:1;
object-fit:cover;	
}

.about-img2{
position:absolute;
width:50%;
top:0px;    
right:0px;
height:100%;
background-size:contain;
z-index:1;
object-fit:cover;	
}

.about-para{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400;
padding-top:15px;
}

.about-icon-body{
padding:20px 0px;    
}

.about-icon-body, .about-icon-box{
display:flex;
align-items:center;    
}

.about-icon-box{
margin-right:35px;   
}

.about-icon img{
width:30px;    
}

.about-icon img[alt="about-box-icon5"]{
width:45px;
object-fit:contain;    
}

.about-box-heading{
font-size: 16px;
color: #000000;
font-weight: 700;
font-family: "Playfair Display";
margin-left:10px;
}

.small-heading{
font-size: 25px !important;
line-height:38px;
}

/* step-sec */

.step-sec{
position:relative;
z-index:1;    
}

.step-sec:before{
position:absolute;
content:""; 
border:0px dashed #f2f2f2;
outline: 2px dashed #f2f2f2;
outline-offset:3px;
width:100%;
height:1px; 
left:0px;
top:67%;
transform:translate(0%, -50%); 
z-index:-1; 
}

.step-box-body{
text-align:center;
position: relative;
max-width:165px; 
margin:auto;	
}

.step-box-icon{
width: 104px;
height: 104px;
border-radius:50%;
background-color: #e3f8ff;
display:flex;
align-items:center;
justify-content:center;
outline:1px solid #47b7dd;
outline-offset: 12px;
margin:auto;
}

.step-box-icon img{
width:45px;   
}

.step-box-heading{
font-size: 18px;
line-height: 24px;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";
padding-top:30px;
}

.step-box-tag{
width: 47px;
height: 47px;
border-radius:50%;
background-color: #47b7dd;
font-size: 20px;
line-height: 42px;
text-transform: uppercase;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";
position:absolute;
top:-26px;
right:16px;
}

/* form-sec */

.form-sec{
position: relative;
background:url(../images/form-bg-texture.png) #47b7dd no-repeat 0 0;
width:100%;
height:335px; 
background-size:cover;
background-blend-mode:normal; 
padding:90px 0px;  
}

.form-img{
position:absolute;
content:"";
left:0px;
bottom:0px;    
}

.form-body{
margin-left:38%;    
}

.form-sec .main-heading{
font-weight:700;
}

.home-contact{
margin-top:40px;   
}

.form-sec .wpcf7-text{
border: 1px solid #000000;
border-radius:10px 0px 10px 0px;
padding:15px 18px;
background:inherit;
color: #000000;
font-size:14px;    
}

.form-sec input::placeholder{
color: #000000;    
}

.form-sec .wpcf7-submit{
background: #ffffff; 
border-radius:10px 0px 10px 0px;
padding:16px 18px;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
min-width:155px;
transition: 0.5s ease-in-out all 0s;     
}

.form-sec .wpcf7-submit:hover, .form-sec .wpcf7-submit:active, .form-sec .wpcf7-submit:focus{
box-shadow: inset 0 80px #003a4e;
color: #fff;
transition: 0.5s ease-in-out all 0s;    
}

/* testimonial-sec */

.sp-testimonial-free-wrapper{
margin-top:50px;    
}

.sp-testimonial-free-wrapper{
overflow:inherit !important;    
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section{
margin:0px !important;    
}

.sp-testimonial-free{
border: 1px solid #47b7dd !important;
background:fff !important;
padding:20px 14px !important;
border-radius:20px !important;
position: relative !important;    
}

.sp-testimonial-title{
margin:0px !important;
}

.sp-testimonial-client-testimonial{
margin-top:90px !important;
position: relative !important; 
}

.sp-testimonial-client-testimonial:before{
position:absolute !important;
content:"" !important; 
background:url(../images/quote.png) no-repeat 0 0 !important;
width:22px; 
height:20px; 
left:24px;
top:-10px; 
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 13px !important;
line-height: 23px !important;
color: #000000 !important;
font-weight:400 !important; 
background: #e9e8e8 !important;
border-radius:20px !important;
padding:9px 7px !important;
margin-bottom:0px !important;
min-height:133px; 
}

.sp-testimonial-client-rating{
border-radius:50px !important;
background: #47b7dd !important;
padding:7px 10px !important;
position:absolute; 
top:45px;
left:14px;     
}

.sp-testimonial-client-name{
font-size: 14px !important;
color: #000000 !important;
font-weight: 500 !important;
position:absolute; 
top:15px;
left:14px; 
}

.sp-testimonial-client-designation{
font-size: 12px !important;
color: #000000 !important;
font-weight:400 !important;
position:absolute; 
top:40px;
right:14px;    
}

.sp-testimonial-post-title{
font-size: 20px !important;
color: #000000 !important;
font-weight: 500 !important;
position:absolute;
right:14px;
top:15px;    
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform: inherit !important;
}

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/testimonial-right-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
right:-40px;
top:0%;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/testimonial-left-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
left:-40px;
top:0%;
}

/* footer-sec */

.footer-sec{
background: #003a4e;
padding:80px 0px 0px;
margin-top:60px;
}

.page-id-7 .footer-sec{
margin-top:100px;   
}

.footer-logo{
width:194px;   
}

.footer-heading{
font-size: 20px;
color: #ffffff;
font-weight: 700;
padding-bottom:15px;
}

.footer-menu ul li{
font-size: 14px;
line-height:26px;
font-weight: 400;
margin-bottom:5px;
}

.footer-menu ul li:last-child{
margin-bottom:0px;    
}

.footer-menu ul li a{
color: #ffffff;
transition:0.5s ease-in-out all 0s;
}

.footer-contact-info ul li{
font-size: 14px;
color: #ffffff;
font-weight: 400;
line-height:27px;
position: relative;
padding-left:40px;
margin-bottom:20px;
}

.footer-contact-info ul li a{
color: #ffffff;
/* display:block;  */
transition:0.5s ease-in-out all 0s;    
}

.social-info{
margin-top:27px;
}

.social-info ul li{
float: left;
margin-right:9px;    
}

.social-info ul li:last-child{
margin-right:0px;    
}

.footer-contact-info ul li span, .social-info ul li a{
width:30px;
height:30px;
border-radius:50%;
background: #47b7dd;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
left:0px;
top:0px;
}

.social-info ul li a{
position:inherit;    
}

.footer-contact-info ul li span img, .social-info ul li a img{
width:14px;    
}

.copyright-sec{
font-size: 14px;
color: #ffffff;
font-weight: 400;
border-top:1px solid #ffffff60; 
padding:14px 15px;
text-align:center;
margin-top:60px;   
}

.copyright-sec a{
color: #ffffff; 
transition:0.5s ease-in-out all 0s;  
}

.copyright-sec a:hover, .footer-contact-info ul li a:hover, .footer-menu ul li a:hover{
color:#47b7dd;
transition:0.5s ease-in-out all 0s;    
}

/* scroll to top */

#top {
background:#47b7dd;
border-radius:50%;
padding:8px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

.upper-arrow img{
animation: bounce 1.5s infinite;
} 

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-12px);}
60% {-webkit-transform: translateY(-3px);}
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background: url("../images/inner-banner.jpg") no-repeat !important;
background-size: cover !important;
max-width: 100% !important;
padding: 200px 0 100px !important;
margin:137px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;    
}

.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
color: #fff;
position: relative;
font-size: 30px;
font-weight:400;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
font-family: "Playfair Display";
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #47b7dd;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

.inner-sec{
margin-top:60px;    
}

.inner-img-part{
padding:10px;
position: relative;
z-index:1;    
}

.inner-img-part:before{
position: absolute;
content: "";
background:#47b7dd;
width: 50%;
height: 50%;
left: 0px;
top: 0px;
z-index: -1;
border-radius:15px 0px 0px 0px; 
}

.inner-img-part:after{
position: absolute;
content: "";
background:#47b7dd;
width: 50%;
height: 50%;
right: 0px;
bottom: 0px;
z-index: -1;
border-radius:0px 0px 15px 0px; 
}

.inner-img-part img{
width:100%;
border-radius:15px 0px 15px 0px;
}

.inner-heading{
font-size:30px;
line-height:1.3;
color: #000000;
font-weight: 400;
font-family: "Playfair Display"; 
padding-bottom:12px;   
}

.inner-para{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400;
}

.inner-para:last-child, .inner-para p:last-child{
margin-bottom:0px;    
}

.inner-list{
margin:10px 0px;    
}

.inner-list ul li{
font-size: 14px;
line-height:34px;
color: #000000;
font-weight: 400;
background:url(../images/check-icon.png) no-repeat 0 0;
background-size:18px;
padding-left:25px;
background-position:left center;   
}

.call-bg{
background: #47b7dd;
padding:35px;
border-radius:20px 0px 20px 0px;
text-align:center;    
}

.call-heading{
font-size:30px;
line-height:1.3;
color: #000000;
font-weight: 400;
font-family: "Playfair Display";    
}

.call-para{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400;
padding-top:10px;    
}

.review-box{
background:url(../images/rating.png) #47b7dd no-repeat 0 0;
border-radius:15px 0px 15px 0px;
padding:45px 20px 20px;
height:100%;
background-size:80px;
background-position:20px 22px;
}

.review-para{
font-size: 14px;
line-height: 25px;
color: #000000;
font-weight:400;     
}

.review-name{
font-size: 20px;
color: #000000;
padding:10px 0px 0px;
}

.review-destination{
font-size: 13px;
color: #000000;
}

.inner-btns a{
margin:20px 7px 0px;
}

.ref_form_box_input p{
margin-bottom:0px;    
}

.ref_form_box .wpcf7-text, 
.ref_form_box .wpcf7-date,
.ref_form_box .wpcf7-select,
.ref_form_box .wpcf7-file,
.ref_form_box textarea
{
background:#fff;
padding:14px 20px;
border-radius:50px; 
width:100%; 
border:0px;
outline:0px;  
}

.ref_form_box .wpcf7-select{
padding:13px 20px;   
}

.ref_form_box .wpcf7-file{
padding:11px 20px;   
}

.ref_form_box_label, .ref_form_box_input label{
color:#fff;
padding-bottom:5px;    
}

.contact-btn .wpcf7-submit{
padding:12px 35px;
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:10px 0px 10px 0px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 13px 15px !important;
color: #000 !important;
font-size: 15px !important;
border:1px solid #8a8a8a !important;
}


.ref_form_box_input textarea {
border-radius:10px 0px 10px 0px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #000 !important;
font-size: 15px !important;
border:1px solid #8a8a8a !important;
height:144px !important;
}

.ref_form_box_input input::placeholder, .ref_form_box_input textarea::placeholder{
color:#000;    
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#3f3f3f;
margin-top: 25px;
font-size:15px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#141414;
}

.contact_page_info a {
color:#3f3f3f;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#47b7dd;	
}

/* blog */

.more-link {
display: block;
width: fit-content;
margin-top:20px;
}

.wp-block-heading {
border-top: 5px solid #003a4e;
color: #141414;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#2e2e2e !important;
transition:0.3s ease-in-out all 0s;	
}

.entry-meta a, .entry-title a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover {
color:#47b7dd !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:400;
font-family: "Playfair Display";
}

.post .entry-summary, .post .entry-content{
font-size: 14px;
line-height: 24px;
color: #000000;
font-weight: 400;
}

/* error message */

.error_container {
display: flex;
align-items: center;
text-align: center;
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:#47b7dd;
color: #000 !important;
width: 50%;
float: left;
padding: 10px 0;
}
.footer-btn2 {
background: #fff;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 44px;
width: 44px;
border-radius: 50%;
padding: 9px 12px 0;
}
.footer-btn3 {
background:#000;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-sec{border-radius:0px;height:400px;}
.banner-content{top:44%;}	
.wcu-sec .wcu-para, .step-sec .wcu-para{padding:18px 0px 15px;}	
.about-sec{padding-top:0px !important;}	
.about-img1, .about-img2{position:static;width:100%;margin-bottom:24px;}
.form-sec{height:inherit;}	
.form-img{display:none;}
.form-body{margin-left:0px;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {
.banner-bottom-bg{margin-top:60px;}	
.call-bg{padding:30px 25px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar-sec, .primary-navigation, .header-btn, .step-sec:before{display:none;}
.fixed-header{top:0px;}	
.banner-sec{margin-top:88px;}
.upper-arrow{bottom:80px !important;}
.footer-fixed-buttons {display: block;}
.copyright-sec{margin-top:30px;padding-bottom:60px;}	
.rmp-container .rmp-menu-title .rmp-menu-title-image{filter:brightness(0) invert(1);}
.page .entry-header, .blog_page_header{margin-top:88px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-sec{padding-top:60px;}
.banner-heading, .main-heading{font-size:30px;line-height:38px;}
.wrapper{margin-top:60px;}	
.about-sec, .form-sec{padding:60px 0px;}
.home-contact{margin-top:30px;}	
.about-box-heading{font-size:15px;}
.footer-sec{padding-top:60px !important;margin-top:60px !important;}	
.page .entry-header, .blog_page_header{padding:100px 0px 70px !important;}		
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner-sec{height:470px;}
.banner-part{max-width:500px;}
.banner-img{width:85%;}	
.wcu-sec .wcu-para, .step-sec .wcu-para{padding:18px 10% 15px;}		
.form-img{width:30%;}
.fa-angle-left:before{left:-25px;}	
.fa-angle-right:before{right:-25px;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-sec{height:470px;}	
.banner-part{max-width:500px;}	
.banner-img{width:85%;}
.wcu-sec .wcu-para, .step-sec .wcu-para{padding:18px 10% 15px;}	
.form-img{width:30%;}
.fa-angle-left:before{left:-25px;}	
.fa-angle-right:before{right:-25px;}	
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:26px;}
.form-body{margin-left:30%;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:26px;}	
.form-body{margin-left:30%;}	
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}


