/*
 Theme Name:     Rex-child
 Theme URI:      https://www.nipsolutions.in/
 Description:    A child theme of Rex Theme.
 Author:         Vasu
 Author URI:     https://www.nipsolutions.in/
 Template:       rex
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std 65';
    src: url('fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a,h1,h2,h3,h4,h5,h6,p{
	font-family: 'Avenir' !important;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 0em 0 0;
}
h5 {
	letter-spacing: 0em;
	text-transform: none;
}
body{
	font-family: 'Avenir' !important;
	color: #717171;
	font-size: 1.1rem;
}
p {
	margin: 0 0 0.8em;
}
h1{
	font-size: 50px;
	line-height: 55px;
	color: #141D1A;
}
.wrap {
	padding-left: 1em !important;
	padding-right: 0em !important;
}
.custom-header {
	width: 20%;
	float: left;
	margin-bottom: 0px !important;
}
.menu {
	width: 62%;
	float: left;
	margin-top: 1.5em;
}
.navigation-top {
	bottom: auto;
	top: 0;
	position: relative;
	border: 0px;
	background: transparent;
}
.custom-logo {
	height: 75px;
}
.get_started_btn {
	width: 18%;
	float: left;
	margin-top: 2.5em;
}
#top-menu {
	float: right;
	text-align: right;
	padding-right: 25px;
	transition: all 0.3s ease-in-out;
}
 	
.navigation-top .wrap {
	max-width: 1300px;
}
.wrap {
	max-width: 1300px;
}
.page-one-column .panel-content .wrap {
	max-width: 1300px;
}
/* Devon's CSS */
.videocontainer{
	position:relative;
}
.homevid{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
}

/*Devon's CSS*/





.site-branding {
	margin-bottom: 0px !important;
}
.site-header {
	background-color: #fff;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #76CFAE;
}
.navigation-top .current-menu-item > a:hover, .navigation-top .current_page_item > a:hover, .get_started_btn a:hover  {
	text-decoration: none;
}
.navigation-top a {
	color: #272526;
	font-weight: 500;
	font-size: 1.3em;
}
a:hover,a:focus,a:active{
	outline: none;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.Rex-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	max-width: 1400px;
}
body .hide_this{
	display: none !important;
}
.get_started_btn a {
	font-size: 1em;
	padding: 0.8em 2.6em !important;
	line-height: 2.8em;
	font-weight: 500;
	color: #272526;
	z-index: 3;
}
.btn_style {
	background-color: #76CFAE !important;
	padding: 15px 10px !important;
	color: #fff !important;
	font-weight: 500 !important;
	border: 1px solid #76CFAE !important;
	color: #fff !important;
	position: relative !important;
	font-size: 16px;
	line-height: 16px;
	box-shadow: none !important;
}
.tcenter {
	text-align: center;
	display: block !important;
}
/* GENERAL BUTTON STYLING */
/*.btn_style::after {
  -webkit-transition: all 0.3s ease-in  !important;
	-moz-transition: all 0.3s ease-in  !important;
  -o-transition: all 0.3s ease-in  !important;
	transition: all 0.3s ease-in  !important;
}*/
.btn_style {
  -webkit-transition: all 0.3s ease-in  !important;
	-moz-transition: all 0.3s ease-in  !important;
  -o-transition: all 0.3s ease-in  !important;
	transition: all 0.3s ease-in  !important;
}
/*.btn_style::before,
.btn_style::after {
  background: #fff  !important;
  content: '';
  position: absolute  !important;
  z-index: 1  !important;
}*/
.btn_style:hover {
  color: #2ecc71 !important;
  background: transparent  !important;
}
/*.btn_style::after {
  height: 0  !important;
  left: 50%  !important;
  top: 50%  !important;
  width: 0  !important;
}
.btn_style:hover::after {
  height: 100%  !important;
  left: 0  !important;
  top: 0  !important;
  width: 100%  !important;
  z-index: -1 !important;
}*/
.btn_style.white {
	background-color: #fff  !important;
	padding: 15px 30px !important;
	color: #76CFAE !important;
	font-weight: 500 !important;
	border: 1px solid #fff !important;
	  position: relative  !important;
}
button.btn_style  {
	color: inherit !important;
	background-color: inherit !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0px auto !important;
	display: inline-block !important;
	border-radius: 0px;
	height: 50px;
}

/* GENERAL BUTTON STYLING */

/*.btn_style.white::before,
.btn_style.white::after {
  background: #76CFAE  !important;
  content: '';
  position: absolute  !important;
  z-index: 1  !important;
}*/
.btn_style.white:hover {
  color: #fff !important;
  background: transparent  !important;
}
/*.btn_style.white::after {
  height: 0  !important;
  left: 50%  !important;
  top: 50%  !important;
  width: 0  !important;
}
/*.btn_style.white:hover::after {
  height: 100%  !important;
  left: 0  !important;
  top: 0  !important;
  width: 100%  !important;
  z-index: -1 !important;
}*/
.site-content {
	padding: 0em 0 0;
}
.triangle {
	width: 33%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	opacity: 0.1;
	z-index: 1;
	left: -40px;
	top: 0;
}
.site-branding {
	padding: 2em 0em;
}
.site-footer {
	background-color: #141D1A;
	position: relative;
}
.tryus_form_section {
	width: 53%;
	background: transparent url('images/tryus_bg_image.jpg') 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 30px #00000029;
	text-align: center;
	margin: 0px auto;
	display: block;
	padding: 30px 50px;
	margin-top: -205px;
	background-size: cover;
}
.tryus_content {
	margin: 20px 20px;
}
.tryus_content h2 {
	color: #fff;
	font-size: 3.3em;
	margin-bottom: 15px;
}
.tryus_content p {
	color: #fff;
	font-size: 18px;
	padding: 0em 6em 1em 6em;
}
.tryus_form {
	padding: 0px 0px;
}
.tryus_form input, .tryus_form input:focus {
	border-radius: 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #E2E2E2;
	color: #717171;
}
.btn_style.white.withbg:hover {
  background: #76CFAE  !important;
}
ul.tryuslist li::before {
	content: "\f00c";
	position: relative;
	left: -5px;
	font-family: FontAwesome;
}
ul.tryuslist {
	text-align: left;
	margin: 15px 5px;
}
ul.tryuslist  li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-right: 35px;
	position: relative;
}
.main_footer .col1 {
	width: 43%;
	float: left;
}
.starter_plans_get_started .btn_style {
	width: 50%;
	margin: 0px auto;
}
.green {
	color: #76cfae;
}
.main_footer .col2 {
	width: 19%;
	float: left;
}
.main_footer .col3 {
	width: 19%;
	float: left;
}
.main_footer .col4 {
	width: 19%;
	float: left;
}
.main_footer .col1 h1 {
	color: #fff;
	font-size: 52px;
	line-height: 60px;
}
.main_footer .col1 img {
	height: 75px;
}
.main_footer .col2 li, .main_footer .col3 li, .main_footer .col4 li {
	list-style-type: none;
	margin: 6px 0px;
}
.main_footer a{
	color: #969696;
	font-size: 16px;
}
.main_footer strong{
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}
.main_footer .col4 li li {
	display: inline-block;
}
.main_footer .col4 li ul {
	margin: 0px 0px 25px 0px;
}
.main_footer .col4 li li a {
	color: #fff;
	font-size: 30px;
	margin-right: 10px;
}
.main_footer {
	margin: 45px 0px;
	width: 100%;
	float: left;
}
.site-footer {
	background-color: #141D1A;
	position: relative;
	background-image: url("images/footer_bg.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	margin-top: 200px;
}
.footer_bottom {
	width: 100%;
	float: left;
	border-top: 2px solid #969696;
}
.footer_bottom li {
	display: inline-block;
	position: relative;
	margin: 0px 10px;
}
.footer_bottom ul {
	text-align: center;
	margin: 18px 0px;
}
.footer_bottom li a {
	color: #77D5B9;
	font-size: 17px;
}
.footer_bottom li::before {
	content: "";
	height: 15px;
	width: 2px;
	background-color: #969696;
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	left: -13px;
}
.footer_bottom li:first-child::before{
	display: none;
}
.footer_bottom li:first-child a{
	color: #fff;
}
.site-navigation-fixed.navigation-top {
	position: relative;
}
.text_hidden-wrapper {
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	padding: 0.75em 0;
	margin-bottom: -0.5em;
}
.titleh1 {
	font-size: 50px;
	line-height: 55px;
	color: #141D1A;
	margin-top: 1.5em;
}
.titleh1 h1{
	margin-bottom: 20px;
}
.below_title_content {
	margin-top: 0px;
}
.animation {
	visibility: visible !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
}
.img_ani.size1 img {
	width: 70%;
}
.wb {
	color: #717171 !important;
}
.tryuslist.wb li {
	color: #717171;
}
.tryuslist.wb li::before {
	color: #76CFAE;
}
.tryuslist.wb {
	margin: 0px 8px;
}
.home_section1 .btn_style.white.withbg.slider_sec_btn {
	background-color: #76CFAE !important;
	color: #fff !important;
	border-color: #76CFAE !important;
}
.home_section1 .btn_style.white.withbg.slider_sec_btn:hover {
	background: #fff !important;
	color: #76CFAE !important;
	
}
/*.home_section1 .btn_style.white.slider_sec_btn::before,.home_section1 .btn_style.white.slider_sec_btn::after {
	background: #fff !important;
}*/
.panel-content .wrap {
	padding: 2em;
}
.work_block {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.work_block .work_block-title {
	overflow: hidden;
	margin-bottom: 0;
	margin-top: auto;
}
.home_services img {
	display: inline-block;
	width: 45px;
}
.img_ani {
	overflow: hidden;
}
.home_services {
	padding: 20px 35px 20px 35px;
	-webkit-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in !important;
	-moz-transition: all 0.5s ease-in !important;
	-o-transition: all 0.5s ease-in !important;
	transition: all 0.5s ease-in !important;
}

.home_services h6 {
	display: inline-block;
	margin-left: 25px;
	color: #76CFAE;
	font-size: 18px;
}
.home_services:hover {
	-webkit-box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	-moz-box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	  -webkit-transition: all 0.5s ease-in  !important;
	-moz-transition: all 0.5s ease-in  !important;
  -o-transition: all 0.5s ease-in  !important;
	transition: all 0.5s ease-in  !important;
}
.home_rexpress_section h1 {
	color: #fff;
	font-weight: 800;
	font-size: 6em;
}
.home_rexpress_section h1 {
	color: #fff;
	font-weight: 800;
	font-size: 4em;
	padding: 0px 0.2em 0px 0.5em;
	line-height: 1em;
	margin-bottom: 0;
}
.home_rexpress_section h6 {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}
.home_rexpress_section p {
	font-weight: 400;
	color: #BFBFBF;
	font-size: 18px;
}
.home_rexpress_section a {
	margin: 7.5em auto;
	display: inline-block;
}
.home_rexpress_section .elementor-column{
	padding: 0em 0em;
}
.lalign{
	text-align: left;
}
.ralign{
	text-align: right;
}
.home_rexpress_section .elementor-column {
	padding: 0em 0em 0em 0em;
    margin-right: 3em;
}
.home_rexpress_section .titleh1 {
	margin-top: 0em;
}
.titleh6 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 15px;
}
.lightgrey {
	color: #BEBEBE;
}
.titleh2 {
	font-size: 2em;
	color: #333333;
	margin-top: 3em;
}
.img_ani.size2 img {
	width: 60%;
}
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
.triangle {
    width: 66%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    opacity: 0.1;
    z-index: 1;
    left: 0;
    top: 0;
}
  .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  body .hide_this{
	display: none !important;
}
  body .hide_this{
		display: none !important;
	}
  .ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #76CFAE;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49.5%;
  display: none;
}
.ps-timeline-sec .container ol:after {
  background: #76CFAE;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 49.5%;
  display: none;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 170px 0;
  padding: 0;
  border-top: 3px solid #76CFAE;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
	width: 30px;
	height: 30px;
	margin-left: -15px;
	background: #76CFAE;
	border: 4px solid #76CFAE;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #fff;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 17px;
	font-style: normal;
	position: absolute;
	top: -16px;
	left: 50%;
}
.ps-bot h6, .ps-top h6  {
	color: #0A0F0D;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #76CFAE;
  width: 2px;
  height: 50px;
  background: #76CFAE;
  position: absolute;
  top: -50px;
  left: 50%;
  display: none;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #76CFAE;
  width: 8px;
  height: 8px;
  background: #76CFAE;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
  display: none;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #76CFAE;
  width: 2px;
  height: 50px;
  background: #76CFAE;
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: none;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #76CFAE;
  width: 8px;
  height: 8px;
  background: #76CFAE;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
  display: none;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 80px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 20px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 70px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 10px;
}
.ps-timeline img {
	height: 80px !important;
}
.ps-timeline-sec .container {
	position: relative;
	width: 1400px !important;
	max-width: 100%;
	left: 0;
	margin: 0px auto;
	display: block;
}
.ps-timeline-sec .container::before {
	content: "";
	position: absolute;
	width: 175px;
	height: 10px;
	background-color: #fff;
	left: 0;
	top: -3px;
}
.ps-timeline-sec .container::after {
	content: "";
	position: absolute;
	width: 139px;
	height: 10px;
	background-color: #fff;
	right: 0;
	top: -3px;
	z-index: 0;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99;
}
.loader {
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -105px;
}
.page_name {
	margin-bottom: 0;
	font-size: 18px;
	color: #90d1b9 !important;
	line-height: 18px;
	margin-left: 5px;
}
.starter_plans_title_text h1 {
	margin-bottom: 15px !important;
}
.starter_plan_content .elementor-column-wrap {
	margin: 0px 1em !important;
	border: 2px solid #E2E2E2;
	padding: 2em 2.3em !important;
	/* min-height: 1000px; */
	padding-bottom: 7em !important;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.starter_plan_content.green_border .elementor-column-wrap{
	border: 2px solid #76CFAE;	
}
.starter_plan_content .elementor-column-wrap h2 {
	font-size: 2em;
	color: #333;
	font-weight: 800;
	margin-bottom: 0px;
}
.starter_plan_content .elementor-column-wrap .pricing_value .page_name {
	margin-bottom: 2em;
	color: #969696 !important;
}
.starter_plan_content .elementor-column-wrap h5 {
	color: #141D1A;
	font-size: 1em;
	font-weight: 800;
}
.starter_plan_content .elementor-column-wrap p {
	color: #969696;
	margin-bottom: 7px;
}
.starter_plan_content .elementor-column-wrap p strong {
	color: #0A0F0D;
}
.pricing_value .page_name {
	margin-bottom: 2px !important;
}
.pricing_value h3 {
	margin-bottom: 2px !important;
}
.pricing_value {
	position: absolute !important;
	bottom: -100px;

}
.starter_plan_content .elementor-column-wrap:hover {
	-webkit-box-shadow: 0px 1px 25px 1px rgba(118,207,173,1);
	-moz-box-shadow: 0px 1px 25px 1px rgba(118,207,173,1);
	box-shadow: 0px 1px 25px 1px rgba(118,207,173,1);
	transition: all 0.3s ease-in-out;
}
.starter_plan_content.dark .elementor-column-wrap h2,
.starter_plan_content.dark .elementor-column-wrap h5,
.starter_plan_content.dark .elementor-column-wrap p strong,
.starter_plan_content.dark .elementor-column-wrap h3,
.starter_plan_content.dark .elementor-column-wrap h6
{
	color: #fff;
}
.starter_plan_content.dark .elementor-column-wrap{
	background-color: #141D1A;
}
.popular_tag {
	position: absolute !important;
	left: -96px;
	top: -68px;
	width: 305px !important;
	transform: rotate(-45deg) !important;
}
.popular_tag h6 {
	background-color: #76CFAE;
	width: 50%;
	padding: 5px 0px;
	font-size: 14px;
	color: #fff;
	
}
.faq_q_a .elementor-toggle-item{
	padding: 2em 2em;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	margin-bottom: 1em;
	position: relative;
}
.faq_q_a .elementor-toggle-item a {
	font-weight: 900;
	font-family: 'Avenir LT Std 65' !important;
	font-size: 20px;
	color: #0A0F0D !important;
}
.faq_q_a .elementor-toggle-item a:hover, .faq_q_a .elementor-toggle-item a:focus{
	box-shadow: none !important;
}
.faq_q_a .elementor-toggle-item p {
	margin-bottom: 0;
}
.faq_q_a .elementor-toggle-icon span svg {
	height: 20px;
	width: 20px;
}
.about_achivements .home_services {
	width: 100%;
	margin: 0px auto;
	box-shadow: none;
	padding: 0px 0px;
	text-align: center;
}
.about_achivements {
	-webkit-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	padding: 1em 0px !important;
	width: 85%;
	margin: 0px auto;
	margin-top: 4em !important;
}
.about_achivements .home_services h6 {
	margin-left: 5px;
}
.black{
	color:#000000;
}
.rexpress_brand p {
	padding: 0px 15em;
}
.join_rex {
	width: 100% !important;
	left: unset !important;
}
.join_rex .titleh2 {
	margin: 15px 0px !important;
	text-align: right;
}
.join_rex a {
	margin: 3em 6em !important;
	text-align: right;
	display: inline-block;
}
.contact_us_form {
	width: 55%;
	margin: 10px auto;
}
.contact_us_form input, .contact_us_form textarea {
	color: #000;
	font-weight: 500;
	font-family: 'Avenir' !important;
	padding: 0.8em 2em;
	font-size: 16px;
	border-color: #E2E2E2;
	border-radius: 0px;
}
.contact_us_form .btn_style {
	margin: 12px auto;
	display: block;
	border-radius: 0px;
}
.header_right_full_image .elementor-column-wrap {
	padding: 0px !important;
}

.page-id-312 .navigation-top a,.page-id-373 .navigation-top a,.page-id-364  .navigation-top a{
	color: #fff;
}
.page-id-312 .navigation-top .sub-menu a,.page-id-373 .navigation-top .sub-menu a,.page-id-364  .navigation-top .sub-menu a{
	color: #000;
}
.page-id-312 .navigation-top .sub-menu a:hover,.page-id-373 .navigation-top .sub-menu a:hover,.page-id-364  .navigation-top .sub-menu a:hover{
	color: #76cfae;
}
.home_section1.design {
	width: 100% !important;
	left: 0px !important;
}
.design_head_right {
    position: absolute !important;
    right: 0;
    top: -159px;
    width: 50%;
    overflow: hidden;
    background-image: url(https://rexbranding.com/wp-content/uploads/2019/10/design.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    background-size: 50% !important;
}
.digital_services .textwidget {
	background-color: #141D1A;
	padding: 2em 2em;
	min-height: 16em;
}
.digital_services .textwidget h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.digital_services .textwidget p {
	color: #969696;
	margin-bottom: 2em;
}
.digital_services .textwidget a {
	position: absolute !important;
	bottom: 2em;
	left: 50%;
	width: 86%;
	text-align: center;
	margin-left: -43%;
}
.recent_case_study {
	padding: 1em 2em;
}
.recent_case_study h6 {
	font-size: 2em;
	margin-bottom: 0px;
}
.case_study_hover {
	position: absolute !important;
	top: 4em;
	background-color: #141D1AD9;
	padding: 2.5em 2.5em;
	z-index: -1;
	opacity: 1;
	visibility:visible;
	 -webkit-transition: all 0.5s ease-in  !important;
	-moz-transition: all 0.5s ease-in  !important;
  -o-transition: all 0.5s ease-in  !important;
	transition: all 0.5s ease-in  !important;
}
.case_study_hover h5 {
	color: #fff;
	font-size: 1.4em;
	font-weight: 500;
}
.case_study_hover p {
	color: #969696;
}
.case_study_hover img {
	margin-top: 4.7em;
	height: 55px !important;
}
.recent_case_study .elementor-column.elementor-col-50:hover .case_study_hover {
	z-index: 1;
	  -webkit-transition: all 0.5s ease-in  !important;
	-moz-transition: all 0.5s ease-in  !important;
  -o-transition: all 0.5s ease-in  !important;
	transition: all 0.5s ease-in  !important;
	opacity: 1;
	visibility:visible;
}
.recent_case_study .elementor-column.elementor-col-50 {
	padding: 0em 3em;
}
.social_service{
	background-image: url(https://rexbranding.com/wp-content/uploads/2019/10/Social-Mock.jpg) !important;
}
.marketing_service{
	background-image: url(https://rexbranding.com/wp-content/uploads/2019/10/marketing_mockup.jpg) !important;
}	
.page-id-395 #top-menu, .page-id-377 #top-menu, .page-id-390 #top-menu{
	display: none;
}
.sub-menu {
	width: 37em;
	left: -15.5em !important;
	visibility: hidden;
	opacity: 0;
	border: 0px !important;
	-webkit-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px 2px rgba(0,0,0,0.2);
		 -webkit-transition: all 0.5s ease-in  !important;
	-moz-transition: all 0.5s ease-in  !important;
  -o-transition: all 0.5s ease-in  !important;
	transition: all 0.5s ease-in  !important;
	padding: 10px 0px !important;
}
.sub-menu li {
	float: left;
	width: 50%;
}
.sub-menu li a, .sub-menu li a:hover {
	background-repeat: no-repeat !important;
	background-size: 44px !important;
	padding: 0.8em 2.9em !important;
	background-position: 0% 50% !important;
	margin: 0.3em 1.8em !important;
	background-color: transparent !important;
}
.main-navigation li li:hover, .main-navigation li li.focus {
	background: transparent;
}
.main-navigation ul ul a {
	padding: 0.75em 1.25em;
	width: 100% !important;
}
.sub-menu li:nth-child(1) a, .sub-menu li:nth-child(1) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/designx.svg);
}
.sub-menu li:nth-child(2) a, .sub-menu li:nth-child(2) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/responsivex.svg);
}
.sub-menu li:nth-child(3) a, .sub-menu li:nth-child(3) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/applicationx.svg);
}
.sub-menu li:nth-child(4) a, .sub-menu li:nth-child(4) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/advertisingx.svg);
}
.sub-menu li:nth-child(5) a, .sub-menu li:nth-child(5) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/promotex.svg);
}
.sub-menu li:nth-child(6) a, .sub-menu li:nth-child(6) a:hover{
background-image:url(https://rexbranding.com/wp-content/uploads/2019/10/bstorm.svg);
}
.main-navigation .menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
		 -webkit-transition: all 0.5s ease-in  !important;
	-moz-transition: all 0.5s ease-in  !important;
  -o-transition: all 0.5s ease-in  !important;
	transition: all 0.5s ease-in  !important;
}
.main-navigation li li:hover, .main-navigation li li.focus {
	background: auto !important;

	color: #76cfae;
}
.main-navigation li li:hover a, .main-navigation li li.focus a{
	color: #76cfae;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step::before {
	height: 8px !important;
	line-height: 8px !important;
	top: -52px !important;
	width: 100% !important;
}
#get_started_container #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(1)::before {
	content: "" !important;
}
#get_started_container #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(2)::before {
	content: "" !important;
}
#get_started_container #multi-step-form .fw-progress-bar .fw-progress-step:nth-child(3)::before {
	content: "" !important;
}
#multi-step-form .fw-progress-bar .fw-progress-step::before {
	border-radius: 0 !important;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
	width: 49.8% !important;
}
#multi-step-form.fw-large-container .fw-progress-bar-container {
	margin-bottom: 80px;
	width: 100% !important;
	padding: 0;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step::after {
	height: 8px !important;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover::before {
	display: none;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis[data-title]:hover::after {
	display: none;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step .fw-txt-ellipsis {
	top: -100px;
	position: relative;
}
.fw-txt-ellipsis[data-title="Account information"] {
	text-align: right;
}
.fw-txt-ellipsis[data-title="Done"] {
	text-align: right;
}
#multi-step-form .fw-wizard-step-header.fw-current {
	position: relative;
	top: 12em;
	left: -59px;
	margin: 31px auto;
	display: block;
	text-align: center;
	font-size: 16px;
}
#multi-step-form .fw-wizard-step-header h2 {
	text-align: center;
	color: #333333;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="0"] .fw-step-block{
	padding: 30px 0 30px 0;
	border-left: 2px solid #E2E2E2 !important;
	border: 2px solid #E2E2E2 !important;
	padding: 1em 2em !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="0"] .fw-step-part-title {
	display: none;
}
.fw-wizard-step-container .fw-wizard-step.fw-current {
	width: 65% !important;
	margin: 0px auto;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="0"] .fw-step-block {
	border-left: 2px solid #E2E2E2 !important;
	background-color: white !important;
	padding: 1em 2em !important;
}
#multi-step-form h2.fw-step-part-title {
	font-size: 1.5em;
	line-height: 1.2;
	color: #0A0F0D;
}
#multi-step-form [data-type="fw-radio"] label, #multi-step-form [data-type="fw-checkbox"] label {
	font-size: 1.1em;
	margin-bottom: 0;
	line-height: 25px;
}
#multi-step-form [data-type="fw-checkbox"] label::before {
	height: 25px !important;
	width: 25px !important;
	border-width: 2px !important;
}
#multi-step-form [data-type="fw-checkbox"] input[type="checkbox"]:checked + label::before {
	content: "\f00c" !important;
	font-size: 19px  !important;
	text-align: center;
	line-height: 23px !important;
	font-family: FontAwesome;
	font-weight: normal;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step.fw-visited::after {
	top: -52px !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-part{
	border-width: 0px !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-part-title {
	display: none;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block {
	width: 46.3%;
	float: left;
	margin: 0px 15px;
	height: 6em;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block .fw-input-container span {
	display: none !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block .fw-input-container h3::after{
	display: none;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block .fw-input-container h3 {
	margin: 0px 0 0px 0;
	position: relative;
	top: 27px;
	left: 5px;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block .fw-input-container input {
	background-color: #fff;
	border-radius: 0px;
	border: 2px solid #E2E2E2;
	padding: 1.7em 1em;
	color: #000;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block .fw-input-container input[placeholder] {

	color: #000;
}
#multi-step-form .fw-wizard-buttons {
	margin-top: 30px;
	width: 63%;
	margin: 0px auto;
}
.fw-button-next {
	float: right;
	margin-right: 2em;
}
#wizard-summary {
	display: block !important;
}
.fw-toggle-summary {
	display: none;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="2"] .fw-step-part.fw-plain-layout{
	display: none;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="2"] .fw-step-summary-title{
	display: none;
}
.fw-button-previous i {
	display: none;
}
.fw-button-next i {
	display: none;
}
.fw-button-previous, .fw-button-next {
	border-radius: 0px;
	text-transform: capitalize !important;
	font-family: 'Avenir';
}

#get_started_container {
	display: none;
	padding: 2.8em 2em;
	width: 100%;
	height: auto;
	background: #F3F3F3;
	position: absolute;
	z-index: 9;
}
.popup_logo img {
	float: left;
	height: 4em;
}
.popup_close i {
	float: right;
	font-size: 1.7em;
	padding: 1em;
	cursor: pointer;
}
#get_started_container #multi-step-form {
	margin-top: 2em;
	padding-bottom: 6em;
}
#multi-step-form .fw-btn-submit {
	background: #48d3ae !important;
	color: #fff !important;
	margin-top: 25px !important;
	width: 25% !important;
	display: block !important;
	margin: 12px auto !important;
	margin-top: 25px !important;
	border-radius: 0px !important;
	height: 3.5em !important;
	line-height: 0.1em !important;
}
#multi-step-form .fw-btn-submit:hover {
	background: #fff !important;
	color: #48d3ae !important;
	border: 1px solid #48d3ae !important;
}
#multi-step-form .fw-button-previous {
	background-color: transparent !important;
	color: #333333 !important;
	text-transform: capitalize !important;
}
#multi-step-form .fw-block-invalid .fw-block-invalid-alert {
	color: #48d3ae !important;
}
.mobile_logo{
	display: none;
}
.desktop{
	display: block !important;
}
.mobile{
	display: none !important;
}	
.recent_work{
	display: none;
	overflow: hidden;
}
.recent_work .elementor-col-33{
	height: 260px;
	overflow: hidden;
	margin: 15px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s ease-in !important;
	-moz-transition: all 0.5s ease-in !important;
	-o-transition: all 0.5s ease-in !important;
	transition: all 0.5s ease-in !important;
}
.recent_work .elementor-col-33 .elementor-column-wrap{
	padding: 0px !important;
}
.recent_work .elementor-col-33:hover{
	-webkit-box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	-moz-box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	box-shadow: 0px 1px 25px 1px rgba(118,207,173,0.5);
	-webkit-transition: all 0.5s ease-in !important;
	-moz-transition: all 0.5s ease-in !important;
	-o-transition: all 0.5s ease-in !important;
	transition: all 0.5s ease-in !important;
}

.noContent{
	display: none !important;
}
.see_more{
	width: 20%;
	margin: 30px auto;
	text-transform: capitalize;

}
@media only screen and (max-width:1400px) {

}
@media only screen and (min-width:1000px) and (max-width:1200px) {

}
@media only screen and (max-width:1000px) {

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#top-menu {
	width: 100%;
	padding-right: 0px;
}
.get_started_btn a {
	font-size: 0.8em;
	padding: 0.6em 0.4em !important;
}
.main-navigation a {
	padding: 1em 0.45em;
}
.sub-menu li a, .sub-menu li a:hover {
    padding: 0.8em 2.7em !important;
}
.menu {
	width: 68%;
	margin-top: 0.9em;
}
.custom-logo {
	height: 59px;
}
.site-branding {
	padding: 1.5em 0em;
}
.titleh1 {
	font-size: 34px;
	line-height: 40px;
	color: #141D1A;
	margin-top: 0.5em;
}
.home_section1 .tryus_form .col-sm-4 {
	padding-left: 0;
}
.home_section1 .tryus_form .col-sm-4 .btn_style {
	font-size: 16px;
	padding: 0px 0px !important;
}
h1 {
	font-size: 35px;
	line-height: 40px;
}
.home_services {
	text-align: center;
}
.home_services h6 {
	margin-left: 0px;
	font-size: 16px;
	margin-top: 5px;
}
.home_services img {
	display: block;
	width: 35px;
	clear: both;
	text-align: center;
	margin: 0px auto;
}
.home_services {
	padding: 10px 20px 0px 20px;
}
.home_rexpress_section h1 {
	font-size: 4em;
	padding: 0px 0em 0px 0em;
	line-height: 1em;
}
.home_rexpress_section .elementor-column {
	padding: 0em 0em 0em 0em;
}
.home_rexpress_section a {
	margin: 0.5em auto;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.titleh2 {
	font-size: 1.6em;
	margin-top: 1em;
}
.img_ani.size2 img {
	width: 40%;
}
.tryus_form_section {
	width: 100%;
}
.site-footer .wrap {
	padding: 2em 0px !important;
}
.sub-menu {
	width: 36em;
	left: -23.5em !important;
}
.ps-timeline-sec .container ol.ps-timeline li p {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
.ps-timeline-sec .container::before {
	width: 74px;
}
.ps-timeline-sec .container::after {
	width: 72px;
}
.main_footer .col1 h1 {
	font-size: 42px;
	line-height: 50px;
}
.main_footer .col1 {
	width: 31%;
}
.main_footer .col2 {
	width: 22%;
}
.main_footer .col3 {
	width: 20%;
}
.main_footer .col4 {
	width: 23%;
}
.rexpress_brand p {
	padding: 0px 4em;
}
.wrap {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.join_rex a {
	margin: 1.7em 4em !important;
}
.elementor-204 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.starter_plan_content .elementor-column-wrap {
	padding: 2em 1em !important;
	padding-bottom: 5em !important;
}
.popular_tag h6 {
	font-size: 10px;
}
.main-navigation {
	transition: all 0.3s ease-in-out;
}
.popular_tag {
	left: -90px;
}
.elementor-204 .elementor-element.elementor-element-73a5a7d {
	padding: 0em 0em 0em 0em !important;
}
.starter_plans_get_started .btn_style {
	width: 70%;
}
.faq_q_a .elementor-toggle-item {
	padding: 1em 2em;
}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
	width: 50% !important;
	float: left;
}
.fw-wizard-step-container .fw-wizard-step.fw-current {
	width: 75% !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block {
	width: 44%;
}
.recent_case_study .elementor-column.elementor-col-50 {
	padding: 0em 0.4em;
}
.recent_case_study h6 {
	font-size: 1.5em;
}
.home_rexpress_section p {
	font-size: 14px;
}
.get_started_btn {
	margin-top: 2em;
	width: 12%;
}
.digital_services .textwidget a {
	position: absolute !important;
	bottom: 1.5em;
	left: 50%;
	width: 80%;
	text-align: center;
	margin-left: -40%;
}
.digital_services .textwidget {
	background-color: #141D1A;
	padding: 2em 2em;
	height: 20em !important;
}
.elementor-312 .elementor-element.elementor-element-0cb8a58 {
	padding: 2em 0em 0em 0em !important;
}
.elementor-312 .elementor-element.elementor-element-1a7899f {
	margin-top: 0px !important;
}
.elementor-312 .elementor-element.elementor-element-94fdc3c {
	padding: 0em 3em 0em 3em !important;
}
.elementor-312 .elementor-element.elementor-element-2f6d933 {
	padding: 0em 3em 0em 3em !important;
}
.digital_services .textwidget p {
    font-size: 16px;
}
.page-id-312 .navigation-top .sub-menu a, .page-id-373 .navigation-top .sub-menu  a, .page-id-364 .navigation-top .sub-menu a {
	color: #141D1A;
}
.elementor-373 .elementor-element.elementor-element-0cb8a58 {
    padding: 2em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-a02d3b0 {
    padding: 0em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-94fdc3c {
    padding: 0em 3em 0em 3em !important;
}
.elementor-373 .elementor-element.elementor-element-2f6d933 {
    padding: 0em 3em 0em 3em !important;
}
.elementor-364 .elementor-element.elementor-element-0cb8a58 {
    padding: 2em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-a02d3b0 {
    padding: 0em 0em 0em 0em !important;
}
.case_study_hover {
    top: 3em;
    padding: 1.5em 1.5em;
}
.case_study_hover p {
    font-size: 15px;
    margin-top: 10px;
}
.case_study_hover h5 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 5px;
}
.case_study_hover img {
    margin-top: -0.4em;
    height: 36px !important;
}
.elementor-364 .elementor-element.elementor-element-94fdc3c {
    padding: 0em 3em 0em 3em !important;
}
.elementor-364 .elementor-element.elementor-element-2f6d933 {
    padding: 0em 3em 0em 3em !important;
}
.elementor-390 .elementor-element.elementor-element-0cb8a58, .elementor-395 .elementor-element.elementor-element-0cb8a58, .elementor-377 .elementor-element.elementor-element-0cb8a58 {
    padding: 2em 0em 0em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-ed59367, .elementor-395 .elementor-element.elementor-element-ed59367, .elementor-377 .elementor-element.elementor-element-ed59367 {
    padding: 0em 4em 0em 4em !important;
}
.elementor-390 .elementor-element.elementor-element-272d37a, .elementor-395 .elementor-element.elementor-element-272d37a, .elementor-377 .elementor-element.elementor-element-272d37a {
    padding: 0em 5em 0em 5em !important;
}
.elementor-390 .elementor-element.elementor-element-94fdc3c, .elementor-395 .elementor-element.elementor-element-94fdc3c, .elementor-377 .elementor-element.elementor-element-94fdc3c {
    padding: 0em 3em 0em 3em !important;
}
.elementor-390 .elementor-element.elementor-element-2f6d933, .elementor-395 .elementor-element.elementor-element-2f6d933, .elementor-377 .elementor-element.elementor-element-2f6d933 {
    padding: 0em 3em 0em 3em !important;
}
.recent_work{
	height: 180px;
	overflow: hidden;
}

}
@media only screen and (max-width:767px) {
/*.js .menu-toggle,
.js .dropdown-toggle {
  display: block;
}

.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
 display: none;
}	*/
.design_head_right{
	background-size: 100% !important;
	}
.contact_us_form {
    width: 100%;
}
.contact_us_form input, .contact_us_form textarea {
    margin-bottom: 15px;
}
.learn_more_btn {
    margin: 20px 0px 40px 0px;
}
.recent_work .elementor-col-33 {
    overflow: hidden;
    height: 310px;
}
.site-content-contain {
    transition: all 0.1s ease-in;
}
.recent_work{
	height: auto;
	overflow: hidden;
}
.see_more{
	width: 45%;

}
.desktop{
	display: none !important;
}
.mobile{
	display: block !important; 
}	
.menu {
	width: 100%;
	float: left;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9;
	margin-top: 4em;
}
.js .menu-toggle {
	position: absolute;
	z-index: 9;
	top: -3.5em;
	left: 0.6em;
}
.icon {
	height: 1.8em;
	width: 1.8em;
}
.custom-logo-link img {
	max-height: 43px;
}
.custom-header {
	width: 60%;
}
.site-branding {
	padding: 1.6em 0em;
	margin-left: 1.5em;
}
.menu-toggle .icon {
	top: 0px;
}
.custom-logo {
	height: auto;
}
.get_started_btn {
	width: 40%;
	float: right;
	margin-top: 1.6em;
	text-align: right;
}
.get_started_btn a {
	font-size: 0.9em;
	margin-right: 12px;
	padding: 0.5em 1em !important;
}
.home_services h6 {
    font-size: 17px;
}
.wow{
	animation: none !important;
}
.mobile_logo{
	display: block;
}
.mobile_logo img {
	height: 45px;
	margin: 1.5em 2.3em;
}
.js .menu-toggle:hover, .js .menu-toggle:focus{
	background: transparent;
	outline: none;
}
.navigation-top a {
	text-align: center;
	padding: 0.2em 0px;
	font-size: 1.2em;
}
.main-navigation li {
	border-bottom: 1px solid #eee;
}
.main-navigation > div > ul {
	padding: 0em 0em !important;
}
#top-menu {
	margin: 1em 0em;
	padding-bottom: 1em !important;
}
.sub-menu {
	width: 100%;
	left: 0em !important;
	visibility: visible;
	opacity: 1;
	border: 0px !important;
	padding: 0px !important;
}
.sub-menu li {
	float: left;
	width: 100%;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
	background: transparent !important;
	outline: none;
}
.dropdown-toggle .icon {
	height: 1.5em;
	width: 1.5em;
}
.dropdown-toggle {
	padding: 0.3em 1em;
	right: 3.5em;
}
.dropdown-toggle::after {

	display: none;
}
.sub-menu li, .sub-menu li:hover {
	background-size: 31px !important;
	padding: 0em 3em !important;
	background-position: 15% 50% !important;
	margin: 0em auto !important;
	text-align: left;
	border-top: 1px solid #eee !important;
}
.main-navigation  .sub-menu li a {
	margin-left: 0em;
	text-align: left;
	font-size: 1em;
	width: 65% !important;
	padding: 0.8em 4em !important;
	margin: 0px auto !important;
	position: relative;
	left: 37px;
}
.navigation-top .wrap {
	max-width: 100% !important;
}
.panel-content .wrap {
	max-width: 100% !important;
}
.page-one-column .panel-content .wrap {
	max-width: 100% !important;
	padding: 0px 1em !important;
}
.wrap{
	max-width: 100%;
	padding: 0em 1em !important; 
}
.site-footer .wrap {
	padding: 0px !important;
}
.home_rexpress_section h1 {
	font-size: 3em;
	padding: 0px 1em 0px 0em;
	margin-bottom: 0.5em;
}
.home_rexpress_section h1 br {
    display: none;
}
.home_section1 .img_ani {
	overflow: hidden;
	position: relative !important;
	top: 0em;
	height: 6em;
	left: -14%;
	text-align: left !important;
	transform: translateX(0px);
}
.home_section1 .img_ani.size1 img {
	width: 30%;
	transform: translateX(0px);
}

.home_section1 .titleh1 {
	font-size: 30px;
	line-height: 36px;
	color: #141D1A;
	margin-top: 0em;
}
.home_section img {
	width: 31% !important;
	float: left;
	
}
.titleh1 {
	margin-top: 0em;
}
.tryus_form .col-sm-8 {
	width: 65%;
	padding: 0px 0px;
	padding-right: 3px;
}
.tryus_form input, .tryus_form input:focus {
	height: 3em;
	font-size: 13px;

}
.tryus_form .col-sm-4 {
	width: 35%;
	padding: 0px 0px;
	padding-left: 3px; 
}
.home_section1 .btn_style.white.withbg.slider_sec_btn {
	padding: 0px 0px !important;
	height: 3em;
	font-size: 13px;
}
ul.tryuslist li {
	font-size: 11.5px;
	margin-right: 5px;
}
.tryuslist.wb {
	margin: 0px 0px;
	margin-top: 0px;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}
.tryus_form .row {
	margin: 0px;
}
h1 {
	font-size: 33px;
	line-height: 40px;
}
.our_services_section {
	padding: 0px !important;
}
.home_services {
	padding: 10px 20px;
}
.elementor-8 .elementor-element.elementor-element-1a7899f {
	margin-top: 0px !important;
	margin-bottom: 30px !important;
	padding: 50px 0px 30px 0px !important;
}
.home_rexpress_section .elementor-column {
	padding: 0em 1em 0em 1em;
}
.home_rexpress_section a {
	margin: 0.5em auto;
	display: block;
	width: 80%;
	text-align: center;
}
.elementor-8 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.ps-timeline-sec .container ol.ps-timeline {
	margin: 21px 0 !important;
	border-left: 2px solid #348e80;
	padding-left: 0 !important;
	padding-top: 32px !important;
	border-top: 0 !important;
	margin-left: 0px !important;
}
.ps-timeline-sec .container ol.ps-timeline li span {
	top: -27px;
	margin-left: -18px;
}
.ps-timeline-sec {
	margin-top: 6em;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
	bottom: auto !important;
	width: 100% !important;
	float: left !important;
	margin-left: 0px !important;
	margin-bottom: 0 !important;
	top: -105px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
	margin: 0 !important;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
	width: 80% !important;
	float: right !important;
	right: 0;
	top: -40px;
}
.ps-timeline-sec .container ol.ps-timeline li p {
	font-size: 16px;
	line-height: 19px;
}
.ps-bot h6, .ps-top h6 {
	text-align: left;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
	width: 37%;
	height: 60px !important;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
	position: absolute !important;
	bottom: auto !important;
	width: 100% !important;
	float: left !important;
	margin-left: 42px !important;
	margin-bottom: 0 !important;
	top: -105px;
	margin-top: 0px;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
	width: 100%;
	height: 60px !important;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
	bottom: 40px !important;
	width: 40% !important;
	margin-left: 25px !important;
	margin-top: 11px !important;
}
.ps-timeline-sec .container::after {
	position: relative;
	right: auto;
	top: -84px;
	z-index: 0;
	display: inline-block;
	transform: rotate(90deg);
	left: -72px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
	margin: 0;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
	width: 80% !important;
	float: right !important;
	right: 0;
	top: -25px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
	margin: 0 !important;
	width: 55% !important;
	height: 60px !important;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
	margin-bottom: 0 !important;
	top: -22px;
	width: 80% !important;
}
.tryus_form_section {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	display: block;
	padding: 1em 0px;
	margin-top: -205px;
}
.tryus_content h2 {
	color: #fff;
	font-size: 2.3em;
	margin-bottom: 15px;
}
.tryus_content p {
	padding: 0em 0em 1em 0em;
}
.site-footer ul.tryuslist {
	text-align: center !important;
	margin: 0px 5px !important;
}
.tryus_form .col-sm-4 .btn_style {
	padding: 0px 0px !important;
	height: 3em;
	font-size: 13px;
}
.main_footer .col1 h1 {
	display: none;
}
.main_footer {
	position: relative;
}
.main_footer .col1 {
	position: absolute;
	left: 0;
	top: 0;
}
.main_footer .col1 img {
	height: 43px;
	padding: 0px 17px;
}
.main_footer .col2 {
	display: none;
}
.main_footer .col3 {
	width: 100%;
	float: none;
	text-align: center;
}
.main_footer .col4 {
	width: 100%;
	float: none;
	text-align: center;
}
.site-footer {
	background-position: center;
	background-size: 34em;
}
.main_footer .col4 li li a {
	font-size: 23px;
}
.main_footer .col2 li, .main_footer .col3 li, .main_footer .col4 li {
	margin: 0px 0px;
}
.main_footer .col4 .btn_style.white {
	padding: 8px 15px !important;
}
.footer_bottom li a {
	font-size: 12px;
}
.img_ani.size2 {
	text-align: left;
}
.img_ani.size2 img {
	width: 30%;
}
.titleh2 {
	font-size: 1.4em;
	margin-top: 0em;
}
.elementor-8 .elementor-element.elementor-element-b090934 {
	padding: 0px 0px 50px 0px !important;
}
.about_achivements {
	width: 95%;
}
.about_achivements .home_services {
	padding: 0px 0.9em;
	text-align: left;
}
.rexpress_brand p {
	padding: 0px;
}
.ralign {
	text-align: left;
}
.join_rex .titleh2 {
	text-align: center;
}
.join_rex a {
	margin: 0em 3.3em !important;
	text-align: center;
	margin-bottom: 1.5em !important;
}
.elementor-204 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.starter_plan_content .elementor-column-wrap {
	overflow: visible;
	margin-bottom: 2em !important;
	padding: 2em 1.3em !important;
}

.starter_plan_content.green_border .elementor-column-wrap {
	overflow: hidden;
}
.starter_plan_content .elementor-text-editor{
	margin-bottom: 1em;
}
.pricing_value {
	position: relative !important;
	bottom: 0px;
}
.popular_tag {
	left: -84px;
	top: -73px;
}
.faq_q_a .elementor-toggle-item {
	padding: 1em 1em;
}
.faq_q_a .elementor-toggle-item a {
	font-size: 17px;
}
.faq_q_a .elementor-toggle-icon span svg {
	height: 15px;
	width: 15px;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	width: 0.5em;
}
.design_head_right {
	background-size: auto;
	width: 100%;
}
.page-id-312 .navigation-top a, .page-id-373 .navigation-top a, .page-id-364 .navigation-top a {
	color: #141D1A;
}
.page-id-312 .home_section1 .titleh1, .page-id-373 .home_section1 .titleh1, .page-id-364 .home_section1 .titleh1, .page-id-390 .home_section1 .titleh1, .page-id-395 .home_section1 .titleh1, .page-id-377 .home_section1 .titleh1 {
	color: #fff;
}
.page-id-312 .home_section1 p, .page-id-373 .home_section1 p, .page-id-364 .home_section1 p, .page-id-390 .home_section1 p, .page-id-395 .home_section1 p, .page-id-377 .home_section1 p {
	color: #fff;
}
.page-id-312 .menu-toggle, .page-id-373 .menu-toggle, .page-id-364 .menu-toggle {
	color: #fff;
}
.page-id-377 .menu, .page-id-390 .menu, .page-id-395 .menu {
	display: none;
}

.page-id-377 .site-branding, .page-id-390 .site-branding, .page-id-395 .site-branding {
	margin-left: 0px; 
}
.page-id-377 .tryuslist.wb li, .page-id-390 .tryuslist.wb li, .page-id-395 .tryuslist.wb li {
	color: #fff;
}

.elementor-312 .elementor-element.elementor-element-0cb8a58 {
	padding: 2em 0em 0em 0em !important;
}
.elementor-312 .elementor-element.elementor-element-1a7899f {
	margin-top: 0px;
	margin-bottom: 0px !important;
	padding: 50px 0px 0px 0px !important;
}
.recent_case_study {
	padding: 1em 0em;
}
.recent_case_study .elementor-column.elementor-col-50 {
	padding: 0em 0.5em;
}
.digital_services .textwidget {
	background-color: #141D1A;
	padding: 1.2em 1.2em;
	min-height: 14.4em;
}
.digital_services .textwidget a {
	position: relative !important;
	bottom: 0;
	left: 0;
	width: 71%;
	text-align: center;
	margin-left: 0;
	display: block;
	margin: 0px auto;
}
.recent_case_study h6 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.elementor-312 .elementor-element.elementor-element-94fdc3c {
	padding: 0em 0em 0em 0em !important;
}
.elementor-312 .elementor-element.elementor-element-2f6d933 {
	padding: 0em 0em 0em 0em  !important;
}
.elementor-312 .elementor-element.elementor-element-cd49218 > .elementor-element-populated {
	margin: 17px 0px 30px 0px !important;
}
.elementor-312 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-0cb8a58 {
	padding: 2em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-1a7899f {
	margin-top: 0px !important;
	margin-bottom: 0px;
	padding: 50px 0px 0px 0px !important;
}
.elementor-377 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
    padding: 0em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-cd49218 > .elementor-element-populated {
	margin: 30px 0px 50px 0px !important;
}
.elementor-373 .elementor-element.elementor-element-94fdc3c {
	padding: 0em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-2f6d933 {
	padding: 0em 0em 0em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-0cb8a58 {
	padding: 2em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-1a7899f {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 50px 0px 0px 0px !important;
}
.elementor-364 .elementor-element.elementor-element-cd49218 > .elementor-element-populated {
	margin: 30px 0px 50px 0px !important;
}
.elementor-364 .elementor-element.elementor-element-94fdc3c {
	padding: 0em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-2f6d933 {
	padding: 0em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
	padding: 0em 1em 1em 0em;
}
.elementor-312 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
	padding: 0em 0em 1em 0em !important;
}
.elementor-373 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
	padding: 0em 0em 1em 0em !important;
}
.elementor-364 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
	padding: 0em 0em 1em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-0cb8a58 {
	padding: 2em 0em 0em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-ed59367 {
	padding: 0em 0em 0em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-94fdc3c {
	padding: 0em 0em 0em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-2f6d933 {
	padding: 0em 0em 0em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-9a0fbdb {
	padding: 0em 0em 0em 0em !important;
}
.elementor-204 .elementor-element.elementor-element-25ae84e {
    padding: 0em 0em 0em 0em !important;
}

.entry-content .elementor-element{
	padding-left: 0px !important;
	padding-right: 0px !important; 
}
.loader {
    width: 160px !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -80px !important;
    top: 50% !important;
    margin-top: -45px !important;
}
.elementor-390 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
    padding: 0em 0em 1em 0em !important;
}
.elementor-390 .elementor-element.elementor-element-b8f5418 > .elementor-widget-container {
    padding: 0em 0em 0em 0em !important;
}
.elementor-377 .elementor-element.elementor-element-0cb8a58 {
    padding: 2em 0em 0em 0em !important;
}
.elementor-377 .elementor-element.elementor-element-1a7899f {
    margin-top: 0px !important;
}
.elementor-377 .elementor-element.elementor-element-b8f5418 > .elementor-widget-container {
    padding: 0em 0em 0em 0em !important;
}
.elementor-395 .elementor-element.elementor-element-2b2253c > .elementor-widget-container {
    padding: 0em 0em 0em 0em !important;
}
.elementor-395 .elementor-element.elementor-element-b8f5418 > .elementor-widget-container {
    padding: 0em 0em 0em 0em !important;
}
.elementor-395 .elementor-element.elementor-element-0cb8a58 {
    padding: 4em 0em 0em 0em !important;
}
.elementor-395 .elementor-element.elementor-element-1a7899f {
    margin-bottom: 0px !important;
}
.popup_logo img {
	height: 2.6em;
}
.popup_close i {
	padding: 0em 0.3em;
}
.fw-wizard-step-container .fw-wizard-step.fw-current {
	width: 100% !important;
	margin: 0px auto;
}
.fw-step-part-body {
	margin: 0px !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="0"] .fw-step-block {;
	padding: 1em 1em !important;
}
#multi-step-form .fw-step-block {
	margin-bottom: 20px !important;
}
.fw-button-next {
	margin-right: 0em !important;
}
#multi-step-form .fw-wizard-step.fw-current[data-stepid="1"] .fw-step-block {
	width: 100%;
	margin: 0px 0px !important;
	height: 4em;
}
#multi-step-form .fw-wizard-buttons {
	margin-top: 0 !important;
	width: 100%;
}
#multi-step-form .fw-wizard-buttons button, #multi-step-form .fw-wizard-buttons .fw-btn {
	width: 100%;
}
#multi-step-form .fw-btn-submit {
	width: 50% !important;
	margin-top: 30px !important;
	position: relative;
	top: 20px;
}
.fw-button-next {
	width: 50% !important;
}
#multi-step-form .fw-progress-bar .fw-progress-step {
	width: 49% !important;
	display: inline-block !important;
}
#multi-step-form .fw-progress-bar .fw-progress-step::before {
	height: 10px !important;
	width: 105% !important;
}
.fw-txt-ellipsis {
	width: 100%;
	display: block;
	padding: 0px !important;
	clear: both;
	text-align: left;
	position: absolute;
	left: 0;
	font-size: 13px;
	margin-top: 5px;
}
#multi-step-form .fw-wizard-step-header h2 {
	font-size: 1.5em !important;
}
#get_started_container #multi-step-form {
	margin-top: 5em;
}
#multi-step-form .fw-wizard-step-header.fw-current {
	position: absolute;
	top: 10em;
	left: 0;
	margin: 31px auto;
	display: block;
	text-align: center;
	font-size: 16px;
	width: 100%;
}
.js .main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon{
	transform: translateY(-1000px);
	display: unset;		
	transition: all 0.3s ease-in-out;
}
.js .main-navigation.toggled-on > div > ul {
	display: unset !important;
	transform: translateY(0px);
	transition: all 0.8s ease-in-out;
}
.sub-menu {
	display: none !important;
	transform: translateY(0px) !important;
}
.sub-menu.toggled-on {
	display: block !important;
	transform: translateY(0px) !important;
}
#menu-item-196 a svg {
	display: none;
}
.elementor-element-5eb5f91{
	margin:0 !important;
}
}
@media only screen and (max-width:480px) {
	.design_head_right{
		min-height:1000px;
		background-size:180% !important;
	}
		.marketing_service{
		background-size:180% !important;	
	}
.main-navigation .sub-menu li a {
    width: 100% !important;
    background-size: 35px !important;
}
.recent_work .elementor-col-33 {
    overflow: hidden;
    height: 210px;
}
}