/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


/* =================================== */
/*  Font Family and Colors Styles

/* Green1           - #019b43 */
/* Green1 Light     - #4db97b */
/* Green1 Dark      - #016d2f */

/* Blue             - #28166f */
/* Blue Light       - #4d8bbd */
/* Blue Dark        - #003e71 */

/* Green2           - #006842 */
/* Green2 Light     - #4d957b */
/* Green2 Dark      - #00492e */


body {
    background-color: #f2f3f4;
    padding-top: 54px;
    font-family: "Sarabun", sans-serif;
    color: #222;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }
}

.portfolio-item {
    margin-bottom: 30px;
}

#scroll{
    position:fixed;
    bottom:120px;
    right:50px;
    background-color: #28166f;
    border-radius: 10px;
}
.bg-primary {
    background-color: #28166f  !important;
}
/* =================================== */
/*  Navbar & TopBar
/* =================================== */

.navbar-custom,
.navbar-custom a {
    color: #555;
}

.navbar {
    margin-top: 60px;
}
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#019b43+30,0059a1+100 */
.navbar-custom {
    color: #FFF;
    border: 0;
    padding: 0;
    margin-top: 44px;
    -webkit-transition: padding 0.25s, background 0.25s;
    -moz-transition: padding 0.25s, background 0.25s;
    -ms-transition: padding 0.25s, background 0.25s;
    -o-transition: padding 0.25s, background 0.25s;
    transition: padding 0.25s, background 0.25s;
    border-radius: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);

    background: #019b43; /* Old browsers */
    background: -moz-linear-gradient(left, #019b43 30%, #28166f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #019b43 30%,#28166f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #28166f 30%,#28166f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019b43', endColorstr='#28166f',GradientType=1 ); /* IE6-9 */
}


.navbar-custom.menu-bg {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#019b43+30,0059a1+100 */
    background: #019b43; /* Old browsers */
    background: -moz-linear-gradient(left, #019b43 30%, #28166f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #019b43 30%,#28166f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #28166f 30%,#28166f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019b43', endColorstr='#28166f',GradientType=1 ); /* IE6-9 */
}


/* change the brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #4286f4;
}


/* change the link color */

.navbar-custom .navbar-nav .nav-link {
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-custom .navbar-nav .nav-link:hover {
    background-color: #ffde00;
    color: #333 !important;
}


/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
}


/* for dropdown only - change the color of droodown */

.navbar-custom .dropdown-menu {
    background-color: #fff;
    border-radius: 0px;
    top: 59px;
}

.navbar-custom .dropdown-submenu {
    list-style:none;
    overflow:hidden;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
    top: 59px;
}

.leftauto2 {
    left: auto !important;
    width: max-content;
    margin-top:23px;
}


.navbar-custom .dropdown-item {
    color: #333;
    line-height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
}

.navbar-custom .dropdown-item:active,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #fff;
    background-color: #28166f;
}
.nav-link.dropdown-toggle:hover{ color:#000000 !important;}

.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
    top: -11px !important;
    left: 157px !important;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
    left: 100%;
    border-radius: 0 .25rem .25rem .25rem;
}

.nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
	position: absolute;
	left: 158px;
	top: 0px;
}






.top-logo {
    position: relative;
    padding: 10px 20px 10px 20px;
}

.top-menu {
    background: #666;
    color: #FFF;
    margin: 0px -15px 0px -15px;
    padding: 10px 0px 10px 0px;
}

.top-line {
    background:#c0a062;
    padding:10px 0px;
    margin:0px -15px 0px -15px;
    color:#FFF;
}

.top-line-left {
    padding-left:20px;
    text-align:left;
}

.top-line-right {
    padding-right:20px;
    text-align:right;
}

.top-line a{
    color:#FFF;
}

.top-line .btn-echannel {
    font-size:16px;
    font-weight:bold;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    margin-top:-8px;
}

.top-line .btn-echannel:hover{
    background-color:#fff;
    color: #333 !important;
    text-decoration: none;
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}





/* =================================== */
/*  Home Full Screen Slider
/* =================================== */
.slidertop {
   margin-top: 155px;
}
.homeSlider .carousel-inner,
.homeSlider .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeSlider .carousel-caption {
    height: 100vh;
    position: absolute;
    bottom: 0px;
}

.homeSlider .carousel-caption h2 {
    margin-top: 25%;
    font-size: 60px;
}

.bgcol {
    background-color: #E0C083;
    padding: 2px 0px;
    color: #111;
}
/* =================================== */
/*  akhandanand Section1
/* =================================== */

.akhandanand-section1 {
    padding: 20px 0px 20px 0px;
}

.akhandanand-section1 .blockquote {
    margin: 0 0 1rem;
    margin-left: 0px;
    padding-left: 20px;
    border-left: 5px solid #999;
    margin-left: 20px;
    font-size: 18px;
}

.akhandanand-section1 h1 {
    color: #28166f;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}

.akhandanand-section1 h2 {
    color: #28166f;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}
.akhandanand-section1 .card{
    background-color: #02569f4a;
}
.akhandanand-section1 .card:hover{
    background-color:#c0a06285;
}

.stats-spotlight {
    color: #00539B;
    font-family: 'Roboto Slab', serif;
}

.akhandanad-service h2 {
    color: #28166f;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}

/*img hovre css */
.akhandanad-service .text{
    color:red;
}
.akhandanad-service .img-hover {
  position: relative;
}
.akhandanad-service .img-hover:hover .overlay {
  opacity: 1;
}
.akhandanad-service .text {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.akhandanad-service .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #04539C85;
}
.akhandanad-service .image {
  display: block;
  width: 100%;
  height: auto;
}
/*End img hovre css */


.stats-spotlight {
    -ms-flex-align: center;
    align-items: center;
    color: #28166f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align:center;
}

.stats-spotlight__stats {
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0 1rem;
}
.stats-spotlight__stat-container {
    border-left: 7px solid #019b43;
    margin-right: 1rem;
}
/* =================================== */
/*  akhandanand Section2
/* =================================== */
.akhandanand-section2 h2 {
    color: #28166f;
    font-family: 'Roboto Slab', serif;
}

.akhandanand-section2 h4 {
    color: #444;
    margin-bottom:20px;
}
/* =================================== */
/*  Services
/* =================================== */
.services a{
    color: #28166f;
    text-decoration: none;
}
.services a.serv{
    color:red;
}







/* =================================== */
/*  Innerpage Header
/* =================================== */
.akbank-innerheader {
    padding: 155px 0px 0px 0px;
}
.akbank-innerheader .banner-section {
    padding: 50px 0 0 0;
    position: relative;
    background-image: url(../images/inner-banner.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f2f3f4;
    height: 250px;
}

.akbank-innerheader h2 {
    color: #FFF;
    margin-top: 50px;
    font-family: 'Roboto Slab', serif;
    padding-left:20px;
}

.akbank-innerheader .breadcrumb {
    color:#fff;
    margin-top:50px;
    background-color: transparent !important;
    float: right;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

.akbank-innerheader .breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.akbank-innerheader .breadcrumb a:hover{
    color:#ffc107;
}

.akbank-innerheader .breadcrumb-item.active {
    color:#fff;
}
.page-banner-section .breadcrumb{ padding: .75rem 0rem; }

/* =================================== */
/*  Innerpage Content
/* =================================== */
.akbank-innercontent {
    padding: 20px 0px 40px 0px;
}

.akbank-innercontent .blockquote {
    margin: 0 0 1rem;
    margin-left: 0px;
    padding-left: 20px;
    border-left: 5px solid #999;
    margin-left: 20px;
    font-size: 18px;
}
.akbank-innercontent h1 {
    color: #28166f;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}

.akbank-innercontent h2 {
    color: #28166f;
    padding-top: 20px;
    font-family: 'Roboto Slab', serif;
}

.sutex-innercontent .p-5 {
    padding:1rem !important;
}
/*
.side-box{
    border:1px solid #e8e8e8;
    padding-left:10px;
}

.side-box h2{ padding-left:20px; }
.side-box ul{list-style:none; padding-left: 25px; padding-right:25px;}
.side-box ul li{ border-bottom: 1px solid #ffffff; padding: 0.5rem 0rem; }
.side-box ul li i{ color: #cccccc;}
.side-box ul li a{ text-decoration:none;}
*/
.akbank-innercontent a.list-group-item-light { color:#222; }
.akbank-innercontent a.list-group-item-light:hover { color:#28166f; }
.akbank-innercontent a.list-group-item-light.active { color:#ffffff; }

#accordionBranch .card{ border: 1px solid #e5e5e5; border-radius:0px; }
#accordionBranch .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#accordionBranch .card a{
    display: block;
    padding:0.75rem 1rem;
    text-align: left;
    font-size:16px;
}
#accordionBranch .card a:hover{
    background:#e5e5e5;
    display: block;
    text-align: left;
    border-radius:none;
}
.contactus .card{
    border-bottom: 7px solid #281770;
    border-top: 7px solid #c0a062;
}
.contactus .card:hover{
     box-shadow: 5px 10px #1868a952;
}
/* =================================== */
/*  Footer Section
/* =================================== */
.footer-section {
    background-color: #c0a062;
}

.footer-section h5 {
    font-family: 'Roboto Slab', serif;
    color: #28166f;
}

.footer-section h4 {
    font-family: 'Roboto Slab', serif;
    color: #28166f;
}

.footer-section h3 {
    font-family: 'Roboto Slab', serif;
    color: #28166f;
}

.footer-section h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
}

.footer-section h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.footer-section .footer-top ul li {
  margin-left:10px;
  list-style: outside none none;
  margin-left:-40px;
  line-height:2rem;
}

.footer-section .footer-top ul li a {
  color:#222;
  text-decoration: none;
}

.footer-section .footer-top ul li a:hover {
  color:#28166f;
}

.footer-section .footer-top .address-text {
  line-height:2rem;
}

.footer-section .footer-top .address-text a {
  color:#222;
}
.footer-section .footer-top .address-text a:hover {
  color:#28166f;
}

.footer-section .footer-middle {
    background-color: #05519b;
    color:#FFF;
}

.footer-section .footer-middle h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-top:10px;
}

.footer-section .footer-middle a {
    color: #fff;
}

.footer-section .footer-middle a:hover {
    color: #28166f;
}

.footer-section .footer-bottom {
    background-color: #28166f;
}

.footer-section .footer-bottom a {
    color: #fff;
}

.footer-section .footer-bottom a:hover {
    color: #23e000;
}

.footer-section .footer-bottom .footer-credit {
    text-align:right;
}

.footer-section .footer-middle .footer-slogan {
    text-align:right;
}
.box1 {
    background-color: #E0C083;
}
.hbox:hover{
    background:#c0a062;
    transition: all 0.5s ease 0s;
}
.hbox {
    background: rgba(10, 172, 142, 1);
    background-color: #28166F;
    transition: all 0.5s ease 0s;
    height: 115px;
    padding: 40px;
    color: #FFF;
    line-height: 32px;
}
.hbox h1 {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
}
.menu h1 {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/* Media CSS */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .navbar {
        margin-top: 80px;
    }
    .navbar-brand img {
        width: 80vw;
        padding-left:0.725rem;
    }
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 40vh;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
    .homeSlider .carousel-caption h2 {
        font-size: 30px;
    }
    .homeSlider .carousel .carousel-indicators {
        bottom: 5%;
    }
    .homeSlider .carousel-item {
        margin-top:40%;
    }
    .top-social{
        margin:0px;
        color:#FFF;
        text-align:center;
    }

    .akhandanand-section1 {
        padding: 0px 0px 20px 0px;
    }
    .sutex-section3 {
        padding: 0px 0px 0px 0px;
    }
    .akhandanand-section1   .justify-content-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .stats-spotlight__stat-container {
        border-bottom: 7px solid #019b43;
        border-left: 0px solid #019b43;
        padding-top:1rem;
    }
    .top-line {
        height:17vh;
    }
    .top-line-left {
        font-size:smaller;
        overflow:hidden;
        text-align:center;
    }
    .top-line-right {
        text-align:center;
    }
    .top-line .btn-echannel {
        font-size:smaller;
    }
    .akhandanand-section2 {
        padding-bottom: 20px;
        padding-top:20px;
        text-align:center;
    }
    .sutex-parallax1-a .w-50 {
        width: 100% !important;
    }
    .sutex-parallax1-b .w-50 {
        width: 100% !important;
    }
    .sutex-parallax1-a .p-5 {
        padding:1rem !important;
    }
    .sutex-parallax1-b .p-5 {
        padding:1rem !important;
    }
    .sutex-parallax1-a .btn-apps img {
        max-width:150px !important ;
    }
    .sutex-parallax2 {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sutex-parallax2 h2 {
        font-size:1.5rem;
    }
    .sutex-parallax2 h4 {
        font-size:1rem;
    }
    .sutex-parallax2 h4 span {
        font-size:1rem;
    }
    .sutex-parallax2 .display-4 {
        font-size:2.0rem;
    }
    .sutex-parallax2 .p-5 {
        padding:1rem !important;
    }
    .sutex-innercontent {
        margin-top: -50px;
    }
    .sutex-innercontent h2 {
        padding-top: 0px;
    }
    .sutex-innerheader .banner-section {
        height:30vh;
    }
    .sutex-innerheader h2 {
        text-align: center;
        margin-top: 0px;
    }
    .footer-section .footer-top {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .footer-section .footer-top img {
        max-width:300px !important ;
        text-align:center;
    }
    .footer-section .footer-top .p-5 {
        padding:1.5rem !important;
    }
    .footer-section .footer-bottom .p-5 {
        padding:1rem !important;
    }
    .footer-section .footer-middle .p-5 {
        padding:1rem !important;
    }
    .footer-section .footer-bottom {
        text-align:center !important;
    }
    .footer-section .footer-bottom img{
        max-width:150px !important ;
    }
    .footer-section .footer-middle {
        text-align:center !important;
    }
    .footer-section .footer-bottom .footer-credit {
        text-align:center !important;
    }
    .footer-section .footer-middle .footer-slogan {
        text-align:center !important;
    }
    #scroll{
        display:none;
    }

}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 576px) and (max-width: 768.98px) {
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 33.33vh;
    }
    .homeSlider .carousel-caption h2 {
        font-size: 30px;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
    .homeSlider .carousel .carousel-indicators {
        bottom: 0;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 768.99px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Career List */
.careerList {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 25px;
    border-radius: 5px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.careerList:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.careerList .jobTitle {
    color: #28166f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.careerList .jobLocation {
    color: #007bff;
    font-size: 14px;
}

.careerList .jobInfo {
    font-size: 14px;
    color: #333;
}

.applyBtn {
    background: #28166f;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 14px;
}

.applyBtn:hover {
    background: #28166f;
    color :#fff;
}

.toggleArrow {
    font-size: 18px;
    color: #333;
    transition: 0.3s ease;
}

.careerList.collapsed .toggleArrow {
    transform: rotate(0deg);
}

.careerList:not(.collapsed) .toggleArrow {
    transform: rotate(90deg);
}






/* Card */
.step-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-left: 5px solid #0d6efd;
}

/* External red */
.step-card.red {
    border-left: 5px solid #dc3545;
}

/* Level text */
.level {
    font-size: 13px;
    font-weight: 700;
    color: #0d6efd;
    letter-spacing: 1px;
}

.level.red {
    color: #dc3545;
}

/* Arrow */
.arrow {
    text-align: center;
    font-size: 22px;
    color: #999;
    margin: 12px 0;
}

/* Orange pill */
.pill {
    display: inline-block;
    background: #fff3cd;
    color: #d35400;
    border: 1px solid #f5c28b;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

/* Button */
.btn-custom {
    background: #dc3545;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

.btn-custom:hover {
    background: #bb2d3b;
}
@media (max-width: 576px) {

    .step-card {
        padding: 15px;
    }

    .step-card h5 {
        font-size: 16px;
    }

    .level {
        font-size: 12px;
    }

    .arrow {
        font-size: 18px;
        margin: 8px 0;
    }

    .pill {
        font-size: 12px;
        padding: 5px 10px;
    }

    .btn-custom {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }
}






.service-card{
    border-radius:15px;
    transition:all .3s ease;
}

.service-card img{
    height:220px;
    object-fit:cover;
    transition:transform .4s ease;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 .75rem 1.5rem rgba(0,0,0,.15)!important;
}

.service-card:hover img{
    transform:scale(1.08);
}



/*GalleryList  First page */
.gallery-card{
    border-radius:12px;
    overflow:hidden;
    transition:.35s;
    background:#fff;
}

.gallery-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15)!important;
}

.gallery-img{
    overflow:hidden;
}

.gallery-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.gallery-card:hover .gallery-img img{
    transform:scale(1.08);
}

.gallery-card .card-body{
    padding:18px;
}

.gallery-card .card-body a{
    font-size:18px;
    display:block;
    transition:.3s;
}

.gallery-card:hover .card-body a{
    color:var(--bs-primary)!important;
}
