/*
Theme Name: Zomu
Version: 1
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900|Quicksand:300,400,500,700&display=swap');

body{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	position: relative;
	overflow-x: hidden;
}

.big_container{
	max-width: 1270px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.small_container{
	max-width: 1070px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.tinyCont{
	max-width: 960px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
    padding: 0 15px;
}

header {
    width: 100%;
    float: left;
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 35px;
    left: 0;
}

.header_inner{
	width: 100%;
	float: left;
	position: relative;
}

.logo_wrp {
    width: 150px;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

.logo_wrp img{
	width: 100%;
}

.head_btn_wrap{
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}

.head_btn_wrap li {
    float: right;
    list-style: none;
    margin: 0 0 0 10px;
	transition: 1s ease-in-out;
}

.fixedmenuBtn{
	position: fixed;
	top: 0;
	right: 0;
	margin: 0 !important;
}

.fixedmenuBtn .border_bar {
    border-radius: 0 0 0 19px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
    transform-origin: top right;
}

.btn_01 {
    float: left;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    padding: 10px 31px;
    border-radius: 37px;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    margin: 6px 0 0 0;
	font-family: Poppins;
}

.btn_01:hover{
	background: #fff;
	color: #171717;
	text-decoration: none;
}

.btn_01:focus{
	background: #fff;
	color: #171717;
	text-decoration: none;
}

.border_bar {
    width: 60px;
    height: 60px;
    float: left;
    background: #ffe500;
    border-radius: 100%;
    position: relative;
    padding: 0 14px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.border_bar b {
    width: 100%;
    height: 4px;
    background: #000;
    float: left;
    margin: 28px 0 0 0;
    border-radius: 5px;
    position: relative;
	transition: 0.3s ease-in-out;
}

.border_bar b:after {
    content: '';
    position: absolute;
    background: #000;
    height: 4px;
    width: 100%;
    margin: 9px 0 0 0;
	transition: 0.3s ease-in-out;
}

.border_bar b:before {
    content: '';
    position: absolute;
    background: #000;
    height: 4px;
    width: 100%;
    margin: -9px 0 0 0;
	transition: 0.3s ease-in-out;
}

.main_hero_back {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    background: url(images/hero_image.png);
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.main_hero_inner {
    width: 100%;
    float: left;
    margin: 280px 0px 335px 0px;
}

.hero_main_contain{
	max-width: 670px;
	float: left;
	margin: 0 0;
}

.hero_main_contain h1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-family: Poppins;
    font-weight: 700;
    font-size: 34px;
	color: #fff;
}

.hero_main_contain p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 27px 0 0 0;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 21px;
	color: #fff;
}

.top_btn_grup {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.btn_02 {
    font-family: Quicksand;
    color: #181818;
    float: left;
    margin: 0 16px 0 0;
    padding: 13px 21px;
    background: #fff;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #fff;
	transition: 0.3s ease-in-out;
}

.btn_02:hover{
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.btn_02:focus{
	background: #fff;
	color: #181818;
	text-decoration: none;
}

.signUp{
	background: transparent;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.signUp:hover{
	background: #ffe500;
	color: #181818;
	text-decoration: none;
	border-color: #ffe500;
}
/***********main animated menu styling***********/
.main_menu{
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.96);
	background-image: url('images/testimonial_complete_back.png');
	background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 140px;
	height: 100vh;
	top: 0;
	right: -100%;
	transition: 0.4s ease-in-out;
	overflow: hidden;
	opacity: 0;
	transform-origin: top right;
	z-index: 999;
}

.activeMenu{
	border-radius: 0;
	opacity: 1;
	right: 0;
}

.menu_container {
    max-width: 650px;
    margin: 0 auto;
    z-index: 1;
}

.nav_menu {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 85px 0 0 0;
}

/*.nav_menu:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 53%;
    background: #cacaca;
}*/

.nav_menu li{
	list-style: none;
	width: 100%;
	float: left;
}

.nav_menu li a {
    width: 100%;
    float: left;
    text-align: center;
    font-family: Poppins;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 18px 0;
    font-size: 35px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.drop_down_icon {
    font-size: 26px !important;
    margin: 7px 0px 0 9px !important;
    float: right;
    width: 35px;
    height: 35px;
    background: #ffeb00;
    text-align: center;
    border-radius: 100%;
    padding: 3px 0 0 0;
}

.nav_menu li a:hover{
	text-decoration: none;
}

.nav_menu li a:focus{
	text-decoration: none;
}

.sub-menu {
    width: 400px;
    position: absolute;
    right: -59px;
    margin-top: 20px;
    padding: 0 0 0 52px;
    display: none;
}

.sub-menu li {
    width: 100%;
    float: left;
}

.sub-menu li a {
    float: left;
    text-align: left;
    width: 100%;
    font-family: Quicksand;
    font-weight: 500;
    padding: 9px 0;
    font-size: 21px;
}

.closeMenu {
    width: 80px;
    height: auto;
    position: absolute;
    font-size: 30px;
    font-family: Quicksand;
    font-weight: 500;
    text-align: center;
    right: 23px;
    top: 12px;
    transition: 0.8s ease-in-out;
    transform: scale(0);
    cursor: pointer;
    user-select: none;
    color: #ccc;
    z-index: 100;
}

.activeMenu .closeMenu{
	transform: scale(1);
}

.closeMenu b {
    float: left;
    text-align: center;
    font-size: 13px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin: -3px 0 0 0;
    letter-spacing: 4px;
    font-family: Poppins;
    color: #a97d00;
}

.border_bar:hover b::after{
    width: 63%;
    transform: rotate(-31deg) translate(7px, -13px);
}

.border_bar:hover b::before {
	width: 63%;
    transform: rotate(31deg) translate(8px, 13px);
}

.underline{
	width: 100%;
	float: left;
	position: relative;
}

.underline div {
    width: 120px;
    height: 4px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
	position: relative;
}

.underline div:after{
	content: '';
	position: absolute;
	right: -60%;
	top: 0;
	width: 50%;
	height: 4px;
	background: #d69e00;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.underline div:before{
	content: '';
	position: absolute;
	left: -60%;
	top: 0;
	width: 50%;
	height: 4px;
	background: #d69e00;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.nav_menu li a:hover .underline div::after{
	opacity: 1;
	right: 0;
}

.nav_menu li a:hover .underline div::before{
	opacity: 1;
	left: 0;
}

/**************menu style end*************/
.zomuFeatures {
    width: 100%;
    float: left;
    background-image: url(images/features_wrap_back.jpg);
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: top right;
	margin: -45px 0 0 0;
}

.zomuFeatures_inner {
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(images/features_block_back.jpg);
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: bottom left;
    padding: 35px 15px 120px 15px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    margin: 80px 0 0px 0;
}

.zomu_block_header {
    width: 100%;
    float: left;
    text-align: center;
}

.zomu_block_header h1 {
    font-family: Poppins;
    font-size: 39px;
    color: #171717;
    margin: 0 0 0 0;
}

.zomu_block_header h1 b {
    color: #0074e8;
}

.zomu_block_header h2 {
    font-family: Poppins;
    font-size: 39px;
    color: #171717;
    margin: 0 0 0 0;
}
.zomu_block_header h2 b {
    color: #0074e8;
}

.zomu_block_header span {
    width: 100%;
    float: left;
    margin: 17px 0 5px 0;
}

.zomu_block_header span p {
    max-width: 573px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}

.zomuFeatures_block{
	float: left;
	margin: 30px 0 0 0;
}

.zomuFeatures_block_inner {
    width: 100%;
    min-height: 160px;
    float: left;
	background-image: -webkit-linear-gradient( -48deg, rgb(51, 144, 236) 0%, rgb(39, 71, 183) 100%);
    color: #fff;
    text-align: center;
    font-family: Poppins;
    padding: 35px 5px 0px 5px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

.zomuFeatures_block_inner:hover{
	transform: scale(1.08);
}

.zomuFeatures_block_inner:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient( -45deg, rgb(230,9,151) 0%, rgb(171,42,173) 57%, rgb(111,74,195) 100%);
	top: 0;
	right: 0;
	transition: 0.5s ease-in-out;
	opacity: 0;
	transform: scale(.7);
}

.zomuFeatures_block_inner:hover::after{
	opacity: 1;
	transform: scale(1);
}

.zomuFeatures_block_inner h4{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 21px;
	margin: 0 0 0 0;
	position: relative;
	z-index: 1;
}

.zomuFeatures_block_inner p{
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 16px;
	margin: 13px 0 0 0;
	position: relative;
	z-index: 1;
}

.benefitsWrap {
    width: 100%;
    float: left;
    background-image: url(images/benifits_complete_back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.benefitsInner {
    width: 100%;
    float: left;
    margin: 221px 0 230px 0;
}

.benefitsInner .zomu_block_header {
	margin: 0 0 45px 0;
}

.benefitsInner .zomu_block_header h1{
	font-weight: bold;
	color: #fff;
}

.benefitsInner .zomu_block_header h2{
	font-weight: bold;
	color: #fff;
}

.benefitsInner .zomu_block_header p{
	color: #ccdeff;
}

.slide_box_wrap{
	width: 100%;
	float: left;
	padding: 0 8px;
}

.slide_box_Inner {
    width: 100%;
    float: left;
    background: #fff;
    min-height: 260px;
    position: relative;
    padding: 9px 15px;
	border-radius: 12px;
}

.slide_box_Inner h4{
	width: 100%;
	float: left;
	margin: 0;
	color: #111;
	font-family: Poppins;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.slide_box_Inner p {
    width: 100%;
    float: left;
    margin: 14px 0 0 0;
    color: #111;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	position: relative;
	z-index: 2;
}

.slide_box_Inner h4 b {
    float: left;
    margin: 10px 0 0 0;
    max-width: 100%;
}

.slide_box_Inner h4 a img{
	width: 100%;
}

.slide_box_Inner h4 a {
    float: right;
    width: 40px;
    margin: 4px 0 0 0;
}

.benefitsImg {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    max-width: 108px;
}

.testimonial_wrap {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(images/testimonial_complete_back.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 128px;
    margin: 0 0 -50px 0;
}

.testimonial_inner {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 30px;
    min-height: 400px;
    margin: 0 0 80px 0;
    background: #fff;
    text-align: center;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.1);
    font-family: Poppins;
    background-image: url(images/testimonial_block_bac.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
}

.testimonial_inner h1 {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    color: #171717;
    font-size: 39px;
    text-transform: capitalize;
}

.testimonial_inner h1 b{
	color: #0174e9;
}

.testimonial_inner h2 {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    color: #171717;
    font-size: 39px;
    text-transform: capitalize;
}

.testimonial_inner h2 b{
	color: #0174e9;
}


.customers_slide {
    width: 100%;
    float: left;
    position: relative;
    margin: 60px 0 0 0;
}

.customers_slide .item article {
    max-width: 660px;
    margin: 0 auto;
}

.customers_slide .item article p {
	width: 100%;
	float: left;
	margin: 0;
    font-family: Quicksand;
    font-size: 27px;
    font-weight: 600;
    color: #002461;
}

.customers_slide .item article b {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3e3e3e;
    font-family: Quicksand;
    margin: 11px 0 0 0;
    font-weight: 600;
}

.carousel-control{
	background-image: none !important;
	opacity: 1 !important;
	text-align: center;
}

.carousel-control b {
    padding: 1px 16px;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 21%;
    background: #ffe500;
    color: #171717;
    font-family: Poppins;
    font-size: 30px !important;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    right: 61px;
    font-weight: 400;
    text-shadow: none;
	transition: 0.3s ease-in-out;
}

.carousel-control b:hover{
    background: #4671cd;
    color: #ffffff;
}

.ContactBlogWrap {
    width: 100%;
    float: left;
    background-image: url(images/contact_and_block_back.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.ContactBlogInner {
    width: 100%;
    float: left;
    margin: 300px 0 0 0;
}

.contactFildsWrap {
    float: left;
    overflow: hidden;
}

.contactFildsWrap h2{
	width: 100%;
	float: left;
	margin: 0;
	font-size: 35px;
	font-weight: bold;
	font-family: Poppins;
	position: relative;
	text-transform: capitalize;
	padding: 0 0 12px 0;
	color: #fff;
}

.contactFildsWrap h2:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 3px;
	background: #ffe500;
	bottom: 0;
	left: 0;
}

.inputlisting {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 0;
}

.inputlisting li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 15px 0 0px;
    margin: 0px 0 15px 0;
}

.inputlisting li .usr {
    width: 100%;
    float: left;
    border: 0;
    background: #bbd4ff;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 500;
    color: #000;
    padding: 19px 19px;
	outline: none;
}

.inputlisting li textarea.usr{
	height: 120px;
}

.inputlisting li .usr::placeholder{
	color: #000;
	opacity: 1;
	text-transform: capitalize;
}

.inputlisting li:nth-child(1){
    width: 50%;
}

.inputlisting li:nth-child(2){
    width: 50%;
}

.inputlisting li input[type="submit"] {
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #000;
    outline: none;
    font-family: Quicksand;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 35px;
}

.get_in_inner h3{
	width:100%;
	float:left;
	font-family:Quicksand;
	margin:0;
	font-size:24px;
	color:#fff;
}

.get_in_inner h3 strong{
	color:#fff;
}

.get_in_inner p {
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    color: #fff;
    margin: 22px 0 0 0;
    line-height: 27px;
}

.contact_block {
    width: 100%;
    float: left;
    margin: 45px 0 0 0;
}

.contact_block p {
    width: 100%;
    float: left;
    margin: 0;
    font-family: Montserrat;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.contact_block p i {
    width: 43px;
    height: 43px;
    background: #f0cb00;
    color: #000;
    text-align: center;
    padding: 7px 0 0 0;
    font-size: 30px;
    border-radius: 5px;
    margin: 5px 6px 0 0;
    float: left;
}

.contact_block p .fa-envelope-o{
	margin-top: -6px;
}

.contact_social_wrap {
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
}

.contact_social_listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
}

.contact_social_listing li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
}

.contact_social_listing li a i {
    background: #f0cb00;
    color: #000;
    font-size: 21px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0 0 0;
    border-radius: 5px;
	position:relative;
	transition:0.3s ease-in-out;
}

.contact_wrap{
	width: 100%;
	float: left;
	position: relative;
}

.blog_wrap{
	width: 100%;
	float: left;
	position: relative;
	margin: 60px 0;
}

.blog_block_wrap{
	float: left;
	margin: 25px 0 0 0;
}

.blog_block_Inner{
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
	padding: 10px 10px;
	transition: 0.3s ease-in-out;
}

.blog_block_Inner:hover{
    transform: scale(1.03);
    box-shadow: 0px 16px 23px rgba(0, 0, 0, 0.3);
}

.blog_block_Inner picture {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    background: #f00;
    max-height: 190px;
}

.blog_block_Inner picture img{
	width: 100%;
	height: auto;
}

.blog_block_Inner article {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 71px;
    margin: 11px 0 18px 0;
}

.blog_block_Inner article h4 {
    width: 100%;
    float: left;
	font-family: Poppins;
	font-size: 18px;
	font-weight: bold;
	color: #181818;
	margin: 0 0 0 0;
}

.blog_block_Inner article p {
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    color: #656565;
    margin: 7px 0 0 0;
}

.blog_wrap h1{
    width: 100%;
    float: left;
    font-family: Poppins;
	margin: 0 0 10px 0;
	font-size: 39px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.blog_wrap h2{
    width: 100%;
    float: left;
    font-family: Poppins;
	margin: 0 0 10px 0;
	font-size: 39px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.footer_wrap{
	width:100%;
	float:left;
	background:#282828;
}

.footer_inner{
	width:100%;
	float:left;
	margin:70px 0;
}

.foot_block_inner{
	width:100%;
	float:left;
}

.footer_logo {
	width: 100%;
	float: left;
}

.footer_logo img {
	width:auto;
}

.foot_block_inner p {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    margin: 14px 0 0 0;
    font-weight: 300;
}

.footer_social_listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer_social_listing li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
}

.footer_social_listing li a i {
    background: #404040;
    color: #d1d1d1;
    font-size: 21px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px 0 0 0;
    border-radius: 5px;
	position:relative;
	transition:0.3s ease-in-out;
}


.footer_social_listing li a i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border-radius: 6px;
    z-index: 0;
    border: 0px solid #bd1850;
	opacity:.9;
	transition:0.8s ease-in-out;
}

.footer_social_listing li a i:hover{
	background:#bd1850;
	color:#fff;
}

.footer_social_listing li a i:hover::after{
    transform: scale(1.2, 1.4);
    border: 20px solid #bd1850;
	opacity:0;
}


.footer_nav{
	width:100%;
	float:left;
	padding:0;
}

.footer_nav li {
    width: 50%;
    float: left;
    margin: 15px 0 0 0;
	list-style: none;
}

.footer_nav li a{
	color:#eeeeee;
	font-family:Quicksand;
	font-size:17px;
	font-weight:500;
	transition:0.3s ease-in-out;
}

.footer_nav li a:hover{
	color:#e6c301;
	text-decoration: none;
}

.foot_block_inner h3{
	width:100%;
	float:left;
	margin:0 0 0 0;
	font-family:Quicksand;
	color:#fff;
	font-size:25px;
}

.download_app_listing {
	width:100%;
	float:left;
	padding:0;
	margin:15px 0 0 0;
}

.download_app_listing li {
    width: 50%;
    float: right;
    padding: 0 8px 0 0;
    list-style: none;
}

.download_app_listing li a img{
	width:100%;
}

.end_footer{
	width:100%;
	float:left;
	background:#3c3c3c;
}

.end_footer p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 13px 0px;
    text-align: right;
    font-family: Quicksand;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.SmallMenuBtn_grup{
	display: none;
}

/******select********/
::selection {
  color: #000;
  background: #ffe500;
}
/******scroll bar********/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/******** inner page **********/

.allInnerpage_wrap{
	width: 100%;
	float: left;
	position: relative;
}

.allInnerpage_wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #fff;
    background-image: -webkit-linear-gradient( -48deg, rgb(51, 144, 236) 0%, rgb(39, 71, 183) 100%);
    height: 242px;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: bottom left;
}


/*.allInnerpage_wrap:after {
    content: '';
    position: absolute;
    width: 450px;
    background-color: #1c87dc;
    background-image: -webkit-linear-gradient( -48deg, rgb(51, 144, 236) 0%, rgb(39, 71, 183) 100%);
    height: 450px;
    right: 13px;
    top: -277px;
    border-radius: 20px;
    transform: rotate(60deg);
}*/

.allInnerpage_inner {
    width: 100%;
    float: left;
    position: relative;
    margin: 150px 0 20px 0;
	z-index: 100;
	position: relative;
}

.listing_block {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 9);
    background-image: url(images/features_wrap_back.jpg), url(images/features_block_back.jpg);
    margin: 0 0 40px 0;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px 25px;
    position: relative;
    background-size: 80px, 350px;
    background-repeat: no-repeat;
    background-position: right bottom, bottom left;
}

.listing_block picture{
	max-width: 300px;
	float: left;
	margin: 0 0;
	overflow: hidden;
}

.listing_block article {
    width: 68%;
    float: right;
    margin: 0 0;
}

.listing_block article h3 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-weight: 600;
    color: #3a3a3a;
}

.listing_block article b {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 11px 0;
    color: #afafaf;
    font-weight: 500;
    font-size: 15px;
    font-family: Quicksand;
}

.listing_block article b i{
	width: 21px;
}

.listing_block article span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #404040;
    font-weight: 500;
    font-family: Quicksand;
}

.btn_03 {
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    background: #2a5cc6;
    color: #fff;
    padding: 10px 22px;
    font-size: 15px;
    margin: 5px 0 0 0;
	border: 2px solid #2a5cc6;
	transition: 0.3s ease-in-out;
}

.btn_03:hover{
	background: #fff;
    color: #2a5cc6;
	text-decoration: none;
}

.btn_03:focus{
	background: #fff;
    color: #2a5cc6;
	text-decoration: none;
}

.blogDescription_inner {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0px 7px 11px rgba(0, 0, 0, 0.1);
    background-image: url(images/features_wrap_back.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 120px;
}

.blogDescription_inner picture{
	width: 100%;
	float: left;
	text-align: center;
}

.blogDescription_inner picture img{
	max-width: 100%;
}

.blogDescription_inner article{
	width: 100%;
	float: left;
}

.blogDescription_inner article h2 {
    width: 100%;
    float: left;
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 34px;
    font-weight: 600;
    font-family: Poppins;
    color: #5d5d5d;
}

.blogDescription_inner article b {
    width: 100%;
    float: left;
    margin: 8px 0;
    font-size: 16px;
    font-family: Quicksand;
    color: #868686;
}

.blogDescription_inner article span {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: Quicksand;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 0 0;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    width: 100%;
    float: left;
    text-align: center;
    color: #000 !important;
    font-family: Quicksand;
    font-weight: 500;
	margin: 0 0 0 0 !important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    right: 6px;
    min-width: 134px;
    top: 21px;
    font-size: 12px !important;
    text-align: right;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    width: 100% !important;
    float: left !important;
    color: #000;
    text-align: center;
    font-family: Quicksand;
}

.termsCondition {
    min-height: 300px !important;
    font-family: Poppins;
    color: #171717;
    font-size: 17px;
    text-align: left !important;
    padding: 30px 30px !important;
}

.termsCondition li{
	width: 100%;
    color: #656565;
    line-height: 40px;
}

.termsCondition h2{
	width: 100%;
    color: #656565;
    line-height: 40px;
}

.termsCondition p{
	width: 100%;
    color: #656565;
    line-height: 40px;
}

.termsCondition span {
	width: 100%;
    color: #656565;
    line-height: 40px;
}

.termsCondition div {
	width: 100%;
    color: #656565;
    line-height: 40px;
}

.signformListing {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0;
}

.signformListing li {
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    list-style: none;
    padding: 11px 10px;
}

.signUpWrap{
	width: 100%;
	float: left;
	font-family: Quicksand;
}

.signUpWrap h1 {
    width: 100%;
    float: left;
    text-transform: capitalize;
    margin: 0 0 40px 0;
}

.signUpWrap h1 strong {
    position: relative;
    color: #4675cf;
}

.signUpWrap h1 strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #486fcc;
    right: 0;
    bottom: -11px;
}

.signformListing li:last-child {
    width: 100%;
    margin: 2px 0 15px 0;
}

.signUsr {
    width: 100%;
    float: left;
    border: 1px solid #bddaff;
    background: #bddaff;
    padding: 17px 17px;
    color: #000;
    font-size: 16px;
    outline: none;
	font-weight: 600;
    transition: 0.3s ease-in-out;
}

.signUsr::placeholder{
	color: #4675cf;
	text-transform: capitalize;
	font-weight: 600;
}

.signformListing li:last-child input[type="submit"] {
    border: 2px solid #4675cf;
    background: #4675cf;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 11px 30px;
    outline: none;
    transition: 0.3s ease-in-out;
    letter-spacing: 2px;
}

.signformListing li .submit_btn {
    border: 2px solid #4675cf;
    background: #4675cf;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 11px 30px;
    outline: none;
    transition: 0.3s ease-in-out;
    letter-spacing: 2px;
}

.signformListing li:last-child input[type="submit"]:hover {
    background: #fff;
    color: #4675cf;	
}


div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
	float: left !important;
	width: 100% !important;
}

/**nav arrow animation**/
.nbs-flexisel-nav-left {
	left: -100px !important;
	transition: .5s ease-in-out !important;
	opacity: 0;
}

.nbs-flexisel-inner:hover .nbs-flexisel-nav-left{
	left: 10px !important;
	opacity: 1;
}

.nbs-flexisel-nav-right {
    right: -100px !important;
	transition: .5s ease-in-out !important;
	opacity: 0;
}

.nbs-flexisel-inner:hover .nbs-flexisel-nav-right{
    right: 10px !important;
	opacity: 1;
}
/**nav arrow animation**/

.featureCompleteWrap{
	width: 100%;
	float: left;
	position: relative;
}

.mainBlocksWrap{
	float: left;
}

.blockcontain{
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 85px 0;
}

.blockcontain picture{
	width: 45%;
	float: left;
	position: relative;
}

.blockcontain picture:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: transparent;
	border: 3px solid #F6D91D;
	top: 36px;
	left: 36px;
}

.blockcontain picture h1 {
    position: absolute;
    bottom: -8px;
    z-index: 111;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    font-family: Montserrat;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.1);
    font-size: 38px;
    text-transform: uppercase;
    left: -8px;
}

.blockcontain picture span{
	width: 100%;
	float: left;
	background: #fff;
	text-align: center;
	padding: 30px 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.blockcontain picture span img {
    width: 70%;
    margin: 30px 0;
}

.blockcontain article {
    width: 48%;
    float: right;
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    padding: 18px 15px;
    margin: 125px 0 0 0;
    border-radius: 0 0 60px 0px;
}

.blockcontain article h4 {
    width: 100%;
    float: left;
    font-family: Montserrat;
    font-size: 19px;
    margin: 0 0 12px 0;
    color: #0D0D0D;
}

.blockcontain article p {
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    margin: 0 0 0px 0;
    color: #707070;
    line-height: 25px;
}

.blockcontain article a {
    width: 45px;
    height: 45px;
    position: absolute;
    background: linear-gradient(#C12DFF, #FFE500);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 11px 0;
    bottom: -8px;
	right: -3px;
}

.evenListing picture{
	float: right !important;	
}

.evenListing picture:after{
    left: -36px !important;
}

.evenListing picture h1 {
    left: 112%;
    width: 100%;
}

.evenListing article{
	float: left !important;
}

.featureBac:after {
	display: none;
}

.featureBac{
	background: url(images/bac_01.png), url(images/testimonial_complete_back.png), url(images/features_wrap_back.jpg), url(images/features_block_back.jpg);
	background-repeat: no-repeat;
	background-position: top left, left 50%, right 80%, left bottom;
	background-size: 100%, 180px, 180px, 400px;
}

.onlineStore {
    background-image: none;
    background: url(images/bac_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}

.maintargetWrap {
    float: right;
    padding: 0 0 0 45px;
    margin: 100px 0 0 0;
	position: sticky;
	top: 5px;
}

.maintargetWrap a {
    width: 100%;
    float: left;
    background: #fff;
    font-family: Montserrat;
    font-size: 13px;
    color: #757575;
    font-weight: 700;
    padding: 12px 20px;
    margin: 5px 0;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
}

.maintargetWrap a i {
    float: right;
    color: #C438EE;
    font-size: 12px;
    margin: 9px 0 0 0;
}

a.active{
	background: #F8F8F8 !important;
}

.topInnerSection{
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}

.topTextsection{
	float: left;
	margin: 10px 0 0 0;
}

.topTextsection article{
	width: 100%;
	float: left;
}

.topTextsection article h2 {
    width: 100%;
    float: left;
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
    font-size: 38px;
    line-height: 54px;
	position: relative;
	margin: 0 0 0 0;
}

.topTextsection article h2:after {
    content: '';
    position: absolute;
    width: 135px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #ffe500;
}

.topTextsection article p {
    width: 100%;
    float: left;
    font-family: POppins;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
    margin: 35px 0 0 0;
}

.topImgsection {
	float: left;
}

.topImgsection picture{
	width: 100%;
	float: left;
}

.topImgsection picture img{
	width: 100%;
	float: left;
}

.featureInnerInfo {
    width: 100%;
    float: left;
    margin: 85px 0 0 0;
}

.fInfoImage{
	float: left;
}

.fInfoImage picture{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.fInfoImage picture:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border: 45px solid #3390EC;
    width: 410px;
    height: 410px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
	transform-origin: center;
    opacity: .11;
	animation: example 5s infinite;
	transition: 0.5s ease-in-out;
}

.fInfoImage:hover picture::after{
    width: 450px;
    height: 450px;
    border: 80px solid #3390EC;
}


/*@keyframes example {
  0%   {width: 200px; height: 200px;}
  50%   {width: 400px; height: 400px;}
  100%   {width: 200px; height: 200px;}
}*/

.fInfoImage picture img{
	width: 60%;
	height: auto;
	position: relative;
	z-index: 1;
}

.fInfoText{
	float: left;
	margin: 110px 0 0 0;
}

.accordianWrap{
	width: 100%;
	float: left;
}

.accordianWrap h4 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #303030;
    font-size: 22px;
}

.accordianMain {
	width: 100%;
	float: left;	
}

.accordianMain p {
    width: 100%;
    float: left;
    position: relative;
    margin: 6px 0;
}

.accordianMain p strong {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins';
    font-weight: 400;
    color: #545454;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(18 82 226 / 15%);
    padding: 13px 17px;
    border-radius: 26px;
	cursor: pointer;
}

.accordianMain p strong i {
    float: right;
    font-size: 12px;
    margin: 4px 4px 0 0px;
    color: #bbb;
}

.accordianMain p small {
    width: 100%;
    float: left;
    position: relative;
    display: none;
    font-family: 'Poppins';
    color: #000;
    padding: 10px 21px;
    line-height: 19px;
}

.EvListing .fInfoImage{
	float: right !important;
}

.infoStyleWrap{
	width: 100%;
	float: left;
}

.infoStyleWrap p {
    width: 95%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(18 82 226 / 20%);
    padding: 10px 13px;
    border-radius: 32px 0px 0px 32px;
	margin: 18px 0 0 0;
}

.infoStyleWrap p b {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 500;
    background: #4481da;
    color: #fff;
    border-radius: 100%;
    padding: 5px 0 0 0;
}

.infoStyleWrap p text {
    font-family: 'Poppins';
    font-size: 13px;
    display: inline;
    width: 90%;
    float: right;
    line-height: 20px;
    color: #000;
}

.EvStyling{
	float: right !important;
    border-radius: 0px 32px 32px 0px !important;
}

.EvStyling b{
	float: right !important;
	background: #ffe500 !important;
	color: #000 !important;
}

.EvStyling text{
	float: left !important;
}

.infoStyle2_Wrap{
	width: 100%;
	float: left;
	position: relative;
}

.infoStyle2_Wrap p {
    width: 45%;
    float: left;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(18 82 226 / 20%);
    position: relative;
    font-family: 'Poppins';
    font-size: 13px;
    padding: 15px 14px;
    min-height: 210px;
    line-height: 24px;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    margin: -26px 2.5%;
	transition: 0.8s ease-in-out;
}

.infoStyle2_Wrap p text{
	position: relative;
	z-index: 1;
}

.infoStyle2_Wrap p b {
    width: 50px;
    height: 50px;
    background: #EBF4FF;
    position: absolute;
    text-align: center;
    color: #C5DDFB;
    font-size: 28px;
    font-weight: 400;
    border-radius: 100%;
    padding: 14px 0 0 0;
    right: 0px;
    bottom: -10px;
    transform: scale(1.2);
	transform-origin: right bottom;
	transition: 0.8s ease-in-out;
}

.infoStyle2_Wrap p:nth-child(even) {
    margin-top: 65px;
}

.infoStyle2_Wrap p:hover b{
    transform: scale(5) !important;
	font-size: 0px;
	border-radius: 0;
	color: #3692FB;
	background: #3692FB;
}

.infoStyle2_Wrap p:hover{
	color: #fff;
}

/************ 404 page *************/
.page404Wrap {
    text-align: center;
    width: 100%;
    float: left;
    margin: 20px 0 75px 0;
}

.page404Wrap h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-family: Poppins;
    font-weight: bold;
    font-size: 200px;
    color: #0369df;
    text-shadow: 11px 0px 0px rgb(1, 66, 143);
}

.page404Wrap h1 small {
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: 300;
    margin: -10px 0 0 0;
    text-shadow: none !important;
    color: #01418e;
}

.page404Wrap p {
    width: 100%;
    float: left;
    margin: 19px 0 0 0;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 24px;
    color: #6d6d6d;
}

.page404Wrap span {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}

.page404Wrap span a{
    color: #fff !important;
	text-decoration: none !important;
    font-family: Quicksand;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #0471f1 0%, #0d4ecd 51%, #162dab 100%); 
    padding: 11px 25px;
    border-radius: 21px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.pagination{

    display:block;
    text-align: center;
    width:100%;
    font-size:18px;

}

.page-numbers{
  
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: #2a5cc6;
    color: #fff;
    padding:14px;
    text-decoration:none;
    font-size: 15px;
    margin: 5px 0 0 0;
    transition: 0.3s ease-in-out;
    border-radius:5px;
 
}

.page-numbers:hover{
  
    background: #fff;
	color: #171717;
	text-decoration: none;
   

}
.current{
background: #ffe500!important;
color:#000!important;
}

.listing_block a.title_link{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.listing_block a.title_link:hover{
	color:#2a5cc6;
	text-decoration:none;
}

.clientsLogoWrap {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.clientsLogoWrap ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0;
}

.clientsLogoWrap ul li {
    width: 16.66%;
    float: left;
    list-style: none;
}

.clientsLogoWrap ul li a {
    width: 100%;
    float: left;
}

.clientsLogoWrap ul li a img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.stBlockWrap {
    width: 100%;
    float: left;
    margin: 75px 0 0 0;
    text-align: center;
}

.stBlockWrap h2 {
    width: 100%;
    float: left;
    font-family: Montserrat;
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 25px;
}

.stBlockWrap h2 small {
    width: 100%;
    float: left;
    font-family: Quicksand;
    font-weight: 500;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.allSTblocks {
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
}

.stBlock {
    float: left;
    padding: 20px;
}

.stblockMain {
    width: 100%;
    float: left;
    padding: 40px 15px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.stblockMain:hover {
    border-color: #f0cb00;
    transform: scale(1.06);
}

.stblockMain picture {
    width: 100%;
    height: 60px;
    float: left;
}

.stblockMain picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stblockMain h4 {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: bold;
}

.testimonialWrap {
  width: 100%;
  float: left;
}

.testimonialWrap .testimonialInner {
  width: 100%;
  float: left;
  margin: 0 0 45px 0;
  position: relative;
  text-align: center;
}

.testimonialWrap .testimonialInner h1 {
  text-align: center;
  position: relative;
  font-family: Montserrat;
  text-transform: capitalize;
}

.testimonialWrap .testimonialInner h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #119BFF;
  bottom: -15px;
  left: calc(50% - 30px);
}

.testimonialWrap .testimonialInner .reviewsliderWrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0 0 0;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .nbs-flexisel-nav-left, .testimonialWrap .testimonialInner .reviewsliderWrap .nbs-flexisel-nav-right {
  display: none;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap {
  width: 100%;
  float: left;
  padding: 25px;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn {
  width: 100%;
  float: left;
  min-height: 60px;
  border-radius: 21px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(15, 91, 147, 0.09);
          box-shadow: 0px 4px 16px rgba(15, 91, 147, 0.09);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  left: 20px;
  top: -16px;
  background-image: url(./images/cotation_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(10) brightness(1.4);
          filter: grayscale(10) brightness(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  right: 20px;
  bottom: -16px;
  background-image: url(./images/cotation_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(10) brightness(1.4);
          filter: grayscale(10) brightness(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn:hover::after {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn:hover::before {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn article {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  padding: 30px 30px 20px;
  border-bottom: 1px solid #DCE5EC;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #393939;
  min-height: 120px;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo {
  width: 100%;
  float: left;
  margin: 20px 0 45px;
  padding: 0 30px;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo picture {
  width: 78px;
  height: 78px;
  overflow: hidden;
  background-color: #F7F9FE;
  float: left;
  border-radius: 100%;
  background-image: url(./images/user.png);
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo .patientName {
  width: 100%;
  text-align: center;
  float: right;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo .patientName h4 {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #003498;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo .patientName h4 small {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #464343;
  margin: -4px 0 0 0;
  text-transform: capitalize;
  text-transform: capitalize;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo .patientName span {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}

.testimonialWrap .testimonialInner .reviewsliderWrap .rBlkWrap .tblkInn .patientInfo .patientName span i {
  color: #FFA31A;
}

.testimonialWrap .testimonialInner .slidControls {
  display: inline-block;
  margin: 15px 0 0 0;
  position: relative;
}

.testimonialWrap .testimonialInner .slidControls::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #DCE5EC;
  left: 50%;
  top: 10%;
}

.testimonialWrap .testimonialInner .slidControls i {
  font-size: 35px;
  cursor: pointer;
  color: #6B11FF;
  -webkit-text-stroke: 5px #F7F9FE;
  margin: 0 20px;
}

.sizebigger p text {
    font-size: 20px;
    line-height: 30px;   
}

.topTextsection a {
    color: #000;
    background-color: #f0cb00;
    font-family: Poppins;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    padding: 13px 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.topTextsection a:hover {
    background-color: #fff;
}
.wpcf7-response-output{
	width: 96%;
    color: #fff;
    text-align: center;
	float:left;
}
