@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Maitree:200,300,400,500,600,700');
/*-------------------------------------------------------------------------------------------
  CSS definations for risalatconsultants
-------------------------------------------------------------------------------------------*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
    cursor: pointer;
}
a:hover{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

/* Common Tages */
label {
    padding-bottom: 5px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.btn {
    border: 1px solid #3a6160;
    background: #3a6160;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-default {
    border: 1px solid #C9C9C9;
    background: #f9f9f9;
    color: #666;
    font-weight: 600;
}
.btn:hover,
.btn:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-lg {
    padding: 10px 20px;
}
.form-control {
    border: 1px solid #ddd;
    background: #fff;
    padding: 7px 12px;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
textarea.form-control {
    min-height: 120px;
}
.selectric {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.selectric .label {
    margin: 0 36px 0 0;
    padding: 8px 7px;
    font-size: 14px;
    line-height: 22px;
    height: 38px;
}
.selectric .button {
    width: 34px;
    height: 34px;
    line-height: 34px;
    right: 2px;
    top: 2px;
}
.form-control-feedback .fa {
    font-size: 16px;
}
.has-feedback .form-control-feedback {
    border-left: 1px solid #eee;
}
.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 46px;
}
.has-feedback-left .form-control-feedback {
    border-right: 1px solid #eee;
    border-left: none;
    right: auto;
    left: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-group span {
    padding-bottom: 5px;
    display: block;
}


/* container */
.full-container {
    width: auto;
    padding-left: 140px;
}
.container {
    width: auto;
    padding: 0 60px;
}

a.learn-more {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    position: relative;
}
a.learn-more:before {
    background: url(../images/learn_more_arrow.png) no-repeat center right;
    width: 7px;
    height: 11px;
    float: left;
    margin-top: -5px;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 7px;
}
a.learn-more:after {
    background-color: #000;
    content: '';
    display: none;
    height: 1px;
    width: 50px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.learn-more:hover:after {
    width: 0;
    margin-left: 57px;
}
a.learn-more:hover {
    color: #ef7d2c !important;
}

.section-heading {
    padding-bottom: 40px;
}
.section-heading h3 {
    font-size: 48px;
    font-weight: 400;
}
.section-heading p {
    font-weight: 600;
}
.section-heading2 {
    height: 22px;
    position: absolute;
    left: -25px;
    top: 80px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
}
.section-heading2 h3 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-heading2 .arrow {
    display: inline-block;
    margin-left: -60px;
    -webkit-transform: rotate(90deg) translateX(-40px);
    transform: rotate(90deg) translateX(-40px);
}

.owl-prev,
.owl-next {
    background: url(../images/prev_arrow.png) no-repeat left top;
    width: 30px;
    height: 55px;
    float: left;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
}
.owl-prev:hover {
    background: url(../images/prev_arrow_hover.png) no-repeat left top;
}
.owl-next {
    background: url(../images/next_arrow.png) no-repeat left top;
    top: 66px;
}
.owl-next:hover {
    background: url(../images/next_arrow_hover.png) no-repeat left top;
}

.hide-div {
    display: none;
}

.bottom-to-top {
    position: fixed;
    bottom: 5px;
    left: 21px;
    transform: rotate(180deg);
    z-index: 99;
    display: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

/* radio-col */
.radio-col label {
    border: 1px solid #ccc;
    background: #fff;
    padding: 9px 10px;
    color: #000;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 12px 0 0;
    display: inline-block;
}
.radio-col label span {
    border: 1px solid #ccc;
    background: #fff;
    width: 16px;
    height: 16px;
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
    border-radius: 100%;
    position: relative;
}
.radio-col input[type=radio]:checked + label span {
    border: 1px solid #f17d2c;
}
.radio-col input[type=radio]:checked + label span:before {
    border: 1px solid #f17d2c;
    background: #f17d2c;
    width: 10px;
    height: 10px;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
}

/* checkbox */
.checkbox label span {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    display: block;
    float: left;
    margin: 4px 5px 0 -25px;
    position: relative;
}
.checkbox label {
    padding: 0 0 0 25px;
    margin: 0;
}
.checkbox input[type=checkbox]:checked + label span {
    border: 2px solid #516f39;
}
.checkbox input[type=checkbox]:checked + label span:before {
    background: #516f39;
    width: 10px;
    height: 10px;
    float: left;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,0.2) !important;
}


.loading {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
}
.loading .txtb {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.loading .fa {
    width: 40px;
    height: 40px;
}
.loading p {
    padding: 4px 0;
    color: #999;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

/* header */
.top-bar {
    border-top: 1px solid #3a6160;
    background: #3a6160;
    width: 100%;
    padding: 7px 0;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.top-bar:before,
.top-bar:after {
    background: #3a6160;
    width: 25%;
    height: 3px;
    float: left;
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 2;
    display: none;
}
.top-bar:after {
    background: #f17d2c;
    right: 25%;
}
.top-bar p {
    line-height: 30px;
    font-weight: 700;
}
.top-bar p span {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
}
.top-bar p span .fa {
    font-size: 14px;
    float: left;
    margin-right: 5px;
    line-height: 30px;
}
.top-bar p span .fa-mobile {
    font-size: 19px;
}
.top-bar p span:first-child {
    margin-left: 0;
}
.top-bar p a {
    color: #fff;
}
.top-bar p a:hover {
    color: #f17d2c;
}

/* social */
.social {
    float: right;
    font-size: 22px;
}
.social ul {
    float: left;
}
.social li {
    float: left;
    margin-right: 15px;
}
.social li a {
    display: block;
    color: #fff;
    line-height: 30px;
}
.social .link {
    border-left: 2px solid #fff;
    float: left;
    padding: 3px 0 3px 30px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 800;
}
.social .link a {
    color: #fff;
}
.social .link .dropdown-menu {
    left: initial;
    right: 0;
    padding: 0;
    border-radius: 0;
}
.social .link .dropdown-menu>li {
    float: none;
    margin: 0;
}
.social .link .dropdown-menu>li>a {
    padding: 9px 15px;
    line-height: normal;
    color: #333;
}

/* header */
.header {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    position: fixed;
    left: 0;
    top: 45px;
    z-index: 12;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 2px;
    transition: 0.3s;
}

/* logo */
.logo {
    float: left;
    padding: 10px 0;
}
.logo img {
    width: auto;
    height: 50px;
}

/* navigation */
.navigation {
    float: right;
    font-size: 15px;
    font-weight: 800;
}
.navigation>ul>li {
    border-right: 1px solid #eee;
    float: left;
    position: relative;
}
.navigation>ul>li:first-child {
    border-left: 1px solid #eee;
    margin-left: 0;
}
.navigation>ul>li.dd-link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #ef7d2c;
    border-width: 0 0 10px 10px;
}
.navigation>ul>li>a {
    display: block;
    min-height: 70px;
    padding: 17px 20px;
    line-height: 18px;
    min-width: 130px;
    color: #000;
}
.navigation li a span {
    display: block;
}
.navigation>ul>li:hover>a {
    color: #ef7d2c;
}
.navigation>ul>li:hover .single-dropdown {
    display: block;
}
.navigation .single-dropdown {
    background: #fff;
    min-width: 180px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
.navigation .single-dropdown li {
    border-top: 1px solid #eee;
}
.navigation .single-dropdown li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 600;
}
.navigation .single-dropdown li a:hover {
    color: #ef7d2c;
}
.navigation>ul>li:hover .menu-dropdown {
    display: block;
}
.navigation .menu-dropdown {
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    min-width: 880px;
    padding: 15px;
    position: absolute;
    right: -265px;
    top: 100%;
    display: none;
}
.navigation .menu-dropdown>ul>li {
    width: 33.33333%;
    float: left;
    padding: 15px;
}
.navigation .menu-dropdown>ul>li>a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    font-weight: 800;
}
.navigation .menu-dropdown li a:hover {
    color: #ef7d2c;
}
.navigation .menu-dropdown>ul>li li {
    padding: 5px 0;
}
.navigation .menu-dropdown>ul>li li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 600;
}
.navigation .menu-dropdown ul ul ul {
    margin-left: 15px;
    margin-bottom: 5px;
}
.navigation .menu-dropdown li li li {
    padding: 2px 0;
    position: relative;
    z-index: 1;
}
.navigation .menu-dropdown li li li:before {
    position: absolute;
    left: -8px;
    top: 6px;
    font-family: FontAwesome;
    font-size: 13px;
    color: #999;
    content: "\f0da";
}
.navigation .menu-dropdown>ul>li li li a {
    color: #666;
}

/* showcase */
.showcase-box {
    margin-top: 115px;
}
.showcase,
.showcase .slides li {
    position: relative;
    z-index: 1;
}
.showcase img {
    width: 100%;
    height: auto;
}
.showcase .slides li:before {
    background: rgba(0,0,0,0.57);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.showcase .caption {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.showcase .caption h4,
.showcase .caption h1 {
    padding-bottom: 15px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}
.showcase .caption p {
    padding-bottom: 15px;
    line-height: 30px;
}
.showcase a.learn-more {
    margin-top: 10px;
    color: #fff;
}
.showcase a.learn-more:before {
    background: url(../images/learn_more_arrow_white.png) no-repeat center right;
}
.showcase a.learn-more:after {
    background-color: #fff;
}
.showcase .flex-control-nav {
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding-right: 50px;
    position: absolute;
    left: 0;
    top: -14px;
    z-index: 4;
    display:table;
}
.showcase .flex-control-nav li {
    display:table-cell;
    padding-right: 10px;
}
.showcase .flex-control-nav li a {
    background: #bababa;
    display: block;
    width: 100%;
    height: 6px;
    float: left;
    position: relative;
    text-indent: -9999px;
}
.showcase .flex-control-nav li a:before,
.showcase .flex-control-nav li a:after {
    background: #bababa;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.showcase .flex-control-nav li a:before {
    bottom: 0;
}
.showcase .flex-control-nav li a:after {
    top: 0;
}
.showcase .flex-control-nav li:hover a:before {
    bottom: 100%;
}
.showcase .flex-control-nav li:hover a:after {
    top: 100%;
}
.showcase .flex-control-nav li a.flex-active {
    background: #ef7d2c;
}
.showcase .flex-control-nav li a.flex-active:before {
    background: #ef7d2c;
    bottom: 100%;
}
.showcase .flex-control-nav li a.flex-active:after {
    background: #ef7d2c;
    top: 100%;
}

/* about */
.about {
    background: #f0f0f0;
    padding: 75px 0;
    font-size: 18px;
}
.about p {
    padding-bottom: 25px;
    line-height: 34px;
}

/* services */
.services {
    padding-top: 75px;
    font-size: 14px;
}
.services li {
    width: 25%;
    float: left;
}
.services h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.services p {
    padding-bottom: 10px;
    line-height: 24px;
}
.services .imgb {
    margin-bottom: 20px;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.services .imgb img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services .txtb {
    padding: 0 15px 0 0;
    margin-bottom: 10px;
}

/* counter */
.counter {
    background: url(../images/bg_counter.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.counter:before {
    background: rgba(58,97,96,0.8);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.counter .container {
    position: relative;
    z-index: 3;
}
.counter .icon {
    width: 40px;
    margin: 0 auto 30px auto;
}
.counter .icon img {
    width: 100%;
    height: auto;
}
.counter h4 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.counter h4 strong {
    display: block;
    font-size: 36px;
    font-weight: 700;
}

/* latest-training */
.latest-training {
    padding: 75px 0;
    position: relative;
    z-index: 2;
}
.latest-training .container {
    position: relative;
    z-index: 1;
}
.latest-training .section-heading {
    background: #fff;
    padding: 0 0 30px 0;
    width: 100%;
    float: left;
}
.latest-training #training-slider {
    width: 100%;
    float: left;
}
.latest-training .item {
    background: #f0f0f0;
}
.latest-training .owl-item:nth-child(even) .item {
    background: #f8f7f7;
}
.latest-training .imgb {
    overflow: hidden;
}
.latest-training .imgb img {
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}
.latest-training .item:hover .imgb img {
    transform: scale(1.3);
}
.latest-training .txtb {
    padding: 30px;
}
.latest-training h4 {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-training p {
    padding-bottom: 30px;
    line-height: 24px;
}
.latest-training p span {
    display: block;
}
.latest-training a.learn-more {
    margin: 5px 0 0 0;
}
.latest-training a.learn-more:after {
    width: 30px;
}
.latest-training a.learn-more:hover:after {
    width: 0;
}
.latest-training .owl-prev,
.latest-training .owl-next {
    top: 50%;
    margin-top: -27px;
}
.latest-training .owl-prev {
    left: -45px;
}
.latest-training .owl-next {
    left: inherit;
    right: -45px;
}

/* categories */
.categories {
    background: #969a9d;
    padding: 75px 0 0 0;
    color: #fff;
}
.categories .section-heading h3 {
    padding-bottom: 10px;
}
.categories h4 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 20px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.categories h4 a {
    color: #fff;
}
.categories .icon {
    margin: 10px;
    position: relative;
    overflow: hidden;
    max-height: 200px;
}
.categories.cities .icon {
    max-height: 140px;
}
.categories .icon:before {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.categories .icon img {
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}
.categories li:hover .icon img {
    transform: scale(1.3);
}
.categories ul {
    width: 100%;
    float: left;
    margin-bottom: -150px;
}
.categories li {
    background: #f0f0f0;
    width: 20%;
    float: left;
    position: relative;
}
.categories li:nth-child(even) {
    background: #e2dfdf;
}

/* inner-categories */
.inner-categories {
    background: none;
    padding: 0;
    position: relative;
    z-index: 1;
}
.inner-categories .section {
    background: #969a9d;
    padding: 60px 0;
    margin-bottom: 0;
}
.inner-categories h4 {
    min-height: 38px;
}
.inner-categories ul {
    margin: 0;
}
.inner-categories li {
    width: 20%;
}
.inner-categories li:nth-child(even) {
    background: #f0f0f0;
}
.inner-categories li:nth-child(2),
.inner-categories li:nth-child(4),
.inner-categories li:nth-child(5),
.inner-categories li:nth-child(7),
.inner-categories li:nth-child(10),
.inner-categories li:nth-child(12),
.inner-categories li:nth-child(13),
.inner-categories li:nth-child(15),
.inner-categories li:nth-child(18),
.inner-categories li:nth-child(20),
.inner-categories li:nth-child(21),
.inner-categories li:nth-child(23) {
    background: #e2dfdf;
}

/* customers */
.customers {
    padding: 225px 0 0 0;
}
.customers .container {
    position: relative;
    z-index: 1;
}
.customers .section-heading2 {
    top: 55px;
    left: 0;
}
.customers .section {
    background: #f0f0f0;
    padding: 75px 0;
}
.customers .imgb  {
    background: #fff;
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.customers .imgb img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.4s;
}
.customers .imgb:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.customers .owl-prev,
.customers .owl-next {
    top: 50%;
    margin-top: -27px;
}
.customers .owl-prev {
    left: -45px;
}
.customers .owl-next {
    left: inherit;
    right: -45px;
}

/* customers-inner */
.customers-inner {
    padding: 0;
}

/* people-say */
.people-say {
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.people-say .container {
    position: relative;
    z-index: 1;
}
.people-say .section-heading2 {
    top: 55px;
    left: 0;
}
.people-say .section {
    background: #969a9d;
    padding: 75px 0;
}
.people-say .section-heading {
    color: #fff;
}
.people-say .section-heading a.learn-more {
    margin-top: 5px;
    color: #fff;
}
.people-say .section-heading a.learn-more:after {
    background: #fff;
}
.people-say .section-heading a.learn-more:before {
    background: url(../images/learn_more_arrow_white.png) no-repeat left top;
}
.people-say .item,
.people-say .column {
    background: #f0f0f0;
    padding: 30px;
    box-shadow: none;
}
.people-say .column {
    margin-bottom: 30px;
}
.people-say .owl-item:nth-child(even) .item {
    background: #e2dfdf;
}
.people-say .imgb {
    border: 4px solid #3a6160;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    border-radius: 100%;
}
.people-say .imgb img {
    width: 100%;
    height: auto;
}
.people-say h4 {
    padding-bottom: 3px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.people-say small {
    padding-bottom: 15px;
    display: block;
    margin: 0 -13px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.people-say p {
    margin-bottom: 15px;
    line-height: 24px;
}
.people-say .owl-prev,
.people-say .owl-next {
    top: 50%;
    margin-top: -27px;
}
.people-say .owl-prev {
    left: -45px;
}
.people-say .owl-next {
    left: inherit;
    right: -45px;
}

/* inner-people-say */
.inner-people-say .container {
    padding-right: 60px;
}
.inner-people-say .section {
    padding: 60px 0 30px 0;
}
.inner-people-say .column .txtb {
    margin-bottom: 10px;
}

/* footer */
.footer {
    background: #2b2b2b;
    padding: 75px 0 30px 0;
    color: #fff;
}
.footer:before {
    display: table;
    clear: both;
    content: '';
}
.footer .full-container {
    padding-right: 60px;
}
.footer h3 {
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
}
.footer h4 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.footer .address p {
    padding-bottom: 20px;
    line-height: 24px;
}
.footer .address .icon,
.footer .address strong{
    float: left;
    padding: 0;
    margin-right: 10px;
}
.footer .address span,
.footer .address .txt {
    display: block;
    margin-left: 40px;
}
.footer .address a {
    color: #fff;
}
.footer .address a:hover {
    color: #ef7d2c;
}
.footer .scroll li {
    width: 320px;
    float: left;
    margin-right: 30px;
}
.footer .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.footer .btn {
    border-color: #ef7e2c;
    background: #ef7e2c;
    min-width: 180px;
    font-size: 12px;
}
.footer small {
    display: block;
    padding-top: 2px;
    font-size: 12px;
}
.footer-bottom {
    border-top: 1px solid #5a5a5a;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 12px;
}
.footer-bottom p span {
    display: inline-block;
    padding: 0 20px;
}
.footer-bottom p span:first-child {
    padding-left: 0;
}
.footer-bottom p a {
    color: #fff;
}
.footer-bottom p a:hover {
    color: #ef7e2c;
}
.footer-bottom p small {
    display: inline-block;
    padding: 0;
}

/* designdot */
a.designdot {
    float: right;
    color: #fff;
}
a.designdot:hover {
    color: #fff;
}
.designdot-link {
    background: url(../images/designdotlogo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
    margin-left: 10px;
    transition: 0.3s;
}
.designdot-link:hover {
    background: url(../images/designdotlogo.png) no-repeat scroll left bottom;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
}

/* footer-links */
.footer-links {
    border-top: 1px solid #5a5a5a;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 12px;
}
.footer-links li {
    width: 16.666%;
    float: left;
}
.footer-links li a {
    color: #fff;
    font-weight: 700;
}
.footer-links ul ul {
    margin: 10px 0 0 0;
}
.footer-links li li {
    width: initial;
    float: none;
    line-height: 21px;
}
.footer-links li li a {
    color: #999;
    font-weight: 400;
}
.footer-links li li a:hover {
    color: #ef7e2c;
}

/* inner-showcase */
.inner-showcase {
    background: #ddd;
    overflow: hidden;
}
.inner-showcase:before {
    background: rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.inner-showcase li:before {
    display: none;
}
.inner-showcase .heading {
    background: rgba(0,0,0,0.57);
    width: 100%;
    padding: 15px 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.inner-showcase .caption h1 {
    padding: 0;
}

/* contact-address */
.contact-address {
    position: relative;
    z-index: 1;
}
.contact-address .section {
    background: #969a9d;
    min-height: 550px;
    padding: 60px 0 30px 0;
}
.contact-address .column {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.contact-address .column iframe {
    width: 100%;
    height: 350px;
}
.contact-address .txtb {
    background: #fff;
    padding: 20px 20px 5px 20px;
    min-height: 232px;
}
.contact-address h4 {
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
}
.contact-address p {
    padding-bottom: 20px;
    line-height: 24px;
}
.contact-address .icon,
.contact-address strong {
    float: left;
    margin-right: 10px;
}
.contact-address span,
.contact-address .txt {
    display: block;
    margin-left: 40px;
}
.contact-address a {
    color: #000;
}
.contact-address a:hover {
    color: #ef7d2c;
}

/* contact-form */
.contact-form {
    padding: 80px 0;
}
.contact-form h4 {
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
}


/* overview */
.overview {
    padding: 45px 0 25px 0;
}
.overview h3 {
    padding-bottom: 10px;
    font-size: 50px;
    font-weight: 400;
}
.overview p {
    padding-bottom: 20px;
    line-height: 26px;
}

/* about-video */
.about-video {
    position: relative;
    z-index: 1;
}
.about-video .section {
    background: #969a9d;
    padding: 60px 0;
}

/* content */
.content {
    position: relative;
    z-index: 1;
}
.content .section {
    background: #f0f0f0;
    padding: 60px 0 40px 0;
}
.content h2 {
    padding: 10px 0 15px 0;
    font-size: 24px;
    font-weight: 400;
}
.content h3 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.content h4 {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 700;
}
.content p {
    padding-bottom: 20px;
    line-height: 24px;
}
.content a,
.content .org {
    color: #ef7e2c;
}
.content a:hover {
    color: #000;
}
.content ul {
    padding: 5px 0 20px 10px;
}
.content ul li {
    line-height: 26px;
    padding: 0 0 5px 12px;
    position: relative;
}
.content ul li:before {
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    content: "\f101";
    color: #f17d2c;
    position: absolute;
    left: 0;
    top: 0;
}
.content ul li a {
    color: #000;
}
.content ol {
    margin-left: 25px;
    padding-bottom: 20px;
    list-style: decimal;
}
.content ol li {
    line-height: 26px;
}
.content ol li a {
    color: #000;
}

/* table */
.content table {
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.content table tr {
    border-top: 1px solid #ddd;
}
.content table th,
.content table td {
    border-left: 1px solid #ddd;
    padding: 10px 15px;
}

/* explore */
.explore {
    position: relative;
    z-index: 1;
}
.explore .section {
    background: #f0f0f0;
    padding: 60px 0 20px 0;
}
.explore h3 {
    font-size: 16px;
    line-height: 26px;
    min-height: 78px;
}
.explore .column {
    margin-bottom: 40px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.explore .imgb img {
    width: 100%;
    height: auto;
}
.explore .txtb {
    background: #fff;
    padding: 30px;
}
.explore .location {
    padding: 3px 0;
    color: #999;
}
.explore .fee {
    padding-bottom: 15px;
    font-size: 16px;
    color: #000;
    position: relative;
    margin-top: 25px;
}
.explore .fee:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.explore .fee strong {
    font-size: 18px;
    color: #f17d2c;
    font-weight: 900;
}
.explore .description {
    min-height: 90px;
    padding-bottom: 20px;
}
.explore .description h4 {
    font-size: 16px;
    padding-bottom: 7px;
}
.explore .description h5,
.explore .description p {
    line-height: 24px;
}

/* tour-explore */
.tour-explore .column {
    box-shadow: none;
}
.tour-explore .imgb {
    position: relative;
}
.tour-explore .imgb:before {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.tour-explore .imgb img {
    width: 100%;
    height: auto;
}
.tour-explore .imgb a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.tour-explore .heading {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}
.tour-explore h3 {
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    min-height: inherit;
}
.tour-explore .location {
    padding: 0;
    color: #fff;
}
.tour-explore .fee {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 3px;
    z-index: 3;
}
.tour-explore .fee:before {
    display: none;
}
.tour-explore .fee strong {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

/* consultants */
.consultants {
    position: relative;
    z-index: 1;
}
.consultants .section {
    background: #969a9d;
    padding: 60px 0 30px 0;
}
.consultants .column {
    background: #fff;
    min-height: 342px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.consultants .imgb {
    border: 4px solid #3a6160;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-radius: 100%;
}
.consultants .imgb img {
    width: 100%;
    height: auto;
}
.consultants h4 {
    text-align: center;
    font-size: 18px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.consultants .designation {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    text-align: center;
    color: #999;
}
.consultants .txtb {
    min-height: 92px;
}
.consultants p {
    padding-bottom: 20px;
    line-height: 24px;
}

/* team-info */
.team-info {
    padding: 30px;
}
.team-info .imgb {
    width: 200px;
    float: left;
    margin-right: 30px;
}
.team-info .imgb img {
    width: 100%;
    height: auto;
}
.team-info .txtb {
    margin-left: 230px;
}
.portfolio-info .txtb {
    margin-left: 0;
}
.team-info h4 {
    padding-bottom: 3px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.team-info .tag-line {
    padding-bottom: 5px;
    color: #999;
}
.team-info p {
    padding: 7px 0;
    line-height: 24px;
}


/* modal */
.modal-content {
    border-radius: 0;
}
.modal-content .close {
    background: #000;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 9999;
    opacity: 1;
}

/* detail */
.detail h1 {
    padding-bottom: 15px;
    font-size: 30px;
}
.detail .breadcrumb {
    border-bottom: 4px solid #ccc;
    background: none;
    padding: 0 0 15px 0;
    border-radius: 0;
}
.detail .breadcrumb ul {
    padding: 0 0 5px 0;
}
.detail .breadcrumb li {
    border-left: 1px solid #999;
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 12px;
}
.detail .breadcrumb li:before {
    display: none;
}
.detail .breadcrumb li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.detail .text-column {
    padding: 30px 0;
}
.detail .column {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.detail .column h4 {
    padding-top: 0;
}
.detail .column ul {
    margin: 0;
    padding: 0;
}
.detail .table {
    background: #fff;
}
.detail .table th span {
    display: block;
    color: #999;
    font-weight: 400;
}
.detail .table th small {
    display: block;
    color: #999;
    font-weight: 400;
}
.detail .payment-box {
    background: #144059;
    padding: 20px;
}
.detail .payment-box h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 52px;
}
.detail .payment-box .imgb {
    padding: 10px 0;
}
.detail .payment-box form {
    float: right;
}
.detail .registration-info-text {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px 20px 5px 20px;
    margin: 10px 0 10px 0;
}
.detail .registration-info-text p {
    padding-bottom: 15px;
}

/* detail2 */
.detail2 .section {
    padding-bottom: 30px;
}
.detail2 .date {
    padding-bottom: 10px;
}
.detail2 .date p {
    padding: 5px 0;
    line-height: normal;
}
.detail2 .price {
    margin-bottom: 15px;
    font-size: 18px;
}
.detail2 .price p {
    background: #ef7e2c;
    display: inline-block;
    padding: 10px;
    color: #fff;
}
.detail2 .price span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.detail2 .info {
    padding: 20px 0;
}
.detail2 .info p {
    padding: 5px 0;
    line-height: normal;
}
.detail2 .payment-box {
    margin-bottom: 20px;
}
.detail2 .btn {
    color: #fff;
}
.detail2 .btn:hover {
    color: #fff;
}
.detail2 .table {
    text-align: center;
}
.detail2 .table td {
    width: 16.666%;
    padding: 15px 8px;
}
.detail2 .table img {
    width: auto;
    height: 40px;
    margin-bottom: 8px;
}
.detail2 .table strong {
    display: block;
}

/* clients */
.clients {
    position: relative;
    z-index: 1;
}
.clients .section {
    background: #f0f0f0;
    padding: 55px 0;
}
.clients ul {
    margin: 0 -15px;
}
.clients li {
    width: 16.666%;
    float: left;
    padding: 15px;
}
.clients li .imgb {
    background: #fff;
    height: 100px;
    padding: 15px;
    text-align: center;
    position: relative;
}
.clients li .imgb img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 70%;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.4s;
}
.clients li .imgb:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* cities */
.cities li {
    width: 25%;
}

/* login */
.login {
    padding: 60px 0;
}
.login .logo2 {
    padding-bottom: 20px;
    text-align: center;
}
.login .logo2 img {
    width: auto;
    height: 58px;
}
.login h3 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.login .form {
    border: 1px solid #C9C9C9;
    padding: 30px;
    border-radius: 3px;
}
.login .btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
.login .btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
.login .forgot-link {
    display: inline-block;
    float: right;
    font-weight: 500;
}
.login .section-divider {
    margin-bottom: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login .section-divider:before {
    background: #C9C9C9;
    width: 100%;
    height: 1px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.login h5 {
    background: #fff;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    z-index: 3;
}
.login p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.login .input-info {
    display: block;
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
    color: #999;
}
.login .txtb {
    padding-bottom: 30px;
}

/* video-gallery */
.video-gallery {
    position: relative;
    z-index: 1;
}
.video-gallery .section {
    background: #f0f0f0;
    padding: 60px 0 20px 0;
}
.video-gallery .column {
    margin-bottom: 40px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.video-gallery .imgb {
    border: 1px solid #ccc;
}
.video-gallery .imgb iframe {
    width: 100%;
    height: auto;
    min-height: 260px;
    float: left;
}
.video-gallery h4 {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    padding: 15px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* explore2 */
.explore2 .section {
    background: #969a9d;
    min-height: 550px;
    padding: 60px 0 20px 0;
    position: relative;
}
.training-loading {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.training-loading .txtb {
    background: none;
    padding: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}
.training-loading .fa {
    width: 40px;
    height: 40px;
}
.training-loading p {
    padding: 4px 0;
    color: #999;
}
.explore2 .column {
    background: #fff;
    padding: 30px;
}
.explore2 .date {
    padding: 3px 0;
}
.explore2 .description {
    padding: 15px 0;
}
.explore2 .filter {
    padding-bottom: 30px;
}
.explore2 .filter .dropdown {
    float: right;
    margin-left: 10px;
}
.explore2 .filter .dropdown .dropdown-menu {
    left: initial;
    right: 0;
}

/* filter */
.filter {
    position: relative;
}
.filter .section {
    background: #3a6160;
    padding: 30px 60px;
}
.filter .form-control {
    border: none;
    width: 20%;
    float: left;
    margin-right: 1px;
    border-radius: 0;
}
.filter .form-select {
    border: none;
    width: 18.33%;
    float: left;
    margin-right: 1px;
    border-radius: 0;
}
.filter .form-select .form-control {
    width: 100%;
    float: left;
}
.filter .form-select2 {
    width: 10.8888%;
}
.filter .btn {
    background: #f17d2c;
    border: none;
    width: 10%;
    float: left;
    padding: 9px;
}

/* faq */
.faq h3 {
    background: #ddd;
    padding: 15px 40px 15px 15px;
    font-size: 18px;
    color: #ef7e2c;
    position: relative;
    z-index: 1;
}
.faq h3:before {
    content: '-';
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    font-size: 30px;
    color: #000;
    line-height: 49px;
}
.faq h3.collapsed:before {
    content: '+';
}
.faq .panel {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
}
.faq .txtb {
    padding: 30px 30px 10px 30px;
}

/* gallery */
.gallery {
    position: relative;
    z-index: 1;
}
.gallery .section {
    background: #969a9d;
    padding: 60px 0 30px 0;
}
.gallery .column {
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 0;
}
.gallery .imgb {
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.gallery .imgb img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gallery .txtb {
    background: #fff;
    padding: 15px;
}
.gallery h4 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gallery .date {
    padding-bottom: 15px;
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

/* training-form */
.training-form {
    background: #144059;
    padding: 30px;
    margin-top: 10px;
    color: #fff;
}
.training-form .btn {
    border: 1px solid #f17d2c;
    background: #f17d2c;
}
.training-form .btn:hover {
    border: 1px solid #f17d2c;
    background: #f17d2c;
}

/* training-registration */
.training-registration {
    padding-bottom: 30px;
}

.leftcol {
    padding-right: 30px;
}

/* training-content */
.training-content ul:after {
    display: table;
    content: '';
    clear: both;
}
.training-content li {
    width: 33.333%;
    float: left;
    padding-right: 20px !important;
}



/* fixed-container */
.fixed-container {
    width: 1170px;
    padding: 146px 15px 30px 15px;
    margin: 0 auto;
}
.detail-heading {
    position: relative;
    padding: 16px;
    margin: 0;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
}
.sidebar-left {
    position: sticky;
    top: 140px;
}
.sidebar-left .icon {
    width: 24px;
    height: 24px;
    float: left;
    padding-right: 0;
}
.sidebar-left .icon img {
    width: 100%;
    height: 100%;
}
.sidebar-left li a {
    text-decoration: none;
    color: #333;
    list-style: none;
    padding: 0;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 12px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin-top: -1px;
    background: #fff;
    border-left: 3px solid #fff;
}
.sidebar-left li strong {
    position: relative;
    left: 10px;
    float: left;
    text-indent: 0;
    padding: 0;
    text-align: left;
    width: 80%;
    line-height: 20px;
    top: 2px;
    font-weight: 400;
}
.inside-coursetab {
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .28571429rem;
}
.inside-coursetab:after {
    clear: both;
    display: table;
    content: '';
}

/* detail-box */
.detail-box {
    margin-bottom: 15px;
}
.detail-box .banner img {
    width: 100%;
    height: auto;
}
.detail-box .btn-row {
    padding: 12px;
    text-align: right;
}
.detail-box .btn-row .btn {
    padding: 4px 12px;
    font-size: 13px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.detail-content,
.location-date,
.payment-box,
.fee-covers,
.fee-box {
    margin-bottom: 30px;
}
.detail-content .inside-coursetab {
    padding: 15px;
}
.detail-content h5 {
    font-size: 14px;
    padding: 8px 0;
    font-weight: 700;
}
.detail-content p {
    padding: 8px 0;
    line-height: 21px;
}
.detail-content ol {
    margin: 0 0 15px 18px;
    list-style: decimal;
    line-height: 21px;
}
.detail-content ul {
    margin: 0 0 15px 18px;
    list-style: disc;
    line-height: 21px;
}
.detail-txtb {
    border-top: 1px solid #f4f4f4;
    padding: 15px;
}
.detail-txtb p {
    padding: 3px 0;
    line-height: 20px;
}
.detail-txtb a {
    color: #ef7e2c;
}
.detail-txtb a:hover {
    color: #000;
}
.fee-box .detail-txtb {
    min-height: 201px;
}
.location-date .tag-line {
    border-top: 1px solid #e6e6e6;
    padding: 10px 15px;
    font-size: 12px;
}
.location-date p small {
    font-size: 10px;
    color: #fd0101;
}
.location-date a.btn {
    float: right;
    color: #fff;
    padding: 7px 10px;
    border-radius: 2px;
}
.location-date .fa {
    width: 24px;
}
.location-date p img {
    margin-right: 8px;
}
.fa-map-marker {
    color: #ca292d;
}
.fa-calendar {
    color: #7c2b83;
}
.fa-flag-checkered {
    color: #d26928;
}

.payment-box .detail-txtb {
    text-align: center;
    min-height: 161px;
}
.payment-box a.btn,
.payment-box .btn {
    min-width: 100%;
    text-align: left;
    color: #fff;
    padding: 10px 10px 10px 50px;
    border-radius: 2px;
    margin: 11px 0;
    position: relative;
}
.payment-box a.btn .icon,
.payment-box .btn .icon {
    background: #fff;
    width: 38px;
    height: 38px;
    float: left;
    text-align: center;
    line-height: 38px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 2px;
}
.payment-box a.btn .icon img,
.payment-box .btn .icon img {
    width: auto;
    height: 30px;
}

.fee-box a.btn {
    min-width: 100%;
    color: #fff;
    padding: 7px 10px;
    border-radius: 2px;
    margin-top: 82px;
}
.fee-box .fee-col {
    border: 1px solid #ef7e2c;
    background: #fff;
    line-height: 42px;
    margin-bottom: 7px;
}
.fee-box .fee-col span {
    display: inline-block;
    padding: 0 10px;
    color: #ef7e2c;
    font-weight: 700;
}
.fee-box .fee-col strong {
    background: #ef7e2c;
    display: inline-block;
    padding: 0 10px;
    float: right;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}
.fee-box small {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #999;
}

.fee-covers .table {
    margin: 0 0 -1px 0;
}
.fee-covers .table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: center;
}
.fee-covers .table td:nth-child(5) {
    border-right: none;
}
.fee-covers img {
    width: auto;
    height: 30px;
}
.fee-covers strong {
    display: block;
    font-size: 12px;
    padding-top: 3px;
}


/* portfolio */
.portfolio .column {
    min-height: inherit;
}
.portfolio h4 {
    text-align: left;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    min-height: 50px;
}
.portfolio .txtb {
    min-height: 120px;
}
.portfolio .imgb {
    margin: -30px -30px 30px -30px;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.portfolio .imgb img {
    width: 100%;
    height: auto;
}

/* tour-detail */
.tour-detail .heading {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background: #fff;
    position: relative;
    padding: 15px;
    border-radius: 2px 2px 0 0;
}
.tour-detail .heading h1 {
    font-size: 24px;
    margin-bottom: 6px;
}
.tour-detail .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.tour-detail .breadcrumb li {
    float: left;
    margin-left: 10px;
}
.tour-detail .breadcrumb li:first-child {
    margin-left: 0;
}
.tour-detail .breadcrumb li a {
    display: inline-block;
    margin-right: 5px;
    color: #ef7d2c;
}
.tour-detail .tour-detail-slider {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.tour-detail .tour-detail-slider li img {
    width: 100%;
    height: auto;
}
.tour-detail .tour-detail-slider .flex-prev,
.tour-detail .tour-detail-slider .flex-next {
    background: #999;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: -15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 50%;
    z-index: 2;
}
.tour-detail .tour-detail-slider .flex-prev {
    left: 15px;
}
.tour-detail .tour-detail-slider .flex-next {
    right: 15px;
}
.tour-detail .section {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 2px;
}
.tour-detail .section .heading{
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin: -15px -15px 15px -15px;
}
.tour-detail .section .heading h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.tour-detail .daily-list .column {
    /*border-top: 1px solid #e6e6e6;*/
    padding: 15px 15px 0 15px;
    margin: 0 -15px;
}
.tour-detail .daily-list .column:first-child {
    border-top: none;
    padding-top: 0;
}
.tour-detail .content ul {
    padding: 5px 0 15px 0;
}
.tour-detail .daily-list h5 span {
    background: #3a6160;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}
.tour-detail .package-fees {
    margin-bottom: 30px;
}
.tour-detail .package-fees th {
    background: #eee;
}
.tour-detail .package-fees .table {
    margin-bottom: 0;
}

/* other-tours */
.other-tours {
    margin-bottom: 30px;
}
.other-tours .imgb {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}
.other-tours .imgb img {
    width: auto;
    height: 100%;
    float: left;
}
.other-tours .txtb {
    display: block;
    margin-left: 60px;
}
.other-tours .heading {
    display: block;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.other-tours .tagline {
    display: block;
    font-size: 12px;
    color: #666;
}

/* training-registration */
.training-registration {
    display: none;
}
.registration-btn {
    text-align: center;
    padding: 120px 0;
}
.registration-btn p {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
}
.registration-btn a.btn {
    display: inline-block;
    min-width: 320px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2px;
    border-radius: 3px;
}
.registration-btn a.btn:hover {
    color: #fff;
}
.registration-btn a.guest-btn {
    border: 1px solid #ef7d2c;
    background: #ef7d2c;
}

/* login  */
.login a.forget-link {
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
    display: inline-block;
}
.login a.guest-btn {
    border: 1px solid #ef7d2c;
    background: #ef7d2c;
}


/* font */
.about p,
.showcase .caption h1,
.section-heading h3,
.services h4,
.counter h4,
.latest-training h4,
.latest-training p,
.people-say h4,
.footer h3,
.footer h4,
.overview h3,
.partners h3,
.cities h4,
.video-gallery h4,
.gallery h4 {
    font-family: 'Maitree', serif;
}

.about .services p {
    font-family: 'Muli', sans-serif;
}

.menu-mobile {
    display: none;
}
/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {

.container,
.full-container {
    width: auto;
    padding: 0 15px !important;
}
.full-container .container {
    padding: 0 !important;
}

.position-static {
    position: static;
}

/* section-heading */
.section-heading h3 {
    font-size: 30px;
}

.latest-training .section-heading2,
.people-say .section-heading2,
.customers .section-heading2,
.inner-showcase:before,
.header-sidebar .address,
.header-sidebar .arrow,
.bottom-to-top {
    display: none !important;
}

/* header-sidebar */
.header-sidebar {
    width: 0;
    padding: 0;
}

/* logo */
.logo img {
    height: 40px;
}

.social {
    float: none;
}
.social .link {
    float: right;
    padding: 4px 0 5px 15px;
}

/* navigation */
.menu-mobile {
    display: block;
    font-size: 24px;
    float: right;
    color: #000;
    line-height: 24px;
    margin-top: 17px;
}
.header.fixed .navigation {
    padding: 0;
}
.navigation {
    background: #f17d2c;
    width: 100%;
    height: calc(100vh - 106px);
    overflow: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
}
.navigation>ul{
    border-bottom: 1px solid #eee;
}
.navigation>ul>li {
    border-right: none;
    border-top: 1px solid #eee;
    float: none;
}
.navigation>ul>li:first-child {
    border: none;
    margin-left: 0;
}
.navigation li a span {
    display: inline;
}
.navigation>ul>li>a {
    min-height: inherit;
    display: block;
    padding: 11px 15px;
    color: #fff;
    position: relative;
    z-index: 99;
}
.navigation>ul>li.dd-link:after {
    display: none;
}
.navigation li.dd-link:before {
    border-left: 1px solid #eee;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    content: "\f0d7";
    right: 0px;
    top: -1px;
    display: block;
    position: absolute;
}
.navigation>ul>li:hover>a {
    color: #fff;
}
.navigation .single-dropdown,
.navigation .menu-dropdown {
    background: #3a6160;
    position: static;
    min-width: initial;
}
.navigation .single-dropdown li a {
    color: #fff;
}
.navigation .menu-dropdown>ul>li {
    width: 100%;
    float: none;
    padding: 15px 0;
}
.navigation .menu-dropdown>ul>li>a {
    color: #fff;
}
.navigation .menu-dropdown>ul>li li a,
.navigation .menu-dropdown>ul>li li li a{
    color: #fff;
}

/* showcase */
.showcase-box {
    margin-top: 105px;
    background: #2b2b2b;
}
.showcase .slides li:before {
    display: none;
}
.showcase .caption {
    background: #2b2b2b;
    padding: 30px 0;
    font-size: 14px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.showcase .caption h4,
.showcase .caption h1 {
    font-size: 24px;
    line-height: 30px;
}
.showcase .caption p {
    line-height: 24px;
}
.showcase .flex-control-nav {
    padding: 0 15px;
}

/* inner-showcase */
.inner-showcase {
    min-height: initial;
    margin-top: 0;
}
.inner-showcase .caption {
    padding: 15px 0;
    font-size: 14px;
}
.inner-showcase .caption h1 {
    padding: 0;
}


/* about */
.about {
    padding: 50px 0 20px 0;
    font-size: 14px;
}
.about p {
    padding-bottom: 25px;
    line-height: 26px;
}

/* services */
.services {
    padding-top: 50px;
}
.services li {
    width: 100%;
    padding: 25px 0;
}
.services .txtb {
    min-height: initial;
    padding: 0;
    margin-bottom: 0;
}

/* counter */
.counter {
    padding: 50px 0;
}
.counter .column {
    padding: 40px 0;
}


/* latest-training */
.latest-training {
    padding: 50px 0 60px 0;
}
.latest-training a.learn-more {
    margin: 5px 0 30px 0;
}
.latest-training .btn {
    min-width: 100%;
}
.latest-training .owl-prev {
    left: 0px;
}
.latest-training .owl-next {
    right: 0;
}

/* categories */
.categories {
    padding: 60px 0;
}
.categories .section-heading {
    padding-bottom: 40px;
}
.categories ul {
    margin-bottom: 0;
}
.categories li {
    width: 100%;
    margin-top: 30px;
}
.categories li:first-child {
    margin-top: 0;
}
.categories h4 {
    min-height: initial;
}

/* customers */
.customers {
    padding: 0;
}
.customers .section-heading,
.people-say .section-heading {
    padding-bottom: 30px;
}
.customers .section,
.people-say .section {
    padding: 50px 0;
}
.customers .section {
    padding: 50px 0;
    margin: 0;
}
.customers .owl-prev {
    left: 0px;
}
.customers .owl-next {
    right: 0;
}

/* people-say */
.people-say {
    background: #969a9d;
    font-size: 14px;
}
.people-say .item,
.people-say .column {
    padding: 30px 15px;
}
.people-say .imgb {
    margin: 0 auto 10px auto;
}
.people-say .txtb {
    min-height: 200px;
}
.people-say .owl-prev {
    left: 0px;
}
.people-say .owl-next {
    right: 0;
}

/* footer */
.footer {
    padding: 30px 0;
}
.footer .scroll {
    margin-bottom: 15px;
}
.footer .column {
    padding: 15px 0;
}
.footer-bottom p span {
    border-bottom: 1px solid #5a5a5a;
    display: block;
    padding: 10px 0;
}
.footer-bottom p small {
    display: none;
}
a.designdot {
    float: none;
    display: inline-block;
    margin-top: 20px;
}
.footer-links li {
    border-top: 1px solid #5a5a5a;
    width: 100%;
    padding: 15px 0;
}
.footer-links li:first-child {
    border-top: none;
}
.footer-links li li {
    border-top: none;
    padding: 0;
}

/* overview */
.overview {
    padding: 50px 0 30px 0;
}
.overview h3 {
    font-size: 30px;
}
.customers-inner {
    padding: 0;
}
.about-video {
    background: #969a9d;
}
.about-video .column {
    margin-bottom: 30px;
}
.about-video .section {
    background: #969a9d;
    padding: 50px 0 20px 0;
}

/* clients */
.clients {
    background: #f0f0f0;
}
.clients .section {
    padding: 35px 0;
}
.clients ul {
    margin: 0 -8px;
}
.clients li {
    width: 50%;
    padding: 8px;
}

/* consultants */
.consultants {
    background: #969a9d;
}
.consultants .section,
.content .section,
.contact-form {
    padding: 50px 0;
}
.consultants .column {
    padding: 30px 15px;
}
.inner-consultants .section {
    padding: 50px 0 20px 0;
}

/* content */
.content {
    background: #f0f0f0;
}
.content .section {
    padding: 50px 0;
}

/* contact-address */
.contact-address,
.explore2,
.gallery {
    background: #969a9d;
}
.contact-address .section,
.explore2 .section,
.gallery .section {
    padding: 50px 0 20px 0;
}

/* video-gallery */
.video-gallery {
    background: #f0f0f0;
}
.video-gallery .section {
    padding: 50px 0 10px 0;
}

/* filter */
.filter {
    background: #3a6160;
}
.filter .section {
    padding: 30px 15px;
}
.filter .form-control,
.filter .form-select,
.filter .btn {
    width: 100%;
    margin: 0 0 1px 0;
}

/* explore2 */
.explore2 .column {
    padding: 30px 15px;
}
.detail .text-column {
    padding: 15px 0;
}
.detail .column {
    min-height: initial;
    padding: 30px 15px;
}
.detail .payment-box {
    padding: 30px 15px 20px 15px;
    margin: 15px 0 30px 0;
    text-align: center;
}
.detail .payment-box h4 {
    display: block;
}
.detail .payment-box form {
    float: none;
}
.detail2 .table td {
    width: 50%;
    float: left;
}
.detail2 .table strong {
    min-height: 40px;
}

/* explore */
.explore,
.cities {
    background: #f0f0f0;
}
.explore .section,
.cities .section {
    padding: 50px 0 20px 0;
}


.inner-showcase .heading {
    background: #2b2b2b;
    width: 100%;
    padding: 15px;
    font-size: 24px;
    position: static;
}

/* team-info */
.team-info {
    padding: 30px 15px;
}
.team-info .imgb {
    width: 200px;
    float: none;
    margin: 0 auto 30px auto;
}
.team-info .txtb {
    margin-left: 0;
}

.modal-content .close {
    right: -11px;
    top: -11px;
}

.radio-col label {
    margin: 5px 0;
    display: block;
}

/* inner-categories */
.inner-categories {
    padding: 0;
}
.inner-categories .full-container,
.explore.explore2 .full-container {
    padding: 0 !important;
}
.inner-categories .section,
.explore.explore2 .section {
    padding: 60px 0;
}

.explore .description {
    min-height: initial;
}

.login .form {
    padding: 30px 15px;
}
.training-content li {
    width: 100%;
    padding-right: 0 !important;
}

.detail2 .program-table td {
    width: auto;
    float: none;
}

.fixed-container {
    width: auto;
    padding: 136px 15px 30px 15px;
}
.sidebar-left {
    display: none;
}
.location-date .tag-line {
    font-size: 10px;
}
.payment-box a.btn,
.payment-box .btn {
    font-size: 12px;
    line-height: 15px;
    white-space: inherit;
    padding: 5px 10px 5px 50px;
    min-height: 42px;
}
.fee-box a.btn {
    margin-top: 10px;
    white-space: initial;
}
.fee-box .detail-txtb {
    min-height: inherit;
}

.tour-detail .section {
    padding: 15px;
}

.portfolio .imgb {
    margin: -30px -15px 20px -15px;
}
.portfolio .txtb {
    min-height: inherit;
}

.faq .txtb {
    padding: 20px 15px 0px 15px;
}
.faq h3 {
    font-size: 14px;
    line-height: normal;
}


}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.container,
.full-container {
    width: auto;
    padding: 0 15px !important;
}
.full-container .container {
    padding: 0 !important;
}

.position-static {
    position: static;
}

/* section-heading */
.section-heading h3 {
    font-size: 30px;
}

.latest-training .section-heading2,
.people-say .section-heading2,
.customers .section-heading2,
.inner-showcase:before,
.header-sidebar .address,
.header-sidebar .arrow {
    display: none;
}

/* header-sidebar */
.header-sidebar {
    width: 0;
    padding: 0;
}

/* logo */
.logo img {
    width: auto;
    height: 40px;
}

.social .link {
    float: right;
    padding: 4px 0 5px 15px;
}

/* navigation */
.navigation {
    float: right;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
}
.navigation>ul>li>a {
    min-width: 85px;
    min-height: 60px;
    padding: 11px 9px;
}
.navigation>ul>li:last-child .single-dropdown {
    left: initial;
    right: 0;
}
.navigation .menu-dropdown {
    min-width: 100vw;
    right: -188px;
}

/* showcase */
.showcase-box {
    margin-top: 105px;
}
.showcase .caption {
    padding: 30px 15px;
}
.showcase .caption h4,
.showcase .caption h1 {
    font-size: 24px;
    line-height: normal;
}
.showcase .flex-control-nav {
    padding: 0 15px;
}

/* inner-showcase */
.inner-showcase {
    height: auto;
    margin-top: 0;
}
.inner-showcase .caption {
    font-size: 14px;
}
.inner-showcase .caption h1 {
    font-size: 30px;
    line-height: normal;
}
.inner-showcase .caption p {
    padding-bottom: 10px;
    line-height: 24px;
}
.inner-showcase:before {
    background: rgba(0,0,0,0.57);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

/* about */
.about {
    padding: 50px 0 20px 0;
    font-size: 14px;
}
.about p {
    padding-bottom: 25px;
    line-height: 26px;
}

/* services */
.services {
    padding-top: 50px;
}
.services li {
    width: 50%;
    padding: 25px 0;
}
.services .txtb {
    min-height: 137px;
    margin-bottom: 0;
}

/* counter */
.counter {
    padding: 50px 0;
}
.counter .column {
    padding: 40px 0;
}

/* latest-training */
.latest-training {
    padding: 50px 0 60px 0;
}
.latest-training .btn {
    min-width: 100%;
}
.latest-training .container,
.customers .container,
.people-say .container {
    padding: 0 40px !important;
}
.latest-training .owl-next {
    right: -35px;
}
.latest-training .owl-prev {
    left: -35px;
}

/* categories */
.categories {
    padding: 60px 0;
}
.categories .section-heading {
    padding-bottom: 40px;
}
.categories ul {
    margin-bottom: 0;
}
.categories li {
    width: 33.33%;
}
.categories li:first-child {
    margin-top: 0;
}
.categories .icon {
    max-height: 224px;
}

/* customers */
.customers {
    padding: 0;
}
.customers .section-heading {
    padding-bottom: 40px;
}

/* people-say */
.people-say .section,
.customers .section {
    padding: 50px 15px;
    margin: 0;
}
.people-say .item,
.people-say .column {
    padding: 30px 15px;
}
.people-say .txtb {
    min-height: 220px;
}

/* footer */
.footer {
    padding: 30px 0;
}
.footer .column {
    padding: 15px 0;
}
.footer-bottom p span {
    padding: 0 10px;
}
.footer-links li {
    width: 33.333%;
    min-height: 145px;
    padding: 15px 0;
}
.footer-links li:first-child {
    border-top: none;
}
.footer-links li li {
    border-top: none;
    min-height: initial;
    padding: 0;
}

/* overview */
.overview {
    padding: 50px 0 30px 0;
}
.overview h3 {
    font-size: 30px;
}
.customers-inner {
    padding: 0;
}
.about-video .section {
    background: #969a9d;
    padding: 50px 0;
    margin: 0;
}

/* clients */
.clients {
    background: #f0f0f0;
}
.clients .section {
    padding: 35px 0;
}
.clients li {
    width: 20%;
}

/* consultants */
.consultants,
.contact-address,
.gallery {
    background: #969a9d;
}
.consultants .section,
.content .section,
.contact-form {
    padding: 50px 0;
}

/* content */
.content,
.explore,
.cities {
    background: #f0f0f0;
}

/* contact-address */
.contact-address .section,
.explore .section,
.cities .section,
.gallery .section {
    padding: 50px 0 20px 0;
}

/* detail */
.detail .column {
    padding: 30px 20px;
}

/* inner-categories */
.inner-categories {
    padding: 0;
}
.inner-categories .full-container,
.explore.explore2 .full-container {
    padding: 0 !important;
}
.inner-categories .section {
    padding: 60px 15px;
}
.explore.explore2 .section {
    padding: 60px 0 30px 0;
}

/* filter */
.filter {
    background: #3a6160;
}
.filter .section {
    padding: 30px 15px;
}
.filter .form-select {
    width: 18.6666%;
}
.filter .form-select2 {
    width: 13.8888%;
}
.filter .btn {
    width: 12%;
    float: right;
    margin-top: 4px;
}

.detail .payment-box {
    padding: 30px 15px 20px 15px;
    margin: 0 0 30px 0;
    text-align: center;
}
.detail .payment-box h4 {
    display: block;
    line-height: normal;
    margin-bottom: 13px;
}
.detail .payment-box form {
    float: none;
}
.training-content li {
    width: 50%;
    padding-right: 20px !important;
}

.explore h3 {
    min-height: 78px;
}
.explore2 .description {
    min-height: 102px;
}

.fixed-container {
    width: auto;
    padding: 136px 15px 30px 15px;
}
.sidebar-left {
    display: none;
}
.location-date .tag-line {
    font-size: 10px;
}
.payment-box a.btn,
.payment-box .btn {
    font-size: 12px;
    line-height: 20px;
}
.tour-detail .section {
    padding: 15px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

.container,
.full-container {
    width: auto;
    padding: 0 15px !important;
}
.full-container .container {
    padding: 0 !important;
}

.position-static {
    position: static;
}

/* section-heading */
.section-heading h3 {
    font-size: 30px;
}

.latest-training .section-heading2,
.people-say .section-heading2,
.customers .section-heading2,
.inner-showcase:before,
.header-sidebar .address,
.header-sidebar .arrow {
    display: none;
}

/* header-sidebar */
.header-sidebar {
    width: 0;
    padding: 0;
}

.social .link {
    float: right;
    padding: 4px 0 5px 15px;
}

/* navigation */
.navigation {
    float: right;
    font-weight: 700;
}
.navigation>ul>li>a {
    min-width: 115px;
    padding: 17px 17px;
}
.navigation>ul>li:last-child .single-dropdown {
    left: initial;
    right: 0;
}
.navigation .menu-dropdown {
    min-width: 100vw;
    right: -258px;
}

/* showcase */
.showcase .caption {
    padding: 30px 15px;
}
.showcase .caption h4,
.showcase .caption h1 {
    font-size: 24px;
    line-height: normal;
}
.showcase .flex-control-nav {
    padding: 0 15px;
}

/* inner-showcase */
.inner-showcase {
    height: auto;
    margin-top: 0;
}
.inner-showcase .caption h1 {
    font-size: 50px;
}
.inner-showcase:before {
    background: rgba(0,0,0,0.10);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

/* about */
.about {
    padding: 50px 0 20px 0;
    font-size: 14px;
}
.about p {
    padding-bottom: 25px;
    line-height: 26px;
}

/* services */
.services {
    padding-top: 50px;
}
.services li {
    width: 50%;
    padding: 25px 0;
}
.services .txtb {
    min-height: initial;
    margin-bottom: 0;
}

/* counter */
.counter {
    padding: 50px 0 180px 0;
}
.counter .column {
    padding: 40px 0;
}

/* latest-training */
.latest-training {
    padding: 50px 0 60px 0;
}
.latest-training .btn {
    min-width: 100%;
}
.latest-training .container,
.customers .container,
.people-say .container {
    padding: 0 40px !important;
}
.latest-training .owl-next {
    right: -35px;
}
.latest-training .owl-prev {
    left: -35px;
}

/* categories */
.categories {
    padding: 60px 0 0 0;
}
.categories .section-heading {
    padding-bottom: 40px;
}
.categories li {
    width: 33.33%;
}
.categories .icon {
    max-height: 280px;
}

/* customers */
.customers {
    padding: 0;
}
.customers .section-heading {
    padding-bottom: 40px;
}

/* people-say */
.people-say .section,
.customers .section {
    padding: 50px 15px;
    margin: 0;
}
.people-say .item,
.people-say .column {
    padding: 30px 15px;
}

/* footer */
.footer {
    padding: 30px 0;
}
.footer .column {
    padding: 15px 0;
}
.footer-bottom p span {
    padding: 0 10px;
}
.footer-links li:first-child {
    border-top: none;
}
.footer-links li li {
    border-top: none;
    min-height: initial;
    padding: 0;
}

/* clients */
.clients {
    background: #f0f0f0;
}
.clients .section {
    padding: 35px 0;
}
.clients li {
    width: 20%;
}

/* consultants */
.consultants,
.contact-address {
    background: #969a9d;
}
.consultants .section,
.content .section,
.contact-form {
    padding: 50px 0;
}

/* content */
.content,
.explore,
.cities {
    background: #f0f0f0;
}

/* contact-address */
.contact-address .section,
.explore .section,
.cities .section {
    padding: 50px 0 20px 0;
}

/* detail */
.detail .column {
    padding: 30px 20px;
}

/* inner-categories */
.inner-categories {
    padding: 0;
}
.inner-categories .full-container,
.explore.explore2 .full-container {
    padding: 0 !important;
}
.inner-categories .section {
    padding: 60px 15px;
}
.explore.explore2 .section {
    padding: 60px 15px 30px 15px;
}

/* filter */
.filter {
    background: #3a6160;
}
.filter .section {
    padding: 30px 15px;
}



.detail .payment-box {
    margin-bottom: 15px;
}
.detail .payment-box h4 {
    line-height: normal;
    display: block;
}
.detail .payment-box form {
    float: none;
    margin-top: 20px;
}
.training-content li {
    width: 50%;
    padding-right: 20px !important;
}

.explore h3 {
    min-height: 78px;
}
.explore2 .description {
    min-height: 126px;
}

.fixed-container {
    width: auto;
    padding: 146px 15px 30px 15px;
    margin: 0 auto;
}
.payment-box a.btn,
.payment-box .btn {
    font-size: 12px;
    line-height: 20px;
}
.location-date p img {
    margin-right: 2px;
}
.tour-detail .section {
    padding: 15px;
}

}


@media (min-width: 1185px) and (max-width: 1305px) {

.navigation>ul>li:last-child .single-dropdown {
    left: initial;
    right: 0;
}
.navigation .menu-dropdown {
    min-width: 100vw;
    right: -258px;
}


}



/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1200px) and (max-width: 1299px) {

.header.fixed .navigation {
    padding: 3px 0 0 60px;
}

.categories li {
    width: 25%;
}

}

/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1185px) and (max-width: 1299px) {

.detail .payment-box {
    margin-bottom: 20px;
}
.detail .payment-box h4 {
    line-height: normal;
    display: block;
}
.detail .payment-box form {
    float: none;
    margin-top: 20px;
}

}

/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1284px) and (max-width: 1399px) {

.detail .payment-box {
    margin-bottom: 20px;
}
.detail .payment-box h4 {
    line-height: normal;
    display: block;
}
.detail .payment-box form {
    float: none;
    margin-top: 20px;
}

}

/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1289px) and (max-width: 1439px) {

.people-say .item, 
.people-say .column {
    min-height: 395px;
}

}

/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1600px) and (max-width: 1920px) {

.categories li {
    width: 16.66666%;
}

.people-say .item, .people-say .column {
    min-height: 395px;
}

}

