/* Typography
================================================== */
body {
    background: #fff;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'robotoregular';
    font-size: 16px;
}
p {
    font-family: 'robotoregular';
    font-size: 16px;
    font-size: 16px;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    color: #2f2c2c;
}
h1 {
    font-weight: 800;
}
h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 60px;
}
h4 {
    font-size: 18px;
}
/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
    outline: 0 solid;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0 solid;
}
a:hover {
    color: #FA6742;
}
.text_align_left {
    text-align: left !important
}
button:focus, .btn:focus {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    outline: 0 solid;
    -webkit-box-shadow: none;
box-shadow: none;
    border-color: #f93c3c;
    background: #f93c3c;
}
.tw-readmore {
    color: #2f2c2c;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tw-readmore:hover {
    color: #f93c3c;
}
.tw-readmore i {
    padding-left: 5px;
}
/* Margin Top */
.tw-mt-80 {
    margin-top: 80px !important;
}
.tw-mt-70 {
    margin-top: 70px !important;
}
.tw-mt-65 {
    margin-top: 65px !important;
}
.tw-mt-60 {
    margin-top: 60px !important;
}
.tw-mt-40 {
    margin-top: 40px !important;
}
.tw-mt-30 {
    margin-top: 30px !important;
}
.tw-mt-20 {
    margin-top: 20px !important;
}
.tw-mt-15 {
    margin-top: 15px !important;
}
/* Margin Bottom */
.tw-mb-165 {
    margin-bottom: 165px;
}
.tw-mb-105 {
    margin-bottom: 105px;
}
.tw-mb-80 {
    margin-bottom: 80px;
}
.tw-mb-70 {
    margin-bottom: 70px;
}
.tw-mb-65 {
    margin-bottom: 65px;
}
.tw-mb-60 {
    margin-bottom: 60px;
}
.tw-mb-40 {
    margin-bottom: 40px;
}
.tw-mb-35 {
    margin-bottom: 35px;
}
.tw-mb-30 {
    margin-bottom: 30px;
}
/* Background Overlay */
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* Input Form */
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
 color: #b2b2b2;
 font-size: 15px;
}
/* Section Padding */
section {
    padding: 40px 0;
    position: relative;
}
/* Section Heading */
.section-heading {
    margin-bottom: 80px;
}
.section-heading h2 {
    color: #2f2c2c;
    font-size: 44px;
    font-weight: 600;
    position: relative;
}
.section-heading h2 small {
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}
.section-heading h2 span {
    color: #f93c3c;
}
.section-heading h2:after {
    position: absolute;
    bottom: -23px;
    width: 65px;
    height: 3px;
    content: "";
    background: #f93c3c;
    left: 50%;
    margin-left: -34px;
}
.section-heading h3 {
    color: #2f2c2c;
    font-size: 44px;
    font-weight: 600;
    position: relative;
}
.section-heading h3 small {
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}
.section-heading h3 span {
    color: #f93c3c;
}
.section-heading h3:after {
    position: absolute;
    bottom: -23px;
    width: 65px;
    height: 3px;
    content: "";
    background: #f93c3c;
    left: 0;
}
.section-heading.tw-text-white h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    position: relative;
}
.section-heading.tw-text-white h2 small {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}
.section-heading.tw-text-white h2 span {
    color: #fff;
}
.section-heading.tw-text-white h2:after {
    position: absolute;
    bottom: -23px;
    width: 65px;
    height: 3px;
    content: "";
    background: #fff;
    left: 50%;
    margin-left: -34px;
}
/* Section Title */
.section-title {
    color: #2f2c2c;
    font-size: 44px;
}
/* Column Title */
.column-title {
    font-size: 28px;
    display: block;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    color: #032846;
    font-family: 'robotobold';
}
.column-title small {
    font-size: 14px;
    text-transform: uppercase;
    color: #b4b4b4;
    margin-bottom: 20px;
    display: block;
}
.column-title span {
    color: #f93c3c;
}
.column-title:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 115px;
    height: 3px;
    background: #f93c3c;
}
/* Bottom Border */
.bottom-border {
    width: 50px;
    height: 3px;
    display: block;
    position: relative;
}
.bottom-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    content: "";
    background-color: #FA6742;
}
.bottom-border:after {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #FA6742;
}
.bottom-border.bottom-border-green:before, .bottom-border.bottom-border-green:after {
    background-color: #32CC73;
}
.bottom-border.bottom-border-yellow:before, .bottom-border.bottom-border-yellow:after {
    background-color: #FFB72F;
}
/* Text Color */
.text-orange {
    color: #fa6742 !important;
}
.text-shamrock {
    color: #2BC2A7 !important;
}
.text-yellow {
    color: #FFB72F !important;
}
.text-black {
    color: #2f2c2c !important;
}
.text-green {
    color: #f93c3c !important;
}
/* Font Weight */
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
/* No padding */
.no-padding {
    padding: 0;
}
/* Button */
.btn {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'robotomedium';
    font-weight: normal;
    padding: 12px 30px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 99;
    border-radius: 50px;
}
.btn-lg {
    padding: 16px 45px;
}
.btn-primary {
    border: 1px solid #f93c3c;
    background: #f93c3c;
}
.btn-primary:hover {
    background: #FFB72F;
    border-color: #FFB72F;
}
.btn-secondary {
    background-color: #faa41c;
    border-color: #faa41c;
}
.btn-secondary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d;
}
.btn-dark {
    background: #0c2c47;
    border-color: #0c2c47;
}
.btn-dark:hover {
    background: #faa41c;
    border-color: #faa41c;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
}
.owl-carousel {
    z-index: auto;
}
.owl-carousel img {
    width: auto !important;
}
/* Carousel Black Dots */
.carousel-black-dots .owl-dots button.owl-dot {
    background: #92908E !important;
}
.carousel-black-dots .owl-dots button.owl-dot.active {
    background: #362F2D !important;
}
/* No Border */
.no-border {
    border: none !important;
}
/* Testimonial */
.testimonial-bg {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 72px;
    height: 65px;
    border-radius: 8px;
    display: table;
}
.testimonial-bg-orange {
    background-color: #FA6742;
}
.testimonial-bg-orange:after {
    border-color: #FA6742 transparent transparent #FA6742;
}
.testimonial-bg-green {
    background-color: #32CC73;
}
.testimonial-bg-green:after {
    border-color: #32CC73 transparent transparent #32CC73;
}
.testimonial-bg-yellow {
    background-color: #FFB72F;
}
.testimonial-bg-yellow:after {
    border-color: #FFB72F transparent transparent #FFB72F;
}
.testimonial-icon {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-icon img {
    display: block;
    margin: 0 auto;
}
/* ************************* Header  ****************************/
/*************************** Nav ********************************/

.top-contact-info span {
    font-size: 14px;
    color: #fff;
    padding-right: 5px;
}
.top-contact-info span i {
    color: #f93c3c;
    margin-right: 6px;
    font-size: 18px;
}
.tw-top-bar-angle .top-contact-info span {
    color: #fff;
    padding-left: 0;
    padding-right: 40px;
}
.tw-header {
    background: #fff;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}
.tw-head {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
    padding: 9px 0px;
}
.navbar {
    padding: 0;
}
ul.navbar-nav li.nav-item > a {
    padding: 26px 8px !important;
}
nav.navbar {
    position: relative;
    z-index: 1;
    padding: 0;
}
.tw-nav-brand {
    position: relative;
    z-index: 2;
    padding: 0px;
}
.navbar-collapse {
    margin-top: 8px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: #f93c3c;
    background-color: #f93c3c;
}
.navbar-light .navbar-toggler:hover {
    cursor: pointer;
}
ul.navbar-nav li {
    margin: 0 0;
}
ul.navbar-nav a {
    display: block;
    position: relative;
    border-radius: 3px;
}
ul.navbar-nav > li.nav-item.active a {
/* color: #f93c3c !important;
	border:2px solid;*/
}
/*ul.navbar-nav > li.nav-item.active > a:before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  border-top: 5px solid #f93c3c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-left: -5px;
}
ul.navbar-nav > li.nav-item.active > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f93c3c;
}
ul.navbar-nav > li.nav-item:hover > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #f93c3c;
}
ul.navbar-nav > li.nav-item:hover > a:before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  border-top: 5px solid #f93c3c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-left: -5px;
}*/
ul.navbar-nav > li.nav-item > a.nav-link {
    position: relative;
    z-index: 2;
}
/* ==========================
               Navbar Link
      =============================*/
.navbar-light .navbar-nav .nav-link {
    color: #103344;
    font-weight: 500;
    font-size: 15px;
    margin-right: 8px;
    text-transform: uppercase;
    font-family: 'robotomedium';
    line-height: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f93c3c;
}
span.tw-indicator:after {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-social-links {
    position: relative;
}
.tw-social-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tw-social-links li {
    display: inline-block;
    padding-left: 20px;
}
.tw-social-links a {
    display: block;
    font-size: 14px;
    color: #2f2c2c;
}
.tw-social-links a:hover {
    color: #fa6742;
}
/* ==========================
  Dropdown Menu
=============================*/
li.dropdown:hover ul.tw-dropdown-menu {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    display: block;
}
ul.tw-dropdown-menu {
    width: 285px;
    padding: 16px 15px 33px;
    margin: 0;
    border: none;
    border-radius: 0;
    z-index: -1;
}
ul.tw-dropdown-menu li {
    display: block;
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dotted #b8b8b8;
    position: relative;
}
ul.tw-dropdown-menu li a {
    font-size: 14px;
    color: #434343;
    line-height: 30px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-family: 'robotoregular';
    background: url(../images/footer_menu_point.png) no-repeat left 11px;
}
ul.tw-dropdown-menu li a:hover {
    color: #f93c3c;
}
ul.tw-dropdown-menu li a:hover, ul.tw-dropdown-menu li a.active {
    color: #f93c3c;
}
ul.tw-dropdown-menu li.active > a {
    color: #f93c3c;
}
/* ==========================
	Mega Menu
=============================*/
.tw-megamenu-wrapper {
    position: static;
    z-index: 1;
}
.tw-mega-menu {
    position: absolute;
    border: none;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    z-index: -1;
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
.tw-mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tw-mega-menu a {
    color: #757575;
    font-weight: 500;
}
.tw-mega-menu a:hover {
    color: #f93c3c;
}
.tw-mega-menu p {
    color: #757575;
}
.tw-megamenu-title h3 {
    font-size: 20px;
    color: #2e2c2d;
    font-weight: 600;
    padding-bottom: 3px;
}
.tw-mega-menu ul li {
    padding-bottom: 19px;
}
li.dropdown:hover .tw-mega-menu {
    display: block;
}
.megamenu-img {
    margin-right: -45px;
}
/* ==========================
    menu-bar right- login-freedemo
=============================*/
.tw-right-btn-div {
    width: auto;
    height: auto;
    position: relative;
    z-index: 3;
}
.tw-right-btn-div a {
    color: #ffffff;
    padding: 12px 15px;
    line-height: 20px;
    font-size: 15px;
    font-family: 'robotomedium';
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 5px;
}
.tw-right-btn-div a:hover, .tw-right-btn-div a.login:hover, .tw-right-btn-div a.freedemo:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #0c2c47;
}
.tw-right-btn-div a.login {
    color: #fefeff;
    background-color: #3b84c2;
}
.tw-right-btn-div a.freedemo {
    background-color: #f93c3c;
}
/*========================
            Slider area 
      ========================*/
.slider-items {
    height: 580px;
    background-color: #f5f5f5;
}
.slider-items.bennar-one {
    background: url(../images/banner2-bg.jpg) center top no-repeat;
    background-size: cover;
}
.slider-items.bennar-two {
    background: url(../images/banner3-bg.jpg) center top no-repeat;
    background-size: cover;
}
.slider-items.bennar-three {
    background: url(../images/banner1-bg.jpg) center top no-repeat;
    background-size: cover;
}
.slider-items .row, .slider-items .container {
    height: 100%;
}
.slider-items .slide-text-right {
    padding-left: 60px;
}
.slider-content h1 {
    font-size: 46px;
    font-weight: normal;
    color: #fffefe;
    margin-bottom: 25px;
    text-align: left;
    padding: 0px;
    font-family: 'robotobold';
    text-transform: uppercase;
    line-height: 64px;
}
.slider-content h2 {
    font-size: 26px;
    font-weight: normal;
    color: #00fe67;
    margin-bottom: 30px;
    text-align: left;
    padding: 0px;
    font-family: 'robotobold';
    text-transform: uppercase;
}
.slider-content .slider-hd-two {
    font-size: 46px;
    font-weight: normal;
    color: #0c2c47;
    margin-top: 20px;
    text-align: left;
    padding: 0px;
    font-family: 'robotobold';
    text-transform: uppercase;
    line-height: 64px;
    margin-bottom: 6px;
}
.slider-content .slider-sd-two {
    font-size: 32px;
    font-weight: normal;
    color: #fad238;
    margin-bottom: 10px;
    text-align: left;
    padding: 0px;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-content .slider-sd-three {
    font-size: 38px;
    line-height: 80px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
    font-family:'robotoblack';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-content .slider-sd-three .yellow-text{
    color: #fad238;
}
.btn-row-div{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.btn-row-div .btn-clo-div{
    display: inline-block;
    width: 180px;
    height: auto;
    padding: 0px 10px;
}
.slider-content .slider-desc {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}
.tw-slider-area .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.tw-slider-area .owl-nav button {
    position: absolute;
    left: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 0 !important;
    background: #f93c3c !important;
    margin-top: -25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tw-slider-area .owl-nav button i {
    font-size: 20px;
    color: #fff;
}
.tw-slider-area .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}
.tw-slider-area .owl-nav button:hover {
    background: #FFB72F !important;
}
.tw-slider-area .active h1, .tw-slider-area .active h2, .tw-slider-area .active a, .tw-slider-area .active img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tw-slider-area .active h1 {
    -webkit-animation: fadeInDown .5s linear 300ms both;
    animation: fadeInDown .5s linear 300ms both;
}
.tw-slider-area .active h2 {
    -webkit-animation: fadeInDown .5s linear 600ms both;
    animation: fadeInDown .5s linear 600ms both;
}
.tw-slider-area .active img {
    -webkit-animation: fadeInUp .5s linear 900ms both;
    animation: fadeInUp .5s linear 900ms both;
}
.tw-slider-area .active a {
    -webkit-animation: fadeInDown .5s linear 1100ms both;
    animation: fadeInDown .5s linear 1100ms both;
}
.tw-slider-area .owl-nav button .tw-features-area {
    z-index: 1;
}
.header-1 article:nth-of-type(3) ul li .li3:hover {
    background: #3B5998;
    width: 83px;
}
.header-1 article:nth-of-type(3) ul li .li:hover {
    background: #0E76A8;
    width: 76px;
}
.tw-slider-area .owl-nav button .tw-features-area .column-title {
    margin-right: -32px;
    margin-top: -4px;
}
.tw-slider-area .owl-nav button .tw-features-area:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    background-image: url("../images/features/wave.html");
    z-index: -1;
}
.features-text {
    position: relative;
}
.features-text:after {
    position: absolute;
    left: -48px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #FA6742;
}
.features-box {
    text-align: center;
    background: #f7f7f7;
    padding: 32px 40px 32px;
    min-height: 315px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-box .features-icon {
    margin-bottom: 26px;
    width: 100%;
    height: 50px;
}
.features-box .features-icon-inner {
    vertical-align: middle;
}
.features-box h3 {
    font-size: 20px;
    color: #2f2c2c;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
}
.features-box p {
    margin-bottom: 5px;
}
.pagecontact {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #333;
}
.pagecontact article {
    float: left;
    width: 22.5%;
    padding: 0 15px;
}
.pagecontact article .left {
    float: left;
    width: 16%;
    margin-right: 10px;
    border-radius: 5px;
}
.pagecontact article .right {
    float: left;
    width: 78%;
}
.pagecontact article .right p a {
    color: #fff;
}
.pagecontact article .left img {
    max-width: 100%;
    float: left;
}
.pagecontact article .right span {
    float: left;
    width: 100%;
    font-size: 11.4px;
    color: #fff;
}
.pagecontact article .right p {
    font-size: 17px;
    color: #fff;
}
footer {
    width: 100%;
    float: left;
    background-color: #333;
    padding: 20px 0 0 0;
    border-top: 10px solid #1F73B7;
}
footer article {
    width: 22.5%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
}
footer article h4 {
    color: #fff;
    font-weight: normal;
    position: relative;
    font-size: 18px;
}
footer article ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
footer article li {
    list-style: none;
    line-height: normal;
}
footer article li a {
    color: #fff;
    font-size: 12px;
}
footer article h4::before {
    content: "";
    display: inherit;
    position: absolute;
    border-left: 60px solid #1F73B7;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: -5px;
    right: 0;
    top: auto;
    background: #999;
}
footer article p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
}
footer article p {
    color: #fff;
	line-height:22px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
}
footer article div a {
    color: #fff;
}
.footer-bottom .left p {
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
}
.footer-bottom .left {
    float: left;
    width: 50%;
}
.footer-bottom .left p {
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
}
.footer-bottom {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    border-top: 1px solid #1F73B7;
}
.features-box a {
    margin-top: 10px;
}
.features-box:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.features-box:hover h3 {
    color: #f93c3c;
}
.features-box:hover .tw-readmore {
    color: #f93c3c;
}
/*======================== 
		Index-Posts-Three-box
  ========================*/
.index-posts {
    position: relative;
    z-index: 3;
    margin-top: -25px;
    padding: 0px;
}
.row--custom {
    margin: 0;
    border-radius: 3px;
    background-color: #032846;
    box-shadow: 0 5px 9px rgba(165,165,165,0.48);
}
.row--custom div[class*="col-"] {
    padding: 0;
}
.post {
    padding: 15px;
    border-radius: 3px;
    background-color: #032846;
    color: #ffffff;
}
.post .entry-header {
    margin: 0px 0px 24px 0px;
    height: 177px;
}
.post .entry-header a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
.post .entry-header img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-size: 0;
    display: block;
    z-index: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.post .entry-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #466d85;
}
.post_title {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'robotobold';
    text-transform: uppercase;
}
.post_title a {
    color: #faa41c;
}
.post_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 22px;
    background-color: #f93c3c;
}
.post .entry-content p {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: 'robotoregular';
    margin: 0px;
}
.post .entry-footer {
    padding: 5px 0;
    text-align: right;
}
.btn--more {
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    font-family: 'robotoregular';
    color: #fff;
}
.btn--more i {
    color: #469cd6;
    margin-right: 8px;
    font-size: 20px;
    top: 2px;
    position: relative;
}
.btn--more:hover {
    color: #f93c3c;
}
/*======================== 
		Welcome To
  ========================*/
#welcome-to {
    height: auto;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
#header-add-phone {
    float: left;
    width: 100%;
}
#welcome-to p {
    text-align: center;
    /* color: #434343; */
}
#welcome-to .welcome-img-div {
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
#welcome-to .welcome-img-div img {
    max-width: 100%;
    display: inline;/*box-shadow: 0px 10px 30px 0 rgba(49, 52, 57, 0.3), 0 10px 30px rgba(0, 0, 0, 0.08);*/	
}
.section-heading {
    margin-bottom: 30px;
}
.heading-titel {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 12px 0px;
    position: relative;
    color: #032846;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'robotobold';
    text-align: center;
    background: url(../images/titel-line-img.png) no-repeat center bottom;
    font-weight: normal;
}
.heading-titel a{
    text-decoration: none;
    color: #032846;
}
.heading-titel span {
    color: #1478c6;
}
.titel-sub-text {
    color: #333333;
    font-family: 'robotoregular';
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
}
/*======================== 
		Analysis area 
  ========================*/
.tw-analysis-area {
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.tw-analysis-area .column-title {
    margin-top: -7px;
}
.analysis-form {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 40px 17px;
    position: relative;
    margin-top: -50px;
    z-index: 2;
}
.analysis-form input[type=url], .analysis-form input[type=email] {
    padding: 15px 30px;
    border: 1px solid #DCDCDC;
}
.analysis-form input[type=url]:focus {
    outline: solid 0;
}
.analysis-form input[type=email] {
    position: relative;
}
.analysis-form input[type=email]:focus {
    outline: solid 0;
}
.analysis-form input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    background: #f93c3c;
    color: #fff;
    padding: 13px 37px;
    border: none;
}
.analysis-form input[type=submit]:hover {
    cursor: pointer;
}
.analysis-form:focus {
    outline: solid 0;
}
/*=======================
            Intro area 
      =======================*/
.tw-intro-area {
    background-color: #fff;
    color: #757575;
}
.tw-intro-area p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 15px;
}
.tw-intro-area .btn {
    margin-top: 36px;
    margin-right: 20px;
}
.tw-intro-area img {
    margin-top: 20px;
}
.intro-list {
    margin-bottom: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.intro-list li {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
}
.intro-list li:before {
    font-family: 'iconfont';
    content: "\e91e";
    color: #f93c3c;
    margin-right: 10px;
    font-size: 12px;
}
.intro-list li:last-child {
    margin-bottom: 0;
}
/* ==========================
               FuncFacts
      =============================*/
.tw-facts {
    z-index: 2;
    padding: 40px 0 40px;
    background: url("../images/funfact_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.facts-title {
    margin: 6px 0 18px;
    font-size: 38px;
    font-weight: normal;
    font-family: 'robotomedium';
    color: #fff;
    padding: 0px;
}
.count_box_in {
    width: 206px;
    height: 206px;
    margin: 0px auto;
    border: 5px solid #fff;
    border-radius: 100px;
}
.count_box_in > a {
    display: block;
    height: 206px;
    padding-top: 45px;
    width: 100%;
}
.count_area {
    font-size: 35px;
    color: #fff;
    font-family: "museo_slab500";
    text-align: center;
}
.count_area > img {
    display: block;
    margin: 0 auto 15px;
    vertical-align: middle;
}
.count_box_in a img {
    transition: all 0.7s ease 0s;
}
.count_box_in a:hover img {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.facts-content {
    color: #faa41c;
}
.facts-content .counter {
    font-size: 38px;
    font-weight: normal;
    font-family: 'robotomedium';
    color: #00aeef;
}
.facts-content .pluse {
    font-size: 38px;
    font-family: 'robotomedium';
    color: #fff;
    left: -4px;
    position: relative;
}
/* ==========================
               Service Area
      =============================*/
.tw-service {
    padding: 30px 0px;
}
.prev_next_row {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 15px;
}
.prev_btn {
    /*position: absolute;*/
    width: 36px;
    height: 36px;
    background: #f93c3c;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
}
.prev_btn:hover, .next_btn:hover {
    color: #0c2c47;
}
.next_btn {
    /*position: absolute;*/
    width: 36px;
    height: 36px;
    background: #f93c3c;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
}
.core_features {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.core_features_tab {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px;
}
.core_features_tab a {
    /*display: inline-block;*/
    width: 20%;
    margin: 0px;
    padding: 5px 0px;
    float: left;
    text-align: center;
    border-bottom: 5px solid;
    color: #032846;
    font-size: 15px;
    font-family: 'robotomedium';
    position: relative;
}
.core_features_tab a.academics {
    border-color: #00a4ca;
}
.core_features_tab a.student {
    border-color: #74a52e;
}
.core_features_tab a.transportation {
    border-color: #d24280;
}
.core_features_tab a.exam {
    border-color: #faa41c;
}
.core_features_tab a.payroll {
    border-color: #ea4f4f;
}
.core_features_tab a.current::after {
    bottom: -19px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #000;
}
.core_features_tab a.academics.current::after {
    border-top: 7px solid #00a4ca;
}
.core_features_tab a.student.current::after {
    border-top: 7px solid #74a52e;
}
.core_features_tab a.transportation.current::after {
    border-top: 7px solid #d24280;
}
.core_features_tab a.exam.current::after {
    border-top: 7px solid #faa41c;
}
.core_features_tab a.payroll.current::after {
    border-top: 7px solid #ea4f4f;
}
.core_features_tab a .tab-icon-span {
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/core_features_tab.html) no-repeat rgba(0,0,0,0);
    margin: 0 auto 10px;
}
.core_features_tab a .tab-icon-1 {
    background-position: -1px -1px;
}
.core_features_tab a .tab-icon-2 {
    background-position: -91px -1px;
}
.core_features_tab a .tab-icon-3 {
    background-position: -181px -1px;
}
.core_features_tab a .tab-icon-4 {
    background-position: -271px -1px;
}
.core_features_tab a .tab-icon-5 {
    background-position: -361px -1px;
}
.tab-con-item .view-clo {
    float: left;
}
.tab-con-item .view-clo .icon-div {
    width: auto;
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.tab-con-item .view-clo .titel-line {
    height: 3px;
    width: auto;
    margin: 10px 0px;
    background: url(../images/tab-con-item-line.png) no-repeat center;
}
.tab-con-item .view-clo .titel-text {
    color: #032846;
    font-size: 20px;
    text-align: center;
    font-family: 'robotomedium';
    margin: 0px;
    padding: 0px
}
.tab-con-item .text-details {
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    color: #434343;
    padding: 10px 20px 20px;
    text-align: center;
}
.tab-con-item .view-clo .icon-div img {
    vertical-align: middle;
}
.tab-con-item .view {
    width: auto;
    height: 234px;
    margin: 0px;
    float: none;
    /*border: 1px solid #00aeef;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #f6f6f6 !important;
    cursor: default;
    background: #fff;
}
.tab-con-item .view .mask, .view .content {
    width: 100%;
    height: 234px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.tab-con-item .view img {
/*display: block;
   position: relative;*/
}
.tab-con-item .view h2 {
    text-transform: capitalize;
    color: #032846;
    text-align: center;
    font-family: 'robotomedium';
    position: relative;
    font-size: 20px;
    padding: 0px;
    margin: 20px 0 0 0;
}
.tab-con-item .view p {
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    color: #434343;
    padding: 0px 20px 18px;
    text-align: center;
}
.tab-con-item .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #f93c3c;
    color: #fbf5f5;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    font-family: 'robotomedium';
    border-radius: 3px;
    margin-bottom: 22px;
}
.tab-con-item .view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.tab-con-item .view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab-con-item .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    border: 1px solid #00aeef;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tab-con-item .view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tab-con-item .view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab-con-item .view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.tab-con-item .view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tab-con-item .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.tab-con-item .view-first:hover h2, .tab-con-item .view-first:hover p, .tab-con-item .view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.tab-con-item .view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.tab-con-item .view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/* ==========================
            Simple, Powerful & Affordable
      =============================*/
.simple-powerful-section {
    padding: 30px 0px;
}
.tw-case .btn-lg {
    padding: 16px 55px;
}
.tw-case-study-box:hover .casestudy-content {
/*-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
  background: #fff;*/
}
.tw-case-study-box:hover .casestudy-content h4 {
    color: #f93c3c;
}
.casestudy-content {
    /*background: #f7f7f7;*/
    padding: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 30px 0px 0px 0px;
}
.casestudy-content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #032846;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'robotobold';
    line-height: 30px;
}
.casestudy-content p {
	color: #434343;
	font-size: 14px;
	line-height: 24px;
	font-family: 'robotoregular';
	margin: 0px;
	padding: 0;
	text-align: center;
}
.casestudy-content .readmore {
    font-family: 'robotoregular';
    color: #00aeef;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
}
.casestudy-content .readmore:hover {
    text-decoration: underline;
    color: #f93c3c;
}
/* ==========================
          Working Process
      =============================*/
.work-process {
    z-index: 2;
    padding: 40px 0 40px;
    background: url("../images/app-features-main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.mobile-app-features-screen {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
.mobile-app-features {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.mobile-app-features-row {
    width: auto;
    height: auto;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.mobile-app-features-row .titel-text {
    color: #ffffff;
    font-size: 20px;
    margin: 12px 0px 20px 0px;
    padding: 0px;
    font-family: 'robotomedium';
    line-height: 50px;
}
.mobile-app-features-row .titel-text img {
    margin: 0px 8px;
}
.mobile-app-features-row .details-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'robotoregular';
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.app_features_button {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.app_features_button a {
    box-sizing: border-box;
    font-size: 20px;
    padding: 10px 33px;
    background: #f93c3c;
    color: #FFFFFF;
    border-radius: 3px;
    font-family: 'robotomedium';
    text-decoration: none;
    display: inline-block;
}
.app_features_button a:hover {
    text-decoration: none;
    color: #fff;
    background: #faa41c;
}
.work-bg-pattern {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: 45px;
}
.tw-work-process {
    text-align: center;
}
.tw-work-process p {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-work-process:hover p {
    color: #FFB72F;
}
.process-wrapper {
    width: 200px;
    background-color: #f7f9f8;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.process-wrapper:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
}
.process-inner {
    vertical-align: middle;
    text-align: center;
    position: relative;
}
/* ==========================
    Clietns
=============================*/
.tw-client {
    padding: 40px 0px;
}
.clients-carousel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.clients-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.clients-carousel .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 70px;
}
.clients-carousel .owl-dots button.owl-dot {
    display: inline-block;
    background: #CDCBCA;
    width: 7px;
    height: 7px;
    margin: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.clients-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D;
}
.client-logo-wrapper {
    width: 100%;
}
.client-logo {
    text-align: center;
    vertical-align: middle;
}
/* ==========================
    Footer
=============================*/
.tw-footer {
    padding: 30px 0 0;
    background-color: #0c2c47;
    position: relative;
    z-index: 2;
    clear: both;
}
.tw-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}
.tw-footer .contact-us .contact-info {
    margin-left: 50px;
}
.tw-footer .contact-us.contact-us-last {
    margin-left: -80px;
}
.tw-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #FA6742;
}
.footer-contact {
    border-bottom: 1px solid #466d85;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer-contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contact-info li .info-wrapper {
    display: inline-block;
    padding-left: 15px;
}
.footer-contact-info li .info-wrapper .info-title {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 4px;
    font-family: 'robotobold';
}
.footer-contact-info li .info-wrapper .info-subtitle {
    font-size: 14px;
    font-family: 'robotoregular';
    color: #cdcdcd;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}
.footer-contact-info li .info-wrapper .info-subtitle a {
    text-decoration: none;
    color: #cdcdcd;
}
.footer-contact-info li .info-wrapper .info-subtitle a:hover {
    text-decoration: none;
    color: #f93c3c;
}
.footer-contact-info li span {
    display: inline-block;
    position: relative;
    top: 5px;
    float: left;
}
.footer-contact-info li span i {
    font-size: 38px;
    color: #f93c3c;
}
.tw-footer-info-box .footer-social-link h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'robotobold';
}
.tw-footer-info-box .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tw-footer-info-box .footer-social-link li {
    display: inline-block;
}
.tw-footer-info-box .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}
.tw-footer-info-box .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}
.tw-footer-info-box .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}
.tw-footer-info-box .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}
.tw-footer-info-box .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}
.tw-footer-info-box .footer-social-link a i.fa-instagram {
    background-color: #e91c5f;
}
.footer-info-text {
	font-family: 'robotoregular';
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	margin: 10px 0px;
}
.footer-left-widget {
    padding-left: 80px;
}
.footer-widget .section-heading {
    margin-bottom: 35px;
}
.footer-widget h3 {
    font-size: 22px;
    color: #fff;
    position: relative;
    font-family: 'robotobold';
    /*margin-bottom: 60px;*/
    margin-bottom: 38px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: normal;
}
.footer-widget h3:after {
    position: absolute;
    bottom: -25px;
    width: 65px;
    height: 3px;
    content: "";
    background: #3b84c2;
    left: 0;
}
.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget li {
    margin-bottom: 6px;
    line-height: 24px;
}
.footer-widget p {
    margin-bottom: 27px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: 'robotoregular';
    padding: 0px;
}
.footer-widget a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    font-family: 'robotoregular';
    background: url(../images/footer_menu_point.png) no-repeat left;
    padding-left: 20px;
}
.footer-widget a:hover {
    color: #f93c3c;
}
.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}
.footer-map-div{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 238px;
}
.footer-map-div a{
    margin: 0px;
    padding: 0px;
    background: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tw-footer-form {
    position: relative;
}
.tw-footer-form input[type=email] {
    padding: 14px 28px;
    background: #e0f1fc;
    border: 1px solid #e0f1fc;
    border-radius: 0;
}
.tw-footer-form input::-webkit-input-placeholder, .tw-footer-form input::-moz-placeholder, .tw-footer-form input:-ms-input-placeholder, .tw-footer-form input::-ms-input-placeholder, .tw-footer-form input::-webkit-input-placeholder {
 color: #0c2c47;
 font-size: 14px;
}
.tw-footer-form input::-webkit-input-placeholder, .tw-footer-form input::-moz-placeholder, .tw-footer-form input:-ms-input-placeholder, .tw-footer-form input::-ms-input-placeholder, .tw-footer-form input::placeholder {
 color: #0c2c47;
 font-size: 14px;
}
.tw-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border: 1px solid #e0f1fc;
    background: #e0f1fc;
    color: #fff;
}
.tw-footer-form button:hover {
    cursor: pointer;
}
.tw-footer-form button i {
    color: #4ea5de;
    font-size: 22px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
/* ==========================
    Contact
=============================*/
.copyright {
    padding: 18px 0;
    margin-top: 20px;
    background-color: #081b2c;
    text-align: left;
    color: #3b84c2;
    font-size: 13px;
    font-family: 'robotoregular';
}
.copyright span, .copyright a {
    color: #f93c3c;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 10px;
    text-decoration: none;
}
.copyright a:hover {
    color: #3b84c2;
}
.copyright-menu ul {
    text-align: right;
    margin: 0;
}
.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}
.copyright-bottom-link{
    margin: 0px;
    padding: 0px;
    text-align: right;
    color: #687b8b;
    font-size: 13px;
    font-family: 'robotoregular';
}
.copyright-bottom-link a{
    padding: 0px 6px;
    text-decoration: none;
    color: #687b8b;
    font-size: 13px;
}
.copyright-bottom-link a:hover{
    text-decoration: none;
    color: #f93c3c;
}
.back-to-top {
    position: relative;
    z-index: 2;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #f93c3c;
    border-color: #f93c3c;
}
/* Sub Pages
================================================== */
/*-- Banner --*/
.banner-area {
    position: relative;
    color: #fff;
    background-image: url("../images/banner/banner.html");
    background-position: 50% 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner-area .container {
    position: relative;
}
.banner-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: right;
    width: 100%;
}
.banner-heading {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 350px;
}
.breadcrumb {
    background: transparent;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
}
.breadcrumb li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.breadcrumb li a:hover {
    color: #000;
}
.breadcrumb li:last-child:before {
    color: #fff;
    content: "/\00a0";
    padding: 0 5px;
}
/* Home Variation 4 */
.header-lite .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-area .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Home Variation 5 */
.nav-transparent .megamenu-dark .tw-mega-menu {
    top: 63px;
}
.nav-transparent .tw-nav-brand {
    top: 5px;
}
.nav-transparent .navbar-nav li.nav-item > a {
    padding: 13px 0;
}
.navbar-fixed.header-dark {
    background-color: #363435;
}
.top-bar-lite .top-social-links {
    color: #2f2c2c;
}
.top-bar-lite .top-social-links i {
    color: #FA6742;
}
.top-bar-lite .top-contact-info {
    text-align: right;
}
.top-bar-lite .top-contact-info span {
    padding-left: 5px;
    color: #2f2c2c;
}
.top-bar-lite .top-contact-info i {
    font-size: 12px;
    margin-left: 5px;
    color: #FA6742;
}
.header-transparent.header-absolute {
    position: absolute;
    width: 100%;
}
.nav-transparent {
    background: transparent;
}
.tw-slider {
    margin-top: 155px;
}
.slider-3.tw-slider-bg-dark, .slider-2.tw-slider-bg-dark {
    background: none;
}
.tw-slider-bg-dark {
    position: relative;
    z-index: 2;
}
.tw-slider-bg-dark .slider-wrapper {
    height: 814px;
}
.tw-slider-bg-dark:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url("../images/slider/slider-banner-2.html");
    background-size: cover;
    background-position: right center;
}
.slider-bg-dark, .slider-dark {
    z-index: auto;
}
.slider-bg-dark.tw-hero-slider .owl-nav button i, .slider-dark.tw-hero-slider .owl-nav button i {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-bg-dark.tw-hero-slider .owl-nav button i:hover {
    color: #FA6742;
}
.slider-dark.tw-hero-slider .owl-nav button i:hover {
    color: #FA6742;
}
.slider-dark .tw-slider-bg-dark:after {
    background: url("../images/slider/slider-banner-1.html");
}
.slider-content-dark h1 span {
    color: #FA6742;
}
.offcanvas-menu-dark i {
    color: #fff;
}
.offcanvas-menu-dark span {
    background: #fff;
}
/* home Variation 6 */
.top-bar-dark {
    background: #1b1b21;
}
.top-bar-dark .top-social-links {
    color: #FA6742;
}
.top-bar-dark .top-social-links i {
    color: #fff;
}
.top-bar-dark .top-contact-info span {
    color: #fff;
}
.top-bar-dark .top-contact-info i {
    color: #FA6742;
}
/* Home Variation 7 */
.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu ul li a {
    display: block;
    padding-right: 30px;
    color: inherit;
}
.middle-bar .top-contact span {
    padding-right: 0;
    padding-left: 50px;
}
.middle-bar .top-contact i {
    margin-left: 10px;
    color: #FA6742;
}
.full-width-head {
    background: #2f2c2c;
}
.nav-full-width ul.navbar-nav li {
    padding-left: 0;
    padding-right: 30px;
}
.nav-full-width .navbar-nav li {
    padding-left: 0;
}
.nav-full-width .navbar-nav .active > .nav-link, .nav-full-width .navbar-nav .nav-link {
    color: #fff;
}
.nav-full-width .tw-mega-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-mega-menu h3, .nav-full-width .tw-mega-menu p, .nav-full-width .tw-mega-menu li a {
    color: #fff;
}
.nav-full-width .tw-dropdown-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-dropdown-menu li a {
    color: #fff;
}
.full-width-offcanvas-menu {
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.full-width-offcanvas-menu i {
    color: #fff;
    border-color: #4D4B4C;
}
.full-width-offcanvas-menu span {
    background: #fff;
}
/* Home Variation 7 */
.main-header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.tw-offcanvas-menu.solid-bg i {
    border-color: #ffffff;
}
.solid-bg {
    height: 58px;
    line-height: 58px;
    background: #FA6742;
    padding: 0 15px;
    border-left: 8px solid #F7F9F8;
    width: 165px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.solid-bg .inline-menu {
    right: -10px;
}
.solid-bg i {
    padding-right: 25px;
    margin-right: 5px;
}
.slider-abosulte .slider-content h1 {
    color: #2f2c2c;
}
.slider-abosulte .slider-content h1 span {
    color: #FA6742;
}
.slider-abosulte .slider-content p {
    color: #757575;
}
/* Faq
======================== */
.faq-right .widget-adds {
    margin-top: 0;
}
.faq-right .tw-testimonial-box {
    background: #f7f9f8;
    margin-bottom: 30px;
}
.card-header {
    background: none;
    border: none;
    padding: 15px 30px;
}
.card-header h4 {
    margin: 0;
    padding-left: 0;
}
.card-header h4 a {
    color: #2f2c2c;
    font-size: 15px;
    font-weight: 600;
}
.card-header h4 a i {
    color: #f93c3c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 5px;
}
.card-header:hover {
    cursor: pointer;
}
.faq-indicator {
    float: right;
}
.card {
    margin-bottom: 15px;
    border-radius: 0;
}
.card-block {
    padding: 10px 30px 15px;
    font-size: 15px;
}
/* Team
================ */
.tw-expert {
    padding-top: 0;
}
.expert-team img {
    border-radius: 0;
}
.navbar-fixed {
    z-index: 100;
    position: fixed;
    opacity: 1;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.off-canvas, .tw-head, .tw-header {
    -webkit-transition: all 800ms;
    transition: all 800ms;
}
.off-canvas ~ .tw-hero-slider {
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.tw-hero-slider {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/* Background Color */
.bg-white {
    background-color: #ffffff;
}
.bg-green {
    background-color: #f93c3c;
}
.bg-orange {
    background-color: #fc8469;
}
.bg-blue {
    background-color: #478FFF;
}
.bg-yellow {
    background-color: #FFB72F;
}
.bg-ash {
    background-color: #EEF0EF;
}
.bg-offwhite {
    background-color: #f5f5f5;
}
.bg-lightgray {
    background-color: #f7f7f7;
}
.bg-shrock {
    background-color: #2BC2A7;
}
.bg-darkBlue {
    background-color: #2f57c9;
}
.bg-pink {
    background-color: #f6576e;
}
.bg-violet {
    background-color: #BA01FF;
}
/*Top-Tab-Menu-Features-Css*/
.top-menu-tab {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.top-menu-tab-row {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #d3d3d3;
}
.top-menu-tab-row a {
    float: left;
    margin: 0px;
    padding: 24px 12px 24px 66px;
    position: relative;
    font-family: 'robotobold';
    font-size: 16px;
    color: #032846
}
.top-menu-tab-row a .top-menu-tab-icon {
    width: 55px;
    height: 55px;
    margin: 0px;
    padding: 0px;
    background: url(../images/top-menu-features-tab-icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 11px;
}
.top-menu-tab-row a:hover {
    color: #f93c3c;
}
.top-menu-tab-row a.current {
    color: #f93c3c;
}
.top-menu-tab-row a.current .active {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    z-index: 200;
    left: 44%;
}
.top-menu-tab-row a.current .academics-tab-line {
    background: #00a4ca;
}
.top-menu-tab-row a.current .student-tab-line {
    background: #74a52e;
}
.top-menu-tab-row a.current .transportation-tab-line {
    background: #d24280;
}
.top-menu-tab-row a.current .exam-tab-line {
    background: #faa622;
}
.top-menu-tab-row a.current .payroll-tab-line {
    background: #ea4f4f;
}
.top-menu-tab-row a .top-menu-tab-icon.academics-tab-icon {
    background-position: 0 0;
}
.top-menu-tab-row a .top-menu-tab-icon.student-tab-icon {
    background-position: -65px 0;
}
.top-menu-tab-row a .top-menu-tab-icon.transportation-tab-icon {
    background-position: -130px 0;
}
.top-menu-tab-row a .top-menu-tab-icon.exam-tab-icon {
    background-position: -195px 0;
}
.top-menu-tab-row a .top-menu-tab-icon.payroll-tab-icon {
    background-position: -260px 0;
}
.top-menu-tab-con {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.top-menu-tab-con-item {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.top-menu-tab-con-item .tab-menu-list-div {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 5px 0px 10px 0px;
}
.top-menu-tab-con-item .tab-menu-list-div ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.top-menu-tab-con-item .tab-menu-list-div ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dotted #b8b8b8;
    margin: 0 5px;
    width: 267px;
    position: relative;
    float: left;
}
.top-menu-tab-con-item .tab-menu-list-div ul li a {
    font-size: 14px;
    color: #434343;
    line-height: 30px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-family: 'robotoregular';
    background: url(../images/footer_menu_point.png) no-repeat left 11px;
}
.top-menu-tab-con-item .tab-menu-list-div ul li a:hover {
    text-decoration: none;
    color: #f93c3c;
}
/*  HARINI  */
.mkdf-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 250px;
    background-position: center 0;
    background-repeat: no-repeat;
    z-index: 101;
}
.mkdf-title-holder.mkdf-bg-responsive {
    height: auto !important;
    z-index: 0;
}
.mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image {
    display: block;
}
.mkdf-title-holder .mkdf-title-image img {
    display: block;
    width: 100%;
}
.mkdf-title-holder.mkdf-bg-responsive .mkdf-title-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mkdf-title-holder .mkdf-title-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.mkdf-title-holder .mkdf-title-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.mkdf-grid {
    width: 1163px;
    margin: 0 auto;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info {
    display: block;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info {
    display: block;
    white-space: normal;
    margin-top: 7px;
    font-size: 14px;
    text-align: center;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs {
    color: #fff;
}
.title-overlay {
    background-color: #000000;
    opacity: 0.6;
}
.mkdf-breadcrumbs a {
    color: #f93c3c;
}
.mkdf-breadcrumbs a:hover {
    color: #ffffff;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-page-title {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-family: 'robotomedium';
    text-align: center;
    font-weight: normal;
}
.inner-page-details-img {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.inner-p-details-text {
    margin: 0px;
    padding: 10px 0px;
    color: #444444;
    font-size: 14px;
    line-height: 28px;
    font-family: 'open_sansregular';
    text-align: justify;
}
img {
    max-width: 100%;
}
.inner-page-new-style1 {
    margin-bottom: 0;
    position: relative;
    clear: both;
    float: left;
}
.float_left {
    float: left;
}
.tw-about-bin p {
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    /*padding: 0px 20px 18px;*/
    padding: 0px 0px 18px;
    text-align: justify!important;
}
.margin_bottom20 {
    margin-bottom: 20px;
}
.bg-grey {
    background-color: #f7f9f8;
    padding: 20px 0px
}
p {
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 28px;
    font-size: 16px;
    position: relative;
    padding: 0px 0px 0;
    color: #434343;
    text-align: justify;
}
p a{
    color: #434343;
    text-decoration: none;
}
p strong {
    font-family: 'robotobold';
    font-weight: normal;
}
b, strong {
    font-weight: normal;
    font-family: 'robotobold';
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.tw-case-study-box {
    border: 1px solid #d6d6d6;
    padding: 20px 10px;
}
.smp-box {
    padding: 0;
    text-align: center;
}
.smp-box li {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    border: 1px solid #d6d6d6;
}
.smp-img img {
    height: 170px;
    width: 260px
}
.smp-box .casestudy-content {
    background: #0c2c47;
    margin: 0px;
    padding: 5px 0px;
    border-top: 1px solid #d6d6d6;
}
.smp-box .casestudy-content h4 {
    font-size: 14px;
    font-family: 'robotomedium';
    margin-bottom: 0px;
    color: #ffffff;
}
.smp-box .casestudy-content h4:hover {
    color: #faa41c
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}
.key_feature .col-lg-4 {
    margin-bottom: 30px;
}
.key_feature .view {
    height: 200px;
}
.titel-text a {
    color: #434343
}
.titel-text a:hover {
    color: #f93c3c
}
.features {
    transition: all 0.3s linear;
    color: #434343;
    font-weight: normal;
    font-family: 'robotobold';
    line-height: 30px;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
}
.features_item {
    list-style: none;
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 22px;
    padding: 0px;
    width: 100%;
    text-align: left;
}
.features_item li {
	font-family: 'robotoregular';
	font-style: normal;
	line-height: 30px;
	font-size: 16px;
	color: #434343;
	float: none;
	width: auto;
	padding: 4px 0px;
	text-align: justify;
}
.features_item .fa {
    padding-right: 10px;
    color: #f93c3c;
}
.academics-view-first img {
    max-height: 50px;
}
.tab-con-item .view-clo .academics-titel-text {
    color: #032846;
    font-size: 16px;
    text-align: center;
    font-family: 'robotomedium';
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
.academics-titel-text a {
    color: #434343;
}
.benefit_point {
    text-align: justify !important;
    padding: 0px;
    margin-bottom: 10px;
}
.inner-contain-list-r ul li {
    background: url(../images/right-icon.png) left top 11px no-repeat;
    color: #434343;
    font-family: 'robotoregular';
    line-height: 33px;
    font-size: 14px;
    list-style: none;
    padding: 3px 0 3px 24px;
    text-align: justify;
    text-decoration: none;
}
/*accordion_menu*/
.panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-bottom: #faa41c 1px dashed;
}
.panel-heading {
    padding: 0;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title > a, .panel-title > a:active {
    color: #0c2c47;
    padding: 12px 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'robotoregular';
    text-decoration: none;
    border-radius: 0px;
    display: inline-block;
    margin: 0px 0;
    font-weight: normal;
    width: 100%;
}
.active .panel-title > a {
    color: #f93c3c;
}
.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-collapse {
    background-color: #f9f9f9;
    padding: 10px 15px;
}
/*End accordion_menu*/
.accoudion_p {
    padding: 0px 15px;
    margin-bottom: 10px;
}
.features_item span {
    font-family: 'robotoregular';
    font-style: normal;
    line-height: 26px;
    font-size: 14px;
    color: #434343;
    display: block;
    width: 100%;
    text-align: left !important;
}
.slider_main {
    border: none;
    float: left;
    width: 100%;
}
.slider_main_head {
    color: #474747;
    font-size: 35px;
    font-family: 'robotoregular';
    padding: 15px 0px 30px 0px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 50px;
    margin-bottom: 0px;
}
.slider_main_head span {
    border-bottom: 3px solid #78b833;
}
#list {
    clear: both;
    float: left;
    height: auto;
    margin: 0px auto;
    width: 100%;
    background: #ffffff;
    position: relative
}
.slider {
    float: none;
    left: -5000px;
    position: relative;
    visibility: hidden;
    padding: 0px 0px;
    width: 60% !important;
    margin: 0px auto
}
.slider ul {
    height: 100px;
    width: auto;
    margin: 0px -16px !important;
}
.slider ul li {
    margin: 0 16px;
    height: auto !important;
    width: 1106px !important
}
.slider_img {
    float: left;
    width: 100%;
    padding: 10px;
}
.prev {
    float: left;
    left: 150px;
}
.next {
    float: right;
    right: 150px;
}
.prev, .next {
    cursor: pointer;
    margin-top: 200px;
    position: absolute;
    z-index: 10;
    text-align: center
}
.sliderbtn .prev_btn, .sliderbtn .next_btn {
    background: #f93c3c;
    width: 36px;
    height: 36px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
}
.contact-info-div-co-details {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0px 100px 0 0;
    font: 14px "robotoregular";
    line-height: normal;
    line-height: 28px;
    float: left;
    color: #434343;
}
.contact-info-div-co-details span {
    color: #434343;
    font-family: "robotomedium";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.contact-form-div-row-part1 {
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
}
.contact-form-div-row {
    width: auto;
    height: auto;
    margin: 0 0 7px;
}
.contact-form-div-row .name-details {
    width: 200px;
    height: auto;
    padding: 5px 5px 5px 0;
}
.contact-form-div-row .name-details, .contact-form-div-row .name-details2 {
    float: left;
    font: 14px/22px "robotoregular";
    color: #434343;
    text-align: right;
}
.contact-form-div-row input {
    width: 54%;
}
.contact-form-div-row input, .contact-form-div-row select, .contact-form-div-row textarea {
    background: #FFF;
    border-color: #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #434343;
    font: 14px "robotomedium";
    margin: 0 auto;
    padding: 4px 6px;
    text-decoration: none;
    box-shadow: 0 0 0 0 #FFF inset;
    float: left;
    height: auto;
}
.name-details-red {
    font: 13px/22px "robotomedium";
    color: red;
}
.contact-form-div-row input, .contact-form-div-row select, .contact-form-div-row textarea {
    background: #FFF;
    border-color: #D2D2D2;
    border-style: solid;
    border-width: 1px;
    color: #434343;
    font: 14px "robotomedium";
    margin: 0 auto;
    padding: 4px 6px;
    text-decoration: none;
    box-shadow: 0 0 0 0 #FFF inset;
    float: left;
    height: auto
}
.contact-form-div-row select {
    width: 54%
}
.contact-form-div-row textarea {
    width: 50%
}
.clear {
    clear: both;
}
.contact-form-div-row-part2 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.contact-form-div-buttan {
    height: auto;
    margin: 0 0 7px 38%;
    width: auto;
}
.contact-form-div-buttan input[type="reset"] {
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "robotomedium";
    font-size: 14px;
    margin-left: 6px;
    overflow: visible;
    padding: 4px 15px;
    position: relative;
    width: auto;
}
.contact-form-div-buttan input[type="submit"] {
    background: #f93c3c;
}
.contact-form-div-buttan input[type="submit"], .contact-form-div-buttan input[type="reset"] {
    border: none;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: "robotomedium";
    font-size: 14px;
    margin-left: 6px;
    overflow: visible;
    padding: 4px 15px;
    position: relative;
    width: auto;
}
.contact-form-div-buttan input[type="reset"] {
    background: #f93c3c;
}
.contact-form-div-row .img-icon-live {
    width: auto;
    height: auto;
    padding: 0 5px;
    float: left;
    line-height: 0;
}
.contact-form-div-buttan input[type="reset"]:hover, .contact-form-div-buttan input[type="submit"]:hover {
    background-color: #0c2c47;
}
.contact-form-div-row .name-details2 {
    width: 73px;
    padding: 5px;
}
.map {
    width: 100%;
    text-align: center;
}
.map img {
    width: 1000px;
}
.margin_top30 {
    margin-top: 30px;
}
.margin_top20_imp {
    margin-bottom: 10px !important;
}
.text_align_left span {
    font-family: "robotomedium";
}
.policy_points {
    padding-bottom: 20px;
}
.point_head {
    color: #434343;
    font-family: "robotomedium";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.policy_points p {
    margin: 7px 0px;
    line-height: 25px;
}
.policy_points ul {
    margin: 0px;
    padding: 0px;
}
.policy_points ul li {
    list-style: disc;
    padding-left: 5px;
    margin-left: 17px;
    font-family: "robotoregular";
    line-height: 28px;
    font-size: 14px;
    color: #434343;
}
.point-titel-blue {
    color: #032846;
    font-size: 16px;
}
.benefit_point {
    color: #434343;
    font-size: 16px;
}
.middle-tabs-out {
    width: auto;
    height: auto;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.middle-tabs-out ul.nav-tabs {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #0c2c47;
    border-radius: 5px 5px 0px 0px;
    border-bottom: none;
}
.middle-tabs-out ul.nav-tabs li {
    padding: 0px;
    margin: 0px 2px;
    list-style: none;
    width: auto;
    height: auto;
   /*float: left;*/
    display: inline-flex;
}
.middle-tabs-out ul.nav-tabs li a {
    padding: 13px 14px 8px 14px;
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'robotomedium';
    line-height: 26px;
}
.middle-tabs-out ul.nav-tabs li a.active {
    background-color: #f7f7f7;
    color: #f93c3c;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-top: 6px;
    border-radius: 5px 5px 0px 0px;
}
.middle-tabs-out ul.nav-tabs li a:hover {
    background-color: #f7f7f7;
    color: #f93c3c;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-top: 6px;
    border-radius: 5px 5px 0px 0px;
}
.middle-tabs-out .tab-content {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    border-top: none;
    background-color: #f7f7f7;
}
.middle-tabs-out .tab-content .benefit_point .tab-point-img-div {
    border: 1px solid #d6d6d6;
    float: left;
    padding: 6px;
    background-color: #fff;
    width: 250px;
    margin: 0px 15px 0px 0px;
}
.middle-tabs-out .tab-content .benefit_point .tab-point-img-div img {
    display: block;
    max-width: 100%;
}
.middle-tabs-out .tab-content .benefit_point {
    text-align: justify !important;
}
.middle-tabs-out .tab-content .benefit_point .point-titel-green {
    color: #f93c3c;
    font-size: 16px;
    font-family: 'robotomedium';
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
}
.main-point-titel-blue {
    font-family: 'robotomedium';
    font-size: 20px;
    color: #0c2c47;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 6px 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid #d6d6d6;
}
.benefit_point {
    width: 100%;
}
#out-menu-bar{
    display: inline-block;
    width: 100%;
}
.section-heading-15{
    margin-bottom: 15px;
}
.benefits-online-admission-img {
	display: inline-block;
	width: auto;
	height: auto;
	border: 1px #f26744 solid;
	padding: 5px;
	background-color: #f3f5f4;
    margin: 15px auto 0px auto;
}
.benefits-online-admission-img img{
    display: block;
    max-width: 100%;
}
.inner-contain-list-r ul{
    padding: 0px;
}
.casestudy-content .p-text-s {
	color: #434343;
	font-size: 16px;
	line-height: 30px;
	font-family: 'robotoregular';
	margin: 0px;
	padding: 0;
	text-align: center;
}
.contactus-thank-m-t{
    margin-top: 30px;
}
.tw-contact-box {
	background-color: #F7F9F8;
	border-radius: 3px;
	padding: 20px;
}
.tw-contact-box .contact-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.tw-contact-box .contact-heading h3 {
	margin-bottom: 0;
	font-size: 22px;
	margin-left: 0px;
    font-family:'robotobold';
    font-weight: normal;
    color: #032846; 
}
.contact-info-box-content i {
	float: left;
	margin-top: 6px;
	color: #f93c3c;
	font-size: 22px;
}
.contact-info-box-content p {
	margin-left: 35px;
	color: #2f2c2c;
    text-align: left;
    margin-bottom: 9px;
    font-size: 14px;
}
.contact-info-box-content .phone-details .phone-titel {
    font-size: 16px;
	margin-top: 0;
	color: #f93c3c;
    font-family:'robotomedium';
    padding-right: 8px;
}
.contact-info-box-content .phone-details {
	margin-left: 0;
	color: #2f2c2c;
    text-align: left;
    margin-bottom: 8px;
}
#tw-contact-us {
	padding: 40px 0px;
}
.key-features-img-div {
    border: 8px solid #dfdfdf;
    float: left;
    padding: 0px;
    background-color: #fff;
    width: 194px;
    margin: 0px 15px 0px 0px;
}
.key-features-img-div img {
	display: block;
	max-width: 100%;
}
.key-features-right-img-div {
    border: 8px solid #dfdfdf;
    float: right;
    padding: 0px;
    background-color: #fff;
    width: 194px;
    margin: 0px 0px 0px 15px;
}
.key-features-right-img-div img {
	display: block;
	max-width: 100%;
}
.contact-us-form input[type="text"], .contact-us-form input[type="phone"], .contact-us-form input[type="email"] {
	padding: 8px 20px;
	border-radius: 0;
	border: 1px solid #F1F1F1;
    font-family:'robotoregular';
}
.contact-us-form textarea {
	padding: 8px 20px;
	border-radius: 0;
	border: 1px solid #F1F1F1;
	resize: none;
    font-family:'robotoregular';
}
.contact-us-form select {
	padding: 8px 20px;
	border-radius: 0;
	/*border: none;*/
    font-family:'robotoregular';
    height: auto !important;    
    border: 1px solid #F1F1F1;
}
.selection-box{
    position: relative;
}
.selection-box::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 48px;
	height: 40px;
	right: 1px;
	top: 1px;
	background-position: center;
	border-radius: 0px 0 0 0px;
	background-color: #fff;
}
.selection-box::after {
	background-image: url(../images/select-drop.png);
}
.contact-form-btn{
    margin: 0px 5px !important;
    padding: 10px 20px;
    font-size: 16px;
    min-width: 120px;
}
.lable-full{
    width: 100%;
}
.captcha-code-full{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.captcha-code-full .captcha-code-img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px 30px;
	border: 1px solid #F1F1F1;
	background-color: #FFFFFF;
	display: inline-block;
}
.captcha-code-full .captcha-code-input{
    width: 280px;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.map {
	height: 450px;
	margin-top: 0;
    position: relative;
    overflow: hidden;
}
.contact-us-form{
    width: 100%;
    display: block;
}
.form-group{
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
.col-form-label {
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.5;
	float: left;
    font-family:'robotoregular';
    font-size: 16px;
    text-align: right;
    padding-right: 0px;
}
.form-control-div{
    float: left;
}
.required{color:#F11418;}
.faq-question-titel{
    font-family:'robotomedium';
    font-size: 14px;
    letter-spacing: 0.5px;
}
.faq-question-titel i {
	font-size: 26px;
	color: #faa41c;
	position: relative;
	top: 4px;
	padding-right: 8px;
}
.panel-collapse.faq-ans{
    color: #000;
    font-size: 15px;
    text-align: justify;
}
.box {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	color: #434343;
	font-family: 'robotoregular';
	font-size: 12px;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
}
.box a {
	color: #434343;
	font-family: 'robotoregular';
	font-size: 12px;
	padding: 0 1px;
	text-decoration: none;
}
.box a:hover{
    text-decoration: underline;
}
.country-title-text {
    font-size: 24px;
    display: block;
    font-weight: normal;
    position: relative;
    margin-bottom: 28px;
    margin-top:12px; 
    z-index: 1;
    color: #032846;
    font-family: 'robotobold';
}
.country-title-text span {
    color: #f93c3c;
}
.country-title-text a{
    color: #032846;
}
.country-title-text:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 115px;
    height: 3px;
    background: #f93c3c;
}
.country_list {
	color: #434343;
	font-family: 'robotoregular';
	font-size: 13px;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: justify;
	text-decoration: none;
}
.country_list a {
	color: #434343;
	font-family: 'robotoregular';
	font-size: 13px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.country_list a:hover {
	text-decoration: underline;
	color: #032846;
}
.app-store-row{
    width: 100%;
    height: auto;
    margin: 25px 0px 15px 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.app-store-row .btn-clo-div{
    width: auto;
    height: auto;
    margin: 0px 5px;
    display: inline-block;
}
.bottom-app-store-row{
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.bottom-app-store-row .btn-clo-div{
    width: 40%;
    height: auto;
    margin: 0px 5px;
    display: inline-block;
}
.bottom-app-store-row .btn-clo-div img{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.bottom-app-store-row .btn-clo-div a{
    background: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.banner-top-app-store-row{
    width: 100%;
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
    text-align: left;
}
.banner-top-app-store-row .btn-clo-div{
    width: 156px;
    height: auto;
    margin: 0px 5px;
    display: inline-block;
}
.banner-top-app-store-row .btn-clo-div img{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.banner-top-app-store-row .btn-clo-div a{
    background: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.banner-tow-btn-clo-div{
    width: 156px;
    height: auto;
    margin: 0px 5px 0px 5px;
    display: inline-block;
    float: right;
    top: 5px;
    position: relative;
}
.banner-tow-btn-clo-div img{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.banner-tow-btn-clo-div a{
    background: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
#inner-menu-bar {
	display: inline-block;
	width: 100%;
}
.our_offices_box{
    margin: 10px 0px;
}
/*Registration of ERP Software*/
.registration-form .form-clo{
    float: left;
    margin-bottom: 8px;
}
.registration-form .form-clo .col-form-label{
    display: block;
    float: none;
    margin: 0px 0px 5px 0px;
    text-align: left;
    padding: 0px;
    font-size: 15px;
}
.registration-form .form-clo .form-control{
    border: 1px solid #ced4da;
}
.top-contact-info{
    text-align: center;
}
.top-contact-info .call-details-clo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	position: relative;
    line-height: 16px;
}
.flage-bg-clo {
	background: url(../images/flage-bg.png) no-repeat left top;
	float: left;
}
.flage-bg-clo.usa-icon {
	width: 26px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	background-position: -18px 0;
}
.flage-bg-clo.uk-icon {
	width: 26px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	background-position: -46px 0;
}
.flage-bg-clo.aus-icon {
	width: 26px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	background-position: -74px 0;
}
.flage-bg-clo.nz-icon {
	width: 26px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	background-position: -102px 0;
}
.flage-bg-clo.ind-icon {
	width: 26px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	background-position: -130px 0;
}
/* =======================paymentplan======================== */
.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}
.price .header {
       padding: 30px 0 10px;
    color: #444;
    font-size: 30px;
}
.price li {
  padding: 5px;
  text-align: center;
}
.box_first{ float:left;   margin-bottom: 50px;}
.inner_detail ul li:nth-child(4) {
        font-size: 23px;
    font-weight: bold;
    color: #007acc;
}
.box_first ul li{text-align: left;
       margin: 0 20px;} 
.button_card_pur{
    color: #fff;
    background-color: #007acc;
    border: none;
    border-radius: 4px;
}
.button_card_pur a {
    color: #fff;
}
ul li span{font-weight: bold;}
.inner_detail {
    padding-bottom: 30px;
font-family: 'robotoregular';
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* =====================paypalform======================= */
.options span{ margin: 0 30px;}  
.icon_image {
    float: left;
    text-align: center;
    width: 100%;
    margin: 30px;
}
.submit_box {
    float: left;
    width: 100%;
    text-align: center;
}
.submit_box a {
    padding: 5px 20px;
    color: #fff;
    background-color: #007acc;
    border: none;
    border-radius: 4px;
}
.button_card a {
    border-radius: 4px;
    color: #fff;
    background-color: #007acc;
    padding: 5px 20px;
}
.contact-us-form.paypal {
    padding-top: 30px;
    width: 100%;
  float: left;
    display: block;
    border-radius: 5px;
}
.note{margin-left: 71px;float:left;width:100%;}
.form-control::after{border:1 px solid black;width: 40px;}
/* ==========================ragistration_form======================== */
.ragistration {
    padding: 34px;
    float: left;
    width: 100%;
    text-align: center;
}
.selection-box::after {
    height: 35px;}
    .ragistration_part {
         padding-bottom: 40px;   
    margin-bottom: 50px;
            background-color: #f5f5f5;
    float: left;
    width: 100%;
}
/*pricing*/
.package ul{margin: 0; padding: 0}
.package li {
  list-style: none;
}
.packageContainer {
  text-align: center;
}
.package {
  width: 100%;
  margin: 0px auto 10px;
  border: 1px solid #CCC;
  display: inline-block;
}
/*
.fa {
  color: #b9b9b9;
  font-size: 18px;
  font-style: normal;
  margin-right: 5px;
  width: 25px;
  float: left;
}
*/
.packageLeftBar {
  width: 40%;
  background: #fbfbfb;
  float: left;
}
.packageLeftBar li, .packageDetails li {
  border-top: 1px dotted #CCC;
  text-align: left;padding: 5px 10px;font-size: 14px;color: #212121;
}
.packageDetails {
  width: 15%;
  float: left;
  position: relative;
  border-left: 1px dotted #CCC;
}
.packageDetails:hover {
	background: #FAFAFA;
}
.packageDetails .fa-times {
  color: #d31c06;
}
.packageDetails .fa-check {
  color: #7e9513;
}
.packageDetails li {
  text-align: center;
}
.packageDetails li .fa {
  text-align: center;
  float: none;
  line-height: 0;
}
.packageDetails.blue li:first-child {
  background-color: #00a4ca;
  color: #FFF;padding: 5px 10px;
}
.packageDetails li div{width: 100% ;float: left;font-size: 12px;}
.packageDetails.blue li .package_type {
	font-size: 25px;
	font-family: arial;font-weight: bold;
	border-bottom: 2px solid #029cc0;
	padding-bottom: 7px;
	margin-bottom: 5px;line-height: 20px;text-transform: uppercase;padding-top: 7px;
}
.packageDetails.green li .package_type {
	font-size: 25px;
	font-family: arial;font-weight: bold;
	border-bottom: 2px solid #6f9e2d;
	padding-bottom: 7px;
	margin-bottom: 5px;line-height: 20px;text-transform: uppercase;padding-top: 7px;
}
.packageDetails.pink li .package_type {
	font-size: 25px;
	font-family: arial;font-weight: bold;
	border-bottom: 2px solid #ca3f7b;
	padding-bottom: 7px;
	margin-bottom: 5px;line-height: 20px;text-transform: uppercase;padding-top: 7px;
}
.packageDetails.orange li .package_type {
	font-size: 25px;
	font-family: arial;font-weight: bold;
	border-bottom: 2px solid #f3a01c;
	padding-bottom: 7px;
	margin-bottom: 5px;line-height: 20px;text-transform: uppercase;padding-top: 7px;
}
.packageDetails li .price{font-size: 25px;font-family: 'robotomedium' ;float: none;clear: both}
.dollor{font-size: 16px;bottom: 0;padding-left: 10px;}
.packageDetails li .price span {
	position: relative;
	font-size: 20px;
	color:rgba(255, 255, 255)
}
.packageDetails li .price span::before{
	content: " ";
	display: block;
	width: 100%;
	border-top: 3px solid rgba(255, 255, 255, 0.8);
	height: 4px;
	position: absolute;
	bottom: 13px;
	left: 0;
	transform: rotate(-11deg);
}
.packageDetails li .price span::after {
content: " ";
display: block;
width: 100%;
border-top: 3px solid rgba(255, 255, 255, 0.8);
height: 4px;
position: absolute;
bottom: 13px;
left: 0;
transform: rotate(11deg);
}
.packageDetails.green li:first-child {
  background-color: #74a52e;
  color: #FFF;padding: 5px 10px;
}
.packageDetails.pink li:first-child {
  background-color: #d24280;
  color: #FFF;padding:  5px 10px;
}
.packageDetails.orange li:first-child {
  background-color: #faa41c;
  color: #FFF;padding:  5px 10px;
}
#economy select {
  border: 0;
  outline: none;
  padding: 3px 8px;
}
.packageContainer{width: 100%}
.leftbar_head{color: #000;font-size: 25px !important;text-transform: uppercase;text-align: center !important;padding: 30px !important;}
.first_raw{height: 110px}
.packageDetails .blue{background: #00a4ca;
box-shadow: inset 0 0 10px rgba(68 ,68 ,68, 0.6);}
.packageDetails .blue a {
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	font-family: 'robotobold';
}
.packageDetails .green{background: #6f9e2d;box-shadow: inset 0 0 10px rgba(68 ,68 ,68, 0.6);}
.packageDetails .green a {
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	font-family: 'robotobold';
}
.packageDetails .pink{background: #d24280;box-shadow: inset 0 0 10px rgba(68 ,68 ,68, 0.6);}
.packageDetails .pink a {
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	font-family: 'robotobold';
}
.packageDetails .orange{background: #faa41c;box-shadow: inset 0 0 10px rgba(68 ,68 ,68, 0.6);}
.packageDetails .orange a {
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	font-family: 'robotobold';
}
.star{color: #f00;font-size: 27px;}
.star_footer{color: #f00;font-size: 20px;text-align: left;margin-bottom: 20px}
.packagefirst{background-color:rgb(43 , 61, 81 ,0.1) ;}
.blue ul{background-color:rgb(0 , 164, 202 ,0.1) ;}
.green ul{background-color:rgb(116 , 165, 46 ,0.1) ;}
.pink ul{background-color:rgb(210 , 66, 128 ,0.1) ;}
.orange ul{background-color:rgb(250 , 164, 28 ,0.1) ;}
.header-1 {
    width: 100%;
    float: left;
    background-color: #139fbf;
}
.wrap-new {
    width: 1170px;
    margin: 0 auto;
}
.header-1 article:nth-of-type(1) {
    float: left;
    width: 35%;
}
.header-1 article:nth-of-type(3) {
    float: right;
}
.header-1 article:nth-of-type(3) ul {
    margin: 0;
    padding: 0;
    float: right;
}
.header-1 article:nth-of-type(3) ul li {
    float: left;
    list-style: none;
    font-family: "Open Sans", sans-serif, Arial, Helvetica;
}
.fixed_menu {
    position: fixed;
    top: 30%;
    z-index: +99999;
    left: -25px;
}
.fixed_menu {
    left: -10px!important;
}
.header-1 article:nth-of-type(3) ul li a {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 10px 23px;
/*     height: 15px;
 */    border-right: 1px solid #3e3e3e;
    transition: all 0.5s ease 0s;
    width: 12px;
    overflow: hidden;
}
.header-1 article:nth-of-type(3) {
    width: 40%;
}
.header-1 article:nth-of-type(3) ul li a span {
    float: left;
    margin-left: 10px;
}
.header-1 article:nth-of-type(1) ul li {
    float: left;
    list-style: none;
}
.header-1 article:nth-of-type(3) ul li a div {
    width: 130px;
}
.header-1 article:nth-of-type(3) ul li a:hover span {
    transition: all 0.5s ease 0s;
}
.header-1 article:nth-of-type(3) ul li a img {
    float: left;
    margin-right: 0px;
	margin-top: 5px;
}
.header-1 article:nth-of-type(3) ul li .li {
    background: #0E76A8;
}
.header-1 article:nth-of-type(3) ul li .li:hover {
    background: #0E76A8;
    width: 76px;
}
.header-1 article:nth-of-type(3) ul li .li1 {
    background: #00ACEE;
}
.header-1 article:nth-of-type(3) ul li .li1:hover {
    background: #00ACEE;
    width: 64px;
}
.header-1 article:nth-of-type(3) ul li .li2 {
    background: #C4302B;
}
.header-1 article:nth-of-type(3) ul li .li2:hover {
    background: #C4302B;
    width: 70px;
}
header {
    float: left;
    width: 100%;
}
.header-1 article:nth-of-type(3) ul li .li3 {
    background: #3B5998;
}
.header-1 article:nth-of-type(3) ul li .li3:hover {
    background: #3B5998;
    width: 83px;
}
.header-1 article:nth-of-type(3) ul li .li4 {
    background: #6567A5;
}
.header-1 article:nth-of-type(3) ul li .li4:hover {
    background: #6567A5;
    width: 125px;
}
.header-1 article:nth-of-type(3) ul li .li5 {
    background: #00866d;
    width: 143px;
    text-align: center;
/*     height: 51px;
 */    padding: 3px 12px;
}
.header-1 article:nth-of-type(3) ul li .li5:hover {
    background: #1ccd00;
}
.header-1 article:nth-of-type(1) ul li a {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 10px;
    border-right: 1px solid #fff;