/* CSS Document */

html,
body {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    color: #666;
    overflow-x: hidden;
}

body {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-weight: 500;
}

b,
strong {
    font-weight: 400;
}

p {
    color: #666;
}

@font-face {
    font-family: preeti;
    src: url('../fonts/preeti.woff');
}

.preeti {
    font-family: 'Preeti';
    font-weight: 400;
    font-size: 24px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 111111;
}

.logo {
    position: relative;
    top: 10px;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.date {
    margin-left: 15px;
    font-size: 13px;
    color: #666;
}

.date i {
    color: #666;
}

.date b {
    color: #666;
}

.btm {
    position: relative;
    top: -35px;
}

.tophead {
    background: #b38600;
    min-height: 18px;
    position: relative;
    top: 18px;
}

.mainNav {
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
    background-color: #277f37;
    border: 0;
    min-height: 53px;
    font-weight: 300;
    padding-left: 50px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainNav:before {
    width: 0px;
    content: '';
    position: absolute;
    margin: 0;
    height: 0px;
    left: -45px;
    top: 18px;
    border-left: 45px solid transparent;
    border-right: 0px solid transparent;
    border-top: 35px solid #33a14e;
}

.mainNav:after {
    width: 0px;
    content: '';
    position: absolute;
    margin: 0;
    height: 0px;
    right: -45px;
    top: 18px;
    border-left: 0px solid transparent;
    border-right: 45px solid transparent;
    border-top: 35px solid #33a14e;
}

@keyframes pulse-grow {
    to {
        transform: scale(1.1);
    }
}

.shadow {
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: capitalize;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:hover {
    text-decoration: none;
    animation-name: pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    font-weight: 400;
    font-family: 'Roboto';
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #33a14e;
    min-height: 53px;
}

.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #33a14e;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.dropdown-menu {
    background: #277f37;
    color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}

@keyframes pulse-grow {
    to {
        transform: scale(1.1);
    }
}

.dropdown-menu>li>a {
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.dropdown-menu>li>a:hover {
    background: transparent;
    color: #fff;
    animation-name: pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    font-weight: 400;
    font-family: 'Roboto';
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-collapse {
    padding-left: 25px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 47%;
    left: 42%;
}

.sld {
    bottom: -30px;
}

.sld li {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #c9c9c9;
}

.sld .active {
    width: 22px;
    height: 22px;
    margin: 0;
    background-color: #33a14e;
}

.nxt {
    font-size: 16px;
}

.intro_section {
    padding: 25px 0 60px 0;
}

.bdr {
    border-bottom: 3px solid #33a14e;
    width: 2%;
    margin: 0;
    position: relative;
    bottom: 40px;
}

.intro_bdr h4 {
    text-transform: uppercase;
    color: #277f37;
    font-size: 22px;
    padding-bottom: 30px;
}

.intro_p {
    padding: 0 0 10px 0;
}

.intro_p p {
    text-align: justify;
}

.intro_p p a {
    background-color: #fff;
    color: #666;
    margin-top: 20px;
    border: 1px solid #ccc;
    font-weight: 300;
}

.intro_p p a:hover {
    background-color: #277f37;
    color: #ffffff;
    border: 1px solid #277f37;
    transition: all 0.6s ease;
    text-decoration: none;
}

.btn-move .glyphicon {
    opacity: 0;
    transform: translate(-1000%, 0);
    -webkit-transform: translate(-1000%, 0);
    -moz-transform: translate(-1000%, 0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-move:hover {
    background: #fff;
}

.btn-move:hover .glyphicon {
    opacity: 1;
    transform: translate(25%, 0);
    -webkit-transform: translate(25%, 0);
    -moz-transform: translate(25%, 0);
}

.sidebar_head {
    margin-top: -48px;
}

.sidebar_head a {
    text-decoration: none;
}

.sidebar_head h3 {
    text-align: center;
    padding: 15px 20px;
    background-color: #3cb878;
    color: #ffffff;
    text-transform: uppercase;
}

.emi {
    margin-top: -20px;
}

.emi a {
    text-decoration: none;
}

.emi h3 {
    text-align: center;
    padding: 15px 20px;
    background-color: #3cb878;
    color: #ffffff;
    text-transform: uppercase;
}

.event {
    margin: 0;
}

.event h3 {
    text-align: center;
    padding: 10px 20px;
    background-color: #277f37;
    color: #ffffff;
    margin: 10px 0;
    text-transform: uppercase;
}

.event_m {
    margin: -6px 0;
}

.event_list {
    background: #f5f5f5;
}

.event_list ul {
    border-left: 3px solid #277f37;
    list-style: none;
}

.event_list ul li:before {
    content: "\f0a9";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    position: absolute;
    left: 28px;
    font-size: 1rem;
    color: #33a14e;
    padding-top: 8px;
}

.event_list ul li p {
    padding: 12px 10px 12px 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
}

.event_list ul li p a {
    text-decoration: none;
    color: #666;
}

.event_list ul li p a:hover {
    color: #277f37;
    transition: all 0.6s eas;
}

.services_bdr h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding-bottom: 30px;
}

.services_section {
    background: url(../images/srbg.jpg) no-repeat center 0px;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.services_img {
    padding: 0;
    width: 23.333333%;
    margin-top: 4px;
}

.services {
    padding: 0;
    margin-top: -9px;
}

.services h4 {
    text-transform: capitalize;
    color: #fff;
}

.sbdr {
    border-bottom: 3px solid #fff;
    width: 2%;
    margin: 0;
    position: relative;
    bottom: 40px;
}

.services p {
    text-align: left;
    color: #fff;
    padding: 12px 0;
}


/*
.services p a {
font-size:14px;
color:#666;
color:#fff;
font-weight:300;
border:0px solid #fff;
}
*/

.services p a:hover {
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none;
    background: transparent;
}

.qlinks_section {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.links_bdr h4 {
    text-transform: uppercase;
    color: #277f37;
    font-size: 22px;
    padding-bottom: 30px;
}

.qlinks_img {
    border: 1px solid #d7d7d7;
    width: 23%;
    float: left;
    background: #d7d7d7;
    height: 54px;
}

.qlinks_img img {
    margin: 3px auto;
}

.qlinks_title {
    border: 1px solid #d7d7d7;
    width: 73%;
    float: left;
    height: 54px;
}

.qlinks_title a {
    text-decoration: none;
    color: #333;
}

.qlinks_title a h4:hover {
    color: #277f37;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none;
}

.qlinks_title a h4 {
    text-align: left;
    padding: 0 5px;
    text-transform: capitalize;
    font-size: 17px;
    color: #333;
}

.ftr_left {
    background: #277f37;
    height: 25px;
}

.ftr_right {
    background: #f3f8ff;
    height: 25px;
}

.footer_section {
    background: #277f37;
    padding: 30px 0;
}

.ftr_contact {
    color: #fff;
    font-weight: 300;
}

.ftr_contact h3 {
    color: #fff;
    padding: 15px 0;
}

.ftr_contact p {
    color: #fff;
    font-weight: 300;
}

.ftr_m {
    margin-bottom: 15px;
}

.ftr_menu {
    padding: 30px 0;
}

.ftr_menu ul {
    list-style: none;
}

.ftr_menu ul li {
    float: left;
    padding: 7px;
}

.ftr_menu ul li a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    padding: 7px 12px;
    border-radius: 3px;
    font-weight: 300;
    background: #33a14e;
    float: left;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 0 100px #277f37 inset;
    text-transform: uppercase;
}

.ftr_menu li a:hover {
    -webkit-box-shadow: 0px 0px 0 0px #277f37 inset;
    -webkit-transform: scale(1);
    -webkit-transform: translate(0px, -10px) scale(1);
    transform: translate(0px, -10px) scale(1);
}

.ftr_social {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.ftr_social ul {
    list-style: none;
}

.ftr_social ul li a i {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.ftr_social ul li a i:hover {
    animation-name: pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.fb a i:hover {
    color: #2facd7;
}

.twt a i:hover {
    color: #00d1fe;
}

.inst a i:hover {
    color: #BD3518;
}

.ftrcopy_sec {
    background: #33a14e;
}

.ftrcopy {
    color: #fff;
    font-weight: 300;
}

.ftrcopy p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.ftrcopy p a {
    color: #fff;
    text-transform: capitalize;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 13%
}

.datem30 {
    margin-top: 20px;
}

.custom-btn {
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}


/**** BTN No. 4 ****/

.btn-4 {
    width: 90px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-4 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.btn-4:before,
.btn-4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.btn-4:before {
    height: 50%;
    width: 2px;
}

.btn-4:after {
    width: 20%;
    height: 2px;
}

.btn-4:hover:before {
    height: 100%;
}

.btn-4:hover:after {
    width: 100%;
}

.btn-4 span:before,
.btn-4 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.btn-4 span:before {
    width: 2px;
    height: 50%;
}

.btn-4 span:after {
    width: 20%;
    height: 2px;
}

.btn-4 span:hover:before {
    height: 100%;
}

.btn-4 span:hover:after {
    width: 100%;
}


/**** BTN No. 5 ****/

.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-5 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-5:before,
.btn-5:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-5:before {
    height: 50%;
    width: 2px;
}

.btn-5:after {
    width: 20%;
    height: 2px;
}

.btn-5:hover:before {
    height: 100%;
}

.btn-5:hover:after {
    width: 100%;
}

.btn-5 span:before,
.btn-5 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-5 span:before {
    width: 2px;
    height: 50%;
}

.btn-5 span:after {
    width: 20%;
    height: 2px;
}

.btn-5 span:hover:before {
    height: 100%;
}

.btn-5 span:hover:after {
    width: 100%;
}

.mvg_section {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.mvg_title {
    text-align: center;
    margin: 0 auto;
    width: 30%;
    z-index: 99;
    position: relative;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.mred {
    background-color: #b38600;
    border: 1px solid #b38600;
}

.vpurp {
    background-color: #4cc1cb;
    border: 1px solid #4cc1cb;
}

.eblue {
    background-color: #8393ca;
    border: 1px solid #8393ca;
}

.mdiv {
    border: 0px #ddd solid;
    margin: 0;
    padding: 20px;
    z-index: 5;
    position: relative;
    top: -21px;
    background-color: #fff;
    color: #666;
    text-align: center;
    border-radius: 3px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.mdiv p a {
    border-radius: 3px;
    font-weight: 300;
    margin: 20px 0 5px 0;
}

.mdiv p a:hover {
    border: 1px solid #b38600;
    border-radius: 3px;
    background: #b38600;
    color: #fff;
    font-weight: 300;
    transition: all 0.6s ease;
}

.vdiv {
    border: 0px #ddd solid;
    margin: 0;
    padding: 20px;
    z-index: 5;
    position: relative;
    top: -21px;
    background-color: #fff;
    color: #666;
    text-align: center;
    border-radius: 3px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.vdiv p a {
    border-radius: 3px;
    font-weight: 300;
    margin: 20px 0 5px 0;
}

.vdiv p a:hover {
    border: 1px solid #b38600;
    border-radius: 3px;
    background: #4cc1cb;
    color: #fff;
    font-weight: 300;
    transition: all 0.6s ease;
}

.ediv {
    border: 0px #ddd solid;
    margin: 0;
    padding: 20px;
    z-index: 5;
    position: relative;
    top: -21px;
    background-color: #fff;
    color: #666;
    text-align: center;
    border-radius: 3px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.ediv p a {
    border-radius: 3px;
    font-weight: 300;
    margin: 20px 0 5px 0;
}

.ediv p a:hover {
    border: 1px solid #8393ca;
    border-radius: 3px;
    background: #8393ca;
    color: #fff;
    font-weight: 300;
    transition: all 0.6s ease;
}

.mb {
    border-top: 2px solid #b38600;
}

.vb {
    border-top: 2px solid #4cc1cb;
}

.eb {
    border-top: 2px solid #8393ca;
}

.mvg_img {
    border: 2px solid #666;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 25px auto;
    padding: 8px;
    background-color: #fff;
}

.vpt20 {
    padding-top: 6px;
}

.mpd2 {
    padding: 2px;
    position: relative;
    left: -1px;
}

.m0 {
    margin: 0;
}

.board_bdr h4 {
    text-transform: uppercase;
    color: #277f37;
    font-size: 22px;
    padding-bottom: 30px;
}

.ptbsec {
    padding: 60px 0;
}

.board {
    padding-top: 30px;
    height: 450px;
}

.board img {
    margin: 0 auto;
}

.board h4 {
    text-align: center;
    text-transform: capitalize;
}

.board h6 {
    text-align: center;
    text-transform: capitalize;
}

.report {
    border: 1px solid #ddd;
    padding: 5px 20px 0 20px;
    background: fff;
    color: #666;
    border-top: 2px solid #277f37;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #33a14e;
    border: 1px solid #33a14e;
    transition: all 0.6s ease;
}

.nav-tabs>li>a:hover {
    border-color: #33a14e #eee #eee
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 10px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0;
    text-transform: capitalize;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #277f37;
    color: #fff;
    transition: all 0.3s ease;
}

.thd {
    background-color: #33a14e;
    color: #fff;
}

.thd tr th {
    font-weight: 500;
}

.dwld a i:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #33a14e;
    border: 1px solid #33a14e;
    border-bottom-color: none;
    transition: all 0.6s ease;
}

.tabp25 {
    margin: 5px;
}

.tabp25 a {
    color: #666;
}

.tab-pane {
    padding: 16px 10px 0 6px;
}

.nav-tabs {
    border: 0;
}

.rpt_bdr h4 {
    text-transform: uppercase;
    color: #277f37;
    font-size: 22px;
    padding-bottom: 30px;
}

.cpad {
    padding: 40px 15px 0 15px;
}

.serpad {
    padding: 20px 15px 0 15px;
}

.crer p a {
    text-decoration: none;
}

.npad {
    padding: 20px 15px 0 15px;
}

.vme_page {
    background: #f5f5f5;
}

.vme_page ul {
    border-left: 3px solid #277f37;
    list-style: none;
}

.vme_page ul li:before {
    content: "\f0a9";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    position: absolute;
    left: 28px;
    font-size: 1rem;
    color: #33a14e;
    padding-top: 10px;
}

.vme_page ul li p {
    padding: 12px 10px 12px 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.vme_list {
    margin: -6px 0;
}

.pad20 {
    padding-top: 20px;
}


/* branch page */

.pane-heading {
    padding: 10px 15px;
    background-color: #277f37;
    border-top: 1px solid #277f37;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    top: 0%;
    cursor: pointer;
    opacity: 0.8;
    color: white;
    border: none;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.remove-decoration {
    text-decoration: none !important;
    color: #666;
    font-size: 13px;
}

.bcap {
    text-transform: capitalize;
}

.bbdr {
    border: 1px solid #ddd;
}

.mt30 {
    margin-top: 30px
}

.bpage {
    text-align: center;
    padding-top: 20px;
}

.bbdr h4 {
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
}

.bbdr h6 {
    text-transform: capitalize;
    text-align: center;
}

.bbdr:hover {
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}

.bbdr img {
    margin: 0 auto;
    position: relative;
    width: 150px;
    height: 150px;
    margin-top: 70px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.srch-section {
    padding-bottom: 30px;
}

.btnsrch {
    background-color: #277f37;
    border: 1px solid #277f37;
    color: #fff;
    opacity: 0.8;
}

.bpad {
    padding: 10px 15px 0 15px;
}

.bpad a i {
    padding-right: 3px;
}


/*=========================
  Icons
 ================= */


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

#IdFooter .social-network a.icoRss:hover {
    background-color: #F56505;
}

#IdFooter .social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

#IdFooter .social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

#IdFooter .social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

#IdFooter .social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

#IdFooter .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

#IdFooter .social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
#IdFooter .social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

#IdFooter a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

#IdFooter .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
}

#IdFooter .social-circle li i {
    margin: 0;
    line-height: 38px;
    text-align: center;
}

#IdFooter .social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#IdFooter .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

#IdFooter a {
    background-color: #D3D3D3;
}

.gal li a {
    font-size: 14px;
}

.img_res {
    height: 200px;
    width: 100%;
    object-fit: cover;
    float: left;
    padding-bottom: 20px;
}

.ghr {
    border: 1px solid #33a14e;
}

.gall a img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-filter: grayscale(0);
    filter: none;
}

.gall a img:hover {
    transition: all 0.8s;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(0.9);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0.9);
}

.sav h5 {
    font-size: 18px;
    color: #277f37;
}

.pad0 {
    padding: 0;
}

.remmb30 {
    margin-bottom: 30px;
}

.insur {
    padding: 20px 15px 0 15px;
}

.insur ul {
    list-style: decimal;
    padding-left: 34px;
}

.insur ul li {
    color: #277f37;
    font-weight: 500;
    font-size: 18px;
}

.insur ul p {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    text-align: justify;
    padding-right: 15px;
    color: #666
}

.tb30p {
    padding: 30px 0px;
}

.head {
    text-align: center;
    padding: 30px 0px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #555555;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.head-border {
    width: 30px;
    height: 2px;
    background-color: #039cd8;
    position: absolute;
    text-align: center;
    top: 120px;
    left: 48.5%;
}

.tp50 {
    padding-top: 50px;
}

.contactform p {
    font-size: 16px;
    font-weight: 300;
    color: #818181;
}

.contactform .form-control {
    width: 100% !important;
    margin-bottom: 15px;
}

.contactform form {
    padding-top: 20px;
}

.btn-send {
    border: 1px solid #999999;
    color: #555555;
    background-color: #fff;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 7px 20px;
    font-size: 16px;
}

.btn-send:hover {
    background-color: #277f37;
    color: #fff;
    border-color: #277f37;
    transition: all 0.6s ease;
}

.blue {
    color: #277f37;
}

#outer {
    background: #fff;
    text-align: center;
    margin: 20px;
}

#cover {
    border: 2px solid #33a14e;
    border-radius: 7px;
    box-shadow: inset 0 0 13px #888;
    padding: 7px 0
}

.main {
    table-layout: fixed;
    width: 94%;
    border: 0;
    border-collapse: collapse;
    margin: 0 auto;
}

.main td {
    padding: 0 8px;
    vertical-align: middle;
    text-align: left;
    border: 0;
    font: 500 12px arial
}

.main input {
    width: 96%;
    border: 1px solid #ccc;
    margin: 2px 0;
    padding: 0 2%;
    height: 24px;
    text-align: right;
    font: 500 12px arial
}

.main select {
    width: 100%;
    border: 1px solid #ccc;
    margin: 2px 0;
    background: #fff;
    height: 18px;
    font: 500 11px arial
}

.w50 {
    width: 50%
}

.main button {
    width: 96%;
    font: 600 12px arial;
    margin: 2px 0;
}

.msg h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding-bottom: 30px;
}

.msg_bdr {
    border-bottom: 3px solid #fff;
    width: 2%;
    margin: 0;
    position: relative;
    bottom: 40px;
}

.msg_sec {
    background: url(../images/bgm.jpg) no-repeat center 0px;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.msg_box {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.msg_box h4 {
    padding: 10px 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.msg_box img {
    position: relative;
    top: 5px;
    left: 20px;
    padding-bottom: 10px;
}

.msg_box p {
    color: #fff;
    text-align: justify;
    padding-right: 20px;
}

.msg_box button {
    margin: 40px 0 20px 0;
}

.pfleft {
    float: left
}

.imgfleft {
    float: left;
    padding-right: 20px;
}

.aileft {
    float: left;
}

.aimgfleft {
    float: left;
    padding-right: 20px;
}


/* video start */

.our-videos .video-wrap {
    margin: 20px 0;
}

.our-videos .video-wrap figure {
    position: relative;
}

.our-videos .video-wrap img {
    height: 161px;
    object-fit: cover;
    object-position: center top;
}

.our-videos .video-wrap .entry-title {
    color: #fff;
    margin: 0;
    padding-top: 10px;
}

.our-videos .video-wrap .entry-title a {
    color: #444;
    font-size: 18px;
}

.videos-content .entry-title {
    font-size: 24px;
    font-weight: 500;
}

.videos-content .entry-title a {
    color: #262626;
}

.videos-content .posted-date {
    font-size: 14px;
    font-weight: 500;
}

.sidebar-post h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 3px;
    ;
}

.sidebar-post .video-pad {
    padding: 5px 0;
    ;
}

.video-date {
    font-size: 12px;
    font-weight: 600;
    margin-top: -8px;
}

.img_video {
    vertical-align: baseline;
}


/* video end */