body, h1,h2,h3,h4,h5,h6,p {
    font-family: 'Lato', sans-serif; 
	line-height: 32px;
}

body, p{
    font-family: 'Lato', sans-serif;
	font-size: 18px;
    line-height: 32px;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 24px 0px 24px 0px;
    margin: 0px 18px; 
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:14px;
  line-height:30px;
  font-weight:700;
  opacity:1;
  font-family: 'Lato', sans-serif;
  color:#600080;
  z-index:1;
  padding-right: 17px;
  text-transform: uppercase;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
    color: #1e7e34 !important;
} 

 
 
.bg-theme-light-blue{
	background-color:#56aeff;
}

.bg-theme-blue{
	background-color:#1893f8;
}

.bg-theme-dark-blue{
	background-color:#600080;
}

.bg-theme-highlight-blue{
	background-color:#233dff;
}

.bg-theme-light-gray{
	background-color:#8d9196;
}

.bg-theme-lighter-gray{
	background-color:#fcfcfc;
}

.bg-theme-dark-gray{
	background-color:#535456;
}

.text-theme-light-blue{
	color:#56aeff;
}

.text-theme-blue{
	color:#1893f8;
}

.text-theme-dark-blue{
	color:#600080;
}

.text-theme-highlight-blue{
	color:#233dff;
}

.text-theme-light-gray{
	color:#8d9196;
}

.text-theme-dark-gray{
	color:#535456;
}

.select2-container{
	border:1px solid #f1f1f1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

p{ 
  color: #333; 
}

h1, h2, h3, h4, h5, h6{ 
  color: #333; 
}


.wp-api-content p, .wp-api-content li { 
  color: inherit; 
  font-size:inherit;
}

.wp-api-content h1,
.wp-api-content h2,
.wp-api-content h3,
.wp-api-content h4,
.wp-api-content h5,
.wp-api-content h6{ 
  color: #inherit; 
  line-height:1.5em;
  margin-top:1em;
}

.p-14 p{
	font-size:1.2em;
}

.p-16 p{
	font-size:1.4em;
}

.wp-api-content ul, .wp-api-content li{
    list-style: square;
	margin-left:20px;
}

.scroll-top{
	background:#8d9196;
}

.footer-top .links-widget .links-list li { 
    margin-bottom: 5px;
}
 
 
.footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
 
.scroll-top {
    width: 50px;
    height: 60px;
    position: fixed;
    display: inline-block;
    bottom: 105%;
    right: 10px;
}

.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #cea2ec;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}

.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #cea2ec;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}

.service-section .anim-icon .icon-2 {
    position: absolute;
    top: 140px;
    right: 130px;
    background: #7D7D7D;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.sec-title .top-title {
  color:#1893f8;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #5CBA48;
    padding: 15px 44px;
    text-transform: uppercase;
    z-index: 1;
}

.theme-btn-one:after {
    background: #600080;
}

.ul-bullets li{
	list-style: disc;
}

.border-theme-dark-blue{
    border-color: #600080 !important;
}

.theme-btn-light-primary {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px; 
    font-weight: 700;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #600080;
    padding: 15px 44px;
    text-transform: uppercase;
    z-index: 1;
}

.theme-btn-light-primary:hover{ 
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #b268e6;  
}

.btn-purple {
  color: #fff;
  background-color: #75009e;
  border-color: #75009e;
}

.btn-purple:hover {
  color: #fff;
  background-color: #580075;
  border-color: #3c004f;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #218838;
  border-color: #3c004f;
  box-shadow: 0 0 0 0.2rem rgba(108, 0, 143, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #75009e;
  border-color: #75009e;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #3c004f;
  border-color: #6c008;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 0, 143, 0.5);
} 
 
.page-title:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
}

.applynow-section .apply-form .form-group input[type='text'],
.applynow-section .apply-form .form-group input[type='email'],
.applynow-section .apply-form .form-group input[type='number'],
.applynow-section .apply-form .form-group input[type='tel'],
.applynow-section .apply-form .form-group .select2-container ,
.applynow-section .apply-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 10px 10px;
  font-size: 17px;
  font-weight: 500;
  color: #2177b7;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group textarea{
  height: 70px;
  resize: none;
}

.applynow-section .apply-form .form-group .select-box{
  height: 40px;
}

.applynow-section .apply-form .form-group .nice-select{
  border: none !important;
  height: 60px;
  background: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #2177b7;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group .nice-select:after{
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}

.applynow-section .select2.select2-container.select2-container--default{
	padding:5px;
}

@media only screen and (max-width: 1749px){
	.main-header .main-menu { max-width:none; }
}
