@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


body {
    background-color: #E6E7E8;
    /*font-family: 'Lato', sans-serif;*/
}

.whitetext {
    color: #fff;
}

.blacktext {
    color: #414042;
}

.fontawesomekarmatext {
    color: #C8DD8D;
    font-size: 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato', sans-serif;*/
    /* font-weight: 500; */
    line-height: 1.1;
    color: inherit;
}



.pdftext {
    color: #E91222;
}

.karmatext {
    color: #C4DA85;
}

.navbar-brand {
    height: inherit;
}

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #414042;
}

.endfooter {
    background-color: #414042;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contentblock {
    padding-bottom: 20px;
    min-height: 530px;
}

.contentblockheight {
    min-height: 530px;
}


.footer li a {
    color: #fff;
    line-height: 24px;
}

.footer li a:hover {
    color: #fff;
}

.footer ul {
    list-style: none;
}

.footerblock {
    background-color: #6D6E71;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .contactusblock {
    color: #ffffff;
    padding-left: 50px;
}

.footer .borderRightGreen {
    border-right: 1px solid #A7C949;
}

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop100 {
    margin-top: 100px;
}

.paddingleft50 {
    padding-left: 50px;
}

.paddingtop30 {
    padding-top: 30px;
}

.marginnegativetop20 {
    margin-top: -20px;
}


.marginnegativetop30 {
    margin-top: -30px;
}

.marginnegativeleft5 {
    margin-left: -5px;
}

.socialiconsidebyside {
    float: left;
}

.fontsize18 {
    font-size: 18px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: inherit;
    background-image: inherit;
    background-image: inherit;
    background-image: inherit;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.bannerborder {
    width: 3px;
    height: 567px;
    background-color: #a7c94a;
    -ms-transform: skewX(-21deg); /* IE 9 */
    -webkit-transform: skewX(-21deg); /* Safari 3-8 */
    transform: skewX(-21deg);
    margin-left: 87%;
    margin-top: -87%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #E6E7E8;
    background-image: none;
    border: 1px solid #333333;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .0s,-webkit-box-shadow ease-in-out .0s;
    -o-transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s;
    transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s;
}

.btn-default {
    color: #333;
    background-color: #A7C949;
    border-color: #ccc;
}

.pdfdownloadblock {
    background-color: #fff;
    border: 1px solid #A7C949;
    padding-bottom: 15px;
    padding-top: 15px;
}

#pdfdownloadblock .box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 50px;
    background-color: #fff;
}

#pdfdownloadblock .box-icon {
    background-color: #E6E7E8;
    border-radius: 50%;
    display: table;
    height: 75px;
    margin: 0 auto;
    width: 75px;
    margin-top: -50px;
}

#pdfdownloadblock .box-icon span {
    color: #E91222;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#pdfdownloadblock .info {
    background-color: #fff;
}

#pdfdownloadblock .info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#pdfdownloadblock .info > p
{
    /*color: #404041;*/
    color: #1F3F81;
    font-weight:bold;
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
}

#pdfdownloadblock .info > a {
    background-color: #E6E7E8;
    border-radius: 2px;
    margin-top:-65px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    color: #E91222;
    transition: all 0.5s ease 0s;
}

#pdfdownloadblock .info > a:hover {
    background-color: #E6E7E8;
    /*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);*/
    color: #404041;
    transition: all 0.5s ease 0s;
}


/*.dropdown-menu #thirdlevelmenu {
    min-width: 240px;

}


.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}*/


.dropdown-menu #thirdlevelmenu {
    min-width: 240px;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}


.dropdown-submenu {
    position: relative;
    cursor: pointer;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    cursor: pointer;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    cursor: pointer;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    cursor: pointer;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
    cursor: pointer;
}

.dropdown-submenu.pull-left {
    float: none;
    cursor: pointer;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    cursor: pointer;
}



#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card {
    min-height: 312px;
}

.backside .card {
    height: 350px;
    overflow-y: scroll;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}


.h1, h1 {
    font-size: 28px;
    font-weight: bold;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.center-block {
    float: none !important;
}

.paddingtop10 {
    padding-top: 10px;
}

/*-----------Responsive CSS Start Here ---------------------------*/

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: none;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {

    .whatwedotextblock {
        margin-top: -17%;
        margin-left: 28%;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-nav {
        /* margin-top: 20px;*/
    }

    .footerpadding {
        padding-top: 150px;
    }

    .whatwedotextblock {
        margin-top: -13%;
        margin-left: 22%;
    }
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {

    .navbar-nav {
        /*  margin-top: 20px;*/
    }

    .footerpadding {
        padding-top: 8px;
    }

    .whatwedotextblock {
        margin-top: -10%;
        margin-left: 18%;
    }
}


/*-----------Responsive CSS End Here ---------------------------*/