body {
	font-family: 'Montserrat', sans-serif;
	height: auto !important;
	font-weight: 400;
	color: #3E3F66;
	letter-spacing: 0.5px;
	font-size: 16px;
	background: #f2f6ff;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
p {
	font-weight: normal;
}
/*HEADER ANimation*/
.sticky-header header {
	top:0;
	background-color: #ffffffb5;
	backdrop-filter: blur(5px);-o-backdrop-filter: blur(5px);-moz-backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);
	position:fixed;
	-webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both,
	-webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
	box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.vh-center {
	display: table-cell;
	vertical-align: middle;
}
/*HEADER*/
header {
	padding: 20px 0px;
	background-color: #ffffff;
}
.logo {}
.logo img {
	width: 200px;
}
/*NAV*/
.custom-nav {
	margin-top: 20px;
}
.custom-nav nav ul li {
	display: inline-block;
}
.custom-nav nav ul li a {
	display: block;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #3E3F66;
}
.custom-nav nav ul li.cta-get {
	margin-left: 20px;
}
.custom-nav nav ul li.cta-get a {
	background: #4292ff;
	color: #fff;
	padding: 10px 30px;
	border-radius: 20px;
	position: relative;
}


.custom-nav nav ul li.cta-get a::before, 
.custom-nav nav ul li.cta-get a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}

.navbar-expand-lg .navbar-nav .nav-link.dark_btn::before {
  animation: pulse-blue-medium-sm 3.5s infinite
}

.navbar-expand-lg .navbar-nav .nav-link.dark_btn::after  {
  animation: pulse-blue-small-sm 3.5s infinite
}

/*BANNER SLIDES*/
.banner-sec {
	padding-top: 160px;
/*	height: 100vh;*/
	padding-bottom: 4%;
	background-image: url(../images/ban-bg-1.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.banner-sec:before {
	position: absolute;
	left: -350px;
	top: 10%;
	content: '';
	height: 700px;
	width: 700px;
	border-radius: 50%;
	background: rgba(66, 146, 255, 0.06);
}
.banner-sec:after {
	position: absolute;
	right: -350px;
	top: -350px;
	content: '';
	height: 700px;
	width: 700px;
	border-radius: 50%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.06);
}
.info-col {
	padding-top: 110px;
}
.vh-center {
	display: table-cell;
	vertical-align: middle;
}
.info-col h1 {
	font-size: 50px;
	font-weight: bold;
	color: #32236F;
}
.info-col h1 span {
	color: #4292ff;
}
.info-col p {
	margin: 20px 0 30px;
}
.banner-slide .app_btn {
    display: flex;
    align-items: center;
}
.banner-slide .app_btns li {
	display: inline-block;
}
.banner-slide .app_btns li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    border: 2px solid #4292ff;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}
.banner-slide .app_btns li:last-child {
    margin-left: 25px;
}
.banner-slide .app_btns li a img {
    transition: .4s all;
}
.banner-slide .app_btns li a .white_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.banner-slide .app_btns li a:hover {
    background-color: #4292ff;
}
.banner-slide .app_btns li a:hover .blue_img {
    opacity: 0;
}
.banner-slide .app_btns li a:hover .white_img {
    opacity: 1;
}
.mobile-slide .owl-controls .owl-nav [class*="owl-"] {
    height: 40px;
    width: 40px;
    border-radius: 0px;
    background: #4292ff;
    color: #fff;
    padding: 0px;
    line-height: 40px;
    font-size: 20px;
    transition: .4s all;
}
.mobile-slide .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #32236F;
    border-radius: 8px;
}
/* hero slider mobile frame */

.mobile-slide .slider_frame {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 335px;
}

.mobile-slide .slider_frame img{
	width: 100%;
}
.mobile-slide {
	position: relative;
	display: flex;
}
.mobile-slide .left_icon {
  position: absolute;
  left: 15px;
  bottom: 250px;
  z-index: 9999;
}
.mobile-slide .right_icon {
  position: absolute;
  right: 15px;
  top: 70px;
}
.banner-slide .mobile-slide::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    height: 475px;
    border-radius: 100%;
    background-color: #4292ff;
    z-index: -5;
}
.screens-mob {
	width: 306px;
	margin: 0px auto;
	border-radius: 35px;
	overflow: hidden;
}
.banner-slide .item {
	padding-left: 3px;
}
.banner-slide .owl-controls {
	margin-top: 45px;
}
.banner-slide .owl-dots .owl-dot.active span {
	background: #4292ff;
}
.banner-slide .owl-dots .owl-dot span {
	border-color: #4292ff;
}
/*TRUST SEC*/
.trusted-sec {
	padding: 4% 0;
}
.sec-headings {
	width: 65%;
	text-align: center;
	margin: auto;
}
.sec-headings h2 {
	font-size: 50px;
	font-weight: bold;
	color: #32236F;
}
.sec-headings h2 span {
	color: #4292ff;
}
.sec-headings p {
	margin: 20px 0 30px;
}
.client-logo {
	height: 80px;
	position: relative;
	padding: 0 10px;
}
.client-logo img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	filter: grayscale(1);
	transition: .4s all;
}
.client-logo img:hover {
	filter: grayscale(0);
}
.trusted-sec .owl-controls .owl-nav [class*="owl-"] {
	height: 50px;
	width: 50px;
	border-radius: 0px;
	background: #4292ff;
	color: #fff;
	padding: 0px;
	line-height: 50px;
	font-size: 24px;
	transition: .4s all;
}
.trusted-sec .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #32236F;
	border-radius: 8px;
}
/*FEATURE SEC*/
.feature-sec {
	padding: 5% 0;
}
.feature-sec .container {
	width: 1370px;
}
.feature-details {
	background-color: #fff;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
	padding-top: 60px;
	padding-bottom: 20px;
	box-shadow: 0px 4px 30px #EDE9FE;
}
.feature-details .left-list {
	text-align: right;
	padding-left: 130px;
	max-width: 410px;
}
.feature-details .right-list {
	text-align: left;
	padding-right: 130px;
	max-width: 410px;
}
.feat-main {
	margin-bottom: 50px;
}
.left-list .feat-main img {
	margin-right: -15px;
}
.right-list .feat-main img {
	margin-left: -15px;
}
.feat-main h4 {
	font-weight: bold;
	font-size: 20px;
	color: #32236F;
}
.feature-sec .feature-screen {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -75px;
}
/*HOW IT WORKS STEP*/
.how-it-works-step-sec {
	padding: 5% 0;
}
.how-it-step-details {
	background: #fff;
	border-radius: 30px;
	position: relative;
	justify-content: space-between;
	margin-top: 120px;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 4px 30px #EDE9FE;
}
.how-it-works-step-sec .container {
	width: 1370px;
}
.how-it-step-details ul {
	width: 1080px;
	margin: 0 auto;
	padding: 10px;
}
.how-it-step-details ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}
.step-cont {
	width: 360px;
	text-align: right;
}
.step-number {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.step-picture {
	width: 360px;
	text-align: right;
}
.step-number-1 {
	background-image: url(../images/01.png);
}
.step-number-2 {
	background-image: url(../images/02.png);
}
.step-number-3 {
	background-image: url(../images/03.png);
}
.how-in {
	display: flex;
}
.how-it-step-details ul li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	width: 4px;
	height: calc(100% + 100px);
	background-color: #4292ff;
}
.how-it-step-details ul li:first-child::before {
	top: 0;
}
.how-it-step-details ul li:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background-color: #4292ff;
	border-radius: 15px;
}
.how-it-step-details ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.how-it-step-details ul li:nth-child(2):after, .how-it-step-details ul li:nth-child(3):after, .how-it-step-details ul li:nth-child(3):before {
	display: none;
}
.step-cont h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.video-disk {
	position: relative;
	margin: auto;
	padding: 100px 0;
	text-align: center;
	overflow: hidden;
	border-radius: 30px;
	width: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.video-disk:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	background: rgba(66, 146, 255, 0.9);
}
.video-disk h2 {
	font-size: 30px;
	color: #32236F;
	position: relative;
	line-height: 40px;
	z-index: 3;
}
.video-disk h2 span {
	display: block;
	font-size: 40px;
	color: #fff;
	margin-top: 20px;
	font-weight: 800;
}
.play-icon {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 60px;
	color: #32236F;
	font-size: 30px;
	display: inline-block;
	position: relative;
	top: 6px;
	z-index: 4;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.play-icon:hover {
	background: #32236F;
	color: #fff;
}
.play-wave {
	background-color: rgba(255, 255, 255, 0.1);
	width: 96px;
	height: 96px;
	border-radius: 100px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	line-height: 96px;
	position: relative;
	display: block;
	margin-bottom: 40px;
	z-index: 3;
}
/*TESTIMONIAL*/
.testimonial-sec {
	padding: 5% 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.review-cust {
	width: 50%;
	margin:40px auto 0;
	text-align: center;
}
.review-cust p {
	margin: 20px 0 30px;
	font-size: 22px;
	font-weight: 400;
}
.profile-users-testi {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	background: #ddd;
	margin: auto;
	border:5px solid #32236F;
}
.profile-users-testi img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.starts-icon i {
	color: #FC9400;
	font-size: 20px;
}
.review-cust h4 {
	font-size: 20px;
	margin: 30px 0 10px;
	font-weight: bold;
}
.testimonial-sec .owl-controls {
	margin-top: 25px;
}
.testimonial-sec .owl-dots .owl-dot.active span {
	background: #4292ff;
}
.testimonial-sec .owl-dots .owl-dot span {
	border-color: #4292ff;
	width: 30px;
}
/*FAQ SECTION*/
.faq-sec {
	padding: 5% 0;
}
.faq-content {
	margin-top: 50px;
}
.faq-content .panel {
	background:#fafafa;
}
.faq-content .panel-body {
    font-size: 14px;
	color:#000;
	background:#f6fdfd;
	line-height: 26px;
}
.faq-content .panel.panel-default> .panel-heading {
    background: none;
    border-radius: 0;
}
.faq-content .panel.panel-default {
	border: none;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px #EDE9FE;
	transition:all 0.4s linear 0s;-o-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;
}
.faq-content .panel-group .panel {
    border-radius: 0;
}
.faq-content .panel.panel-default .panel-title > a {
    color: #32236F;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    display: block;
    line-height: 50px;
    font-weight: 600;
}
.faq-content .panel.panel-default .panel-heading {
    padding: 0;
}
.faq-content .panel.panel-default .panel-heading:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.faq-content .panel.panel-default i {
    border-right: 1px solid #eee;
    color: #4292ff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 0 0;
    padding: 0 15px;
    display: inline-block;
    float: left;
}
.faq-content .panel.active_acc, .faq-content .panel:hover, .faq-content .panel:focus {
    border-top-color: #4292ff;
}
.faq-content .site-search-area {
    margin: 0px;
}
.faq-content .dividerHeading h4,.faq-content  .widget_title h4 {
    padding:20px 0 10px;
}
/*SCREENS SEC*/
.screens-sec {
	padding: 5% 0;
}
.screens-slider {
	padding: 0 20px;
	margin-top: 40px;
}
.screen-iner {
	border-radius: 20px;
	border:4px solid #32236F;
}
.screen-iner img {
	width: 100%;
	border-radius: 16px;
}
.screens-sec .owl-dots .owl-dot.active span {
	background: #4292ff;
}
.screens-sec .owl-dots .owl-dot span {
	border-color: #4292ff;
	width: 30px;
}
/*Sliderscale-css*/
.screens-sec .owl-carousel .owl-item {
	transform: scale(0.9);
	transition:all 0.4s linear 0s;-o-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;
}
.screens-sec .owl-carousel .owl-item.center {
	transform: scale(1.0);
}
/*BLOG*/
.blog-posts {
	padding: 5% 0;
}
.home-blog {
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px #EDE9FE;
}
.blog-imgs {
	position: relative;
}
.blog-imgs img {
	width: 100%;
	border-radius:10px 10px 0 0;
}
.blog-imgs span {
	position: absolute;
	border-radius: 6px;
	left: 15px;
	top: 15px;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 10px;
	background: rgba(255,255,255,0.5);
	color: #32236F;
}
.blog-content {
	padding: 20px 20px 30px;
	text-align: center;
}
.blog-content h3 {
	font-weight: 700;
	font-size: 20px;
	min-height: 44px;
}
.blog-content p {
	font-size: 16px;
}
.blog-content a {
	text-transform: uppercase;
	color: #4292ff;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	margin-top: 15px;
}
/*SUBSCRIPTION*/
.subscription-cust {
	overflow: visible;
}
.inner-sub {
	background-color:#42337F;
	padding: 50px;
	border-radius: 12px;
	box-shadow: 0 4px 10px #0c0c0c21;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -95px;
	position: relative;
	z-index: 99;
}
.sub-form .form-control {
	height: 70px;
	background: #fff;
	padding: 0 20px;
	font-size: 18px;
	box-shadow: none;
	border-radius: 10px 0 0 10px;
}
.sub-form .btn {
	height: 70px;
	color: #32236F;
	background: #fff;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 0 10px 10px 0;
}
.head-tect-sub {
	color: #fff;
}
.head-tect-sub h2 {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: 800;
}
.head-tect-sub h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.sub-form, .head-tect-sub {
	width: 48%;
}
/*FOOTER*/
.top-footer {
	padding: 60px 0;
	background: #32236F;
}
.ext-padd {
	padding-top: 160px;
}
.top-footer h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	margin: 0 0 30px;
}
.footer-navs li {
	display: block;
	margin-bottom: 10px;
}
.footer-navs li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.top-footer .app_btn {
    display: flex;
    align-items: center;
}
.top-footer .app_btns li {
	display: inline-block;
	margin-bottom: 20px;
}
.top-footer .app_btns li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    border: 2px solid #4292ff;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}
.top-footer .app_btns li a img {
    transition: .4s all;
}
.top-footer .app_btns li a .white_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.top-footer .app_btns li a:hover {
    background-color: #4292ff;
}
.top-footer .app_btns li a:hover .blue_img {
    opacity: 0;
}
.top-footer .app_btns li a:hover .white_img {
    opacity: 1;
}
.foot-logo {
	margin-bottom: 40px;
}
.foot-logo img {
	width: 200px;
}
.social-icons li {
	display: inline-block;
	margin-right: 15px;
}
.social-icons li a {
	display: block;
	height: 50px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-size: 20px;
    transition: .4s all;
}
.social-icons li a:hover {
	color: #fff;
	background: #4292ff;
	border-radius: 50%;
}

.bot-footer {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #42337F;
}
.bot-footer p {
	margin-bottom: 0px;
	font-size: 14px;
}
/*BLOG PAGE*/
.page-header-sec {
	padding: 160px 0 130px;
	text-align: center;
}
.page-header-sec:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: -1;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../img/inner-page-bg.png);
}
.page-header-sec:before {
	position: absolute;
	right: -350px;
	top: -350px;
	content: '';
	height: 700px;
	width: 700px;
	border-radius: 50%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.06);
}
.page-header-sec .breadcrumb {
	background: none;
}
.page-header-sec .breadcrumb a {
	text-decoration: underline;
}
.page-header-sec .breadcrumb a, .page-header-sec .breadcrumb li {
	color: #fff;
}
.page-header-sec h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
}
.page-header-sec h1 span {
	font-weight: bold;
}
.blog-page-outer-sec {
	padding: 4% 0;
}
.blog-grid ul {
	margin: 0 -15px;
}
.blog-grid ul li {
	width: 33.333%;
	float: left;
	padding: 0 15px;
}
.blog-grid ul li .blog-content {
	text-align: left;
	min-height: 210px;
}
.blog-grid ul li .blog-content h3 {
	margin-top: 0px;
}
.blog-grid ul li:nth-child(1) {
	width: 100%;
	margin-bottom: 50px;
}
.blog-grid ul li:nth-child(1) .blog-imgs {
	width: 50%;
	float: left;
	height: 400px;
}
.blog-grid ul li:nth-child(1) .blog-imgs img {
	border-radius: 10px;
}
.blog-grid ul li:nth-child(1) .blog-content {
	float: left;
	width: 50%;
	padding-left: 50px;
	text-align: left;
}
.blog-grid ul li:nth-child(1) .blog-content h3 {
	font-size: 36px;
	color: #32236F;
	margin-bottom: 30px;
}
.blog-grid ul li .blog-imgs {
	height: 270px;
	position: relative;
}
.blog-grid ul li .blog-imgs img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.cust-page-nav {
	margin-top: 30px;
	text-align: center;
}
.cust-page-nav .pagination {
	margin: 0px auto;
}
.cust-page-nav .pagination > li {
	margin: 0 5px;
	display: inline-block;
}
.cust-page-nav .pagination > li > a, .cust-page-nav .pagination > li > span {
	height: 40px;
	width: 40px;
	background: none;
	border: none;
	color: #32236F;
	line-height: 40px;
	border-radius: 50%;
	padding: 0px;
	transition:all 0.4s linear 0s;-o-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;
}
.cust-page-nav .pagination > li.active a, .cust-page-nav .pagination > li > a:hover {
	background: #32236F;
	color: #fff;
}
/*BLOG SINGLE*/
.blog-single-sec {
	padding: 4% 0;
}
.blog-box {
	padding: 40px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 8px 30px #c0bad76b;
}
.blog-box h2 {
    font-size: 36px;
    font-weight: bold;
    color: #32236F;
    margin: 0 0 30px 0;
}
.blog-box img.hero-blog {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}
.blog-box p {
	line-height: 30px;
}
.blog-box h3 {
	font-weight: bold;
	font-size: 26px;
	margin: 40px 0 20px;
	color: #42337F;
}
.blog-box ul.list-blog {
	margin-left: 20px;
}
.blog-box ul.list-blog li {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.blog-box ul.list-blog li:after {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #4292ff;
}
.authot-bloger {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
}
.authot-bloger .media-left img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}
.authot-bloger .media-body {
	padding-left: 30px;
	vertical-align: middle;
}
.authot-bloger .media-body h4 {
	font-size: 22px;
	font-weight: bold;
	color: #42337F;
	margin: 0 0 10px;
}
.authot-bloger .media-body p {
	margin-bottom: 0px;
}
.social-users {
	margin-top: 20px;
}
.social-users li {
	display: inline-block;
	margin-left: 5px;
}
.social-users li a {
	display: block;
	height: 46px;
	width: 46px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	color: #4292ff;
	border: 1px solid #ddd;
	transition:all 0.4s linear 0s;-o-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;
}
.social-users li a:hover {
	background: #42337F;
	color: #fff;
	border-color: #42337F;
}
.comment-box {
	margin: 40px 0;
}
.comment-box .media .media-left img {
	width: 100px;
	width: 100px;
	border-radius: 50%;
}
.comment-box .media .media-body {
	padding-left: 40px;
	vertical-align: middle;
}
.comment-box .media .media-body h4 {
	font-weight: bold;
	margin-bottom: 15px;
}
.comment-box .media {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.comment-box .media .media {
	margin-left: 100px;
}
.leave-comments {
	padding: 3% 0;
}
.comment-form label span {
	color: red;
	font-weight: 300;
}
.comment-form .form-control {
	height: 60px;
	box-shadow: 0 3px 6px #EDE9FE;
	border: none;
	border-radius: 10px;
	padding: 0 20px;
}
.comment-form textarea.form-control {
	height: 150px;
	resize: vertical;
	padding: 20px;
}
.wpcf7-submit {
	height: 60px;
	border-radius: 30px;
	padding: 0 40px;
	font-size: 18px;
	background: #4292ff;
	color: #fff;
	margin: 20px auto;
	font-weight: 600;
	text-transform: uppercase;
	transition:all 0.4s linear 0s;-o-transition:all 0.4s linear 0s;-moz-transition:all 0.4s linear 0s;-webkit-transition:all 0.4s linear 0s;
	border:none;
}
.wpcf7-submit:hover {
	background: #32236F;
	color: #fff;
}
.page-header-sec p {
	color: #fff;
}
/*CONTACT PAGE*/
.contact-page {
	padding: 4% 0;
	overflow: visible;
}
.cont-form {
	padding: 30px;
	background: #fff;
	box-shadow: 0 3px 6px #EDE9FE;
	border-radius: 30px;
	margin-top: -150px;
}
.contact-page .sec-headings {
	width: 100%;
}
.contact-media .media {
	margin-top: 40px;
}
.contact-media .media .media-left i {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
}
.per-col {
	background: rgba(50, 35, 111, 0.3);
	color: #32236F;
}
.red-col {
	color: #f22a9b;
	background: rgba(242, 42, 155, 0.3);
}
.blue-col {
	color: #4292ff;
	background: rgba(66, 146, 255, 0.3);
}
.contact-media .media .media-body {
	padding-left: 30px;
	vertical-align: middle;
}
.contact-media .media .media-body h4 {
	font-size: 20px;
	font-weight: bold;
}


.panel-body ul li{
    list-style:disc;
	margin-left:25px;
}
.more-link,.post-navigation{
     display:none !important;
}
.single-post .sec-headings{
 	width:100%;
}
.post-taxonomies{display:none;}
.posted-on::after {content: "|";
  margin: 0 10px;}


/*Responsive-css-toggle start*/.nav-togg-new {
    position: fixed;
    right: 30px;
    top: 20px;
    background: #4292ff;
    height: 50px;
    width: 50px;
    margin-right: 25px;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.menu-open-new .nav-togg-new {
}
.nav-togg-new span {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    height: 2px;
    display: block;
    background: #fff;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.nav-togg-new span:after, .nav-togg-new span:before {
    position: absolute;
    left: 0;
    content: '';
    background: #fff;
    width: 30px;
    height: 2px;
    transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.nav-togg-new span:before {
    top: -8px;
}
.menu-open-new .nav-togg-new span:before {
    top: 0;
    transform: rotate(45deg);
}
.nav-togg-new span:after {
    bottom: -8px;
}
.menu-open-new .nav-togg-new span {
    width: 0px;
}
.menu-open-new .nav-togg-new span:after {
    bottom: 0;
    transform: rotate(-225deg);
}
/*Responsive-css-toggle END*/








