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


body {
font-family: 'Open Sans';
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: 'Open Sans';
src: url('../fonts/OpenSans-Bold.eot');
src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Bold.woff2') format('woff2'),
url('../fonts/OpenSans-Bold.woff') format('woff'),
url('../fonts/OpenSans-Bold.ttf') format('truetype'),
url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

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

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

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

.wrapper{
margin-top:100px;
}

/* btns */

.btn1, .contact-btn .wpcf7-submit, .more-link{
background-image: linear-gradient(87deg, #f4f52b 0%, #3c67b4 48%, #b2559a 100%);
border-radius: 10px;
padding:10px 50px;
display:inline-block;
font-size: 16px;
font-weight:400;	
color: #ffffff;
transition:0.5s ease-in-out all 0s;    
}

.btn1:hover, 
.contact-btn .wpcf7-submit:hover,
.contact-btn .wpcf7-submit:focus,
.contact-btn .wpcf7-submit:active,
.more-link:hover
{
background-image: linear-gradient(87deg, #b2559a 0%, #3c67b4 48%, #f4f52b 100%);  
transition:0.5s ease-in-out all 0s;    
}

.btn2{
background:#3c67b4;
border-radius: 10px;
padding:10px 20px;
display:inline-block;
font-size: 16px;
font-weight:400;	
color: #ffffff;
transition:0.5s ease-in-out all 0s;	
}

/* header */

.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: -47px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.fixed-header .menu-sec{
filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.10));
}

.header-btns .btn1{
padding:10px 30px;	
}

/* topbar-sec */

.topbar-sec{
background:#9d0086;
padding:10px 0px;    
}

.topbar-left ul li{
float: left;
font-size: 15px;
color: #ffffff;
font-weight: 500;
padding:0px 25px;
border-right:2px solid #fff;
}

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

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

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

.topbar-left ul li a:hover{
transition:0.5s ease-in-out all 0s;
-webkit-text-fill-color: transparent;
background-clip: text;
-webkit-background-clip: text;
background-image: linear-gradient(87deg, #f4f52b 0%, #3c67b4 48%, #b2559a 100%); 
animation: animate 15s linear infinite; 
background-size:450%;     
}

@keyframes animate {
0% {
background-position: 0%;
}
100% {
background-position:450%;
}
}

.topbar-left ul li img{
width:18px;
margin-right:10px;    
}

.topbar-right ul{
float:right;    
}

.topbar-right ul li{
float:left; 
font-size: 18px;
color: #ffffff;
font-weight: 500;
margin-right:12px;   
}

.topbar-right ul li img{
width:20px; 
}

.topbar-right ul li:first-child{
margin-right:30px;    
}

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

/* menu-sec */

.menu-sec{
background: #ffffff;   
}

.menu-sec .logo a img{
width:190px;
transition: all 0.5s ease 0s;
}

.fixed-header .menu-sec .logo a img{
width:140px;
transition: all 0.5s ease 0s;	
}

.menu ul{
margin:auto !important;    
}

.menu ul li{
font-size: 15px;
font-weight: 400; 
float: left;
margin-right:25px;   
}

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

.menu ul li a{
color: #000000;
padding:10px 0px;
transition:0.3s ease-in-out all 0s;
}

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

.dropdown-menu .dropdown-item{
padding:10px !important;	
}

.dropdown-item.active, .dropdown-item:active{
background-color:#3c67b4 !important;	
}

.dropdown-menu li{
margin-right:0px !important;
font-size:15px !important;
width:100% !important;	
}

.header-btns{
display:flex;
align-items:center;	
}

/* banner-sec */

.banner-sec{
position:relative;
z-index:1;
margin-top:157px;    
}

.master-slider {
position: relative !important;
/* z-index:2; */
}

.ms-slide:before{
position:absolute;
content:"";
width:100%;
height:100%;
background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
left:0px;
top:0px;
background-position:left top;
z-index:1;	
}

.ms-slide:after{
position:absolute;
content:"";
width:100%;
height:100%;
background:url(../images/banner-texture.png) no-repeat 0 0;
top:0px;
left:0px;  
background-size:cover;
mix-blend-mode:darken;
z-index:1;
}

.ms-slide-info{
position:absolute !important;
margin-top:0px !important;
left:9%;
top:45%;
transform:translate(0, -50%);
width:auto !important;
max-width:530px; 
z-index:2;   
}

.banner-large-heading{
font-size:48px;
line-height:60px;
color: #9d0086;
font-weight: bold;
font-family: 'Bookseller Bk';    
}

.banner-para{
font-size:17px;
color: #000000;
font-weight: 400;
padding:25px 0px; 
line-height:28px;	
}

.banner-part .btn1{
padding:12px 50px;    
}

.ms-info a{
transition:all 0.5s ease-in-out !important;
}

.ms-info a:hover{
transition:all 0.5s ease-in-out !important;
}

.ms-skin-default .ms-nav-prev{
background:url(../images/left-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;	
}

.ms-skin-default .ms-nav-next{
background:url(../images/right-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;		
}

/* wrap-sec */

.wrap-sec{
position:relative;
z-index:1;
margin-top:-65px;   
}

.wrap-sec .row{
filter: drop-shadow(0px 5px 3.5px rgba(0,0,0,0.35));    
}

.wrap-box{
background: #9d0086;
padding:24px 32px;
border-radius:35px;    
}

.wrap-box-icon{
border-radius:50%;
background: linear-gradient(0deg, #f4f52b 0%, #3c67b4 48%, #b2559a 100%);
width:84px; 
height:84px;
display:flex;
align-items:center;
justify-content:center;   
}

.wrap-box-heading{
font-size: 22px;
line-height:1.3;
color: #ffffff;
font-weight: 600;
margin-left: 30px;
width: 60%;    
}

.wrap-box2{
background:#fff;
border-radius:0px;    
}

.wrap-box2 .wrap-box-heading{
color:#9d0086;
}

.wrap-box3{
border-radius:0px 35px 35px 0px;    
}

/* about-sec */

.about-sec{
position: relative;  
}

.about-sec:before{
position:absolute;
content:"";
background:url(../images/about-texture.png) no-repeat 0 0 ;
left:0px;
top:-233px;
z-index:-1;
width:100%;
height:926px;
background-position:top left;
/* background-size:contain;	 */
}

.about-left{
position: relative;    
}

.exp-box{
border-radius: 11px;
background-color: #8801a5;
padding:25px 30px;
outline: 2px solid #e4ea36;
outline-offset: -10px;
position:absolute;
right:0px;
bottom:20px;
display:flex;
align-items:center;
justify-content:space-between; 
width:262px;   
}

.exp-text{
font-size: 35px;
line-height: 22px;
color: #ffffff;
font-weight: 700;
text-align:center;   
}

.exp-text span{
font-size: 16px;
font-weight:400;
display:block;
padding-top:10px;    
}

.sub-heading{
font-size: 20px;
color: #8801a5;
font-weight: 700;
font-family: "Open Sans";    
}

.main-heading{
font-size: 40px;
line-height:1.3;
color: #1c1c1c;
font-weight: bold;
font-family: 'Bookseller Bk';
padding:10px 0px 20px;
}

.about-para{
font-size: 16px;
line-height:28px;
color: #282828;
font-weight: 400;
padding-bottom:20px;
}

.stat-icon{
width: 54px;
height: 54px;
border-radius: 26px;
background-color: #8801a5;
display:flex;
align-items:center;
justify-content:center;    
}

.stat-heading{
font-size: 16px;
color: #1c1c1c;
font-weight: 500;
width: 75%;
margin-left: 10px;
}

.about-sec .btn1{
margin-top:30px;    
}

/* service-sec */

.service-sec{
background:#e5eeff;
padding:80px 0px;
width:100%;
background-size:cover;
position:relative;
z-index:1;	
}

.service-sec:before{
position: absolute;
content: "";
background: url(../images/service-texture.png) no-repeat 0 0;
width:400px;
height: 385px;
top: 0px;
right: 0px;
background-position:top right;
z-index: -1;
mix-blend-mode: multiply;
opacity: 0.08;
background-size:contain;	
}

.service-sec:after{
position: absolute;
content: "";
background: url(../images/service-texture2.png) no-repeat 0 0;
width:400px;
height: 385px;
bottom: 0px;
left: 0px;
background-position:bottom left;
z-index: -1;
mix-blend-mode: multiply;
opacity: 0.08;
background-size:contain;	
}

.service-sec .main-heading{
padding:5px 0px;    
}

.service-para{
font-size: 16px;
line-height: 28px;
color: #282828;
font-weight: 400;
padding:0px 25%;
}

.service-box{
border-radius: 22px;
filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.23));
background-color: #ffffff;
padding:13px 13px 30px;
margin:20px 8px 20px;
border-bottom:4px solid #6e0187;
text-align:center;
}

.service-box img{
border-radius:14px;
width:100%;    
}

.service-text-part{
min-height:206px;	
}

.service-box-heading{
font-size: 22px;
line-height: 22px;
color: #1c1c1c;
font-weight: 600;
font-family: 'Bookseller Bk';
padding-top:20px;    
}

.service-box-para{
font-size: 14px;
line-height: 22px;
color: #1c1c1c;
font-weight: 400;
padding:15px 0px; 
min-height:118px;
overflow-y:auto;	
}

.link-text{
font-size: 16px;
line-height: 22px;
color: #3d5fb4;
font-weight: 500;
background:url(../images/text-arrow.png) no-repeat; 
background-size:18px;
background-position:center right; 
padding-right: 25px; 
transition:0.5s ease-in-out all 0s; 
}

.link-text:hover{
transition:0.5s ease-in-out all 0s; 
padding-right:30px;    
}

.service-sec .owl-nav {
position: absolute;
top: 50%;
left: -60px;
right: -60px;
transform: translate(0, -50%);
margin-top: 0;
z-index:-1;
}

.service-sec .owl-prev {
background: url(../images/prev-icon.png) no-repeat center !important;
width:54px;
height:54px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
background-size:contain !important;
}
.service-sec .owl-next {
background: url(../images/next-icon.png) no-repeat center !important;
width:54px;
height:54px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
background-size:contain !important;
}

/* counter-sec */

.counter-sec{
background:url(../images/counter-texture.png) #8701a5 no-repeat;
padding:60px 0px;
width:100%;
background-size:cover;
background-blend-mode:multiply;
}

.counter-box{
text-align:center;    
}

.counter-heading{
font-size: 36px;
color: #fefefe;
font-weight: bold;
padding-top:2px;
}

.counter-para{
font-size: 16px;
color: #fefefe;
font-weight: 400;
}

/* wcu-sec */

.wcu-sec{
background: #EEEEEE;
background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 25%, rgba(238, 238, 238, 0.85) 50%, rgba(238, 238, 238, 0) 75%, rgba(238, 238, 238, 0) 100%);
padding:140px 0px 50px; 
position: relative;
z-index:0;   
}

.wcu-sec:before{
position:absolute;
content:"";
background:url(../images/wcu-dot-texture.png) no-repeat 0 0;
width:100%;
height:100%; 
z-index:-2;
background-position:top left;
left:0px;
top:0px; 
/* background-size:contain; */
}

.wcu-sec:after{
position:absolute;
content:"";
background:url(../images/wcu-texture.png) no-repeat 0 0;
width:100%;
height:100%;  
background-position:right top; 
z-index:-1; 
bottom:0px;
right:-10px;
background-size:contain;	
}

.wcu-list ul li{
font-size: 16px;
line-height:30px;
color: #282828;
font-weight: 400;
padding-left:30px; 
position: relative;
margin-bottom:10px;	
}

.wcu-list ul li:before{
position:absolute;
content:"";    
background:url(../images/list-icon.png) no-repeat 0 0;
width:22px;
height:22px;
background-size:contain;
left:0px;
top:5px;    
}

.wcu-icon-box{
background: #8701a5;
padding: 16px 22px;
text-align: center;
margin-left:20px;
max-width:170px;   
}

.wcu-icon{
width: 118px;
height: 118px;
border-radius:50%;
background: #ffffff;
display:flex;
align-items:center;
justify-content:center;
margin:0px auto 10px;   
}

.wcu-box-text{
font-size:20px;
color: #ffffff;
font-weight: 500;    
}

/* .wcu-img-sec{
position: relative;
} */

.wcu-img-sec img{
position:absolute;
bottom:0px;
right:50px;    
}

/* gallery-sec */

.gallery-sec{
position: relative;    
}

.gallery-sec:before{
position:absolute;
content:"";
background:url(../images/gallery-texture.png) no-repeat 0 0;
width:100%;
height:100%;
left:0px;
bottom:-220px;
background-position:left bottom;
z-index:-1;    
}

/* .gallery-sec:after{
position:absolute;
content:"";
background:url(../images/gallery-texture2.png) no-repeat 0 0;
width:100%;
height:100%;
right:0px;
bottom:-350px;
background-position:right bottom;
z-index:-1;    
} */

.gallery-sec .about-para{
padding:0px 20% 30px;    
}

.rl-gallery-item{
border-radius:22px; 
filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.23));
}

.rl-basicgrid-gallery .rl-gallery-item img{
width:100%;
}

/* testimonial-sec */

.testimonial-sec{
background:url(../images/testimonial-texture.png) #8701a5 no-repeat;
padding:70px 0px;
background-blend-mode:multiply;
background-size:cover;    
}

.testimonial-sec .sub-heading{
color:#e7ec35;
}

.testimonial-sec .main-heading{
padding:0px 25%;    
}

.sp-testimonial-free{
border-radius: 10px !important;
background: #ffffff !important; 
padding:60px 24px 24px !important;
margin:30px 0px 50px; 
position: relative;  
}

.sp-testimonial-content{
height:126px !important;
overflow-y:auto !important;
scrollbar-width:thin !important;
display:block !important;	
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 16px !important;
line-height: 21px !important;
color: #282828 !important;
font-weight: 400 !important;
padding-right:0px !important;
padding:0px 10px 0px 0px !important;
margin-bottom:10px !important;
}

.sp-testimonial-client-rating{
position:absolute !important;
top:40px !important;
left:50% !important;
transform:translate(-50%, -50%) !important;    
}

.sp-testimonial-client-name{
font-size: 16px !important;
color: #000000 !important;
font-weight:700 !important;
margin-bottom:2px !important;    
}

.sp-testimonial-client-designation{
font-size: 14px !important;
color: #000000 !important;
font-weight:500 !important;    
}

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

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

.sp-testimonial-free-section .testimonial-nav-arrow{
top:inherit !important;    
bottom:-56px !important;    
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{
left:47% !important;    
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{
right:47% !important;    
}

/* footer-sec */

.footer-sec{
background:#fff;    
padding:60px 0px; 
position: relative;
z-index:0; 
border-top:1px solid #ccc;
margin-top:60px;	
}

.page-id-8 .footer-sec{
border-top:0px;
margin-top:0px;	
}

.footer-sec:before{
position:absolute;
content:"";
background:url(../images/footer-left-texture.png) no-repeat 0 0;
left:0px;
bottom:0px;
width:229px; 
height:297px;
z-index:-1;   
}

.footer-sec:after{
position:absolute;
content:"";
background:url(../images/footer-right-texture.png) no-repeat 0 0;
right:0px;
bottom:0px;
width:280px; 
height:361px;
z-index:-1;   
}

.footer-logo{
width:150px;    
}

.footer-text{
font-size: 16px;
line-height: 24px;
color: #000000;
font-weight: 400;
padding:18px 0px 24px;    
}

.social-icons ul li{
float: left; 
margin-right:30px;   
}

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

.social-icons ul li img{
width:30px;    
}

.footer-heading{
font-size: 24px;
color: #8801a5;
font-weight: 400;
text-decoration:underline; 
text-decoration-color: #000;
text-decoration-thickness:3px;
text-underline-offset:10px; 
padding-bottom:15px;
font-family: 'Bookseller Bk';  
}

.footer-menu ul li{
font-size: 16px;
font-weight: 400; 
line-height:34px;   
}

.footer-service-menu ul li{
padding-left:20px;
position: relative;    
}

.footer-service-menu ul li:before{
position:absolute;
content:"";
background:url(../images/service-list-icon.png) no-repeat;
width:13px;
height:13px; 
position:absolute;
left:0px;
top:11px;   
}

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

.contact-info ul li{
font-size: 16px;
font-weight:400;
line-height:28px;  
color: #303030;
margin-bottom:12px; 
padding-left:26px;
position: relative; 
}

.contact-info ul li img{
position:absolute;
content:"";
width:18px;
left:0px;
top:7px;    
}

.contact-info ul li a{
color: #303030;
transition:0.5s ease-in-out all 0s;     
}

/* copyright-sec */

.copyright-sec{
background:#8701a5;    
}

.copyright-text{
padding:15px 0px;
text-align:center;
color:#fff;
font-size:14px;
}

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

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

.copyright-text a:hover{
color:#e7ec35;  
}

/* scroll to top */

#top {
background:#8701a5;
border-radius:8px;
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 center top !important;
background-size: cover !important;
max-width: 100% !important;
padding: 160px 0 160px !important;
margin: 133px 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: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color:#9d0085;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

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

.inner-heading{
font-family: 'Bookseller Bk';
font-size:30px;
padding-bottom:10px;
line-height:1.3;	
}

.inner-para{
font-size: 16px;
line-height: 28px;
color: #282828;
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: 16px;
line-height: 28px;
color: #282828;
font-weight: 400;
margin:5px 0px;	
position:relative;
padding-left:25px;	
}

.inner-list ul li:before{
position: absolute;
content: "";
background: url(../images/list-icon.png) no-repeat 0 0;
width:18px;
height:18px;
background-size: contain;
left: 0px;
top: 6px;	
}

.call-bg{
background:#8801a5;
padding:35px;	
border-radius:20px;
text-align:center;	
}

.call-heading{
font-family: 'Bookseller Bk';
font-size: 30px;
padding-bottom: 10px;
color:#fff;
line-height:1.3;	
}

.call-para{
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 400;	
}

.ref_form_box{
background:#3c67b4;
padding:35px;
border-radius:15px;   
}

.ref_form_box p, .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 !important;   
}

.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 !important;
background-color: #f6f6f6 !important;
width: 100% !important;
outline: 0 !important;
padding: 13px 15px !important;
color: #111 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
}


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

.ref_form_box_input .wpcf7-form-control::placeholder{
color:#111 !important;    
}

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

.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:#b2559a;	
}

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #fff;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.half_check .wpcf7-list-item {
width: 45%;
}
.wpcf7-list-item label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 22px;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 1px;
left: 0;
height: 16px;
width: 16px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
background:#b2559a;
border:inherit;
}
.wpcf7-list-item-label:after {
content: "";
position: absolute;
display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
left: 6px;
top: 3px;
width: 5px;
height: 9px;
border: solid #fff;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* blog */

.more-link {
font-weight:400;
display: block;
width: fit-content;
margin-top:20px;
font-size:16px;	
}

.wp-block-heading {
border-top: 5px solid #b2559a;
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:#3c67b4 !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:500;
}

.post .entry-summary, .post .entry-content{
font-size: 16px;
line-height: 26px;
color: #282828;
font-weight: 400;	
}

.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:#8801a5;
color: #fff !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:#3c67b4;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.about-sec:before, .gallery-sec:before, .wcu-sec:after{display:none;}
.service-para, .testimonial-sec .main-heading{padding:0px;}
.gallery-sec .about-para{padding:0px 0px 20px;}
.wcu-img-sec img{position:static;margin-top:24px;}
.wcu-sec{padding-bottom:0px !important;}
.wcu-icon-box{margin:24px 0px 0px;}
.exp-text{font-size:30px;line-height:20px;}	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.ms-slide-info{left:4% !important;right:4% !important;}
}

@media only screen and (min-width : 300px) and (max-width :568px) {
.ms-nav-next, .ms-nav-prev{display:none !important;}
.wrap-sec{margin-top:-35px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar-sec, .primary-navigation, .header-btns, .service-sec .owl-nav{display:none;}
.menu-sec .logo a img, .fixed-header .menu-sec .logo a img{width:140px;}
.fixed-header{top:0px;}	
.banner-sec{margin-top:93px;}
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 400px !important;}
.ms-slide-bgcont img{object-fit: cover;}
.upper-arrow{bottom:70px !important;}	
.copyright-text{padding-bottom:60px;}	
.footer-fixed-buttons{display:block;}
.page .entry-header, .blog_page_header{margin-top:93px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-large-heading{font-size:28px;line-height:36px;}	
.banner-para{font-size:16px;padding:13px 0px 15px;}	
.wrap-box{padding:20px;}
.wrap-box-icon{width:70px;height:70px;}	
.wrap-box-icon img{width:40px;}	
.wrap-box-heading{font-size:18px;margin-left:20px;width:65%;}
.wrapper{margin-top:60px;}
.sub-heading{font-size:18px;}	
.main-heading{font-size:28px;}
.about-sec:before, .gallery-sec:before{width:200px;bottom: -163px;top: inherit;background-position: bottom right;}
.about-sec .btn1{margin-top:0px;}	
.service-sec, .testimonial-sec{padding:60px 0px;}
.wcu-sec{padding:60px 0px 50px;}
.wcu-sec:after{width:300px;background-size: contain;background-position: 25px bottom;}
.wcu-img-sec img{width:300px;}
.wcu-list ul li{font-size:15px;line-height:27px;}
.wcu-sec:before{background-repeat:repeat !important;}
.wcu-icon-box{height:fit-content;}
.wcu-icon{width:90px;height:90px;padding:15px;}	
.wcu-box-text{font-size:18px;}
.footer-sec:before, .footer-sec:after{width:150px;background-size: contain;background-position: bottom;}
.inner-heading, .call-heading, .postid-121 .entry-title{font-size:27px;}
.ref_form_box{padding:30px;}
.page .entry-header, .blog_page_header{padding:80px 0px !important;}
.footer-heading{font-size:20px;}	
}

@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) {
.ms-slide-info{left:7% !important;right:7% !important;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info{max-width:450px;}
.service-para{padding:0px 10%;}
.gallery-sec .about-para{padding:0px 14% 30px;}
.fa-angle-left:before{left:-15px;}
.fa-angle-right:before{right:-15px;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info{max-width:450px;}
.service-para{padding:0px 10%;}
.gallery-sec .about-para{padding:0px 14% 30px;}
.fa-angle-left:before{left:-15px;}
.fa-angle-right:before{right:-15px;}		
}

/* 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) {
.header-btns .btn1{font-size:15px;padding:10px 23px;}
.header-btns .btn2{font-size:15px;padding:10px 18px;}
.menu ul li{margin-right:13px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:137px !important;}
.about-sec:before, .gallery-sec:before{width:200px;bottom: -163px;top: inherit;background-position: bottom right;}
.wcu-sec:after{width: 300px;background-size: contain;background-position: 25px bottom;}
.wcu-img-sec img{width: 300px;}
.wrapper{margin-top:60px;}
.service-sec, .testimonial-sec{padding:60px 0px;}
.wcu-sec{padding-top:60px;}
.footer-heading{font-size:20px;}
.fa-angle-left:before{left:-10px !important;}
.fa-angle-right:before{right:-10px !important;}
.service-sec .owl-prev, .service-sec .owl-next{width:35px;height:35px;}	
.service-sec .owl-nav{left:-40px;right:-40px;}
.page .entry-header, .blog_page_header{padding:100px 0px !important;}	
}


/* 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) {
.header-btns .btn1{font-size:15px;padding:10px 23px;}
.header-btns .btn2{font-size:15px;padding:10px 18px;}
.menu ul li{margin-right:13px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:137px !important;}
.about-sec:before, .gallery-sec:before{width:250px;bottom: -163px;top: inherit;background-position: bottom right;}
.wcu-sec:after{width: 300px;background-size: contain;background-position: 25px bottom;}
.wcu-img-sec img{width: 300px;}	
.wrapper{margin-top:60px;}
.service-sec, .testimonial-sec{padding:60px 0px;}
.wcu-sec{padding-top:60px;}
.footer-heading{font-size:20px;}
.fa-angle-left:before{left:-10px !important;}
.fa-angle-right:before{right:-10px !important;}
.service-sec .owl-prev, .service-sec .owl-next{width:35px;height:35px;}	
.service-sec .owl-nav{left:-40px;right:-40px;}	
.page .entry-header, .blog_page_header{padding:100px 0px !important;}	
}

@media screen and (min-width: 1424px) {
.ms-slide-info{left:4%;}
.about-sec{margin-top:88px;}	
.about-sec:before{width:630px;background-position: bottom left !important;background-size:contain;top:-155px;}	
}

@media screen and (min-width: 1624px) {
.ms-slide-info{left:10%;}
}

@media screen and (min-width: 1920px) {
.ms-slide-info{left:16%;}	
}

@media screen and (min-width: 2048px) {
.ms-slide-info{left:18%;}
}

@media screen and (min-width: 2550px) {
.ms-slide-info{left:24%;}
}



