/*
 Theme Name:     divi-child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
*{ 
	font-family: 'Roboto', sans-serif;
}
.text-center img {
	display: inline-block;
}
header {
	padding: 0px;
}
.header-top {
	padding: 15px 0px;
}
.header-contect ul li{
	position: relative;
	margin: 0px 10px;;
}
.header-contect ul li::after {
	position: absolute;
	content: "|";
	z-index: 99;
	font-size: 20px;
	line-height: 20px;
	color: #393939;
	top: 4px;
	right: -11px;
}
.header-contect ul li:last-child::after{
	display: none;
}
.header-contect ul li a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:18px;
    color:#393939;
}
.header-contect ul li a i {
	color: #76419a;
	margin-right: 5px;
	transform: rotatey(180deg);
}
.header-menus{
	background-color: #896798;
	
}
header .mainmenu ul li a {
	text-decoration: none;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding:15px 18px;
}
header .mainmenu ul li a i{
	margin-left: 5px;
}
header .mainmenu ul li {
	/* padding: 0px 22px; */
}

/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;margin-left: -60px;box-shadow: 0px 0px 5px 1px #616161;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	background-color: #999999;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 100%;
}
header .banner-contents h3 {
	font-weight:900;
	font-size: 58px;
	color: #fff;
	line-height: 1;
}
header .banner-contents h6 {
	font-weight:900;
	font-size: 25px;
	color: #fff;
	line-height: 1;
	padding-top:20px;
}
.banner-contents p {
	font-weight:500;
	font-size: 25px;
	color: #fff;
	line-height: 1;
}
.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}
/* banner section end here */

.to-top{
	position: fixed;
	right:50px;
	bottom: 50px;
	z-index: 999;
}

/* about section start here */
.about-section{
	padding:50px 0px;
}
.about-heading {
	width:90%;
	margin: auto;
}
.about-heading p{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:18px;
	color:#818181;
	line-height: 1.8;
}
/* about section end here */

/* Menu-section start here */
.Menu-icon{
	width:100px;
	height:100px;
	margin: auto;
}
.Menu-header h4{
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size:24px;
	color:#171818;
	text-transform: uppercase;
}
.Menu-nav li{
	width:25%;
}
.Menu-nav li a{
	text-decoration: none;
}
.Menu-nav li:nth-child(odd) a{
	width:100%;
	background-color: #f4f4f4;
	display: block;
	padding:40px 0px;
	border-top: 3px solid transparent;
}
.Menu-nav li:nth-child(even) a {
	width:100%;
	background-color: #f2eef4;
	display: block;
	padding:40px 0px;
	border-top: 3px solid transparent;
}
.Menu-nav li a.active{
	background-color: #fff;
	border-top:3px solid #7e598f;
}
.Menu-content{
	padding:100px 0px 0px;
}
.Menu-cont-header h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size:50px;
	color:#232323;
	text-transform: uppercase;
}
.Menu-cont-header.case h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size:30px;
	color:#232323;
	text-transform: uppercase;
	display: inline-flex;
	vertical-align: middle;
	line-height: 1.2;
}
.Menu-cont-header img{
	width:80px;
	height:80px;
	vertical-align: middle;
   margin-right: 10px;
}
.Menu-cont-header{
	padding-bottom: 20px;
	border-bottom: 2px solid #d7d7d7;	
}
.Menu-cont-wrap-heading h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size:25px;
	color:#7b558d;
	text-transform: uppercase;
	padding-top:30px;
}
.Menu-contents{
	margin-top:20px;
	border:2px solid #ebebeb;
	padding:15px 20px;
	border-left:8px solid #505050;
	border-radius: 10px;
}
.Menu-contents.case{
	margin-top:20px;
	border:2px solid #ebebeb;
	padding:15px 20px;
	border-left:2px solid #ebebeb;
	border-radius: 10px;
}
.Menu-contents h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:20px;
	color:#131213;
	background-image: url(img/icons/list-style.png);
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left:50px;
}
.Menu-contents p{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size:15px;
	color:#818181;
	padding-top:10px;
}
.Menu-contents p span a{
	text-decoration: none;
	color: #896798;
}
.nav-tabs.Menu-nav{
	border-bottom: none;
}
/* Menu-section end here */


/* solution section start here */
.solution-heading h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size:50px;
	color:#232323;
}
.solution-heading{
	width:80%;
	margin: auto;
}
.solution-wrap{
	background-color: #faf6fc;
	padding-bottom: 100px;
}
.welcome-contents-wrap{
	padding-top:50px;
}
.welcome-contents p{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:18px;
	color:#1c1c1c;
	padding-left: 30px;
	background-image: url(img/icons/list-style-2.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.welcome-contents ul li{
	padding-left:30px;
}
.welcome-contents ul li strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1c1c1c;
	background-repeat: no-repeat;
	background-image: url(img/icons/list-style-3.png);
	background-position: left 8px;
	padding-left: 10px;
}
/* solution end here */


/* footer section start here */
.footer-section{
	padding:80px 0px 0px;
	background-color: #fff;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-weight:400;
	font-size: 19px;
	color: #1c1c1c;
}
.footer-wrap ul li {
	padding-bottom: 10px;
}
.footer-contact{
	padding-top: 25px;
}

.copyrights p {
	font-size: 15px;
	font-weight:400;
	color: #1c1c1c;
	margin-bottom: 0px;
}
.copyrights p span{
	margin-left:20px;
	position: relative;
}
.copyrights p span::after {
	position: absolute;
	z-index: 99;
	content: "|";
	font-size: 18px;
	line-height: 18px;
	color: #1c1c1c;
	top: 1px;
	left: -14px;
}
.copyrights {
	padding: 40px 0px;
}
/*Custom Css*/
#locations-by-state tr:nth-child(1) td:nth-child(2), #locations-by-state tr:nth-child(1) td:nth-child(3) {
	color: #fff;
}
		.envelope{display:grid;grid-template-columns:200px auto;}
#map-container{padding:6px;border-width:1px;border-style:solid;border-color:#ccc #ccc #999 #ccc;-webkit-box-shadow:rgba(64,64,64,.5) 0 2px 5px;-moz-box-shadow:rgba(64,64,64,.5) 0 2px 5px;box-shadow:rgba(64,64,64,.1) 0 2px 5px;height:95vh;}
#map{margin:2px;position:relative;width:100%;height:100%;}
#locations-by-state{border:thin solid #000;border-collapse:collapse;}
#locations-by-state td {
	border: thin solid #000;
	padding: 2px !important;
	font-size: 16px;
}
#locations-by-state td.selected{color:#fff;font-weight:bold;background-color:#00f;}
#locations-by-state td:nth-child(2){text-align:right;}
#locations-by-state td:nth-child(3){text-align:right;}
#locations-by-state tr:nth-child(1){background-color:#9fa8da;}
#locations-by-state tr:nth-child(2){background-color:#e8eaf6;}
.teamsec h5 {
	color: #896798 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
}
.et-l.et-l--header {
    position: relative;
    z-index: 9999999;
}
.page.et_pb_pagebuilder_layout #main-content {
    position: relative;
    z-index: 99999;
}
.about-seci ul li {
	padding: 0px 0px 10px 30px;
	background-repeat: no-repeat;
	background-position: left 6px;
}
.about-seci ul li.icon1 {
	background-image: url("img/others/nrs.png");
}
.about-seci ul li.icon2 {
	background-image: url("img/others/idt.png");
}
.page.et_pb_pagebuilder_layout #main-content {   
	/*position: relative;
    z-index: 9999999999999999999999999999999;*/
}
#thumbwrap {
	position:relative;
	margin:75px auto;
	width:252px; height:252px;
}
.thumb img { 
border: 1px solid #846194;
margin: 3px;
float: left;
border-radius: 4px;
	transition: transform 1s, filter 2s ease-in-out;
filter: blur(0);
transform: scale(1.2);
}
.thumb img:hover {
	filter: blur(0);
	transform: scale(1);
}
.thumb span { 
	position:absolute;
	visibility:hidden;
	 -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
	transition: 0s;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:0; left:250px; 
	z-index:9999;
	 -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
	
}
.contact-form .wpforms-field-label {
	font-size: 15px !important;
	color: #424242;
	text-transform: uppercase !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;
}
.contact-form .et_pb_blurb_description a {
	color: #424242;
}
.img-fluid.podicon {
	position: absolute;
	right: 10px;
	bottom: 18px;
}
.inner-blog-contents a:hover {
	color: #221e1f;
}
.inner-blog-contents.podcast {
	min-height: 155px;
	padding: 20px 20px 20px 20px;
}
.inner-blog-img.podcast {
	position: relative;
}
.inner-blog-wrap.podcast {
	padding: 10px 10px 20px 10px;
}
.inner-blog-contents.podcast h4 {
	padding-top: 10px;
}
.inner-blog-wrap.thoughts {
		padding: 10px 10px 20px 10px;
}
.inner-blog-contents.thought {
	min-height: 260px;
	padding: 20px 20px 20px 20px;
}
.inner-blog-contents.thought h4 {
	padding-top: 10px;
}
.inner-blog-contents-btn.thought {
	margin-bottom: 20px;
		padding: 20px 20px 20px 20px;
}
.single-post #left-area img,.single-thought-leadership #left-area img,.single-pod-cast #left-area img   {
	width: 500px;
    display: block;
    margin: 0 auto;
}
#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"] {
	width: 100%;
}
.single-post #left-area,.single-pod-cast #left-area,.single-thought-leadership #left-area{
	width: auto;
	padding-bottom: 23px;
}
iframe:not([title="reCAPTCHA"]){
	width: 100%;
	height: 300px !important;
}

input[type="submit"] {
	cursor: pointer;
}
.single-post  #main-content .container::before,.single-thought-leadership   #main-content .container::before,.single-pod-cast  #main-content .container::before {
	background-color: transparent;
}
.inner-blog-contents {
	min-height: 280px;
	/*padding-top: 10px;*/
}
.inner-blog-contents-btn .btn {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background-color: #896798;
	border-radius: 25px;
	box-shadow: none;
	font-size: 15px;
	margin-top: 20px;
	padding: 7px 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.inner-blog-contents h4 {
	color: #896798;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.inner-blog-contents h3 {
	min-height: 70px;
}
.inner-blog-img {
	min-height: 118px;
}
.inner-blog-contents p {
	font-size: 15px;
	color: #767676;
}
.inner-blog-contents h3 {
	color: #221e1f;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
.single-post #left-area h1 ,.single-pod-cast #left-area h1,.single-thought-leadership #left-area h1 {
	font-size: 32px;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px;
	text-align: center;
}
.inner-blog-wrap {
	padding:20px;
	margin-bottom:30px;
	background: #fff;
	box-shadow: 0px 0px 3px 1px rgba(51,51,51,0.3);
   -webkit-box-shadow: 0px 0px 3px 1px rgba(51,51,51,0.3);
   -moz-box-shadow: 0px 0px 3px 1px rgba(51,51,51,0.3);
   -ms-box-shadow: 0px 0px 3px 1px rgba(51,51,51,0.3);
}
.teamsec ul{
	margin-top:10px;
}

.teamsec ul li{
	margin-bottom:6px;
}

.teamsec .et_pb_blurb_position_left .et_pb_main_blurb_image{
	width: 180px !important;
}
.footer-section {
	border-top: 1px solid #d7d7d7;
}
.home .footer-section {
	border-top: none;
}
.about-secinner ul{
	padding:0px;
}
.about-secinner li {
	margin-bottom: 20px;
	list-style:none;
	line-height: 2;
}
.about-in li::before {
	display: none;
}
.about-in li {
	margin-bottom: 10px !important;
	padding-left: 70px;
}
.about-secinner li::before {
	content: "\f058 ";
	font-family: FontAwesome;
	color: #896798;
	padding-right: 11px;
	font-size: 20px;
	/* font-weight: 700; */
	line-height: 29px;
}
.et-menu li li a {
	padding: 6px 20px;
	width: 300px;
}
.nav li ul {
	width: 350px;
}
#wpforms-submit-413 {
	font-size: 16px;
	background-color: #896798;
	box-shadow: none !important;
	border: none !important;
	border-radius: 20px;
	font-weight:700;
	padding: 9px 25px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
}
a:hover {
	color: #896798;
}
.et-menu li li a { background-color: #896798 !important;  }
.et_pb_fullwidth_menu .et-menu > li, .et_pb_menu .et-menu > li {
	padding-left: 0;
	padding-right: 0;
}
.et-menu .menu-item-has-children > a:first-child::after {
	font-size: 16px;
	top: 18px;
}
.et-menu a:hover {
	opacity: unset !important;
}
#menu-footermenu1 .current-menu-item a, #menu-footermenu2 .current-menu-item a,#menu-footermenu1 .current-menu-item a:active,#menu-footermenu2 .current-menu-item a:active {
	background-color: inherit !important;
}
.et_pb_fullwidth_menu .et-menu > li, .et_pb_menu .et-menu > li {
	padding-left: 0;
	padding-right: 0;
}
.et-menu a:active {
   /* background: none;
	background-color: #999999!important;*/
}
.et-menu .menu-item-has-children > a:active{
background: none;
	background-color: #999999 !important;
}
.et-menu-nav.fullwidth-menu-nav li.current-menu-item a:active{
	background: none;
	background-color: #999999 !important;
}
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li.current-menu-item a:active {
	background: none;
	background-color: #999999 !important;
}
ul.et_pb_tabs_controls {
	background-color: inherit  !important;
}
.et_pb_tabs, .et_pb_wc_tabs {
    border: none !important;
}
ul.et_pb_tabs_controls::after {
      border: none !important;
}
.et_pb_tabs_controls li {
    border-right: none !important;
}
 .et-l--footer ul{
	list-style-type: none;
	padding:0px;
}
.et_pb_tabs_controls li {
	width: 25%;
}
.current-menu-item a,.current-menu-item a:active {
    background-color: #999999 !important;
}
.sub-menu .current-menu-item a, .sub-menu.current-menu-item a:active {
    background-color: #999999 !important;
}
.et_pb_tabs_controls li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #171818 !important;
    text-transform: uppercase;
    vertical-align: middle !important;
    padding-top: 60px;
    display: block;
    text-align: center;
}
.menu-section.case .et_pb_tabs_controls li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #171818 !important;
	text-transform: capitalize;
	vertical-align: middle !important;
	padding-top: 60px;
	display: block;
	text-align: center;
}
.et_pb_tab_0 {
   background-image: url("img/icons/menu-icon-1.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.menu-section.case .et_pb_tab_0 {
   background-image: url("img/icons/c1.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.et_pb_tab_1 {
   background-image: url("img/icons/menu-icon-2.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.menu-section.case .et_pb_tab_1 {
   background-image: url("img/icons/c2.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.et_pb_tab_2 {
   background-image: url("img/icons/menu-icon-3.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.menu-section.case .et_pb_tab_2 {
   background-image: url("img/icons/c3.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.et_pb_tab_3 {
   background-image: url("img/icons/menu-icon-4.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.menu-section.case .et_pb_tab_3 {
   background-image: url("img/icons/c4.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.et_pb_tabs_controls li:first-child {
    background-color: #f4f4f4;
}
.et_pb_tabs_controls li:nth-child(3) {
    background-color: #f4f4f4;
}
.et_pb_tabs_controls li:nth-child(2),.et_pb_tabs_controls li:nth-child(4)  {
    background-color: #f2eef4;
}
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li.current-menu-item a:active {
	background: none;
	background-color: #999999 !important;
}
.footer-section a {
	color: #1c1c1c;
	font-weight: 400;
}
.footer-section ul li {
	padding-bottom: 10px;
}
.footer-section p {
	font-size: 18px;
	font-weight: 400;
	color: #1c1c1c;
	margin-bottom: 0px;
}
body {
	font-weight: 400;
}
#menu-footermenu1 a,  #menu-footermenu2  a{
	text-decoration: none;
	font-weight: 400;
	font-size: 19px;
	color: #1c1c1c;
}
.et_pb_widget_area_left {
	border-right: unset !important;
	padding-right: 30px;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
	padding: 18px 18px;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul {
	padding:0px 0 0 !important;
}
.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover, .et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
	background: none;
	background-color: #999999;
}
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li {
	margin-top: 0;
}
.welcome-contents ul{
	list-style-type: none !important; 
	padding-top: 10px;
}
 .et-l--header ul {
	list-style-type: none !important;
	padding: 0 0 23px 1em;
	line-height: 26px;
}
.menu-section .et_pb_tab_active {
	background-color: #fff !important;
	border-top: 3px solid #7e598f !important;
}
.et_pb_tabs_controls li:nth-child(2n+1) {
}
.et_pb_tabs_controls li {
	background-color: #fff;
	display: block;
	padding: 40px 0px;
	border-top: 3px solid transparent;
}
.welcome-table thead th:last-child {
    text-align: right !important;
}
#wpforms-228-field_6 .form-options ul li {
	font-size: 16px;
	color: #626262;
	margin-bottom: 5px !important;
}
#wpforms-228-field_6 .btn.call-btn {
	font-size: 16px;
	color: #626262;
	background-color: #fdfea6;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 0px #7d7d7d;
} 
.wpforms-field-label,#wpforms-228-field_6 label {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #000000;
	text-transform: uppercase !important;
	margin-bottom: 10px !important;
}
#media_image-2 {
	margin-bottom: 12px !important;
}
.footer-widget li::before {
	border-color: transparent !important;
}
#wpforms-228-field_6 .form-options {
	border: 1px solid #1bb15a;
}
#wpforms-228-field_6 .form-options ul {
	list-style: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
	list-style: none !important;
}
 #wpforms-228-field_6 .form-options ul {
	margin: 20px !important;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
	position: relative;
}
#wpforms-submit-228:hover,#wpforms-submit-401:hover  {
	color: #1bb15a;
	background: #fff;
}
#wpforms-submit-228:hover::after,#wpforms-submit-401:hover::after {
	color: #1bb15a;
}
#wpforms-submit-228::after,#wpforms-submit-401::after {
	content: "\f138";
	font-family: FontAwesome;
	color: #fff;
	/* padding-right: 5px; */
	/* font-size: 16px; */
	/* font-weight: 500; */
	line-height: 29px;
	margin: -5px 0px 0px 5px;
	vertical-align: middle;
}
#wpforms-submit-228,#wpforms-submit-401 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border: 2px solid #1bb15a;
	background-color: #1bb15a;
	border-radius: 50px;
	padding: 5px 29px;
	text-transform: uppercase;
}
div #wpforms-401.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 10px 0 0 0;
	clear: both;
	position: relative;
	text-align: center;
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent;
	border: 1px solid #896798  !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color: #000000;
	font-weight: 500;
}
#main-footer a {
	color: #e7e7e7 !important;
}
#main-footer .footer-widget h4 {	font-weight: 900;
}
#top-menu li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding: 15px 0 33px;
}
#top-menu li.current-menu-item a:hover,#top-menu-nav > ul > li > a:hover,#top-menu li.current-menu-item a:active, #top-menu-nav li.current-menu-item a:active {
	background: none;
	color: #1bb15a;
	background-image: url("img/icons/menu-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#top-menu-nav li.current-menu-item a, #top-menu-nav li.current-menu-item a:active {
	background: none;
	color: #1bb15a;
	background-image: url("img/icons/menu-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#et-info-email:hover, #et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover, .et-social-icons a:hover {
	opacity: .7;
	-webkit-transition: inherit !important;
	transition: inherit !important;
}
#menu-item-448 a {
	font-size: 16px;
	color: #fff !important;
	font-weight: 700 !important;
	border: 2px solid #1bb15a;
	background-color: #1bb15a !important;
	border-radius: 50px;
	padding: 10px 20px !important;
	text-transform: uppercase;
	opacity: 1 !important;
	
}
#menu-item-448 a:hover {
	color: #1bb15a !important;
	background-image: none !important;
	opacity: 1 !important;
	background-color:#fff !important;
}

.container.clearfix.et_menu_container {
	width: 100%;
}
.holder .et_pb_slide_description {
	padding: 16% 0%;
	margin: auto;
	position: relative;
	right: 0;
	text-align: left;
	left: 0;
	top: -3%;
	text-shadow: inherit;
}
.holder .et_pb_slider_container_inner {
	width:570px;
}
body #page-container .et_pb_section .et_pb_more_button.et_pb_button:hover{
	color: #1bb15a !important;
background-image: none !important;
}
strong {
/*	color: #896798;*/
}
 a.et_pb_more_button::after {
	font-weight: 700;
}
.page-id-24 #main-header,.page-id-13 #main-header {
	box-shadow: none;
}
#main-header {
	box-shadow: none;
}
 .entry-content tr td {
	/*border-top: 1px solid #fff !important;*/
}
.welcome-table td:first-child {
	padding-left: 40px !important;
}
.review-table td {
	padding: 25px 10px !important;
	
}
.review-table tr td {
	border-top: 1px solid #eee !important;
	
}
 .features-contents tr td {
	border-top: 1px solid #ddd !important;
}
.review-table strong {
	color: #ffc000;
	text-decoration: underline;
}
iframe {
	/*height: auto !important;*/
}
body #page-container .et_pb_section .et_pb_button_0::after {
	line-height: inherit;
	font-size: inherit !important;
	margin-left: .5em !important;
	/* left: auto; */
}
.privacy-sec td,.privacy-sec th {
	border-right: 1px solid #eee;
}
#left-area .post-meta {
	display: none;
}
#comment-wrap {
	display: none;
}
/*RESPONSIVE*/
@media screen and (max-width: 1366px) {
	.et_pb_fullwidth_slider_0, .et_pb_fullwidth_slider_0 .et_pb_slide {
	height: 600px !important;
}
	.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
	padding: 18px 13px;
}
	.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li a {
	font-size: 15px;
	
}
	.header-contect ul li a {
	font-size: 16px;
}
}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
		font-size: 13px;
		padding: 15px 13px;
	}
	header .banner-contents h3 {
		font-size: 40px;
	}
	header .header-bottom .banner-contents {
		top: 20%;
	}
	.Menu-header h4 {
		font-size: 20px;
	}
	.Menu-contents h3 {
		font-size: 18px;
	}
	.Menu-cont-header h3 {
		font-size: 40px;
	}
	.solution-heading h3 {
		font-size: 40px;
	}
	.welcome-contents p {
		font-size: 18px;
		padding-left: 28px;
		background-position: left 4px;
	}
	.footer-wrap ul li a {
		font-size: 17px;
	}
	.copyrights p {
		font-size: 17px;
	}
	.holder .et_pb_slider_container_inner {
	width: 450px;
}
.container.clearfix.et_menu_container {
	width: 96%;
}
	#top-menu li a {
	font-size: 13px !important;
}
	#top-menu li {
	display: inline-block;
	font-size: 13px;
}
	#top-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 15px;
}
	#wpforms-228-field_6 .form-options ul {
	margin: 20px !important;
	font-size: 13px !important;
}
	.sales-form label {
	font-size: 13px;
}
	.wpforms-field-label, #wpforms-228-field_6 label {
	font-size: 13px !important;
}
	#wpforms-228-field_6 .btn.call-btn {
	font-size: 13px;
}
	
#menu-footermenu1 a, #menu-footermenu2 a {
	font-size: 17px;
}
.footer-contact {
	font-size: 17px;
}
	.et_pb_tabs_controls li a {
	font-size: 15px;
	padding-top: 38px;
}
	.et_pb_tab_0,.et_pb_tab_1,.et_pb_tab_2,.et_pb_tab_3 {
	background-size: 66px;
}
	.et_pb_tabs_controls li {
	padding: 20px 0px;
}
	.et_pb_tabs_controls.clearfix li {
	height: 120px !important;
}
	.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
	padding: 18px 10px;
}
	.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li a {
	font-size: 12px !important;
}
	.header-contect ul li a {
	font-size: 13px;
}
	.et_pb_text_0 h1 {
	font-size: 30px;
}
	.et_pb_text_17 h1 {
	font-size: 30px;
}
	.inner-blog-contents {
	min-height: 365px;
}
	.inner-blog-contents h3 {
	font-size: 16px;
}
	.inner-blog-contents.thought {
	min-height: 332px;
}
	.inner-blog-contents.podcast {
	min-height: 165px;
}
	.menu-section.case .et_pb_tabs_controls.clearfix li {
	height: 270px !important;
}
	.menu-section.case .et_pb_tabs_controls li a {
	font-size: 14px;
}
	.Menu-cont-header.case h3 {
	font-size: 18px;
}
}

@media screen and (max-width: 1023px) {
	.header-contect ul li a {
		font-size: 15px;
	}
	.header-contect ul li::after {
		font-size: 16px;
		line-height: 16px;
		top: 4px;
		right: -11px;
	}
	.header-logo {
		width: 75%;
	}
	header .mainmenu ul li a {
		font-size: 13px;
		padding: 10px 10px;
	}
	header .banner-contents h3 {
		font-size: 27px;
	}
	header .banner-contents h6 {
		font-size: 22px;
		padding-top: 10px;
	}
	.banner-contents p {
		font-size: 22px;
	}
	.about-heading p {
		font-size: 15px;
	}
	.about-section {
		padding: 30px 0px;
	}
	.about-heading {
		width: 100%;
	}
	.Menu-icon {
		width: 60px;
		height: 70px;
	}
	.Menu-header h4 {
		font-size: 15px;
	}
	.Menu-nav li:nth-child(2n+1) a {
		padding: 20px 0px;
	}
	.Menu-nav li:nth-child(2n) a {
		padding: 20px 0px;
	}
	.Menu-content {
		padding: 50px 0px 0px;
	}
	.Menu-cont-header img {
		width: 60px;
		height: 60px;
	}
	.Menu-cont-header h3 {
		font-size: 30px;
	}
	.Menu-cont-wrap-heading h3 {
		font-size: 20px;
		padding-top: 20px;
	}
	.Menu-contents h3 {
		font-size: 17px;
		padding-left: 30px;
		padding-bottom: 10px;
	}
	.Menu-contents p {
		padding-top: 0px;
	}
	.Menu-contents {
		padding: 10px 15px;
	}
	.solution-heading h3 {
		font-size: 30px;
	}
	.welcome-contents p {
		font-size: 15px;
		padding-left: 22px;
		background-position: left 5px;
		background-size: 15px;
	}
	.solution-wrap {
		background-color: #faf6fc;
		padding-bottom: 30px;
	}
	.footer-section {
		padding: 40px 0px 0px;
		background-color: #fff;
	}
	.footer-wrap ul li a {
		font-size: 15px;
	}
	.footer-logo {
		width: 80%;
	}
	.copyrights p {
		font-size: 15px;
	}
	.copyrights p span::after {
		position: absolute;
		z-index: 99;
		content: "|";
		font-size: 15px;
		line-height: 15px;
		color: #1c1c1c;
		top: 1px;
		left: -14px;
	}
	header .mainmenu ul li a {
		font-size: 10px;
		padding: 10px 8px;
	}
	.holder .et_pb_slider_container_inner {
	width: 350px;
}
#menu-footermenu1 a, #menu-footermenu2 a {
	font-size: 15px;
}
.footer-contact {
	font-size: 15px;
}
	
}
@media screen and (max-width: 980px) {
#menu-item-43 a {
	font-size: 13px;
	margin-top: 17px;
	display:inline-block;
	/*margin-left: 33px;*/
}
	.container.clearfix.et_menu_container {
	width: 80%;
}
	.integrations-details h2::after {
	margin: auto;
	right: 0;
}
	#menu-item-43 a {
	font-size: 10px;
	margin-top: 17px;
	display: inline-block;
	/* margin-left: 33px; */
	padding: 5px 10px !important;
}
	.inner-blog-contents {
	min-height: 320px;
}
	.inner-blog-contents h3 {
	min-height: auto;
}
	.inner-blog-contents.podcast {
	min-height: 198px;
}
	.inner-blog-contents.thought {
	min-height: 430px;
}
.menu-section.case .et_pb_tabs_controls li a {
	font-size: 13px;
}	
	.Menu-cont-header.case h3 {
	font-size: 16px;
}
	.menu-section.case .et_pb_tabs_controls.clearfix li {
	height: 285px !important;
}
	.menu-section.case .et_pb_tabs_controls li a {
/*	padding: 4px 10px;*/
}
	.teamsec h5 {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.copyrights p span::after {
		display: none;
	}
	.copyrights p span {
		display: block
	}
	.copyrights {
		padding: 19px 0px 30px;
	}
	.solution-heading h3 {
		font-size: 25px;
	}
	.welcome-contents-wrap {
		padding-top: 20px;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		width: 200px;
	}
	header .mainmenu .navbar-nav a.active, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
		background: none;
		
	}
	header .banner-contents h3 {
		font-size: 22px;
	}
	header .banner-contents h6 {
		font-size: 20px;
		padding-top: 5px;
	}
	.banner-contents p {
		font-size: 20px;
	}
	header .header-bottom .banner-contents {
		top: 17%;
	}
	.Menu-header h4 {
		font-size: 13px;
	}
	.Menu-icon {
		width: 50px;
		height: 60px;
	}
	.Menu-cont-header h3 {
		font-size: 25px;
	}
	.Menu-cont-header img {
		width: 50px;
		height: 50px;
	}
	.mainmenu .sub-menu {
		margin-left: 0px;
	}
	.holder .et_pb_slider_container_inner {
	width: 300px;
}
	.holder .et_pb_section, .holder .et_pb_slider .et_pb_slide {
	background-position: 100% !important;
	height:auto !important;
}
	.et_pb_fullwidth_slider_0, .et_pb_fullwidth_slider_0 .et_pb_slide {
	height: auto !important;
}
	.home .holder p {
	font-size: 15px;
	font-size: 12px;
	margin: 5px 0px;
	text-shadow: 1px 1px 0px #fff;
}
.et_pb_tabs_controls li {
	width: auto;
}	
.header-contect ul {
	list-style-type: none !important;
	padding: 0px !important;
	line-height: 26px;
}
	.header-contect ul li a {
	font-size: 13px;
}
	#nav_menu-4 {
	margin-bottom: 0;
}
	.about-in li {
	margin-bottom: 6px !important;
	padding-left: 0;
}
	.about-secinner li::before {
	font-size: 17px;	
}
	.teamsec .et_pb_blurb_position_left .et_pb_main_blurb_image {
	width: auto !important;
}
	.hero-sectioninner h1{
		padding-bottom:0;
	}
	.teamsec ul li{
		list-style:none;
	}
	.inner-blog-contents {
	min-height: auto;
}
	.inner-blog-img {
	min-height: auto;
	margin-bottom: 30px;
}
	.inner-blog-contents.podcast {
	min-height: auto;
	padding: 0px 20px 20px 20px;	
}
	.inner-blog-contents.thought {
	min-height: auto;
	padding: 0px 20px 20px 20px;		
}
	.inner-blog-contents-btn.thought .btn {
	margin-top: 0;
}
	.img-fluid.normalicon {
	width: 100%;
}
	.inner-blog-img.thought img {
	width: 100%;
}
	.menu-section.case .et_pb_tabs_controls.clearfix li {
	height: 130px !important;
}
	.thumb:hover, .thumb:hover span {
	top: 0;
	left: 200px;
}
	.teamsec h5 {
	font-size: 15px;
}
}

@media screen and (max-width: 480px) {
	header .header-bottom .banner-contents {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		background-color:#896798;
		padding:20px 0px;
	}
	header .banner-contents h3 {
		font-size: 18px;
	}
	header .banner-contents h6 {
		font-size: 15px;
		padding-top: 5px;
	}
	.banner-contents p {
		font-size: 15px;
	}
	.Menu-nav li a {
		padding: 10px 0px !important;
		min-height: 120px;
		height:120px;
	}
	.solution-heading h3 {
		font-size: 18px;
	}
	.copyrights {
		padding: 15px 0px 20px;
	}
	.copyrights p span {
		margin-left: 0px;
	}
	.header-top {
		padding: 10px 0px;
	}
	.holder .et_pb_slider_container_inner {
	width: 210px;
}
	.holder .et_pb_slide_description {
	padding: 1% 0%;
	margin: auto;
	position: relative;
	right: 0;
	text-align: left;
	left: 0;
	top: 0;
	text-shadow: inherit;
}
	.holder .et_pb_slide_description {
	padding: 0 0%;
	margin: auto;
	position: relative;
	right: 0;
	text-align: left;
	left: 0;
	top: 0;
	text-shadow: inherit;
	padding-bottom: 16px;
	padding-top: 15px;
}
	.menu-section.case .et_pb_tabs_controls.clearfix li {
	height: 183px !important;
}
	.Menu-cont-header.case h3 br {
	display: none;
}
	.Menu-cont-header.case h3 {
	font-size: 15px;
	padding-top: 10px;
}
	.header-contect ul li a {
	font-size: 10px;
}
	.thumb:hover, .thumb:hover span {
	top: 30px;
	left: 0;
	right:0;
}
	.thumb img {
	margin: auto;
	float: left;
}
	.Menu-contents h3 {
	font-size: 16px;
}
	
}

@media screen and (max-width: 360px) {
	
	.header-contect ul li a {
	font-size: 9px;
}	
	.Menu-cont-header h3 {
    font-size: 19px;
}
}
@media screen and (max-width: 320px) {
	
	.header-contect ul li a {
	font-size: 8px;
}	
		.Menu-cont-header h3 {
    font-size: 17px;
}
}