/*
Theme Name: Digital Outright Latest
Theme URI: https://wordpress.org/themes/twentyfifteen/;
Author: Ajay bharadwaj
Author URI: https://www.facebook.com/alwaysbindas
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.6
License: GNU General Public License v2 or later

Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 **/

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
    background-image: none
}


li.ui-state-default.ui-corner-top {
    width: 32.9% !important;
}
li.ui-state-default.ui-corner-top a
{
width:100%;
    color: #000;
    line-height: 25px;
    font-weight: bold;
}

li.ui-state-default.ui-corner-top,
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    border: 1px solid #ddd;
    min-height: 50px;
    background: #e6e6e6;
    text-align: center;
}
*{user-select:text !important;
	-webkit-user-select:text !important;
	-moz-user-select:text !important;
	-ms-user-select:text !important;
	user-select: text !important;
}
::-moz-selection {
    color: #fff;
    background: #338fff !important;
}
-webkit-selection {
    color: #fff;
    background: #338fff !important;
}
::selection {
    color: #fff;
    background: #338fff !important;
}
body {
    overflow-x: hidden;
	background:#fff;
	font: 14px/22px  'Lato', sans-serif;
        color:#565759;
	
}
.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /*color:#3a4351;*/
	text-transform: none;
}
.text-muted {
    color: #777
}
.DT_content .navbar-nav li.page_item.current_page_item {
    
}
.DT_content .menu-main-menu-container li.page-item.current-menu-item.active{
    color: #e73578;
	padding-top:10px;
	border-top: 4px solid #e73578;
}
.text-primary,
a {
    color: #fed136
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #8c989e;
    font-weight: normal !important;
	font-family:'Lato', sans-serif;;
}
p.large {
    font-size: 16px
}
a,
a.active,
a:active,
a:focus,
a:hover {
    outline: 0
}
a.active,
a:active,
a:focus,
a:hover {
    color: #fec503
}
.img-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #eee
}
.bg-darkest-gray {
    background-color: #222
}
.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01
}
.single_post_content {
    padding-top: 130px;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #fed136;
    border-color: #fed136
}
.btn-primary .badge {
    color: #fed136;
    background-color: #fff
}
.btn-xl {
    color: #fff;
   background-color: #e73578;
    border-color: #e73578;
    border-radius: 3px;
    font-size: 18px;
    padding: 12px 30px;
    margin-top: 10px;
	font-family: 'Lato', sans-serif;
}
.navbar-brand > img {
	display: block;
	height: 90px;
	width: 150px;
	margin-right: 55px;
}
.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
    color: #fff;
}
.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
    background-color: #fed136;
    border-color: #fed136
}
.btn-xl .badge {
    color: #fed136;
    background-color: #fff
}
.navbar-custom {
    background-color: #222;
    border-color: transparent
}
.navbar-custom .navbar-brand {
    color: #fed136;
    font-family: 'Lato', sans-serif;
}
.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: #fec503
}
.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
    font-family:'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
	    font-weight: bolder !important;
	
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}
.navbar-custom .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136;
    font-size: 12px
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #fed136
}
.navbar-custom .nav li a {
    font-weight: 400;
    letter-spacing: 1px
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    color: #e73578;
    outline: 0
}

#content
{
/* 	margin-top:100px; */
}
#content h4
{
	text-transform:uppercase;
}
footer h5
{
	text-align:left;
}
footer ul.list-inline.social-buttons {
    text-align: left;
}
footer ul.social-buttons li a
{
	background:#989b99;
	text-align:center;
}
footer ul.list-inline.quicklinks li
{
	display:block;
	text-align: left;
    padding-left: 10px;
}
footer ul.list-inline.quicklinks li a {
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family:'Lato', sans-serif;
	    color: #8C98A3;
}
nav.navbar.navbar-default.navbar-custom.navbar-fixed-top.DT_content {
	background: #428bca;
	min-height: 130px;
}
li#menu-item-81,
li#menu-item-83 {
    cursor: pointer;
}
.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136
}
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #fec503
}
footer .fa
{
	line-height:2;
}

.Our_cv {
    width: 50%;
    margin: 0px auto;
	    margin-top: -50px;
}

.Our_cv h2
{
	    background: #34b7e3;
color: #fff;
    text-align: center;
    width: auto;
    margin: 0px auto;
padding: 40px 10px;
    border-radius: 5px;	
}

.carousel-indicators li
{
	border:1px solid #555;
	
}

.carousel-indicators .active
{
	background:#555;
	height:10px;
	width:10px;
}
.DT_carousal h4
{
    background: #f4f5f7;
    padding: 40px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
	    text-transform: inherit !important;
		
		font-size:22px; line-height:1.3; font-family:'Lato', sans-serif;
}
.DT_carousal h5
{
	margin-top: 45px;
    font-size: 20px;
}
.navbar-fixed-top {
    /* position: relative; */
}	
.carousel-indicators {
    bottom: 20px;
    top: 355px;
}
section#about {
    min-height: 400px;
}
.contact_us h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
	text-align:center;
}
.Programs .my_content h2 {
    padding-bottom: 10px;
    color: #384047;
    font-style: normal;
    /* line-height: 1.4; */
    font-family:'Lato', sans-serif;
    font-weight: 300;
}

#DTabs li.active a
{
border-top: 5px solid #529cd7;
}

.contact_form label
{
	width:100%;
}
.contact_form #last_name,
.contact_form #email,
.contact_form #mobile
{
	width: 100%;
min-height: 30px;
margin: 5px 0px;
 border: 3px solid rgba(154, 152, 152, 0.2);
   background: white;
   min-height: 45px;
}
.contact_form {
	margin-bottom: 25px;
}

.contact_form select
{
	width:100%;
	height:30px;
	margin:5px 0px;
	 border: 3px solid rgba(154, 152, 152, 0.2);
   background: white;

}
.contact_form textarea {
	width: 100%;
	min-height: 150px;
	 border: 3px solid rgba(154, 152, 152, 0.2);
   background: white;
}

.contact_form .submit {
	color: #fff;
	background-color: #e73578;
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
}

.contact-form {
	width: 60%;
	margin: auto;
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 1px 0 rgba(0,0,0,.25);
	padding: 2rem 2rem 1rem;
	border: 1px solid #e8e8e8;
}
.contact-form .wpcf7-form input , .contact-form .wpcf7-form select, .contact-form .wpcf7-form textarea{
display: block;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #eaeaea  !important;
border-radius: 4px;
margin: 8px auto;
}

.clear{clear: both;}
  li{
	  list-style:none;
 }
 .review-grid{
	 background-color:#FFF;
	 border:1px solid #CCC;
	 text-align:center;
 }
  .review-grid span{
	  color: #e73578;
  }
  .review-grid span{
	  color: #e73578;
  }
  .review-grid ul li{
	  line-height:25px;
	  margin:10px auto;
  }
  .review-grid ul{
	  margin:20px auto;
  }

  .review-grid ul li::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content:"\f105";
	color: #428bca;
	margin-right:10px;
	font-size:16px;
}
.review-grid .review-grid-Sign {
	background: #e73578;
	border: none;
	padding: 15px 25px;
	color: #fff;
	border-radius: 5px;
	margin-top: 15px;
}
.contact-form .wpcf7-form #send {
	width: 120px;
	float: right;
}

.contact-form .wpcf7-form #send{       
       font-size: 18px;
	margin: 20px auto;
	padding: 14px 32px;
	background: #428bca;
	color:#fff !important;
	-webkit-font-smoothing: antialiased;
	font-family:'Lato', sans-serif;
	line-height: 1.2rem;
	font-weight: 900;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: none;
	border-radius: .25rem;
	box-shadow: none;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
#cssmenu ul li > ul li a {
	color: #428BCA !important;
        border-bottom: none !important;
}
#cssmenu ul li > ul {
	background: #fff !important;
}
.tslider .cbp-qtcontent img {
	margin-left: 4em;
margin-right: auto;
}
.tslider blockquote p {
    width: 90%;
}
.tslider blockquote footer, .tslider blockquote footer a {
	margin-right: 80px;
}
#DTabs .nav-tabs {
    background: #e6e6e6;
}
/*----------------------------02072017------------------------------------------------*/
#whydigital .digital_icons {
	margin: 70px auto 20px;
}
#whydigital .digital_icons span {
	position: relative;
	top: 20px;
	color: #58a6da;
	font-size: 72px;
}
#tablepress-1 tr td:nth-child(1)::before {
	font-family: FontAwesome;
	content: "\f073";
	margin-right: 20px;
}
#tablepress-1 tr td:nth-child(1){
background-image: none !important;
}
.sign_up_box {
    padding: 26px 0px;
    text-align: center;
    font-size: 18px;

}
.sign_up_box a {
color: #fff;
background: #e73578;
padding: 10px 90px;
border-radius: 4px;
margin-top: 12px;
text-align: center;
}
.sign_up_box p {padding-bottom:10px;}
/*----------------------------02072017------------------------------------------------*/

/*----------------------------02082017------------------------------------------------*/
#cssmenu ul li > ul {
    position: absolute;
    left: -220px;
}
/*----------------------------02082017------------------------------------------------*/
/*----------------------------02092017------------------------------------------------*/
.container.pricing {
	box-shadow: 0px 0px 23px #b4b4b4;
	padding: 0px 60px;
	width: 80%;
	text-align: center;
	color:#000000;
}
.row.pricing_header h4 {
	width: 430px;
	margin: 10px auto;
}
.box_free {
	border-right: 1px solid #aaa;
	padding-right: 10px;
}
.pricing button {
	background-color: #e73578;
	border: none;
	padding: 10px 60px;
	color: #fff;
	font-size: 18px;
	margin:10px auto;
	border-radius: 10px;
}
.pricing sup{
	font-size:24px;
	color:#aeaeae;
}
.pricing hr {
	margin: 20px auto;
	border-top: 2px solid #d6d6d7;
}
.pricing ul li{
	list-style:disc;
	line-height:35px;
}
.pricing ul{
margin-bottom: 40px;
}
.reg_container h5 i {
    font-size: 30px;
}
#DTabs .container {
    padding: 0px;
}
.reg_container h5 {
    padding-left: 0  !important;
    background-repeat: no-repeat;
    line-height: 30px;
    background-position: 10px;
    text-align: left  !important;
padding-left: 10px !important;
}
div#wpcf7-f282-p266-o1 form.wpcf7-form span {
    font-size: 16px;
    color: #555459 !important;
}


.contact-form .wpcf7-form input, .contact-form .wpcf7-form select, .contact-form .wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7b6b6 !important;
    border-radius: 4px;
    margin: 8px auto;
    margin-bottom: 20px;
}
form.wpcf7-form p {
    color: #353535 !important;
}
.contact-form h2 {
    font-weight: 700;
}
.contact-form p{
color:#555459 !important;
}
/*----------------------------02092017------------------------------------------------*/
/*----------------------------02102017------------------------------------------------*/
.contact-form .wpcf7-form textarea{ 
  height: 130px;
}
button.review-grid-Sign_disable{
    background: #e0e7ed;
    border: none;
    padding: 15px 25px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.contact-form .wpcf7-form input:hover, .contact-form .wpcf7-form select:hover, .contact-form .wpcf7-form textarea:hover{
    border:1px solid #2780f8 !important;
}
section#home {
    background: #f9f9f9;
}
/*----------------------------02102017------------------------------------------------*/

/*----------------------------02132017------------------------------------------------*/

.ts_icon.ts_icon_plus_square_o::after {
	content: "+";
	float: right;
	position: relative;
	cursor: pointer;
	color: #2b9fe2;
	border-radius: 5px;
	border: 2px solid #2b9fe2;
	width: 25px;
	text-align: center;
	transition: 1s all;
	height: 25px;
	font-weight: 600;
	margin-right: -50px;
	margin-top: -10px;
}
.ts_icon.ts_icon_minus_square_o::after {
	content: "-";
	float: right;
	position: relative;
	cursor: pointer;
	color: #2b9fe2;
	border-radius: 5px;
	border: 2px solid #2b9fe2;
	width: 25px;
	text-align: center;
	transition: 1s all;
	height: 25px;
	font-weight: 600;
	margin-right: -50px;
	margin-top: -10px;
}
.common_questions_and_resources h2, #product h3, .common_questions_nav h3 {
	color: #384150;
}
.common_questions_nav ul {
	padding-left: 10px;
}
.common_questions_and_resources ul.question_list li h4 a {
	text-decoration: none;
}
.common_questions_and_resources .section_content {
	width: 70%;
	margin: 0px;
	margin-left:15%;
}
.common_questions_nav.fixed {
	left: 36%;
}
.common_questions_nav {
	margin-left: -17rem;
}
.common_questions_nav ul li a {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: .375rem;
	padding-top: .5625rem;
	padding-left: 0;
	border-radius: .25rem;
	font-size: 1.125rem;
	color: #555459;
	transition: padding-left .2s ease-out;
	font-size: 18px;
	padding: 10px 0px;
}
#product h3 {
	margin-left: 38px;
}
.common_questions_nav ul li a {
	font-size: 20px;
}
.common_questions_nav {
	margin-right: 61px;
}
.common_questions_and_resources h3 {
	margin-left: 38px;
}
.common_questions_and_resources ul.question_list li a{
color:#006eb3;
}
.common_questions_and_resources ul.question_list li p {
	font-size: 16px;
	line-height: 24px;
}
#tablepress-1 td a {
    padding: 10px important;
}
.reg_container {
	margin-top: 20px;
}
.reg_container h5 {
	padding-bottom: 20px !important
}

.div_broucher_btn {
    background-color: #f2f2f2;
}
.div_enroll_btn {
	margin-top: 40px;
}
.div_broucher_btn {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 22px;
}
.pricing button {
	border-radius: 4px;
}
.pricing ul li {
	list-style: circle;
	line-height: 35px;
	color:#4a4848
}
/*----------------------------02132017------------------------------------------------*/

/*----------------------------02152017------------------------------------------------*/

.bg-opacity {
    background:rgba(48,51,58,0.7) !important;
    padding-top: 100px;
    padding-bottom: 50px;
}

.intro-text {
    width: 500px;
    border: 4px solid #1DCBBB;
    padding: 24px !important;
    margin: 80px auto !important;
    height: 300px;
}
.btn-xl {
    color: #fff;
    background-color: #4a82fc !important;
    border-color: #4a82fc !important;
    position: relative !important;
}
/*----------------------------02152017------------------------------------------------*/

/*----------------------------02202017------------------------------------------------*/

.testi-moni.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1 !important;
}
.slick-arrow {
	top: 120px !important;
}
span.accordion-news.fa {
    float: right;
}
/*.navfaq {
	margin-top: 100px;
	position: relative;
	top: 1030px;
}*/
/*----------------------------02202017------------------------------------------------*/

/*----------------------------02222017------------------------------------------------*/
.activefaqs {
	width: 170px !important;
	display: block;
	padding: 0px 10px !important;
}
.accordion-news {
	font-size: 22px;
}
#services {
	padding-bottom: 10px;
}
.Our_cv h2 {
	background: #4a82fc;
}
.reg_container h2 {
	padding-top: 15px;
}
.reg_container h5 {
	padding-bottom: 0px !important;
	padding-top: 20px;
}
.div_broucher_btn {
	padding-bottom: 8px;
}
.div_broucher_btn a {
    background-color: #4a82fc !important;
    border-color: #4a82fc !important;
}
.modal-content {
	border-radius: 9px;
}
.modal-content {
	background: rgb(77,157,233);
	background: -moz-linear-gradient(top, rgba(77,157,233,1) 46%, rgb(246, 246, 246) 46%);
	background: -webkit-linear-gradient(top, rgba(77,157,233,1) 46%, rgb(246, 246, 246) 46%);
	background: linear-gradient(to bottom, rgba(77,157,233,1) 46%, rgb(246, 246, 246) 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9de9', endColorstr='#fcfcfc',GradientType=0 );
	color: #fff;
	border: none;
}
.modal-header ,.modal-footer {
	border: none;
}

.modal-dialog .modal-header {
	text-align: center;
}
.modal-header .close {
	background-color: #3e85c8;
	height: 30px;
	font-weight: 300;
	border-radius: 100px;
	width: 30px;
	color: #fff;
	opacity: 1;
}
.modal-body p {
	color: #fff;
}
.modal-dialog .modal-header .modal-title {
	font-size: 28px;
	color:#fff;
}
.container.pricing {
	border-radius: 10px;
background-color: #fff;
}
.container.pricing .pricing_header h4, .box_free h2 , .container.pricing h3 {
	text-transform: capitalize;
}
.pricing ul li {
	line-height: 25px;
}
.box_free.box_free_last {
	border: none;
}
.reg_container h5 i {
	font-size: 30px;
	position: relative;
	top: 5px;
}
.reg_container h2 small {
    font-size: 14px;
    text-transform: capitalize;
}

.reg_container h2 {
    font-size: 24px;
}
.col-lg-12.main_tittle {
	padding: 10px 0px;
	margin-top: 10px;
}
.time-cont {
    border-bottom: 4px solid #1DCBBB !important;
}
.es_shortcode_form #es_txt_button_pg {
	margin-top: -46px !important;
	padding: 11px 30px;
}
/*----------------------------02222017------------------------------------------------*/

/*----------------------------02232017------------------------------------------------*/
.sign_up_box p {
	font-style: italic;
}
footer ul.social-buttons li a:hover {
	background: #4a82fc;
}
.review-grid img {
	background-color: #edecec;
	height: 125px;
	border-radius: 100px;
	width:125px;
	padding: 10px;
	border: 1px solid #ccc;
}
.modal-footer .btn.btn-default {
	display: block;
	margin: auto;
	background: #4a82fc;
	padding: 10px 50px;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
}
.contact-form label {
	display: block;
}
.contact-form input, .contact-form select, .contact-form  textarea{
	display: block;
	width: 100%;
	padding: 14px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #b7b6b6 !important;
	border-radius: 4px;
	margin: 8px auto;
	margin-bottom: 20px;
}
.contact-form  textarea{
	height: 130px;
}
.contact-form input:hover, .contact-form select:hover, .contact-form  textarea:hover{
	border:1px solid #2780f8 !important
}
.contact-form #submit {
	font-size: 18px;
	margin: 20px auto;
	background: #4a82fc;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	line-height: 1.2rem;
	font-weight: 900;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: none;
	border-radius: .25rem;
	box-shadow: none;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border: none;
	width: 150px;
	float: right;
}
#page-top #es_txt_button_pg {
	margin-top:0px !important;
}
.btn-xl:hover{
	background-color: #6392fb !important;
	border-color: #4a82fc !important;
}
.sign_up_box a:hover{
	background: #f8498a;
}
.contact-form {
    margin-top: 90px;
}
.container.pricing {
    margin-top: 80px;
}
/*----------------------------02222017------------------------------------------------*/
/*----------------------------02262017------------------------------------------------*/
a.page-scroll.btn.btn-xl {
    position: relative;
top: 18px;
}
section#batches, section#about, section#whydigital {
    padding-bottom: 0px;
} 
pricing_head{
    text-align: center !important;
    position: relative !important;
    top: 30px !important;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 900 !important;
    font-size: 39px !important;
}

.container.pricing .pricing_header h4 {
    text-transform: none !important;
}
section#home{
    background-color:#FFF !important;
}

.pricing ul li , .container.pricing h3{
    text-align: left;
}

h2.pricing_head, .reviews_head {
    text-align: center;
    position: relative;
    font-size: 3.5rem;
    font-weight: 900;
    color: #2B3645;
}
h2.pricing_head{
    top: 30px;
}
.reviews_head{
top: -50px;
}
div#review_grid1 p {
    color: #636363;
}
.review-grid h3 {
	color: #2B3645;
}
.container.pricing {
	border-top: 6px solid #f6b63f;
}
.pricing ul li
    line-height: 21px;
}
.left_align {
    text-align: left !important;
}
.container.pricing h4 {
	text-align: left;
	color: #8c989e;
	font-weight: 400;
	font-size: 16px;
}
.box_free h2 , .box_free h1, .container.pricing h3, .pricing ul li{
    color: #2C2D30;
}
.pricing_header h4 {
	text-align: center !important;
}
.accordion.css-accordion li:hover {
	background: #f8f8f9;
}

#product ul li {
	padding: 0px 10px;
}
.accordion-item-hd{
margin-bottom:0px;
}

.contact-form #submit:hover{
background: #6392fb;
}
.intro-text {
    width: 626px;
    height: 334px;
}
.bg-opacity a.page-scroll.btn.btn-xl {
    top: 52px;
}
.time-cont {
    word-spacing: 10px;
}
.container.pricing {
    border-radius: 0px 0px 10px 10px !important;
}
h2.pricing_head, .reviews_head {
    text-align: center;
    position: relative;
    font-size: 4.5rem;
    font-weight: 900;
    color: #2B3645;
}
.accordion-news {
    font-size: 26px;
    top: 19px;
}
section#home {
    padding-bottom: 0px;
}
.contact-form h2 {
    font-size: 4rem;
    color: #3A4351;
    font-weight: 700;
}
.pricing ul li {
    font-size: 1.628rem;
    margin: 10px auto;
}



.tab-content-01 li a:hover {
    color: #df3778 !important;
}






/*----------------------------02262017------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	.column-5 {
	width: 75px;
}
#tablepress-1 td {
	padding: 10px 0px !important;
	font-size: 10px;
}
#tablepress-1 tr td:nth-child(1) {
	background-position: -7px !important;
	padding-left: 15px !important;
}
.Our_cv h2 {
    
    padding: 25px 10px !important;
    border-radius: 5px;
    font-size: 20px !important;
}
section {
    padding: 50px 0 !important;
}
section h2.section-heading {
    font-size: 30px !important;

}

thead tr th.sorting, thead tr th.sorting_asc {
    font-size: 14px !important;
    padding: 5px !important;
}
#tablepress-1 td a {
    padding: 10px 10px !important;
    font-size: 9px !important;
}
#tablepress-1 td {
    padding: 10px 0px !important;
}
#tablepress-1 tr td:nth-child(1) {

    background-position: -7px !important;
}

}
@media only screen and (min-device-width : 481px) and (max-device-width : 640px) 
{
#tablepress-1 tr td:nth-child(1) {

    background-position: 0px !important;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#tablepress-1 tr td:nth-child(1) {
    background-image: url(images/time.png);
    background-repeat: no-repeat;
    background-position: 12px;
}
#wprmenu_bar .wprmenu_icon {
	margin-top: 3%;
}
#wprmenu_menu ul {
	margin-top: 5%;
}
#DTabs .nav-tabs > li {
	width: 100% !important;
}
iframe {
	width: 100%;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	
#batches .col-md-12 {
    margin: 0;
    padding: 0;
}
	#DTabs .nav-tabs > li {
	width: 100% !important;
}
iframe {
	width: 100%;
}
	.Programs {
	padding-bottom: 0;
	padding-top: 25px;
}
#DTabs {
	padding-top: 30px !important;
}
	nav.navbar.navbar-default.navbar-custom.navbar-fixed-top.DT_content {
	background: #428bca;
	min-height: 95px;
}
.Our_cv {
    width: 85%;
    margin: 0px auto;
    margin-top: -30px;
}
.navbar-custom {
    background-color: #222;
    border-color: transparent;
    min-height: 75px;
}

}

@media (min-width: 768px) {
	.navbar
	{
		margin-bottom:0;
	}
    .navbar-custom {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none
    }
	.navbar-nav>li {
    float: left;
    padding: 0px 10px;
}
.navbar-nav {
	float: left;
	margin: 0;
	margin-top: 45px;
}
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-custom .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-custom.affix {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em
    }
}
.navbar-custom
{
	
      position: absolute;
  background-color: transparent;
    border-color: transparent
    /* min-height: 130px; */
}
.bd_btm {
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
}
header {
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
	font-family: 'Lato', sans-serif;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
	text-align:center !important;
}
header .intro-text .intro-lead-in {
font-family: "Lato",sans-serif;
    font-size: 46px;
    font-style: normal;
    line-height: 1.4;
    margin: 6px 0;
    text-rendering: optimizelegibility;
}
header .intro-text .intro-heading {
	font-family:'Lato', sans-serif;;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}
@media (min-width: 768px) {
	
    .btn-xl {
        color: #fff;
        background-color: #4a82fc;
        border-color: #4a82fc;
        position: relative;
    }
 .btn-xl:hover{
        color: #fff;
        background-color: #4a82fc;
        border-color: #4a82fc;
        position: relative;
}	
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: left;
}
    header .intro-text .intro-lead-in {
    font-family:'Lato', sans-serif;
    margin-bottom: 10px;
    font-size: 50px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
    header .intro-text .intro-heading {
        font-family:'Lato', sans-serif;;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}
#portfolio .portfolio-item .portfolio-caption p,
section h3.section-subheading {
   font-family: 'Lato', sans-serif;
    font-style: italic
}
section {
    padding: 100px 0
}
section h2.section-heading {
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 15px;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 15px;
	font-weight: 300;
	font-size:37px;
	font-family: 'Lato', sans-serif;
	
}
section h3.section-subheading {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px
}
.cv2
{
	background:#f4f5f7;
}
aside.clients {
    background: #848484;
	padding-bottom: 20px;
}
aside.clients h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
aside.clients button.btn.btn-xl
{
	margin:0;
}
@media (min-width: 768px) {
	
    section {
        padding: 50px 0;
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}
#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    margin: 0
}
footer span.copyright,
footer ul.quicklinks {
    font-family:'Lato', sans-serif;
}
#portfolio * {
    z-index: 2
}
@media (min-width: 360px) {
.column-5 {
	width: 150px;
}
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}
.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}
.timeline .timeline-heading h4.subheading {
    text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}
@media (min-width: 768px) {
	
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}
@media (min-width: 992px) {
    .timeline>li .timeline-panel,
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}
.team-member {
    text-align: center;
    margin-bottom: 50px
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}
.team-member p {
    margin-top: 0
}
aside.clients img {
    margin: 50px auto
}
section#contact {
    background-color: #222;
    background-image: url(images/map-image.png);
    background-position: center;
    background-repeat: no-repeat
}
section#contact .section-heading {
    color: #fff
}
section#contact .form-group {
    margin-bottom: 25px
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 236px
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none
}
section#contact::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact::-moz-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee
}
section#contact .text-danger {
    color: #e74c3c
}
footer {
    padding: 25px 0;
    text-align: center
}
footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #e73578;
}
.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0
}
.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}
.portfolio-modal .close-modal:hover {
    opacity: .3
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none
}
::-moz-selection {
    text-shadow: none;
    background: #fed136
}
::selection {
    text-shadow: none;
    background: #fed136
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}





.my_content {
	margin-top: 90px;
}
.my_content_reg {
    margin-top: 160px;
}
.form-control
{
height:50px;
}
.reg_container
{
	background:#f2f2f2;
	padding:10px 0px;
}

.reg_container h5,
.reg_container h2
{
	padding-left:15px;
}
.reg_container h5 {
	padding-left: 45px;
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: 10px;
}
.reg_container span {
	font-size: 10px;
}
.reg_container h2
{
	margin-top:0;
}
.reg_container .price
{
	border-bottom: 1px solid #dcdcdc;
padding-bottom: 5px;
}
.div_enroll_btn a {
	background: #df3778;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	display: block;
}
.div_enroll_btn a:hover {
	background:#fc3c86;
}
a:hover
{
	text-decoration:none;
}
.div_broucher_btn a
{
	background:#7ec6f0;
	padding: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	display: block;
	border:1px solid #135db5;
}
.div_broucher_btn a:hover{
	background: #86abfc !important;
}
section#FAQ pre
{
background:none !important;
border:none !important;
    padding: 0 !important;
    margin: 0 !important;
}

h3.accTrigger:after {
    float: right;
    font-family:'Lato', sans-serif;
    content: "\e072";
    font-size: 20px;
    line-height: 22px;
    content: "\e114";
}

h3.accTrigger.active:after {
    float: right;
    font-family: 'Lato', sans-serif;
    content: "\e072";
    font-size: 20px;
    line-height: 22px;
    content: "\e113";
}

/* section#whydigital ul li {
    list-style-image: url('http://digitaloutright.com/wp-content/uploads/2016/12/tick.png');
}
 */
.contact_text ul li :before{
    background: url('http://digitaloutright.com/wp-content/uploads/2016/12/tick.png');
	display:block;
}
h3.accTrigger {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
	    text-transform: inherit;
}
::selection {
    text-shadow: none;
    background: none;
}
th.sorting {
    cursor: context-menu;
}
.tablepress .sorting_asc:after {
    content: none !important;
    padding: 0 0 2px;
}
#whydigital ul li:before{
	content: '';
   display: inline-block;
   width: 40px;
   height: 33px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
       background: url('http://digitaloutright.com/wp-content/uploads/2016/12/tick.png');
}
#whydigital ul li span {
    /* display: block; */
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}
#whydigital ul
{
	list-style:none;
	padding:0;
}

.single_page_dt
{
min-height:600px;
}


/*css menu*/
#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
	
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	/* background: #3f3f3f;
	border-color: #3f3f3f; */
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	background: #3f3f3f;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 300px;
    background: #f2efef;
	       margin: 0;
    padding:0;
    border-top: 2px solid #e73578;
    color: #000;
	    margin-left: 20px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 20px;
	font-size:16px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	    text-transform: inherit;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    font-weight: 500;
}
#cssmenu ul ul a:hover {
	    color: #e73578;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}




#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#cssmenu {
	height: 37px;
	display: block;
	padding: 0;
	margin: 0;
	border-radius: 5px;
	width: auto;
}

#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li.active.current_page_item > a span {
	color: #e73578;
	padding-top:8px;
}

#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
    text-transform: capitalize;	
	color: #fff;
    font-size: 14px;
    line-height: 14px;

    text-decoration: none;
    font-weight: 500;
}
#cssmenu > ul > li > a:hover {
	    color: #e73578;
		
		}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 5px;
}


/*Tabs*/
.my_content div#tab_container_122, .my_content .tab {
	border: 1px solid #efefef;
	margin-top: 30px;
}

#tab_container_122 .wpsm_nav-tabs li.active a, #tab_container_122 .wpsm_nav-tabs li.active a:focus, #tab_container_122 .wpsm_nav-tabs li.active a:hover
{
transform: none !important;
}

.single_page_dt .my_content {
    margin-top: 90px;
}
.wpsm_nav-tabs li
{
width:380px;
}

#tab_container_122 .wpsm_nav-tabs > li > a
{
font-style:inherit !important;
}

#DTabs .nav-tabs > li {
	width: 33.3%;
	margin-bottom: 0;
	border: 1px solid #ddd;
	min-height: 50px;
	background: #e6e6e6;
	text-align: center;
}

#DTabs .nav-tabs > li a {
	color: #000;
	line-height: 25px;
	font-weight: bold;
}
.fa-address-book:before {
    content: "\f2b9";
	
}
#DTabs {
	padding-top: 30px;
}
.Programs
{
	padding-bottom:0;
}
#myTabContent {
	padding: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	text-align: center;
	line-height: 30px;
}
.nav-tabs {
	border-bottom: none;
}
.bs-example.bs-example-tabs {
	border: 1px solid #ccc;
}

.nav-tabs > li > a {
	border-radius: 0;
	min-height: 50px;
	margin-right: 0px;
}

div#tablepress-1_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate.paging_simple {
    display: none !important;
}

.tablepress .sorting:after,
.tablepress .sorting_desc:after {
    content: none !important;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #fff !important;
}

#tablepress-1 td a
{
background: #e73578;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
#tablepress-1 td
{
padding:15px;
text-align:center;
}
.btn.btn-xl.btn_submit {
	margin-top: 0;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #FFF !important;
	background-color: #fff;
	color: #000 !important;
	min-height: 50px;
	line-height: 40px !important;
}

#tablepress-1 tr td:nth-child(1)
{
	background-image: url(images/time.png);
    background-repeat: no-repeat;
	background-position: 40px;
}
thead tr th.sorting,
thead tr th.sorting_asc,
thead tr th.sorting_desc  {
    text-align: center !important;
	    color: #8c989e;
    font-size: 24px;
	font-weight:500;
}
table#tablepress-1 {
    margin-top: 15px !important;
}
.tablepress .row-hover tr:hover td {
    background-color: transparent !important;
}
.tablepress .odd td {
    background-color: transparent !important;
}

.page-scroll.btn.btn-xl:hover {
	background: #6091fb;
}

.btn.btn-xl.btn_submit:hover
{
	background: #e1085a;
}
blockquote{
	border: 1px solid #ccc !important;
	padding: 8px !important;
	font-size: 14px !important;
}
.sub-menu{width: 300px;}

.sub-menu-columns ul li {
    display: inline-block;
    float: left;
    width: 350px;
}
.sub-menu-columns ul li:nth-child(odd) {

    float: left;
  
	width:33%;
}
.sub-menu-columns ul li:nth-child(even) {

    float: left;
	width:33%;
}
.sub-menu-columns ul{width:800px !important; position:absolute;}
.wpcf7-form label{width:100% !important;}
.review-active{ transform: scale(1.02) translateY(-1%); box-shadow: 0 0 40px rgba(51, 63, 72, 0.2);}
.review-grid{border-radius: 5px 0 0 5px; padding: 50px 50px 100px 50px; border: 1px solid #E0E7ED;text-align:center;}


.review-grid h3{font-size:16px;}
.review-grid:hover{transform: scale(1.02) translateY(-1%); box-shadow: 0 0 40px rgba(51, 63, 72, 0.2);transition: all 0.5s;    
position: relative;
    z-index: 999;}
.bg-opacity{background: rgba(54, 25, 25, .6);}
.sub-descr{color: #999;
    font-size: 10px;
    line-height: 26px;}
.activegrid{
transform: scale(1.02) translateY(-1%);
box-shadow: 0 0 40px rgba(51, 63, 72, 0.2);
transition: all 0.5s;

    position: relative;
    z-index: 99;
}
.time-cont{ border-bottom: 2px solid #65c389;
    color: #487ffc;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    padding-bottom: 20px;
    text-align: center;}
@media only screen and (max-width: 1024px) {
	.single_post_content {
		padding-top: 0px;
	}
	#content .container {
		width: 90%;
	}
	.container.review_container, .container {
		width: 90%;
	}
}
@media only screen and (max-width: 980px) {
	.review-grid {
		margin: auto;
		display: block;
	}
	.box_free {
		border-bottom: 1px solid #aaa;
		border-right: 0px solid #aaa;
		padding-right: 10px;
	}
	.row.pricing_header h4 {
		width: 100%;
	}
	.es_shortcode_form .form-group {
		float: left;
		margin-left: 7%;
	}
}

@media only screen and (max-width: 800px) {

	.contact-form {
		width: 100%;
	}
	.container.pricing {
		width: 100%;
	}
	aside.clients .container {
		width: 100%;
	}
	section {
		padding: 0px 0;
	}
	#tablepress-1 {
		min-width: 800px !important;
	}
	.dataTables_wrapper{
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 768px) {
	.es_shortcode_form .form-group {
		float: none;
		margin-left: 0px;
	}
	.form-control {
		width: 100%;
	}
	#page-top #es_txt_button_pg {
		display: block;
		margin: auto;
	}
	.digital_icons span , .digital_icons h2{
		text-align: center;
		display: block;
	}
	#whydigital .digital_icons {
		margin: 20px auto 20px;
	}
}

@media only screen and (max-width: 640px) {
	.intro-text {
		width: 90% !important;
		height: 300px;
	}
	.bg-opacity a.page-scroll.btn.btn-xl {
		top: 32px;
	}
	.container.pricing {
		padding: 0px 20px;
	
	}
	#tablepress-1 tr td:nth-child(1)::before {
		display: block;
		text-align: center;
		margin: auto;
	}
	#tablepress-1 td a {
		font-size: 12px;
		padding: 4px;
	}
}

@media only screen and (max-width: 480px) {
	header .intro-text .intro-lead-in {
		font-size: 36px;
	}
	.intro-text {
		height: 270px;
	}
	#content .container {
		padding:0px;
		width:80%;
	}
}

@media only screen and (max-width: 415px) {
	.time-cont {
		word-spacing: 2px;
	}
	header .intro-text .intro-lead-in {
		font-size: 32px;
	}
}
@media only screen and (max-width: 359px) {

	.bg-opacity a.page-scroll.btn.btn-xl {
		top: 21px;
	}
	.intro-text {
		height: auto;
	}
	.bg-opacity a.page-scroll.btn.btn-xl {
		top: 50px;
	}
	aside.clients h2 {
		font-size: 18px;
	}
}

.tab-pane li{ list-style:none !important;}
.tab-pane li ul li{list-style:inside !important; }
.tab-pane h4{font-size:16px !important;}
.tab-pane ul li {
    list-style: inside !important;
   font-size: 18px;
}

.tab-pane li a, li {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #8c989e !important;
    font-weight: normal !important;
    font-family: 'Lato', sans-serif !important;
}


.reg_container.overview_page {
    margin: 0px;
}
p {
    color: #555459;
}
.div_enroll_btn a{
    cursor: pointer;
}
.slick-list.draggable::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0px;
	background-color: rebeccapurple;
	z-index: 1;
	height: 286px;
	background: -moz-linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	background:  linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	width: 63px;
}
.slick-list.draggable::after{
	content: '';
	position: absolute;
	right: -30px;
	top: 0px;
	background-color: rebeccapurple;
	z-index: 1;
	height: 286px;
	background: -moz-linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	background:  linear-gradient(to right, rgba(243, 243, 243, 0.8) 0%,rgba(0,0,0,0) 100%);
	width: 81px;
}

.slick-list.draggable .testi-moni {
	margin: 0px 39px !important;
}




/*---------09-03-2018--------------------*/
.testimonial_slider__round .testimonial_outer_wrap::before, .testimonial_slider__round .testimonial_outer_wrap::after {
    display: none;
}

.sldr_title {
    display: none;
}
.testimonial_wrapper {
    margin-top: 35px !important;
}

