/* ==========================================================================
     FONTS
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins'), local('Poppins'), url('../fonts/Poppins-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Sarabun';
    unicode-range: U+0E00–U+0E7F;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    src: url('../fonts/Sarabun-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DBHeavent';
    unicode-range: U+0E00–U+0E7F;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/DBHeavent.ttf') format('truetype');
}


/* ==========================================================================
   GENERAL
   ========================================================================== */

body {
    font-family: 'Poppins', 'Sarabun', sans-serif;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

span {
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
}

a:hover,
li:hover {
    cursor: pointer;
}

p {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
    margin-bottom: 0;
}

.btn-bsn:hover {
    background: #FFF;
}

a:hover,
a:focus {
    color: #6ab96f !important;
}

a {
    color: #004370;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', 'DBHeavent', 'Sarabun', sans-serif !important;
    font-size: 44px;
    font-weight: 700;
    color: #191c1e;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:not([href]):not([tabindex]) {
    color: #fff;
    cursor: pointer;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
    cursor: pointer;
}

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #3c9cfd !important;
}

.hero_text {
    font-size: 15px;
    margin-top: 3rem;
    font-family: 'Poppins', 'Sarabun', sans-serif;
}


/* ==========================================================================
   TH Page
   ========================================================================== */

h1.size-th {
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

h2.size-th {
    font-size: 44px !important;
    font-weight: 500 !important;
    line-height: 0.8;
}

.size-th-m {
    font-size: 36px !important;
    font-weight: 500 !important;
}

.size-th-bsn {
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 0.8;
}

.size-th-s {
    font-size: 25px !important;
    font-family: 'Poppins', 'DBHeavent', 'Sarabun', sans-serif !important;
}


/* ==========================================================================
   Section Title
   ========================================================================== */

.section {
    padding: 45px 0 100px;
}

.section-bsn {
    padding: 45px 0 0;
}

.section-header {
    color: #fff;
    text-align: center;
    position: relative;
    width: 80%;
    margin: 24px auto 80px auto;
}

h2.section-title {
    text-align: center !important;
}

.section-header .section-title {
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Poppins', 'DBHeavent', 'Sarabun', sans-serif;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-color: #004370;
    background-image: -webkit-linear-gradient(bottom right, #004370, #013152);
    background-image: -o-linear-gradient(bottom right, #004370, #013152);
    background-image: linear-gradient(to top left, #004370, #013152);
    position: relative;
}

.q-text {
    text-align: center;
    width: 100%;
    color: #434343;
    font-size: 15px;
}

.w-35 {
    width: 35% !important;
}

figure {
    margin: 0 0 0 !important;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 33.33%;
    background: #00253e;
    text-align: center;
    cursor: pointer;
    height: 550px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    float: left;
}

figure.effect-lily img.overlay-img {
    opacity: 0.1;
}

figure.effect-lily figcaption {
    text-align: center;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 70%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 0.8;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.boxes {
    position: relative;
    height: 100%;
}

.bsn-1 {
    float: left;
    width: 50%;
    display: block;
}

.bsn-1:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: transform 0.35s;
}

.bsn-2 {
    float: left;
    width: 50%;
    height: 33.33%;
    display: block;
}

.bsn-3 {
    float: left;
    width: 25%;
    display: block;
}

.bsn-4 {
    float: left;
    width: 25%;
    display: block;
}

.boxes img {
    width: 100%;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-effect {
    overflow: hidden;
}

.btn-effect:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-effect:hover:after {
    width: 100%;
}

.btn-border {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    border-color: #3c9cfd;
    color: #3c9cfd;
}

.btn-border:hover {
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    color: #004370;
}

.btn-border-filled:hover {
    color: #004370;
    background-color: #ffffff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
    padding: 14px 33px;
    font-size: 15px;
}

.btn-rm {
    color: #004370;
    ;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 15px;
}

.btn-rm i {
    vertical-align: middle;
}

.btn-trial {
    background: #fff;
    color: #191c1e;
    padding: 5px 20px;
    margin-left: 30px;
}

.btn-trial:hover,
.btn-trial:active,
.btn-trial:focus {
    color: #004370;
}

button:focus {
    outline: none !important;
}

.btn-border-fill {
    background: #fff;
    border-color: #fff;
    color: #004370;
}

.btn-subtitle {
    color: #191c1e;
    font-family: 'Poppins', sans-serif;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

.clear {
    clear: both;
}

.mt {
    margin-top: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.padding-0 {
    padding: 0;
}


/* ==========================================================================
   Social Iocns
   ========================================================================== */

.social-icons {
    margin-bottom: 20px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, 0.07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.facebook a {
    color: #4867AA;
}

.facebook a:hover {
    background: #4867AA;
}

.twitter a {
    color: #1DA1F2;
}

.twitter a:hover {
    background: #1DA1F2;
}

.google-plus a {
    color: #DD4D42;
}

.google-plus a:hover {
    background: #DD4D42;
}

.youtube a {
    color: #DF2926;
}

.youtube a:hover {
    background: #DF2926;
}

.linkedin a {
    color: #007BB6;
}

.linkedin a:hover {
    background: #007BB6;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #3c9cfd;
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite;
}

#loader-1:after {
    border: 7px solid #fafafa;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */

.back-to-top {
    /*display: none;*/
    position: fixed;
    bottom: 18px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #144c73;
    -webkit-text-stroke-width: 0.8px !important;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    z-index: 300;
    transform: scale(1);
    transition: 0.3s;
}

.back-to-top:hover {
    color: #ffffff !important;
    -webkit-text-stroke-width: 0.8px !important;
    background-color: #004370;
    transform: scale(1.1);
    transition: 0.3s;
}


/* ==========================================================================
   Navbar Style
   ========================================================================== */

p.stock {
    padding: 1% 4%;
    color: #FFF;
    font-size: 15px;
    font-weight: normal !important;
    position: absolute;
    top: 3%;
    right: 0;
    font-family: 'Poppins', sans-serif;
    text-align: end;
}

.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.logo-gulf:before {
    width: 150%;
    height: 150px;
    transform: scale(.30);
    transform-origin: 0 0;
    display: block;
    content: " ";
    background-image: url('../img/g-logo.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: 4%;
}

.logo-gulf:after {
    width: 100%;
    height: 150px;
    transform: scale(.25);
    transform-origin: 0 0;
    display: block;
    content: " ";
    background-image: url('../img/gc-logo.png');
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -5px;
    left: 4%;
    display: none;
}

.menu-bg {
    background: -webkit-linear-gradient(left, #FFF 0%, #FFF 100%) !important;
    background: linear-gradient(to right, #FFF 0%, #FFF 100%) !important;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 5px;
}

.menu-bg .logo-gulf:before {
    visibility: hidden;
}

.menu-bg .logo-gulf:after {
    display: block;
}

.menu-bg .navbar-nav {
    display: flex !important;
    position: relative;
}

.menu-bg .menu_left,
.menu-bg .menu_right {
    display: none;
}

.menu-bg button.navbar-toggler {
    visibility: unset !important;
}

.show.logo-gulf:after {
    top: unset;
}

.menu-bg button.navbar-toggler .logo-gulf:after {
    top: unset;
}

.navbar {
    padding: 1.18rem 3rem !important;
}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: #3c9cfd;
}

.menu-bg .logo-menu a {
    color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
    color: #004370 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #6AB96F !important;
}

.menu-bg .navbar-nav .active {
    color: #004370 !important;
}

.menu-bg .navbar-collapse {
    padding-top: 0;
}

.menu_left {
    z-index: 111;
    color: #FFF;
    font-size: 17px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    position: absolute;
    top: 11%;
    left: 4%;
    display: block;
}

.menu_left ul li.nav-item-2 {
    display: inline-block;
    margin-right: 30px;
}

.menu_right ul li.nav-item-2 {
    display: inline-block;
    margin-left: 30px;
}

.menu_left ul li.nav-item-2 a.nav-link-2,
.menu_right ul li.nav-item-2 a.nav-link-2 {
    color: #FFF;
}

.menu_left ul li.nav-item-2 a.nav-link-2:hover,
.menu_right ul li.nav-item-2 a.nav-link-2:hover {
    cursor: pointer;
    color: #6AB96F;
    transition: all .3s;
}

.navbar-collapse {
    padding-top: 3%;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #FFF;
    font-size: 15px;
    padding: 5px 0px;
    margin-left: 30px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    position: relative;
    display: block;
}

.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #6AB96F;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
    width: 30px;
}

.navbar-brand {
    color: #fff;
    height: 30px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #6AB96F;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #004370;
    border-radius: 2px;
    margin: 5px;
    cursor: pointer;
    float: right;
    visibility: hidden;
}

.navbar-expand-md .navbar-toggler i {
    color: #004370 !important;
    font-size: larger;
    font-weight: bold;
}

.navbar-expand-md .navbar-toggler:focus {
    outline: none;
}

.stock_ {
    width: auto;
    position: relative;
    height: 30px;
    text-align: end !important;
}

.stock-price {}

.stock-price iframe {
    border: none;
}

.item__hero_text {
    position: absolute;
    top: 32%;
    text-align: left;
    width: 100%;
    float: left;
    left: 0;
    z-index: 100;
}

h1.hero_title {
    line-height: 1.4;
    color: #FFF;
    /* margin-left: 6%; */
    font-weight: 600;
}

.hero-area .contents {
    padding: 160px 0 140px;
}

.hero-area .contents h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
}

.hero-area .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
}

.hero-area .contents .btn-border {
    border: 2px solid #fff;
    color: #fff;
}

.hero-area .intro-img {
    padding: 148px 0 0px;
}

.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}


/* ==========================================================================
 Hero Production version
 ========================================================================== */

.overlay-top {
    background-color: rgb(0 0 0 / 35%);
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 35%) 63%);
    z-index: 60;
    position: absolute;
    width: 100vw;
    height: 99%;
}

.hero-area-2 {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-area-2 .overlay-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0px;
    background-image: -moz-linear-gradient(270deg, #0c355080 10%, #08131f10 40%);
    background-image: -webkit-linear-gradient(270deg, #0c355080 10%, #08131f10 40%);
    background-image: -ms-linear-gradient(270deg, #0c355080 10%, #08131f10 40%);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-image: -moz-linear-gradient(90deg, #0043704a 30%, #08131f10 70%);
    background-image: -webkit-linear-gradient(90deg, #0043704a 30%, #08131f10 70%);
    background-image: -ms-linear-gradient(90deg, #0043704a 30%, #08131f10 70%);
}

.hero-area-2 .contents {
    padding: 160px 0 140px;
}

.hero-area-2 .contents h2 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-area-2 .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.hero-area-2 .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
}

.hero-area-2 .contents .btn-border {
    border: 2px solid #fff;
    color: #fff;
}

.hero-area-2 .intro-img {
    padding: 180px 0 0px;
}

.hero-area-2 .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}


/* ==========================================================================
   About 
   ========================================================================== */

#about {
    padding-bottom: 80px !important;
}

#about .about-content {
    height: 100%;
    width: 100%;
    display: table;
}

#about .about-content>div {
    vertical-align: middle;
    display: table-cell;
}

#about .about-content h3 {
    font-size: 30px;
    font-weight: 700;
}

#about .about-content h5 {
    font-size: 15px;
    color: #999;
    margin-bottom: 20px;
}

#about .about-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

#about .about-content .btn {
    margin-top: 15px;
}

#carousel-screen {
    margin-top: 15px;
}


/* ==========================================================================
   Clients 
   ========================================================================== */

#clients {
    background: #ffffff;
}

#clients .client-item-wrapper {
    text-align: center;
    margin-bottom: 15px;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

#clients .client-item-wrapper img {
    width: 70%;
    opacity: 0.5;
}

#clients #clients-scroller img:hover {
    opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
    display: none;
}


/* ==========================================================================
    download
   ========================================================================== */

#contact-us {
    background: #FFF;
    padding: 30px 0 30px;
}

#contact-us .contact-us-wrapper {
    padding: 0px 30px;
}

.info-contact h4 {
    font-size: 30px !important;
    color: #004370;
}

.info-contact p {
    font-size: 14px !important;
    color: #000;
}

.info-contact hr {}


/* ==========================================================================
   Business New
   ========================================================================== */

.testi-client {
    text-align: center;
}

.testi-client>ul li {
    background-color: #111;
    border-right: 3px solid #00D8CC;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #00D8CC;
    border-top: 3px solid transparent;
    border-radius: 50%;
    padding: 0;
    margin: 10px 20px;
}

.testi-client>ul li>img {
    opacity: 0.4;
    filter: alpha(opacity=10);
    border-radius: 50%;
}

.testi-client>ul li.clients-active>img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.testi-client>ul li:hover,
.testi-client>ul li:focus {
    cursor: pointer;
}

.testi-client>ul li:hover>img,
.testi-client>ul li:focus>img {
    opacity: 1;
    filter: alpha(opacity=40);
}

.testi-client>ul li.clients-active:hover>img,
.testi-client>ul li.clients-active:focus>img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.testi-client>ul li:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.testi-client>ul li:hover img {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
}

.testi-client i {
    color: #fff;
    font-size: 40px;
    margin: 10px 0;
}

.testi-client .title {
    color: #252525;
}

.clients-name {
    color: #fff;
}

.clients-name:after {
    display: block;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #fff;
    margin: 20px auto 20px;
}

.clients-title {
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: rgba(0, 216, 204, 0.5);
    margin: 0;
    padding: 1.5%;
    border-radius: 5px;
    position: relative;
}

.clients-title:after {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid rgba(0, 216, 204, 0.5);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}


/* ==========================================================================
 Our business
========================================================================== */

.icon-business {
    width: 50%;
}

.icon-business ul {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    flex-wrap: unset;
}

.icon-business ul li {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F4F4F4;
    position: relative;
    margin-right: 4%;
    border: 2px solid #004370;
}

.icon-business ul li:hover {
    background-color: #999999;
    transition: all .3s;
}

.icon-business ul li img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ==========================================================================
   Offer area
   ========================================================================== */

.offer-area {
    background: #ffffff;
}

.offer-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
}


/* ==========================================================================
 Features Section Start
 ========================================================================== */

#features {
    background: #f6fbfd;
}

#features .feature-thumb {
    margin-top: 15px;
}

#features .nav {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

#features .nav .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#features .nav .nav-item .nav-link {
    font-size: 20px;
    color: #a0a6ad;
    padding: 30px 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    border: none;
    background: transparent;
}

#features .nav .nav-item .nav-link i {
    font-size: 40px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

#features .nav-tabs {
    background: #f6fbfd;
    margin-top: -100px;
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
    border-bottom: 1px solid #3c9cfd;
    color: #191c1e;
}

#features .nav-tabs .nav-item.show .nav-link i,
#features .nav-tabs .nav-link.active i {
    background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: -o-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#features .tab-content {
    margin-top: 15px;
    text-align: center;
}

#features .tab-content .tab-pane {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 26px;
}

.text-wrapper {
    height: 100%;
    width: 100%;
    display: table;
}

.text-wrapper>div {
    vertical-align: middle;
    display: table-cell;
}

.text-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-wrapper .btn-rm {
    margin-top: 15px;
}


/* ==========================================================================
  features-two
   ========================================================================== */

#features-two .img-thumb {
    margin-bottom: 15px;
}


/* ==========================================================================
    App Features Section Style
   ========================================================================== */

#app-features {
    background: #FFFFFF;
}

#app-features .content-left {
    position: relative;
}

#app-features .content-left span {
    float: right;
    margin-left: 25px;
}

#app-features .content-right {
    position: relative;
}

#app-features .content-right span {
    float: left;
    margin-right: 25px;
}

#app-features .box-item {
    margin: 30px 0;
}

#app-features .box-item .icon {
    text-align: center;
    margin: 0 15px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#app-features .box-item .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#app-features .box-item .text h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
}

#app-features .box-item .text p {
    font-size: 14px;
    line-height: 26px;
}

#app-features .content-left .text {
    margin-right: 90px;
}

#app-features .content-right .text {
    margin-left: 90px;
}

#app-features .show-box {
    text-align: center;
    margin: 15px 0;
}

#app-features .show-box img {
    width: 100%;
}


/* ==========================================================================
 Screens Section Start
 ========================================================================== */

.screens-shot {
    background: #fcfcfc;
    position: relative;
}

.row_sst {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.img-fluid {
    width: 240px;
}

.img-fluids {
    width: 100%
}


/* ==========================================================================
 Team Section
   ========================================================================== */

.single-team:hover .team-details {
    opacity: 1;
}

.single-team {
    position: relative;
    margin: 15px 0;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
    border-radius: 0px;
    overflow: hidden;
}

.single-team .team-thumb {
    position: relative;
}

.single-team:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

.single-team img {
    width: 100%;
}

.single-team .team-inner {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details {
    padding: 20px;
    width: 100%;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .team-details .team-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #263238;
}

.single-team .team-details p {
    font-size: 14px;
    margin-bottom: 0px;
}

.single-team .social-list {
    position: absolute;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    border-top-right-radius: 30px;
    bottom: 0;
    left: -40px;
    padding: 20px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
    background: #4867aa;
    color: #fff;
}

.single-team .social-list .twitter a:hover {
    background: #1da1f2;
    color: #fff;
}

.single-team .social-list .google-plus a:hover {
    background: #dd4d42;
    color: #fff;
}

.single-team .social-list .linkedin a:hover {
    background: #007bb6;
    color: #fff;
}

.single-team:hover .social-list {
    left: 0;
}

#spark {
    background: #f6fbfd;
    padding-bottom: 80px !important;
    background-image: url(../img/bg-spark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    position: relative;
}

#spark .container {
    position: relative;
    float: right;
}

.logo-spark {
    position: absolute;
    top: 4%;
    left: 1%;
}

.logo-spark img {
    width: 25%;
    height: auto;
}

.post-spark {
    width: 53%;
    float: right;
    position: absolute;
    top: 0;
    right: -9%;
}

.post-spark ul li {
    float: left;
    width: 35%;
    margin-right: 2%;
    padding-top: 18px;
    position: relative;
}

.post-spark ul li img {
    width: 100%;
    transition: 0.4s all;
    border-radius: 4px;
}

.post-spark ul li:hover img.dark {
    filter: brightness(0.2);
    position: relative;
}

.post-spark ul li:hover .social-spark {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 40%;
    width: 20%;
    cursor: pointer;
    transition: all 6s ease;
}

.post-spark ul li .social-spark {
    display: none;
}

.like-fb {
    display: block;
    position: absolute;
    top: 30%;
    left: 5%;
}

#stockprice {
    background: #f6fbfd;
    padding-bottom: 80px !important;
    background-image: url(../img/bg-ir.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h2.stockprice {
    color: #FFF !important;
    background-color: #FFF !important;
    background-image: unset !important;
}

.stock-item {
    padding: 30px;
    background: #0f1333f2;
    border-radius: 4px;
    height: auto;
}

.stock-item iframe {
    width: 100%;
    overflow-y: hidden;
    height: 260px;
    border: none;
}

.download-s {
    padding: 5px;
    background: #0f1333f2;
    border-radius: 4px;
    height: auto;
}

.content-inner h4 {
    color: #FFF;
    font-size: 28px;
}

.inline {
    width: 100%;
    display: block;
}

.inline ul li {
    width: 100%;
    display: inline-flex;
}

.inline h5 {
    width: 50%;
}

.inline h4 {
    width: 50%;
    text-align: right;
}

.inline p {
    width: 50%;
    color: #FFF;
}

hr.stock {
    background-color: #6ab96f80;
}

.content-inner h5 {
    color: #FFF;
    font-size: 24px;
}

.stock-item .author {
    display: inline-block;
    margin-bottom: 20px;
}

.stock-item .author .img-thumb {
    float: left;
    overflow: hidden;
    position: relative;
}

.stock-item .author .img-thumb img {
    border-radius: 50%;
    width: 75%;
}

.stock-item .content-inner {
    overflow: hidden;
}

.stock-item .content-inner .description {
    width: 100%;
    margin-bottom: 10px;
}

.stock-item .content-inner span {
    color: #a0a6ad;
}

.stock-item .content-inner .author-info {
    padding: 3px 0;
}

.stock-item .content-inner .author-info h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.stock-item .content-inner .author-info h2 a {
    color: #484848;
}

.download-item {
    display: block;
    float: left;
    width: 100%;
    background: #0f1333f2;
    border-radius: 4px;
    height: auto;
    padding-top: 25px;
}

.download-item h4 {
    padding: 8px 20px;
    color: #FFF;
    font-size: 15px;
}

.download-item p {
    color: #FFF;
    font-size: 20px;
}

.download-item .inline {
    width: 100%;
    display: block;
    padding: 12px;
    margin-top: 15px;
}

.download-icon {
    color: #6ab96f;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #6ab96f;
    padding: 8px;
    margin-top: -5px;
    border-radius: 50%;
    font-weight: bolder;
    transform: rotate(180deg);
}

.download-icon:hover {
    color: #FFF;
    transition: all 0.3s ease-out;
    background-color: #6ab96f;
}

.download-item .inline p {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.download-item .inline ul li {
    margin-top: 5px;
}

.download-item .inline ul li:hover p {
    color: #6ab96f;
    transition: all 0.3s ease-in-out;
}


/* ==========================================================================
  Pricing Table
  ========================================================================== */

.section-ss {
    padding: 45px 0px 150px 0px;
    background-color: #F8F8F8;
}

.sustain-table {
    padding: 30px;
    margin: 15px 0;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: background-image 0.3s ease-out;
    -moz-transition: background-image 0.3s ease-out;
    -o-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
    height: 350px;
}

.img-item-sst-01 {
    background-image: url(../img/item_sustain_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.img-item-sst-02 {
    background-image: url(../img/item_sustain_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.img-item-sst-03 {
    background-image: url(../img/item_sustain_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sustain-details {
    text-align: center;
}

.plan-button {
    position: absolute;
    bottom: 14%;
    right: 0;
    left: 0;
}

.plan-c-button {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 2%;
}

.btn-f {
    background-color: #004370 !important;
}

.btn-f:hover {
    color: #6ab96f !important;
}

.sustain-table .sustain-details h2 {
    font-size: 20px;
    color: rgb(250, 250, 250);
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 0;
}

.sustain-table:hover,
.pricing-active {
    color: #fff;
    -webkit-transition: background-image 0.3s ease-out;
    -moz-transition: background-image 0.3s ease-out;
    -o-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
    background-image: -moz-linear-gradient(0deg, #6AB96F 0%, #5aa75f 100%);
    background-image: -webkit-linear-gradient(0deg, #6AB96F 0%, #5aa75f 100%);
    background-image: -ms-linear-gradient(0deg, #6AB96F 0%, #5aa75f 100%);
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.38);
}

.sustain-table:hover .sustain-details h2,
.pricing-active .sustain-details h2 {
    color: #FFF;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.6s;
}

.sustain-table:hover .btn-border,
.pricing-active .btn-border {
    background: #fff;
    border-color: #fff;
    color: #004370 !important;
}

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 2px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-border {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
    border-radius: 4px;
}


/* =================== CSR =================== */

.section-csr {
    padding: 64px 0px 80px 0px;
    background-color: #0F1D37;
    background-image: url(../img/csr_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: auto;
    z-index: 15;
    position: relative;
}

.section-csr-container {
    width: 100%;
    height: auto;
}

.section-csr-header {
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 24px auto 0px auto;
}

.section-csr-slide {
    position: relative;
    width: 100%;
    margin: 44px auto 0px auto;
    padding: 0px;
    background: rgb(15, 29, 55);
    background: linear-gradient(0deg, rgba(15, 29, 55, 1) 85%, rgba(15, 29, 55, 0.258140756302521) 100%);
}

h2.section-csr-title {
    font-size: 30px;
    line-height: 48px;
    text-align: center !important;
    color: #6AB96F;
}

.csr-text {
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}

.section-csr-item {
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.section-csr-txt {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    text-align: left;
    padding: 20% 24px 4% 24px;
    z-index: 100;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.sect-csr-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}

.sect-csr-body {
    font-size: 15px;
    line-height: 24px;
    color: #f8f8f8;
    text-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    font-weight: 400;
}

.txt-bb {
    font-weight: 600;
}


/* =================== GULF1 SOLAR =================== */

.section-solar {
    padding: 88px 0px 112px 0px;
    background-color: #0F1D37;
    background-image: url(../img/gulf1_solar_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    z-index: 15;
    position: relative;
}

.solar-container {
    width: 100%;
    height: auto;
}

.solar-content {
    position: relative;
    width: 96%;
    margin: 24px auto 80px auto;
    max-width: 1164px;
}

.solar-txt {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 780px;
    margin: auto;
}

.solar-title {
    font-size: 30px;
    padding: 20px 0px;
    font-family: 'Poppins', 'DBHeavent', 'Sarabun', sans-serif;
    font-weight: 600;
}

.solar-explore-btn {
    width: 100%;
    height: auto;
    text-align: center;
}


/* ==========================================================================
  Slider
   ========================================================================== */

#carousel-area {
    overflow: hidden;
    position: relative;
}

#carousel-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0px;
    background-image: -moz-linear-gradient(0deg, #004370 0%, #004370 100%);
    background-image: -webkit-linear-gradient(0deg, #004370 0%, #004370 100%);
    background-image: -ms-linear-gradient(0deg, #004370 0%, #004370 100%);
    opacity: 0.6;
}

#carousel-area .carousel-item .carousel-caption {
    top: 32%;
    right: 12%;
    left: 12%;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
}

#carousel-area .carousel-item .carousel-caption p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

#carousel-area .carousel-item .carousel-caption .btn {
    margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-item .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff;
}

#carousel-area .carousel-control {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
    opacity: 1;
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
    width: 48px;
    line-height: 48px;
    height: 48px;
    color: #3c9cfd;
    font-size: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#carousel-area .carousel-agency .carousel-caption h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
    color: #fff;
}

#carousel-area .carousel-agency .carousel-caption p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

#carousel-area .carousel-agency .carousel-caption .btn {
    margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff;
}

#carousel-area .carousel-control-prev {
    left: 5%;
}

#carousel-area .carousel-control-next {
    right: 5%;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    margin-top: -35px;
    text-shadow: none;
}

#carousel-area .carousel-indicators {
    bottom: 35px;
}

#carousel-area .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50px;
}

.contents p {
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
}

.contents .header-button .btn i {
    margin-left: 10px;
}

.left,
.right {
    cursor: pointer;
    font-size: 30px;
    color: #3c9cfd;
}

.f-left {
    float: left;
    text-align: left;
}

.f-right {
    float: right;
    text-align: right;
}


/* ==========================================================================
   Blog 
   ========================================================================== */

#blog .blog-item-wrapper {
    background: #fff;
    min-height: 340px;
    border-radius: 4px;
    margin: 15px 0;
    box-shadow: 0px 0px 17px #dddddd29;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    position: relative;
}

.blog-item:hover {
    cursor: pointer;
}

#blog .blog-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #030303;
    cursor: pointer;
    box-shadow: 0px 0px 17px #dddddda6;
}

#blog .blog-item-wrapper:hover p a {
    color: #6ab96F;
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
    opacity: 1;
}

#blog .blog-item-img {
    position: relative;
}

#blog .blog-item-img img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#blog .blog-item-img .author-img {
    position: absolute;
    bottom: -30px;
    right: 30px;
}

#blog .blog-item-text {
    padding: 12px;
}

#blog .blog-item-text p {
    line-height: 26px;
    font-weight: 500;
    line-height: 1.6;
}

#blog .blog-item-text h3 a {
    color: #191c1e;
}

#blog .blog-item-text h3 a:hover {
    color: #6ab96F;
    cursor: pointer;
}

.text_bhidden {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp:3;
    overflow: hidden;
    display: -webkit-box;
    width: fit-content;
}

.author {
    width: 100%;
    display: block;
}

#blog .author .date {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}

span.read-more {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    text-align: right;
    position: absolute;
    bottom: 7px;
    right: 12px;
}


/* ==========================================================================
   Career
  ========================================================================== */

.career-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.item-vdo-hq {
    width: 100%;
    float: left;
    height: 80vh;
    max-height: 680px;
}

.career-header {
    position: absolute;
}

h2.career {
    color: #FFF !important;
}

.item-career {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 7%;
}

.item-career p.above {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-career p.quote {
    color: #FFF;
    font-size: 14px;
    padding: 5% 10%;
    line-height: 1.7;
}

.career-btn {
    text-align: center;
}


/* ==========================================================================
   Contact Us
  ========================================================================== */

.form-control {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 6px 0px 43px rgba(131, 131, 131, 0.13);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    border: 1px solid #3c9cfd;
    outline: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

textarea {
    border-radius: 2px !important;
    text-align: left !important;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info h5 {
    margin-top: -25px;
    font-size: 20px;
    font-weight: 500;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 0;
    color: rgb(66, 66, 66);
}

#contact {
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}

#contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact .contact-block {
    background: #ffffff;
    overflow: hidden;
    padding: 30px 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 43px 0px rgba(131, 131, 131, 0.23);
}


/* Contact Map */

#google-map-area {
    position: relative;
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#msgSubmit {
    margin-bottom: 0;
}

.section-map {
    position: relative;
    width: 100%;
}

.textwidget-contact {
    line-height: 24px;
    padding: 10%;
    background-color: #00253e;
    position: absolute;
    top: 0;
    right: 0;
}

.textwidget {
    line-height: 24px;
}

.textwidget p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}


/* ==========================================================================
  Subscribe Style
  ========================================================================== */

#subscribe {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    position: relative;
}

.subscribe-form {
    margin-bottom: 15px;
}

.subscribe-form .sub-title {
    margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.subscribe-form .sub-title p {
    font-size: 14px;
    color: #fff;
}

.subscribe-form .form-wrapper .form-group {
    margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    background-image: none;
    background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
    color: #ffffff;
    border-color: #fff;
    box-shadow: none;
    outline: 0;
}

.subscribe-form .form-wrapper .btn-search {
    top: 6px;
    right: 22px;
    z-index: 2;
    width: 156px;
    font-weight: 600;
    background: #fff;
    color: #3c96ff;
    height: 52px;
    text-align: center;
    position: absolute;
    padding: 0px;
}

.subscribe-form .form-wrapper input::placeholder {
    color: #fff;
    font-weight: 500;
}

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px;
}

#subscribe .sub-item-box {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff;
}

#subscribe .sub-item-box .icon-box {
    float: left;
}

#subscribe .sub-item-box .icon-box i {
    font-size: 30px;
    color: #3c9cfd;
}

#subscribe .sub-item-box .text-box {
    margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
    font-size: 15px;
    font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
    margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
    margin-bottom: 0;
}

.contact-social li {
    display: inline-block;
    margin-right: 12px;
    line-height: 40px;
}

.contact-social li a {
    color: #191c1e;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-social li .facebook:hover {
    color: #3b5998;
}

.contact-social li .twitter:hover {
    color: #55acee;
}

.contact-social li .linkedin:hover {
    color: #007bb5;
}

.contact-social li .google-plus:hover {
    color: #dd4b39;
}


/* ==========================================================================
   Footer Style
   ========================================================================== */

.block-title {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

footer .footer-Content {
    background-image: linear-gradient(350deg, rgb(20 57 87) 0%, rgb(0 67 112) 56%, rgb(28 62 91) 100%);
    padding: 32px 0 0px;
    color: #ffffff;
    -webkit-text-stroke-width: 0.5px !important;
    position: relative;
    z-index: 100;
}

.footer_mar_b {
    margin-bottom: 0px !important;
}

.footer-Content img {
    width: 30%;
    min-width: 175px;
    max-width: 175px;
}

footer .footer-Content h2 {
    color: #ffffff;
    font-size: 30px;
}

footer .menu {
    padding-left: 0;
}

footer .menu li {
    padding-bottom: 0px;
}

footer .menu li a {
    color: #ffffff;
    font-size: 14px;
}

footer .menu li a:hover {
    color: #6ab96f;
}

.footer-social {
    margin-top: 4px;
}

.footer-social li {
    display: inline-block;
    margin-right: 12px;
}

.footer-social li a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
    color: #3b5998 !important;
}

.footer-social li .twitter:hover {
    color: #55acee;
}

.footer-social li .linkedin:hover {
    color: #007bb5 !important;
}

.footer-social li .google-plus:hover {
    color: #dd4b39;
}

.footer-social li .instagram:hover {
    color: #4e3c3a !important;
}

.copyright {
    padding: 2px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #004370;
    margin-top: 30px;
    background-color: rgba(222, 222, 222, 1);
}

.copyright p {
    margin-bottom: 0;
    color: #434343;
    letter-spacing: -0.2px;
    font-size: 13px;
}

.copyright p a {
    color: #004370;
}

.copyright p a:hover {
    color: #f1f1f1;
}

.copyright .nav-inline .nav-link {
    color: #ffffff;
    padding: 10px 0;
    margin-left: 10px;
}

.copyright .nav-inline .nav-link:hover {
    color: #3c9cfd;
}


/* ==========================================================================
 Counter Section Style
 ========================================================================== */

#counter {
    background: url(../img/bg/bg-counter.png) right no-repeat;
    position: relative;
    padding-bottom: 50px !important;
}

#counter .counter-text {
    height: 100%;
    width: 100%;
    display: table;
}

#counter .counter-text>div {
    vertical-align: middle;
    display: table-cell;
}

#counter .counter-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#counter .counter-text .desc-text p {
    margin-bottom: 15px;
}

#counter .counter-box {
    padding: 48px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 9px 16px 0px rgba(225, 225, 225, 0.004);
    text-align: center;
    position: relative;
}

#counter .counter-box .icon-o {
    font-size: 90px;
    color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: -85px;
}

#counter .counter-box h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#counter .counter-box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#counter .bg-color-1 {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
}

#counter .bg-color-2 {
    background-image: -moz-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -webkit-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -ms-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
}

#counter .bg-color-3 {
    background-image: -moz-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -webkit-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -ms-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
}

#counter .bg-color-4 {
    background-image: -moz-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -webkit-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -ms-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
}

.btn-subtitle {
    color: #191c1e;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

.scroll {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    top: -130px;
}

.scroll::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
}

.scroll h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font: normal 300 22px/1;
    text-align: center;
    white-space: nowrap;
    font-size: medium;
}

.demo a:hover {
    opacity: .5;
}

#scroll5 a {
    padding-top: 70px;
}

#scroll5 a span {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

#scroll5 a span.career {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}


/* ==========================================================================

 ========================================================================== */

.bs-item {
    overflow: hidden;
}

.bs-item ul {
    flex-wrap: unset;
    width: 100%;
}

.bs-item ul li {
    margin-right: 5%;
}

.bs-item ul li a.bs-name {
    font-size: 24px;
}

.bs-content {
    font-size: 30px;
    color: #111;
}

.bs-img {
    width: 80%;
}

@media only screen and (max-width: 1200px) {
    .section-header {
        width: 86%;
        margin: 24px auto 80px auto;
    }
    .sect-csr-title {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 2px;
    }
    .sect-csr-body {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .stock-item iframe {}
}

@media only screen and (max-width: 991px) {
    h1.hero_title {
        font-size: 2.2rem;
    }
    .footer_mar_b {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid figure {
        width: 100%;
    }
    .item__video {
        height: 70vh;
    }
    .menu_right {
        display: none;
    }
    .logo-gulf:after {
        width: 150%;
    }
    .item__hero_text {
        top: 36%;
    }
    .scroll {
        top: -80px;
    }
    .download-item {
        padding-top: 5%;
        margin: 15px;
    }
    .logo-spark img {
        width: 55%;
    }
    #spark {
        height: 700px;
    }
    .post-spark {
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 120px;
        padding: 10px;
    }
    .post-spark ul li {
        float: left;
        width: 50%;
        margin-right: 0%;
        padding-top: 18px;
        padding: 5px;
    }
    .like-fb {
        top: 10%;
        left: 55%;
    }
    #download .download-wrapper .download-text h4 {
        font-size: 36px;
        margin-top: 20px;
    }
    #blog .blog-item-wrapper {
        height: auto;
    }
    .navbar-expand-md .navbar-nav {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .navbar-expand-md .navbar-nav .active::before,
    .navbar-expand-md .navbar-nav .nav-link:hover::before {
        width: 0;
    }
    .menu-bg .navbar-nav .nav-link:hover {
        color: #6ab96f !important;
    }
    .navbar {
        padding: 1.18rem 1rem !important;
    }
    .stock-price iframe {
        visibility: hidden;
    }
    .stock-item iframe {
        height: 300px;
    }
    #contact-us {
        margin-top: 15%;
    }
    .info-contact {
        margin-top: 2%;
    }
    .overlay {
        height: 100vh;
    }
    .btn-career {
        margin-top: 40px;
    }
    h1.size-th {
        font-size: 2.3rem !important;
    }
    .csr-text {
        line-height: 32px;
    }
    .solar-content {
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    .section-csr-txt {
        padding: 30% 24px 24px 10%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .item-career {
        padding-top: 30%;
    }
}

.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: absolute;
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 0;
    }
    .footer-Content img {
        width: 40%;
        max-width: 144px;
        min-width: 144px;
    }
    .section-header {
        width: 96%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding-top: 0;
    }
    .download-item .inline p {
        font-size: 12px;
    }
    .post-spark {
        width: 80%;
    }
    .item__hero_text {
        top: 30%;
        left: 1%;
    }
    .item-career {
        padding-top: 13%;
    }
}