html {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
}

body {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 100%;
    /* ----------------------------- Global font */
    font-family: 'Abel', sans-serif;
    background: white;
    unicode-bidi: bidi-override;
    background-color: #efefed;
    /* direction:rtl; */
}

* {
    outline: none !important;
}

/* a tag */

a {
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    color: #b1976b;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #b1976b;
    text-decoration: none;
}

.site-box .site-social-icons {
    margin-left: 65px;
    margin-top: 20px;
}

.site-box .site-social-icons a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 50%;
    padding-top: 10px;
}

/* Responsive image */

img {
    display: inline-block;
    max-width: 100%;
}

span {
    display: inline-block;
    max-width: 100%;
}

figure {
    overflow: hidden;
    max-width: 100%;
    display: block;
}

/* Input Placeholders */

:-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

/* I tag for font-awesome icons */

i {
    display: inline-block;
}

/* Paragraph */

p {
    font-family: 'Abel', sans-serif;
    color: #565656;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: justify;
    text-transform: capitalize;
}

/* Paragraph center  */

.center-text p {
    text-align: center;
    padding: 0;
    margin: 0 0 40px 0;
}

/* Horizontal line */

hr {
    max-width: 70px;
    width: 100%;
    display: block;
    height: 0;
    clear: both;
    border: 2px solid #d7d7d7;
    margin: 0;
}

/* Grey section (.site-grey-section) class */

.site-grey-section {
    margin: 0;
    /* padding: 90px 0;*/
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    background: white;
}

/* White section (.site-white-section .site-dark-section ) class */

.site-white-section,
.site-dark-section,
.site-grey-section {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
}

/* White section (.site-white-section .site-dark-section ) class padding*/

@media screen and (max-width: 767px) {
    .site-white-section,
    .site-dark-section,
    .site-grey-section {
        padding: 10px 0;
    }
}

.site-white-section h1,
.site-dark-section h1,
.site-grey-section h1 {
    /* H1 heading */
    color: #116BA1;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.site-white-section h1 a,
.site-dark-section h1 a,
.site-grey-section h1 a {
    color: #116BA1;
}

@media screen and (max-width: 767px) {
    .site-white-section h1,
    .site-dark-section h1,
    .site-grey-section h1 {
        /*font-size: 32px;
      line-height: 44px;
      padding-bottom: 10px;*/
    }
}

.site-white-section h1 strong,
.site-dark-section h1 strong,
.site-grey-section h1 strong {
    font-weight: 700;
}

.site-white-section h1:before,
.site-dark-section h1:before,
.site-grey-section h1:before {
    /* H1 horizontal line */
    /*content: "";
    position: absolute;
    max-width: 70px;
    width: 100%;
    display: block;
    height: 4px;
    background: #d7d7d7;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 100%;*/
}

.site-white-section h2,
.site-dark-section h2,
.site-grey-section h2 {
    /* H2 Heading */
    font-family: inherit;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: inherit;
    color: #116BA1;
    margin: 60px 0 40px 0;
    padding: 10px 0;
    text-transform: capitalize;
}

.site-white-section h3,
.site-dark-section h3,
.site-grey-section h3,
.inner-page-white-section h3,
.inner-page-grey-section h3 {
    /* H3 Heading */
    font-family: inherit;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: inherit;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: capitalize;
}

.site-white-section h2 a,
.site-dark-section h2 a,
.site-grey-section h2 a {
    color: #086194;
}

.site-white-section h2 span,
.site-dark-section h2 span,
.site-grey-section h2 span {
    color: #b1976b;
}

.site-white-section h3,
.site-dark-section h3,
.site-grey-section h3,
.site-white-section h4,
.site-dark-section h4,
.site-grey-section h4,
.site-white-section h5,
.site-dark-section h5,
.site-grey-section h5,
.site-white-section h6,
.site-dark-section h6,
.site-grey-section h6 {
    /* a tag color change inside headings */
    text-transform: capitalize;
}

.site-white-section h3 a,
.site-dark-section h3 a,
.site-grey-section h3 a,
.site-white-section h4 a,
.site-dark-section h4 a,
.site-grey-section h4 a,
.site-white-section h5 a,
.site-dark-section h5 a,
.site-grey-section h6 a,
.site-white-section h6 a,
.site-dark-section h6 a,
.site-grey-section h6 a {
    color: #1a1e2a;
    text-transform: capitalize;
}

/* Dark section (.site-dark-section) class */

.site-dark-section {
    margin: 0;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    background: #ffffff;
    color: white;
}

.site-dark-section h1 {
    /* H1 heading */
    color: #116BA1;
}

.site-dark-section h2 {
    /* H2 heading */
    color: #116BA1;
}

@media screen and (max-width: 991px) {
    .site-white-section h2,
    .site-dark-section h2,
    .site-grey-section h2 {
        font-size: 30px;
        text-align: center;
    }
}

.site-dark-section p {
    /* Paragraph */
    color: black;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* inner page container ( .inner-page-dark-section )  class */

.inner-page-dark-section {
    margin: 0;
    padding: 90px 0;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    background: #b1976b;
}

/* inner page container ( .inner-page-white-section .inner-page-dark-section .inner-page-grey-section )  class */

.inner-page-white-section,
.inner-page-dark-section,
.inner-page-grey-section {
    margin: 0;
    padding: 90px 0;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}

.inner-page-grey-section {
    background: #f0f6f7;
}

.inner-page-white-section h1,
.inner-page-dark-section h1,
.inner-page-grey-section h1 {
    /* H1 heading */
    font-family: inherit;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.inner-page-white-section h1,
.inner-page-grey-section h1 {
    /* H1 heading color*/
    color: #b1976b;
}

.inner-page-dark-section h1 {
    /* H1 heading color */
    color: #FFFFFF;
}

.inner-page-white-section h2,
.inner-page-dark-section h2,
.inner-page-grey-section h2 {
    /* H1 heading */
    font-family: inherit;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 0 0 50px 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .site-main-slider.slider-version-1 .sequence-caption h1 {
        width: 70%;
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .inner-page-white-section h2,
    .inner-page-dark-section h2,
    .inner-page-grey-section h2 {
        font-size: 30px;
    }
}

.inner-page-white-section h2,
inner-page-grey-section h2 {
    /* H1 heading color*/
    color: #000000;
}

.inner-page-dark-section h2 {
    /* H1 heading color */
    color: #FFFFFF;
}

/* Align center class */

.section-align-center {
    display: inline-block;
}

/* Fluid Container max width set when use (.wide) class */

.container-fluid.wide {
    max-width: 1400px;
}

/* Theme button */

a.theme-btn {
    /* a tag */
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px 35px 14px 35px;
    position: relative;
    overflow: hidden;
    transition: 400ms ease;
    transition-property: color, background;
    cursor: pointer;
    z-index: 10;
    display: inline-block;
    border-radius: 0;
    background: #116ba1;
    font-family: 'Abel', sans-serif;
}

a.theme-btn:hover {
    background: black;
    color: #FFFFFF;
}

.more-text {
    font-size: 14px;
    font-weight: 700;
    color: #b1976b;
    text-transform: uppercase;
    padding: 16px 0;
    margin: 15px 0;
}

.more-text:hover {
    border: #b1976b solid 2px;
    text-align: center;
    padding: 14px 30px 14px 30px;
    border-radius: 6px;
    transition: all ease .5s;
}

/* Swiper carousel slider pagination */

.swiper-pagination {
    width: 100%;
    display: block;
    clear: both;
    padding: 0;
    position: relative;
    margin: 40px 0 0;
    overflow: hidden;
    left: 0;
    top: auto;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #a2bec2;
    transition: 400ms ease;
    transition-property: background-color;
    margin: 8px !important;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b1976b;
}

/* Swiper carousel slider navigation */

.swiper-button-prev,
.swiper-button-next {
    /* Prev navigation button */
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: white none;
    text-align: center;
    transition: 400ms ease;
    transition-property: background-color;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
    overflow: hidden;
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        margin: 0;
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #2E3F59;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
    color: white;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    content: "\e902";
    font-family: 'Abel', sans-serif;
    display: block;
    color: rgba(26, 30, 42, 0.4);
    transition: 400ms ease;
    transition-property: color;
    position: relative;
    left: -2px;
}

.swiper-button-next {
    /* Next navigation button */
    right: 10px;
    left: auto;
}

.swiper-button-next:before {
    content: "\e903";
    left: 2px;
}

/* Botstrap colom padding remove */

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
    .no-padding-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 991px) {
    .no-padding-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .no-padding-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.no-padding-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .no-padding-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .no-right-padding {
        padding-right: 15px !important;
    }
    .no-left-padding {
        padding-left: 15px !important;
    }
}

/* remove border */

.no-border {
    border: none;
    border-right: none !important;
}

/* color text */

.color-text {
    color: #b1976b;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

/*-----------------------------------------------------------------------------------

   Header (section)

   # header container
   # logo
   # navigation
   # navigation toggle button

  -----------------------------------------------------------------------------------*/

/* Header container */

header.site-header {
    padding-bottom: 10px;
    padding-top: 0px;
    margin: 0;
    display: white;
    width: 100%;
    clear: both;
    background: white;
    position: relative;
    min-height: 86px;
    z-index: 100;
    -webkit-box-shadow: 0px 21px 69px -33px rgba(18, 17, 88, 0.34);
    -moz-box-shadow: 0px 21px 69px -33px rgba(18, 17, 88, 0.34);
    box-shadow: 0px 21px 69px -33px rgba(18, 17, 88, 0.34);
}

/* Logo */

.site-logo {
    position: relative;
    float: left;
}

.site-logo a {
    position: relative;
    /*padding-left: 43px;*/
}

.site-logo img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    width: 230px;
    max-width: 230px;
    padding-top: 15px;
    max-height: 110px;
}

.site-logo h1 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    color: #1a1e2a;
    font-size: 33px;
    font-weight: 500;
    line-height: 27px;
}

.site-logo small {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    /* text-align: left; */
    color: #989899;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .site-logo {
        width: 75%;
        float: right;
    }
}

/* When header is sticky the sub menu not goes down more then 400ms px */

@media screen and (max-width: 991px) {
    .sticky-wrapper.is-sticky .site-nav {
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }
}

.sticky-wrapper {
    height: 86px !important;
}

/* Header navigation */

.site-nav {
    margin-right: auto;
    padding: 13px;
    display: block;
    margin-top: 33px;
    float: right;
}

@media screen and (min-width: 992px) {
    .site-nav {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .site-nav {
        /* mobile menu */
        position: relative;
        width: 100%;
        transition: 400ms ease;
        transition-property: transform;
        z-index: 100;
        border-top: 1px solid #d7d7d7;
        margin-top: 20px;
        margin-left: 20px;
        padding: 20px 0 0;
        display: none;
    }
}

.site-nav ul {
    margin: 0;
    padding: 0;
    display: block;
}

.site-nav li {
    margin: 15px;
    padding: 0;
    display: block;
    float: left;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .site-nav li {
        width: 100%;
        position: relative;
    }
}

.site-nav li.active>a,
.site-nav li:hover>a {
    /* Active Item */
    color: #116ba1;
}

.site-nav li:last-child>a {
    /* Last child padding remove */
    padding-right: 0;
}

.site-nav a {
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    text-transform: capitalize;
    color: black;
    transition: 400ms ease;
    transition-property: color;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .site-nav a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .site-nav a {
        width: auto;
        display: inline-block;
        padding: 10px 30px 10px 0;
        line-height: 18px;
        z-index: 1;
        position: relative;
    }
}

.site-nav a>i.fa {
    /* font awesome icon */
    margin-left: 5px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .site-nav a>i.fa {
        display: none;
    }
}

.site-nav .indicator-desktop {
    /* sub menu indicator for desktop */
}

@media screen and (max-width: 991px) {
    .site-nav .indicator-desktop {
        display: none !important;
    }
}

.site-nav .indicator-mobile {
    /* sub menu indicator for mobile */
    display: none;
}

@media screen and (max-width: 991px) {
    .site-nav .indicator-mobile {
        display: block;
        float: right;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        height: 26px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-right: 5px;
        cursor: pointer;
        z-index: 0;
        text-align: left;
        color: #FFFFFF;
    }
}

.site-nav li:hover>.sub-menu {
    /* show the sub menu on mouse hover */
    opacity: 1;
    visibility: visible;
}

.site-nav ul.sub-menu {
    /* sub menu */
    margin: 0;
    /*padding: 30px 0 10px;*/
    padding: 0px 0 0px;
    display: block;
    position: absolute;
    /*top: auto;*/
    top: 61px;
    left: auto;
    background: #373737;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: 400ms ease;
    transition-property: opacity, visibility;
}

@media screen and (min-width: 992px) {
    .site-nav ul.sub-menu {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .site-nav ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
        display: none;
        float: left;
        clear: both;
        border-left: 1px solid #d7d7d7;
        /*padding: 10px 0 10px 20px;*/
        padding: 0;
    }
}

.site-nav ul.sub-menu .sub-menu {
    /* second level sub menu */
    left: 100%;
    top: 0px;
    /*padding-top: 10px;*/
    padding-top: 0px;
}

@media screen and (min-width: 992px) {
    .site-nav ul.sub-menu .sub-menu {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .site-nav ul.sub-menu .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        padding-bottom: 10px;
        display: none;
    }
}

.site-nav ul.sub-menu li {
    margin: 0;
    padding: 6px 15px;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    border-top: #464646 solid 1px;
}

.site-nav ul.sub-menu li:hover {
    background: #000000;
}

.site-nav ul.sub-menu a {
    line-height: normal;
    width: 100%;
    display: block;
    /*padding-left: 20px;*/
    padding-left: 0;
    padding-right: 20px;
}

@media screen and (max-width: 1199px) {
    .site-nav ul.sub-menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .site-nav ul.sub-menu a {
        line-height: 18px;
        display: inline-block;
        width: auto;
        padding: 6px 30px 6px 0;
    }
}

.site-nav ul.sub-menu a i.fa {
    margin-left: 6px;
    display: inline-block;
    position: relative;
    top: -1px;
}

/* Navigation toggle button */

.site-nav-toggle {
    display: none;
    float: right;
    margin-top: 60px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .site-nav-toggle {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .site-nav-toggle {
        margin-right: 10px;
        margin-top: 35px;
    }
}

.site-nav-toggle span {
    width: 40px;
    display: block;
    clear: both;
    margin-bottom: 6px;
    height: 4px;
    background: #b1976b;
    transition: 400ms ease;
    transition-property: opacity, transform;
    opacity: 1;
    transform-origin: top left;
    transform: rotate(0deg);
}

.site-nav-toggle span span:nth-child(3) {
    transform-origin: bottom left;
}

.site-nav-toggle.active {
    /* Active Toggle button */
}

.site-nav-toggle.active span:nth-child(1) {
    transform: rotate(30deg);
    transition-delay: 200ms;
}

.site-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.site-nav-toggle.active span:nth-child(3) {
    transform: rotate(-30deg);
    transition-delay: 200ms;
}

/*-----------------------------------------------------------------------------------

  [Header top bar (section)]

  # header top bar container
  # font awesome icons
  # top bar left section
  # top bar right section

  -----------------------------------------------------------------------------------*/

/* Header top bar */

.site-top-bar {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    background-color: #111111;
    min-height: 40px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .site-top-bar {
        line-height: 16px;
        padding: 10px 0;
    }
}

.site-top-bar a {
    margin: 0 18px;
}

.site-top-bar a[href] span:after {
    /* Show the mouser hover underline if the a tag have href attribute */
    display: block;
}

.site-top-bar span {
    font-family: 'Abel', sans-serif;
    font-size: 13px;
    color: #c3c3c7;
    line-height: 18px;
    /* text-align: left; */
    position: relative;
}

.site-top-bar span:after {
    /* Underline */
    content: "";
    height: 1px;
    background: white;
    position: relative;
    top: -4px;
    width: 0;
    transition: 400ms ease;
    transition-property: width;
    margin: 0 auto;
    display: none;
}

.site-top-bar span:hover:after {
    width: 100%;
}

.site-top-bar i.fa {
    /* Font awesome icons */
    font-size: 13px;
    font-family: "FontAwesome", serif;
    color: #c3c3c7;
    line-height: 1.8;
    /* text-align: left; */
    margin-right: 6px;
}

.site-top-bar .site-top-bar-left-section {
    /* left section */
    /* text-align: left; */
    float: left;
    display: block;
}

@media screen and (min-width: 768px) {
    .site-top-bar .site-top-bar-left-section a:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-top-bar .site-top-bar-left-section {
        display: inline-block;
        float: none;
    }
}

.site-top-bar .site-top-bar-right-section {
    /* right section */
    text-align: left;
    float: right;
    display: block;
}

@media screen and (min-width: 768px) {
    .site-top-bar .site-top-bar-right-section a:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .site-top-bar .site-top-bar-right-section {
        /* text-align: left; */
        display: inline-block;
        float: none;
    }
}

/*-----------------------------------------------------------------------------------

   [Main slider (section)]

   # Main slider container
   # bootstrap container (fluid) for slider
   # slider navigation
   # Icomoon custom icon for slider navigation
   # slider container
   # slider background images change css
   # slider pagination
   # slider bullets
   # slider content holder (caption)
   # h1 heading
   # h2 heading
   # paragraph
   # slider

  -----------------------------------------------------------------------------------*/

/* Main Slider */

.site-main-slider {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    background: #eaeaea;
    min-height: 100px;
    position: relative;
}

.site-main-slider .container-fluid {
    /* bootstrap fluid container max width set for slider */
    max-width: 1200px;
}

.site-main-slider .swiper-button-prev,
.site-main-slider .swiper-button-next {
    /* slider navigation next and prev button */
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 0;
    right: 0;
    transition: 400ms ease;
    transition-property: background-color;
}

@media screen and (max-width: 767px) {
    .site-main-slider .swiper-button-prev,
    .site-main-slider .swiper-button-next {
        top: 20px;
        right: 20px;
    }
}

.site-main-slider .swiper-button-prev:hover,
.site-main-slider .swiper-button-next:hover {
    /* button hover */
    background-color: #b1976b;
}

.site-main-slider .swiper-button-prev:hover:before,
.site-main-slider .swiper-button-next:hover:before {
    color: white;
    opacity: 1;
}

.site-main-slider .swiper-button-prev:before,
.site-main-slider .swiper-button-next:before {
    /* Custom font icon */
    opacity: 0.4;
    color: #1e222e;
    transition: 400ms ease;
    transition-property: color, opacity;
}

.site-main-slider .swiper-button-next {
    /* slider navigation next button  */
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 0;
    left: 0;
    right: auto;
}

@media screen and (max-width: 767px) {
    .site-main-slider .swiper-button-next {
        left: 20px;
    }
}

.site-main-slider .swiper-container {
    /* slider container */
    width: 100%;
    height: 100%;
    background: #E8E8E9;
}

.site-main-slider .swiper-slide {
    /* single slide
       Here is the code. If you want to change the slider background image css.*/
    background-position: center center;
    background-size: cover;
    padding: 140px 0 160px;
}

@media screen and (max-width: 991px) {
    .site-main-slider .swiper-slide {
        background-position: center right;
    }
}

.site-main-slider .swiper-pagination {
    /* slider pagination container */
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 47px;
}

.site-main-slider .swiper-pagination-bullet {
    /* slider pagination bullet */
    width: 16px;
    height: 16px;
    background-color: #acafb5;
    border-radius: 100px;
}

.site-main-slider .swiper-pagination-bullet-active {
    /* slider active pagination bullet */
    background-color: #b1976b;
}

.site-main-slider .sequence-caption {
    /* slider content holder (caption) */
    position: relative;
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 80px;
    padding-left: 80px;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .site-main-slider .sequence-caption {
        transform: translateY(0);
        top: 0;
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .site-main-slider .sequence-caption {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        padding-top: 0;
    }
}

.site-main-slider h1 {
    /* h1 heading */
    color: #1a1e2a;
    font-family: inherit;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .site-main-slider h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 991px) {
    .site-main-slider h1 {
        font-size: 55px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .site-main-slider h1 {
        font-size: 35px;
        line-height: 1.5;
    }
}

.site-main-slider h1:before {
    /* 4px div show left side the h1 heading */
    content: "";
    position: absolute;
    top: 4px;
    right: -30px;
    display: block;
    width: 4px;
    height: 76px;
    background-color: #b1976b;
}

@media screen and (max-width: 991px) {
    .site-main-slider h1:before {
        display: none;
    }
}

.site-main-slider h2 {
    /* h2 heading */
    color: #1a1e2a;
    font-family: 'Tajawal', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 3;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .site-main-slider h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .site-main-slider h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .site-main-slider h2 {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 15px;
    }
}

.site-main-slider h2 u {
    /* inside heading text underline */
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.site-main-slider h2 u:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 2px;
    background: #1a1e2a;
}

.site-main-slider p {
    /* paragraph */
    color: #777;
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .site-main-slider p {
        text-align: center;
        /*  word-break: break-all;*/
    }
}

@media screen and (max-width: 991px) {
    .site-main-slider.slider-version-1 .sequence-caption h1 {
        width: 100%;
        font-size: 25px;
    }
}

.site-main-slider a.theme-btn {
    /* slider href buttons */
    margin-top: 20px;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    transition: 400ms ease;
    transition-property: background, border-color, color;
    margin-left: 24px;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .site-main-slider a.theme-btn {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.site-main-slider a.theme-btn:hover {
    background: #b1976b;
    border-color: #b1976b;
    color: white;
}

.site-main-slider .seq-canvas {
    /* Sequence slider */
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    min-height: 850px;
    /* Slider height change */
    overflow: hidden;
    background: no-repeat center left;
    max-width: 1400px;
    margin: 0 auto;
}

.site-main-slider .sequence-slide {
    /* Slides */
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.site-main-slider .sequence-slide.seq-in {
    /*---------------------- Sequence in animation */
}

.site-main-slider .sequence-slide.seq-in .sequence-bg {
    /* background image animation */
    transform: translateX(0);
}

.site-main-slider .sequence-slide.seq-in .sequence-caption {
    /* caption animation */
    opacity: 1;
    transition-delay: 1500ms;
}

.site-main-slider .sequence-slide.seq-out {
    /*---------------------- Sequence out animation */
}

.site-main-slider .sequence-slide.seq-out .sequence-bg {
    /* background image animation */
    transform: translateX(-2000px);
}

.site-main-slider .sequence-slide.seq-out .sequence-caption {
    /* caption animation */
    opacity: 0;
}

.site-main-slider .sequence-bg {
    /* Background image */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 100%;
    clear: both;
    transform: translateX(2000px);
    transition: transform 2000ms ease;
    background: no-repeat center left 20px;
}

@media screen and (max-width: 1199px) {
    .site-main-slider .sequence-bg {
        background-size: 40%;
        background-position: left bottom;
    }
}

@media screen and (max-width: 991px) {
    .site-main-slider .sequence-bg {
        background-size: 22%;
        background-position: center bottom;
    }
}

@media screen and (max-width: 767px) {
    .site-main-slider .sequence-bg {
        background-size: 30%;
    }
}

.site-main-slider .sequence-caption {
    /* Caption */
    opacity: 0;
    transition: opacity 600ms ease;
}

@media screen and (max-width: 991px) {
    .site-main-slider .sequence-caption {
        text-align: center;
    }
}

.site-main-slider .seq-pagination {
    /* pagination */
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 100px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.site-main-slider .seq-pagination li {
    width: 16px;
    height: 16px;
    background-color: #acafb5;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    transition: 400ms ease;
    transition-property: background-color;
    margin: 4px;
}

.site-main-slider .seq-pagination li.seq-current {
    background-color: #116BA1;
}

.site-main-slider .seq-prev,
.site-main-slider .seq-next {
    /* navigation */
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #988984;
    z-index: 10;
    border: none;
    margin: auto 0;
    transition: 400ms ease;
    transition-property: background-color;
    border-radius: 11px;
    opacity: 40%;
}

@media screen and (max-width: 767px) {
    .site-main-slider .seq-prev,
    .site-main-slider .seq-next {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.site-main-slider .seq-prev:hover,
.site-main-slider .seq-next:hover {
    background: white;
}

.site-main-slider .seq-prev:hover span,
.site-main-slider .seq-next:hover span {
    opacity: 1;
    color: white;
}

.site-main-slider .seq-prev span,
.site-main-slider .seq-next span {
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    left: 20px;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 50px;
    color: #1e222e;
    transition: 400ms ease;
    transition-property: color, opacity;
}

.site-main-slider .seq-next {
    right: auto;
    left: 20px;
}

.site-main-slider.slider-version-1 {
    /* ------------------------ slider version 1 */
    background-color: #404040;
}

.site-main-slider.slider-version-1 .seq-canvas {
    max-width: 100%;
}

.site-main-slider.slider-version-1 .sequence-slide .sequence-bg {
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    transform: scale(1);
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.site-main-slider.slider-version-1 .sequence-caption {
    text-align: center;
    width: 100%;
    opacity: 1;
    transition: transform 2000ms ease;
    transition-delay: 0ms !important;
    top: 45%;
    transform: translate(2000px, -50%);
}

.site-main-slider.slider-version-1 .sequence-caption * {
    color: white;
    font-size: 20px;
}

.site-main-slider.slider-version-1 .sequence-caption h2 {
    text-transform: none;
}

.site-main-slider.slider-version-1 .sequence-caption u:after {
    background-color: white;
}

.site-main-slider.slider-version-1 .sequence-caption h1 {
    text-transform: none;
    /* width: 500px;*/
    margin: auto;
    /*font-size:40px;*/
    font-weight: bolder;
}

.site-main-slider.slider-version-1 .sequence-caption h1:before {
    display: none;
}

.site-main-slider.slider-version-1 .sequence-caption .theme-btn {
    margin-left: 12px;
    margin-right: 12px;
}

.site-main-slider.slider-version-1 .sequence-caption .theme-btn.optional {
    background: #116ba1;
    color: #ffffff;
}

.site-main-slider.slider-version-1 .sequence-caption .theme-btn.color-btn {
    border-color: #b1976b;
    background: #b1976b;
    margin-left: 12px;
    margin-right: 12px;
}

.site-main-slider.slider-version-1 .sequence-caption .theme-btn:hover {
    background: white;
    color: #116BA1;
}

.site-main-slider.slider-version-1 .sequence-caption .theme-btn:hover {
    border-color: #b1976b;
}

.site-main-slider.slider-version-1 .sequence-slide.seq-in {
    /*---------------------- Sequence in animation */
}

.site-main-slider.slider-version-1 .sequence-slide.seq-in .sequence-bg {
    /* background image animation */
    transform: scale(1.2);
    opacity: 1;
}

.site-main-slider.slider-version-1 .sequence-slide.seq-in .sequence-caption {
    /* caption animation */
    opacity: 1;
    transform: translate(0, -50%);
}

.site-main-slider.slider-version-1 .sequence-slide.seq-out {
    /*---------------------- Sequence out animation */
}

.site-main-slider.slider-version-1 .sequence-slide.seq-out .sequence-bg {
    /* background image animation */
    transform: scale(1);
    opacity: 0;
}

.site-main-slider.slider-version-1 .sequence-slide.seq-out .sequence-caption {
    /* caption animation */
    opacity: 1;
    transform: translate(-2000px, -50%);
}

.site-main-slider.slider-version-2 {
    /* ------------------------ slider version 2 */
    background-color: rgba(64, 64, 64, 0.6);
}

.site-main-slider.slider-version-2 .seq-canvas {
    max-width: 100%;
}

.site-main-slider.slider-version-2 .sequence-slide .sequence-bg {
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
    transform: scale(1);
    transition: none;
}

.site-main-slider.slider-version-2 .sequence-caption {
    text-align: center;
    width: 100%;
    opacity: 1;
    transition: transform 2000ms ease;
    transition-delay: 0ms !important;
    top: 50%;
    transform: translate(2000px, -50%);
}

.site-main-slider.slider-version-2 .sequence-caption * {
    color: white;
}

.site-main-slider.slider-version-2 .sequence-caption h2 {
    text-transform: none;
}

.site-main-slider.slider-version-2 .sequence-caption u:after {
    background-color: white;
}

.site-main-slider.slider-version-2 .sequence-caption h1 {
    text-transform: none;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    .site-main-slider.slider-version-2 .sequence-caption h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 991px) {
    .site-main-slider.slider-version-2 .sequence-caption h1 {
        font-size: 35px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .site-main-slider.slider-version-2 .sequence-caption h1 {
        font-size: 35px;
        line-height: 1.5;
    }
}

.site-main-slider.slider-version-2 .sequence-caption h1:before {
    display: none;
}

.site-main-slider.slider-version-2 .sequence-caption .theme-btn {
    margin-left: 12px;
    margin-right: 12px;
    border-color: #b1976b;
    background: #b1976b;
}

.site-main-slider.slider-version-2 .sequence-caption .theme-btn:hover {
    background: white;
    color: #b1976b;
    border-color: white;
}

.site-main-slider.slider-version-2 .sequence-slide.seq-in {
    /*---------------------- Sequence in animation */
}

.site-main-slider.slider-version-2 .sequence-slide.seq-in .sequence-bg {
    /* background image animation */
    transform: scale(1);
    opacity: 1;
}

.site-main-slider.slider-version-2 .sequence-slide.seq-in .sequence-caption {
    /* caption animation */
    opacity: 1;
    transform: translate(0, -50%);
}

.site-main-slider.slider-version-2 .sequence-slide.seq-out {
    /*---------------------- Sequence out animation */
}

.site-main-slider.slider-version-2 .sequence-slide.seq-out .sequence-bg {
    /* background image animation */
    transform: scale(1);
    opacity: 0;
}

.site-main-slider.slider-version-2 .sequence-slide.seq-out .sequence-caption {
    /* caption animation */
    opacity: 1;
    transform: translate(-2000px, -50%);
}

/*-----------------------------------------------------------------------------------

   [Quote (section)]

   # quote container
   # box 1 (class)
   # box 2 (class)
   # box 3 (class)
   # font awesome icon
   # paragraph
   # horizontal line
   # href button

  -----------------------------------------------------------------------------------*/

/* Quote Section */
@media screen and (max-width: 991px) {
    .site-quote {
        text-align: center;
    }
}

.site-quote .site-box-1 {
    /* Box 1 */
    text-align: left;
}

@media screen and (max-width: 991px) {
    .site-quote .site-box-1 {
        text-align: center;
    }
}

.site-quote .site-box-1 p {
    /* paragraph */
    color: white;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}

.site-quote .site-box-2 {
    /* Box 2 */
    /* text-align: left; */
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .site-quote .site-box-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.site-quote .site-box-3 {
    /* Box 3 */
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 991px) {
    .site-quote .site-box-3 {
        padding-left: 0;
        padding-right: 0;
    }
}

.site-quote i {
    /* Icons */
    width: 37px;
    height: 44px;
    color: white;
    font-size: 43px;
    font-weight: 400;
    line-height: 29px;
    display: inline-block;
    margin-bottom: 5px;
}

.site-quote p {
    /* Paragraph */
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
}

@media screen and (max-width: 991px) {
    .site-quote p {
        text-align: center;
    }
}

.site-quote hr {
    /* Horizontal Line */
    border-color: white;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .site-quote hr {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}

.site-quote .theme-btn {
    /* a tag */
    margin-top: 54px;
}

@media screen and (max-width: 991px) {
    .site-quote .theme-btn {
        margin-top: 40px;
    }
}

/*-----------------------------------------------------------------------------------

   [Site Features (section)]

   # Site Features container
   # typography
   # features (class)
   # box (class)
   # font awesome icons

  -----------------------------------------------------------------------------------*/

/* Site Features */

.site-features {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    padding: 0;
}

.site-features .upper-section {
    position: relative;
    margin-top: 0px;
    z-index: 100;
}

.site-features-container {
    float: left;
    width: 100%;
    background: #FFFFFF;
}

.site-features-container .site-box {
    /* Box container */
    padding: 35px 45px 35px 45px;
    position: relative;
}

@media screen and (max-width: 1550px) {
    .site-features-container .site-box {
        min-height: 170px;
        padding: 35px 20px;
    }
}

@media screen and (max-width: 1100px) {
    .site-features-container .site-box {
        min-height: 195px;
    }
}

@media screen and (max-width: 990px) {
    .site-features-container .site-box {
        min-height: inherit;
        padding: 35px 25px;
    }
}

.site-features-container .site-box.color-bg {
    /* Box container color*/
    background: #116BA1;
}

.site-features-container .site-box.dark-bg {
    /* Box container color*/
    background: #11111;
}

.site-features-container .site-box.dark-bg h3 {
    /* Heading color*/
    color: #FFFFFF;
}

.site-features-container .site-box.dark-bg p {
    /* Paragraph color*/
    color: #FFFFFF;
    text-align: center;
}

.site-features-container .site-box.color-bg h3 {
    /* Heading color*/
    color: #FFFFFF;
}

.site-features-container .site-box.color-bg p {
    /* Paragraph color*/
    color: #FFFFFF;
    text-align: center;
}

.site-features-container .site-box:hover {
    /* Box container hover */
    /*border-top:#181787 solid 8px;
    transition:all ease .5s;*/
}

.site-features-container i.fa {
    /* Font-awesome icons */
    color: #1a1e2a;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    transition: 400ms ease;
    transition-property: color;
}

.site-features-container a:hover i.fa {
    /* Icon hover */
    color: #116ba1;
}

.site-features-container figure {
    /* Icon Box */
    width: 70px;
    height: 80px;
    line-height: 50px;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    transition: 400ms ease;
    transition-property: border-color, background-color;
    /* text-align:left; */
}

.site-features-container a:hover figure {
    /* Icon box hover border color change */
    /*border-color: #b1976b;
    background-color: #b1976b;*/
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.site-features-container h3 {
    /* H3 heading */
    color: #000000;
    font-family: inherit;
    font-size: 32px;
    line-height: 1.3;
    text-transform: capitalize;
    transition: 400ms ease;
    transition-property: color;
    margin: 0 0 5px 70px;
    /* text-align:left; */
}

@media screen and (max-width:1550px) {
    .site-features-container h3 {
        /* H3 heading */
        font-size: 25px;
    }
}

.site-features-container a:hover h3 {
    /* H3 hover color */
    color: #b1976b;
}

.site-features-container p {
    /* Paragraph */
    position: relative;
    padding-bottom: 16px;
    font-family: 'Abel', sans-serif;
    padding: 0;
    margin: 0 0 0 70px;
    color: #000000;
}

.site-features .site-box .site-permalink {
    display: none;
}

.site-features .site-box:hover .site-permalink span {
    opacity: 1;
    color: #b1976b;
}

.site-features .site-box:hover .site-permalink i {
    color: #b1976b;
    left: 100%;
    padding-left: 12px;
}

.site-features .site-permalink {
    /* Permalink */
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    display: block;
    margin-left: 45px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .site-features .site-permalink {
        /* Permalink */
        margin-left: 25px;
    }
}

.site-features .site-permalink span {
    font-family: 'Abel', sans-serif;
    opacity: 0;
    transition: 400ms ease;
    transition-property: opacity, color;
}

.site-features .site-permalink i {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 6px;
    font-size: 12px;
    transition: 400ms ease;
    transition-property: color, left;
}

.site-features .nomber {
    /* nomber */
    /*width: 46px;
    height: 46px;*/
    line-height: 54px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    transition: 400ms ease;
    font-size: 70px;
    font-weight: 700;
    color: #e9eff2;
}

/*-----------------------------------------------------------------------------------

   [About us (section)]

   # about us container
   # typography
   # features (class)
   # box (class)
   # font awesome icons

  -----------------------------------------------------------------------------------*/

/* About us container */

.site-about {
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
    background: #efefed no-repeat left 50px top 60px;
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .site-about {
        padding-top: 30px;
    }
}

.site-about .left-colom {
    float: right;
    width: 100%;
    text-align: left;
}

.site-about .left-colom h3 {
    text-align: left;
    font-size: 27px;
    line-height: 1.5;
    color: #828282;
    font-weight: 700;
    margin: 0;
    padding: 0 0 25px 0;
}

@media screen and (max-width: 990px) {
    .site-about .left-colom {
        width: 100%;
        text-align: center;
    }
    .site-about .left-colom h3 {
        text-align: center;
        font-size: 22px;
    }
}

.site-about .left-colom figure {
    text-align: left;
}

@media screen and (max-width: 990px) {
    .site-about .left-colom figure {
        text-align: center;
    }
}

.site-about .right-colom {
    float: left;
    width: 100%;
    /* text-align:left; */
}

.site-about .right-colom span {
    /* text-align:left; */
    font-size: 25px;
    margin: -10px 0 0 0;
}

.site-about p {
    /* Paragraph */
    margin: 0 0 45px 0;
    padding: 0;
    text-align: justify;
}

@media screen and (max-width: 991px) {
    .site-about p {
        text-align: justify;
        white-space: break-spaces;
    }
    .site-about .right-colom {
        text-align: center;
    }
}

.site-about h1 {
    /* H1 heading */
    /*margin-bottom: 50px;*/
}

.site-about h2 {
    /* H2 heading */
    /*margin-bottom: 10px;*/
}

.site-about .more-text {
    /* text-align:left; */
}

@media screen and (max-width: 767px) {
    .site-about .more-text {
        text-align: center;
    }
}

.site-about .btn {
    /* button div*/
    float: left;
}

.site-about .call {
    /* call div*/
    float: left;
    padding: 15px 0 0 25px;
}

@media screen and (max-width: 1200px) {
    .site-about .btn {
        /* button div*/
        float: left;
        width: 100%;
    }
    .site-about .call {
        /* call div*/
        padding: 15px 0 0 0px;
    }
}

@media screen and (max-width: 990px) {
    .site-about .call {
        /* call div*/
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }
}

.site-about .call a {
    /* call text*/
    color: #000000;
}

.site-about .call a .fa {
    /* call icon*/
    font-size: 25px;
}

/*-----------------------------------------------------------------------------------

   Statistic (section)

   # statistic container
   # background image
   # h2 heading
   # paragraph
   # section align center (class)
   # number (class) [container h3, p, font icon, image]
   # number inline block (class)

  -----------------------------------------------------------------------------------*/

/* Statistic container */

.site-statistic {
    margin: 0;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    position: relative;
    /* z-index: 100;*/
    background-color: #96c8e6;
    padding-top: 50px;
    background-attachment: fixed;
    background-size: cover;
}

.site-statistic .pera {
    /* text box */
    float: left;
    width: 100%;
    padding: 0;
}

.site-statistic .pera p {
    /* text box */
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .site-statistic .pera p {
        /* text box */
        padding-bottom: 20px;
        text-align: center;
    }
}

.site-statistic .site-section-box {
    /* inner box */
    float: left;
    width: 100%;
    padding: 50px 0;
}

@media screen and (max-width: 990px) {
    .site-statistic .site-section-box {
        padding-bottom: 0px;
    }
}

.site-statistic p {
    /* Paragraph */
    color: white;
    font-weight: 600;
    line-height: 33px;
}

.site-statistic .section-align-center {
    /* Align center class */
    max-width: 600px;
}

/* Mission box wrapper */

.site-mission {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 550px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    height: 332px;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1199px) {
    .site-mission {
        height: auto;
        display: block;
        margin-bottom: 30px;
        max-width: 575px;
    }
}

@media screen and (max-width: 767px) {
    .site-mission {
        max-width: 100%;
    }
}

/* Numbers section */

.site-number {
    width: 100%;
    position: relative;
    padding: 25px 0;
    display: block;
    text-align: center;
    white-space: nowrap;
    float: left;
}

.site-number.dark-bg {
    background: #1d1d1d;
}

.site-number.color-bg {
    background: #116ba1;
}

@media screen and (max-width: 991px) {
    .site-number {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .site-number {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        white-space: normal;
    }
}

.site-number h3 {
    /* h3 heading */
    color: #FFFFFF;
    font-family: inherit;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

.site-number p {
    /* paragraph */
    color: #FFFFFF;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

.site-number i.fa {
    /* font awesome icon */
    width: 100%;
    height: 41px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.site-number figure {
    /* image */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    height: 100px;
    line-height: 52px;
    margin: auto 0;
    text-align: center;
}

.site-number figure:before {
    /*  site number horizontal line */
    content: "";
    position: absolute;
    max-width: 70px;
    width: 45px;
    display: block;
    height: 3px;
    background: #c2d0d7;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 100%;*/
}

/* Number section inline block */

.site-number-inline {
    display: block;
    /* text-align: left; */
    position: relative;
    margin: auto;
    width: 100%;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.site-statistic .cta {
    float: left;
    width: 100%;
}

.site-statistic .cta p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------

  Services icon style (section)

   # services container
   # h1 heading
   # box (class)
   # h3 heading
   # paragraph
   # image
   # font awesome icon
   # permalink (class)

  -----------------------------------------------------------------------------------*/

/* Services container */

.site-services {
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
}

.site-services .feature-box {
    float: left;
    width: 100%;
    background: none;
    border-radius: 0px;
    padding: 50px 35px;
    margin: 0 0 30px 0;
    text-align: center;
    border: #116ba1 solid 2px;
    height: 350px;
}

.site-services .feature-box img {
    height: 100px;
}

/** Icon Service box hover effect **/

.site-services .feature-box:hover {
    border: #3b352d solid 2px;
    transition: all ease .5s;
    color: #FFFFFF;
}

.site-services .feature-box:hover p {
    color: #086194;
}

/** Icon Service box hover images **/

/*.row {*/
/*    margin-right: 0;*/
/*}*/

@media screen and (max-width: 767px) {
    .site-services .feature-box.s1:hover {
        background-size: cover;
    }
    .site-services .feature-box.s2:hover {
        background-size: cover;
    }
    .site-services .feature-box.s3:hover {
        background-size: cover;
    }
    .site-services .feature-box.s4:hover {
        background-size: cover;
    }
    .site-services .feature-box.s5:hover {
        background-size: cover;
    }
    .site-services .feature-box.s6:hover {
        background-size: cover;
    }
}

/***   ****/

.site-services .feature-box figure {
    float: left;
    text-align: center;
    width: 100%;
}

.site-services .feature-box h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: black;
    line-height: 1.3;
    padding: 25px 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.site-services .feature-box p {
    float: left;
    width: 100%;
    text-align: justify;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    word-break: break-all
}

.site-services .feature-box:hover .more-text {
    color: #b1976b;
    border-bottom: #b1976b solid 2px;
    transition: all ease .5s;
}

.site-services .more-text {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0px;
    margin: 25px 0 0 0;
    border-bottom: #1d1d1d solid 2px;
}

.site-services .more-text:hover {
    border: none;
    border-radius: 0;
    border-bottom: #FFFFFF solid 2px;
    transition: all ease .5s;
}

/*-----------------------------------------------------------------------------------

   Tabs (section)

   # tabs container
   # background image
   # h1 heading
   # tabs buttons
   # tabs content

  -----------------------------------------------------------------------------------*/

/* Tabs section container */

.site-tabs {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .site-tabs {
        text-align: center;
        min-height: 10px;
    }
}

@media screen and (max-width: 767px) {
    .site-tabs {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.site-tabs .tab-images {}

.site-tabs .site-tab-bg {
    /* tabs section background image */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 500px;
    width: 100%;
    max-width: 100%;
    background: no-repeat top right;
    background-size: auto;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
}

.site-tabs .site-tab-bg.active {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .site-tabs .site-tab-bg {
        display: none;
    }
}

.site-tabs h1 {
    /* h1 heading */
    /*margin-bottom: 70px;*/
}

@media screen and (max-width: 991px) {
    .site-tabs h1 {
        /*margin-bottom: 100px;*/
    }
}

@media screen and (max-width: 767px) {
    .site-tabs h1 {
        /*margin-bottom: 70px;*/
    }
}

@media screen and (min-width: 992px) {
    .site-tabs h1:before {
        margin: 0;
    }
}

/* Tabs buttons */

.site-tabs-buttons {
    padding: 0;
    display: block;
    list-style: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

.site-tabs-buttons li {
    display: -webkit-inline-box;
    margin: 0;
    list-style: none;
    /*float: left;*/
    padding: 0 25px;
}

@media screen and (max-width: 1199px) {
    .site-tabs-buttons {
        width: 73%;
    }
}

@media screen and (max-width: 991px) {
    .site-tabs-buttons {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .site-tabs-buttons li {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
}

.site-tabs-buttons li.active a {
    /* Active tab */
    color: #b1976b;
    /*background: #b1976b;*/
    border-bottom: #b1976b solid 2px;
}

.site-tabs-buttons a {
    /*background: #f8f7f7;*/
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    color: #909090;
    display: block;
    padding: 8px 0px;
    transition: 400ms ease;
    transition-property: color, background;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.site-tabs-buttons a:hover {
    /*background: #ece9e9;*/
    color: #b1976b;
}

@media screen and (max-width: 767px) {
    .site-tabs-buttons a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Tabs content */

.site-tabs-content {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    color: #959595;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    /* text-align: left; */
}

.site-tabs-content p {
    font-family: 'Abel', sans-serif;
    margin-bottom: 40px;
}

.site-tabs-content h3 {
    color: #565656;
    font-family: 'Abel', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 0;
    margin: 0;
}

.site-tabs-content ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    color: #565656;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.site-tabs-content li {
    position: relative;
    list-style: none;
    width: 100%;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
}

/*-----------------------------------------------------------------------------------

   Portfolio (section)

   # portfolio container
   # h1 heading
   # href button
   # tabs (class)
   # content
   # caption

  -----------------------------------------------------------------------------------*/

/* Portfolio Container */

.site-portfolio {
    display: block;
    width: 100%;
    clear: both;
}

@media screen and (max-width: 991px) {
    .site-portfolio {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .site-portfolio {
        padding-top: 50px;
    }
}

.site-portfolio h1 {
    /* H1 heading */
    /*margin-bottom: 70px;*/
}

.site-portfolio .theme-btn {
    /* button */
    margin-top: 40px;
}

/* Portfolio tabs buttons */

.site-portfolio-tabs {
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    font-size: 0;
    margin: 0 0 70px;
}

.site-portfolio-tabs li {
    display: inline-block;
    float: none;
    margin: 1px 5px;
    padding: 8px 20px;
    line-height: normal;
    min-width: 100px;
    min-height: 35px;
    /*background: rgba(255, 255, 255, 0.1);*/
    color: #767c8c;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 400ms ease;
    transition-property: background;
    background: #FFFFFF;
    border: #b4c9cd solid 1px;
    border-radius: 0;
}

.site-portfolio-tabs li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.site-portfolio-tabs li.active {
    background: #b1976b;
    border: #b1976b solid 1px;
    border-radius: 0;
    color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
    .site-portfolio-tabs li {
        min-width: 10px;
    }
}

@media screen and (max-width: 767px) {
    .site-portfolio-tabs li {
        width: 100%;
        display: block;
    }
}

/* Portfolio content */

.site-portfolio-tabs-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    clear: both;
    max-width: 1170px;
}

.site-portfolio-tabs-content .portfolio-items {
    margin-bottom: 20px;
}

.site-portfolio-tabs-content .portfolio-items .site-box {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    max-height: 200px;
}

.site-portfolio-tabs-content .portfolio-items .site-box:hover:before,
.site-portfolio-tabs-content .portfolio-items .site-box:hover .portfolio-caption {
    opacity: 1;
}

.site-portfolio-tabs-content .portfolio-items .site-box img {
    max-height: 230px;
}

.site-portfolio-tabs-content .portfolio-items .site-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    /*border: 10px solid #b1976b;*/
    background-color: rgba(177, 151, 107, 0.9);
    opacity: 0;
    transition: 400ms ease;
    transition-property: opacity;
}

.site-portfolio-tabs-content .portfolio-items .venobox {
    border: none;
}

.site-portfolio-tabs-content .portfolio-items .venobox:before {
    display: none;
}

.site-portfolio-tabs-content .portfolio-caption {
    /* Caption */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate3d(0, -50%, 0);
    bottom: auto;
    display: block;
    z-index: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    transition-property: opacity;
}

.site-portfolio-tabs-content .portfolio-caption i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.site-portfolio-tabs-content .portfolio-caption h5 {
    color: white;
    font-family: inherit;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .site-portfolio-tabs-content .portfolio-caption h5 {
        /*font-size: 14px;*/
        text-transform: capitalize;
    }
}

.site-portfolio-tabs-content .portfolio-caption h6 {
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*-----------------------------------------------------------------------------------
Consultations
  -----------------------------------------------------------------------------------*/
.consultations {
    margin: 0;
    padding: 20px;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    background: url(../images/consultation.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .consultations {
        padding: 70px 0;
    }
}

.consultations .site-box {
    /* Background box */
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: block;
    /*position: absolute;*/
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    text-align: center;
    padding: 0;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .consultations .site-box {
        /*transform: translate3d(0, 50%, 0);*/
    }
}

@media screen and (max-width: 1199px) {
    .consultations .site-box {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .consultations .site-box {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.consultations .site-box:before {
    /* background image */
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 98%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .consultations .site-box:before {
        display: none;
    }
}

.consultations h1 {
    /* h1 heading */
    color: white;
    font-family: inherit;
    font-size: 45px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .consultations h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .consultations h1 {
        font-size: 32px;
    }
}

.consultations p {
    /* paragraph */
    color: white;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .consultations p {
        text-align: justify;
        padding-left: 0;
        padding-right: 0;
    }
}

.consultations .call-info {
    float: left;
    width: 100%;
}

.consultations ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.consultations ul li {
    display: inline-block;
    list-style: none;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    border-right: #FFFFFF solid 2px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .consultations ul li {
        line-height: 1.7;
        border: none;
    }
}

.consultations ul li:last-child {
    border-right: none;
}

.consultations ul li a {
    color: #FFFFFF;
}

.consultations ul li a:hover {
    color: #b1976b;
    transition: all ease .5s;
}

.consultations .theme-btn {
    /* theme button */
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
    .consultations .theme-btn {
        margin-right: 0;
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

.consultations .theme-btn .fa {
    /* button icon */
    /* text-align:left; */
    font-size: 18px;
    line-height: 1;
}

.consultations .theme-btn figure {
    /* button icon */
    /* text-align:left; */
    font-size: 15px;
    display: inline-block;
    line-height: 1;
}

.consultations .theme-btn:hover {
    /* theme button */
    color: #b1976b;
    background: #FFFFFF;
}

/*-----------------------------------------------------------------------------------

   Team List (section)

   # team container
   # carousel slider wrapper
   # thumbnail
   # image
   # typography
   # progress bar
   # social icons
   # slider slides
   # slider navigation

  -----------------------------------------------------------------------------------*/

/* Team container */

.site-our-team {
    /* team section bg */
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    background: #efefed;
    background-attachment: fixed;
    background-size: cover;
}

.site-our-team:before {
    /* team section bg */
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 367px;
    background: #efefed;
    /*margin: 0 auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
}

@media screen and (max-width: 1200px) {
    .site-our-team:before {
        /* team section bg */
        height: 399px;
    }
}

@media screen and (max-width: 991px) {
    .site-our-team:before {
        /* team section bg */
        background-color: inherit;
    }
}

.site-our-team .wrap {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.site-our-team .bg {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.site-our-team .con {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}

.site-our-team .member-box {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    max-width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
    border-radius: 0;
    height: 300px;
}

.site-our-team .member-image {
    display: block;
    position: relative;
}

.site-our-team .member-image figure {
    display: block;
    position: relative;
}

.site-our-team .color {
    background-color: #116ba1;
}

/*.site-our-team .member-image figure img {*/
/*    width: 400px;*/
/*    height: 700px;*/
/*}*/

.site-our-team .content {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
}

.site-our-team .content h3 {
    float: left;
    width: 100%;
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 1.3;
}

.site-our-team .content h4 {
    float: left;
    width: 100%;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
    color: #b1976b;
    text-transform: uppercase;
    line-height: 1;
}

.site-our-team .content a {
    float: left;
    width: 100%;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    color: #2e2e2e;
    text-transform: capitalize;
    line-height: 1;
}

.site-our-team a.theme-btn {
    border: #FFFFFF solid 1px;
    margin-top: 15px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .site-our-team a.theme-btn {
        /* team section bg */
        border: none;
    }
}

/*-----------------------------------------------------------------------------------

   Team (section)

   # team container
   # carousel slider wrapper
   # thumbnail
   # image
   # typography
   # progress bar
   # social icons
   # slider slides
   # slider navigation

  -----------------------------------------------------------------------------------*/

/* Team container */

.site-team {
    display: block;
    width: 100%;
    clear: both;
    background: #f0f6f7;
}

@media screen and (max-width: 767px) {
    .site-team {
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 991px) {
    .site-team {
        padding-top: 50px;
    }
}

.site-team .swiper-wrapper {
    /* Slider wrapper */
    /* text-align: left; */
    padding-top: 60px;
    padding-bottom: 40px;
    /*background: white;*/
}

@media screen and (max-width: 767px) {
    .site-team .swiper-wrapper {
        text-align: center;
        padding-top: 0;
    }
}

.site-team .thumbnail {
    /* Thumbnail */
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height: 480px;
    overflow: hidden;
    margin: 55px 0 auto;
    padding: 0 10px 0 0;
}

@media screen and (max-width: 991px) {
    .site-team .thumbnail {
        width: 100%;
        display: none;
    }
}

.site-team .thumbnail .swiper-slide-active:after {
    /* Active thumbnail */
    opacity: 0;
}

.site-team .thumbnail ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
}

.site-team .thumbnail li {
    width: 118px;
    height: 139px;
    display: block;
    cursor: pointer;
    margin: 10px;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

.site-team .thumbnail li:hover:after {
    opacity: 0.3;
}

.site-team .thumbnail li:after {
    /* Thumbnail overlay */
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.6;
    transition: 400ms ease;
    transition-property: opacity;
}

.site-team figure {
    /* image */
    max-width: 338px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    background: grey;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .site-team figure {
        margin: 0 auto 40px;
    }
}

.site-team .team-description {
    float: left;
    width: 100%;
    padding: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
    .site-team .team-description {
        padding: 0;
    }
}

.site-team h4 {
    /* H4 heading */
    color: #000000;
    font-family: inherit;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 30px 0 10px 0;
}

.site-team h5 {
    /* H5 heading */
    color: #b1976b;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.site-team p {
    /* Paragraph */
    color: #828282;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    width: 100%;
    display: block;
    clear: both;
}

.site-team h6 {
    /* H6 heading */
    color: #1a1e2a;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    clear: both;
    margin: 40px 0 10px;
    text-transform: capitalize;
}

.site-team .site-team-progress {
    /* Progress bar */
    display: none;
    /*display: block;*/
    width: 100%;
    clear: both;
}

.site-team .site-team-progress span {
    color: #959595;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    width: 100%;
    clear: both;
    display: block;
    padding-top: 22px;
    padding-bottom: 10px;
}

.site-team .site-team-progress label {
    max-width: 540px;
    width: 100%;
    height: 4px;
    background-color: #dbdbdb;
    display: block;
    overflow: hidden;
    clear: both;
}

@media screen and (max-width: 767px) {
    .site-team .site-team-progress label {
        margin: 0 auto;
        max-width: 400px;
    }
}

.site-team .site-team-progress label span {
    width: 100%;
    background: #b1976b;
    height: 4px;
    display: block;
}

.site-team .site-team-social {
    /* Social icons */
    width: 100%;
    display: block;
    clear: both;
    margin-top: 40px;
}

.site-team .site-team-social a {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
    overflow: hidden;
    border: #adbdbf solid 1px;
    border-radius: 100%;
    margin-right: 8px;
}

.site-team .site-team-social a:hover {
    background: #b1976b;
    color: #FFFFFF;
}

.site-team .site-team-social a:hover i.fa {
    color: #FFFFFF;
}

.site-team .site-team-social i.fa {
    /* Font awesome icon */
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #6f6f6f;
    font-family: FontAwesome, serif;
    font-size: 18px;
    font-weight: 400;
}

.site-team .team-section-slider {
    /* Slides */
    padding-left: 10px;
    padding-right: 10px;
}

.site-team .team-section-slider:before {
    /* team bg */
    content: "";
    position: absolute;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 550px;
    background: #FFFFFF;
    margin: 0 auto;
    left: 180px;
    right: 0;
    top: 20px;
    border-radius: 10px;
}

.site-team .team-section-arrow {
    /* Arrows container */
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 160px;
    margin: 40px auto 0;
    display: block;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .site-team .team-section-arrow {
        margin-top: 25px;
    }
    .site-team .team-section-slider:before {
        display: none;
    }
    .site-team p {
        text-align: center;
    }
}

.site-team .swiper-button-prev,
.site-team .swiper-button-next {
    /* Prev navigation button */
    background: none;
}

.site-team .swiper-button-prev:hover:before,
.site-team .swiper-button-next:hover:before {
    color: #b1976b;
}

.site-team .swiper-button-prev:before,
.site-team .swiper-button-next:before {
    content: "\e905";
    font-family: 'Abel', sans-serif;
    display: block;
    color: #a5a7ab;
    transition: 400ms ease;
    transition-property: color;
}

.site-team .swiper-button-next {
    /* Next navigation button */
}

.site-team .swiper-button-next:before {
    content: "\e906";
}

/*-----------------------------------------------------------------------------------

   Testimonial (section)

   # testimonial container
   # carousel slider slides
   # typography
   # slider container
   # slider pagination

  -----------------------------------------------------------------------------------*/

.team {
    padding-top: 25px;
}

.image-holder {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.image-holder img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.image-holder .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    background-color: #116ba1;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-info:hover .image-holder .overlay .plus span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.speaker-info:hover .image-holder .overlay .plus span {
    opacity: 1;
}

.speaker-info:hover .image-holder img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-info:hover .image-holder .overlay {
    opacity: 1;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: solid 3px #fff;
}

.speaker-name {
    font-family: 'Abel', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-info:hover .speaker-name {
    color: #b07150;
}

.speaker-links {
    position: relative;
}

.speaker-links .slider-social {
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}

.speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}

.speaker-info .image-holder .overlay .speaker-links:hover ul li a {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/*icon hovers*/

.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}

.speaker-links>ul li:first-child {
    margin-left: 0;
}

.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #b07150;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.speaker-links>ul li a:hover {
    background-color: #b07150;
}

.image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.image-holder .overlay .speaker-links:hover ul li:nth-child(3) a,
.speaker-sec .image-holder .overlay .speaker-links:hover ul li:nth-child(2) a {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.image-holder .overlay .speaker-links>ul li a:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
    .site-testimonial {
        background-image: none;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .site-testimonial h1 {
        /*margin-bottom: 40px;*/
    }
}

.site-testimonial .swiper-slide {
    /* slider slides */
    /*background-color: white;
    border: 2px solid white;
    border-radius: 2px;*/
    /* text-align: left; */
    padding: 42px 0;
}

@media screen and (max-width: 767px) {
    .site-testimonial .swiper-slide {
        margin-top: 60px;
        text-align: center;
        padding: 0px;
    }
}

.site-testimonial p {
    /* paragraph */
    color: #565656;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 15px 0;
    text-align: justify;
    text-align-last: left
}

@media screen and (max-width: 767px) {
    .site-testimonial p {
        /* paragraph */
        font-size: 18px;
    }
}

.site-testimonial h4 {
    /* paragraph */
    color: #116ba1;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
    text-align: right;
}

.site-testimonial h5 {
    /* h5 heading */
    color: #116ba1;
    font-family: inherit;
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 6px;
    text-align: center;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .site-testimonial h5 {
        /* h5 heading */
        font-size: 22px;
        text-transform: capitalize;
    }
}

.site-testimonial h6 {
    /* h6 heading */
    font-family: 'Abel', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 10px;
    text-align: center;
    text-transform: capitalize;
}

.site-testimonial figure {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 200px;
    overflow: hidden;
    position: absolute;
    left: 43%;
    top: 0;
    bottom: 0;
    border: #FFFFFF solid 6px;
}

@media screen and (max-width: 767px) {
    .site-testimonial figure {
        left: 0;
        top: -60px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .site-testimonial h4 {
        margin-top: 90px;
    }
}

.site-testimonial .swiper-container {
    /* slider container */
    max-width: 1280px;
    padding: 0 80px;
}

@media screen and (max-width: 991px) {
    .site-testimonial .swiper-container {
        max-width: 800px;
    }
}

@media screen and (max-width: 767px) {
    .site-testimonial .swiper-container {
        padding: 0;
    }
}

.site-testimonial .swiper-pagination {
    /* slider pagination */
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .site-testimonial .swiper-pagination {
        margin-top: 50px;
    }
}

.site-testimonial .swiper-arrow-container {
    margin-top: 150px;
}

/*-----------------------------------------------------------------------------------

   Packages (section)

   # packages container
   # h1 heading
   # single package (class)
   # typography
   # price info (class)
   # dollar (class)
   # price value (class)
   # price month (class)
   # price options (class)
   # font awesome icon
   # href button

  -----------------------------------------------------------------------------------*/

/* Packages container */

.site-packages {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
}

.site-packages h1 {
    /* H1 heading */
    /*margin-bottom: 60px;*/
}

.site-packages .site-package {
    /* Single package */
    /*max-width: 365px;*/
    width: 100%;
    background-color: white;
    text-align: center;
    margin: 60px auto 50px;
    padding: 0;
    border-radius: 0;
}

.site-packages .site-package.pref {
    position: relative;
    z-index: 100;
    margin-top: -1px;
}

.site-packages .site-package .prefered {
    background: #b1976b;
    border-radius: 0;
    padding: 0;
}

.site-packages .site-package .head {
    background: #1d1d1d;
}

.site-packages .prefered h4 {
    color: #FFFFFF;
}

.site-packages .prefered .site-dollar {
    color: #FFFFFF;
}

.site-packages .prefered .site-value {
    color: #FFFFFF;
}

.site-packages .prefered .site-month {
    color: #FFFFFF;
}

.site-packages .site-package:hover {
    /* Hover */
}

.site-packages .site-package:hover h4 {
    /*color: #b1976b;*/
}

.site-packages .site-package:hover .price-info {
    /*background-color: #b1976b;*/
}

.site-packages .site-package figure {
    /* icon*/
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
}

.site-packages h4 {
    /* title */
    color: #FFFFFF;
    font-family: inherit;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 40px 0 0 0;
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    text-align: center;
    transition: 400ms ease;
    transition-property: color;
}

@media screen and (max-width: 991px) {
    .site-packages h4 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-packages .site-package {
        margin-top: 0;
    }
}

.site-packages p {
    /* description */
    color: #FFFFFF;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: inherit;
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    padding: 0 50px 10px 50px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .site-packages p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.site-packages .price-info {
    /* Price information */
    font-size: 70px;
    font-weight: 700;
    color: #b1976b;
    font-family: 'Abel', sans-serif;
    line-height: 1.2;
    position: relative;
    padding: 0 0 20px 0;
    text-align: center;
    transition: 400ms ease;
    transition-property: background-color;
}

@media screen and (max-width: 991px) {
    .site-packages .price-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.site-packages .site-dollar {
    /* dollar sign */
    font-size: 30px;
    font-weight: 700;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0;
}

.site-packages .site-value {
    /* Package value */
    font-size: 70px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: 0px;
}

.site-packages .site-month {
    /* Month */
    display: none;
    font-family: 'Abel', sans-serif;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    left: 6px;
    top: -2px;
}

.site-packages .price-options {
    /* Price options */
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    /* text-align: left; */
}

.site-packages .price-options li {
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #f3f1f1;
    padding: 20px 15px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .site-packages .price-options li {
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .site-packages .price-options li {}
}

.site-packages .price-options i.fa {
    /* font awesome icons */
    display: none;
    width: 14px;
    height: 10px;
    color: #2dc100;
    font-family: FontAwesome, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    top: 22px;
    left: 30px;
}

@media screen and (max-width: 991px) {
    .site-packages .price-options i.fa {
        left: 20px;
    }
}

.site-packages .price-options i.fa.fa-close {
    color: red;
}

.site-packages .theme-btn {
    /* button */
    background-color: white;
    border: 2px solid #b1976b;
    color: #b1976b;
    font-family: 'Abel', sans-serif;
    transition: 400ms ease;
    transition-property: border-color, color, background;
    margin-top: 45px;
    margin-bottom: 40px;
}

.site-packages .site-package:hover .theme-btn {
    color: white;
    border-color: #b1976b;
    background: #b1976b;
}

.site-packages .theme-btn:hover {
    color: white;
    border-color: #b1976b;
    background: #b1976b;
}

.site-packages .prefered-btn {
    color: white;
    border-color: #b1976b;
    background: #b1976b;
}

/*-----------------------------------------------------------------------------------

   Blog (section)

   # blog container
   # h1 heading
   # box (class)
   # h3 heading
   # paragraph
   # image
   # font awesome icon
   # permalink (class)

  -----------------------------------------------------------------------------------*/

/* blog  container */

.site-blog {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
}

@media screen and (max-width: 767px) {
    .site-blog {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.site-blog h1 {
    /* H1 heading */
    /*margin-bottom: 100px;*/
}

@media screen and (max-width: 767px) {
    .site-blog h1 {}
}

.site-blog .site-box {
    /* blog post */
    padding: 0;
    display: block;
    width: 100%;
    /* text-align: left; */
    margin: 0 0 30px;
    max-width: 100%;
    min-height: 200px;
    background-color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
    border-radius: 0;
}

.site-blog .site-box:hover h3 a {
    color: #b1976b;
    text-decoration: underline;
}

.site-blog .blog-image {
    display: block;
    position: relative;
}

.site-blog .blog-image img {
    width: 100%;
}

.site-blog .date {
    /* date */
    color: #FFFFFF;
    font-family: 'Abel', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transition: 400ms ease;
    transition-property: color;
    text-align: center;
    text-transform: uppercase;
    background: #116BA1;
    border-radius: 0;
    top: 30px;
    left: 30px;
    padding: 6px 0;
    margin: 0;
}

.site-blog span {
    /* month */
    font-size: 14px;
    line-height: 1;
    width: 100%;
    padding: 0;
    margin: 0;
}

.site-blog .content {
    display: block;
    padding: 5px;
    /*background-color: #cadde8;*/
}

@media screen and (max-width: 767px) {
    .site-blog .content {
        padding: 15px;
    }
    .site-blog .site-box {
        max-width: 100%;
        min-height: 10px;
    }
}

.site-blog h3 {
    /* H3 heading */
    color: #000000;
    font-family: inherit;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: inherit;
    margin-top: 5px;
    margin-bottom: 15px;
    transition: 400ms ease;
    transition-property: color;
}

.site-blog h3 a {
    transition: 400ms ease;
    transition-property: color;
    margin-top: 115px;
}

.site-blog p {
    /* Paragraph */
    transition: 400ms ease;
    transition-property: color;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.site-blog .authore-time {
    /* authore-date */
    color: #9b9b9b;
    font-family: 'Abel', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    transition: 400ms ease;
    transition-property: color;
    /* text-align:left; */
    padding: 10px 0 0 0;
}

.site-blog .site-box-horizontle {
    /* blog post */
    padding: 20px;
    /*display: block;*/
    display: none;
    width: 100%;
    /* text-align: left; */
    margin: 0 0 30px;
    max-width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 54px 0px rgba(151, 170, 180, 0.12);
    -moz-box-shadow: 0px 10px 54px 0px rgba(151, 170, 180, 0.12);
    box-shadow: 0px 10px 54px 0px rgba(151, 170, 180, 0.12);
}

.site-blog .site-box-horizontle:hover h3 a {
    color: #b1976b;
    text-decoration: underline;
}

.site-blog .site-box-horizontle .content {
    /* blog post */
    display: block;
    position: relative;
    padding: 0 0 0 100px;
}

.site-blog .site-box-horizontle .date {
    /* date */
    color: #FFFFFF;
    font-family: 'Abel', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transition: 400ms ease;
    transition-property: color;
    text-align: center;
    text-transform: uppercase;
    background: #b1976b;
    border-radius: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 0;
    margin: 0;
    width: 60px;
    height: 60px;
}

/*-----------------------------------------------------------------------------------

   Tweets (section)

   # tweets container
   # bootstrap container
   # slider container
   # slider slides
   # date, icon ,a tag
   # slider pagination

  -----------------------------------------------------------------------------------*/

/* Tweet container */

.site-tweets {
    margin: 0;
    padding: 0 0 10px;
    /*display: block;*/
    display: none;
    width: 100%;
    clear: both;
    background: #b1976b;
    text-align: center;
    color: white;
    position: relative;
}

.site-tweets .container {
    /* bootstrap container */
    position: relative;
}

@media screen and (max-width: 767px) {
    .site-tweets {
        padding-top: 10px;
    }
}

.site-tweets .swiper-wrapper {
    /* slider container */
    padding: 0;
    margin: 50px 0 0;
}

.site-tweets .swiper-wrapper>span {
    display: block;
    width: 100%;
    text-align: center;
}

.site-tweets .swiper-slide {
    /* slider slide */
    margin: 0;
    padding: 0;
    display: block;
}

.site-tweets p,
.site-tweets a,
.site-tweets .date {
    color: white;
    font-family: inherit;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.site-tweets .date {
    font-weight: 700;
    margin-top: 5px;
    display: block;
}

.site-tweets i.fa {
    color: white;
    font-size: 45px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 100px;
}

.site-tweets .swiper-pagination {
    /* slider pagination */
    margin-top: 60px;
    margin-bottom: 60px;
}

.site-tweets .swiper-pagination-bullet {
    opacity: 0.3;
    background-color: white;
    transition: 400ms ease;
    transition-property: opacity;
    margin: 20px;
}

.site-tweets .swiper-pagination-bullet-active {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------

   Clients (section)

   # clients container
   # image

  -----------------------------------------------------------------------------------*/

/* Clients container */

.site-clients {
    margin: 0;
    display: block;
    clear: both;
    /* text-align: left; */
}

@media screen and (max-width: 991px) {
    .site-clients {
        text-align: center;
    }
}

.site-clients figure {
    /* Image */
    display: inline-block;
    float: none;
    overflow: hidden;
    margin: 0 10px;
    padding: 0;
    opacity: 0.5;
    transition: 400ms ease;
    transition-property: opacity;
    width: 100%;
    text-align: center;
}

.site-clients figure img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
    .site-clients figure {
        width: 100%;
        margin: 0;
        display: block;
        clear: both;
    }
}

.site-clients figure:hover,
.site-clients figure img:hover,
.site-clients figure.active {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

/*-----------------------------------------------------------------------------------

   Quick support (section)

   # quick support container
   # h1 heading
   # map and form container
   # google map container
   # contact form [label, input, submit, textarea]
   # contact info container
   # box (class) [icon, href tag]
   # no space (class) remove the bootstrap columns space
   # Remove the number input arrow buttons

  -----------------------------------------------------------------------------------*/

/* Quick support container */

.contact-form-home {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    background-color: #efefed;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 991px) {
    .contact-form-home {
        padding: 90px 0;
    }
}


@media screen and (max-width: 991px) {
    .contact-form-home.cta-optional {
        padding: 90px 0;
    }
}

.contact-form-home h1 {
    /* h1 heading */
    /*margin-bottom: 70px;*/
}

.contact-form-home .map-and-form-container {
    /* map nad form container */
    /*min-height: 522px;*/
    position: relative;
    overflow: hidden;
    /* text-align:left; */
}

@media screen and (max-width: 991px) {
    .contact-form-home .map-and-form-container {
        /* map nad form container */
        text-align: center;
    }
}

.contact-form-home .left-colom {
    float: left;
    width: 90%;
    z-index: 100;
    position: absolute;
    padding: 20px 0 0 0;
    bottom: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {
    .contact-form-home .left-colom {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .contact-form-home .left-colom {
        display: none;
    }
}

.contact-form-home .form-container-optional {
    float: right;
    background: #b1976b;
    width: 100%;
    border-radius: 8px;
    padding: 30px;
    margin: 20px 0 0 0;
}

.contact-form-home .left-colom h3,
.form-container h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    /* text-align:left; */
    color: #000000;
    padding: 0 0 20px 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .contact-form-home .left-colom h3,
    .form-container h3 {
        font-size: 22px;
    }
}

/* Light heading optional */

.contact-form-home .form-container-optional h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 0 20px 0;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .contact-form-home .form-container-optional h3 {
        font-size: 22px;
    }
}

.contact-form-home .left-colom p {
    float: left;
    width: 100%;
    font-size: 15px;
    /* text-align:left; */
    color: #828282;
    padding: 0 50px 25px 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .contact-form-home .left-colom p {
        padding-right: 0;
    }
}

.contact-form-home .left-colom a {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    /* text-align:left; */
    color: #4745cf;
    padding: 0 0 15px 0;
    margin: 0;
}

.contact-form-home .site-google-map {
    /* google map container */
    background: grey;
    min-height: 522px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .contact-form-home .site-google-map:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: none;
    }
}

.contact-form-home .site-contact-form {
    /* contact form */
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    float: left;
}

.contact-form-home .form-container {
    position: relative;
    float: left;
    width: 100%;
    /*z-index: 100;*/
    padding: 40px 0;
}

@media screen and (max-width: 990px) {
    .contact-form-home .form-container {
        padding: 0;
    }
}

@media screen and (max-width: 300px) {
    .contact-form-home .site-contact-form {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.contact-form-home label {
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 10px;
}

.contact-form-home input[type=text],
.contact-form-home input[type=tel],
.contact-form-home input[type=number],
.contact-form-home input[type=url],
.contact-form-home input[type=email],
.contact-form-home textarea {
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    display: block;
    clear: both;
    border: none;
    box-shadow: none;
    height: 60px;
    color: #000000;
    font-family: 'Abel', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    /*border-bottom: 2px solid #cecece;*/
    /*border:#d8e5e7 solid 2px;
    border-radius:4px;*/
    transition: 400ms ease;
    transition-property: border-color;
    background: #FFFFFF;
}

.contact-form-home input[type=text]:focus,
.contact-form-home input[type=tel]:focus,
.contact-form-home input[type=number]:focus,
.contact-form-home input[type=url]:focus,
.contact-form-home input[type=email]:focus,
.contact-form-home textarea:focus {
    border-color: #b1976b;
}

.contact-form-home textarea {
    resize: none;
    height: 150px;
    padding-top: 15px;
}

/* dark cta button */

.contact-form-home button[type=submit] {
    width: auto;
    background-color: #116ba1;
    box-shadow: none;
    padding: 20px;
    display: block;
    float: none;
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 0;
    border: 2px solid #116ba1;
    transition: 400ms ease;
    transition-property: background, color;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .contact-form-home button[type=submit] {
        display: inline-block;
        float: none;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.contact-form-home button[type=submit]:hover {
    background: none;
    color: #116ba1;
}

.contact-form-home button[type=submit] i.fa {
    display: none;
}

/* Light cta button */

.contact-form-home .form-container-optional button[type=submit] {
    width: 100%;
    background-color: none;
    box-shadow: none;
    padding: 20px 0;
    display: block;
    float: left;
    color: white;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 0;
    border: 2px solid #FFFFFF;
    transition: 400ms ease;
    transition-property: background, color;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .contact-form-home .form-container-optional button[type=submit] {
        display: inline-block;
        float: none;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.contact-form-home .form-container-optional button[type=submit]:hover {
    background: #FFFFFF;
    color: #b1976b;
}

.contact-form-home .site-contact-info {
    /* contact info container */
    margin: 0;
    padding: 0 15px;
    display: block;
    width: 100%;
    clear: both;
}

@media screen and (max-width: 767px) {
    .contact-form-home .site-contact-info {
        padding-left: 0;
        padding-right: 0;
    }
}

.contact-form-home .site-contact-info table {
    width: 100%;
}

.contact-form-home .site-contact-info td {
    width: 25%;
}

.contact-form-home .site-box {
    /* box */
    background-color: #b1976b;
    min-height: 160px;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 30px 0;
    color: white;
    position: relative;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
}

.contact-form-home .site-box:hover {
    background: #636E78;
}

.contact-form-home .site-box i.fa {
    /* font awesome icon */
    height: 17px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    display: block;
}

.contact-form-home .site-box a {
    color: white;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    display: block;
    width: 100%;
}

.contact-form-home .site-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.contact-form-home .site-box.odd:before {
    display: block;
    opacity: 0.1;
    background-color: white;
}

@media screen and (min-width: 768px) {
    .contact-form-home .no-space {
        /* remove the bootstrap columns space */
        padding-left: 0;
        padding-right: 0;
    }
}

.contact-form-home input[type=number]::-webkit-outer-spin-button,
.contact-form-home input[type=number]::-webkit-inner-spin-button {
    /* Remove the number input arrow buttons */
    -webkit-appearance: none;
    margin: 0;
}

.contact-form-home input[type=number] {
    -moz-appearance: textfield;
}

/*-----------------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------------*/
.site-footer {
    width: 100%;
    clear: both;
    display: block;
    margin: 0;
    padding: 20px 0 10px 0;
    background: url(../images/footer-background2.jpg);
    color: white;
    font-family: inherit;
}

.site-footer .widget {
    /* widget class */
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 0 70px;
    max-width: 330px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .site-footer .widget {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.site-footer .widget.subscribe {
    /* subscribe widget class */
    display: block;
    clear: both;
    width: 100%;
    padding: 40px 20px;
    /*margin: 0 0 70px;*/
    max-width: 330px;
    background: #b1976b;
    text-align: center;
    margin: 10px;
    border: 1px solid black;
    outline: 2px solid #b1976b !important;
    outline-offset: 10px;
}

@media screen and (max-width: 767px) {
    .site-footer .widget.subscribe {
        margin-bottom: 60px;
        max-width: inherit;
    }
}

.site-footer .widget.subscribe h3 {
    /* subscribe widget h3 class */
    margin: 0 0 15px 0;
    padding: 0;
}

.site-footer .widget.subscribe h3:before {
    /* h3 horizontal line */
    content: "";
    position: absolute;
    max-width: 135px;
    width: 100%;
    display: block;
    height: 6px;
    background: #FFFFFF;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 100%;
}

.site-footer .widget.subscribe p {
    /* subscribe widget p class */
    color: #FFFFFF;
    margin: 0;
    padding: 0 0 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
}

.site-footer .site-logo {
    /* footer logo */
    width: 100%;
    clear: both;
    display: block;
    /*margin-bottom: 30px;*/
}

.site-footer .site-logo a {
    margin-bottom: 0;
}

.site-footer .site-logo h1 {
    color: white;
    font-family: inherit;
    font-size: 33px;
    font-weight: 500;
}

.site-footer .site-logo small {
    color: #989899;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 10px;
    text-transform: uppercase;
}

.site-footer p {
    /* paragraph */
    color: black;
    margin: 0;
    padding: 0 0 0 15px;
    display: block;
    font-size: 16px;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-break:break-all;*/
}

@media screen and (max-width: 767px) {
    .site-footer p {
        margin-bottom: 20px;
    }
}

.site-footer a {
    /* a tag */
    color: black;
    margin-bottom: 15px;
    transition: 400ms ease;
    transition-property: color;
}

.site-footer a:hover {
    color: #116BA1;
}

.site-footer a i.fa {
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    top: 2px;
}

.site-footer h3 {
    /* h3 heading */
    color: white;
    font-family: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    width: 100%;
    display: block;
    /*padding: 0 0 16px;
    margin: 0 0 30px;*/
    text-align: left;
}

@media screen and (max-width: 767px) {
    .site-footer h3 {
        margin-bottom: 0;
    }
}

.site-footer h3:after {
    /*content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #b1976b;
    display: block;*/
}

.footer-col {
    margin-right: 0;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.site-footer ul li {
    font-family: 'Tajawal', sans-serif;
    display: block;
    padding: 0;
    width: 100%;
    clear: both;
    color: white;
    margin: 0;
    text-align: left;
}

.site-footer ul a {
    margin-bottom: 12px;
}

.site-footer .widget-news {
    /* news class */
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

.object-footer {
    float: right;
    width: 50%;
    margin-bottom: 30px;
}

.object-footer h4 {
    color: #116BA1;
}

.widget h3 {
    color: #116BA1;
}

.site-footer .widget-news a {
    display: block;
    width: 100%;
    /*padding-right: 61px;*/
}

.site-footer .widget-news li {
    position: relative;
    /* margin: 0 0 36px;*/
    padding: 0;
}

.site-footer .widget-news li:hover p {
    color: #116BA1;
}

.site-footer .widget-news figure {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.site-footer .widget-news p {
    color: black;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0;
    display: block;
    clear: both;
    margin: 0 0 4px;
    transition: 400ms ease;
    transition-property: color;
    text-align: left;
}

.site-footer .widget-news span {
    color: #a2a3a5;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.site-footer .site-subscribe {
    /* subscribe class */
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
}

.site-footer .site-subscribe input[type=email] {
    height: 45px;
    border: none;
    background: #FFFFFF;
    color: #a2a3a5;
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 13px 0 63px;
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 0;
}

.site-footer .site-subscribe button[type=submit] {
    width: 45px;
    height: 45px;
    background-color: #1d1d1d;
    border: none;
    color: #b1976b;
    font-size: 15px;
    font-weight: 400;
    line-height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 400ms ease;
    transition-property: color, background-color;
    border-radius: 0;
}

.site-footer .site-subscribe button[type=submit]:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.site-footer hr {
    /* horizontal line */
    padding: 0;
    display: block;
    clear: both;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #4a4a4a;
    max-width: 100%;
    margin: 0 0 40px;
}

.site-footer .site-copyright {
    /* copyright class */
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #116ba1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .site-footer .site-copyright {
        text-align: center;
        margin-bottom: 20px;
    }
}

.site-footer .site-copyright a {
    color: #c5c5c5;
    transition: 400ms ease;
    transition-property: color;
}

.site-footer .site-copyright a:hover {
    color: white;
}

.site-footer .site-social-icons {
    /* social icons
    text-align: left;*/
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .site-footer .site-social-icons {
        text-align: center;
    }
}

.site-footer .site-social-icons a {
    width: 30px;
    height: 30px;
    line-height: 40px;
    /* border: 1px solid #505050;*/
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    margin: 2px;
    transition: 400ms ease;
    transition-property: border-color, background;
    background-color: #BE9968;
}

.site-footer .site-social-icons a:hover {
    background: #BB7E00;
}

.site-footer .site-social-icons i {
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 25px;
    text-align: center;
    margin-top: 3px;
}

/*-----------------------------------------------------------------------------------

  Scroll top top button

  -----------------------------------------------------------------------------------*/

/* Scroll up button */

#ThemeScrollUp {
    left: auto;
    right: 30px;
    bottom: 140px;
    color: white;
    background: #b1976b;
    width: 52px;
    height: 52px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 2px;
    transition: 400ms ease;
    transition-property: background;
}

#ThemeScrollUp:hover {
    background-color: #636e78;
}

/*-----------------------------------------------------------------------------------

   Preloader

   Pre-loader: This is used to show the full page pre-loader.
   As long as the website does not load completely

  -----------------------------------------------------------------------------------*/

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Adds smooth fade-out */
}

/* Hide helper class */
.site-preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.site-preloader .navbar-brand {
    /* REMOVED: position: absolute; */
    width: 130px;
    display: block; /* Ensures width takes proper effect on link elements */
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.site-preloader .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.vbox-next,
.vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent;
    /* Using border instead of padding to keep bg image in place */
    overflow: hidden;
}

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}

/* ------- inline window ------ */

.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    /* text-align: left; */
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */

.venoframe {
    border: none;
    width: 960px;
    height: 720px;
}

@media (max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 480px;
    }
}

@media (max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 315px;
    }
}

@media (max-width: 460px) {
    .vbox-inline {
        width: 100%;
    }
    .venoframe {
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */

.vbox-open {
    overflow: hidden;
}

.vbox-container {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.vbox-container img {
    max-width: 100%;
    height: auto;
}

/* feedback */

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */

.icon-bar {
    position: fixed;
    top: 90%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}

.icon-bar-whats {
    position: fixed;
    top: 90%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}

/* Style the icon bar links */

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}

.icon-bar-whats a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 34px;
}

/* Style the social media icons with color, if you want */

.icon-bar a:hover {
    background-color: #000;
}

.phone {
    margin-top: 15px;
    background: #116BA1;
    color: white;
    border-radius: 37px;
}

.footer a span {
    margin-right: 270px;
    color: white;
}

.footer a span:hover {
    color: #116BA1;
}

.widget .contact a {
    font-weight: 800;
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    text-align: left;
}

.contact a i.fa {
    color: #086499;
    margin-right: 0px;
}

.service-box figure {
    margin: auto;
}

.inside {
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
    background: #efefed no-repeat right 50px top 60px;
}

.sep-text-after {
    width: 50%;
    font-size: 22px;
}

.sep-text-befor {
    width: 50%;
    font-size: 22px;
}

.sep-text .sep-text-line {
    display: inline-block;
    padding-top: 2px;
    width: 100%;
    border-top: 0 solid;
    border-bottom: 1px solid;
    color: #EDEDED;
    vertical-align: baseline;
}

/*========================
   About Section
   =======================*/

.about-max {
    max-width: 700px;
    margin: 0 auto;
}

.max-151 {
    max-width: 151px;
    margin: 0 auto;
}

.icon-hover-effect {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #efefed;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding:hover {
    background-color: #161922;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-padding-rule {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 50%;
    max-width: 500px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #161922;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2:hover {
    background-color: #f2c64d;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.line-padding2::before {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    left: 10px;
}

.line-padding2::after {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    right: 10px;
}

.icon {
    font-size: 40px;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*========================================
Counters Sec
========================================*/

.serial-box {
    text-align: center;
}

.serial-box p {
    color: #161922;
    font-size: 18px;
    font-family: 'Abel', sans-serif;
    font-weight: 600
}

.serial-box span {
    font-size: 40px;
    font-family: 'Abel', sans-serif;
    color: #161922;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

/*=====================================
      About page
===================================*/
.page_nav {
    text-align: center;
}

.year-max {
    max-width: 179px;
    margin: 0 auto;
}

ul.social-icons li a {
    height: 40px;
    line-height: 42px;
    width: 40px;
    font-size: 15px;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: inline-block;
    color: #444;
    position: relative;
    z-index: 1;
}

.about ul li:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    content: '\f061';
    background-color: #f2c64d;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.achiv ul li:before {
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 700;
    font-size: 25px;
    content: '\f061';
    background-color: #116ba1;
    display: inline-block;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/*.rare-box {*/
/*    height: 195px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    left: 0.5rem;*/
/*}*/

.image-about {
    top: -155px;
    /* margin-left: 130px;*/
    margin-bottom: -145px;
}

ul li {
    list-style: none;
}

.pr-5 {
    padding-right: 4rem !important;
}

.font-42 {
    font-size: 42px;
}

.max-200 {
    max-width: 210px !important;
    margin: 0 auto;
}

/*=============================
    End about
===========================*/

.sidebar {
    background-color: #efefed;
    padding: 20px;
}

/*=============================
    start blog
===========================*/
.comment {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.comment li a>i {
    margin-right: 5px;
    vertical-align: middle;
    color: #f2c64d;
    font-size: 16px;
}

ul {
    padding: 0;
    list-style-type: none;
    text-align: justify;
}

.commment li a {
    display: block;
    color: #444;
    font-size: 14px;
}

.heading_space {
    margin-bottom: 2rem;
}

.commment li:first-child {
    margin-left: 0;
}

.widget_search .input-group {}

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #d6d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .form-control {
    width: 214px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    z-index: 9;
}

.widget_search .input-group-addon {
    height: 40px;
    background-color: #f2c64d;
    color: #fff;
    position: relative;
    top: 0;
    width: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.widget_search .input-group-addon:hover {
    background-color: #f2c64d;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single_post {
    overflow: hidden;
}

.single_post .post,
.single_post .text {
    display: table-cell;
}

.single_post .post {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}

.single_post .post>img {
    width: 100%;
    border-radius: 50%;
    vertical-align: text-top;
}

.webtags li {
    margin: 1px;
}

ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.webtags li a {
    border-radius: 24px;
    color: #2c3459;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 16px;
    border: 1px solid #c7c7c7;
    display: block;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.webtags li a:hover {
    background: #086499;
    color: #fff;
}

.webcats {
    list-style: none;
}

.webcats li:first-child a {
    margin-top: 0;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}

.webcats li a>span {
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    color: #c7c7c7;
    line-height: 24px;
    float: right;
}

.news_box,
.webcats li a>span,
ul.links li a::before {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}

.webcats li a:hover {
    color: #f2c64d;
}

.webcats li a:hover>span {
    background: #f2c64d;
    color: #fff;
}

.webcats li:first-child a {
    margin-top: 0;
}

.a-recent {
    display: inline-block;
    font-weight: 400;
    position: relative;
    color: #2c3459;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-size: 14px;
}

.blog-pic {
    font-size: 15px;
}

.readmore {
    font-size: 14px;
}

.blog-15 {
    font-size: 16px;
}

.page_nav {
    text-align: center;
    font-size: 13px;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    float: left;
    list-style: none;
    border-radius: .25rem;
}

.pagination li>.page-link,
.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
    border-radius: 50% !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f2c64d;
    border-color: #f2c64d;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #f2c64d;
    border-color: #f2c64d;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f2c64d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link {
    margin-left: 4px;
    margin-right: 4px
}

.color-blockquote {
    font-size: 20px;
    font-weight: 500;
}

.p_pic {
    display: inline-block;
}

.profile_text {
    max-width: 500px;
    margin-left: 30px;
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile_text {
    max-width: 500px;
    margin-left: 30px;
}

form.findus textarea {
    width: 100%;
    min-height: 160px;
}

.footer-para {
    text-align: left;
}

.btn-hvr-green:hover {
    -webkit-text-fill-color: #f2c64d;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.pagi-50 {
    margin-bottom: 50px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    z-index: 9;
}

.comment-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contact-social-icon {
    text-align: center !important;
    margin: 0 auto;
    display: table;
}

/* ===================================
        Contact Us Page
   =================================== */
.padding_button {
    padding: 13px 0 13px 0 !important;
}

.contact-list {
    padding-left: 0;
}

.margin_form {
    margin-top: auto;
    margin-bottom: auto;
}

.contact-list li {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    list-style: none;
    margin-bottom: 5px;
}

ul.contact-list a:hover {
    color: #23ced5;
}

.alert-success {
    font-size: 12px;
    color: #28a745;
    display: block;
    margin-bottom: 20px;
    padding: 4px !important;
    font-family: 'Abel', sans-serif;
}

.alert-danger {
    font-size: 12px;
    color: #DC3545;
    margin-bottom: 20px;
    padding: 4px !important;
    display: block;
    font-family: 'Abel', sans-serif;
}

.user-danger {
    border-color: #DC3545 !important;
}

.user-success {
    border-color: #ced4da !important;
}

/* ===================================
        Media Queries
   =================================== */

@media (min-width: 1909px) and (max-width: 1990px) {
    .vedio-heading .info {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1021px) {
    header .nav-link {
        margin-right: 0;
        margin-left: 11px;
    }
}

@media screen and (max-width:1359px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
    .minimal_image .min-post div {
        background: black;
        height: 19vw;
    }
    .inner-box {
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }
    .inner-box1 {
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }
    .snip1577 figcaption {
        left: 65px;
        bottom: 70px;
    }
    .blue-right {
        left: 190px !important;
    }
    .blue_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 1%;
        background-color: #33c9dd;
        left: 23px;
    }
    .gradient_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 1%;
    }
    .about-heading {
        margin-top: auto;
        margin-bottom: auto;
    }
    .heading_font_sm {
        font-size: 38px;
    }
    .padding_blog {
        padding: 20px;
    }
    .process_text {
        padding: 25px;
    }
    .header_tittle {
        text-align: center;
        padding-top: 17%;
    }
    .header_tittle1 {
        font-size: 46px;
    }
    .header_tittle2 {
        font-size: 17px;
    }
    .margin_bottom_price {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px) {
    .blue-right {
        left: 134px !important;
    }
    .cover .card-title {
        font-size: 19px;
    }
    header {
        /* display: -webkit-box; */
    }
    .logo_display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .margin_small {
        margin-top: 30px;
    }
    .snip1577 figcaption {
        left: 75px;
        bottom: 95px;
    }
    .blue_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 5%;
        background-color: #33c9dd;
        left: 15px;
    }
    .gradient_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 5%;
    }
    .info {
        color: #9d9d9d;
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .margin_button {
        margin-top: 0;
    }
    .colored_heading {
        font-size: 18px;
        color: #116BA1;
        margin-bottom: 0;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }
    .heading {
        font-size: 40px;
        color: #212331;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .about-heading {
        margin-top: 0;
    }
    .logo_icon {
        display: none;
    }
    #navbar_btn {
        display: block;
    }
    #my-nav1 {
        display: none;
    }
    .logo {
        margin-top: 30px;
    }
    #exampleModal1 .modal-content {
        margin-top: 150px;
    }
    header {
        /* display: -webkit-box; */
    }
    .my-tog-btn {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 35px;
        height: auto;
        margin-left: 70%;
        padding-top: 30px;
    }
    .small-screen {
        display: block !important;
    }
    .portfolio-heading1 {
        text-align: center;
    }
    .large-screen {
        display: none;
    }
    .portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }
    .blog_text {
        text-align: center;
        margin-bottom: 10%;
        margin-top: 10%;
    }
    .md_heading {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .process_text {
        padding: 50px;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 22px;
        margin-left: 14px;
    }
    .margin_navbar-logo {
        margin-bottom: 15px;
    }
    .my-tog-btn {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 25px;
        height: auto;
        margin-left: 0;
        margin-right: 30px;
    }
}

@media screen and (max-width:767px) {
    .testimonial-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .portfolio_top::before {
        display: none;
    }
    .portfolio-heading {
        text-align: center;
        margin-top: 20px;
    }
    figure.snip0015:hover figcaption h3 {
        font-size: 22px;
    }
    section {
        /*padding-top: 60px;*/
        padding-bottom: 60px;
    }
    .padding-up {
        padding-top: 60px;
    }
    .padding-down {
        padding-bottom: 60px;
    }
    .blue-right {
        left: 138px !important;
    }
    .price-item-center:hover .colored_hover-center {
        height: 242px;
    }
    .price-item:hover .colored_hover {
        height: 190px;
    }
    .about_descp {
        text-align: center;
    }
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .written_outerbox .written_img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cbp-l-filters .cbp-filter-item {
        margin: 8px;
    }
    .margin_navbar-logo {
        margin-bottom: 15px;
    }
    .testimonial-sec .testimonial-review {
        padding-left: 0;
        padding-right: 0;
    }
    .owl-team .owl-dots {
        margin-top: 20px !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
    }
    .wrapper {
        margin-top: 40px;
        cursor: pointer;
    }
    .img-sc {
        padding-right: 12px;
    }
    .margin_form {
        margin-top: 0;
        margin-bottom: auto;
        text-align: center;
    }
    .snip1577 figcaption {
        left: 10px;
        bottom: 0;
        top: 20px;
    }
    .hover_text {
        font-size: 14px;
    }
    .plus_icon {
        font-size: 50px;
    }
    .my-tog-btn {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 25px;
        height: auto;
        margin-left: 0;
        margin-right: 30px;
    }
    .new_font {
        font-size: 30px
    }
    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 22px;
        margin-left: 30px;
    }
    .menu-icon {
        padding-left: 2rem;
    }
    .cover {
        text-align: center;
        margin-top: 40px;
    }
    .about-heading {
        text-align: center;
        margin-top: 30px;
    }
    .heading_mainc {
        font-size: 35px;
        text-align: center;
        line-height: 1.3;
    }
    .width {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_heading {
        font-size: 34px;
    }
    .heading {
        font-size: 35px;
        font-family: 'Abel', sans-serif;
        color: #212331;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .margin_heading {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .info {
        color: #9d9d9d;
        font-size: 12px;
        font-family: 'Abel', sans-serif;
        line-height: 1.7;
    }
    .margin_button {
        margin-top: 10px;
    }
    .cover .card-title {
        margin-top: 5px;
        margin-bottom: 18px;
    }
    .text_wrap {
        padding: 50px 2rem 0 2rem;
    }
    .counters {
        overflow: hidden !important;
    }
    #navbar_btn {
        display: block;
    }
    #my-nav1 {
        display: none;
    }
    .blue_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 3%;
        left: 20px;
    }
    .footer_text {
        text-align: center;
        padding-bottom: 0;
    }
    .footer {
        padding: 40px 0 !important;
    }
    .gradient_rectangle {
        position: absolute;
        width: 60%;
        height: 67%;
        bottom: 3%;
    }
    .vedio-heading {
        text-align: center;
        margin-top: 15%;
        margin-bottom: 15%;
    }
    .portfolio-heading1 h1.main_heading {
        font-size: 32px;
    }
    .blog_text {
        text-align: center;
        margin-bottom: 15%;
        margin-top: 15%;
    }
    .padding_blog {
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .heading_font_sm {
        font-size: 27px;
    }
    .vedio_text {
        margin-top: 36px;
        font-size: 30px;
    }
    li.footer_list {
        width: 50px;
        height: 50px;
        padding-top: 13px;
    }
    li.footer_list {
        margin-right: 0;
        font-size: 13px;
    }
    #portfolio_top #portfolio-measonry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .small-screen {
        display: block;
    }
    .portfolio_top {
        position: inherit !important;
        margin-top: 0 !important;
    }
    .portfolio-heading1 {
        text-align: center;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .portfolio_top::after {
        bottom: auto !important;
        display: none;
    }
    .caption_center {
        margin-top: 28px;
    }
    .header_tittle2 {
        font-size: 12px;
    }
    .header_tittle1 {
        font-size: 35px;
        margin: 10px;
    }
    p:last-child {
        margin-bottom: 20px;
    }
}

.header_tittle1 {
    font-size: 30px;
    font-family: 'Abel', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
}

.header_tittle2 {
    font-size: 24px;
    font-family: 'Abel', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2;
    font-weight: lighter;
}

.header_tittle {
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8.5%;
    letter-spacing: 0;
    font-weight: 100 !important;
}

/*****INFORMATION PROCESS SECTION START*****/

.information_process {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.heading_mainc {
    font-size: 35px;
    text-align: center;
    line-height: 1.3;
}

.margin_heading {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*..............SEARCH...........*/

.pt-lg-10 {
    padding-top: 7rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.search_outerbox {
    background-color: #f6f6f6;
    width: auto;
    height: auto;
}

.input-group {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 38px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bcd4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.form-control {
    font-family: 'Abel', sans-serif;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.btn-search {
    background-color: #00bcd4;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #00bcd4;
    -webkit-animation: 0.8s ease;
    animation: 0.8s ease;
}

.btn-search:link,
.btn-search:visited,
.btn-search:focus {
    color: #fff;
}

.btn-search:active,
.btn-search:hover {
    background-color: #ffffff;
    color: #00bcd4;
    border-color: #00bcd4;
}

/*............TOPIC..............*/

.topic_outerbox {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 12px;
}

.topic_outerbox h2 {
    color: #384141;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Abel', sans-serif;
}

.topic_outerbox ul {
    list-style: none;
    padding: 0;
}

.topic_outerbox li {
    text-decoration: none;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
    overflow: hidden !important;
    font-family: 'Abel', sans-serif;
}

.topic_outerbox li a {
    text-decoration: none;
    color: black;
    padding-right: 5px;
}

.topic_outerbox li a:hover {
    color: #00bcd4;
}

.dots {
    letter-spacing: 6.5px;
    font-size: 16px;
    font-weight: normal;
}

.inner-box {
    margin-left: 13%;
    margin-right: 13%;
    text-align: center
}

.inner-box1 {
    margin-left: 12%;
    margin-right: 13%;
    text-align: center;
}

.image {
    height: 100%;
    width: 100%;
}

.margin_button {
    margin-top: 30px;
}

.btn.btn-primary:hover {
    background-position: right center;
    color: #ffffff !important;
}

.btn.btn-primary {
    border: none;
    padding: 10px 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.6px;
    color: white !important;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    text-decoration: none;
    flex: 1 1 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: linear-gradient(to right, #5192e1 0%, #c19964 51%, #5192e1 100%);
}

.input-group {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 38px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00bcd4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.form-control {
    font-family: 'Abel', sans-serif;
}

.form-control {
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
}

.pera p {
    text-align: center;
}

.social {
    font-size: 20px;
}

.social a {
    padding: 20px;
    color: #116ba1;
}

.social a:hover {
    padding: 20px;
    color: #c4852d;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #116BA1;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.icon-slider-arrow-top {
    height: 100%;
    line-height: 52px;
    font-size: 18px;
}

.owl-carousel.owl-drag .owl-item.active.center .service-box {
    background: #116ba1;
    transform: scale(1.08);
    margin-top: -35px;
}

.owl-carousel.owl-drag .owl-item.active.center .service-box h4 {
    color: #FFF;
}

@media only screen and (max-width:1024px) {
    .site-header {
        position: fixed !important;
    }
}

.widget i {
    color: #116ba1;
}

.contact p {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
}

.achievement-points {
    text-align: justify;
    list-style: none;
    font-size: 17px;
    color: #565656;
    display: flex;
    align-items: flex-start;
}

.pera .col-lg-3 {
    float: left !important;
}

/*-----------------------------------------------------------------------------------
Separators
  -----------------------------------------------------------------------------------*/
.about-img {
    background: url(../images/breadcrumbs/about.jpg) no-repeat;
    padding-top: 250px;
    padding-bottom: 250px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.services-img {
    background: url(../images/breadcrumbs/services.jpg) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.service-show-img {
    background: url(../images/breadcrumbs/service_show.jpg) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.rules-img {
    background: url(../images/breadcrumbs/rules.png) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: contain;
    background-position: initial;
}

.rule-show-img {
    background: url(../images/breadcrumbs/rules.png) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: contain;
    background-position: initial;
}

.achievements-img {
    background: url(../images/breadcrumbs/achievements.jpg) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: contain;
    background-position: initial;
}

.media-img {
    background: url(../images/breadcrumbs/media.jpg) no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    background-attachment: fixed;
    background-size: contain;
    background-position: initial;
}

.main-text-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #116BA1;
    text-align: center;
}

.text-black {
    color: #0a0a0a ;
}

iframe {
    height: 300px !important;
    width: 100%;
}


/* Mobile & Tablet Styles (screens smaller than 992px) */
@media (max-width: 991.98px) {
    .site-nav {
        display: none; /* Hide nav by default on mobile */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff; /* Match your theme header color */
        width: 100%;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
        padding: 15px 0;
    }

    /* Show mobile menu when active */
    .site-nav.active {
        display: block;
    }

    .site-nav ul {
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-nav ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    /* Hamburger icon styles */
    .site-nav-toggle {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
    }

    .site-nav-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #333; /* Color of hamburger lines */
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .site-logo img {
        max-height: 100px;
        width: auto;
    }

    .achievements-img,
    .media-img {
        background-size: cover;
    }
}

@media (max-width: 1024px) {
    .site-logo img {
        width: 170px;
    }

    .site-nav {
        padding: 0;
        margin: 0;
    }

    .site-nav a {
        line-height: 0;
        padding: 0;
        font-size: 15px;
    }

    .achievements-img,
    .media-img,
    .rules-img,
    .rule-show-img {
        background-size: cover;
    }
}
