/*
	Template Name: global_messaging_network
	Description: Custom Template for Global Messaging Network
	Version: 2.0
	Author: global.com
	Author URI : https://www.global.com/
	Tags: HTML5, CSS3, jQuery, Bootstrap 4, Responsive Template.
*/


@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;700&display=swap');
 

/* Global */


html,
body {
    font-weight: normal;
    font-size:16px;
    color: #1d293f;  
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Rubik', sans-serif;
	font-weight:600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
	height:auto;
}

.btn {
    color: #fff;
    font-weight:600;
    font-size:17px;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    line-height:35px;
    text-transform: capitalize;
    background-color: #ff8400;
    border: 1px solid #ff8400;
}

.btn i {
	margin-left: 10px;
}

.btn:hover {
    color: #ff8400;
    background-color: #fff;
}

.btn:hover:hover i {
    color: #ff8400;
}

input:focus,
button:focus, .btn:focus {
	box-shadow: none;
	outline: none;
}


input,
textarea,
select {
	height: 50px;
	border-radius: 4px;
	padding: 6px 20px;
	width: 100%;
	background-color: #d7d7d8;
	border: 1px solid #d7d7d8;
}

textarea {
    height: 80px;
    resize: none;
}

input:focus,
textarea:focus {
	border-color: #ff8400;
    outline: none;
}

section {
	padding:40px 0;
}

.title {
    font-size: 18px;
    margin-bottom:0px;
    max-width: 755px;
    display: inline-block;    
}

.title h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
.title h1 + p, .title p {
	font-weight:400;
	font-size:18px;
	/*color: #ababb0;*/
}
p {
	line-height:140%;
}
.title p a,
.title li a {
    color: #ff8400;
    text-decoration: underline;
}

.title strong {
    color: #ff8400;
    font-weight: normal;
}


@font-face {
    font-family:ImpactFonts;
    src: url(../fonts/impact.ttf);
}


/* header */

/* topbar */

.topbar {
    padding: 15px 0;
    color: #fff;
    background-color: #003366;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
}

.topbar-content i {
    color: #ff8400;
    margin-left: 3px;
}

.topbar-content a {
    color: #fff;
}

.topbar-content a:hover {
    color: #ff8400;
}

.topbar-content p {
    margin-bottom: 0;
}

.topbar-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topbar-content ul li {
    margin-right: 20px;
    position: relative;
}

.topbar-content ul li:after {
    position: absolute;
    top: 4px;
    right: -10px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #3b6fa3;
}

.topbar-content ul li:first-child {
    margin-right: 10px;
}

.topbar-content ul li:first-child:after,
.topbar-content ul li:last-child:after {
    display: none;
}

.topbar-content ul li:last-child {
    margin-right: 0;
}

.header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.navbar-nav {
    margin-right:20px;
}

.navbar-nav li {
    margin-right:10px;
	position:relative;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-nav li a {
    font-size: 16px;
    color: #003366;
    display: block;
    padding: 5px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #ff8400;
}

.navbar-toggler-icon {
    color: #ff8400;
    width: initial;
    height: initial;
}

.navbar-toggler {
    padding: 0;
}

/* banner-section */

.banner-section {
	padding: 170px 0;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    color: #434350;
    font-size: 20px;
    text-align: center;
	background-color: #c2cad1;
}

.banner-text {
    max-width: 675px;
    display: inline-block;
}

.banner-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #1d293f;
    margin-bottom: 15px;
}

.banner-text .btn:first-child {
    border-radius: 4px 0px 0px 4px;
	margin-right:-3px;
}


.banner-text .btn+.btn {
    background-color: #003366;
    border-color: #003366;
    border-radius: 0px 4px 4px 0px;
	margin-left:-3px;
}

/* trial-section */

.trial-section {
    text-align: center;
}

.trial-section h1 {
    font-size: 24px;
    background-color: #fff;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    padding: 15px 50px;
}

.trial-form {
    border: 2px solid #adb7bf;
    padding: 15px;
}

.trial-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    margin-left: -10px;
    margin-right: -10px;  
}

.trial-form ul li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.trial-form ul li i {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #ff8400;
    font-size: 20px;
}

.trial-form ul li:last-child i {
    position: initial;
    font-size: 16px;
    color: #fff;
}

/* service-section */

.service-section {
    text-align: center;
}

.service {
    text-align: left;
    color: #333e52;
    display: flex !important;
}

.service h2 {
    font-size: 20px;
    color: #036;
}

.service .icon {
    min-width: 60px;
    max-width: 60px;
    margin-right: 15px;
}

.service-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.service-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #6685a3;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 4px;
	z-index:1;
}
.navbar { z-index:10 !important;}
.slick-arrow:hover {
    background-color: #ff8400;
}

.slick-arrow.slick-next {
    right: -80px;
}

.slick-arrow.slick-prev {
    left: -80px;
}

#accordion .card {
    border: 0;
    border-radius: 0;
}

#accordion .card-body {
    padding: 0;
}

#accordion .card:first-child .card-header{
    border-top: 0;
}

.card-header {
    border-bottom: 0;
    border-radius: 0 !important;
    border-top: 1px solid #c6c6c6;
    background-color: transparent;
	padding:0;

}

.card-header button {
    width: 100%;
    border: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: #003366;
    text-align: left;
    background-color: transparent;
    position: relative;
	 padding: 15px 0;
    padding-right: 20px;
	cursor:pointer;
}

.card-header p {
    color: #7c8087;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
}

.card-header button:after {
    content: "\f2d1";
    right: 0;
    top:50%;
	margin-top:-16px;
    color: #ff8400;
    font-size: 14px;
    font-family: "fontawesome";
    position: absolute;
}

.card-header button.collapsed:after {
    content: "\f067";
	margin-top:-11px;
}

/* .careers-content */

.careers-content .card-header button {
    font-size: 22px;
    color: #ff8400;
}

.careers-content h3 {
    margin: 50px 0 30px;
    text-align: center;
    color: #036;
}

.careers-content .card-header button:after {
    top: 25px;
}

.careers-content h4 {
    font-size: 18px;
    color: #036;
    margin-top: 50px;
    margin-bottom: 15px;
}

.careers-content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-size: 16px;
    color: #333e52;
    margin-bottom: 10px;
}

.careers-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #ff8400;
    position: absolute;
}

.careers-content #accordion .card-body {
    padding-bottom: 30px;
}

/* referral-section */

.referral-section {
    padding: 70px 0 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #434350;
    font-size: 20px;
    text-align: right;
    margin-bottom: 400px;
    background-color: #c2cad1;
}

.referral-content {
    padding: 60px 50px;
    width: 540px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #7c8087;
    border-radius: 8px;
    margin-bottom: -250px;
    -webkit-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -moz-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -ms-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -o-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    box-shadow: 0 14px 24px rgb(229 236 241 / 62%); 
}

.referral-content h1 {
    color: #1d293f;
    font-size: 60px;
}

.referral-content h2 {
    font-size: 24px;
    color: #1d293f;
}

.referral-content h3 {
    font-size: 30px;
    color: #1d293f;
    text-align: center;
    margin: 30px 0 20px;
}

.referral-content h1 strong {
    color: #ff8400;
    font-weight: normal;
}

.referral-content form label {
    font-weight: bold;
    color: #1d293f;
    font-size: 16px;
}

.referral-content form input, 
.referral-content form select, 
.referral-content form textarea {
    font-size: 16px;
    border-color: #adb7bf;
    background-color: #fff;
}

.referral-content form input:focus, 
.referral-content form select:focus, 
.referral-content form textarea:focus {
    border-color: #ff8400;
}

.referral-content form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.referral-content form ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.referral-content form ul li:nth-child(7),
.referral-content form ul li:nth-child(8) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
}

.referral-content form ul li {
    margin-bottom: 15px;
    text-align: left;
}

.referral-content form ul li:last-child {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

/* video-section */

.video-section {
    background-color: #ff8400;
}

.video iframe {
    width: 100%;
}

.video-slider .slick-arrow {
    background-color: #66533d;
}

.video-slider .slick-arrow:hover {
    color: #ff8400;
    background-color: #fff;
}

.faq-section .btn {
    margin-top: 20px;
}

/* companies-choose */

.companies-choose {
    text-align: center;
}

.companies-choose ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.companies-choose ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;        
}

.choose {
    text-align: left;
    margin-bottom: 50px;
}

.choose .icon{
    margin-bottom: 20px;
}

.choose .text h2 {
    font-size: 18px;
    color: #224e7a;
    margin-bottom: 15px;
}

.choose .text{
    color: #9298a3;
}

/* receptionist */

.receptionist .text h1 {
    margin-bottom: 20px;
}

.receptionist .thumb {
    border-radius: 8px;
    overflow: hidden;
}

.receptionist .text {
    font-size: 18px;
    color: #333e52;
    margin-bottom: 20px;
}

.receptionist .btn {
    margin: 20px 0 30px;
}

.receptionist .text h4 {
    font-size:14px; 
    color: #333e52;
    margin-bottom: 15px;
}

.receptionist-footer{
    font-size: 14px;
    color: #8d9197;
}

/* testimonial-section */

.testimonial-section {
    text-align: center;

}

.testimonial {
    
}

.testimonial h6 {
    font-size: 18px;
    color: #1d293f;
}

.testimonial ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.testimonial ul li {
    margin-right: 5px;
    font-size: 20px;
    color: #ff8400;
}

.testimonial ul li:last-child {
    margin-right: 0;
}

.testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
	height:100%;
}

.testimonial-slider .slick-slide {
    padding-left: 15px;
	height:100%;
    padding-right: 15px;
	padding: 30px;
    border-radius: 8px;
    border: 1px solid #c5c8c9;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -moz-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -ms-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    -o-box-shadow: 0 14px 24px rgb(229 236 241 / 62%);
    box-shadow: 0 14px 24px rgb(229 236 241 / 62%);   
	height:calc(100% - 0px);
	margin:15px 15px;
	margin-bottom:0;
}

.testimonial-slider .slick-track
{
    display: flex !important;
}

.testimonial-slider .slick-track {
	overflow-x:visible !important;
	margin-bottom:50px;
}
.testimonial-slider .slick-slide
{
    height: inherit !important;
}

.testimonial-content>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.testimonial-content>ul>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;      
}

.testimonial-content .testimonial {
    padding: 0;
    text-align: left;
    border: 0;
    border-radius: 0;
    margin-bottom: 50px;
    box-shadow: none;
}

.testimonial-section .title p {
    color: #9e9ea4;
}

.testimonial h2 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 20px;
}

.testimonial p {
    font-size: 16px;
    color: #838a96;
    margin-bottom: 20px;
}

/* cta-section */

.cta-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
}

.cta-section .title {
    max-width: 450px;
}

.cta-text .buttons {
    display: flex;
}

.cta-text .buttons .btn+.btn {
    background-color: #003366;
    border-color: #003366;
    border-radius: 0px 4px 4px 0px;
}

.cta-text .buttons .btn:first-child {
    border-radius: 4px 0px 0px 4px;
}

/* about-section */

.about-section .title {
    text-align: center;
    max-width: 700px;
    margin-left:180px;
}

.about-section img{
    margin-bottom: 70px;
}

.about-section .title p{
    font-size: 18px;
}

.pragraph {
   max-width: 920px; 
   padding-left: 110px;
   font-size: 18px;
   color: #333e52;
}

/* section */

.essay {
     max-width: 880px; 
   margin: 0 auto;
   font-size: 18px;
   color: #333e52;
}

/* blog-section */


.blog-section {
    text-align: center;
}

.blog-section  ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.blog-section  ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.post {
    text-align: left;
    margin-bottom: 30px;
    background-color: #fff;
}

.entry-header {
    min-width: 120px;
    max-width: 120px;
    margin-right: 15px;
    margin-bottom:20px;
}

.entry-header img {
    width: 100%;
}

.entry-header {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
}

.entry-title {
    font-size: 24px;
    color: #1d293f;
    font-weight: bold;
}

.entry-title a {
    color: #164573;
}

.entry-title a:hover {
    color: #ffb566;
}

.entry-content {
    align-self: center;
}

.entry-content p {
    font-size: 16px;
    color: #5c6575;
}

.entry-content .meta,
.entry-content .meta a {
    color: #ffb566;
    font-size: 16px;
}

.read-more {
    color: #28547e;
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
}

.read-more:hover {
    color: #ffb566;
}

.blog-section ul li .meta {
    margin-bottom: 15px;
}

.blog-section ul li .meta li {
    max-width: initial;
    flex: initial;
}

.blog-details .entry-header {
    text-align: center;
}

.blog-details .entry-header h4 {
    font-size: 18px;
    color: #ff8400;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.blog-details .entry-title {
    font-size: 48px;
    color: #1d293f;
    margin-bottom: 30px;
}

.blog-details .entry-content {
    padding: 25px;
}

.blog-details .entry-content p {
    margin-bottom: 30px;
}

.blog-details .entry-content h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #ff8400;
}

.blog-details .entry-content h5 {
    font-weight: bold;
    font-size: 18px;
    color: #003366;
    margin-bottom: 15px;
}

.blog-details .entry-content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-size: 18px;
    color: #333e52;
    margin-bottom: 10px;
}

.blog-details .entry-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #ff8400;
    position: absolute;
}

.blog-details .entry-content ul {
    padding-left: 15px;
    margin-bottom: 30px;
}

.entry-footer {
    text-align: center;
}

.entry-footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.entry-footer ul li {
    font-size: 36px;
   font-weight: bold;
   margin-right: 25px;
}

.entry-footer ul li:last-child {
    margin-right: 0;
}

.entry-footer ul li a {
   color: #ff8400;
}

.entry-footer ul li a:hover {
   color: #003366;
}


/* work-section */

.work-section {
    text-align: center;
    background: #ffffff;
}

.work-section .title p {
    color: #ababb0;
    margin-bottom: 50px;
}

.work-content>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.work-content>ul>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; 
    counter-increment: step-counter;     
}

.work-content>ul>li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 14px;
    color: red;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff8400;
    border-radius: 100%;
}

.work-content .work {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 40px;
}

.work h2 {
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    margin-bottom: 20px;
}

.work p {
    font-size: 18px;
    /*color: #ababb0;*/
}

.ten-reasons {
    text-align: center;
}

.ten-reasons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    text-align: left;  
}

.ten-reasons ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; 
    margin-bottom: 50px;     
}

.reason {
    text-align: left;
    color: #333e52;
    display: flex !important;
}

.reason h2 {
    font-size: 24px;
    color: #036;
    font-weight: bold;
    margin-bottom: 20px;
}

.reason .icon {
    min-width: 60px;
    max-width: 60px;
    margin-right: 15px;
}

/* portal-section */

.portal-section {
    padding: 70px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #434350;
    font-size: 20px;
    text-align: center;
    background-color: #c2cad1;    
}

.portal-content {
    padding: 70px;
    width: 530px;
    display: inline-block;
    background-color: #fff;
}

.portal-content h1 {
    font-size: 36px;
    color: #1d293f;
    margin: 25px 0;
}

.portal-content form ul li {
    margin-bottom: 15px;
    text-align: left;
}

.portal-content form input, 
.portal-content form select, 
.portal-content form textarea {
    font-size: 16px;
    border-color: #adb7bf;
    background-color: #fff;
}

.portal-content form input:focus, 
.portal-content form select:focus, 
.portal-content form textarea:focus {
    border-color: #ff8400;
}

.portal-content form label {
    font-weight: bold;
    color: #1d293f;
    font-size: 16px;
}

.portal-content form ul li:last-child {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

/* industries-section */

.industries-section {
    text-align: center;
}

.industries-section .title {
    max-width: 780px;
}

.industries-content {
    text-align: left;
    padding-left: 300px;
    padding-right: 300px;
}

.industries-content ul li a{
    color: #003366;
}

.industries-content ul li {
    position: relative;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 15px; 
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    border-bottom: 1px solid #d7d7d7;  
}

.industries-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #ff8400;
    position: absolute;
}

.industries-content ul li ul {
    margin-top: 10px;
}

.industries-content ul li ul li {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    color: #333e52;
}

.industries-content ul li ul li a {
    color: #333e52;
}

.industries-content ul li a:hover,
.industries-content ul li ul li a:hover {
    color: #ff8400;
}

.industries-content ul li ul li:last-child {

}

.industries-content ul li:last-child {
    border-bottom: 0;
}


/* contact-section */

.contact-section {
    text-align: center;
}

.contact-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.contact-section ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;  
}

.contact-section ul li:nth-child(1),
.contact-section ul li:nth-child(2),
.contact-section ul li:nth-child(3),
.contact-section ul li:nth-child(4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;  
}

.online-signup ul li:nth-child(5),
.online-signup ul li:nth-child(6),
.online-signup ul li:nth-child(7) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;    
}

.contact-section ul li  {
     text-align: left;
     margin-bottom: 30px;
}

.contact-section ul li:last-child {
    text-align: center;
}

.contact-section form label {
    font-weight: bold;
    color: #1d293f;
    font-size: 16px;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
    font-size: 16px;
    border-color: #adb7bf;
    background-color: #fff;
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
    border-color: #ff8400;
}

.contact-section form textarea {
    height: 150px;
}

.contact-section form input::-webkit-input-placeholder,
.contact-section form textarea::-webkit-input-placeholder {
    color: #90939a;
}

.contact-section form input::-moz-placeholder,
.contact-section form textarea::-moz-placeholder {
    color: #90939a;
}

.contact-section form input:-ms-input-placeholder,
.contact-section form textarea:-ms-input-placeholder {
    color: #90939a;
}

.contact-section form input:-moz-placeholder,
.contact-section form textarea:-moz-placeholder {
    color: #90939a;
}

.contact-section .btn {
    padding-left: 50px;
    padding-right: 50px;
}

.title ol {
    max-width: 620px;
    font-size: 14px;
    display: inline-block;
    text-align-last: left;
    border: 2px solid #c0c8ce;
    padding: 30px;
    margin: 20px 0 30px;
    list-style-type: none;    
}

.title ol li {
    margin-bottom: 10px;
    counter-increment: step-counter;
}

.title ol li:last-child {
    margin-bottom: 0;
}

.title ol li::before {
    content: counter(step-counter) ".";
    margin-right: 5px;
    font-size:20px;
    color: red;
    font-weight: bold;
}

/* terms-section */

.terms-section {
    text-align: center;
}

.terms-content ul li {
    margin-bottom: 20px;
    text-align: left;
}

.terms-content ul li h3 {
    font-size: 18px;
    color: #333e52;
    font-weight: bold;
}

.terms-content ul li p {
    font-size: 16px;
    color: #333e52;
}

.terms-content ul li ul {
    margin-left: 30px;
}

.terms-content ul li ul li {
    font-size: 16px;    
    margin-bottom: 0;
}

.terms-content ul li ul li a {
     color: #333e52;
}

.sitemap-section {
    text-align: center;
}

.sitemap-content {
    text-align: left;
    padding-left: 300px;
    padding-right: 300px;
}

.sitemap-content ul li a{
    color: #003366;
    text-decoration: underline;
}

.sitemap-content ul li {
    position: relative;
    padding-left: 15px;
    list-style: none;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #003366;  
}

.sitemap-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #ff8400;
    position: absolute;
}

.sitemap-content ul li ul {
    margin-top: 10px;
}

.sitemap-content ul li ul li {
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    color: #333e52;
}

.sitemap-content ul li ul li a {
    color: #333e52;
}

.sitemap-content ul li a:hover,
.sitemap-content ul li ul li a:hover {
    color: #ff8400;
}

.sitemap-content ul li ul li:last-child {

}

.sitemap-content ul li:last-child {
    border-bottom: 0;
}

/* privacy-section */

.privacy-section {
    text-align: center;
}

.privacy-section .title h1 {
    margin-bottom: 40px;
}

/* SuccessStories-section */

.SuccessStories-section {
    text-align: center;
}

.SuccessStories-section #accordion {
    margin-bottom: 20px;
}

.SuccessStories-section #accordion .card-body {
    text-align: left;
}

.SuccessStories-section h5 {
    text-align: left;
    color: #003366;
    font-size: 16px;
    font-weight: bold;
}

.frequently-section {
    text-align: center;
}

.frequently-section .card-body {
    text-align: left;
}

/* press-section */

.press-section {
    text-align: center;
}

.press-section h3 {
    font-size: 24px;
    color: #003366;
    font-weight: bold;
}

.download-content {
    font-size: 14px;
    border: 2px solid #c0c8ce;
    padding: 30px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #7c8087;
}

.download-content h3 {
    font-size: 22px;
    color: #ff8400;
}

.download-content .right-content {
    align-self: center;
}

.download-content .left-content {
    max-width: 600px;
}

.download-content .right-content a {
    color: #036;
}

.download-content .right-content i {
    margin-left: 10px;
    font-size: 30px;
}

.press-content {
    text-align: left;
    margin-bottom: 50px;
}

.press-content h4 {
    font-size: 24px;
    color: #003366;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.press-content h5 {
    font-size: 18px;
    color: #003366;
    font-weight: bold;
}

.press-content p {
    font-size: 16px;
    color: #333e52;
    margin-bottom: 50px;
}

.press-content ul {
    padding: 15px;
}

.press-content ul li span{
    font-weight: bold;
}

.press-content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-size: 16px;
    color: #333e52; 
    margin-bottom: 30px;
}

.press-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 7px;
    left: 0;
    background-color: #ff8400;
    position: absolute; 
}

.press-footer {
    font-size: 18px;
    color: #434350;
}

.press-footer p {
    margin-bottom: 20px;
}

.press-footer p a, .press-footer li a {
    color: #ff8400;
    text-decoration: underline;
}

/* pricing-section */

.pricing-section {
    text-align: center;
}

.pricing-section .title {
    margin-bottom: 100px;
}

.pricing-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;    
}

.pricing-section ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;  
    padding-right: 5px;
    padding-left: 5px; 
    font-size: 22px;  
    font-weight: 600;
    margin-bottom: 30px;   
}

.pricing-section ul li ul {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-section ul li ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 18px;   
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d7d7d8; 
	height:95px;
	min-height:95px;
	max-height:95px;
}

@media (min-width:768px) {
.pricing-section ul li ul li {
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
}
.pricing-section .price {
    border: 2px solid #003366;  
}

.price {
    color: #036;
    padding-bottom:30px;
    position: relative;
}

.price .btn {
    margin-top: 30px;
}

.pricing-section ul li ul li:last-child {
	border:none !important;
}
.price.active {
    margin-top: -52px;
    background-color: #e6e6e6;
}

.price h2{
    color: #fff;
    font-size:24px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 15px;
    font-family: 'Yellowtail', cursive;
    background-color: #ff8400;
}

.price h3 {
    color: #fff;
    padding: 20px 15px;
    border-bottom: 2px solid #003366;
    background-color: #003366;
    margin-bottom: 0;
}

.price .icon {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #003366;
    position: absolute;
    top: -20px;
    right: -20px;
}

.pricing-section ul li ul li:first-child {
    font-size: 36px;
    font-weight: 600;
}

.pricing-section ul li:first-child ul li:first-child {
    font-size: 18px;
    font-weight: 400;
}

.pricing-section ul li:first-child .price h3 {
    color: #036;
    background-color: #d1d3d4;
}

/* livedemo-section */

.livedemo-section {
    text-align: center;
}

.livedemo-section p a {
    color: #ff8400;
    text-decoration: underline;    
}

.audio-slider .audio {
    text-align: center;
}

.audio-slider {
    margin-bottom: 100px;
}

.audio-header {
    color: #fff;
    text-align: center;
    background-color: #003366;
    padding:20px 20px;
    margin-bottom: 20px;
}

.audio-header a {
    color: #fff;
}

.audio-header .icon {
    font-size: 50px;
}

/* video-demo-slider */

.video-demo-slider {
    margin-bottom: 100px;
}

.video-demo-slider .video {
    text-align: center;
}

.video-demo-slider .video h6,
.audio-slider .audio h6 {
    font-size: 18px;
    color: #ff8400;
    font-weight: normal;
    text-transform: uppercase;
}

.video-demo-slider .video h3,
.audio-slider .audio h3 {
    font-size: 24px;
    color: #003366;
}

.video-demo-slider .video-header {
    position: relative;
    margin-bottom: 20px;
}

.video-demo-slider .video-header img {
    width: 100%;
}

.video-demo-slider .video-link {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: #fff;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 0;
}

.video-demo-slider .video-link:focus {
    outline: none;
}

.video-demo-slider .video-link:hover {
    color: #ff8400;
}

.video-demo-slider,
.audio-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.audio-slider .slick-slide,
.video-demo-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

/* footer-section */

.footer-section {
    padding: 100px 0 0;
}

.footer-widget {
    color: #7c8087;
    margin-bottom: 40px;
}

.footer-widget ul li {
    margin-bottom: 15px;
}

.footer-widget ul li a {
    color: #7c8087;
}

.footer-widget ul li a:hover {
    color: #ff8400;
}

.footer-widget h3 {
    font-size: 18px;
    color: #1d293f;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-widget form {
    position: relative;
}

.footer-widget form .mc4wp-form-fields {
    display: flex;
	position:relative;
}

.footer-widget form input {
    border-radius: 4px 0px 0px 4px;
}

.footer-widget form input[type=submit] {
    padding: 5px 20px;
    background-color: #003366;
    border: 0;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
	position:absolute;
	top:0;
	right:0;
	max-width:115px;
}

.footer-bottom {
    padding: 30px 0;
    color: #7c8087;
    display: flex;
    border-top: 1px solid #d7d7d7;
    justify-content: space-between;
}

.footer-bottom ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footer-bottom ul li {
    margin-right: 10px;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.footer-bottom ul li a {
    color: #ff8400;
}

.footer-bottom ul li a:hover {
    color: #003366;
}

a, button, input, textarea, .slick-arrow {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}


.fa.fa-chevron-down { position:absolute;top:0;right:0px;width:22px;text-align:center;color:#555; height:28.5px; line-height:28.5px;cursor:pointer;}
.fa.fa-chevron-down.active:before {
	content: "\f077";
}
@media (min-width:768px) {
.fa.fa-chevron-down { display:none; position:absolute;top:0;right:15px;color:#fff;}
.navbar-nav .sub-menu {
    position: absolute;
    top:100%;
	margin-top:0px;
    left: 0;
    background:#fff;
    opacity: 0;
    visibility: hidden;
	width:220px;
	border-radius:0px 0px 5px 5px;
		-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	box-shadow:0px 5px 5px rgba(0,0,0,0.2);
	padding-bottom:5px;
}

.navbar-nav > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top:100%;
}

.navbar-nav .sub-menu li {
	border-bottom: 1.5px solid transparent;
	border-top:none;
	padding: 7px 10px 0px;
	display:block !important;
	margin-right:0;
}

.navbar-nav .sub-menu li:hover {

}

.navbar-nav .sub-menu li:first-child {
	border-top: none;
}

.navbar-nav .sub-menu li:last-child {
	border-bottom: none;
}

.navbar-nav .sub-menu li a {
    color:#003366;
	display:block;
	text-align:left;
	font-weight:600;
	padding:0px 5px;

}
.navbar-nav .sub-menu li:hover a {
color:#ff8400;
}
}


.container {
    max-width:1170px;
	width:100%;
}

.header .container {
    max-width: 1450px;
	width:100%;
}


.slider-wrapper {
	position:relative;
}

.slider {
	height:750px;
	min-height:750px;
	max-height:750px;
}


.slider-item {
	height:750px;
	min-height:750px;
	max-height:750px;
}




 .slick-slide, .slick-slide::before, .caption {
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .slick-slide::before {
	 
}


.main-slider {
	 position: relative;
	 width: 100%;
	 height:740px;
	 min-height:740px;
	 max-height:740px;
	 margin-bottom:0px;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 1.2s ease;
	 padding-top:0;
	 padding:0;
}


 .main-slider .slick-slide {
	 	 height:740px;
	 min-height:740px;
	 max-height:740px;
	 overflow:hidden;

	 
}
 .main-slider.slick-initialized {
	 opacity: 1;
	 visibility: visible;
}
.main-slider .slick-slide {
	 position: relative;
}
 .slick-slide::before {
	
}
 .slick-slide video {
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 min-width: 100%;
	 min-height: 100%;
	 width: auto;
	 height: auto;
	 transform: translate(-50%, -50%);
}
 .slick-slide iframe {
	 /*position: relative;
	 pointer-events: none;
	 z-index:222;*/
}

 .slick-slide .embed-responsive  {
	 max-width:900px;
	 margin-left:auto;
	 margin-right:auto;
}
 .slick-slide figure {
	 position: relative;
	 height: 100%;
}
 .slick-slide .slide-image {
	 opacity:1;
	 height: 100%;
	 background-size: cover;
	 background-position: center;
	 transition: all 0.8s ease;
}
 .slick-slide .slide-image.show {
	 opacity: 1;
}
 .slick-slide .image-entity {
	 width: 100%;
	
}
 .slick-slide .loading {
	 position: absolute;
	 top: 44%;
	 left: 0;
	 width: 100%;
}
 .slick-slide .slide-media {
	 animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
 .slick-slide.slick-active {
	 z-index: 1;
}
 .slick-slide.slick-active .slide-media {
	 animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
 .slick-slide.slick-active .caption {
	 opacity: 1;
	 transform: translateY(0);
	 transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
 .caption {
	 position: absolute;
	 top: 44%;
	 left: 5%;
	 text-align: center;
	 padding: 20px;
	 border: 3px solid;
	 color: #fff;
	 margin: 0;
	 font-size: 40px;
	 font-weight: bold;
	 letter-spacing: 0.02em;
	 opacity: 0;
	 z-index: 1;
	 transition: all 0.3s ease;
	 transform: translateY(100px);
}
 .slick-dots {
	 text-align: center;
	 padding-top: 15px;
}
 .slick-dots li {
	 display: inline-block;
	 vertical-align: top;
	 margin: 0 8px;
}
 .slick-dots li button {
	 width: 16px;
	 height: 16px;
	 border: none;
	 cursor: pointer;
	 border-radius: 50%;
	 border: 2px solid #fff;
	 box-shadow: 0 0 0 0 transparent;
	 vertical-align: middle;
	 color: #fff;
	 background-color: #fff;
	 transition: all 0.3s ease;
	 opacity: 0.4;
}
 .slick-dots li button:focus {
	 outline: none;
}
 .slick-dots li button:hover {
	 opacity: 1;
}
 .slick-dots li.slick-active button {
	 border-color: #2d3042;
	 box-shadow: 0 0 0 2px #fff;
	 opacity: 1;
}


 @keyframes slideIn {
	 from {
		 filter: blur(15px);
	}
	 to {
		 filter: blur(0);
	}
}
 @keyframes slideOut {
	 from {
		 filter: blur(0);
	}
	 to {
		 filter: blur(15px);
	}
}
 
 
 
 
 .slider-text {
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 333;
    top: 0;
    left: 0;
    text-align: center;
	display:flex;
	align-items:center;
}


.navbar {
	width:100%;
	background:#fff;
	z-index:1;
	position:relative;
	height:81px;
}


.banner-text {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width:700px;
}

.banner-text .btn {
	min-width:200px;
}



img.alignright {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}

img.alignleft {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	clear:right;
}

.bg-image {
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:top center !important;
}


.blog-section {
	
}



.alm-listing .alm-reveal {
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.alm-listing .alm-reveal ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}



body .alm-btn-wrap .alm-load-more-btn {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
    height: 50px;
    line-height: 35px;
    text-transform: capitalize;
    background-color: #ff8400;
    border: 1px solid #ff8400;
}

body .alm-btn-wrap .alm-load-more-btn:hover, body .alm-btn-wrap .alm-load-more-btn:focus {
	color:#ff8400 !important;
	background-color:#fff !important;
}


.alm-btn-wrap, #ajax-load-more {
	display:block;
	width:100% !important;
}



.trial-form ul li input, .trial-form ul li textarea, .trial-form ul li select {
	padding-right:45px;
}
.wpcf7 form .wpcf7-response-output { margin:5px !important;}

.trial-form div.wpcf7 .ajax-loader {
	display:none !important;
}
.wpcf7-not-valid-tip {
	font-size:14px;
	text-align:left;
	padding-left:2px;
	padding-top:1px;
}







/* md */
@media (min-width: 1200px) and (max-width: 1350px) { 

	.navbar-brand {
		max-width: 180px;
	}
	.header .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-nav li {
		margin-right: 5px;
	}
	.slick-arrow.slick-next {
		right: 0;
	}
	.slick-arrow.slick-prev {
		left: 0;
	}
	.slick-arrow {
		opacity: 0;
	}
	.slick-slider:hover .slick-arrow {
		opacity: 1;
	}
}


/* md */
@media (min-width: 1350px){
	.header .container {
	    max-width: 1450px;
	}
}


/* md */
@media (min-width: 1200px){
	.container {
	    max-width: 1170px;
	}	
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.navbar-brand {
		max-width: 180px;
	}
	.header .botton {
		display: none;
	}
	.navbar-nav li {
		margin-right: 5px;
	}
	.navbar-nav {
		margin-right: 0;
	}
	.slick-arrow.slick-next {
		right: 0;
	}
	.slick-arrow.slick-prev {
		left: 0;
	}
	.slick-arrow {
		opacity: 0;
	}
	.slick-slider:hover .slick-arrow {
		opacity: 1;
	}
	.banner-text h1 {
		font-size: 42px;
	}
	.banner-section {
		font-size: 18px;
	}
	.trial-form .btn {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		width: 100%;
	}
	.title h1 {
		font-size: 36px;
	}
	.title {
		font-size: 16px;
	}

}

/* md */
@media (max-width: 991px) {

	.navbar-brand {
		max-width: 180px;
	}
	.header .botton {
		display: none;
	}
	.navbar-nav li {
		margin-right: 0;
	}
	.navbar-nav {
		margin-right: 0;
		margin-top:0px;
	}
	.slick-arrow.slick-next {
		right: 0;
	}
	.slick-arrow.slick-prev {
		left: 0;
	}
	.slick-arrow {
		opacity:1;
	}
	.slick-slider:hover .slick-arrow {
		opacity: 1;
	}
	.banner-text h1 {
		font-size: 40px;
	}
	.banner-section {
		font-size: 18px;
	}
	.trial-form .btn {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		width: 100%;
	}
	.title h1 {
		font-size: 36px;
	}
	.title {
		font-size: 16px;
	}
	.topbar-content {
		display: block;
	}
	.topbar-content .left-content {
		margin-bottom: 5px;
	}
	.trial-form {
		padding: 10px 15px;
	}
	.trial-form ul li {
		width: 50%;
		margin: 5px 0;
	}
	.trial-form ul li:last-child {
		width: 100%;
	}
	.industries-content,
	.sitemap-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	.price .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pricing-section ul li{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
		  -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	    margin-bottom: 50px;
	}	
	.price.active {
		margin-top: -41px;
	}
	
	.pricing-section ul li ul li { font-size:15px;}
	.price h2 { font-size:17px;}
.price h3 { font-size:20px;}
}

@media (min-width: 768px) and (max-width:1199px) {
	
	.topbar { font-size:13px; text-align:center;}
	.topbar-content ul {-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}
.navbar-nav li:last-child .sub-menu {
	left:auto;
	right:0px;
}
}

.is-sticky .navbar {-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);}
@media (min-width: 768px) and (max-width:991px) {
	.navbar-nav li a { padding:5px 2px;font-size:13.5px;}
	a.logo img { max-width:100px;}

}

/* sm */
@media (max-width:1300px) {
.navbar-nav li a { font-size:13px;}
}

/* sm */
@media (max-width: 767px) {
	.blog-details .entry-content { padding:0 !important;}
	.essay { font-size:16px;}
	.page-header { padding:30px 0px;}
	body .work-content > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
}

	.work-content > ul { margin:0;}
	.work p { font-size:16px;}
	.work h2, .reason h2 { font-size:18px;}
	.work-section { padding-top:0;}
	.cta-section { background-position:right -380px center !important;}
	.slick-arrow {
    width:30px;
    height: 30px;
    line-height: 30px;
	}
	.testimonial-section { padding:0;}
	.receptionist .text p { font-size:16px;}
	.receptionist .text { margin-top:20px;}
	.receptionist .text h2 { font-size:20px;}
	.companies-choose { padding-bottom:0;}
.main-slider {
	 height:400px;
	 min-height:400px;
	 max-height:400px;
}


 .main-slider .slick-slide {
	height:400px;
	 min-height:400px;
	 max-height:400px;


	 
}


	
	.pricing-section ul li ul li:first-child {
    font-size:18px;
    font-weight: 600;
}
	.pricing-section ul li{
	    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
	
	.title h1 {
		font-size: 30px;
	}
	.companies-choose ul li {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}	
	.banner-text h1 {
		font-size: 36px;
	}
	.banner-section {
		font-size: 16px;
	}
	.footer-bottom {
		display: block;
		text-align: center;
	}
	.footer-bottom ul {
		justify-content: center;
	}
	.referral-content {
		width: 500px;
	}
	.referral-content h1 {
		font-size: 40px;
	}
	.referral-content h2 {
		font-size: 20px;
	}
	.blog-section ul li {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.entry-title {
		font-size: 22px;
	}
	.blog-details .entry-title {
		font-size: 36px;
	}
	.entry-footer ul li {
		font-size: 30px;
	}
	.industries-content,
	.sitemap-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.work h2,
	.reason h2 {
		font-size: 20px;
	}

}

/* xs Portrait */
@media (max-width: 575px) { 

	.banner-section {
		padding: 100px 0;
	}
	.video-section {
		padding: 50px 0;
	}
	.btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.title h1 {
		font-size: 26px;
	}
	.banner-text h1 {
		font-size: 30px;
	}
	.video-section {
		padding: 0;
	}
	.choose {
		margin-bottom: 30px;
	}
	section {
		padding: 60px 0;
	}
	.cta-section {
		padding: 80px 0;
	}
	.about-section img {
		margin-bottom: 30px;
	}
	.careers-content .card-header button {
		font-size: 20px;
	}
	.referral-content {
		width:100%;
		max-width:400px;
		font-size: 14px;
		padding: 30px 20px;
	}
	
	.referral-section { text-align:center;}
	.referral-section {
		margin-bottom: 350px;
	}
	.referral-content h3 {
		font-size: 20px;
	}
	.blog-details .entry-title {
		font-size: 30px;
	}
	.industries-content,
	.sitemap-content {
		padding-left: 15px;
		padding-right: 0;
	}
	.portal-content {
		padding: 50px 30px;
		width: 400px;
	}
	.portal-content h1 {
		font-size: 30px;
	}
	.testimonial-content > ul > li,
	.work-content > ul > li,
	.ten-reasons ul li {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

/* xs Portrait */
@media (max-width:580px) {

	.banner-text .buttons,
	.cta-text .buttons {
		display: block;
	}
	.banner-text .buttons .btn,
	.cta-text .buttons .btn {
		margin: 5px 0;
		border-radius: 4px !important;
	}
	.trial-form ul li {
		width: 100%;
	}
	.companies-choose ul li {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.download-content {
		display: block;
	}	
	.download-content .left-content {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.download-content h3 {
		font-size: 18px;
		font-weight: 600;
	}
	.referral-content {
		width:auto;
	}
	.referral-content form ul li:nth-child(8), 
	.referral-content form ul li:nth-child(9) {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.blog-section ul li,
	.contact-section ul li:nth-child(1), 
	.contact-section ul li:nth-child(2), 
	.contact-section ul li:nth-child(3), 
	.contact-section ul li:nth-child(4),
	.online-signup ul li:nth-child(5), 
	.online-signup ul li:nth-child(6), 
	.online-signup ul li:nth-child(7) {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}	
	.entry-title {
		font-weight: 600;
	}
	.blog-details .entry-title {
		font-size: 26px;
	}
	.blog-details .entry-content {
		padding: 15px;
	}
	.portal-content {
		padding: 50px 30px;
		width: 280px;
	}
	.price.active {
		margin-top: 0;
	}
	.price .icon {
		right: 0;
	}
	.pricing-section ul li{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 30px;
	}
}




ul.logos > li {
	padding:5px 15px;
}

.page-header .title strong a {
	color:#003366;
}
.page-header .title strong {
	font-size:120%;
	color:#003366;
	font-weight:600;
}





@media (max-width:767px){
    #ncf-overlay,.push_sidebar{
        position:fixed;
        height:100%;
        top:0;
        right:0
    }
    .home #header{
        z-index:33!important
    }
    body.sidebar-active>.mail i:before{
        content:"ï€"!important
    }
    #ncf-overlay{
        opacity:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background:#333;
        bottom:0;
        left:0;
        z-index:-1;
        cursor:pointer;
        -webkit-backface-visibility:hidden;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -ms-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important;
        cursor:pointer
    }
    body.sidebar-active>#ncf-overlay{
        z-index:999;
        opacity:.7;
        -webkit-transition:all 0s ease;
        -moz-transition:all 0s ease;
        -ms-transition:all 0s ease;
        -o-transition:all 0s ease;
        transition:all 0s ease;
        transition-delay:.0s;
        -webkit-transition-delay:.0s;
        cursor:pointer;
        cursor:url(data:image/png;
        base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAA5+botyU/eqYkX97EgzKhIA2AAAAiElEQVQI1y2OoRGDUBBElw6YoCJTQUrI0Eg+EdGZCQVABwxFoMHgMVSAog3AH9zuX3XznniHsQWXfAc0R8r7ZjV6y4mfViCzSzjeUiQvy4kfAIUwKIQptoVYIjjm7pWVjimCvRGXVfZ3rmRgnMl9ZVxJxfUJ48KKRwyJn2OKAo1jihrzJ1a66QT7yULu6TDoYQAAAABJRU5ErkJggg==),auto
    }
    body.sidebar-active>#ncf-overlay,body.sidebar-active>*{
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body.sidebar-active>#ncf-overlay{
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    .push_sidebar{
        width:290px;
        visibility:hidden;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
        background:#f7f5f5;
        box-shadow:inset 7px 0 9px -7px rgba(0,0,0,.25);
        z-index:999999999999;
        left:-290px;
        padding:15px 18px;
		padding-top:8px;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    body.sidebar-active>.push_sidebar{
        visibility:visible;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important;
        left:-290px;
        opacity:1;
        -webkit-transition:all .4s ease;
        -moz-transition:all .4s ease;
        -ms-transition:all .4s ease;
        -o-transition:all .4s ease;
        transition:all .4s ease;
        transition-delay:.1s;
        -webkit-transition-delay:.1s;
        overflow:auto;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body,body.sidebar-active,body.sidebar-active>*,body>*{
        -webkit-backface-visibility:hidden;
        -webkit-transition:-webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -moz-transition:-moz-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -ms-transition:-ms-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -o-transition:-o-transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition:transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition-delay:.1s;
        -webkit-transition-delay:0.1s
    }
    #header.hidden-xs{
        display:none!important
    }
    .hidden-sm.mobile-header{
        display:block!important
    }
    body.sidebar-active>.push_sidebar{
        display:block!important
    }
	ul.sub-menu { display:none;}
	ul.menu > li, ul.wp-megamenu > li { position:relative;}
	
	

.navbar-toggle {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    margin-top: 10px !important;
    padding: 0 !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#ff8400 !important;
    margin-bottom: 4px !important;
}

	.m-phone a {
   float: right;
margin-top: 0;
display: block;
font-size: 17px;
line-height: 30px;
width: 32px;
height: 32px;
border-radius: 50%;
background: none;
color: #0093dd;
border: solid 1px #0093dd;
display: block;
font-size: 20px;
line-height: 24px;
width: 32px;
height: 32px;
border-radius: 50%;
background: none;
color:#ff8400;
border: solid 2px #ff8400;
line-height: 28px !important;
text-align: center !important;
}
.m-phone a i {
    text-align: center !important;
	width: 28px;
	line-height: 20px !important;
}
.navbar > .container, .navbar > .container-fluid {
	display:block !important;
}
.spacer, .header {
	/*height:50px;
	padding:0;*/
}
.btn {
    padding-left: 35px;
    padding-right: 35px;
    height: 45px;
    line-height: 30px;
}
.spacer {
	/*height:65px;*/
}
ul.logos {-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; margin-left:-7.5px; margin-right:7.5px;-ms-flex-wrap: wrap;
flex-wrap: wrap;}

ul.logos > li {
    padding: 5px 5px;
}

ul.logos > li img { max-width:70px;}
.faq-section {
	padding-top:0;
}
.service-section {
	padding-bottom:0;
}
body .service, .service .icon { display:block !important; text-align:center; width:100%;}
.service .icon { min-width:100%; max-width:100%; text-align:center;}
.service img {
	display:inline-block;
}
.slick-arrow.slick-next {
    right:10px;
}
.slick-arrow.slick-prev {
    left:10px;
}
.title h1 + p, .title p { font-size:16px;}
.banner-text .btn:first-child { margin:5px auto;border-radius:4px;}
.banner-text .btn:first-child + .btn { margin:5px auto;border-radius:4px;}
.banner-text h1 { font-size:24px;}
.navbar {
	height:65px;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
box-shadow: 0 6px 4px -4px rgba(0,0,0,.2);
}
.header .navbar {
	padding:8px 0px !important;
}
.nmp {
	padding-left:0;
	padding-right:0;
}
a.logo img {
	max-width:170px;
}
ul.menu > li, .header ul.menu > li, ul.wp-megamenu > li {
	padding:0px 0px;
}
  
.header ul.menu > li, ul.wp-megamenu > li, .push_sidebar ul.menu > li {
  padding:2px 0px;
  border-bottom: solid 1px #5a35ac21;
}
  
  
ul.menu > li.btn-contact {border:none !important;padding-top:8px !important;}

  ul.menu > li a {
	display:block;
}
ul.menu > li a, .header ul.menu > li > a, ul.wp-megamenu > li > a {
	padding:3px 8px;
	display:block;
}
  .push_sidebar ul.menu > li > a {padding:3px 4px !important;color:#003366;}
  .push_sidebar ul.menu > li > ul > li > a {padding:3px 4px !important;color:#003366;}
.header ul.menu > li > a, ul.wp-megamenu > li > a {
    font-size: 14px !important; 
}
.header ul.menu > li, ul.wp-megamenu > li {
	display:block;
}
.footer-widget ul li a {
	padding:3px 0px;
}
ul.menu > li.btn-contact {
	padding-top:5px;
}
ul.menu > li.btn-contact a {
	display:inline-block;
}
ul.sub-menu {
	padding-left:5px;
}
.footer-widget ul li {
	margin:0 0 4px;
}
.footer-widget h3 {
	margin-bottom:7px;
}
.footer-widget ul li {
    margin: 0 0 2px;
}
.footer-widget ul {
	margin-bottom:15px;
}
}

.grecaptcha-badge { visibility: hidden; }

.title ol li:before {display:inline;}
.title ol li h6 {display:inline;}
.single-services-hero-section{background-size:cover!important;position:relative; background-position: center center !important;}
.single-services-hero-section:before{background:rgba(0,0,0,0.3);content:'';position:absolute;top:0px;width:100%;height:100%;}
.single-services-inner{position:relative;display:flex;align-items:center;padding:100px 0px; min-height: 740px;}
.single-services-left{text-align: center;}
.single-services-right{flex:50% 0 0;background:#fff;padding:30px;}
.single-services-left h1{color:#fff;}
.single-services-left .sub-title{color:#fff;}
.single-services-left .banner-text{padding-left:0px;}
.page-template-page-single-services section.page-header.bg-image.text-center{display:none;}
.page-template-page-single-services section.page-header.page-header-new.bg-image.text-center{display:block;}
.sidebar-widget ul li a{position:relative;padding-left:15px;list-style:none;margin-bottom:15px;padding-bottom:15px;font-size:18px;font-weight:600;color:#036;border-bottom:1px solid #d7d7d7;display:block;text-transform:capitalize;}
.sidebar-widget ul li a:before{content:"";width:10px;height:10px;border-radius:100%;top:7px;left:0;background-color:#ff8400;position:absolute;}
.sidebar-widget ul { margin-top: 20px; }		
.page-template-page-single-industries .page-header.bg-image.text-center{display:none;}
.page-template-page-single-industries .page-header.page-header-new.bg-image.text-center{display:block;}
@media(max-width:991px){
	.single-services-inner{flex-direction:column;gap:20px;padding:50px 0px;}
	section.single-services .col-md-4.sidebar-section{width:100%;max-width:100%;}
	section.single-services .row{flex-direction:column;gap:20px;}
	section.single-services .row .col-md-8{width:100%;max-width:100%;}
}