body {
    font-family: "OpenSans", sans-serif;
}
ol, ul {
    list-style: none;
}
.topbar .menu{
    display: flex;
    margin: 0;
}
.topbar .menu a
{
   color: #000 !important;
   text-decoration: none;
   padding: 2px 4px;
}
.site-name
{
    color: #292929;
}
.branding {
    display: table;
    padding: 6px 35px;
}
.branding .logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 17%;
    height: 85px;
    text-align: center;
}
.site-text {
    padding-left: 8px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    font-weight: normal !important;
    font-size: 20px !important;
    padding-top: 4px;
}
.site-name a
{
    padding-left: 8px !important;
    color: #000 !important;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.site-text-sl a{
    font-size: 1.3em;
    text-decoration: none;
    color: #292929 !important;
    word-spacing: 0.1em;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans";
}
.logo img
{
    width: 100px;
    height: 90px;
}

@font-face {
    font-family: OpenSans;
    src: url("fonts/OpenSans-VariableFont_wdth,wght.ttf");
}

/* @font-face {
  font-family: Poppins;
  src: url(../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf);
} */


body {
    font-family: "OpenSans", sans-serif;
    color: #000;
    background: #fffdeb;
}

/* font-family: 'Noto Sans Malayalam', sans-serif;
font-family: 'Poppins', sans-serif; */


a {
    text-decoration: none;
    color: #223d74;
}

a:hover {
    color: #5cb874;
    text-decoration: none;
}

a:visited{
    color:#223d74
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "OpenSans";
}

h2 {
    font-size: 28px;
}

p {
    text-align: justify;
}

.bg-gradient-1
{
    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0f7f74;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgba(50, 128, 159, 1);
    color: #000000;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/* ---------------flip widget with image---------------- */


.row.no-gutters {
    margin: -5px !important;
}

.row.no-gutters>* {
    padding: 5px !important;
}

.flipper {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;


}

@media (min-width: 576px) {
    .ratio-not-1-1 {
        padding-bottom: calc(50% - 5px);
    }
}

.flipper-card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: #fff;
    /* background-color: #DDA15E; */
    border: 1px solid #edb611;
}

.flipper-card img {

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /* border: 2px solid #000000; */
    padding: 44px;

    -webkit-box-shadow: -1px 0px 33px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 33px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 33px -13px rgba(0, 0, 0, 0.75);


}

.flipper-front,
.flipper-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    /* background: #c1c3c5; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.flipper-back {
    background: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper-card.flipper-is-flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper-back .content {
    /* background-color: #6580b4; */
    background: rgba(116, 145, 204, 1);
    background: -moz-linear-gradient(left, rgba(116, 145, 204, 1) 0%, rgba(38, 58, 99, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116, 145, 204, 1)), color-stop(100%, rgba(38, 58, 99, 1)));
    background: -webkit-linear-gradient(to right, rgba(116, 145, 204, 1) 0%, rgb(19 76 147) 100%);
    background: -o-linear-gradient(to right, rgba(116, 145, 204, 1) 0%, rgb(19 76 147) 100%);
    background: -ms-linear-gradient(to right, rgba(116, 145, 204, 1) 0%, rgb(19 76 147) 100%);
    background: linear-gradient(to right, rgba(116, 145, 204, 1) 0%, rgb(19 76 147) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7491cc', endColorstr='#263a63', GradientType=1);

    overflow: auto;
    overflow: -moz-scrollbars-none;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    width: 100%;
}

.flipper-back .content h3 {
    color: white;
}

.flipper-back .content p {
    color: white;
}

.flipper-footer {
    /* background-color: white; */
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #000000;
    padding: 10px;
    /* background-color: #385691; */
    color: #112347 !important;
}

.flipper-footer h3,
h4 {
    font-size: 1.2rem;
    /* color: white; */
    /* background-color: #112347; */
    padding-top: 5px;
    padding-bottom: 5px;
}

.flipper-footer a {
    /* color:white; */
}

/* counter box */
.sbu-section-bg {
    /* background-color: #f1efef; */
    /* background-image: url("../img/banner123.jpg"); */
    background-position: ;
}


.flipper-content h3 {
    font-size: 1rem !important;
}

.flipper-content p {
    font-size: 0.8rem !important;
    margin-bottom: 0px;
}

.flipper-back a:link {
    color: white !important;
}
.flipper-back .more
{
    font-weight: bold;
    font-size: 1.2rem;
}

.flipper-back a:visited {
    color: white !important;
    font-weight: bold;
    font-size: 1.2rem;
}


.counter-box {
    display: block;
    /* background: #f6f6f6; */
    padding: 13px 13px 13px 13px;
    text-align: left;

    /* border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000; */

    /* border-radius: 58px 58px 58px 58px;
    -moz-border-radius: 58px 58px 58px 58px;
    -webkit-border-radius: 58px 58px 58px 58px;
    border: 0px solid #000000; */

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

    /* background: rgba(0,113,225,1);
    background: -moz-linear-gradient(-45deg, rgba(0,113,225,1) 0%, rgba(6,85,158,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,113,225,1)), color-stop(100%, rgba(6,85,158,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,113,225,1) 0%, rgba(6,85,158,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,113,225,1) 0%, rgba(6,85,158,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,113,225,1) 0%, rgba(6,85,158,1) 100%);
    background: linear-gradient(135deg, rgba(0,113,225,1) 0%, rgba(6,85,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071e1', endColorstr='#06559e', GradientType=1 ); */

    background: rgba(107, 134, 184, 1);
    background: -moz-linear-gradient(left, rgba(107, 134, 184, 1) 0%, rgba(59, 90, 152, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107, 134, 184, 1)), color-stop(100%, rgba(59, 90, 152, 1)));
    background: -webkit-linear-gradient(left, rgba(107, 134, 184, 1) 0%, rgba(59, 90, 152, 1) 100%);
    background: -o-linear-gradient(left, rgba(107, 134, 184, 1) 0%, rgba(59, 90, 152, 1) 100%);
    background: -ms-linear-gradient(left, rgba(107, 134, 184, 1) 0%, rgba(59, 90, 152, 1) 100%);
    background: linear-gradient(to right, rgba(107, 134, 184, 1) 0%, rgba(59, 90, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b86b8', endColorstr='#3b5a98', GradientType=1);

}

.counter-box:hover {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.counter-box svg {
    font-size: 25px;

}

.counter-box img {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.counter {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 10px;
    text-align: center;
    margin-top: 10px;
}
.counter-box.colored {
    background: #ffffff;
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
     /*background: #c4861a;*/
    font-size: 14px;
    height: 30px;
    padding: 0;
    background: linear-gradient(to right, rgb(201 155 80) 0%, rgb(201 150 75) 51%, rgb(102 222 119) 100%) !important;
}
#topbar .contact-info a {
    line-height: 0;
    color: #ffffff;
    transition: 0.3s;
}
#topbar .contact-info a:hover {
    color: #ffffff;
}
#topbar .contact-info i {
    color: #fcfcfc;
    line-height: 0;
    /*margin-right: 5px;*/
}
#topbar .contact-info .phone-icon {
    margin-left: 15px;
}
#topbar .social-links a {
    color: #ffffff;
    padding: 12px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    width: max-content;
}
#topbar .social-links a i {
    font-size:18px;
}
#topbar .social-links a:hover {
    color: rgb(23, 161, 145);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-old {
    /* background: #fff; */
    /* background: #223d74; */


    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
    transition: all 0.5s;
    z-index: 1500;
    height: 70px;
    -webkit-box-shadow: 2px 6px 41px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 6px 41px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 6px 41px -14px rgba(0, 0, 0, 0.75);
    border-top: 1px solid black;
}



#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}





#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fdfeff;
}

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;

}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 5px 6px;
    font-size: 16px;
    color: #f8f8f8;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 3px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #000000;
}

/* .navmenu .fixed-top .navbar a,
.navbar a:focus ,
.navbar a:hover,
.navbar .active,
.navbar .active:focus
{
  color: #f7f7f7 !important;
} */


.navbar .getstarted,
.navbar .getstarted:focus {
    color: #ffffff;
    padding: 10px 10px;
    margin-left: 10px;
    border-radius: 4px;
    border: 2px solid #223d74;
    transition: 0.3s;
    font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    background: #223d74;
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 1080 !important;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #112347;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #5cb874;
}

.navbar .dropdown:hover>ul {
    opacity: 2020;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        /* left: -100%; */
    }
    .navbar ul{

    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {

    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #223d74;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #223d74;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
 width: 100%;
 height: 80vh;
 background-color: rgba(9, 9, 9, 0.495);
 overflow: hidden;
 position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}

#hero .carousel-item::before {
 content: "";
 background-color: rgba(32, 61, 119, 0.567);
}

#hero .carousel-container {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 bottom: 0;
 top: 0;
 left: 50px;
 right: 50px;
}

#hero .container {
 text-align: center;
}

#hero h2 {
 color: #fff;
 margin-bottom: 20px;
 font-size: 48px;
 font-weight: 700;
}

#hero p {
 -webkit-animation-delay: 0.4s;
 animation-delay: 0.4s;
 margin: 0 auto 30px auto;
 color: #fff;
}

#hero .carousel-inner .carousel-item {
 transition-property: opacity;
 background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
 opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
 opacity: 1;
 transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
 background: none;
 font-size: 30px;
 line-height: 0;
 width: auto;
 height: auto;
 background: rgba(255, 255, 255, 0.2);
 border-radius: 50px;
 transition: 0.3s;
 color: rgba(255, 255, 255, 0.5);
 width: 54px;
 height: 54px;
 display: flex;
 align-items: center;
 justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
 background: rgba(255, 255, 255, 0.3);
 color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
 cursor: pointer;
 background: #fff;
 overflow: hidden;
 border: 0;
 width: 12px;
 height: 12px;
 border-radius: 50px;
 opacity: 0.6;
 transition: 0.3s;
}

#hero .carousel-indicators li.active {
 opacity: 1;
 background: #223d74;
}

#hero .btn-get-started {
 font-family: "Raleway", sans-serif;
 font-weight: 500;
 font-size: 14px;
 letter-spacing: 1px;
 display: inline-block;
 padding: 14px 32px;
 border-radius: 4px;
 transition: 0.5s;
 line-height: 1;
 color: #fff;
 -webkit-animation-delay: 0.8s;
 animation-delay: 0.8s;
 background: #67aa60;
}

#hero .btn-get-started:hover {
 background: #88c082;
}

@media (max-width: 992px) {
 #hero {
   height: 100vh;
 }

 #hero .carousel-container {
   top: 66px;
 }
}

@media (max-width: 768px) {
 #hero h2 {
   font-size: 28px;
 }
}

@media (min-width: 1024px) {

 #hero .carousel-control-prev,
 #hero .carousel-control-next {
   width: 5%;
 }
}

@media (max-height: 500px) {
 #hero {
   height: 120vh;
 }
}  */



#hero {
    width: 100%;
    /* height: 65vh; */
    /* background-color: rgba(9, 9, 9, 0.695); */
    /* background-color: rgba(9, 9, 9, 0.495); */
    /* overflow: hidden; */
    /* position: relative; */
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
}

#hero .carousel-item::before {
    /* content: ""; */
    /* background-color: rgba(45, 103, 60, 0.8); */
    /* background-color: rgba(32, 61, 119, 0.567); */
}

#hero .carousel-container {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 0;
    top: 0; */
    /* left: 50px;
    right: 50px; */
}

#hero .container {
    text-align: left;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    /* margin: 0 auto 30px auto; */
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #223d74;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #67aa60;
}

#hero .btn-get-started:hover {
    background: #88c082;
}

@media (max-width: 992px) {
    #hero {
        /* height: 100vh; */
    }

    #hero .carousel-container {
        /* top: 66px; */
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 10px;
    }
    #hero .carousel-container{
        height: 160px !important;
        left: unset !important;
        right: -8px !important;
    }
    .subsdiary{
        flex-wrap: wrap;
    }
    .subsdiaryitems
    {
        margin: 6px !important;
        width: 100% !important;
        font-size: 24px !important;
    }
    .site-name a{
        font-size: 1.1em;
    }
    .site-text{
        font-size: 14px !important;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
    #hero .carousel-container{
        top: 215px !important;
    }
    #hero strong{
        font-size: 20px !important;
    }
}

@media (max-height: 500px) {
    #hero {
        /* height: 120vh; */
    }
}





/* inner hero */
#innerhero {
    width: 100%;
    height: 40vh;
    background-color: rgba(9, 9, 9, 0.695);
    overflow: hidden;
    position: relative;
}

#innerhero .carousel,
#innerhero .carousel-inner,
#innerhero .carousel-item,
#innerhero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#innerhero .carousel-item::before {
    content: "";
    /* background-color: rgba(45, 103, 60, 0.8); */
    background-color: rgba(32, 61, 119, 0.567);
}

#innerhero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
    right: 50px;
}

#innerhero .container {
    text-align: center;
}

#innerhero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

#innerhero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#innerhero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#innerhero .carousel-inner .carousel-item,
#innerhero .carousel-inner .active.carousel-item-start,
#innerhero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#innerhero .carousel-inner .active,
#innerhero .carousel-inner .carousel-item-next.carousel-item-start,
#innerhero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#innerhero .carousel-control-next-icon,
#innerhero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#innerhero .carousel-control-next-icon:hover,
#innerhero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#innerhero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#innerhero .carousel-indicators li.active {
    opacity: 1;
    background: #223d74;
}

#innerhero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #67aa60;
}

#innerhero .btn-get-started:hover {
    background: #88c082;
}

@media (max-width: 992px) {
    #innerhero {
        height: 100vh;
    }

    #innerhero .carousel-container {
        top: 66px;
    }
}

@media (max-width: 768px) {
    #heinnerheroro h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {

    #innerhero .carousel-control-prev,
    #innerhero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #innerhero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 35px 0;
}

.section-bg {
    background-color: #f8fcf9;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #223d74;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}



/* section-start */
.section-title-start {
    text-align: center;
    /* padding-bottom: 30px; */
}

.section-title-start h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title-start h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(10% - 60px);
}

.section-title-start h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #223d74;
    bottom: 0;
    left: calc(10% - 20px);
}

.section-title-start p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
    padding: 20px 0;
}

.featured-services .icon-box {
    padding: 20px;
}

.featured-services .icon-box-bg {
    background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    color: #223d74;
    font-size: 42px;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #222222;
    transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
    color: #223d74;
}

.featured-services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
.--------------------------------------------------------------*/
.about {
    /* background-color: floralwhite; */
}

.about .content h3 {
    font-weight: 700;
    font-size: 28px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #223d74;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0;
}

.why-us .row {
    overflow: hidden;
}

.why-us .content-item {
    padding: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px;
}

.why-us .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #223d74;
}

.why-us .content-item h4 {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 20px 0;
}

.why-us .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .why-us .content-item {
        padding: 40px 0;
    }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
    /* opacity: 0.5; */
    transition: 0.3s;
    width: 50px;
}

.clients .swiper-slide {
    background-color: #23328afc;
    color: white !important;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 22px 5px 0px 5px;
    min-height: 130px;
}

.clients .swiper-slide img:hover {
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #223d74;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #223d74;
}

.clients-slider p {
    font-size: 22px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 10px;
    /*color: #223d74;*/
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 20px 20px 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box img {
    /* opacity: 0.7; */
}

.services .icon-box img:hover {
    opacity: 1;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    /* background: #223d74; */
    padding: 80px 0;
    background-color: #f8fcf9;
}

.cta h3 {
    color: #5cb874;
    font-size: 28px;
    font-weight: 700;
}

.cta h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .date {
    color: #fff;
    font-size: 16px;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
}

.cta .cta-btn:hover {
    background: #fff;
    color: #223d74;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.gallery .gallery-item {
    margin-bottom: 30px;
}

.gallery #gallery-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.gallery #gallery-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
    color: #fff;
    background: #223d74;
}

.gallery #gallery-flters li:last-child {
    margin-right: 0;
}

.gallery .gallery-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}

.gallery .gallery-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.gallery .gallery-wrap img {
    transition: all ease-in-out 0.3s;
}

.gallery .gallery-wrap .gallery-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.gallery .gallery-wrap .gallery-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.gallery .gallery-wrap .gallery-links {
    text-align: center;
    z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
    color: #223d74;
}

.gallery .gallery-wrap:hover::before {
    opacity: 1;
}

.gallery .gallery-wrap:hover img {
    transform: scale(1.2);
}

.gallery .gallery-wrap:hover .gallery-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #223d74;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #223d74;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
    padding: 30px 20px;
    background: #fff;
}

.team .member img {
    max-width: 60%;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #919191;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #5cb874;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #223d74;
    border-bottom: 3px solid #223d74;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #5cb874;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}

.contact .info h5 {
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
    text-align: center;
}

.contact .info p {
    padding: 0px 10px;
    /* margin-bottom: 20px; */
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #5cb874;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #5cb874;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #223d74;
    border-bottom: 3px solid #223d74;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #223d74;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #223d74;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #223d74;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #223d74;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #6ec083;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #fbfbfb;
    min-height: 40px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 66px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3c3c3c;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer {
  background: #090909;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5cb874;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #223d74;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
} */










/* custom */

.newsListSlider,
.newsListSlider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsListSlider li {
    padding-bottom: 25px;
}

.sliderBtn {
    height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin-top: 0;
    opacity: 1;
    z-index: 1;
    bottom: auto;
    line-height: 25px;
    background: #5cb874;
    top: 20px;
    right: 30px;
    position: absolute;
}

.sliderBtn:hover {
    background-color: #FE7D1F;
}

.sliderBtn.btnUp {
    right: 60px;
}

.newsListSlider .content {
    position: relative;
    padding-left: 75px;
    line-height: normal;
    min-height: 46px;

    width: 100%;
}

.newsListSlider .content .name {
    display: table;
    font-size: 1.1rem;
    color: black;
}

.newsListSlider p a {
    color: #5cb874;
}

.newsListSlider .content .name>span {
    display: table-cell;
    vertical-align: middle;
    height: 46px;
}

.newsListSlider .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    line-height: 12px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #223d74;
    border: 2px solid #223d74;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 4px 0;
    background-color: #fff;
    text-align: center;
}

.newsListSlider .date .big {
    font-size: 22px;
    line-height: 22px;
    color: #5cb874;
}

.update-small {
    font-size: 12px;
}

.default-btn {
    color: #5cb874;
    padding: 8px 25px;
    border-radius: 4px;
    border: 2px solid #223d74;
    transition: 0.3s;
    font-size: 14px;
}

.default-btn:hover {
    background: #223d74;
    color: #fff;
}

.default-btn i {
    color: #5cb874;
    font-size: 1.1rem;
}

.default-btn:hover>i {
    color: #fff;
}



.default-btn-inverse {
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    border: 2px solid #223d74;
    transition: 0.3s;
    font-size: 14px;
    background: #223d74;
}

.default-btn-inverse:hover {
    background: #223d74;
    color: #fff;
}

.default-btn-inverse i {
    color: #5cb874;
    font-size: 1.1rem;
}

.default-btn-inverse:hover>i {
    color: #fff;
}


.main-link {
    background: -moz-linear-gradient(left, rgb(64 79 154) 0%, rgb(27 77 124) 51%, rgb(41 36 93) 100%);
    background: -webkit-linear-gradient(to right, rgb(64 79 154) 0%, rgb(27 77 124) 51%, rgb(41 36 93) 100%);
    background: -o-linear-gradient(left, rgb(64 79 154) 0%, rgb(27 77 124) 51%, rgb(41 36 93) 100%);
    /*background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);*/
    background: -ms-linear-gradient(to right, rgb(64 79 154) 0%, rgb(27 77 124) 51%, rgb(41 36 93) 100%);
    background: linear-gradient(to right, rgb(64 79 154) 0%, rgb(27 77 124) 51%, rgb(41 36 93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
    padding: 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: white !important;
}

.main-link a {
    color: white;
}

.main-link:hover {
    /* background: rgba(79, 113, 181, 1);
    background: -moz-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 113, 181, 1)), color-stop(1%, rgba(79, 113, 181, 1)), color-stop(100%, rgba(34, 61, 116, 1)));
    background: -webkit-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -o-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -ms-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: linear-gradient(to bottom, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f71b5', endColorstr='#223d74', GradientType=0); */

    /* background: rgba(143, 209, 136, 1);
    background: -moz-linear-gradient(top, rgba(143, 209, 136, 1) 0%, rgba(143, 209, 136, 1) 1%, rgba(78, 189, 61, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143, 209, 136, 1)), color-stop(1%, rgba(143, 209, 136, 1)), color-stop(100%, rgba(78, 189, 61, 1)));
    background: -webkit-linear-gradient(top, rgba(143, 209, 136, 1) 0%, rgba(143, 209, 136, 1) 1%, rgba(78, 189, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(143, 209, 136, 1) 0%, rgba(143, 209, 136, 1) 1%, rgba(78, 189, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(143, 209, 136, 1) 0%, rgba(143, 209, 136, 1) 1%, rgba(78, 189, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(143, 209, 136, 1) 0%, rgba(143, 209, 136, 1) 1%, rgba(78, 189, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fd188', endColorstr='#4ebd3d', GradientType=0); */




    background: rgba(79, 113, 181, 1);
    background: -moz-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 113, 181, 1)), color-stop(1%, rgba(79, 113, 181, 1)), color-stop(100%, rgba(34, 61, 116, 1)));
    background: -webkit-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -o-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: -ms-linear-gradient(top, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    background: linear-gradient(to bottom, rgba(79, 113, 181, 1) 0%, rgba(79, 113, 181, 1) 1%, rgba(34, 61, 116, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f71b5', endColorstr='#223d74', GradientType=0);



}

#owl-one .owl-next i {
    color: rgb(190, 226, 240);
    font-size: 2.2rem;
    padding-left: 2px;
}

#owl-one .owl-prev i {
    color: rgb(190, 226, 240);
    font-size: 2.2rem;
    padding-right: 2px;
}
#owl-one .owl-nav
{
    margin-top: 15px;
    text-align: center;
}
#footer {
    background: #0a84b6;
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 14px
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #112347
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px)
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #5cb874;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #5cb874
}

#footer .footer-top {
    background: #7a7a7a99;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 0;
    /*padding: 60px 0 30px 0;*/
    background-image: url(/images/sl3.jpg);
    background-size: cover;
    background-blend-mode: overlay;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 22px;
    display: inline-block;
    background: rgba(23, 161, 145, 1);
    color: #fff;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: rgba(50, 128, 159, 1);
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #5cb874;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #5cb874
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.inner-sidemenu {
    background-color: #112347;
    list-style: none;

}



.checklist {

    display: grid;
    gap: 1rem;
    place-content: start;
}

.checklist__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    line-height: 2.5;
    display: grid;
    gap: 1rem 0;
}

.checklist__list>li {
    align-items: end;
    display: grid;
    gap: 0 0.5rem;
    grid-template-columns: auto 1fr;

    /* font-size: 1rem; */
    font-weight: 500;
    /* line-height: 1; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 8px 10px 5px 10px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.checklist__list>li::before {
    content: "";
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.478 10-10S17.523 2 12 2zm-.589 13.241-1.178 1.178-4.125-4.124 1.178-1.179 2.947 2.947 6.482-6.482 1.178 1.178-6.482 6.482z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: 100%;
    align-self: start;
    background-color: #007aff;
}

.checklist__list li:hover {
    background-color: #b3d0ef;
}


/* search */
.wrapper {
    width: 100%;
    max-width: 100%;
}

.label {
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

.download-card .card-body {
    background-color: #112347b4;
}

.download-card .card-footer {
    background-color: #ffffff;
    border: none;
}

.download-card .card-body a {
    color: white;
}



.sweep-to-right {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #273b6460;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sweep-to-left {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
}

.sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #273b647d;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.lngselectpicker option {
    background-color: #112347;
}

.lngselectpicker select option {
    margin: 40px;
    background: inherit;
    color: #112347;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.lngselectpicker select {
    background: inherit;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    border: none;
}

.font-btn {
    border: none;
    background-color: inherit;
    color: white;
    font-size: 0.8rem;
}

.lng-icon {
    font-size: 1.0rem;
}

.home-icon1 {
    font-size: 4rem !important;
}

.bg-img-top-one {
    background-repeat: repeat;
    background-position: left top;
    background-size: 20%;
    background: rgb(40, 191, 204);
    background: linear-gradient(307deg, rgb(94 194 202) 0%, rgb(194 220 92 / 66%) 50%, rgb(69 197 252) 100%);
    /*background: linear-gradient(307deg, rgb(94 194 202) 0%, rgba(207, 253, 29, 0.6587009803921569) 50%, rgb(69 197 252) 100%);*/
}

.bg-img-top-two {
    /* background-image: url(../img/bg.webp); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.bg-single-green {
    background-color: rgb(4, 93, 82);
}

/*
.showcase .overlay {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 35, 82, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
} */

.block-parallax-1 {
    overflow: hidden;
    position: relative;
}

.block-parallax-1 .parallax-bg {
    /* background-image: url(../img/bg-3d.jpg); */
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 1170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.block-parallax-1 .md-box {
    /* background: rgba(0, 0, 0, 0.383); */
    position: relative;
    /* height: 200%; */
}


/* customer section */
.customersection {

    padding: 1rem;
    background-color: #66a960;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.customertitle {
    padding: 0.3rem 0.3rem;
    background-color: white;
    margin-left: -2rem;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #112347;
    position: relative;
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}

.customersection h5 {
    font-size: 1rem;
}

.customertitle::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: rgb(209, 208, 208);
    left: 0;
    bottom: -1rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
}

.customersection small {
    font-size: 0.9rem;
}

.customersection span {
    background: #4b7cb6;
    color: white;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 4px 5px;

}

.customertitle strong {
    font-size: 1.5rem;
}

.customersection p {
    margin: 0px;
    padding: 0px;
    color: white;
}

.customersection .phone {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.customersection img {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.Panel {
    position: relative;
    display: inline-block;

}

.customer-head {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px;
}

.customer-p-one {
    font-size: 40px;
    padding: 0px;
    margin-bottom: 0px;
}

.customer-p-two {
    font-size: 20px;
}

/* search container */
.search_container {
    /* background: url("../images/advarrowup-wh.png") no-repeat scroll 91% 50% #5997d92c; */
    /* border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      border: 0px solid #000000;*/
    margin-top: 5px;
}

.search_container input[type=search] {
    padding: 5px 17px 5px 17px;
    border-radius: 0;
    -webkit-border-radius: 0;
    /* border:none; */
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#f2f2f2), color-stop(4%, #f2f2f2), to(#f2f2f2));
    background: -moz-linear-gradient(top, #f2f2f2, #f2f2f2 1px, #f2f2f2 25px);
    margin: 0;
    font-size: 1rem;
    color: #333;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.search_container button {
    font-size: 1rem;
    /* background:#fda103; */
    border: medium none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
    outline: none;
    width: 100%;
    padding: 5px 8px 5px 8px;

    /* background: rgba(227,130,50,1);
    background: -moz-linear-gradient(left, rgba(227,130,50,1) 0%, rgba(255,162,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(227,130,50,1)), color-stop(100%, rgba(255,162,0,1)));
    background: -webkit-linear-gradient(left, rgba(227,130,50,1) 0%, rgba(255,162,0,1) 100%);
    background: -o-linear-gradient(left, rgba(227,130,50,1) 0%, rgba(255,162,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(227,130,50,1) 0%, rgba(255,162,0,1) 100%);
    background: linear-gradient(to right, rgba(227,130,50,1) 0%, rgba(255,162,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e38232', endColorstr='#ffa200', GradientType=1 ); */

    background: #d62196 !important;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: white !important;

}

.search-head {
    color: white;
    font-size: 15px !important;
    font-weight: bold;
}

.search-text {
    color: white;
    font-size: 14px !important;
    margin-top: 10px;
}

.quick-link-a {
    font-size: 14px;
}

* {
    /* scrollbar-width: thin; */
    /* scrollbar-color: #2e5197 #2e5197; */
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track{
    /* background: orange; */
}

*::-webkit-scrollbar-thumb {
    background-color: #2e5197;
    border-radius: 10px;
    /* border-radius: 20px;
    border: 3px solid orange; */
}

.timeline-custom {}

.timeline-custom .card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

.timeline-custom .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem;
    overflow: -moz-scrollbars-none;
}

.timeline-custom .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.timeline-custom .vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
    overflow: auto;
    max-height: 600px;
}

.timeline-custom .vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 300%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.timeline-custom .vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
    cursor: pointer;
}

.timeline-custom .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.timeline-custom .vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}

.timeline-custom .vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.timeline-custom .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.timeline-custom .badge:empty {
    display: none;
}

.timeline-custom .badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.timeline-custom .vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

.timeline-custom .vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.timeline-custom .vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -80px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
    font-weight: bold;
}

.timeline-custom .vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-section {
    background-color: #364562;
}

.timeline-section-home {
    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgb(89 141 135) 0%, rgb(90 153 178) 51%, rgb(22 138 47) 100%);
    background: -o-linear-gradient(left, rgb(89 141 135) 0%, rgb(90 153 178) 51%, rgb(22 138 47) 100%);
    background: -ms-linear-gradient(left, rgb(89 141 135) 0%, rgb(90 153 178) 51%, rgb(22 138 47) 100%);
    background: linear-gradient(to right, rgb(89 141 135) 0%, rgb(90 153 178) 51%, rgb(22 138 47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
}


.gradient-bg {
    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
}

.bg-one {
    background: rgba(23, 161, 145, 1);
}

.bg-two {
    background: rgba(86, 88, 173, 1);
}

.gallery-section {
    /* background-color: #112347;
    color: white !important; */
}

.sbu-bg-one {
    /* background-image: url(../img/17973908.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80%; */
}

.talking-section {
    height: 500px;
    background-color: #00205e;
}

.banner-bg {
    /* background-image: url('../img/slide/slide-2.jpg'); */
    /* background-image: url('/images/imgbg.webp'); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    /* background-color: #223d74; */

    /* background:linear-gradient(0deg, rgba(12, 0, 0, 0.3), rgba(17, 3, 12, 0.3)), url('../img/slide/slide-2.jpg'); */
    /* background:linear-gradient(0deg, rgba(12, 0, 0, 0.3), rgba(17, 3, 12, 0.3)), url('/images/imgbg.webp'); */
    background-size: cover;
}


.banner-bg1 {
    background-color: white;
    border-top: 2px white;
}


.banner-img {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.mainslider-container {
    /* border-bottom: 10px solid #223d74; */
}

/* contact */
.contact-tollfree {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 1.5rem;
    -webkit-backdrop-filter: blur(3px);
    /* Safari 9+ */
    backdrop-filter: blur(3px);
    /* Chrome and Opera */
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.08);
    text-align: center;
}

.contact-tollfree2 {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /* border: 2px solid #ffffff; */
    padding: 10px 10px 10px 10px;
    font-size: 1.5rem;
    -webkit-backdrop-filter: blur(3px);
    /* Safari 9+ */
    backdrop-filter: blur(3px);
    /* Chrome and Opera */
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.08);
    text-align: center;
    /*
    background-image: url('/images/wooden.webp'); */

    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);

}

.banner-contact p {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;

    -webkit-backdrop-filter: blur(8px);
    /* Safari 9+ */
    backdrop-filter: blur(8px);
    /* Chrome and Opera */
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.08);
}



.banner-contact2 p {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /* border: 2px solid #ffffff; */
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;

    -webkit-backdrop-filter: blur(8px);
    /* Safari 9+ */
    backdrop-filter: blur(8px);
    /* Chrome and Opera */
    box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.08);

    /* background-image: url('/images/wooden.webp'); */

    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
}

/* menu problem fix */
.menu-z-index-fix {
    z-index: 200000 !important;
}

.objective-section {
    /* background-color: #eee; */
    /* border-bottom: 3px solid;
   border-top: 3px solid;
   border-left: 3px solid; */
}

.objective-section p {
    font-size: 18px !important;
    color: #000000;
}

.important-updates-section {
    background-color: beige;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px dotted #000000;
}

.vertical {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: sideways;
    text-align: center;
    background-color: #00205e;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.sticky-xl-top {
    top: 4.2em;
}

.consumer-heading {
    /* border: 1px dashed black; */
    /* border-top: 1px dashed black; */
    border-radius: 50px;
    text-transform: uppercase;
    padding: 0px 0px;


}

.consumer-heading p {
    padding: 0px !important;
    margin: 0px !important;
    /* font-size: 0.9rem; */
    /* font-weight: bold; */
    color: #10737a;
}



/* .consumer-heading {

  border-radius: 50px;
  text-transform: uppercase;
  padding: 0px 15px;

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background-color: #bdc2e4;


}

.consumer-heading p {
  padding: 3px !important;
  margin: 0px !important;
  font-size: 0.9rem;
  font-weight: bold;
} */



@-webkit-keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }

    80% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }

    80% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}



.box--gradient.silver {
    background: linear-gradient(to bottom, #bcc6cc, #eee, #bcc6cc);
}

.box--gradient.gold {
    background: linear-gradient(to bottom, #c39738, #deb761, #c39738);
}

.box--gradient.gold:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.box--gradient.platinum {
    background: linear-gradient(to bottom, #d5d7e5, #eee, #d5d7e5);
}

.box--gradient.platinum:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.newsListSlider a:link {
    color: black;
}

.newsListSlider a:visited {
    color: black;
}

.glightbox-clean .gdesc-inner {
    padding: 10px 20px !important;
}

/* gallery */
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5cb874;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/* hierarchy */

.hierarchy ul,
#myUL {
    list-style-type: none;
}

.hierarchy #myUL {
    margin: 0;
    padding: 0;
}

.hierarchy .caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.hierarchy .caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    /* margin-right: 6px; */
}

.hierarchy .caret-down::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
'
transform: rotate(90deg);
}

.hierarchy .nested {
    display: none;
}

.hierarchy .active {
    display: block;
}

.hierarchy li {
    margin: 10px 0px 10px 20px;
}

.hierarchy .main {
    background-color: #466bb5;
    width: 100%;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

/* hierarchy */




.blog-section {
    background-color: #fff;
}

.blog-section .section-title {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .blog-section .section-title {
        margin-bottom: 20px;
    }
}

.blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden !important;
    -webkit-box-shadow: 0 0 20px #00000012;
    box-shadow: 0 0 20px #00000012;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
}

.blog-section .single-blog .blog-img {
    overflow: hidden;
}

.blog-section .single-blog .blog-img a {
    width: 100%;
}

.blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-section .single-blog .blog-content {
    padding: 20px;
}

.blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #888;
    display: inline-block;
    font-weight: 500;
}

.blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 10px;
    line-height: 28px;
}

.blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #5d6dbf;
    display: inline-block;
    font-weight: 700;
}

.blog-section .single-blog .blog-content h4 a:hover {
    color: #5d6dbf;
}

.blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px;
}

.blog-section .single-blog .blog-content .button {
    margin-top: 25px;
}

.blog-section .single-blog .blog-content .button .btn {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    color: #5d6dbf;
}

.blog-section .single-blog .blog-content .button .btn:hover {
    background-color: #5d6dbf;
    color: #fff;
    border-color: transparent;
}

.blog-list {
    background: #f9f9f9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .blog-list .pagination {
        margin-top: 20px;
    }
}

.blog-list .single-blog {
    margin: 0;
}

.blog-list .single-blog {
    margin-bottom: 30px;
}

.blog-single {
    background: #f9f9f9;
}

.blog-single .single-inner .main-content-head {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.blog-single .meta-information {
    background-color: #fff;
    padding: 20px 40px;
}

@media (max-width: 767px) {
    .blog-single .meta-information {
        padding: 12px 25px;
    }
}

.blog-single .meta-info {
    margin-top: 5px;
}

.blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single .meta-info li {
        margin-bottom: 5px;
        margin-right: 10px;
    }
}

.blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0;
}

.blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500;
}

.blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}

.blog-single .meta-info li a:hover {
    color: #5d6dbf;
}

.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: white !important;
}

.blog-single .post-thumbnils img {
    /* height:200px; */
    width: 300px;
    /* border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -webkit-border-radius: 10px 10px 10px 10px;
      border: 0px solid #000000;

      -webkit-box-shadow: 6px 9px 16px -10px rgba(0,0,0,0.75);
      -moz-box-shadow: 6px 9px 16px -10px rgba(0,0,0,0.75);
      box-shadow: 6px 9px 16px -10px rgba(0,0,0,0.75); */
}

.blog-single .detail-inner,
.detail-inner {
    background-color: #fff;
    padding: 40px;
    padding-top: 10px;
}

.detail-inner h6 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {

    .blog-single .detail-inner,
    .detail-inner {
        padding: 25px;
        padding-top: 10px;
    }

    .detail-inner h6 {
        margin-bottom: 10px;
    }
}

.blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block;
}

@media (max-width: 767px) {
    .blog-single .post-title {
        line-height: 26px;
    }
}

.blog-single .post-title a {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    color: #645e5e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single .post-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-single .post-title a {
        font-size: 18px;
    }
}

.blog-single .post-title a:hover {
    color: #5d6dbf;
}

.blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px;
}

.blog-single p:first-child {
    margin-top: 0;
}

.blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}

.blog-single .list {
    margin: 30px 0;
}

.blog-single .list li,
.list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.blog-single .list li:last-child,
.list li:last-child {
    margin-bottom: 0;
}

.blog-single .list li i,
.list li i {
    /*position: absolute;*/
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #5d6dbf;
}

.download-item p {
    padding-bottom: 0px;
    margin-bottom: 5px;
}


/* downloads */
.list-group-item {
    padding-top: 18px;
    padding-bottom: 18px;
}

.table-borderd {}

.table-borderd th {
    border: 1px solid black;
}

.table-borderd td {
    border: 1px solid black;
}
.table-borderd th {
    background: #a0b45d;
    color: #fbfbfb;
}


.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
    background-color: aliceblue;
}


.downloads ul li {
    /* border: 2px solid #222222; */
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    /* will-change: transform; */
    /* background-color: #eee; */
    background-color: rgba(86, 88, 173, 0.2);
}

.downloads ul li:hover {
    /* border-color: #7e3af2; */
    transform: scale(1.025);
}

.downloads ul li p {
    margin-bottom: 0px;
}

.downloads i {
    font-size: 30px;
}

.downloads .list-group-item+.list-group-item {
    border-top-width: 2px;
}

.categoryid {
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    /* will-change: transform; */
    background-color: #eee;
    height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}

.home-consumerimg-section img {
    width: 150px;
}

.c-pointer {
    cursor: pointer !important;
}


/* rating */
#rating-popup {
    position: fixed;
    z-index: 200000;
    left: 30px;
    bottom: 30px;
    width: 330px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(70, 74, 157, 0.95);
    color: #eee;
    font-family: arial;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    display: none;

}

#rating-popup p:first-child {
    margin: 0;
    /* color: #eee; */
    font-weight: 900;
    color: #72f7e8;

}

#rating-popup p:nth-child(2) {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: left;
}

#rating-popup .link {
    color: #00adef;
    text-decoration: none;
}

#rating-popup button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: arial;
    padding: 8px 0;

    color: black;
    background-color: #72f7e8;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

#rating-popup button:hover {
    background-color: #ffca00;
    color: black;
}

@media only screen and (max-width: 450px) {
    #rating-popup {
        max-width: 95%;
        right: 0;
        bottom: 20px;
        left: 0;
        margin: 0 auto;
    }
}




.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none;
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

.empty-star {
    color: #dee2e6;
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #ffca00;
}

.rating-close {
    cursor: pointer;
    float: right;
}

.rating-close:hover {
    color: #ffca00;
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar ul li {
    /* margin-top: 10px; */
    background-color: #10737a;
}

.sidebar ul li a:visited {
    color: white;
}

.sidebar {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    background-color: #10737a;
}

.chart-item {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

    -webkit-box-shadow: 3px 4px 24px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 24px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 24px -6px rgba(0, 0, 0, 0.75);
}






.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(34, 34, 34, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5cb874;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.search-card:hover
{
    /* -webkit-box-shadow: 2px 5px 19px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 5px 19px -4px rgba(0,0,0,0.75);
  box-shadow: 2px 5px 19px -4px rgba(0,0,0,0.75); */
}


/* share list */
.share-list {
    display: flex;
    flex-direction: row;
}

.share-list a {
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 7px;
    margin: 3px;
    cursor: pointer;
    overflow: hidden;
    color: white;
}
.share-list a img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}

.share-list a.fb-h {
    background: #3B5998;
    color: white;
}

.share-list a.tw-h {
    background: #00acee;
}

.share-list a.li-h {
    background: #0077B5;
}

.share-list a.re-h {
    background: #FF5700;
}

.share-list a.pi-h {
    background: #c8232c;
}


/* amchart */
a.am5exporting-icon,
.am5exporting-list {
    background: #0c265b !important;
    color:white !important;
}
a.am5exporting-icon
{
    background-color:#cfeae9 !important;
    display:none !important;
}

a.am5exporting-icon:hover,
.am5exporting-menu-open a.am5exporting-icon,
.am5exporting-item a:hover {
    background: #1c9b94 !important;
}
.am5exporting-menu.am5exporting-align-left{
    left: -41px !important;
}
.exportbtn
{
    background: #0c265b !important;
    border:none !important;
    color:white !important;
    padding: 5px 20px;
}

.dash-accordion h5
{
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.dash-accordion h5:hover
{
    padding-left: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


/* articledetaile */
.btnz {
    display: block;
    float: left;
    padding: 10px 15px;
    border:none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}
.btnz:hover {
    color: #efefef;
}
.facebook {
    background-color: #3b5998;
}
.gplus {
    background-color: #05ba2f;
}
.twitter {
    background-color: #55acee;
}
.stumbleupon {
    background-color: #eb4924;
}
.pinterest {
    background-color: #cc2127;
}
.linkedin {
    background-color: #0077b5;
}
.buffer {
    background-color: #323b43;
}
/* articledetails end */


/* contact start */
.dbox {
    width: 100%;
    margin-bottom: 25px; }
@media (max-width: 767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px; } }
.dbox p {
    margin-bottom: 0; }
.dbox p span {
    font-weight: 500;
    color: #000; }
.dbox p a {
    color: #46b5d1; }
.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #46b5d1;
    margin: 0 auto;
    margin-bottom: 20px; }
.dbox .icon span {
    font-size: 20px;
    color: #fff; }
.dbox .text {
    width: 100%;
}


.section-card p
{
    color: #223d74;
}
.offcanvas
{
    z-index: 10000;
}
.offcanvas.offcanvas-start
{
    top: -27px;
}
.contact-page
{
    background: #f1f2f6 !important;
}
.section-details-table
{
    background: rgba(23, 161, 145, 1);
    background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
    background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1);
    color: #fff;

}

.btn-section-search
{
    background: #d62196;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: #fff;
    padding: 8px 25px;
}
.btn-section-search:hover
{
    background: #891d63;
    color: #fff;
}

.btn-section-reset
{
    background: #f18fcf;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: #fff;
    padding: 10px 17px;
}
.btn-section-reset:hover
{
    background: #a05285;
    color: #fff;
}
/* contact end */

/* know outage */
#light-bulb {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    transition: opacity 0.5s;
}
#light-bulb .bulb {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(/images/lightbulb.png);
}
#light-bulb .bulb.off {
    background-position-x: -150px;
}
#light-bulb .bulb.on {
    background-position-x: 0;
}
#light-bulb.off .bulb.on {
    opacity: 0;
}
#light-bulb.off .bulb.off {
    opacity: 1;
}
#light-bulb.on .bulb.on {
    opacity: 1;
}
#light-bulb.on .bulb.off {
    opacity: 0;
}

.cube-switch {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 5% 0px 0px 10%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: #333;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6), inset 0 100px 50px rgba(255, 255, 255, 0.1);
    /* Prevents clicks on the back */
    cursor: default;
    pointer-events: none;
}
.cube-switch .switch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    display: block;
    background: #666;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0.7em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -7px 0 rgba(0, 0, 0, 0.2), inset 0 50px 10px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-out;
    /* Allows click */
    cursor: pointer;
    pointer-events: auto;
}
.cube-switch .switch-state {
    display: block;
    position: absolute;
    left: 40%;
    color: #FFF;
    font-size: .5em;
    text-align: center;
}
.cube-switch .switch-state.on {
    bottom: 15%;
}
.cube-switch .switch-state.off {
    top: 15%;
}
.cube-switch.active:after, .cube-switch.active:before {
    background: #333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 1px 2px 1px rgba(0, 0, 0, 0.5), inset 3px 6px 2px rgba(200, 200, 200, 0.1), inset -1px -2px 1px rgba(0, 0, 0, 0.3);
}
.cube-switch.active .switch {
    background: #333;
    box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.1), inset 0 7px 0 rgba(0, 0, 0, 0.2), inset 0 -50px 10px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(205, 205, 205, 0.1);
}
.cube-switch.active .switch:after, .cube-switch.active .switch:before {
    background: #222;
    border: none;
    margin-top: 0;
    height: 1px;
}
.bulb-bg
{
    background-color: #46484b;
}
.outage-message
{
    background-color: white;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
/* know outage */


.cmdcorner .head h2
{
    font-size: 18px;
    padding-bottom: 10px !important;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 20px;
}
.cmdcorner img
{
    border-radius: 189px 189px 189px 189px;
    -moz-border-radius: 189px 189px 189px 189px;
    -webkit-border-radius: 189px 189px 189px 189px;
    border: 0px solid #000000;
    width: 80%;
    place-items: center;
}


.cmdcorner .detail h2
{
    font-size: 22px;
    margin-top: 10px;
    text-transform: capitalize;

}
.cmdcorner .cmd-message
{
    background-color: #468079;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    padding: 20px;
}
.cmdcorner .color-quote
{
    color: #21b5a3;
}

/* social icons */
.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.social-media-icons a {
    display: inline-block;
    text-decoration: none;
    padding: 2px;
    font-size: 25px;
}

.social-media-icons a:nth-child(1) i {
    color: #1877F2;
}

.social-media-icons a:nth-child(2) i {
    color: #128c7e;
}

.social-media-icons a:nth-child(3) i {
    color: #00acee;
}

.social-media-icons a:nth-child(4) i {
    color: #0077b5;
}

.social-media-icons a i:hover{
    color: black;
}
.last-updated
{
    color: #d1d1d1;
    /* background-color: #d5d7e5; */
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

    /* -webkit-box-shadow: 3px 4px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px -3px rgba(0,0,0,0.75); */
}
.tooltip-c{
    z-index: 1600;
}

.tooltiptext{
    width: 250px;
    background-color: #273342;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 50%;
    margin-left: -120px;
    visibility: hidden;
    z-index: 1600;
}

.tooltiptext::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-style: solid;
    border-color: #273342 transparent transparent transparent;
    margin-left: -5px;
    border-width: 5px;
    z-index: 1600;
}

.tooltip-c:hover .tooltiptext{
    visibility: visible;
    transition: all 0.5s;
    z-index: 1600;
}


.poll-bg
{

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

    border: 2px solid #0c265b;

    /*
      background: rgba(23, 161, 145, 1);
      background: -moz-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 161, 145, 1)), color-stop(51%, rgba(50, 128, 159, 1)), color-stop(100%, rgba(86, 88, 173, 1)));
      background: -webkit-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
      background: -o-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
      background: -ms-linear-gradient(left, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
      background: linear-gradient(to right, rgba(23, 161, 145, 1) 0%, rgba(50, 128, 159, 1) 51%, rgba(86, 88, 173, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a191', endColorstr='#5658ad', GradientType=1); */

    background-color: #f8e2ac;
    color: #0c265b;
}
.pol_p
{
    font-size: 17px;
    font-weight: bold;
}

/* ################office hierarchy################## */
.tree{
    --spacing : 3rem;
    --radius  : 16px;
}

.tree li{
    display      : block;
    position     : relative;
    padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);

    line-height: 48px;
}

.tree ul{
    margin-left  : calc(var(--radius) - var(--spacing));
    padding-left : 0;
}

.tree ul li{
    border-left : 2px solid #ddd;
}

.tree ul li:last-child{
    border-color : transparent;
}

.tree ul li::before{
    content      : '';
    display      : block;
    position     : absolute;
    top          : calc(var(--spacing) / -2);
    left         : -2px;
    width        : calc(var(--spacing) + 2px);
    height       : calc(var(--spacing) + 1px);
    border       : solid #ddd;
    border-width : 0 0 2px 2px;
}




.tree summary{
    display : block;
    cursor  : pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker{
    display : none;
}

.tree summary:focus{
    outline : none;
}

.tree summary:focus-visible{
    outline : 1px dotted #000;
}

.tree li::after,
.tree summary::before{
    content       : '';
    display       : block;
    position      : absolute;
    top           : calc(var(--spacing) / 2 - var(--radius));
    left          : calc(var(--spacing) - var(--radius) - 1px);
    width         : calc(2 * var(--radius));
    height        : calc(2 * var(--radius));
    border-radius : 50%;
    background    : #ddd;

}

.tree summary::before{
    z-index    : 1;
    background : #696 url('/images/expand-collapse.png') 0 0;
}

.tree details[open] > summary::before{
    background-position : calc(-2 * var(--radius)) 0;

}

.code
{
    padding:5px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px solid #d1d6df;
    background-color:#d1d6df;
}
.designation
{
    margin-left:3px;
    padding:5px 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #d1d6df;
    background-color:#d1d6df;

    -webkit-box-shadow: 10px 10px 19px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 19px -15px rgba(0,0,0,0.75);
    color:#112347;
}
/* ################office hierarchy################## */

/* .swiper
{
  display: table;
} */
.accordion-toggle {
    background-color: gray;
    display: block;
    padding: 10px;
    margin: -10px -15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion-header{
    background-color: white;
}
.accordion-header .collapsed{
    background-color: #ba67c8;
    color:white;
}
.accordion-toggle.collapsed {
    background-color: white;
}

/* .offcanvas.offcanvas-start
{
  top: 0px;
} */




/*================================================
Preloader CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    background-color: transparent;
    transition: 0.9s;
}
.preloader .loader {
    transition: 0.9s;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    transform: translateY(-45%);
}
.preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid white;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
/* .preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
} */
.preloader .loader span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    /* font-family: var(--fontFamily); */
    font-size: 20px;
    font-weight: bold;
}
.preloader::before, .preloader::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: rgba(23, 161, 145, 1);
    transition: 0.9s;
}
.preloader::after {
    left: auto;
    right: 0;
}
.preloader.preloader-deactivate {
    visibility: hidden;

}
.preloader.preloader-deactivate::before {
    width: 0;
}
.preloader.preloader-deactivate::after {
    width: 0;
}
.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes loader-outter {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-outter {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-inner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes loader-inner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.frosted-glass {
    /*background: linear-gradient(to right, rgb(201 155 80) 0%, rgb(201 150 75) 51%, rgb(102 222 119) 100%) !important;*/
    /*background-color: #c4861a !important;*/
}

#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(9, 9, 9, 0.8);
    overflow: hidden;
    position: relative;
    z-index: -1;
    margin-top: -150px;
}
#hero img{
    image-rendering: -webkit-optimize-contrast;
    width: -webkit-fill-available;
}
.notice-title
{
    font-size: 18px;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
}
.notice-box
{
    height: 370px;
    border: 1px solid #598d89;
    background: #f5f9df;
}
.viewmore{
    
}
a.lightlogo{
    color: #000000 !important;
    font-weight: 800;
    /*text-shadow: 1px 1px 29px black;*/
    /*text-shadow: 0px 1px 8px black;*/
}
.ministerlist li {
    width: fit-content;
    display: flex;
    margin-bottom: 16px;
    border-bottom: 2px solid #756a6a26;
}
.ministerlist li img {
    width: 85px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}
.ministerlist p {
    padding: 0 10px;
    color: #651717;
    font-size: 14px;
    text-align: left;
}
@media screen and (max-width: 568px){
    .logo img {
        width: 70px;
        height: 90px;
    }
    #header .logo img {
        max-height: 64px;
    }
    .logoarea{
        display: none !important;
    }
    #topbar{
        height: 66px;
    }
}
.slider_text{
    /*-webkit-transform: skew(156deg);*/
    text-align: center;
}
#hero .carousel-container {
    display: flex;
    /*display: none;*/
    justify-content: center;
    align-items: end;
    position: absolute;
    top: 180px;
    /*left: -100px;*/
    /*bottom: 90px;*/
    /* top: 0; */
    /* left: -100px; */
    right: 30px;
    /*background: #da9a2a91;*/
    /*height: -webkit-fill-available;*/
    /*-webkit-transform: skew(25deg);*/
    /*padding: 0 50px;*/
}
#hero h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
}
.collage{
    width: 100%;
    height: 462px;
}
.navmenu .fixed-top {
    /*background: linear-gradient(to right, rgb(201 155 80) 0%, rgb(201 150 75) 51%, rgb(102 222 119) 100%) !important;*/
    opacity: 1 !important;
    background-color: #0a84b6 !important;
}
@media (min-width: 2400px) {
    .collage{
        height: 736px;
    }
}
@media (min-width: 800px) {
    #hero img {
        height: -webkit-fill-available;
    }

}
@media (min-width: 1400px) and (max-width: 1440px) {
    .collage{
        height: 405px;
    }
}
@media (min-width: 982px) and (max-width: 990px) {
    .collage{
        height: 430px !important;
    }
    #hero img {
        height: -webkit-fill-available;
    }
}
@media screen and (max-width:993px) and (min-width: 990px) {
    .collage{
        height: 430px !important;
    }
}
@media screen and (min-width: 993px) and (max-width:1400px) {
    .collage{
        height: 405px !important;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .collage{
        height: 426px;
    }
}
@media screen and (min-width: 993px) and (max-width:1400px) {
    .navbar ul{
        flex-wrap: wrap;
    }
    #topbar{
        height: 55px;
     }
}
.section-title-start
{
    padding: 140px 18px 2px;
    background: #54472c;
    background-image: url(../images/sl1.jpg);
    background-position: center;
    color: #fff;
    background-blend-mode: overlay;
    margin-top: -106px;
    z-index: -1;
}
#page{
    padding: 0;
}
.section-title-start h2::before,.section-title-start h2::after{
    display: none;
}
#page ul{
    list-style: disc !important;
}
.imgholder {
    border: 1px solid #c7bcbc;
    border-radius: 1px;
}
.imgholder img {
    max-width: 100%;
    height: auto;
}
.bglogo{
    /*background: #6a686554;*/
}
.ministerlist{
    background: #c99a4f;
    padding: 20px;
    border-radius: 10px;
}
.btnui{
    font-size: 12px;
    font-weight: 500;
    background: #289f87;
    color: #fff !important;
}
.welcome_title{
    /*border-bottom: 6px solid #094711;*/
    background: #b1ffac;
    padding: 2px 10px;
    text-align: center;
}
.btnui:hover{
    background: #176758;
}
.box-headheading
{
    background: #009688;
    color: #fff;
}
.hyperlink{
    font-size: 14px;
    font-weight: 700;
}
.boards{
    background: #ccac79;
    /*background: #d2d2d2;*/
    padding: 30px;
}
.boards .imgcontent{
    color: #4d4242;
    padding: 10px 0px;
}
.boards .row{
    background: #b6ceb41a;
}
.viewmore
{
    font-size: 15px;
    color: #009688 !important;
    font-weight: 600;
}
.top-news a{
    color: #453d3d;
}
.top-news {
    background-color: #6bda75;
    padding: 5px 2px 0 2px;
}
.subsdiary{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subsdiaryitems{
    width: 30%;
    font-size: 20px;
    background: #f1f0ee;
    margin-right: 45px;
    border: 2px dotted #67c6c4;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 900;
    color: #247794;
    box-shadow: 2px 2px 20px 0px #ddd;
}
.accessbility
{
    padding: 0px 2px;
    box-shadow: inset 0px -3px #d2d2d2;
    height: 37px;
}
#chcp_font_size button{
    border-right: 1px solid #abc9ad;
}
.viewprofile{
    color: #656262 !important;
    border-bottom: 1px solid;
    font-size: 12px;
}
.boards .imgcontent p{
    margin-bottom: 1px;
}
.table-borderd tr:hover>* {
    border: 1px solid black;
    --bs-table-bg-state: rgb(220 218 213) !important;
}
@media screen and (min-width: 566px) and (max-width: 767px) {
    section#hero {
        margin-top: -244px !important;
    }
    #hero strong {
        font-size: 12px;
    }
}
@media (max-width: 566px) {
    #hero .carousel-container {
        top: 0px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    #hero .carousel-container {
        top: 70px !important;
        right: 60px !important;
    }
    }
@media screen and (min-width: 700px) and (max-width: 769px) {
    section#hero {
        margin-top: -164px !important;
    }
}
    @media screen and (min-width: 992px) and (max-width: 1500px) {
    #hero .carousel-container {
        top: 90px !important;
        right: 20px !important;
    }
    #hero strong {
        font-size: 18px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
    #hero .carousel-container {
        /*top: 100px !important;*/
        /*right: 80px !important;*/
    }
    #hero {
        margin-top: -160px !important;
    }
    .slidertag{
        font-size: 25px !important;
    }
}
#chcp_font_size .input-group-btn{
    display: block;
    width: max-content;
}
.slidertag
{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background: unset;
    margin-bottom: 10px;
}
.subsdiaryitems a{
    color: #247794 !important;
}
.subsite .navigation ul{
    list-style-type: none;
}
.subsite .navigation span{
    padding: 2px 6px;
    color: #fff;
    border-right: 1px solid;
}
.subsite .navigation span:hover {
    background-color: #0f3d81;
    cursor: pointer;
}
.subsite .navigation{
    background:#0a84b6;
}
.subsite .navigation a{
    color:#fff;
}
.navbar .dropdown ul a:hover{
    background: #0a84b6;
    color: #fff !important;
}
.pl-1{
    padding-left: 1px;
}
.tagline{
    font-size: 16px !important;
    display: block !important;
}