@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('fonts.css');
@import url('font-awesome-all.min.css');
@import url('animate.min.css');
@import url('../slick/slick.css');
@import url('../slick/slick.css');
@import url('masonry.css');    
@import url('jquery.fancybox.css');
.all-fonts{
	font-family: 'Montserrat', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}
body {
 	font-weight: 400;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: inherit !important;
	color: #000;
}
.site-main{
	min-height: 300px;
	width: 100%;
    float: left;
}
img {
    max-width: 100%;
	height: auto !important;
}


/* h4.slider-mb-text-2 {
position: relative;
}
h4.slider-mb-text-2::after{
content: '';
position: absolute;
animation: textrotate 10s linear infinite;
-webkit-animation: textrotate 10s linear infinite;
}
h4.slider-mb-text-2 {
  display: inline-block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@keyframes textrotate{
0%{
  content: 'Business Team.';
}
50%{
  content: 'Leadership Digital';
}
100%{
  content: 'Business Team.';
}
} */

h4.slider-mb-text-2 {
  position: relative;
}

h4.slider-mb-text-2 span {
  display: inline-block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: 	#5e2e68;
}
.title{
	font-size: 55px;
}
a {
    text-decoration: none;
    transition: 0.3s;
    color: #8a157a;
}
a:hover{
	color: #3f004d;
}
a:hover,
a:active,
a:focus,
a:hover:focus,
button:hover,
button:active,
button:focus,
button:hover:focus{
	outline: none;
}
select {
  background-image:
    linear-gradient(45deg, transparent 50%, #000 60%),
    linear-gradient(135deg, #000 40%, transparent 50%) !important;
  background-position:
    calc(100% - 20px) 14px,
    calc(100% - 10px) 14px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section,header,footer,.full,ul.sidebar.single-blog-side,article{
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------------*/
/*----no-outline-------*/
button::-moz-focus-inner {
  border: 0;
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
  outline: none;
}
.btn::-moz-focus-inner {
  border: 0;
  outline: none;
}
a:focus,button:focus,.btn:focus{
	outline: none;
}
.btn-transparent {
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 15px !important;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active{
	background-color: #fff !important;
	background-color: #000;
}
.btn.btn-primary {
    background-color: #822783;
    padding: 5px 17px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 1px solid #822783;
    font-weight: 300;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover:focus{
    border: 1px solid #851576;
    background-color: #851576;
    outline: none;
}
.btn.btn-primary.bordered{
	border: 1px solid #fff;
}
.btn-light {
    background-color: #4cb4e6;
    border-color: #4cb4e6;
    color: #fff;
}
.btn.btn-light{
	background-color: #4e9e17;
	border-radius: 0px;
	border: 1px solid #4e9e17;
	font-weight: 700;
	color: #fff;
	font-family: 'Cinzel', serif;
}
.btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus, .btn.btn-light:hover:focus {
    background-color: #4b9617;
    border: 1px solid #4b9617;
    box-shadow: none;
    box-shadow: inset 0px 26px 14px 5px #398305;
	outline: none;
}
.btn-light {
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #fff;
	font-weight: 700;
	color: #fff;
}
.btn.btn-white {
    background-color: #fff;
    font-size: 20px;
    margin: auto;
    clear: both;
    display: block;
    max-width: 146px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    color: #5e2e68;
    padding: 5px 10px;
    border:1px solid  #fff;
    border-radius: 10px;
}
.btn.btn-white:hover,.btn.btn-white:focus,.btn.btn-white:hover:focus {
    border:1px solid  #fff;
    background-color: transparent;
    color: #fff;
    outline: none;
}

button:focus,
a:focus, a:active,
.btn:focus,.btn:active
.btn-primary:focus,.btn-primary:active,
input:focus,input:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  box-shadow: none ;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.slick-slide a,
.slick-slide .btn:focus,
.slick-slide,
.slick-slide:focus {
    outline: none;
}
/*---no-outline---------*/
/*-------------------------*/
/*-----visual-composer-btns-----*/
body .vc_btn3-style-classic{
	background-color: #20b6e8 !important;
    border-radius: 0px !important;
	background-image: none;
	border: 1px solid transparent !important;
	color: #fff !important;
}
body .vc_btn3-style-classic:hover,
body .vc_btn3-style-classic:focus,
body .vc_btn3-style-classic:active{
    background-color: #63cbed !important;
    border: 1px solid #20b6e8 !important;
    outline: none;
}
/*----visual-composer-btns-ended------*/
/*--------general------------*/
.no-padding{
	padding: 0px;
}
.no-lg-padding{
	padding: 0px;
}
.hide-lg{
	display: none !important;
}
.hidden{
	display: none;
}
.middle{
  position: relative;
  transform: translate(0px, -50%);
  border: 1px solid #AA0000;
  top: 50%;
}
.v-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bold{
	font-weight: bold;
}
.cus-parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	will-change: transform;
}
.bg{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.circle-image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.scrolltop{
	width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 60px;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0px;
    color: #a0a0a0;
    text-align: center;
    padding-top: 1px;
	z-index: 99999;
}
.scrolltop i {
    font-size: 27px;
    line-height: 40px;
}
/*--social icons---*/
.social-icons {
    width: 100%;
	padding-left: 0px;
}
.social-icons li {
    display:  inline-block;
}
.social-icons li a{
    color: #fff;
    border: 2px solid transparent;
    width: 28px;
    height: 28px;
    list-style: none;
    font-size: 15px;
	line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 0px;
    background-color: transparent;
	
}
.social-icons li a:hover,
.social-icons li a:focus {
	text-decoration: none;
    background-color: transparent;
    border-color: #fff;
}
/*--social icons---*/
/*--------general---------------*/
/*-----------error-contact-form-7--------------*/
div.wpcf7-response-output {
    position: relative;
    margin: 0px !important;
    margin-top: 41px !important;
    margin-bottom: 10px !important;
    padding: 7px !important;
    width: 100%;
    clear: both;
}
div.wpcf7-validation-errors {
	border: 2px solid rgb(220, 9, 9) !important;
    color: #fff;
    background-color: #ff2a5b;
}
div.wpcf7-spam-blocked{
	border: 2px solid #bf800d !important;
    color: #fff;
    background-color: #c3a823;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #40a713;
    color: #fff;
    background-color: #48ab1d;
    padding: 6px;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #e41111;
    background-color: rgba(224, 59, 89, 0.98);
} 
/*-----------error-contact-form-7--------------*/
.errored {
    color: #fff;
    background-color: #ea3d3d;
    max-width: 500px;
    margin: auto;
    display: table;
    float: none;
    padding: 2px 10px;
}
/* ctc msgs*/
.ctct-form-wrapper .ctct-message{
	max-width: 500px;
}
.ctct-form-wrapper .success {
    background-color: #58dc67 !important;
    border-color: #1e9a2c !important;
    color: #fff !important;
    font-size: 18px;
}
.ctct-form-wrapper .ctct-message {
    font-size: 15px !important;
    text-align: center;
    padding: 3px 2px !important;
}
/*ctc msgs*/
/*Header*/


/*main-header*/
.main-header .header-logo img {
    margin-top: 20px;
}
.main-header{position: absolute;z-index: 9999;width: 100%;float: left;background-color: #fff;border-bottom: 0px solid #ccc;padding-bottom: 12px;padding-top: 0px;}
.main-header .emergencies-text span {display: block;color: #c30000;font-weight: 700;font-size: 20px;text-align: right;padding-top: 0;padding-bottom: 0;}
.header-logo {display: block;padding-top: 0px;}
.header-logo  img{transition: 0.3s;}
.shadow-img{position: absolute;top: -108px; z-index: -1;left: -108px;height: 330px !important;}
.main-header.fixed-enabled.fixed-header .shadow-img { display: none; }
/*----main-menu-----*/
.main-menu {
    width: 100%;
    text-align: right;
    padding-top: 12px;
}
.main-menu>li {
    display: inline-block;
    padding: 0px;
}
.main-menu>li:last-child {
	padding-right: 0px;
}
.main-menu li a{
    display: inline-block;
    font-size: 15px;
    padding: 6px 13px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    /* text-transform: uppercase; */
}
.main-menu>li:last-child a {
    padding-left: 8px;
    padding-right: 0px;
}
.main-menu>li>a:hover,
.main-menu>li.current-menu-item>a,
.main-menu>li.current-menu-ancestor>a{
	text-decoration: none;
	color: #fff;
}
.main-menu li a:focus{
	text-decoration: none;
}
.main-menu>li>a:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 15px;
    bottom: 0px;
    z-index: -1;
    border-right: 1px solid #000;
    margin: auto;
	right: 0px;
}
.main-menu>li:last-child>a:before {
    display: none;
}

.main-menu>li>a:hover,
.main-menu>li.current-menu-item>a,
.main-menu>li.current-menu-ancestor>a{
	color: #5e2e68;
}
.main-menu>li.current-menu-item>a,
.main-menu>li.current-menu-ancestor>a{
	font-weight: 700;
}
/* sub-menu */
.main-menu li ul{
    background-color: #fff;
    transition: .8s !important;
    transform: none !important;
    border: 1px solid #3f004d;
    box-shadow: 0 0 10px 0px black;
    border-top: 3px solid #3f004d;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    right: 0px;
    left: 0px;
}
.main-menu li ul li{
    border-bottom: 1px dashed #822783;
    width: 100%;
    padding: 0px;
    display: inline-block;
    text-align: left;
    margin-right: 0px !important;
}
.main-menu li ul li:last-child {
    border: 0px;
}
.main-menu li ul li a:before{
	display: none;
}
.main-menu li ul li.current-menu-item a, 
.main-menu li ul li a:hover {
    background-color: transparent;
    color: #3f004d;
    text-decoration: none
}
.main-menu li ul li a {
	width: 100%;
    padding: 9px 19px;
    border-top-color: transparent !important;
    display: block;
    color: #000;
}
.main-menu li ul li:hover{
	background-color: transparent;
}
.main-menu li.menu-item-has-children{
    position: relative !important;
	padding-top: 0px;
}
.main-menu li.menu-item-has-children:hover .sub-menu{
    visibility:  visible;
    opacity:  1;
}
.main-menu li ul li ul{
	z-index: 1000;
    top: -11px;
    left: 254px
}
.main-menu li ul{
	max-width: 340px;
	width: auto;
	min-width: 254px;
}
/* sub-menu */
/* additional-for-header */
.main-header button#responsive-menu-button {
	width: 90px;
    top: -7px;
    height: 37px;
    float: right;
    right: 0px;
	padding-right: 4px;
	z-index: 999;
}
#responsive-menu-container #responsive-menu-additional-content {
	padding:0 !important;
}
#responsive-menu-container .responsive-menu-button {
	font-size: 20px;
	border: 1px solid #fff;
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top:20px;
	cursor:pointer;
}
#responsive-menu-container .responsive-menu-button:hover {
	background-color: #822783;
}
/* additional-for-header */
/*Header*/
/* header start */
/* main menu */
/* header  */
body.logged-in .main-header.fixed-enabled{top: 32px;padding-top: 0px;background-color: #fff;}
body.logged-in .main-header.fixed-enabled.fixed-header{
	top: 32px;
	padding-top: 0px;
}
.main-header.fixed-enabled{position:  fixed;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;top: 0px;}
.main-header.fixed-enabled.fixed-header {
    background-color:  #fff;
    width:  100%;
    z-index:  99999;
    top: 0px;
	box-shadow: 3px -3px 13px 4px black;
	-moz-box-shadow: 3px -3px 13px 4px black;
	-webkit-box-shadow: 3px -3px 13px 4px black;
	top: 0px; 
}
.main-header.fixed-enabled.fixed-header .container{
    position:  relative;
    top: 0px;
}
.main-menu-sec {
    position: relative;
    padding-right: 30px;
}
/*---top-details-with-icon---*/
.main-header.fixed-enabled.fixed-header .nav-wrapper {
    padding-top: 0px;
}
.main-header.fixed-enabled.fixed-header .header-logo {display: block;width: 100%;height: auto;text-align: center;border-radius: 0;padding-top: 0px;top: inherit;position: relative;bottom: 0px;}
.main-header.fixed-enabled.fixed-header .header-logo img {height: 61px !important;width: auto !important;margin-top: 22px;}
.main-header.fixed-enabled.fixed-header .main-menu {padding-top: 8px; }
/*--------------*/
/*header search*/
.nav-wrapper {
    padding-right: 46px;
    position: relative;
}
/*--icon--*/
.header-search {
    position: absolute;
    right: 0px;
    top: 7px;
    font-size: 20px;
    color: #660172;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    width: 35px;
    height: 35px;
    text-align: right;
    background-color: transparent;
    text-align: center;
    line-height: 35px;
    border-radius: 90%;
}
.header-search:hover {
    background-color: #3f004d;
    width: 37px;
    color: #fff;
    text-align: right;
    height: 37px;
    text-align: center;
    line-height: 36px;
    border-radius: 70%;
    border: 1px solid #3f004d;
}
/* slideInDown */
/*--icon--*/
.move {
    width: 100%;
    float: left;
    max-width: 275px;
    /* height: 126px; */
    position: absolute;
    display: none;
    right: 21px;
    z-index: 9999;
	bottom: -46px;
}
.move input[type="text"] {
    height: 42px;
    width: 100%;
    background-color: #822783;
    border: 1px solid #5e2e68;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: 1px 4px 6px 1px rgba(132, 127, 132, 0.7);
    -moz-box-shadow: 1px 4px 6px 1px rgba(132, 127, 132, 0.7);
    box-shadow: 1px 4px 6px 1px rgba(132, 127, 132, 0.7);
}
.move input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.move input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.move input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.move input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.move.animated{
	display: block;
}
/* header ended */
/*flag menu*/
/*temporary hide*/
.flag-wrapper {
    visibility: hidden;
}
/*temporary hide*/
.flag-wrapper ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
}
.flag-wrapper ul>li {
    display: inline-block;
}
.flag-wrapper ul>li>a {
    display: block;
    border: 0px solid;
    width: 32px;
    height: 31px;
    font-size: 0px;
    background-image: url(../img/us.png);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    /*Make BG IMage responsive  */
    background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;   
}
.flag-wrapper ul>li.uk a{
	background-image: url(../img/uk.png);
}
.flag-wrapper ul>li>a:hover,
.flag-wrapper ul>li>a:focus,
.flag-wrapper ul>li>a:focus:hover,
.flag-wrapper ul>li.current_page_item>a{
   filter:none;
}
/*flag menu*/
/*header search*/
/*----main-menu----*/
/* header */
/*Home Page*/
.template-home {
    padding-top: 88px;
}
/*home-top-sec*/
.serve-sec.home-top-sec .content .title {
    font-size: 28px;
    color: #5e2e68;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 42px;
}
.serve-sec.home-top-sec .content p {
    font-size: 17px;
    line-height: 25px;
}
/*home-top-sec*/
/*about-4-col*/
.about-4-col .col .vc_column-inner {
    position: relative;
}
.about-4-col .col .vc_column-inner:after {
    content: '';
    position: absolute;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../img/pink-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 386px;
    width: 22px;
    bottom: 0px;
    margin: auto;
}
.about-4-col .col  .content {
    padding-right: 20px;
}
.about-4-col .col:last-child .content {
    padding-right: 0px;
}
.about-4-col .col:last-child .vc_column-inner:after {
    display: none;
}
.about-4-col .col .content .title {
    font-size: 22px;
    font-weight: 800;
    color: #5e2e68;
    margin-bottom: 18px;
}
.about-4-col .col .content p {
    font-size: 17px;
    color: #363636;
    line-height: 21px;
}
.about-4-col .col .content a {
	color: #8a157a;
    font-size: 17px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 600;
}

/*about-4-col*/
/*video sec*/
.video-frame {
    border: 16px solid #ebebeb;
    border-radius: 20px;
    max-width: 727px;
    margin: auto;
    margin-top: 100px;
}
/*video sec*/
/*serve-sec */
.serve-sec  .content .title {
    font-size: 40px;
    font-weight: 400;
}
.serve-sec  .content p {
    font-size: 16px;
    color: #343352;
	margin-bottom: 24px;
	line-height: 24px;
}
.serve-sec  h6.sub-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 31px;
    margin-bottom: 6px;
}
.serve-sec .content p span {
    margin-bottom: 12px;
    display: block;
}
/*serve-sec */
/*subs-sec*/
.Subscribe-section {
    padding-top: 43px;
	padding-bottom: 20px;
}
.Subscribe-section h2.sub-title {
    font-size: 35px;
    font-weight: 400;
    color: #5e2e68;
    margin-bottom: 15px;
}
.Subscribe-section .top-para {
	color: #363636;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
}
.Subscribe-section .norm.i {
    font-weight: 400;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}
.Subscribe-section form{
	max-width: 322px;
}
.Subscribe-section form input[type='text'],
.Subscribe-section form input[type='email']{
    border: 1px solid #a5a5a5;
    width: 100%;
    height: 42px;
    background-color: #fff;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 10px;
    margin-bottom: 7px;
}
.Subscribe-section form input.Subscribe-section form input::-webkit-input-placeholder{ 
	color: #afafaf;
}
.Subscribe-section form input::-moz-placeholder{
  color: #afafaf;

}
.Subscribe-section form input:-ms-input-placeholder{
  color: #afafaf;
}
.Subscribe-section form input:-moz-placeholder{ 
  color: #afafaf;
}

.Subscribe-section form  span.ctct-label-top label {
   display: none !important;
}
.Subscribe-section form input[type='text']:focus, .Subscribe-section form input[type='email']:focus{
  outline: none;
}
.Subscribe-section form input[type='submit']{
  border: 1px solid #851576;
  background-color: #851576;
  color: #fff;
  font-size: 20px;
  padding: 2px 10px;
  width: 100%;
  max-width: 318px;
  border-radius: 10px;
  padding: 7px 8px;
}
.Subscribe-section form input[type='submit']:hover,
.Subscribe-section form input[type='submit']:hover:focus,
.Subscribe-section form input[type='submit']:focus{
    background-color: #822783;
    border: 1px solid #822783;
}

/*sub-sec*/
/*Home Page*/
/*Testimonial*/
.home-testimonials {
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-top: 23px;
    font-weight: 400;
    width: 100%;
    float: left;
}
section.testimonial-section {
	background-color: #5e2e68;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
}
section.testimonial-section .testimonial-half {
    width: 50%;
    float: left;
    font-size: 16px;
	padding-right: 20px;
	position: relative;
}
.home-testimonials .testimonial-half:last-child {
    padding-left: 20px;
}
section.testimonial-section .testimonial-half:after {
    content: '';
    position: absolute;
    width: 3px;
    right: 0px;
    height: 421px;
    top: 0px;
    background-image: url(../img/bordershadowline-2.png);
}
section.testimonial-section .testimonial-half:last-child:after {
    display: none;
}
section.testimonial-section .testimonial-block {
	max-width: 587px;
    padding: 41px 10px;
    padding-bottom: 14px;
}
section.testimonial-section .testimonial-block .content{
    position: relative;	
	padding: 2px 40px;
    padding-bottom: 12px;
	text-align: left;
}
section.testimonial-section .testimonial-block .content:before {
    content: '\201C';
    position: absolute;
    font-size: 60px;
    left: 0px;
    top: 0px;
    line-height: 0px;
}
section.testimonial-section .testimonial-block .content:after {
    content: '\201D';
    font-size: 60px;
    position: absolute;
    right: 0px;
    bottom: -4px;
    line-height: 0px;
 }
section.testimonial-section .name {
    padding: 0px 40px;
    padding-top: 19px;
	text-align: left;
	font-weight: 700;
}
.testimonial-block .content p {
    line-height: 22px;
}
.testimonial-block  .name span {
    display: block;
    margin-bottom: 3px;
	font-weight: 400;
}
.testimonial-block .name span.bold {
    font-weight: 700;
}
/*Testimonial*/

/* Footer */
section.footer-form-sec {
    padding-top: 68px;
}
.footer-from-inner-col {
    max-width: 775px;
    margin: auto;
    padding: 10px 15px;
}
.footer-from-inner-col .contact-title {
    font-size: 34px;
    color: #8a157a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
	margin-bottom: 20px;
}
.footer-from-inner-col p.content {
    font-size: 20px;
    color: #822783;
    line-height: 26px;
    margin-bottom: 21px;
}
.footer-from-inner-col label.full {
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 8px;
}
.footer-from-inner-col input.form-control {
    border: 1px solid #d6d6d6;
    height: 40px;
    border-radius: 0px;
    background-color: #fff;
    font-size: 15px;
    color: #525252;
    padding-left: 20px;
    margin-bottom: 22px;
}
.footer-from-inner-col .first-name,.your-email {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.footer-from-inner-col .last-name,.your-email-confirm {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.footer-from-inner-col span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -18px;
    padding-left: 20px;
	margin-bottom: 7px;
}
.footer-from-inner-col .wpcf7-textarea.form-control {
    border-radius: 0px;
    background-color: #fff;
    color: #525252;
    padding-top: 16px;
    font-size: 18px;
    padding-left: 20px;
    resize: none;
    height: 120px;
	margin-bottom: 20px;
}
.footer-from-inner-col  .btn{
	font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 202px;
    padding: 14px 10px;
    line-height: 27px;
    margin-bottom: 42px;
}

.footer-from-inner-col input::-webkit-input-placeholder{ 
  color: #000;
  font-style: italic;
}
.footer-from-inner-col input::-moz-placeholder{
   color: #000;
    font-style: italic;
}
.footer-from-inner-col input:-ms-input-placeholder{
   color: #000;
    font-style: italic;
}
.footer-from-inner-col  input:-moz-placeholder{ 
  color: #000;
   font-style: italic;
}

.footer-from-inner-col  textarea::-webkit-input-placeholder{ 
  color: #000;
   font-style: italic;
}
.footer-from-inner-col textarea::-moz-placeholder{
   color: #000;
    font-style: italic;
}
.footer-from-inner-col  textarea:-ms-input-placeholder{
   color: #000; 
   font-style: italic;
}
.footer-from-inner-col textarea:-moz-placeholder{ 
  color: #000;
  font-style: italic;
}
.footer-contact-form-img{
	width: 100%;
}
.footer-top .row.logo-area  .widget-container:before{
    display: none;
}
.footer p.widget-title {
    color: #822783;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 11px;
}
.footer .footer-top ul li {
    list-style: none;
}
.footer .footer-top ul  .current_page_item a {
    color: #822783;
}
.footer .footer-top a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    line-height: 25px;
	font-family: 'Montserrat', sans-serif;
}
.footer .footer-top a:hover,
.footer .footer-top a:focus,
.footer .footer-top a:focus:hover{
	color: #822783;
}
.footer .footer-top a.footer-logo {
    margin-bottom: 12px;
}
.footer .footer-top  .textwidget {
    max-width: 334px;
}
.footer .footer-top  .menu {
    max-width: 216px;
}
.footer .footer-top .widget-container {
    position: relative;
    padding: 15px 10px;
    padding-bottom: 0px;
}
.footer .footer-top .widget-container:before {
    content: '';
    position: absolute;
    border-right: 1px solid #822783;
    width: 1px;
    height: 136px;
    margin: auto;
    right: 0px;
    top: 0px;
}
.footer .footer-top .widget_nav_menu:before {
    display: none;
}

div#media_image-2:before {
    display: none !important;
}


/* Footer */
/*---copyright-----*/
.copyright{
    background-color: #822783;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-top: 26px;
    margin-bottom: 0px;
}
.copyright .copyright-menu {
    padding-left:  0px;
    list-style:  none;
    display:  inline-block;
    float:  none;
	margin-bottom: 0px;
}
.copyright .copyright-menu li {
    display:  inline-block;
    float:  none;
}
.copyright .copyright-menu li a {
    color:  #fff;
    display:  block;
    padding: 0px 7px;
    position: relative;
}
.copyright .copy-right-text {
    font-size:  15px;
    color:  #fff;
}
.copyright .copy-right-text a {
    color: #fff;
    font-size: 15px;
}
.copyright .copyright-menu li a:before {
    content: '';
    position: absolute;
    border: 1px solid;
    height: 16px;
    top: 3px;
    right: -3px;
}
.copyright .copyright-menu li:last-child a:before {
    display:  none;
}
.copyright-content {
    padding-top: 9px;
}
.copyright ul.social-icons{
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 9px;
}
.copyright ul.social-icons{
    padding-top: 0px;
    margin-top: 1px;
    z-index: 99;
	text-align: right;
}
.copyright ul.social-icons li{
	margin-right: 8px;
}
.copyright ul.social-icons li a {
    background-color: #fff;
    width: 33px;
    height: 33px;
    color: #822783;
    font-size: 0px;
}
.copyright ul.social-icons li a:before {
    font-size: 18px;
}
.copyright ul.social-icons li a:hover{
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}
.copyright  ul.social-icons .text {
    font-size: 19px;
    display: inline-block;
    padding-right: 10px;
	color: #fff;
}
.footer-social-area {
    float: right;
    padding-top: 0px;
}
.footer-social-area  .social-icons li a{
	font-size: 18px;
}
/*---copyright-----*/
/*-----footer-----------*/
/*--for the  blog pages--*/
/*----side-bar-----*/
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
/*     width: auto !important;
    height: auto !important; */
}
.title-side-bar{
	font-size: 25px;
    display: block;
    margin-bottom: 16px;
}
.sidebar .rpwwt-widget ul li{
	border-bottom: 1px solid #d5d5d5;
    padding-bottom: 0px;
	margin-bottom: 0px;
}
.rpwwt-widget ul li a{
}
.rpwwt-widget ul li a img{
	border: 1px solid #cccccc;
}
.rpwwt-widget ul li a span,.rpwwt-widget ul li div{
	padding-top: 5px;
    display: inline-block;
    width: 84%;
    min-height: 50px;
	color: #000;
	font-size: 14px;
	padding-bottom: 10px;
}
.meks-instagram-widget {
    margin: auto !important;
}
.sidebar ul {
	list-style: none;
	padding-left: 0px;
}
.sidebar ul li a{
	color: #000;
    font-size: 15px;
    position: relative;
	padding: 1px 5px;
    padding-left: 25px;
    display: block;
}
.sidebar ul li a:before{font-family: "Font Awesome 5 Free";content: "\f0da";margin: 0 10px 0 5px;display: inline-block;font-weight: 400;top: 3px;font-weight: 900;left: 6px;position: absolute;}
.sidebar ul li:hover a,.sidebar ul li:hover{
	color: #fff;
	text-decoration: none;
	background: #822783;
}
.sidebar ul li.cat-item {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 0px;
    padding: 9px 0px;
}
.sidebar ul li.cat-item:last-child {
    border-bottom: 0px solid #d5d5d5;
}
.sidebar .widget{
	margin-top: 50px;
}
.sidebar ul li{
	border-bottom: 1px dashed #b0b0b0;
    padding-bottom: 0px;
    padding: 9px 0px;
}
.sidebar ul li:last-child{
	border-bottom: 0px solid #d5d5d5;
    padding-bottom: 0px;
    padding: 9px 0px;
}
.sidebar .widget:first-child {
	margin-top: 0px;
    background-color: #f1f1f1;
    padding: 20px;
    padding-bottom: 26px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}
.sidebar form#searchform {
    text-align: center;
}
.sidebar .widget:first-child input[type=text]{
	padding-left: 5px;
	height: 32px;
}
.sidebar .widget:first-child input[type=submit] {
    background-color: #000;
    color: #fff;
    height: 31px;
    border: 1px solid #000;
    width: 75px;
}
.sidebar .widget:first-child input[type=submit]:hover, .sidebar .widget:first-child input[type=submit]:focus {
    background-color: #000;
    box-shadow: inset 0px 26px 14px 5px #0c0c0c;
}

.sidebar .widget:first-child .title-side-bar{
	font-size: 19px;
    text-transform: uppercase;
}
.single-blog-side h3.widget-title,.single-blog-side .title-side-bar {
	background: #822783;
    border-left: 8px solid rgba(0,0,0,.2);
    color: #fff !important;
    margin: 0 0 10px 0;
    padding: 12px 10px 12px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
/*------blog-side-bar---*/
/*------for-blog------------*/
/*------all-blogs--------------*/
/*-----single-blog----------*/
.single-blog-list{
	margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.bg-main {
    width: 100%;
    float: left;
    border: 1px solid #cccdcd;
    background: #ebebeb;
    padding: 18px;
}
.single-blog .single-content ul li {
    margin-bottom: 15px;
}
.single-blog-list .left {
	width: 100%;
    float: left;
    position: relative;
    display: block;
	text-align: left;
}
.full.single-blog-list  a.image span{
	overflow: hidden;
	display: block;
}
.full.single-blog-list  a.image span>img{
    border: 1px solid #bfbfbf;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.full.single-blog-list  a.image span:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.image-date{
    position: absolute;
    background-color: #3f004d;
    color: #fff;
    font-weight: 500;
    padding: 7px 8px;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 99;
    max-width: 43px;
    text-align: center;
    padding-bottom: 12px;
}
.image-date span{
	height: 30px;
    display: block;
}
.image-date span:after {
    content: '--';
    width: 100%;
    display: block;
    position: relative;
    font-size: 14px;
    bottom: 9px;
}
.image-date span:last-child:after{
	display: none;
}
.image-date .date{
	font-size: 20px;
}
.image-date .year,.image-date .month{
	font-size: 12px;
}
.image-date .year {
    padding-top: 16px;
}
.single-blog-list .right{
    width: 100%;
    float: left;
    display: block;
    padding-top: 22px;
}
.single-blog-list .right .title,
.single-blog-list .right .title a,
.full.nomral-view .title a{
    font-size: 23px;
    color: #822783;
    font-weight: 300;
}
.single-blog-list .right .title,
.single-blog-list .right .title a:hover,.single-blog-list .right .title a:focus
{
    color: #000;
}
.single-blog-list a.readmore {
	display: block;
    padding-top: 15px;
    font-size: 16px;
    color: #3f004d;
    line-height: 24px;
	width: 100%;
    float: left;
}
.single-blog-list a.readmore:hover,
.single-blog-list a.readmore:focus{
    display: block;
	color: #000;
	text-decoration: none;
	
}
.single-blog-list .right p{
	font-weight: 500;
    margin-bottom: 12px;
    line-height: 24px;
}
.single-blog-list .right .blog-more-date-time{
	font-size: 13px;
    padding-top: 4px;
	color: #999;
}
.single-blog-list .right .title {
    color: #3f004d;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
	width: 100%;
    float: left;
}
.single-blog-list .bottom.col .exerpt {
    font-size: 14px;
    line-height: 21px;
    padding-top: 19px;
    width: 100%;
    float: left;
}
.single-blog-list .right .title:hover,
.single-blog-list .right .title:focus:hover,
.single-blog-list .right .title:focus{
     text-decoration: none;
     color: #000;
}

.single-blog-list .right .blog-more-date-time span:last-child{
	border-right: 0px solid #000;
	padding-right: 0px;
}
.single-blog-list .right .blog-more-date-time a{
	color: #3f004d;
}
.single-blog-list .right .blog-more-date-time a:hover,
.single-blog-list .right .blog-more-date-time a:focus{
	color: #3f004d;
}
.single-blog-list .right .blog-more-date-time .admin em {
    text-transform: capitalize;
    color: #000295;
}
.default-blog{
	padding-top: 30px;
}
.page-title.archieve{
	line-height: inherit !important;
    font-size: 27px !important;
}
.sec-padding{
	padding: 30px 0px;
}
section.all-blog,.search-all {
    padding-top: 60px;
    padding-bottom: 60px;
}
body.single-post .single-content p {
    /* margin-bottom: 15px; */
    line-height: 23px;
    margin-bottom: 14px;
}
body.blog .navigation.black-temp {
    margin-bottom: 0px;
}
.archive.category  .page-title {
    font-size: 28px;
    line-height: 35px;
}
/*---pagination-----*/
/*-------pagination---------*/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
}
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*----pagination-------*/
.navigation ul li.prev a{
	width: 46px;
    height: 42px;
    background: #5e2e68;
    display: block;
    border: 1px solid #5e2e68;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 17px;
}
.navigation ul li.next a {
	width: 46px;
	height: 42px;
	background: #5e2e68;
    display: block;
    border: 1px solid #5e2e68;
	margin-left: 15px;
	color: #fff;
	font-size: 24px;
    text-align: center;
    line-height: 17px;
}
.navigation ul li a,
.navigation ul li{
	float: left;
	min-width: 46px;
	height: 42px;
	background-color: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 0px;
	color: #a6a6a6;
	line-height: 27px;
}
.navigation li.next,
.navigation li.prev {
    border: 1px solid transparent;
}
.navigation.black-temp li a:hover, .navigation li.active a{
    border: 1px solid #5e2e68;
    background: #5e2e68;
    color: #fff;
    border-radius: 0px;
}
.navigation.black-temp {
	margin-bottom: 130px;
    padding-top: 50px;
}
.navigation ul li.active a {
    display: block;
    float: left;
    min-width: 46px;
    height: 42px;
    color: #fff;
	background: #189ad0;
    border: 1px solid #189ad0;
    border-radius: 0px;
}
.navigation ul{
	text-align: center;
    display: inline-block;
	padding-left: 0px;
}
/*--------all-blogs---------*/
/*----search-no-result-------*/
body.search .all-pages {
    color: #000;
}
.not-found-para{
	font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px;
}
/*---serach for pages---*/
.pages-serach-list .title,.pages-serach-list .title a {
    font-size: 30px;
    font-weight: 600;
    color: #3f004d;
    padding-bottom: 20px;
}
.pages-serach-list {
    font-family: raleway;
    border-bottom:  1px solid #ccc;
    padding-bottom:  24px;
    margin-top:  20px;
}
.pages-serach-list .dates {
    display:  block;
    font-size: 20px;
    padding-bottom:  13px;
}
.pages-serach-list p,.pages-serach-list {
    font-size:  17px;
    line-height:  28px;
    text-align:  left;
}
.pages-serach-list a.btn {
    border: 0px;	
	outline: none;
    box-shadow: none;
    margin: 0;
    margin-top: 12px;
    display: block;
    max-width: 149px;
}
.pages-serach-list a.btn:hover {
    border: 0px;	
}
/*---single-blog---------*/
.single-blog {
	padding-top:  30px;
    padding-bottom: 72px;
}
.single-blog .head-sec .title {
    font-size: 30px;
    margin-bottom:  15px;
}
.single-blog .head-sec p {
    font-size: 15px;
    color: #222;
    width:  100%;
    float:  left;
    padding-bottom:  21px;
}
.single-blog .head-sec p a {
    color:  #3f004d;
}
.single-blog .head-sec p a:hover {
    color: #000;
}
.single-blog .single-content li {
    margin-bottom: 11px;
}
.main-single-post-thubnail-image {
    margin-bottom:  15px;
}
.single-pagination{
	list-style: none;
    width: 100%;
    float: left;
    display: table;
    text-align: center;
    padding: 0px;
	margin-bottom: 15px;
    margin-top: 30px;
}
.single-pagination li{
    float: none;
    margin-right: 2px;
    display: inline-block;
}
.single-pagination li a{
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	width: 120px;
	padding: 8px 5px;
	background-color: #5e2e68;
}
.single-pagination li a:hover,
.single-pagination li a:focus{
    background-color: #851576;
    box-shadow: inset 0px 26px 14px 5px #851576;
}
.single-blog-list .right a {
    color: #000;
}
a.blog-log {
    display: block;
    margin-bottom: 26px;
}
.single-post .breadcrumbs.main-breadcrumbs {
    display: none;
}
.oss_title_replace.oss_horizontal_share.share-container {
    width: 100%;
    float: left;
}
/*--custom-category-page---------------*/
.page-numbers li a,
.page-numbers li a:hover,
.page-numbers li .current,
.page-numbers li.disabled {
    color: #fff;
    text-decoration:none;
}
.page-numbers li {
    display: inline;
}
.page-numbers li a,
.page-numbers li a:hover,
.page-numbers li .current,
.navigation li.disabled {
    cursor: pointer;
    padding: 0.75rem;
}
.page-numbers  li a {
	display: block;
	float: left;
	min-width: 46px;
	height: 42px;
	background-color: transparent;
	line-height: 27px;
	border: 1px solid #5e2e68;
    border-radius: 0px;
    color: #5e2e68;
}
.page-numbers li a:hover, .page-numbers li .current {
    border: 1px solid #5e2e68;
    background: #5e2e68;
    color: #fff;
    border-radius: 0px;
    width: 43px;
    display: inline-block;
    float: left;
    /* padding: 10px; */
    height: 42px;
	line-height: 26px;
}
.navigation ul li.active a {
	display: block;
    float: left;
    min-width: 46px;
    height: 42px;
    color: #fff;
    background: #5e2e68;
    border: 1px solid #5e2e68;
    border-radius: 0px;
}
/*--custom-category-page---------------*/
/*-----single-blog-------*/
/*------for-blogs-------------*/
/*------------------for the  blog pages----------------------------*/
/*-------other-page---------*/
.error404 .error-page .page-title {
    padding-top: 187px;
    text-align: center;
}
.error404 .error-page {
    padding-bottom: 100px;
}
.entry-content ul li {
  color: #5e2e68;
}
/* .entry-content ul li:before{
  content: "\2022";
  color: #000295;
  font-weight: bold;
  display: inline-block; 
  width: 15px;
  position: absolute;
  left: 0px;
} */
.other-page-title {
    margin-top: 113px;
}

.other-page-title {
    position: relative;
}
.other-page-title .full {
    position: absolute;
    bottom: 35px;
}
.other-page-title .page-title {
    font-size: 50px;
    color: #3f004d;
    line-height: 54px;
    max-width: 548px;
    font-weight: 700;
}
.other-page-title .full.no-image {
    position: relative;
    bottom: 0px;
    background-color: #656161;
    min-height: 300px;
}
.other-page-title .full .errored {
    position: absolute;
    bottom: -222px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.page-banner-image {
    width: 100%;
    height: auto;
}
.max-width-col-home.other-page.home-about .content-col>.vc_column-inner {
    max-width: inherit;
    padding-top: 0px;
    padding-bottom: 20px;
}
.breadcrumbs.main-breadcrumbs, .breadcrumbs.main-breadcrumbs a {
    padding-left: 3px;
	color: #3f004d;
}
/*-----------------*/
/*end here*/
/*Dgital Transformation*/
.digital-transformation {
    padding-top: 30px;
}
.digital-transformation .content p{
    font-size: 25px;
}
.digital-transformation .content p strong{
    color: #822783;
}
.digital-transformation .content p em{
    font-size: 20px;
    color: #000;
}
.max-container.margin-out .img-col{
	width: 44.666667% !important;
    margin-left: -3%;
} 
.max-container.margin-out.right .img-col {
    width: 44.666667% !important;
    margin-right: -3%;
    margin-left: 0px;
}
.max-container.margin-out .content-col {
    padding-left: 27px !important;
}
.max-container {
    max-width: 1210px !important;
    width: 100% !important;
    margin: auto !important;
    left: 0px !important;
    right: 0px !important;
    padding: 10px 15px;
}
.max-container.margin-out .content-col .title {
    font-size: 35px;
    line-height: 42px;
    font-weight: 800;
    color: #5e2e68;
    margin-bottom: 18px;
}
.max-container.margin-out .content-col .sub-title {
    font-size: 25px;
    font-weight: 800;
    color: #5e2e68;
    margin-bottom: 21px;
}
.max-container.margin-out .content-col p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}
body .vc_row-fluid.bg-repeat-x {
    background-repeat: repeat-x !important;
    background-size: 2px 100% !important;
}
.styled-bullets ul {
    list-style: none;
    padding-left: 26px;
}
.styled-bullets ul li {
    font-size: 17px;
    color: #000;
    margin-bottom: 28px;
    position: relative;
    padding-left: 12px;
}
.styled-bullets.white ul li {
    color: #fff;
}
.styled-bullets ul li:before {
    content: '';
    position: absolute;
    background-image: url(../img/bullets.png);
    width: 22px;
    height: 26px;
    left: -22px;
    background-repeat: no-repeat;
    background-size: cover;
	top: 2px;
}
.styled-bullets.white ul li:before {
    background-image: url(../img/white-bullets.png);

}
.styled-bullets .title20 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.styled-bullets.pink ul li {
    font-size: 23px;
    color: #982278;
    margin-bottom: 19px;
    font-weight: 600;
}
.styled-bullets .title-25 {
    font-size: 25px;
    color: #5e2e68;
    line-height: 35px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.styled-bullets.lgtext p {
    font-size: 18px;
    line-height: 25px;
	font-weight: 600;
}
.styled-bullets.pink.lgtext.max-width-col {
    max-width: 667px;
    float: right;
    padding-right: 87px;
	padding-left: 25px;
}
/* .styled-shaped-img img {
    position: absolute;
    right: 0px;
    height: 100% !important;
    top: 0px;
    width: auto !important;
    bottom: 0px;
} */
.styled-shaped-img {
    overflow: hidden;
}
.bottom-contact-sec{
	padding-bottom: 39px;
}
.bottom-contact-sec strong{
    font-size: 35px;
    color: #5e2e68;
    margin-bottom: 28px !important;
    display: block;
}
.bottom-contact-sec p {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}
.bottom-contact-sec p a {
    color: #c61354;
}
.max-container ol li {
    margin-bottom: 22px;
    font-weight: 700;
}
.text-center.font-18 p {
    font-size: 19px;
    max-width: 1024px;
}

/*Dgital Transformation*/
body.home .wp-video {
    border: 16px solid #ebebeb;
    border-radius: 20px;
    max-width: 853px;
    margin: auto;
    margin-top: 100px;
}
div#ctct_usage,.ctct-disclosure {
    display: none !important;
}
.righted-img-bg>.vc_column-inner {
    background-repeat: no-repeat;
    background-size: cover;
}
.about-4-col .col.last .vc_column-inner:after{
      display: none;
}
body.home .wp-video {
    width: 100% !important;
}
/*testimonial page*/
section.testimonial-page-all {
    padding-top: 100px;
}
.testimonial-page-all .authorFrame {
    display: block;
    vertical-align: middle;
	border-radius: 70%;
    -moz-border-radius: 70%;
    -webkit-border-radius: 70%;
    -o-border-radius: 70%;
    width: 71px;
    height: 71px;
    border: 3px solid #3f004d;
    overflow: hidden;
    position: absolute;
    display: block;
    left: 0px;
}
.testimonial-page-all .testimonial_author strong {
    vertical-align: middle;
    padding-top: 5px;
    display: block;
	color: #3f004d;
}
.testimonial-page-all .testimonial_author {
    position: relative;
    width: 100%;
   /* padding-left: 85px; */
    padding-left: 36px;
}
.testimonial-page-all .testimonial_author span.designation {
    font-weight: 400;
}
.testimonial-page-all .testimonial_author span{
    display: block;
}
.testimonial-page-all .content {
	background: #fafafa;
    border: 1px solid #d3d3d3;
    padding: 20px 14px;
    margin-bottom: 23px;
    position: relative;
}
.testimonial-page-all .bottom-content {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin-bottom: 17px;
}
.page-template-page-testimonial  .custom-pagination {
    border-bottom: 1px solid #822783;
    padding-bottom: 17px;
}
.individual-testimonial .bottom-content{
	position: relative;
	padding-left: 24px;
}
.individual-testimonial .bottom-content:before{
	content: '\0022';
	font-size: 40px;
	position: absolute;
	font-family: sans-serif;
	font-style: italic;
	top: -2px;
	left: -6px;
	color: #3f004d;
}
.individual-testimonial .bottom-content:after{
	content: '\0022';
	font-size: 40px;
	position: absolute;
	font-family: sans-serif;
	font-style: italic;
	bottom: -29px;
	right: 11px;
	color: #3f004d;
}
/*testimonial page*/
/*team page*/
.team-members-sec p.member-name a {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #822783;
    padding-top: 18px;
    display: block;
	position: relative;
    padding-bottom: 12px;
}
.team-members-sec .excerpt {
    line-height: 24px;
    margin-bottom: 20px;
}
.team-members-sec a.readmore.btn.btn-primary {
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
    padding: 9px 21px;
}
.team-members-sec p.member-name a:hover,
.team-members-sec p.member-name a:focus,
.team-members-sec p.member-name a:focus:hover {
    color: #822783;
    opacity: 0.8;
    text-decoration: none;
}
.team-members-sec p.member-name a:before {
    content: '';
    left: 0px;
    border: 2px solid #822783;
    position: absolute;
    bottom: 0px;
    width: 66px;
}
.team-members-sec .content {
    padding-bottom: 55px;
}
section.team-members-sec.single {
    margin-bottom: 25px;
}
.team-members-sec p.member-name.top a:before {
    display: none;
}
.team-members-sec p.member-name.top a{
	padding-bottom: 0px;
}
.team-members-sec.single p.member-name.sub {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 13px;
}
.team-members-sec.single p.member-name.sub:before{
    content: '';
    left: 0px;
    border: 2px solid #822783;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 66px;
    
}


/*single team*/
section.team-single.content {
    padding-top: 72px;
    padding-bottom: 50px;
}
section.team-single.content h2.secondary-heading {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
section.team-single.content h2.secondary-heading:before {
    content: '';
    left: 0px;
    border: 2px solid #822783;
    position: absolute;
    bottom: 0px;
    width: 66px;
}
/*single team*/
/*team page*/
.serve-sec.home-top-sec.vc_custom_1574353552531 p {
    margin-bottom: 6px;
}
.font-17 p{
	font-size: 17px;
	line-height: 24px;
}
.bordered-boxed-lefted {
    margin-bottom: 50px;
    padding-bottom: 0px !important;
    max-width: 850px;
    margin-left: auto !important;
    float: none !important;
    margin-right: auto !important;
}
.bordered-boxed-lefted  .wpb_text_column.wpb_content_element {
    border-left: 5px solid #3f004d;
    padding-top: 11px;
    padding-bottom: 19px;
	padding-left: 22px;
	padding-right: 15px;
}
.contact-page-from form .wpcf7-submit:focus {
    opacity: 0.5;
}


/*---------CONNECT PAGE -------*/
.page-id-2384 .other-page-title,
.page-id-2384 .main-header,
.page-id-2384 .page-banner-image,
.page-id-2384 .testimonial-section,
.page-id-2384 .footer-form-sec,
.page-id-2384 .footer-top,
.page-id-2384 .copyright
{display:none;}

.page-id-2384 .connect-page {
    background-size: cover;
    background-repeat: no-repeat;
		min-height:100vh;}

.page-id-2384 .connect-page .vc_btn3 {
    width: 40%;
    margin: 0 auto;
    text-transform: capitalize;
  
    transition:0.3s;
}

.page-id-2384 .connect-page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern
{
      background: #851576;
    color:#fff;
    border:none;
    font-size: 17px;
    padding: 9px;
    border-radius: 10px;
}

.page-id-2384 .connect-page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
     background: #822783;
     border:none;
	
}

.page-id-2384 .connect-page .vc_btn3-container {
    margin-bottom: 8px;
}
.page-id-2384 .connect-page .wpb_content_element {
    margin-bottom: 12px;
}

.page-id-2384 .social-connect {text-align:center;}

.page-id-2384 .page-content, .entry-content, .entry-summary {
    margin: 0;
}
.page-id-2384 .fa::before 
{
    font-family: 'Font Awesome 5 Brands';
    color: #fff;
}

.page-id-2384 .fa, .page-id-2384 .fab {
    font-size: 26px;
    width: 50px;
    margin: 5px 2px;
    height: 50px;
    padding: 11px;
    border-radius: 30%;
}

.page-id-2384 .fa:hover, .page-id-2384 .fab:hover {
    opacity: 0.7;
color: #fff;
    text-decoration: none;
}
.page-id-2384 .fa-youtube {
  background: #bb0000;
  color: #fff;
}
.page-id-2384 .fa-linkedin-in {
  background: #007bb5;
  color: #fff;
}
.page-id-2384 .fa-facebook {
  background: #1877F2;
  color: #fff;
}
.page-id-2384 .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff;
}
.page-id-2384 a.scrolltop {display:none !important;}
.page-id-2384 .grecaptcha-badge { visibility:hidden;}

@media only screen and (max-width:991px )
{
.page-id-2384 .connect-page .vc_btn3 {
    width: 80%; }
}

@media only screen and (max-width:767px )
{
.page-id-2384 .connect-page .vc_btn3 {
    width: 100%; }
}




.bank-companies h2 {
    padding-bottom: 30px;
}
.bank-sliders{
	padding-bottom:30px;
}