@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
body {
    font-family: 'Roboto', sans-serif;
}


/*************preloader*******************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
    background: #fff;
    z-index: 9999;
}

.preloder-wrap {
    display: table-cell;
    vertical-align: middle;
}

.preloder-inner {
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

.ball {
    width: 10px;
    height: 10px;
    margin: 10px auto;
    border-radius: 50px;
}

.ball:nth-child(1) {
    background: #1b5e20;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
    background: #35ff99;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
    background: #008597;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
    background: #ffcc00;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
    background: #2d3443;
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
    background: #ff7c35;
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
    background: #4d407c;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translate(-15px);
    }
    50% {
        -webkit-transform: translate(15px);
    }
    100% {
        -webkit-transform: translate(-15px);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }
    50% {
        -webkit-transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: translate(-15px);
    }
    50% {
        -moz-transform: translate(15px);
    }
    100% {
        -moz-transform: translate(-15px);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }
    50% {
        -moz-transform: translate(-15px);
    }
    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: translate(-15px);
    }
    50% {
        transform: translate(15px);
    }
    100% {
        transform: translate(-15px);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
    100% {
        transform: translate(15px);
    }
}


/************Navbar  ***************/

.btn-login {
    border-radius: 0px;
    border: 1px solid #1b5e20;
    padding: 10px;
    background-color: transparent;
    color: #1b5e20;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.btn-login:hover {
    background-color: #1b5e20;
    color: #fff;
}

.btn-login:focus {
    background-color: #1b5e20;
    color: #fff;
}

.navbar-brand {
    padding-top: 20px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fafafa;
    border-color: #fff;
    border-radius: 0px;
}

.navbar-nav {
    margin: 7.5px 15px;
    padding-top: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #1b5e20;
}

.navbar-default .navbar-toggle {
    border-color: #1b5e20;
    padding-top: 10px;
    margin-top: 18px;
}

.navbar-nav>li {
    padding-left: 15px;
}

.navbar-default .navbar-nav>li>a {
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1b5e20;
    border-radius: 0px;
}

marquee {}

.breaking {
    padding: 12px 15px;
    min-height: 45px;
    background-color: #1b5e20;
    color: #fff;
}

marquee p {
    padding-top: 15px;
}

.head_login a {
    color: #000;
    background-color: transparent;
    padding: 10px 15px;
    border: 2px solid #1b5e20;
}

.head_login a:hover {
    color: #fff;
    text-decoration: none;
}

.head_login a:focus {
    color: #fff;
    text-decoration: none;
}

.news {
    padding-top: 10px;
    padding-bottom: 20px;
}


/************Service**************/

#service {
    background-color: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 25px;
}

.ser_head {
    color: #5c5c5c;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}

.ser_p {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ser_icon {
    min-height: 120px;
    border-radius: 0px;
    border: 1px solid #1b5e20;
}

.ser_icon i {
    padding-top: 30px;
    text-align: center;
    color: #1b5e20;
    font-size: 45px;
}

.ser_front {
    min-height: 120px;
    background-color: #fff;
}

.ser_div {
    min-height: 120px;
    padding-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
}

.ser_front1 {
    position: relative;
    top: 0px;
    width: 320px;
    height: 240px;
    background: #FF2400;
    opacity: 0;
}

.ser_div:hover .ser_icon {
    background-color: #1b5e20;
}

.ser_div:hover .ser_icon i {
    color: #fff;
}

.ser_div:hover .ser_front {
    background-color: #1b5e20;
    /* background-image: url(../img/pan.jpg); */
}

.ser_div:hover .ser_front h5 {
    color: #fff;
}

.ser_div:hover .ser_front p {
    color: #fff;
}

.ser_front p {
    line-height: 1.8;
}

.ser_front h5 {
    font-weight: 700;
    font-size: 17px;
}


/*************WELCOME**********************/

#welcome {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #fff;
}

.wel_msg {
    color: #1b5e20;
    font-size: 55px;
    font-weight: 100;
}

.msg1 {
    color: #656565;
    font-size: 45px;
    font-weight: 100;
}

.btn-about {
    padding: 8px;
    background-color: #1b5e20;
    color: #fff;
    border-radius: 0px;
}

.btn-about:hover {
    color: #fff;
}

.btn-about:focus {
    color: #fff;
}

#solution {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #f6f6f6;
}

.round_img img {
    border-radius: 100%;
}

.msg2 {
    color: #656565;
    font-size: 35px;
    font-weight: 100;
}


/*==========================================================
                           counter section style
            ============================================================*/

.main_counter_area {
    background: url(../img/handshake.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main_counter_area .main_counter_content .single_counter {
    background: rgba(246, 246, 246, 0.7);
    color: #1b5e20;
}

.main_counter_area .main_counter_content .single_counter img {
    padding-top: 20px;
    padding-bottom: 20px;
}

.msg3 {
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
}

.count {}

.count h2 {
    font-weight: bolder;
    color: #1b5e20;
}

.count p {
    font-weight: 500;
    color: #fff;
}


/**************News Latter*****************/

#newslatter {
    padding-top: 35px;
    padding-bottom: 45px;
    background-color: #e7e7e7;
}

.btn-subscribe {
    height: 40px;
    padding-top: 9px;
    background-color: #1b5e20;
    color: #fff;
    border-radius: 0px;
}

.btn-subscribe:hover {
    color: #fff;
}

.btn-subscribe:focus {
    color: #fff;
}


/**************Footer************/

#footer {
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: lightslategray;
    color: #fff;
}

.logofooter {
    color: #fff;
    padding-top: 10px;
    font-size: 35px;
}

.footer_head {
    color: #fff;
    padding-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 5px;
    margin-left: 2px;
}

.footer-ul li {
    line-height: 29px;
    font-size: 14px;
}

.footer-ul li a {
    color: #fff;
    font-weight: 100;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.loc i {}

.social li a i {
    font-size: 29px;
    color: #fff;
}


/**************Services*****************/

#service_page {
    background-color: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 25px;
}

.banner-top {
    background: url(../img/breadcrumb.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 5em 0;
}

.banner-top h1 {
    font-size: 3em;
    color: #FFFFFF;
}

.banner-top h2 {
    font-size: 0.9em;
    color: #ffffff;
    margin-top: 1.2em;
}

.banner-top h2 a {
    color: #ffffff;
}

.banner-top h2 label {
    margin: 0 0.4em;
}

.banner-top p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.banner-top1 {
    background: url(../img/calculation.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding: 5em 0;
}

.banner-top1 h1 {
    font-size: 2.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-top1 h2 {
    font-size: 0.9em;
    color: #ffffff;
    padding-top: 1.5em;
}

.banner-top1 h2 a {
    color: #ffffff;
}

.banner-top1 h2 label {
    margin: 0 0.4em;
}

.banner-top1 p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#otherservices {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f4f8fb;
}

.other {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.service-ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 5px;
    margin-left: 2px;
}

.service-ul li {
    line-height: 29px;
    font-size: 13px;
}

.service-ul li i {
    font-weight: 600;
}

.service-ul li a {
    color: #000;
    font-weight: 500;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.service-ul li a:hover {
    color: #000;
    text-decoration: none;
}


/************Services Detail **************/

#service_detail {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .brand-pills>li>a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    li.brand-nav.active a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 100%;
        z-index: 2;
    }
}

.tab-pane p {
    padding: 10px;
    padding-top: 15px;
}

.nav-pills>li>a {
    border-radius: 0px;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 500;
}

.nav-pills>li>a i {
    color: #1b5e20;
    font-weight: 600;
    float: right;
}

.nav-pills li {
    background-color: #f7f7f7;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1b5e20;
}

.nav-pills>li.active>a>i,
.nav-pills>li.active>a>i :hover,
.nav-pills>li.active>a>i:focus {
    color: #fff;
    background-color: #1b5e20;
}

.btn-download {
    width: 100%;
    padding: 12px 15px;
    background-color: #1b5e20;
    color: #fff;
    border-radius: 0px;
}

.btn-download:hover {
    color: #fff;
}

.btn-download:focus {
    color: #fff;
}


/********************Navbar*****************************/

.wrapper {
    border-top: 1px solid #1b5e20;
    border-bottom: 1px solid #1b5e20;
    background-color: #f6f6f6;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {}

#cssmenu>ul>li {
    float: left;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #5c5c5c;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu>ul>li:hover>a {
    color: #ffffff;
    background: #1b5e20;
    /*edited new*/
}

#cssmenu>ul>li.has-sub>a {
    /*padding-right: 30px;*/
}


/*#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #5c5c5c;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #5c5c5c;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}*/

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover>ul {
    left: auto;
    position: absolute;
    /* Newly edited for website ssdn*/
    z-index: 999;
    /* Newly edited for website ssdn*/
    opacity: 0.95;
    /* Newly edited for website ssdn*/
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover>ul>li {
    height: 100%;
    /*edited as 46px;*/
    /* background-color: #333;*/
    /*! border: 1px solid #818181; */
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    /*padding: 16px 20px;
  width: 163px;   */
    /*Edited 170px;*/
    padding: 12px 11px;
    width: 146px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #1b5e20;
    /* edited #333333;*/
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #bfad24;
    /*Edited: #8a8a8a;*/
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu.small-screen {
    width: 100%;
}

#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}

#cssmenu.small-screen.align-center>ul {
    text-align: left;
}

#cssmenu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover>ul>li {
    height: auto;
}

#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#cssmenu.small-screen>ul>li {
    float: none;
}

#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}

#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}

#cssmenu.small-screen ul ul li a {
    color: #5c5c5c;
    background: none;
}

#cssmenu.small-screen ul ul li:hover>a,
#cssmenu.small-screen ul ul li.active>a {
    color: #5c5c5c;
}

#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#cssmenu.small-screen>ul>li.has-sub>a:after,
#cssmenu.small-screen>ul>li.has-sub>a:before,
#cssmenu.small-screen ul ul>li.has-sub>a:after,
#cssmenu.small-screen ul ul>li.has-sub>a:before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #5c5c5c;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

#cssmenu.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #5c5c5c;
    border-bottom: 2px solid #5c5c5c;
    content: '';
    box-sizing: content-box;
}

#cssmenu.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #5c5c5c;
    content: '';
    box-sizing: content-box;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #5c5c5c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #5c5c5c;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}

#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #262626;
}

#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #5c5c5c;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #5c5c5c;
}

#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #5c5c5c;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#cssmenu.small-screen.select-list {
    padding: 5px;
}


/************Slider*************/

.main-text {
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.carousel-inner .item img {}

.onslide {
    background-color: #fff;
    min-height: 250px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #1b5e20;
}

.onslide .carousel-caption h3 {
    color: #000;
}

.onslide .carousel-caption {
    padding-top: 180px;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        width: 10px;
        height: 10px;
        padding-right: 15px;
        margin-top: 65px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        /* bottom: 20px; */
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.noticeboard {
    font-size: 25px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #1b5e20;
}

.notice_area {
    color: #5c5c5c;
    background-color: #fff;
}


/*custom style*/

.twoline_first {
    width: 25%;
    border: 1px solid #1b5e20;
    background: #1b5e20;
    margin-top: -5px;
}

.twoline_second {
    width: 25%;
    border: 1px solid #1b5e20;
    background: #1b5e20;
    margin-top: -18px;
}

#registerform input,
#registerform select {
    border: 1px solid #1b5e20;
}

#registerform span {
    background: #1b5e20;
    color: #fff;
    border: 1px solid #1b5e20;
}


/******************************Media Query************************/

@media only screen and (max-width: 500px) {
    .ser_head {
        font-size: 20px;
    }
    .ser_p {
        font-size: 14px;
    }
    .wel_msg {
        font-size: 25px;
    }
    .msg1 {
        font-size: 23px;
    }
    .round_img img {
        height: 250px;
        width: 250px;
    }
    .msg2 {
        font-size: 25px;
    }
    .msg3 {
        font-size: 24px;
    }
    .banner-top {
        background: url(../img/breadcrumb.png) no-repeat top center;
        background-size: cover;
        overflow: hidden;
        text-align: center;
        padding: 3em 0;
    }
    .banner-top h1 {
        font-size: 2em;
        color: #FFFFFF;
    }
    .banner-top h2 {
        font-size: 1.2em;
        color: #ffffff;
        margin-top: 1.2em;
    }
    .banner-top h2 a {
        color: #ffffff;
    }
    .banner-top h2 label {
        margin: 0 0.4em;
    }
    .banner-top p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .banner-top1 {
        background: url(../img/calculation.png) no-repeat top center;
        background-size: cover;
        overflow: hidden;
        text-align: center;
        padding: 3em 0;
    }
    .banner-top1 h1 {
        font-size: 1.5em;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 600;
    }
    .banner-top1 h2 {
        font-size: 1.2em;
        color: #ffffff;
        padding-top: 1.5em;
    }
    .banner-top1 h2 a {
        color: #ffffff;
    }
    .banner-top1 h2 label {
        margin: 0 0.4em;
    }
    .banner-top1 p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .carousel-inner .item img {
        height: 250px;
    }
}


/*-----  carousel ------*/

.support-section {
    background-color: #E1E3D9;
}

.support-section a {
    text-decoration: none;
}

.support-section .box {
    padding-top: 10px;
}

.support-section .box .box-top {
    margin-bottom: 14px;
    overflow: visible;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    transition: all 300ms linear 0ms;
}

.support-section .box .box-top .image {
    padding: 40px 40px 0 40px;
}

.support-section .box .box-top .caption {
    padding: 40px 40px 34px;
    text-align: center;
    position: relative;
}

.support-section .box .box-top .caption .onhover {
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
}

.support-section .box .box-top .caption .onhover .desc {
    background-color: #1b5e20;
    border-radius: 22px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    transition: all 300ms linear 0ms;
}

.support-section .box .box-top .caption .onhover .desc a {
    color: #fff;
}

.support-section .box .box-top .caption .onhover .desc a:hover {
    opacity: 0.8;
}

.support-section .box .box-top .caption h2 {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 28px;
    font-weight: 700;
}

.support-section .box .box-top .caption h2 a {
    color: #282828;
}

.support-section .box .box-top .caption h2 a:hover {
    color: #1b5e20;
}

.support-section .box .box-top .caption p {
    margin: 0;
}

.support-section .box .box-top .caption .date {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 16px;
    color: #616161;
    font-family: 'Poppins', sans-serif;
}

.support-section .box .box-inner a {
    opacity: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1151d3;
    transition: all 300ms linear 0ms;
}

.support-section .box .box-top .caption:before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #1151d3;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms linear 0ms;
}

.support-section .box:hover .box-inner a,
.support-section .box:hover .box-top .caption:before {
    opacity: 1;
}

.support-section .box:hover .box-top {
    webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
}

@media only screen and (max-width: 500px) {
    .carousel-inner {
        max-width: 100%;
        min-height: auto;
        max-height: auto;
    }
}