﻿@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(http://fonts.googleapis.com/css?family=Tangerine);
@import url(../../../../../fonts.googleapis.com/earlyaccess/lohitdevanagari.css);

/*font-family: 'Tangerine', cursive;*/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box
}

::-moz-selection {
    background: #931e26;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #931e26;
    color: #fff;
    text-shadow: none
}


html,
body {
    height: 100%
}

body {
    font-family: 'Lohit Devanagari', sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333333;
    overflow-x: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

/*============ helper css =================*/

.bg-maroon
{
    background-color: #931e26 !important;
}

.text-maroon
{
    color: #931e26 !important;
}


.bg-maroon-dark
{
    background-color: #7b161d !important;
}

.btn
{
    padding: 7px 20px;
    font-size: 14px;
}

.btn-rounded
{
    border-radius: 30px;
}
.btn-maroon
{
    background-color: #931e26;
    color: #fff;
    transition: all 0.4s;
}

.btn-maroon:hover, .btn-maroon:focus
{
    background-color: #7b161d;
    color: #fff;
}

.lh-h4
{
    line-height: 34px;
}

.lh-h5
{
    line-height: 30px;
}

.lh-h6
{
    line-height: 26px;
}

.form-control {
    height: 40px;
    color: #222;
    box-shadow: 0 0 10px 1px transparent;
    border: 1px solid #ededed;
    transition: all .5s
}

.form-control:focus {
    height: 40px;
    color: #222;
    border-color: #931e26;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1)
}


.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

textarea.form-control {
    height: auto !important
}



/*============ owl-carousel css =================*/
.owl-carousel .owl-nav {
    display: block !important;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    outline: 0;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.4s;
}


.owl-carousel .owl-nav .owl-next {
    right: -50px;
    background: url(control-nav.png) no-repeat left bottom;
    background-size: 78px 78px;
    border-radius: 50%;

}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background: url(control-nav.png) no-repeat left top;
    background-size: 78px 78px;
    border-radius: 50%;

}

.owl-carousel .owl-nav .owl-next:hover {
    background: url(control-nav.png) no-repeat right bottom;
}


.owl-carousel .owl-nav .owl-prev:hover {
    background: url(control-nav.png) no-repeat right top;
}

/*============header css =================*/

.logo img {
    width: 100%;
}

.logo span {
    display: block;
    float: left;
    /* width: 80px; */
}

.logo>a {
    color: #323232;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-decoration: none;
}

.logo i {
    float: left;
    font-style: normal;
    line-height: 18px;
    margin-left: 1px;
    margin-top: 34px;
}

.head-rht {
    font-family: "Lohit Devanagari", sans-serif;
}


.head-rht .subscribe-form {
    margin: 16px auto;
}

.logo small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}


/*============ navbar css =================*/
.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar-toggler {
    position: absolute;
    z-index: 99;
    width: 40px;
    height: 35px;
    display: block;
    top: -68px;
    right: 15px;
    padding: 5px;
    background-color: #931e26;
}
.navbar-toggler span {

    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;

}


.nav .navbar .nav-item .nav-link, .nav .navbar .nav-item .dropdown-item
{
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 600;
    background-color: transparent;
    transition: all 0.4s;
}

.nav .navbar .nav-item .nav-link.active, .nav .navbar .nav-item .nav-link:hover, .nav .navbar .nav-item .dropdown-item:hover
{
    color: #111;
    background-color:  #ffd400;
}

.nav .navbar .dropdown.show > .nav-link
{
    color: #111;
    background-color:  #ffd400;
}

.nav .dropdown-menu {
    background-color: #222;
    min-width: 14rem;
}

.nav .navbar .dropdown-menu .nav-item .nav-link, .nav .navbar .dropdown-menu .nav-item .dropdown-item
{
    padding: 10px 20px;
    font-size: 15px;
    position: relative;
}

.nav .dropdown-submenu {
  position: relative;
}

.nav .dropdown-submenu .dropdown-toggle::after {
    border-top: .4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.nav .dropdown-submenu > .dropdown-toggle:focus {
    color: #111;
    background-color:  #ffd400;
}

.nav .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
}


/*================ Slider css ===============*/
.banner
{
    position: relative;
}

.left-parda {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 9%;
}

.right-parda {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 9%;
}

.banner .home-slider {
    z-index: 2;
}


/*================ section title css ===============*/


.section-title .tag-line {
      font-family: 'Lohit Devanagari', cursive;
    color: #787878;
    display: block;
    font-size: 27px;
    font-style: normal;
    line-height: 34px;
    margin-top: 19px;
}


.ico-border {
    display: block;
    position: relative;
    width: 124px;
    margin: 0 auto;
}

.ico-border:after {
    right: 0px;
}

.ico-border:before {
    left: 0px;
}

.ico-border:before,
.ico-border:after {
    content: "";
    background: none repeat scroll 0% 0% #181818;
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 8px;
    width: 42px;
}


.ico-border .ico-bg.flower {
    background-image: url(../images/ico-flower.png);
}

.ico-border .ico-bg {
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    margin: 0px auto;
    position: relative;
    width: 20px;
}

.ico-border.white:before,
.ico-border.white:after {
    content: "";
    background: #fff;
    display: inline-block;
    height: 4px;
    position: absolute;
    top: 8px;
    width: 42px;
}

.ico-border.white .ico-bg {
    background-position: right top;
}


/*================  welcome css ===============*/

.wc-box {
    margin-top: 100px;
    border-radius: 5px;
}

.wc-box .wc-img::before {

    content: "";
    background-image: url('../images/bordered-circle.png');
    background-repeat: no-repeat;
    background-size: 180px 180px;
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0px;
    right: 0px;
     transform: rotate(0deg);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    margin: auto;
    overflow: hidden;
    top: 10px;

}

.wc-box .wc-img {

    width: 200px;
    text-align: center;
    display: inline-block;
    margin: -100px auto 0px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 1;
    height: 200px;

}


.wc-box:hover .wc-img:before {
    transform: rotate(360deg);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.wc-box .wc-img .welcome-backface {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.wc-1 {
    background-color: #A06E65;
    color: white !important;
}

.wc-1 .wc-img {
    -moz-box-shadow: 0 0 0 10px rgba(255, 88, 10, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 88, 10, 0.3);
    box-shadow: 0 0 0 10px rgba(255, 88, 10, 0.3);
}

.wc-2 {
    background-color: #aaa66f;
    color: white !important;
}

.wc-2 .wc-img {
    -moz-box-shadow: 0 0 0 10px rgba(140, 132, 0, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(140, 132, 0, 0.3);
    box-shadow: 0 0 0 10px rgba(140, 132, 0, 0.3);
}

.wc-3 {
    background-color: #73B7B6;
    color: white !important;
}

.wc-3 .wc-img {
    -moz-box-shadow: 0 0 0 10px rgba(79, 202, 199, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(79, 202, 199, 0.3);
    box-shadow: 0 0 0 10px rgba(79, 202, 199, 0.3);
}

.wc-4{
    background-color: #9F5CAB;
    color: white !important;
}

.wc-4 .wc-img {
    -moz-box-shadow: 0 0 0 10px rgba(155, 69, 204, 0.3);
    -webkit-box-shadow: 0 0 0 10px rgba(155, 69, 204, 0.3);
    box-shadow: 0 0 0 10px rgba(155, 69, 204, 0.3);
}



/*================ what we do css ===============*/

.tab-content2 {
    display: block !important;
    position: relative !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0;
    top: 0 !important;
}

.what_we_do {
    background: url(../images/modern_bg.jpg);
}

.serviceIntro .content_holder {
    float: left;
    padding: 0 100px;
    color: #fff;
    position: relative;
}

.serviceIntro .content_holder h6 {
    color: #999;
}

.serviceIntro a.read_more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 6px 12px 8px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    background: #931E26;
    line-height: 1;
}

.serviceIntro .tab-content {
    background: none repeat scroll 0% 0% #000;
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.serviceIntro ul.etabs {
    list-style-type: none;
    text-align: center;
    width: 100%;
    border: 0;
}

.serviceIntro ul.etabs li {
    display: inline-block;
    margin: 0 auto;
    width: 20%;
}

.serviceIntro ul.etabs li a:after {
    position: absolute;
    bottom: -13px;
    right: 50%;
    border: 5px solid transparent;
    content: "";
}


.serviceIntro ul.etabs li a {
    text-decoration: none;
    color: #fff;
    background: none;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: 15px;
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    transition: all 0.5s;
}

.serviceIntro ul.etabs li a.active {

    color: #931e26;
    background-color: #fff;

}


/*================  expert css ===============*/
.dt-sc-team {
    border: 1px solid #E7E7E7;
    float: left;
    margin: 0px 0px 20px;
    padding: 40px 0px 25px;
    text-align: center;
    width: 100%;
    transition: all 300ms linear 0s;
}

.dt-sc-team .image:after {
    background-image: url('../images/bg-team-image.png');
    z-index: 1 !important;
}

.dt-sc-team .image:after {
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    height: 53px;
    position: absolute;
    bottom: 8px;
    left: -14px;
    width: 179px;
    z-index: -1;
}

.dt-sc-team .image {
    display: block;
    height: 150px;
    margin: 0px auto 30px;
    position: relative;
    width: 150px;
}

#primary .dt-sc-team .image img {
    max-width: 92%;
}

#primary img {
    max-width: 100%;
}

.dt-sc-team .image img {
    border-color: #72448D;
}

.dt-sc-team .image img {
    border: 4px solid #931e26;
    max-width: 92%;
    border-radius: 50%;
    transition: all 300ms linear 0s;
}

.dt-sc-team span {
    color: #868686;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0px 0px 20px;
}

.dt-sc-team .team-details .ico-border {
    opacity: 0.18;
    width: 100%;
}

.dt-sc-team .team-details .ico-border:after {
    right: 10px;
}

.dt-sc-one-third .dt-sc-team .team-details .ico-border:before,
.dt-sc-one-third .dt-sc-team .team-details .ico-border:after,
.dt-sc-two-third .dt-sc-one-half .dt-sc-team .team-details .ico-border:before,
.dt-sc-two-third .dt-sc-one-half .dt-sc-team .team-details .ico-border:after {
    width: 42%;
}

.dt-sc-team .team-details .ico-border:before {
    left: 10px;
}

.dt-sc-team .team-details .ico-border:before,
.dt-sc-team .team-details .ico-border:after {
    height: 1px;
    top: 10px;
    width: 48%;
}

.dt-sc-team .email {
    color: #181818;
    margin: 20px 0px 15px;
}

.email a {
    color: #931e26;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.fa-facebook {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.fa-facebook,
.fa-google-plus,
.fa-twitter,
.fa-pinterest {
    right: 0px;
    padding: 13px 21px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 20px !important;
}

.expert ol li {
    background-color: #2F2F2F;
    border: 0;
}

.expert .carousel-indicators .active {
    background-color: #931E26;
}

.expert .carousel-indicators {
    bottom: 0;
    position: relative;
}



/*================ gallery css ===============*/


.gallery_left {
    padding: 104px 50px;
    background: #000;
}

.gallery_left h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.gallery_left p {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
}



.blog-main-content {
    color: #161616;
    background-color: #fff;
    box-shadow: 0px 1px 5px 1px #ccc;
    padding: 25px 15px;
    margin-top: -50px;
}

.blog-main-content .blog-category {
    text-transform: uppercase;
    color: #d4a571;
    text-align: right;
    font-size: 16px;
}

.blog-left-main .time {
    border-top: 4px solid #d4a571;
    padding-top: 5px;
    color: #999999;
}

#blog-slider .carousel-indicators li {
    background: #303030;
    border: 0;
}

#blog-slider .carousel-indicators li.active {
    background: #d4a571;
    width: 10px;
    margin-top: -2px;
    padding-top: 11px;
    top: 0;
    padding: 0;
    height: 10px;
}

#blog-slider .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
}

.blog-small h2 {
    margin: 0;
}



/*=====Navigation btn css end=====*/


/*========footer=====================*/
.social-media ul {
    list-style: none;
    margin: 0;
}

.social-media {
    position: relative;
}

r {
    opacity: .6;
}

/*----*****---- << Footer >> ----*****----*/
#footer:after {
    content: "";
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    height: 172px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 402px;
}

#footer {

    float: left;
    margin: 0px;
    padding: 50px 0px 0px;
    position: relative;
    width: 100%;
    background-color: #931e26;
    background-image: url("../images/footer-city-bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.footer-logo {
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    top: 10px;
    text-align: center;
    width: 100%;
}

.dt-sc-hr-invisible {
    float: left;
    width: 100%;
    margin: 25px 0px;
    display: block;
    clear: both;
}

.dt-sc-clear {
    clear: both;
    float: none;
    margin: 0px;
    padding: 0px;
}

#footer .ico-border:before,
#footer .ico-border:after {
    background: none repeat scroll 0% 0% #333;
    width: 48%;
}

#footer .ico-border {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer h3 {
    color: #fff;
    margin: 0 auto 30px;
    font-size: 20px;
}

#footer h3.widgettitle .ico-bg {
    background-image: url('../images/ico-flower-small.png');
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    opacity: 0.45;
    width: 11px;
}

.footer_content {
    line-height: 24px;
}

.dt-sc-contact-info,
.dt-sc-contact-info p {
    line-height: 26px;
}

#footer .dt-sc-contact-info,
#footer .widget.widget_text .dt-sc-contact-info.address {
    padding-top: 0px;
}

.dt-sc-contact-info.address i {
    margin: 0px 10px 10px 0px;
}

.dt-sc-contact-info i {
    font-size: 20px;
    color: yellow;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    float: left;
    position: relative;
    top: 2px;
}

#footer .dt-sc-contact-info span {
    color: #fff;
}

.dt-sc-contact-info.address span {
    display: inline-block;
}

.dt-sc-contact-info,
.dt-sc-contact-info p {
    line-height: 26px;
}

#footer a {
    color: yellow;
}

.dt-sc-button.large {
    padding: 15px;
    font-size: 18px;
    background: #fff;
    color: #931e26 !important;
    margin: 21px 0px;
    clear: both;
    position: relative;
    display: block;
    text-align: center;
}

#footer ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.recent-portfolio-widget ul {
    float: left;
}

#footer .recent-portfolio-widget ul li {
    border-bottom: medium none;
}

#footer ul li:first-child {
    padding-top: 0px;
}

#footer ul li {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 7px 0px;
    position: relative;
}

#footer ul li a,
#footer .promo-details a {
    display: block;
    float: left;
    margin-right: 10px;
}

.recent-portfolio-widget ul li .thumb {
    width: 85px;
}

#footer img {
    max-width: 100%;
    height: auto;
}

#footer .recent-portfolio-widget ul li h6 {
    font-weight: bold;

}

#footer .recent-portfolio-widget ul li h6 a {
    display: block;
}

footer p {
    color: #fff;
    line-height: 26px;
}

ul.social-icons li.social_media {
    float: left;
    width: auto;
    padding: 0px !important;
    border: 1px solid #ccc;
    border-radius: 100px;
    margin-right: 10px;
}

ul.social-icons li a {
    margin: 0 !important;
    padding: 0;
}

.store {
    display: block;
    float: left;
    margin: 45px 0px 0px;
    width: 100%;
}

#footer .copyright {
    clear: both;
    float: left;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    background: transparent;
}

.copyright-content {
    color: #fff;
}

.gradient-bg {

    /* SVG fallback for IE 9 (could be data URI, or could use filter) */
    background-image: url(fallback-gradient.html);

    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image:
        -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)) 25%, color-stop(40%, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));

    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image:
        -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));

    /* Firefox 3.6 - 15 */
    background-image:
        -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));

    /* Opera 11.1 - 12 */
    background-image:
        -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));

    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));

    /* "IE 6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);

    /* IE 8-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff)";
}

/*===============sidebar css start================*/

/* Sidebar */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


#sidebar a {
    color: #FFF;
    text-decoration: none;
}

#sidebar a:hover {
    color: #931E26;
}

#sidenav ul {
    padding: 0;
    margin-left: -24px;
}

#sidenav ul li {
    padding: 5px 0;
    border-bottom: 1px solid #931E26;
}

nav a {
    display: block;
}

ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
}

#sidebar {
    height: 100%;
    position: relative;
    top: 150px;
}

#sidebar {
    position: fixed;
    left: -300px;
    height: 100%;
    width: 300px;
    background-color: #333;
    z-index: 10000;
}

#sidebar.active {
    left: 0;
}


#sidenav a {
    padding: 0 50px;
    font-size: 18px;
}

#sidenav ul.bottom {
    position: absolute;
    bottom: 80px;
}


#nav-btn {
    position: absolute;
    right: -50px;
    padding-top: 7px;
    height: 50px;
    width: 50px;
    background-color: #111;
    border: 2px solid #111;
    z-index: 2;
    padding: 13px 8px;
}

#nav-btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    background-color: #fff;
    position: relative;
    transition: all 0.5s;

}

#nav-btn span:nth-child(1) {
    transform: rotate(0);
    top: 0;
}

#nav-btn span:nth-child(2) {
    transform: scale(1);
}

#nav-btn span:nth-child(3) {
    transform: rotate(0);
    bottom: 0;
}

#nav-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

#nav-btn.active span:nth-child(2) {
    transform: scale(0);
}

#nav-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
}

#nav-btn>div {
    position: relative;
    height: 4px;
    width: 35px;
    margin: 7px auto;
    background-color: #931E26;
    border-radius: 5px;
}

#nav-btn:hover:not(.active)>div {
    -webkit-animation: hoverButton .4s infinite;
    animation: hoverButton .4s infinite;
}

#nav-btn.active {
    right: 0;
    background-color: #931e26;
    border: 2px solid #fff;
}

#nav-btn.active>div {
    margin: -3px auto;
}

#nav-btn.active>div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-btn.active>div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-btn.active>div:nth-child(2) {
    display: none;
}


/* Animation
   ========================================================================== */

@-webkit-keyframes hoverButton {
    0% {
        left: 0
    }

    

    33% {
        left: -1px
    }

    

    66% {
        left: 6px
    }

    

    100% {
        left: 0
    }

    
}

@keyframes hoverButton {
    0% {
        left: 0
    }

    ;

    33% {
        left: -1px
    }

    ;

    66% {
        left: 6px
    }

    ;

    100% {
        left: 0
    }

    ;
}

/*==================about css start=============*/

.page_custom_bg_img {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.inner_header {
    width: 100%;
    display: block;
    padding: 0 0px 184px 0;
}

.page_custom_bg_img {
    background-image: url(../images/inner-head.jpg);
    background-repeat: cover;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    position: fixed !important;
}

#mid_container_wrapper {
    background: #fff;
    z-index: 10001;
}

.about_content {
    margin-top: 20px;
}

.parallex-section {
    background-image: url('../images/x-cross.png');
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 45px;
    color: #fff;
    background-attachment: fixed;
    background-position: 50% 27px;
}

.skin-bg {
    background-color: #005B58;
}

.no-padd-bottom {
    padding-bottom: 0;
}

.about_content ul {
    margin-left: 28px;
}

.breadcrumb-section {
    width: 100%;
    margin: 0px 0px 0px;
    padding: 20px 0px;
    float: left;
    clear: both;
    background: none repeat scroll 0% 0% #EDEDED;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb span,
.breadcrumb h6 {
    font-size: 13px;
    line-height: 36px;
}

.breadcrumb {
    float: left;
    margin: 3px 0px 0px;
    padding: 0px;
    width: 57%;
    background: none;
}

.breadcrumb a,
ul.dt-sc-tabs-vertical-frame li a.current,
ul.dt-sc-tabs-vertical-frame li.current a {
    color: #931e26;
    font-size: 13px;
    line-height: 36px;
}

.breadcrumb span {
    float: left;
    margin: 0px 6px;
    text-align: center;
}

.breadcrumb h6 {
    color: #666;
    float: left;
    margin: 0px;
    position: relative;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb span,
.breadcrumb h6 {
    font-size: 13px;
    line-height: 36px;
    float: left;
}

.breadcrumb-section .searchform {
    float: right;
    padding: 0px;
}

.breadcrumb-section .searchform input[type="text"] {
    background: none repeat scroll 0% 0% #FFF;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    color: #C1C1C1;
    font-size: 13px;
    margin: 0px;
    padding: 13px 15px;
}

.breadcrumb-section .searchform input[type="submit"] {
    background-color: #FFF;
    border: medium none;
    color: #C1C1C1;
    content: "";
    font-size: 14px;
    line-height: 0;
    margin: 0px;
    padding: 15px 15px 21px;
    text-indent: 0px;
    width: auto;
    border-radius: 0px;
}

.searchform input[type="submit"],
#searchform input[type="submit"] {
    background-image: url('../images/ico-search.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    font-size: 0px;
    height: 43px;
    padding: 24px 22px;
    text-indent: -999px;
    width: 15px;
    border-radius: 0px 3px 3px 0px;
}


.border-top {
    border-top: 1px solid #5f5f5f;
}





.matrimony-carousel .item {
    padding: 0 2px;
}


.matrimony-block {
    padding: 0;
    overflow: hidden;
    border: 1px solid #e4e4e4 !important;
    border-radius: 2px;
}

.cand-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px 0;
}

.cand-img:before {
    position: absolute;
    content: "";
    background-image: url('../images/reel-border.png');
    background-repeat: repeat-x;
    background-size: 25px 25px;
    z-index: 1;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
}

.cand-img:after {
    position: absolute;
    content: "";
    background-image: url('../images/reel-border.png');
    background-repeat: repeat-x;
    background-size: 25px 25px;
    z-index: 1;
    width: 100%;
    height: 25px;
    bottom: 0;
    left: 0;
}

.cand-img img {
    width: 100%;
    height: auto;
}

.cand-info {
    padding: 15px;
}

.matrimony-block h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    background: #931e26;
    padding: 0 15px;
    color: #fff;
    line-height: 40px;
}

.matrimony-block h3 a {
    color: #fff;
}

.matrimony-block h3 a:hover {
    color: #fff;
}


.donate-btn {
    float: left;
    width: 110px;
}

.socicons a {

    color: #222;

}

.socicons a:hover i {

    color: #931e26;

}

.expert-carousel {
    margin-top: 30px;
}

.gallery_right {
    background-image: url(../images/roller.png), url(../images/roller.png);
    padding: 23px 35px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top, right top;
}


.testi-carousel .owl-prev {
    left: 15px !important;
}

.testi-carousel .owl-next {
    right: 15px !important;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #fff;
    border: 3px solid #931e26;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 6px;
    line-height: 31px;

  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

#to-top:hover {
  background-color: #fff;
}


/*------------------------- Inner page -------------------- */

.breadcrumb {
    width: auto;
}

.breadcrumb a {
    color: #555;
}

.breadcrumb a:hover {
    color: #931e26;
}

.breadcrumb-item.active {
    color: #931e26;
}

.serv-box
{
    position: relative;
}

.serv-box .btn
{
    position: absolute;
    width: auto;
    left: 50%;
    top: 35%;
    transform: translate(-50%);
    z-index: 99;
    opacity: 0;
    transition: all 0.4s;
}

.serv-box:hover .btn
{
   opacity: 1;
}

.serv-box .card-title a
{
    color: #222;
    transition: all 0.4s;
}

.serv-box .card-title a:hover
{
    color: #931e26;
}

.serv-box img.w-100
{
   opacity: 1;
   transition: all 0.4s;
}


.serv-box:hover img.w-100
{
   opacity: .3;
}


.bullet_list li
{
    list-style: circle;
    list-style-position: inside;
    font-size: 16px;
}

.bullet_list li:not(:last-child)
{
margin-bottom: 12px;
}


.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-image-container img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-image-container {
    margin: 1em auto;
  }
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: url("../images/before.jpg") no-repeat left top;
  background-size: auto 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #931e26 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


.donate-sec
{
    background: #eee url(../images/donate-bg.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: scroll;

}


.donate-sec .nav-pills .nav-link {
    color: #fff;
    font-size: 16px;
    background-color: #444;
    margin-right: 10px;
    transition: all 0.4s;
}

.donate-sec .nav-pills .nav-link.active, .donate-sec .nav-pills .show > .nav-link {
    color: #fff;
   background-color: #931e26;
}


.donate-sec .tab-content {
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.10);
    border-radius: 5px;
    background-color: rgba(255,255,255,0.85);
}


.select-amnt label.btn{
background-color: #eee;
border: 1px solid #ddd;
transition: all 0.3s;
}
.select-amnt label.btn.active{
background-color: #931e26;
border: 1px solid #931e26;
color: #fff;
}

.select-amnt label > input[type="radio"] {
    opacity: 0;
    position: absolute;
}


.accordion .card
{
    border:1px solid rgba(0,0,0,.125) !important;
}

.accordion .card .card-header
{
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
}

.accordion .card .card-header .card-title
{
background-color: #eee;
    padding: 10px 15px;
    font-size: 16px;
    color: #222;
    display: block;
    margin: 0;
}

.accordion .card .card-header .card-title[aria-expanded="true"]
{
background-color: #931e26;
color: #fff;
}





.profile-sec .prof-img {
    width: 300px;
    height: 300px;
    position: relative;
}

.profile-sec .prof-img:before {
    position: absolute;
    content: "";
    background: url(../images/pin.png) no-repeat left top;
    background-size: contain;
    width: 40px;
    height: 130px;
    z-index: 1;
    top: -15px;
    left: -16px;
}

.profile-sec .prof-img img{
    border-radius: 20px;
    border: 8px solid #931e26;
    position: relative;
}


.profile-sec .media-body
{
    background-color: #fff2f3
}

.profile-sec .prof-key-info
{
    background: url(../images/peacock-feather.png) no-repeat right 15px bottom;
    background-size: 15%;
}




.product-listing
{
    padding: 0px;
}
.product-listing .product-bx {
    flex: 0 0 20%;
    border: 1px solid #fff !important;

}

.product-listing .item:hover {

    box-shadow: red;
    border: 1px solid #e4e4e4 !important;

}

.member-photo-frame {
     border: 3px solid #714545;
    float: left;
    height: 300px;
    margin-right: 10px;
    overflow: hidden;
    width: 263px;
}
.member-photo-frame img{
	width:100%;
	height:auto;
}




  
/*------Infrastructure:Begin-----*/


.tapasvi-infra-wrap {
    margin: 20px auto 0;
    padding: 10px;
    width: 100%;
}
.tapasvi-infra-wrap > h1 {
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.tapasvi-infra-wrap h1 color {
    color: #0256a0;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
.style01 {
    color: #931e26;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 22px;
    margin-top: 0;
    overflow: hidden;
    padding: 5px 10px;
}


.date {
    background-image: url("../images/Calendar-Icon.html");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95px auto;
    border-radius: 2px;
    color: #313131;
    font-family: "Lohit Devanagari",sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 96px;
    letter-spacing: 0;
    padding-top: 28px;
    text-align: center;
    width: 100px;
}
.date > span {
    display: inline;
    margin-top: 40px;
}
.left-style {
    background-color: slategrey;
    border-radius: 2px;
    color: white;
    float: right;
    overflow: hidden;
    padding: 10px;
    width: 740px;
}
.right-style {
    float: left;
    margin-left: 5px;
    overflow: hidden;
}






.portfolio-wrap {
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
}
.port-left {
    border: 1px dashed #8f8f8f;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 5px;
    text-align: right;
    width: 90%;
}
.porfolio-photo-left {
    border: 5px solid #4492dc;
    float: left;
    height: 160px;
    margin-right: 10px;
    overflow: hidden;
    width: 200px;
}
.porfolio-photo-left img {
    height: 100%;
    width: 100%;
}
.portfolio-text {
    overflow: hidden;
    width: 75%;
}
.portfolio-text h3 {
    border-bottom: 1px solid #cfcfcf;
    font-family: "Lohit Devanagari",sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    padding: 5px 0;
}
.portfolio-text p {
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 5px;
}
.portfolio-text strong {
    color: #e61c42;
    font-family: "Lohit Devanagari",sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.portfolio-text a {
    color: #0256a0;
    font-family: "Lohit Devanagari",sans-serif;
    font-size: 22px;
    text-decoration: underline;
}
.port-right {
    border: 1px dashed #8f8f8f;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    width: 90%;
}
.porfolio-photo-right {
    border: 5px solid #4492dc;
    float: right;
    height: 160px;
    margin-left: 10px;
    overflow: hidden;
    width: 200px;
}
.porfolio-photo-right img {
    height: 100%;
    width: 100%;
}
.portfolio-text {
    overflow: hidden;
    width: 75%;
}
.portfolio-text h3 {
    border-bottom: 1px solid #cfcfcf;
    font-family: "Lohit Devanagari",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    padding: 5px 0;
}
.portfolio-text p {
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 5px;
}
.member-wrap {
    overflow: hidden;
    padding: 0;
}
.profile-box {
    background-color: #ededed;
    border: 1px solid #dadada;
    border-radius: 5px;
    float: left;
    margin: 6px;
    overflow: hidden;
    padding: 10px;
    width: 450px;
   height: 460px;

}
.profile-box-footer > a {
    color: orangered;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
.profile-box-header {
    margin-bottom: 10px;
    overflow: hidden;
}
.profile-number {
    background-color: #222;
    border-radius: 50px;
    color: white;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.profile-box-header h1 {
    border-bottom: 1px solid #7f7f7f;
    color: #bd2f9a;
    float: right;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 48px;
}
