@charset "utf-8";

body {
    outline: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: default;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul,
ol {
    list-style-type: none
}

ol {
    list-style: decimal
}

ol {
    margin: 0px;
    padding: 0px;
}

ol li {
    display: block;
    margin: 0px;
    padding: 3px 5px;
    font-family: 'EkMukta-Regular';
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    list-style: none;
    line-height: 22px;
    text-align: left
}

ol li a,
ol li a:link,
ol li a:visited {
    margin: 0px;
    padding: 0px;
    color: #333;
    text-decoration: none;
    list-style: decimal;
}

ol li a:hover,
ol li a.active {
    margin: 0px;
    padding: 0px;
    color: #999393;
    text-decoration: underline;
    list-style: decimal;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

a {
    color: #dd3072;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    width: 100%;
    height: auto;
}

.middle {
    vertical-align: middle !important;
    padding-top: 5px;
    display: inline-block
}

.heading-text h2{
    text-align: right;
    margin-top:10px;
    padding-bottom:0px;
}

.heading-text h6{
    text-align: right;
    margin-bottom:10px;
 }

.heading-text p{
   text-align: right ;
}


.box-shadow1 {
    background: #000;
    box-shadow: 0px 1px 5px #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0px;
    padding: 15px;
}

.bdright {
    border-right: 1px solid #fcbf4a
}

.box-shadow1 img {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 5px 0px;
    float: left;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border: none;
    box-shadow: none;
}

.box-shadow1 img:hover {
    opacity: 0.7;
}

.br1 {
    border-radius: 8px;
    border: 3px solid #ccc
}

.maps iframe {
    pointer-events: none;
}

header {
    /*box-shadow: 0px 3px 5px #333 !important; */
    background-color: #26235c;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
    min-height: 1px;
    /* border-top: 5px solid; */
}

header:after {
    display: block;
    content: "";
    clear: both;
}

.maps1 {
    height: 300px !important
}

.cont {
    width: 100%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: auto;
    color: #fff
}

body.modal-open {
    height: auto;
}

html.fancybox-lock {
    overflow: visible !important;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 30px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 0% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 3% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/*.news-section p{font-size:13px; color:#333333;line-height:24px;font-family: 'EkMukta-Regular'; text-align:justify; padding-top:4px;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; font-weight:700 }

.news-section p span{color:#fff; font-size:16px;}*/

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 22px;
    border-radius:50px;
    font-family: 'Roboto', sans-serif;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

.btn-default {
    color: #b21919;
    font-size: 13px;
    text-align: center;
    background-color:#fff;
    border-color: #b21919;
}

.btn-default:hover {
    color: #8b1010;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color:#fff;
    border-color:#8b1010;
}

.btn-primary {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-color: #a21248;
    border-color: #a21248;
}

.btn-primary:hover {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color: #7a0d35;
    border-color: #7a0d35;
}

.btn-custom {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background-color: #b90f4f;
    border-color: #b90f4f;
    box-shadow: none;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus{
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color:#960c41;
    border-color: #960c41;
}

.link-btn{
    color: #333;
    font-size: 13px;
    font-family:'Roboto', sans-serif;
    text-align: center;
    padding:5px 10px;
    text-decoration: none;
}
.link-btn:hover{
    text-decoration: underline;
}


.yellow {
    color: #fcbf4a !important
}

.f16 {
    font-family: 'EkMukta-Regular';
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    list-style: none;
    line-height: 22px;
    text-align: left
}

.slider1 {
    background-attachment: fixed;
    width: 100%;
    height: auto;
    background-position: top center;
    background: #333;
}

.sbbg {
    background: #7B164E;
    padding: 10px 0px;
}

.greybg1 {
    background: #cecece;
}

.greybg h4 {
    color: #343333 !important;
    padding: 6px 10px;
}

.light {
    background: #fff !important;
    padding: 3px 50px;
    position: relative;
    overflow: hidden;
}

.light::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #cccccc;
    clear: both;
    z-index: 99;
}

.btn span a {
    color: #484848
}

.btn span a :hover {
    color: #fff !important
}

nav {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    /*box-shadow:0 2px 6px #3F3F3F;*/
    padding: 0px 0px;
    background: #86d1cd;
    /* ff9023 */
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(38 35 92);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #dd3072;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #dd3072;	
}
  


.bottom {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 3px;
    margin-top: -1px;
}

.topbar {
    width: 100%;
    min-height: 60px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgba(22, 20, 19, 0.5);
    z-index: -1;
}

.span-no {
    font-size: 48px;
    font-family: 'EkMukta-Regular';
    color: #fff;
    margin: 10px 0px;
    display: inline-block;
    font-weight: 300;
    text-align: center;
}

.profile-img { width: 100%;max-width: 120px;height: auto;float: left;}

.activity_rounded {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 3px solid #a5a1a1;
    margin: 5px 0px;
}

.activity_rounded img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
    behavior: url(css/PIE.htc);
    background: #fff;
    max-width: 200px;
    height: auto;
}

.text-right {
    text-align: right !important;
}

/*Flex items*/
.list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -op-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -op-wrap;
}

.list-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -op-flex;
    padding: 0px;
    width: 100%;
}

/*@media (min-width:801px) and (max-width:1920px) {
  .list-item {
    width:25%;float:left;
  }
}

@media (min-width:700px) and (max-width:800px) {
  .list-item {
    width: 50%;
  }
}*/
.list-content {
    background: rgba(3, 40, 90, 0.8);
    display: flex;
    flex-direction: column;
    padding: 1px;
    text-align: center !important;
    float: left;
    width: 100%;
    padding: 15px;
}

.list-content h3 {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #FFF;
    font-family: 'EkMukta-Regular';
}

.list-content h3 a {
    color: #FFF;
    text-decoration: none
}

.list-content h3 a:hover {
    color: #f58220;
    text-decoration: none
}

.list-content p {
    flex: 1 0 auto;
    text-align: center;
    font-family: 'EkMukta-Regular';
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
}

.list-content p span {
    color: #d3952a
}

.list-content p img {
    width: 100%;
    height: auto;
    max-width: 120px;
    text-align: center;
    margin: 5px 0px;
}

.skew {
    transform: skewX(-20deg)
}

.skewn {
    transform: skewX(20deg) !important
}

.google-map {
    width: 100%;
    height: 300px !important;
}

.ml-8 {
    margin-left: -8px !important
}

.display {
    display: block;
    padding: 15px;
    font-family: 'EkMukta-Regular';
    font-size: 18px;
    font-weight: 500;
    color: #db331d;
    text-align: center;
}

.italic {
    font-style: italic !important
}

.text-deco {
    text-decoration: line-through
}

.pageSeparator {
    position: absolute;
    margin-top: -79px;
    z-index: 2;
}

.pageSeparator,
.pageSeparator svg {
    width: 100%;
    height: 80px !important;
}

.pageSeparator,
.pageSeparator svg {
    display: block !important;
    visibility: visible !important;
}

.pageSeparator1 {
    position: absolute;
    margin-top: -100px;
    z-index: 1;
}

.pageSeparator1,
.pageSeparator1 svg {
    width: 100%;
    height: 100px !important;
}

.pageSeparator1,
.pageSeparator1 svg {
    display: block !important;
    visibility: visible !important;
}

/********** GLOBAL STYLES **********/
.fl {
    float: left !important
}

.bdrnone {
    border: none;
}

.color1 {
    color: #fff !important;
}

.colorb {
    color: #000 !important;
}

.bold {
    font-weight: bold
}

.colg {
    color: #919191 !important
}

.color2 {
    color: #fcff00 !important;
}

.m0p0 {
    margin: 0;
    padding: 0 !important;
}

.textalign {
    text-align: center !important;
}

.textalignleft {
    text-align: left;
}

.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.DisNone {
    display: none;
}

.breakline {
    border-bottom: 2px solid #940541;
}

.bdr {
    border: 1px solid #E8E9EA;
}

.b3 {
    border: 3px solid #bdbdbd
}

.bdr-bottom {
    border-bottom-style: dotted;
    border-bottom-color: #c0333d;
    border-bottom-width: 2px;
    margin: 10px 0px
}

.bdr-top {
    border-top: 1px solid #cacaca;
    padding: 0px;
}

.bdr-top6 {
    border-top: 6px solid #fcb131
}

.bdr-right {
    border-right: 1px solid #ababab;
    max-height: 211px
}

.bdr-left {
    border-left: 1px solid #ababab;
    min-height: 211px
}

.bdr-top1 {
    border-top: 1px solid #3e3e44
}

.col1 {
    color: #000;
}

.fr {
    float: right !important;
}

.fl {
    float: left;
}

#bn {
    border: none
}

.bn {
    background: none !important
}

.fsize16 {
    font-size: 16px;
}

.bdr-bottom6 {
    border-bottom: 6px solid #d3323a;
    padding: 0px;
}

.radius {
    border-radius: 80px !important
}

.textcap {
    text-transform: capitalize !important
}

.red {
    text-align: center;
    color: #db3535;
    font-size: 14px;
    font-weight: bold;
    font-family: 'EkMukta-Regular';
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
}

.red1 {
    text-align: center;
    color: #bb210f;
    font-size: 14px;
    font-weight: bold;
    font-family: 'EkMukta-Regular';
    font-weight: 700;
    line-height: 26px;
}

.red2 {
    color: #bb210f !important;
}

.br {
    border-right: 1px solid #db331d
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    position: relative;
    border-bottom-style: solid;
    border-bottom-color: #e1e0e0;
    border-bottom-width: 1px;
}

.bdr-right1 {
    border-right: 1px dashed #3ba2db;
}

.bdr-left1 {
    border-left: 1px dashed #3ba2db;
}

.mtb {
    margin: 10px 0;
}

.top {
    margin-top: -35px;
}

.ws {
    width: 100%;
}

.divider {
    background: url(../images/divider.png) right center no-repeat;
}

.location {
    border: 2px solid #ccc;
    float: left;
    margin: 5px 0px;
}

.border6 {
    border: 1px solid #ccc;
}

.brd {
    border-radius: 0px !important;
}

.border-y {
    border: 4px solid #faab32;
}

.border-w {
    border: 4px solid #fff;
}

.bdr2 {
    border: 2px solid #fcb131
}

.bluetext {
    font-size: 16px;
    color: #0e70ad;
    font-weight: 700;
}

.margin-auto {
    margin: 0 auto
}

text-align .txtCntAlign {
    text-align: center !important;
}

.txtLeftAlign {
    text-align: left !important;
}

.txtRightAlign {
    text-align: right;
}

.txtJustAlign {
    text-align: justify;
}

.f-right {
    float: right !important;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

.bcg {
    background: #f4f4f4;
}

.bclb {
    background: #d1ecfe
}

.bcsb {
    background: #d6e9e3 !important
}

.bcly {
    background: #fcf7e1
}

.bcy {
    background: rgba(252, 255, 255, 0.5);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 1px 6px #9E9E9E;
}

#br {
    border: 1px solid #e8e4e4;
    border-radius: 6px;
}

.bcw {
    background: #fff;
 }

strong,
b {
    font-weight: bold;
}

.bclb1 {
    background: #d6e9e3;
    border: 0px solid;
    border-radius: 0px;
    padding: 15px 0px 2px 0px;
}

.border1 {
    border: 1px solid #ddd;
    padding: 0px;
}

.border1-bottom {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.img-section {
    background: transparent;
    border: none;
    position: relative;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.img-section::before {
    position: absolute;
    background: url(../images/img-b1.png);
    background-repeat: no-repeat;
    content: "";
    width: 130px;
    height: 131px;
    left: -28px;
    top: -28px;
}

.img-section::after {
    position: absolute;
    background: url(../images/img-b2.png);
    background-repeat: no-repeat;
    content: "";
    width: 130px;
    height: 131px;
    right: -28px;
    bottom: -28px;
}

.img-section img {
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

 

.video-bg {
    background-position: center center;
    border-top: 5px solid #e39025;
    border-bottom: 5px solid #e39025;
    background-repeat: repeat;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/video-bg.jpg)#feedd8;
    background-position: left center;
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.bor-v {
    border: 3px solid #8d1427;
    border-radius: 6px;
    box-shadow: 0px 2px 4px #333;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg h2 {
    width: 100%;
    float: none;
    font-size: 22px;
    color: #c02e38;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 12px 0px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 700;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    background: url(../images/divider3.png) center bottom no-repeat;
    padding-bottom: 24px;
}

audio {
    width: 100%;
    display: block;
}

.video-bg {
    background-position: center center;
    border-top: 5px solid #e39025;
    border-bottom: 5px solid #e39025;
    background-repeat: repeat;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/video-bg.jpg)#feedd8;
    background-position: left center;
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.bor-v {
    border: 3px solid #8d1427;
    border-radius: 6px;
    box-shadow: 0px 2px 4px #333;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg h2 {
    width: 100%;
    float: none;
    font-size: 22px;
    color: #c02e38;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 12px 0px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 700;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    background: url(../images/divider3.png) center bottom no-repeat;
    padding-bottom: 24px;
}

.content-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 0px;
    position: relative;
    z-index: 99;
}

.content-bg h2 {
    width: 100%;
    float: none;
    font-size: 22px;
    color: #c02e38;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 12px 0px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 700;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    background: url(../images/divider3.png) center bottom no-repeat;
    padding-bottom: 24px;
}

.content-bg h3 {
    width: 100%;
    float: none;
    font-size: 18px;
    color: #c02e38;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 12px 0px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
}

.book-img {
    width: 100%;
    height: auto;
    max-width: 360px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    vertical-align: middle;
    margin: 5px
}

.display1 {
    display: block;
    padding: 27px 30px;
}

.yellow-box {
    background: #fbecd5;
    position: relative;
    border-bottom: 5px solid #bb210f;
    padding: 12px;
}

.bco {
    background: #f58220
}

.text-orange {
    color: #f58220;
}

.bcnone {
    background: none !important;
    border-bottom: none;
}

.fc1 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
}

.fc {
    font-size: 15px;
    color: #333333;
    font-weight: bold
}

.fc2 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.fs {
    font-size: 16px;
    font-family: 'EkMukta-Regular';
    position: relative;
    right: 50px;
    top: 6px;
    display: none;
    font-weight: 700;
    color: #fff;
    /*text-shadow: 0px 1px 1px #333;*/
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.f12 {
    font-size: 12px;
    line-height: 18px;
}

.fsi {
    font-style: italic !important
}

.z-index {
    z-index: 999 !important
}

.z-index1 {
    z-index: 0px !important
}

::selection {
    background-color: #9e9e9e;
    color: #000;
}

::-moz-selection {
    background-color: #9e9e9e;
    color: #000
}

.clear {
    clear: both
}

/********** GLOBAL STYLES **********/
.carousel-h2 {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-family: 'EkMukta-Regular';
    text-align: left;
    padding: 15px 0px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    background: none !important;
    border-bottom: none
}

.carousel-h2 span {
    color: #fecd29
}

.carousel-h2:before {
    background: none !important;
}

.fullbanner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.fullbanner1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -120px;
    z-index: 99
}

.banner {
    position: relative;
    margin-top: 0px;
    z-index: 0;
    border-bottom: 0px solid #fff
}

.banner-img {
    width: 100%;
    height: auto;
    float: left;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.banner1 {
    position: relative;
    margin-top: 50px;
    z-index: 0;
    border-bottom: 0px solid #fff
}

.banner .carousel-control {
    width: 54px;
    height: 54px;
    top: 45% !important;
}

.banner .carousel-control span {
    display: none;
}

/*
.banner .carousel-control.left {
    cursor: url(../images/previous.png),default;
    left: 20px!important;
}

.banner .carousel-control.right {
    cursor: url(../images/next.png),default;
    right: 20px!important;
}*/
.banner .carousel-control.left {
    background: url(../images/previous.png)left center no-repeat;
    left: 20px !important;
}

.banner .carousel-control.right {
    background: url(../images/next.png)right center no-repeat;
    right: 20px !important;
}
 
.dark-blue {
    background: #174D87
}

.dark-green1 {
    background: rgba(32, 91, 72, 0.9)
}

.dark-yellow {
    background: #eea212
}

h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #363636;
    font-family: 'EkMukta-Regular';
    text-align: left;
    padding: 12px 0px;
    line-height: 30px;
    text-transform: inherit;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    letter-spacing: 0px;
}

h1 span {
    color: #636261 !important;
    font-size: 20px !important;
}

h1 span.lg-text{
    font-size: 38px !important;
    font-weight: 600;
} 

h2 span.lg-text{
    font-size: 28px !important;
    font-weight: 400;
} 

p.lg-text{
    font-size: 28px !important;
    font-weight: 400;
} 
 
.home-h1 {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #8d2d41;
    font-family: 'EkMukta-Regular';
    position: relative;
    text-align: left;
    padding: 10px 0px 32px 0px;
    line-height: 30px;
    text-transform: inherit;
    font-weight: 600;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    letter-spacing: 0px;
    background: transparent;
    /* For browsers that do not support gradients */
    margin-bottom: 10px
}

.home-h1::after {
    position: absolute;
    background: url(../images/heading-asset.png);
    background-repeat: no-repeat;
    content: "";
    width: 213px;
    height: 28px;
    left: 0;
    bottom: 0px;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-family: 'EkMukta-Regular';
    text-align: justify;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 500;
}

.pr4 {
    padding-right: 1.5rem !important;
}

.model-h1 {
    width: 100%;
    float: left;
    display: block;
    font-size: 28px;
    color: #202020 !important;
    font-family: 'EkMukta-Regular';
    text-align: left;
    padding: 8px 0px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.model-h1 span {
    color: #333333;
    font-weight: 400
}

.model-h2 {
    width: 100%;
    float: left;
    display: block;
    font-size: 24px;
    color: #202020 !important;
    font-family: 'EkMukta-Regular';
    text-align: left;
    padding: 5px 10px;
    line-height: 30px;
    border-bottom: none;
    background: none;
    text-transform: capitalize;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.model-h3 {
    width: 100%;
    float: left;
    display: block;
    font-size: 20px;
    color: #202020 !important;
    font-family: 'EkMukta-Regular';
    text-align: left;
    padding: 5px 10px;
    line-height: 30px;
    border-bottom: none;
    background: none;
    text-transform: capitalize;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 400;
}

.model-h3 span {
    color: #333333;
    font-weight: 400
}

  

.latest-box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    overflow: hidden;
    height: auto;
    background: #fff;
    border: 2px solid #e4e4e4;
    margin: 10px 0px;
    border-radius: 8px;
}

.white-box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    overflow: hidden;
    height: auto;
   /* background: #fff; */
    border: 2px solid #4af4fc; /*#fcbf4a;*/
    margin: 10px 0px;
    border-radius: 8px;
    min-height: 250px;
}

 

.gradient-box {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 20px;
    overflow: hidden;
    height: auto;
    /* background: #b8d3e4; */
    /*background: rgb(2,0,36);*/
    background: linear-gradient(180deg, rgba(2,0,36, 0.8) 0%, rgba(241, 232, 218, 0.8) 0%, rgba(247, 204, 141, 0.7) 100%);
    border: 2px solid #a21248;  
    margin: 10px 0px;
    border-radius: 8px;
    min-height: 250px;
}

.legend-img {
    width: 100%;
    max-width: 105px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 10px 20px 10px 0px;
    float: left;
    padding: 0px;
    border: 0px solid #dcdcdc;
    border-radius: 8px;
}

.wraptop {
    background: #f1eded;
    border-bottom: 1px solid #e8e8e8;
    padding: 2px 0px;
    overflow: hidden;
    z-index: 9999 !important;
    width: 100%;
    height: auto;
}

.heading1 {
	font-family: 'Courgette', cursive;
	font-size: 1.8rem;
}
.heading2 {
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	color: #0a0a0a;
}
.topmenu {
    float: none;
    /*<!-- display:inline-block; -->*/
    margin: 0px 0px 00px 0px;
    text-align: left;
    color: #0c0c0c;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.topmenu li {
    padding: 0px 10px !important;
    font-family: 'Roboto', sans-serif; 
    color: #343a40;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    font-weight:400;
    line-height: 20px;
    /* letter-spacing: 1px; */
    font-style: normal;
}

.topmenu li img {
    padding-top: 0px;
    width: 100%;
    float: left;
    max-width: 13px;
    height: auto;
    margin-right: 5px;
}

.topmenu li a {
    color: #343a40;
    text-decoration: none;
    font-weight:400;
    font-family:'Roboto', sans-serif; 
}

.topmenu li a svg {
    color: #a21248;
    text-decoration: none;
}

.topmenu li a:hover {
    color: #cf1c5e;
    text-decoration: none;
}
 

.view {
    width: 100% !important;
    max-width: 65px !important;
    margin: 20px 0px;
    height: auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    display: inline-block
}

.view:hover {
    width: 100% !important;
    max-width: 70px !important;
    transform: scale(1);
    margin: 20px 0px;
    height: auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    display: inline-block
}

.logowrap {
    padding: 4px 0px 4px 0px;
    font-size: 28px;
    float: none;
    height: auto;
    z-index: 1;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    ;
}

.logowrap img {
    width: 100%;
    max-width: 280px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: left
}

.logowrap a {
    color: #ec6a18;
}

.logowrap a:hover {
    color: #666
}

.logowrap-top {
    padding: 4px 0px 4px 0px;
    font-size: 28px;
    float: none;
    height: auto;
    z-index: 1;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    ;
}

.logowrap-top img {
    width: 100%;
    max-width: 210px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: left
}

.logowrap-top a {
    color: #ec6a18;
}

.logowrap-top a:hover {
    color: #666
}

.logowrap-2 {
    padding: 0px 0px 4px 0px;
    font-size: 28px;
    float: none;
    height: auto;
    z-index: 1;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    ;
}

.logowrap-2 img {
    width: 100%;
    max-width: 300px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: left
}

.logowrap-2 a {
    color: #ec6a18;
}

.logowrap-2 a:hover {
    color: #666
}

.poster-img {
    width: 100%;
    max-width: 180px;
    margin: 5px 0px;
}

.img1 {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    width: 100%;
    max-width: 540px;
    height: auto;
    float: left;
    margin: 10px 0px;
}
 
 
.col-b {
    color: #000 !important
}

.col-w {
    color: #fff
}

.footer-p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    font-family: 'EkMukta-Regular';
    text-align: justify;
    padding-top: 4px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 300
}

.footer-bdr {
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 170px;
}

.footer-p a {
    color: #333;
    text-decoration: none
}

.footer-p a:hover {
    color: #000;
    text-decoration: underline
}
 

.top-nav1 {
    margin: 0px;
    padding: px;
}

.top-nav1 ul {
    margin: 0px;
    padding: 0px;
    text-align: left
}

.top-nav1 li {
    display: inline-block;
    margin: 0px;
    padding: 5px 10px;
    font-family: 'EkMukta-Regular';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    list-style: none;
    line-height: 26px;
    /* background: url(../images/bullet1.png)0px 17px no-repeat; */
    text-align: left;
}

.top-nav1 li a,
.top-nav1 li a:link,
.top-nav1 li a:visited {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-decoration: none;
    list-style: none;
    position: relative;
}

.top-nav1 li a::after {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    text-decoration: none;
    list-style: none;
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    right: -12px;
    top: 7px;
}

.top-nav1 li a:hover,
.top-nav1 li a.active {
    margin: 0px;
    padding: 0px;
    color: #ccc;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.foot-nav {
    margin: 0px;
    padding: 5px;
}

.foot-nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center !important
}

.foot-nav li {
    display: inline-block;
    margin: 0px;
    padding: 6px 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    list-style: none !important;
    line-height: 22px;
    text-align: center !important
}

.foot-nav li a,
.foot-nav li a:link,
.foot-nav li a:visited {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.foot-nav li a:hover,
.foot-nav li a.active {
    margin: 0px;
    padding: 0px;
    color: #f48220;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

 
.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #333;
}

.panel ul li span {
    color: #333;
    font-weight: bold;
    margin-left: 0px;
}

.panel ul li img {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 5px 0px 0px;
    max-width: 65px;
    border: 2px solid #ddd;
}

.testimonial p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    font-family: 'EkMukta-Regular';
    text-align: justify;
    padding: 0px 10px;
}

.fy {
    font-style: normal !important;
    color: #d5b57c !important;
    font-weight: bold;
    text-align: center !important;
}

.left-sidebar {
    width: 100%;
    border-radius: 0px;
    background-color: #F9DFB1;
    margin: 0px 0px;
    border: 0px solid #e5e5e5;
    border-bottom: 5px solid #B13B01;
    box-shadow: 0px 2px 6px #666
}

.contact {
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-size:cover;*/
    min-height: 195px;
}

.contact p {
    color: #454545;
    font-size: 14px;
    font-family:'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    font-weight: normal;
}

.contact p a {
    color: #454545;
    font-weight: normal;
}

.contact p a:hover {
    color: #ffda44;
    text-decoration: none;
}

.coupon-logo {
    width: 100%;
    height: auto;
    float: left;
    max-width: 180px;
}

.footlink p {
    color: #fff;
    font-size: 12px;
    font-family: 'EkMukta-Regular';
    line-height: 18px;
    text-align: justify;
    font-weight: 400;
}

/* 
.footlink p b {
    color: #fff;
    font-size: 24px;
    font-family: 'EkMukta-Regular';
    line-height: 24px;
    text-align: justify;
    font-weight: 600;
} */
.footlink li {
    display: table;
    margin: 1px 0;
    position: relative;
    padding: 0px 0px 0px 25px;
    line-height: 24px;
}

.footlink li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-family: 'EkMukta-Regular';
    font-weight: 400;
    margin-top: 0px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    margin-left: 0px;
}

.footlink li a:hover {
    color: #ce1717;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    margin-left: 0px;
}

.footlink li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    background: url(../images/bullet.png) no-repeat center center;
    display: block;
    width: 16px;
    height: auto;
    color: #fff;
    padding: 0px 10px;
}
/* 
.footlink li a::after {
    bottom: 0px;
    width: 0%;
    background: #ce1717;
} */

.footlink li a.line-anim-02:hover:after {
    width: 100%;
}

.line-anim-02 {
    position: relative;
}

.line-anim-02:after {
    content: '';
    display: block;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 0.3s ease;
    background: #fff;
}

.line-anim-02.active:after,
.cd-primary-nav .cd-label ul li a.line-anim-02:hover:after {
    width: 100%;
}

.line-anim-02.active:after,
.cd-primary-nav .cd-label ul li a.line-anim-02.active:after {
    width: 100%;
}

.contact li {
    display: block;
    margin: 3px 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    line-height: 32px;
    border-bottom: none;
    border-bottom: 1px solid #a59c8a;
}

.contact li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 0.3s ease;
}

.contact li a:hover::after {
    width: 100%;
}

.contact li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'EkMukta-Regular';
    font-weight: 400;
    margin-top: 10px;
}

.contact li a:hover {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-nav {
    margin: 0px;
    padding: 1px;
}

.footer-nav ul {
    margin: 0px;
    padding: 0px;
}

.footer-nav li {
    display: inline-block;
    margin: 0px;
    padding: 5px 0px 5px 2px;
    font-family:'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    text-decoration: none;
    list-style: none;
    line-height: 22px;
    text-align: left
}

.footer-nav li a,
.footer-nav li a:link,
.footer-nav li a:visited {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.footer-nav li a:hover,
.footer-nav li a.active {
    margin: 0px;
    padding: 0px;
    color: #fcbb52;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.footlink p a {
    color: #fff;
    font-weight: normal;
}

.footlink p a:hover {
    color: #ce1717;
    text-decoration: none;
}

.heading-p {
    margin: 0px;
    padding: 2px 0px;
    font-size: 15px;
    color: #1058a0;
    text-align: left;
    font-family: 'EkMukta-Regular';
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}

.heading-p a {
    color: #1058a0;
}

.heading-p a:hover {
    color: #333;
}

.icon-top {
    width: 40px;
    height: 38px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    display: inline-block;
    margin: 0px 0;
    text-align: center;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 1;
    background: #f58220;
    border: 0px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding: 5px;
    border-radius: 0px;
}

.icon1 {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    display: table;
    margin: 0 auto !important;
    text-align: center;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 1;
    background: none;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding: 10px 0px;
    border-radius: 50px;
}

.icon1 span {
    width: 100px;
    height: 100px;
    /*box-shadow: 0 1px 5px rgba(0,0,0,.2)*/
    margin-bottom: 0px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    vertical-align: middle !important;
    display: table-cell
}

.news p {
    color: #fff;
}

.news p a {
    color: #faa219;
}

.news p a:hover {
    color: #fff;
}

.gallery li a {
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.gallery li a:after {
    content: "";
    display: block;
    clear: both;
}

.gallery li a {
    width: 23%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
}

.gallery li a img {
    width: 100%;
    border: 3px solid #F9D2A5;
    margin: 8px 0px;
    border-radius: 6px;
}

.gallery li a:hover {
    color: #C72315
}

.gallery a {
    border:2px solid #ccc;
    display: inline-block;
    margin:5px 4px 10px 4px;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;
}

 .gallery a {
        width: 24%;
    }
 .gallery a img {
        width: 100%;
    }
	

.gallery1 li {
    list-style-type: none;
}

.gallery1 li a {
    list-style-type: none;
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.gallery1 li a:after {
    content: "";
    display: block;
    clear: both;
}

.gallery1 li a {
    width: 48%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
    list-style-type: none;
}

.gallery1 li a img {
    width: 100%;
    border: 0px solid #F9D2A5;
    margin: 2px 0px;
    border-radius: 0px;
}

.gallery1 li a:hover,
.gallery1 li a img:hover {
    color: #C72315;
    opacity: 0.8
}

.videogallery li a {
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.videogallery li a:after {
    content: "";
    display: block;
    clear: both;
}

.videogallery li a {
    width: 31%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
    min-height: 210px;
}

.videogallery li a img {
    width: 100%;
    border: 3px solid #F9D2A5;
    margin: 8px 0px;
    border-radius: 6px;
}

.videogallery li a:hover {
    color: #C72315
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    border: 2px solid #ccc;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 46.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    border: 2px solid #ccc;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 46.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.socialicon {
    width: 100%;
    margin-bottom: 0.2rem;
}

.socialicon li {
    padding: 1px;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    color: #fff;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 13px;
}
 
.copyright {
    background: #4b031e;
    padding: 5px 0px;
    text-align: left;
    color: #fff;
    font-family: 'EkMukta-Regular';
    font-size: 12px;
    margin-top: 0px;
    line-height: 22px;
    font-weight: 400;
    border-top: 1px solid #703743
}

.copyright ul {
    text-align: center !important
}

.copyright p {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

.copyright a {
    color: #fff;
    text-decoration: none
}

.copyright a:hover,
.copyright a:focus {
    color: #ccc;
    text-decoration: none
}

.tab-content {
    padding: 20px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    position: relative;
    top: -1px;
}

.nav-tabs>li a .icons {
    font-size: 28px;
    margin-bottom: 10px;
}

.nav-link {
    display: block;
    padding: 0.2rem 2rem;
    font-size: 16px;
    line-height: 20px;
}

.ul-list {
    list-style-image: url('../images/bullet.png') !important;
    padding-left: 40px;
    padding-top: 12px;
    text-align: justify;
}
 
.main_div ul {
    list-style-image: url('../images/bullet.png')!important;
    padding-left: 30px;
    padding-top: 12px;
	text-align:justify;
}

.main_div ul li{
	padding-bottom: 15px;
}

.main_div ol li {
	list-style: decimal;
    padding-left: 40px;
    padding-top: 12px;text-align:justify;
}

.main_div img {
	
	max-width:100%;
	height:auto;
	
}
 
.panel-heading h3 {
    width: 100%;
    font-size: 18px;
    color: #434040;
    font-family: 'EkMukta-Regular';
    float: none !important;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize
}

.panel-heading h4 {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-family: 'EkMukta-Regular';
    float: none !important;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    text-transform: capitalize;
    font-weight: normal
}

.panel-heading h5 {
    width: 100%;
    font-size: 16px;
    color: #434040;
    font-family: 'EkMukta-Regular';
    float: none !important;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize
}

.panel-body ul {
    padding: 5px;
}

.panel-body ul li a {
    color: #333;
    font-family: 'EkMukta-Regular';
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 0px;
}

.panel-body ul li a:hover {
    color: #D22C2E;
}

.panel-body p {
    color: #333;
    font-family: 'EkMukta-Regular';
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    font-weight: 400;
}

.product {
    width: 100%;
    height: auto;
}

.product img {
    width: 98%;
    border: 2px solid #D8D8D8;
    cursor: pointer;
    background-color: #FFF;
    position: relative;
    margin-top: 2px;
    padding: 10px 0px;
    margin-bottom: 2px;
    /*max-width: 240px;*/
    transition: all 0.5s ease 0s;
    text-align: center;
    max-height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.product img:hover {
    opacity: 0.8
}

.grid-flex h4 {
    width: 80%;
    float: none;
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-family: 'EkMukta-Regular';
    text-align: center;
    padding: 8px 0px;
    margin: 0px;
    text-transform: capitalize;
    line-height: 24px;
}

.no-pad {
    padding: 0px;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.fade-in.three {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.fade-in.four {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.fade-in.five {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.fade-in.six {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.p-span {
    font-size: 22px;
    color: #FF6A00;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    font-family: 'icomoon';
    content: "\f105";
    float: right;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.header-items {
    margin: auto 0;
    display: none;
    display: inline-block;
}
 

.text-right {
    text-align: right !important;
}

.product-bg {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px 40px 0px;
    background: url(../images/bg/road-bg.jpg)#000;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.inner-bg {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    position: relative;
    padding: 40px 0px 0px 0px;
}

/*.education-bg::before {content: "";position: absolute;top: -36px;border-top: 0px solid transparent;
border-bottom: 36px solid transparent;border-right: 70px solid #fff;left: 0px;width: 50%;height: 35px;
background: #f7f7f7 none repeat scroll 0% 0%;}*/
/*Flex items*/
.list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -op-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -op-wrap;
}

.list-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -op-flex;
    padding: 0px;
    width: 100%;
}

/*@media (min-width:801px) and (max-width:1920px) {
  .list-item {
    width:25%;float:left;
  }
}

@media (min-width:700px) and (max-width:800px) {
  .list-item {
    width: 50%;
  }
}*/
.list-content {
    background: rgba(3, 40, 90, 0.8);
    display: flex;
    flex-direction: column;
    padding: 1px;
    text-align: center !important;
    float: left;
    width: 100%;
    padding: 15px;
}

.list-content h3 {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

.list-content h3 a {
    color: #FFF;
    text-decoration: none
}

.list-content h3 a:hover {
    color: #f58220;
    text-decoration: none
}

.list-content p {
    flex: 1 0 auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
}

.list-content p span {
    color: #d3952a
}

.list-content p img {
    width: 100%;
    height: auto;
    max-width: 120px;
    text-align: center;
    margin: 5px 0px;
}

.box-shadow1 h4 {
    width: 100%;
    float: none;
    display: block;
    font-size: 18px;
    color: #76d9f4;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 4px 0px;
    line-height: 22px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    border-bottom: none
}

.box-shadow1 p {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    line-height: 20px;
    font-weight: 300
}

.box-shadow1 p a {
    color: #FDC64D;
    text-decoration: none
}

.box-shadow1 p a:hover {
    color: #ee3b3e;
    text-decoration: none
}

.skew {
    transform: skewX(-20deg)
}

.skewn {
    transform: skewX(20deg) !important
}

.google-map {
    width: 100%;
    height: 300px !important;
}

.ml-8 {
    margin-left: -8px !important
}

.display {
    display: block;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #db331d;
    text-align: center;
}

.italic {
    font-style: italic !important
}

.text-deco {
    text-decoration: line-through
}

.pageSeparator {
    position: absolute;
    margin-top: -79px;
    z-index: 2;
}

.pageSeparator,
.pageSeparator svg {
    width: 100%;
    height: 80px !important;
}

.pageSeparator,
.pageSeparator svg {
    display: block !important;
    visibility: visible !important;
}

.pageSeparator1 {
    position: absolute;
    margin-top: -100px;
    z-index: 1;
}

.pageSeparator1,
.pageSeparator1 svg {
    width: 100%;
    height: 100px !important;
}

.pageSeparator1,
.pageSeparator1 svg {
    display: block !important;
    visibility: visible !important;
}

/********** GLOBAL STYLES **********/
.fl {
    float: left !important
}

.bdrnone {
    border: none;
}

.color1 {
    color: #fff !important;
}

.colorb {
    color: #000 !important;
}

.bold {
    font-weight: bold
}

.colg {
    color: #919191 !important
}

.color2 {
    color: #fcff00 !important;
}

.m0p0 {
    margin: 0;
    padding: 0 !important;
}

.textalign {
    text-align: center !important;
}

.textalignleft {
    text-align: left;
}

.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.DisNone {
    display: none;
}

.breakline {
    border-bottom: 2px solid #940541;
}

.bdr {
    border: 1px solid #E8E9EA;
}

.b3 {
    border: 3px solid #bdbdbd
}

.bdr-bottom {
    border-bottom-style: dotted;
    border-bottom-color: #c0333d;
    border-bottom-width: 2px;
    margin: 10px 0px
}

.bdr-top {
    border-top: 1px solid #cacaca;
    padding: 0px;
}

.bdr-top6 {
    border-top: 6px solid #fcb131
}

.bdr-right {
    border-right: 1px solid #191818;
    max-height: 211px
}

.bdr-left {
    border-left: 1px solid #191818;
    min-height: 211px
}

.bdr-top1 {
    border-top: 1px solid #3e3e44
}

.col1 {
    color: #000;
}

.fr {
    float: right !important;
}

.fl {
    float: left;
}

#bn {
    border: none
}

.bn {
    background: none !important
}

.fsize16 {
    font-size: 16px;
}

.bdr-bottom6 {
    border-bottom: 6px solid #d3323a;
    padding: 0px;
}

.radius {
    border-radius: 80px !important
}

.textcap {
    text-transform: capitalize !important
}

.red1 {
    text-align: center;
    color: #bb210f;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 26px;
}

.red2 {
    color: #bb210f !important;
}

.br {
    border-right: 1px solid #db331d
}

hr {
    border: 1px solid #ffbc74;
    width: 100%;
    margin: 2px 0px;
    padding: 0px;
}

.mtb {
    margin: 10px 0;
}

.top {
    margin-top: -35px;
}

.ws {
    width: 100%;
}

.divider {
    background: url(../images/divider.png) right center no-repeat;
}

.location {
    border: 2px solid #ccc;
    float: left;
    margin: 5px 0px;
}

.border6 {
    border: 1px solid #ccc;
}

.brd {
    border-radius: 0px !important;
}

.border-y {
    border: 4px solid #faab32;
}

.border-w {
    border: 4px solid #fff;
}


.fullWidth {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.bcdg {
    background: #eeeeee;
    position: relative;
}

.about-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0px 60px 0px;
    background: #ececf3; /* url(../images/bg3.jpg) */
    background-position: bottom left;
    background-repeat:no-repeat;
    position: relative;
}

.about-bg-home {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0px 60px 0px;
    background: url(../images/pattern.jpg); /*  #ececf3;*/
    background-position: bottom left;
    /*background-repeat:no-repeat;*/
    position: relative;
}

.galley-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 60px 0px 60px 0px;
  
    background-repeat: repeat;
    background-position: top left;
    background-repeat: repeat;
    position: relative;
 }

.matrimony-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0px 180px 0px;
   
    background-position: top left;
    background-repeat: repeat;
    position: relative;
}

  .announcement-card{
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 12px;
    background: #cfccc9;
    border-radius: 10px;
    display: block;
  }

   .news-card{
    width: 100%;
    margin: 10px auto;
    max-width: 100%;
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 12px;
    background: #f3ecd6;
    border-radius: 10px;
    display: block;
  }

 .about-bg svg{
     fill: rgb(249, 129, 174);
 }


 .about-bg svg{
    fill: rgb(249, 129, 174);
   }

 .user-img {
    width: 100%;
    max-width: 102px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 5px 15px 10px 0px;
    float: left;
    padding: 0px;
    border: 4px solid #575757;
    border-radius:12px;
}

.top-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background: url(../images/bg1.jpg) no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    z-index:0;
    position:relative;
}

.inner-bg1 {
    position:relative;
    background-color:rgba(96, 79, 65, 0.65);
    overflow: hidden;
    width:100%;
    height:100%;
    height:auto;
    z-index:1;
    padding:80px 0px 80px 0px;
 }

 .inner-bg3 {
    position:relative;
    background-color:rgba(96, 79, 65, 0.75);
    overflow: hidden;
    width:100%;
    height:100%;
    height:auto;
    z-index:1;
    padding:60px 0px 60px 0px;
 }

 /* .top-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/wedding.png) no-repeat;
     width:220px;
    height:173px;
    z-index:0;
 } */

.bottom-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding:  0px 0px;
    background: url(../images/bg4.jpg) no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.light-bg {
    background: #ffeff5;
    width: 100%;
    margin:0 auto;
    width:100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ffd0e2;
}

.breadcrumb {
    padding: 0.2rem 1rem;
}   

.common-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 0px 50px 0px;
    background: #fff; 
    position: relative;
}

.client-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/bg2.jpg) no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    z-index:0;
    position:relative;
 }

.inner-bg2 {
    position:relative;
    background-color:rgba(79, 61, 39, 0.75);
    overflow: hidden;
    width:100%;
    height:100%;
    height:auto;
    z-index:1;
    padding: 100px 0px 100px 0px;
 }
 
.inner-trustee {
    position:relative;
    background-color:rgba(79, 61, 39, 0.75);
    overflow: hidden;
    width:100%;
    height:100%;
    height:auto;
    z-index:1;
    padding: 10px 0px 100px 0px;
 } 
 
.inner-whats-new {
    position:relative;
    background-color:rgba(79, 61, 39, 0.75);
    overflow: hidden;
    width:100%;
    height:100%;
    height:auto;
    z-index:1;
    padding: 10px 0px 10px 0px;
 }  

  /* .mainfooter::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/wedding.png) no-repeat;
     width:220px;
    height:173px;
    z-index:0;
 }   */

 .mainfooter::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
  
     width:700px;
    height:336px;
    z-index:0;
    opacity: 0.2;
 } 

.display1 {
    display: block;
    padding: 27px 30px;
}

.bro {
    border: 3px solid #ff9967;
    border-radius: 0px;
}

.bcly1 {
    background: url(../images/bg/video-bg.jpg)#fff2dc;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.bcly2 {
    background: #fed6a2;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

.bcly3 {
    background: #fff2dc;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 2px 6px #333;
    padding: 12px;
    border-bottom: 4px solid red;
    border-top: 4px solid red
}

.bcly4 {
    background: #fff2dc;
    position: relative;
}

.yellow-box {
    background: #fbecd5;
    position: relative;
    border-bottom: 5px solid #bb210f;
    padding: 12px;
}

.bcdb {
    background: #A2D4F2
}

.bco {
    background: #f58220
}

.text-orange {
    color: #f58220;
}

.bcnone {
    background: none !important;
    border-bottom: none;
}

.fc1 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
}

.fc {
    font-size: 15px;
    color: #333333;
    font-weight: bold
}

.fc2 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.fs {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    right: 50px;
    top: 3px;
    display: none;
    font-weight: 400;
    color: #fff;
    /*text-shadow: 0px 1px 1px #333;*/
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.f12 {
    font-size: 12px;
    line-height: 18px;
}

.plr {}

.fsi {
    font-style: italic !important
}

.z-index {
    z-index: 999 !important
}

.z-index1 {
    z-index: 0px !important
}

::selection {
    background-color: #9e9e9e;
    color: #000;
}

::-moz-selection {
    background-color: #9e9e9e;
    color: #000
}

.clear {
    clear: both
}

/********** GLOBAL STYLES **********/
.fullbanner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner {
    position: relative;
    margin-top: 0px;
    z-index: 0;
    border-bottom: 0px solid #fff
}

.banner-img {
    width: 100%;
    height: auto;
    float: left;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.banner1 {
    position: relative;
    margin-top: 50px;
    z-index: 0;
    border-bottom: 0px solid #fff
}

.banner .carousel-control {
    width: 50px;
    height: 65px;
    top: 45% !important;
}

.banner .carousel-control span {
    display: none;
}

/*
.banner .carousel-control.left {
    cursor: url(../images/previous.png),default;
    left: 20px!important;
}

.banner .carousel-control.right {
    cursor: url(../images/next.png),default;
    right: 20px!important;
}*/
.banner .carousel-control.left {
    background: url(../images/previous.png)left center no-repeat;
    left: 20px !important;
}

.banner .carousel-control.right {
    background: url(../images/next.png)right center no-repeat;
    right: 20px !important;
}

/* Carousel Fading slide
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* Carousel Control custom
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */
/* Removing BS background
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
/* Assigning animation to indicator li will make slides flicker */
/* Hover animation
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }
/* Hover animation */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0rem;
}


h1 {
    width: 100%;
    float: left;
    font-size: 21px;
    color: #dd3072;
    font-family: 'Roboto', sans-serif;
    /* text-transform: capitalize; */
    text-align: left;
    padding: 8px 0px;
    line-height: 28px;
    font-weight:600;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
    letter-spacing: 0px;
}

h1 span {
    color: #005490;
}

.yellow-text {
    color: #4af4fc !important; /*#fcbf4a;*/
 }

.pink-text {
    color: #dd3072 !important;
}
 
.white-text{
    color: #fff !important;
}

h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #dd3072;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 8px 0px;
    line-height: 30px;
   
    font-weight: 600;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    position: relative;
}

h2 span {
    color: #5c5b5b;
 }



.count-h4{ text-transform: capitalize;text-align:center!important; margin-bottom:0px;}
.count-h3{ text-transform: capitalize;text-align:center;color:#464646 !important; font-size:14px; margin-bottom:0px; padding:0px 0px!important;font-weight:500; line-height:20px;}
.counter{ text-transform: capitalize;text-align:center;color:#dd3072!important; font-size:24px; margin-bottom:0px; font-weight:700!important}
.count-h2{ padding:0px 0px!important;color:#dd3072!important;} 

.divider-bg {
    border-right: 1px solid  #ffbc74; 
}
 
h3 {
    width: 100%;
    float: left;
    display: block;
    font-size:16px;
    color: #dd3072;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 8px 0px;
    line-height: 32px;
    text-transform: capitalize; 
    font-weight: 600;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

h3 span {
    color: #202020;
    font-weight: 600;
}

h4 {
    width: 100%;
    float: left;
    display: block;
    font-size: 15px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 10px 0px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 500;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

h4 a {
    color: #202020;
}

h4 a:hover {
    color: #ccc;
}

h4 span {
    color: #c81b5c;
}

h5 {
    /* width:100%; float:left; */
    display: inline-block;
    font-size: 13px;
    color: #c81b5c;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 1px 0px;
    line-height: 21px;
    text-transform: capitalize;
    font-weight: 700 !important;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

h5 span {
    color: #515151
}

blockquote {
    /* background:rgba(0, 0, 0, 0.4);*/
    border-left: 0px solid #ccc;
    margin: 10px;
    border-radius: 0px;
    padding: 5px 5px;
    quotes: "\201C""\201D""\2018""\2019";
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #fff;
    font-size: 2.8em;
    text-shadow: 1px 2px 4px #333;
    margin-top: 30px;
    display: none
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -20px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -20px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 20px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #cfcfcf;
}

#quote-carousel .carousel-indicators .active {
    background: #6c6c6c;
}

#quote-carousel img {
    max-width: 100px;
    width: 100%;
    height: 100px
}

/* End carousel */
.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
    border: 3px solid #b0aeae;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    font-size: 20px;
    margin-right: 6px;
    color: #0e70ad;
}

.cd-img {
    width: 100%;
    height: auto;
    max-width: 200px;
    float: none;
    margin: 5px 0px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center
}

/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 10px 30px 10px;
        background: #fff;
        border-radius: 8px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: 20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }
}

blockquote p {
    display: inline;
}

.border-thik {
    position: absolute;
    width: 14px;
    height: 68px;
    content: "";
    top: -14px;
    left: 0;
    background: #fff;
    transform: rotate(30deg);
}

.border-thik1 {
    position: absolute;
    width: 14px;
    height: 68px;
    content: "";
    top: -14px;
    left: 14px;
    background: #e6191b;
    transform: rotate(30deg);
}

.view {
    width: 100% !important;
    max-width: 65px !important;
    margin: 20px 0px;
    height: auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    display: inline-block
}

.view:hover {
    width: 100% !important;
    max-width: 70px !important;
    transform: scale(1);
    margin: 20px 0px;
    height: auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    display: inline-block
}

.client-box {
    height: 80px;
    text-align: center !important;
    border: 1px solid #CCC;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    float: none;
    margin: 10px 0px;
    border-radius: 6px
}

.client-box p {
    text-align: center !important;
    float: none;
    padding: 10px 4px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.client-box img {
    width: 100%;
    max-width: 160px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    vertical-align: middle;
    margin: 5px 0px;
    height: auto;
}

.icon-img {
    width: 100%;
    max-width: 125px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 3px 0px
}

.project-logo {
    width: 100%;
    max-width: 160px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 5px 0px;
}

.project-logo1 {
    width: 100%;
    max-width: 170px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 10px 0px;
}

 
/*	MEMBER-BOX
---------------------------------*/
.member-box {
    position: relative;
    box-shadow: none;
    overflow: hidden;
    margin: 5px 10px;
}

/*.member-box .social{
	min-width: 50px;
	background: #1b252e;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 9;
}
.member-box .social .icon{
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #303941;
}
.member-box .social .icon i{ font-size: 22px; color: #fff; }*/
.member-box .member {
    margin: 0px;
    position: relative;
    border: 2px solid #7e7e7e;
    border-radius: 5px;
    overflow: hidden;
}

.member-box .member .image img {
    width: 100%;
}

.member-box .member .detail {
    padding: 15px 15px 8px 15px;
    min-height: 50px;
    background: #fff;
}

.member-box .member .detail h5 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.member-box .member .detail .occupation {
    font-style: italic;
    font-size: 16px;
    color: #888888;
}

.member-box .member .description {
    position: absolute;
    top: 76%;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: rgba(90, 180, 249, 0.85);
    padding: 10px 10px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
}

.member-box .member .description h3 {
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
    padding: 7px 0px 20px 0px;
}

.member-box .member .heading {
    width: 100%;
    height: 70px;
    vertical-align: top;
}

.member-box .member h3 {
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 15px 15px;
}

.member-box .member .description .occupation {
    font-style: italic;
    font-size: 16px;
    color: #f0b648;
    margin-bottom: 25px;
    display: block;
}

.member-box .member .description1 {
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    background: rgba(5, 57, 106, 0.85);
    padding: 10px 10px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
}

.member-box .member .description1 p {
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    padding: 10px 0px;
}

.member-box .member .description1 p a {
    font-size: 14px;
    text-align: center;
    color: #5fcbef;
}

.member-box .member .description1 p a:hover {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.member-box:hover .member .description1 {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    right: 0;
}

.member-box .member .description p {
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    padding: 5px 0px 10px 0px;
}

.member-box .member .description p a {
    font-size: 14px;
    text-align: center;
    color: #5fcbef;
}

.member-box .member .description p a:hover {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.member-box:hover .member .description {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    top: 0;
}

.member-box:hover .member .description h4 {
    margin-top: 30px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
}
 

.overlap {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/overlap.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlap1 {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/overlap1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.item h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
.item h4{
	margin:0px; padding:8px 0px; border-bottom:1px dashed #dedbd6;
	font-size: 18px; color:#cb3547; text-align:center;
}

.item h5{
	margin:0px; padding:8px 0px;width:100%;
	font-size: 16px; color:#cb3547;  font-family:  'Roboto', sans-serif; font-size:16px; font-weight:300;
}
.item h1{
	margin: inherit;
}
.white-bg{
border-bottom:6px solid #cb3547; background:#fff; padding:0px;
}

.white-bg:hover{
border-bottom:6px solid #0a5b9a;}

.white-bg1{
border-bottom:6px solid #0a5b9a; background:#fff; padding:20px;
}

.white-bg1:hover{
border-bottom:6px solid #cb3547;}
*/
.serachwrap {
    float: right;
    max-width: 100%;
    position: relative;
    margin: 40px 0
}

.serachwrap input {
    width: 100%;
    font-size: 14px;
    float: right;
    padding: 10px 40px 10px 10px;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    width: 395px;
    border: none;
    color: #444444;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.serachwrap input:focus {
    box-shadow: 0 0 4px rgba(12, 95, 172, 0.5);
    color: #0c5fac
}

.serachwrap .submitbutt {
    display: block;
    cursor: pointer;
    padding: 3px 5px;
    position: absolute;
    top: 3px;
    right: 6px;
    border: none;
    background: none;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #82828f
}

p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 400;
}

.heading2 p {
	
    font-size: 16px;
    color: #e9ecef;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 400;	
}


.about-img {
    width: 100%;
    max-width: 350px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 5px 20px 10px 0px;
    float: left;
    padding: 0px;
    border: 0px solid #fff;
    /* box-shadow:0px 0px 4px #333; border-radius:10px; */
}

.gandhi-img {
    width: 100%;
    max-width: 207px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 10px 20px 10px 0px;
    float: left;
    padding: 0px;
    border: 0px solid #dcdcdc;
    border-radius: 0px;
}

.md-img {
    width: 100%;
    max-width: 130px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 5px 15px 10px 0px;
    float: left;
    padding: 0px;
    border: 0px solid #dcdcdc;
    border-radius: 0px;
}

.quality-img {
    width: 100%;
    max-width: 445px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 10px 0px;
    float: left;
    padding: 0px;
    border: 4px solid #fff;
    /* box-shadow:0px 0px 4px #333; border-radius:10px; */
}

.product-img {
    width: 100%;
    max-width: 800px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 10px 0px;
    float: none;
    padding: 0px;
    border: 4px solid #fff;
    /* box-shadow:0px 0px 4px #333; border-radius:10px; */
}

.paint-img {
    width: 100%;
    max-width: 290px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 5px 0px 10px 15px;
    float: right;
    padding: 0px;
    border: 3px solid #dddddd;
    /* box-shadow:0px 0px 4px #333; border-radius:10px; */
}

.news-img1 {
    width: 100%;
    max-width: 210px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 10px 0px;
    float: none;
    padding: 0px;
    border: 3px solid #dddddd;
    /* box-shadow:0px 0px 4px #333; border-radius:10px; */
}

.news-img {
    width: 100%;
    max-width: 200px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-align: center;
    margin: 5px 0px;
    float: none;
    padding: 0px;
    border: 4px solid #fff;
}

.blog-p {
    font-size: 13px;
    color: #636466;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-top: 4px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog-p a {
    list-style: none;
    color: #D0202D;
}

.blog-p a:hover {
    list-style: none;
    color: #000
}

.col-b {
    color: #000 !important
}

.col-w {
    color: #fff
}

.rslides-btn {
    position: absolute;
    list-style: none;
    bottom: 50px;
    left: 46%;
    background: none;
    border-radius: 0px;
    width: 60px;
    height: 50px;
    color: #fff;
    background: none
        /*rgba(255,255,255,0.5)*/
    ;
    padding: 18px;
    z-index: 9;
    margin: 0;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    text-shadow: 0px 1px 4px #333;
}

.rslides-btn:hover {
    list-style: none;
    color: #fecd29;
    -webkit-animation: bounce 2s ease infinite;
    /*background: url(../images/hexa-hover.png) left top no-repeat*/
    ;
    animation: bounce 2s ease infinite;
    box-shadow: none !important;
    text-shadow: 0px 1px 4px #333;
}

.span-red {
    font-size: 15px;
    color: #d3323a !important;
}

.footer-p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    padding-top: 4px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    font-weight: 300
}

.footer-p a {
    color: #333;
    text-decoration: none
}

.footer-p a:hover {
    color: #000;
    text-decoration: underline
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-forward:before {
    content: "\f101";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.mainfooter {
    padding: 30px 0px 25px 0px;
    background: #5e0c2b;
    width: 100%;
    z-index: 0;
    height: auto;
    position: relative;
}

/*.mainfooter::before {
    content: "";
    position: absolute;
    top: -36px; border-top: 0px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 70px solid #fff;
    right: 0px;
    width: 50%;
    height: 35px;
    background: #146ac3 none repeat scroll 0% 0%;
}
*/
.mainfooter h4 {
    width: 100%;
    float: left;
    display: block;
    font-size: 16px;
    color: #ffa844;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 12px 0px;
    line-height: 25px;
    text-transform:capitalize;
    font-weight: 600;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.mainfooter h4 span {
    color: #fff;
    font-weight: 700;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #333;
}

.panel ul li span {
    color: #333;
    font-weight: bold;
    margin-left: 0px;
}

.panel ul li img {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 5px 0px 0px;
    max-width: 65px;
    border: 2px solid #ddd;
}

.testimonial p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    padding: 0px 10px;
}

.left-sidebar {
    width: 100%;
    border-radius: 0px;
    background-color: #F9DFB1;
    margin: 0px 0px;
    border: 0px solid #e5e5e5;
    border-bottom: 5px solid #B13B01;
    box-shadow: 0px 2px 6px #666
}

.contact {
    background: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-size:cover;*/
    min-height: 195px;
}

.contact p {
    color: #fff;
    font-size: 12px;
    font-family:'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    font-weight: normal;
}

.contact p a {
    color: #fff;
    font-weight: normal;
}

.contact p a:hover {
    color: #ccc;
    text-decoration: none;
}

.coupon-logo {
    width: 100%;
    height: auto;
    float: left;
    max-width: 180px;
}

.footlink p {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
}

.footlink p b {
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: 700;
}

.footlink li {
    display: block;
    font-size: 12px;
    margin: 1px 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 25px;
    line-height: 28px;
}

.footlink li:after {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background: url(../images/bullet.png) no-repeat center center;
    display: block;
    width: 15px;
    height: 17px;
    color: #fff;
    padding: 0px 10px;
}

.footlink li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    margin-left: 0px;
}

.footlink li a:hover {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.contact li {
    display: block;
    margin: 3px 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    line-height: 32px;
    border-bottom: none;
    border-bottom: 1px solid #a59c8a;
}

.contact li:after {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background: none;
    display: block;
    width: 15px;
    height: 17px;
    color: #e7692b;
    display: none
}

.contact li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.contact li a:hover {
    color: #ccc;
    text-decoration: none;
}

.footer-nav {
    margin: 0px;
    padding: 1px;
}

.footer-nav ul {
    margin: 0px;
    padding: 0px;
}

.footer-nav li {
    display: inline-block;
    margin: 0px;
    padding: 5px 0px 5px 2px;
    font-family:'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    list-style: none;
    line-height: 22px;
    text-align: left
}

.footer-nav li a,
.footer-nav li a:link,
.footer-nav li a:visited {
    margin: 0px;
    padding: 0px;
    color: #ccc;
    text-decoration: none;
    list-style: none;
}

.footer-nav li a:hover,
.footer-nav li a.active {
    margin: 0px;
    padding: 0px;
    color: #ccc2;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.footlink p a {
    color: #fff;
    font-weight: normal;
}

.footlink p a:hover {
    color: #ccc;
    text-decoration: none;
}

.cl-b {}

.heading-p {
    margin: 0px;
    padding: 2px 0px;
    font-size: 15px;
    color: #1058a0;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}

.heading-p a {
    color: #1058a0;
}

.heading-p a:hover {
    color: #333;
}

.icon-top {
    width: 40px;
    height: 38px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    display: inline-block;
    margin: 0px 0;
    text-align: center;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 1;
    background: #f58220;
    border: 0px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding: 5px;
    border-radius: 0px;
}

.icon1 {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    display: table;
    margin: 0 auto !important;
    text-align: center;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 1;
    background: none;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding: 10px 0px;
    border-radius: 50px;
}

.icon1 span {
    width: 100px;
    height: 100px;
    /*box-shadow: 0 1px 5px rgba(0,0,0,.2)*/
    margin-bottom: 0px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    vertical-align: middle !important;
    display: table-cell
}

.icon2 {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    display: inline-block;
    margin: 15px 0;
    text-align: center;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 1;
    background: #f7bd4f;
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    padding: 10px 0px;
    border-radius: 50px;
}

.icon2 span {
    width: 100px;
    height: 100px;
    /*box-shadow: 0 1px 5px rgba(0,0,0,.2)*/
    cursor: pointer;
    margin-bottom: 0px;
    text-align: center;
    line-height: 125px;
    color: #fff;
    vertical-align: middle
}

.icon2:hover {
    background: #f7bd4f;
    color: #fff;
    opacity: 0.8;
    transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    box-shadow: 2px 2px 5px rgb(47, 32, 25);
}

 
.enquiry {
    margin: 0px;
    padding: 2px 0px;
    font-size: 18px;
    color: #1058a0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
}

.enquiry1 {
    margin: 0px;
    width: 40px;
    height: 163px;
    position: fixed;
    left: 0px;
    top: 200px;
    padding: 0px;
    font-size: 18px;
    color: #1058a0;
    text-align: center;
    z-index: 999
}

/* @group Blink */

.blink {
    color: #ae0e0e !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-animation: blink .9s linear infinite;
    -moz-animation: blink .9s linear infinite;
    -ms-animation: blink .9s linear infinite;
    -o-animation: blink .9s linear infinite;
    animation: blink .9s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @end */
.gallery li a {
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.gallery li a:after {
    content: "";
    display: block;
    clear: both;
}

.gallery li a {
    width: 14.5%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
}

.gallery li a img {
    width: 100%;
    border: 1px solid #E0E0E0;
    margin: 8px 0px;
    border-radius: 0px;
}

.gallery li a:hover {
    color: #C72315
}

.gallery1 li {
    list-style-type: none;
}

.gallery1 li a {
    list-style-type: none;
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.gallery1 li a:after {
    content: "";
    display: block;
    clear: both;
}

.gallery1 li a {
    width: 48%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
    list-style-type: none;
}

.gallery1 li a img {
    width: 100%;
    border: 0px solid #F9D2A5;
    margin: 2px 0px;
    border-radius: 0px;
}

.gallery1 li a:hover,
.gallery1 li a img:hover {
    color: #C72315;
    opacity: 0.8
}

.videogallery li a {
    display: inline-block;
    margin: 1% 1%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.videogallery li a:after {
    content: "";
    display: block;
    clear: both;
}

.videogallery li a {
    width: 31%;
    float: left;
    text-align: center;
    color: #333;
    height: auto;
    min-height: 210px;
}

.videogallery li a img {
    width: 100%;
    border: 3px solid #F9D2A5;
    margin: 8px 0px;
    border-radius: 6px;
}

.videogallery li a:hover {
    color: #C72315
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    border: 2px solid #ccc;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 46.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.socialicon {
    width: 100%
}

.socialicon li {
    padding: 1px;
    display: inline-block;
    float: none;
    text-align: left;
    margin-top:0px;
    color: #fff;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 13px;
}

.socialicon li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #fff;
    /* background:#043f69;*/
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px !important;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 20px;
    /*box-shadow:0px 2px 5px #000*/
    border: 0px solid #fff;
}

.socialicon li a:hover {
    border-radius: 20px;
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border-radius: 6px;
}

.socialicon li a:hover,
.socialicon li a:focus {
    color: #fff
}

.fb {
    background: #375db2;
}

.tweet {
    background: #00abf0
}

.you-tube {
    background: #ad1a24
}

.vimeo {
    background: #d03428
}

.google {
    background: #DD4B39
}

.linkin {
    background: #1881ba
}

.insta {
    background: #1881ba
}

 
.copyright ul {
    text-align: center !important
}

.copyright a {
    color: #ffa844;
    text-decoration: none
}

.copyright a:hover,
.copyright a:focus {
    color: #fff;
    text-decoration: none
}

.tab-content {
    padding: 20px;
    border-top: 1px solid #ECECEC;
    /*background-color: #fff; */
    position: relative;
    top: 0px;
}

.nav-tabs>li a .icons {
    font-size: 28px;
    margin-bottom: 10px;
}



.content-nav {
    margin: px 0px;
    padding: 0px;
}

.content-nav ul {
    margin: 0px 0px;
    padding: 0px;
}

.content-nav li {
    display: block;
    margin: 0px;
    padding: 1px 0px 1px 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2e2e2e;
    text-decoration: none;
    list-style: none;
    line-height: 30px;
    background: url(../images/bullet.png)0px 9px no-repeat;
    text-align: justify;
    border-bottom: 0px solid #e4e0e0
}

.content-nav li a,
.content-nav li a:link,
.content-nav li a:visited {
    margin: 0px;
    padding: 0px;
    color: #2e2e2e;
    text-decoration: none;
    list-style: none;
    margin-left: 0px;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.content-nav li a:hover,
.content-nav li a.active {
    margin: 0px;
    padding: 0px;
    color: #D23A3F;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    margin-left: 10px;
}

.content-nav1 {
    margin: px 0px;
    padding: 0px;
}

.content-nav1 ol {
    margin: 0px 0px;
    padding: 0px;
}

.content-nav1 li {
    display: block;
    margin: 0px;
    padding: 1px 0px 1px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2e2e2e;
    text-decoration: none;
    list-style: none;
    line-height: 30px;
    text-align: justify;
    border-bottom: 0px solid #e4e0e0
}

.content-nav1 li a, .content-nav li a:link, .content-nav li a:visited {
    margin: 0px;
    padding: 0px;
    color: #dd3072;
    text-decoration: none;
    list-style: none;
    margin-left: 0px;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}

.content-nav1 li a:hover,
.content-nav li a.active {
    margin: 0px;
    padding: 0px;
    color: #D23A3F;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    margin-left: 10px;
}

.top-nav2 {
    margin: 0px;
    padding: 5px;
    text-align: center;
}

.top-nav2 ul {
    margin: 0px;
    padding: 0px;
    text-align: center
}

.top-nav2 li {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    list-style: none;
    line-height: 20px;
    /* background: url(../images/bullet1.png)0px 17px no-repeat; */
    text-align: center;
}

.top-nav2 li a,
.top-nav2 li a:link,
.top-nav2 li a:visited {
    margin: 0px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    list-style: none;
    border-bottom: 4px solid transparnt;
    background: #FF5454 none repeat scroll 0% 0%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.top-nav2 li a:hover,
.top-nav2 li a.active {
    margin: 0px;
    padding: 10px;
    color: fff;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
    border-bottom: 4px solid #333;
    background: #5F5F5F none repeat scroll 0% 0%;
}

.top-nav1 {
    margin: 0px;
    padding: 0px;
}

.top-nav1 ul {
    margin: 0px;
    padding: 0px;
    text-align: left
}

.top-nav1 li {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5d5d5d;
    text-decoration: none;
    list-style: none;
    line-height: 25px;
    /* background: url(../images/bullet1.png)0px 17px no-repeat; */
    text-align: left;
}

.top-nav1 li b {
    color: #3d3d3d
}

.top-nav1 li a,
.top-nav1 li a:link,
.top-nav1 li a:visited {
    margin: 0px;
    padding: 0px;
    color: #333;
    text-decoration: none;
    list-style: none;
}

.top-nav1 li a:hover,
.top-nav1 li a.active {
    margin: 0px;
    padding: 0px;
    color: #3d3d3d;
    text-decoration: none;
    list-style: none;
    -moz-transition: 0.4s ease-in-out 0s;
    -ms-transition: 0.4s ease-in-out 0s;
    -webkit-transition: 0.4s ease-in-out 0s;
    transition: 0.4s ease-in-out 0s;
}


.animated-section{
    background-color: rgba(255,255,255, 0.8);
    border-radius: 100px;
    padding: 10px;
    margin-top:50px;
    border: 1px solid #ffbc74;
}
 
.scroll-content{
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    height: 350px;
    box-sizing: border-box;
    padding: 5px 0px 10px;
    overflow: hidden;
  }

.svg-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: -5px;
    margin-right: 2px;
} 

/** start go to top **/

#elevator_item {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2%;
    bottom: 65px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity 0.4s;
    z-index: 999999;
    color: #fff;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    border-radius: 8px;
    /*box-shadow: 0 2px 6px rgba(0,0,0,.6)*/
    ;
}

#elevator_item.off {
    opacity: 0;
    visibility: hidden
}

#elevator {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon_top1.png) top center no-repeat;
    background-color:#8c0638;
    padding:8px;
    cursor: pointer;
    margin-bottom: 0px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #72727b;
    border-radius: 8px;
}

#elevator:hover {
    background-color: none;
    color: #fff;
}

#elevator:active {
    background-color: none;
    color: #fff;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

/** end go to top **/

/********** Start bx-wrapper **********/ 

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 10px;
    *zoom: 1;
}

.bxslider li p {
    font-size: 16px;
    color: #ad1a24;
    font-style: normal;
    padding: 5px 10px;
    line-height: 22px;
    position: relative;
    margin: 0px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    transition: all 0.5s ease 0s;
    font-weight: 400;
    border-bottom: 0px solid #ccc;
}

.bxslider li p .span1 {
    color: #f76229;
    position: relative;
    bottom: 0.2em;
    font-size: 40px;
}

.bxslider li p span {
    font-size: 16px;
    margin: 5px 0px;
    color: #f76229;
    font-style: normal;
    font-weight: 700;
}

.bx-wrapper img {
    width: 100%;
    height: auto;
    text-align: center;
    border: 0px solid #fff;
    display: inline-block;
    margin: 0 auto;
}

/** THEME
      
      ===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

/** THEME
      
      ===================================*/


.bx-wrapper .bx-viewport {
    left: 0px;
    background: none;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 5px;
}

.bxslider li {
    line-height: 0
}

.bx-wrapper {
    padding: 0;
    position: relative;
}

.bx-wrapper .bx-pager {
    color: #fff;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    line-height: 40px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-family: 'FontAwesome';
    color: #fff;
    text-decoration: none;
    display: none;
}

.bx-wrapper .bx-prev {
    left: 5px
}

.bx-wrapper .bx-next {
    right: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    background: #fff;
    text-indent: -9999px;
    border: 1px solid #666
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #dd3072;
    border: 1px solid #fff
}

.quote-img {
    width: 100%;
    height: 25px;
    max-width: 32px;
    float: none;
    text-align: center;
    margin: 10px 0px;
}

/********** End bx-wrapper **********/


label{
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight: 500;
    color: #464646;
}

.activity_rounded {display: inline-block;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    -khtml-border-radius: 50%; border:5px solid #f0720b; margin:20px 0px; width:100px; height:100px; margin:0 auto; text-align: center; background-color:#fbd5a8;
    }
.activity_rounded img  {-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%;-khtml-border-radius: 50%;
    vertical-align: middle;behavior: url(css/PIE.htc);background:#fff; max-width:100px; height:auto;}
	
	
    