/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}
h1.main-heading {
    font-size: 33px;
}

h1.main-heading-white{
    color:white;
    font-size:33px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
}

.section{
    padding: 30px 0;
    position: relative;
}

/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    
    
.mob-logo{
    display:block;
}
    
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 0px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    .dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu{
    position:absolute;
    top:0;
    left:100%;
    margin-left:0px;
    min-width:260px;
    display:none;
    background:#fff;
}


    /* Navbar General ------*/
    
    .mob-logo{
    display:block;
}
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
            width: 176px;
    margin-top: -10px;
	border-radius: 25px;
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    .dropdown-submenu {
position: relative;
}



/* ===== LOCATION SUBMENU FIX ===== */





    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    
    .mob-logo{
    display:block !important;
}
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    
    .mob-logo{
    display:block !important;
}
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    .mob-logo{
    display:block !important;
}
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */





nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #fff;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: black!important;
}

@media(max-width:920px){
    .mob-logo{
    display:block !important;
}
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
   border-top-color:#f43438 !important;
    max-height:none;
    overflow:visible;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}




#features-area {}
.features-item {
        text-align: center;
    background: #6e2ce4;
    margin-top: 30px;
    background: linear-gradient(to right, #f12711, #f5af19);
    border-radius: 100px;
    padding: 35px 0;
    border-bottom: 3px solid #2f2e31; 
}
.features-item:hover {
    background: #50244c; /* Old Browsers */
	background: -webkit-linear-gradient(top right,#50244c,#cf175a); /*Safari 5.1-6*/
	background: -o-linear-gradient(top right,#50244c,#cf175a); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, right top, left bottom, from(#50244c), to(#cf175a));
	background: -webkit-linear-gradient(top right, #50244c, #cf175a);
	background: -o-linear-gradient(top right, #50244c, #cf175a);
	background: linear-gradient(top right, #50244c, #cf175a); /*Standard*/
	background: -webkit-linear-gradient(top right, #6e2ce4, #490bb8);

} 
#body-v7 .features-item {
	background: #002fb7;
}  
#body-v7 .features-item:hover {
	background: #07036f; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#07036f,#002fb7); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#07036f,#002fb7); /*Opera 11.1-12*/ /*Fx 3.6-15*/
	background: -webkit-gradient(linear, left top, right bottom, from(#07036f), to(#002fb7));
	background: -webkit-linear-gradient(top left, #07036f, #002fb7);
	background: -o-linear-gradient(top left, #07036f, #002fb7);
	background: linear-gradient(top left, #07036f, #002fb7); /*Standard*/ 
} 
.features-item img{
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.features-item:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}
.features-item p {
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
}
.abts h1
{
	text-align:justify;
	text-align:center;
	font-family: 'Dancing Script', cursive;
	color:#490bb8;

}
.abts .container p
{
	text-align:justify;
	font-size:16px;
	color:#000;

}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
	    background: #f9d4ca;

    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
   display: block;
    padding: 12px 15px 12px 50px;
    background: linear-gradient(to bottom, #f23f13, #f24e13);
    border: 1px solid #f5a518;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    /* text-shadow: 1px 1px 1px #fff; */
    position: relative;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 12px;
    font-weight: 900;
    color: #171619;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow: none;
    position: absolute;
    top: 16px;
    left: 15px;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 10px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#accordion .panel-body p{ margin-bottom: 0; }
.collapse.in {
    display: block;
    color: black;
}
#accordion .panel-body p {
    margin-bottom: 0;
    color: #080808;
}
.del1
{
	animation-duration: 3s;
}


#footer {
	    background: #490bb8;
    border-top: 4px solid #6e2ce4;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC;
}

#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer form {
	opacity: 0.85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}

#footer form .alert {
	padding: 6px;
	text-align: center;
}

#footer .footer-ribbon {
	background: #67a103;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
	width: 100%;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
	margin-bottom: -10px !important;
}

#footer .alert a {
	color: #222;
}

#footer .alert a:hover {
	color: #666;
}

#footer .twitter .fa, #footer .twitter .icons {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	opacity: 0.55;
}

#footer .twitter-account:hover {
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 0 3px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.mb-xl {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer .phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer .recent-work {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .recent-work li {
	float: left;
	width: 30%;
	margin: 10px 3% 0 0;
}

#footer .recent-work img {
	border: 0;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
	border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
	font-size: 22px;
	margin-left: -2px;
}

#footer .view-more-recent-work {
	padding: 12px;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 20px;
	}
}


/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107;
}

.social-icons.social-icons-transparent li {
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}


/* test*/
.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border: 3px solid #221002;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #362217;
	font-family: 'Poppins', sans-serif;
    margin: 0 0 70px 0;
}
.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}
.testimonial .description{
        
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    background: radial-gradient(#f45941, #e43838);
    position: relative;
    margin: 0;
    padding: 12px;
    border-right: 5px solid white;
    border-radius: 39px;
    height: 130px;

}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #fa7921;
    line-height:33px;
    border: 2px solid #fa7921;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid #fa7921;
}
.contact .cont li p
{
	color:white;
}

/*serv*/
.box{
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 110%;
    background: rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(3);
    -webkit-clip-path: polygon(50% 0%, 63% 32%, 98% 35%, 74% 60%, 79% 91%, 50% 70%, 21% 91%, 25% 60%, 2% 35%, 34% 29%);
    clip-path: polygon(50% 0%, 63% 32%, 98% 35%, 74% 60%, 79% 91%, 50% 70%, 21% 91%, 25% 60%, 2% 35%, 34% 29%);
    transition: all 0.5s ease 0s;
}
.box:after{
    transform: translateX(-50%) scale(0);
    transition-delay: 0.2s;
}
.box:hover:before{
    opacity: 1;
    transform: translateX(-50%) scale(0);
}
.box:after{
    opacity: 5;
    transform: translateX(-50%) scale(3);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box .inner-content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transform: translateY(-150%) scale(1);
    transition: all 0.3s ease 0.2s;
}
.box .inner-content{
    transform: translateY(-50%);
    opacity: 1;
    transition:all 0.3s ease 0.2s;
}
.box .title{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 5px #150000;
    margin: 0 0 5px 0;
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -100%;
    right: 50%;
    opacity: 0;
    z-index: 2;
    transform: translateX(50%);
    transition:all 0.3s ease 0.3s;
}
.box:hover .icon{
    bottom: 15px;
    opacity: 1;
}
.box .icon li{
    display: inline-block;
    margin: 0 3px;
}
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius:50%;
    background: #f39003;
    font-size: 19px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    box-shadow: 0 0 4px 2px #f39003;
    background: #fff;
    color: #000;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}


.cont-hill {
   
    color: #000;
    position: fixed;
    top: 105px;
    right: -130px;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    cursor: pointer;
    transition: .5s;
}
.cont-hill:hover {
   
    padding-right: 130px;
    border-radius: 10px 0 0 10px;
}
#cont-box1 {
    background-color: #ffffff;
    float: left;
    border: 1px solid black;
    border-radius: 5px 0 0 5px;
}
#cont-box1 img {
    width: 30px!important;
    height: 30px!important;
    margin: 5px 5px;
}
.cont-hill:hover>#call-no {
    visibility: visible;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 15px;
    margin-top: 0;
}
#call-no p {
    color: #FFF;
    padding-top: 8px;
}
#call-no {
    visibility: hidden;
    background: #39b4b1;
    width: 170px;
    height: 40px;
    transition: .5s;
}





/*anim*/
.content>p
{
	color:black;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	box-shadow: 0px 3px 6px -2px #63636f;
	letter-spacing:2px;
	text-align:justify;
	padding:10px;
}
.name
{
        font-size: 22px;
    color: white;
    border-top-right-radius: 17px;
    background: #f45941;
    padding-left: 11px;
        padding-right: 10px;
	    border-top-left-radius: 17px;

    margin-top: 39px;
	    margin-left: 46px;
    border-bottom-right-radius: 17px;
}
.owl-carousel .testimonial img {
    display: block;
	 filter: blur(8px);
    width: 100%;
    border-radius: 50px 50px 50px 0px;
	border-bottom:3px solid #e44931;
	}
	
	.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50px 50px 50px 0px;
	border-bottom:3px solid #e44931;
	}
	
	.call-btn
	{
		width:40%;
	}
	
	
	.owl-carousel.nav-style-1.dark .owl-nav .owl-prev, .owl-carousel.nav-style-1.dark .owl-nav .owl-next {
    border: 2px solid #020202;
    opacity: 1;
    background: red;
    color: white;
}
#footer .contact p {
    margin-bottom: 30px;
    color: white;
    display: flex;
    gap: 5px;
}

     .owl-carousels .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50px 0px 50px 0px;
    /* border-bottom: 3px solid #e44931; */
    background: #490bb8;
    padding: 11px;
}
.btn-danger {
    color: #1c0d0b;
    background-color: #ececeb;
    border-color: #ffffff;
}



/*----new-css-------*/


.wrap-sticky nav.navbar.bootsnav.sticked {
    background: #490bb8!important;
    opacity:0.989;
}
.newsletter {
    background: #f45941;
    text-align: center;
    padding: 10px;
}
.btn {
    margin-top: -35px;
    background: #490bb8;
    color: #fff;
    width: 100%;
}

.btn:hover {
    color: #fff;
}
.hm-contact p {
    height: 175px;
}

.info {
    margin: 10px 0;
}
.abts {
    padding-top: 31px;
}
.cont-inner-form {
    padding: 25px;
    
}

.cont-inner-form h4 {
    color: #fff;
    font-size: 30px;
}

.inner-form .form-control {
    width: 95%;
    height: 40px;
    margin: 0 auto;
    
    
    margin-bottom: -10px !important;
}

.messform {
    height: 100px !important;
}

.inner-form .btn {
        width: 95%;
    padding: 10px;
}

.cont-links ul {
   padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.cont-links ul li i {
    background: #490bb8;
    color: #fff;
    padding:20px 40px;
    font-size: 36px;
    
}

.cont-links ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.cont-links ul li span {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.cont-links ul li {margin: 10px 0;text-align: center;}

.mob-logo{
    display:none!important;
}
.cont-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pagetitlebox {
    background: #f45941;
    padding: 12px 0;
    margin-bottom: 30px;
}

.pagetitlebox h1 {
    color: #fff;
    font-size: 28px;
    margin:0;
}

ol.breadcrumb {background: #f0f8ff00;padding: 20px 0 0px;margin: 0;}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb>.active {
    color: #fff;
}
.rgt-txt {
    text-align: right;
    margin-top:-5px;
}























.policy a {
    font-size: 17px;
}

.policy span {
    color: #fff;
}
.disc-pg-div {
    padding-top: 60px;
}
.disc-pg-div a {
    color: #490bb8;
}


.summery-box {
    padding: 30px;
    background-color: #490bb8;
    margin-bottom: 20px;
    border-radius: 30px;
    color: #fff;
}

.summery-box-border{
     padding:20px 30px;
    border:3px solid #490bb8;
     margin-bottom: 20px;
    border-radius: 30px;
}
a.web-link {
    color: white;
     text-decoration: underline; 
}

.list-style li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}

.list-style-white li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}

.list-style li {
    position: relative;
   list-style-type:none;
}
.list-style-white li {
    position: relative;
   list-style-type:none;
}

.list-style li::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url("https://masterkalidas.com/assets/img/list-style.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 43px;
    top: 2px;
    display: inline-block;
}

.list-style-white li::before{
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url("https://masterkalidas.com/assets/img/list-style-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 43px;
    top: 2px;
    display: inline-block;
}

.summery-box h2 {
    color: white !important;
}
.summery-box p {
    font-size: 14px;
}


iframe.locate-map {
    margin-bottom: 35px;
    border: 2px solid #cdcdcd !important;
    border-radius: 30px;
}

img.locate-img {
    border-radius: 30px;
    border: 3px solid #eee;
    margin-bottom: 35px;
}

.sec-padding {
    padding: 10px 0;
}





                    /* ============= sticy icons ======= */

.contact_icons {
    position: fixed;
    left: 50px;
    bottom: 19px;
    z-index: 999;
    width: 50px;
    text-align: center;
}

.contact_icons a {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
    color: #fff;
    background: #edac15;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_icons a.whatsapp-icon {
    background: #72c118;
    font-size: 47px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
    color: #fff;
}

a.whatsapp-icon i {
    margin-top: 10px;
    color: #fff;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2DC100;
        box-shadow: 0 0 0 0 #2DC100;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #72c118;
        box-shadow: 0 0 0 0 #72c118;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


.contact_mobile {
    position: fixed;
    right: 58px;
    bottom: 19px;
    z-index: 999;
    width: 49px;
    text-align: center;
}

.contact_mobile a {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff !important;
    background: #490bb8;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    clear: both;
    margin-bottom: 0px;
    display: inline-block;
}

.contact_mobile a.phone-icon {
    font-size: 33px;
    overflow: hidden;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse3;
    color: #fff;
    padding-top: 8px;
}



@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3b5aee;
        box-shadow: 0 0 0 0 #3b5aee;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #490bb8;
        box-shadow: 0 0 0 0 #490bb8;
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
        box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
    }
}


/* ============= sticy icons ======= */


.bg-color {
    background-color: #f45941;
    border-radius: 24px;
    padding: 25px 20px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.bg-color-border {
    border:3px solid #f45941;
    border-radius: 24px;
    padding: 25px 20px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.bg-color h2 {
    color: #fff;
}

.bg-color h3 {
    color: #fff !important;
}
.bg-color p {
    color: #fff;
}

.bg-color li {
    color: #fff;
}


.white-text {
    color: #fff;
}

.summery-boxs {
    background: #f45941;
    color: #fff;
    padding: 20px 20px 10px;
    border-radius: 30px;
}


.bg-img {
    background-size: cover;
    background-image: url(https://masterkalidas.com/assets/img/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.bg-img h2 {
    color: #fff;
}

.bg-img p {
    color: #fff;
}

.bg-img li {
    color: #fff;
}

img.img-responsive.f-logo {
    filter: brightness(0643);
}


.review-box {
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 24px;
    padding: 10px 20px;
    margin-bottom: 20px;
      border: 1px solid #fff;
    transition: 0.3s;
    
}

.review-box img {
    width: 80px;
}


.review-box h4 {
    font-size: 20px;
}

.review-box:hover {
    border: 1px solid #490bb8;
}



.review-height .review-box {
    min-height: 340px;
}.review-box {}

.review-height {
    margin-bottom: 30px;
}


.review-heights .review-box {
    min-height: 370px;
}


/* ================================================= */
/* BOOTSNAV CLEAN MULTI LEVEL DROPDOWN FIX           */
/* ================================================= */

/* MAIN DROPDOWN PANEL */

nav.navbar.bootsnav ul.dropdown-menu{
    background:#fff;
    border:none;
    padding:0;
    width:220px !important;
    min-width:220px !important;
    max-width:220px;
    box-shadow:0 6px 12px rgba(0,0,0,0.15);
    left:auto;
    right:auto;
}

/* REMOVE BOOTSNAV COLUMN EXPANSION */

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li{
    width:100% !important;
    float:none !important;
}

/* DROPDOWN LINKS */

nav.navbar.bootsnav ul.dropdown-menu li a{
    padding:12px 15px;
    display:block;
    text-align:center;
    color:#333;
    white-space:nowrap;
}

nav.navbar.bootsnav ul.dropdown-menu li a:hover{
    background:#b96823;
    color:#fff;
}

/* MAIN MENU POSITION */

nav.navbar.bootsnav ul.nav > li.dropdown{
    position:relative;
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu{
    width:220px !important;
    left:0;
}

/* ================================================= */
/* DESKTOP SUBMENU                                  */
/* ================================================= */

@media (min-width:992px){

/* PREVENT CLIPPING */

nav.navbar.bootsnav .navbar-collapse{
     max-height:100vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch; /* smooth iOS scrolling */
    overscroll-behavior:contain;      /* stop scroll chaining */
}

body.menu-open{
    overflow:hidden;
}

nav.navbar.bootsnav ul.dropdown-menu{
    overflow:visible !important;
}

/* SUBMENU PARENT */

.dropdown-submenu{
    position:relative;
}

/* SUBMENU PANEL */

.dropdown-submenu > .dropdown-menu{
    position:absolute;
    top:0;
    left:100% !important;
    right:auto !important;
    margin-left:0px;
    width:220px !important;
    min-width:220px !important;
    background:#fff;
    display:none;
    z-index:9999;
}

/* SHOW SUBMENU */

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

/* FORCE RIGHT SIDE EVEN IN navbar-right */

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-submenu > .dropdown-menu{
    left:100% !important;
    right:auto !important;
}

/* ARROW */

.dropdown-submenu > a:after{
    content:"›";
    float:right;
}

}

/* ================================================= */
/* MOBILE MENU                                      */
/* ================================================= */

@media (max-width:991px){

nav.navbar.bootsnav ul.nav,
nav.navbar.bootsnav ul.nav li{
    float:none !important;
    display:block !important;
    width:100%;
}

/* MAIN DROPDOWN */

nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu{
    position:relative !important;
    width:100% !important;
    display:none;
}

nav.navbar.bootsnav ul.nav > li.dropdown.open > ul.dropdown-menu{
    display:block;
}

/* SUBMENU */

.dropdown-submenu{
    position:relative;
}

/* HIDE */

.dropdown-submenu > .dropdown-menu{
    display:none;
    position:relative !important;
    left:0 !important;
    top:0 !important;
    width:100% !important;
    box-shadow:none;
}

/* OPEN */

.dropdown-submenu.open > .dropdown-menu{
    display:block;
}

/* INDENT */

.dropdown-submenu ul li a{
    padding-left:25px;
}

}

/* ================================= */
/* MOBILE MENU (320px – 767px)       */
/* ================================= */

@media only screen and (min-width:320px) and (max-width:767px){
    /* hide submenu by default */
.dropdown-submenu > .dropdown-menu{
    display:none;
    position:relative !important;
    left:0 !important;
    width:100% !important;
}

/* open when JS adds class */
.dropdown-submenu.open > .dropdown-menu{
    display:block;
}

/* disable hover trigger */
.dropdown-submenu:hover > .dropdown-menu{
    display:none;
}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
        border-bottom:none;
    }
    nav.navbar.navbar-transparent ul.nav > li > a:hover, nav.navbar.no-background ul.nav > li > a:hover, nav.navbar ul.nav li.scroll.active > a, nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover, nav.navbar ul.nav li.dropdown.on > a, nav.navbar-dark ul.nav li.dropdown.on > a {
    color: #e8e2e2 !important;
}
    .dropdown-submenu > a:after {
        background-color: #490ab8;
        content: "›";
        float: right;
        font-size: 18px;
        font-weight: bold;
    }
    .list-style-white li::before{
        left: -35px;
    top: 5px;
    }
    .list-style-white li{
        padding-left:0px;
    }
    .list-style li::before{
        left: -35px;
    top: 5px;
    }
    .list-style li{
        padding-left:0px;
    }
    .dropdown-submenu > a:after{
    content:"›";
    float:right;
    font-size:18px;
    font-weight:bold;
}
.dropdown-submenu > .dropdown-menu{
    display:none;
}

.dropdown-submenu.open > .dropdown-menu{
    display:block;
}

/* prevent hover triggering on mobile */
/*.dropdown-submenu:hover > .dropdown-menu{*/
/*    display:block;*/
/*}*/
    .mob-logo{
    display:block!important;
}
#footer .newsletter form {
   
    max-width: 100%;
}

.cont-links ul {
    display: block;
}

.cont-links ul li {
    text-align: center;
}
.cont-links {
    display: block;
}
#footer .footer-copyright p {
    text-align: center;
}
#footer .footer-copyright nav {
    text-align: center;
        float: none;
}
#footer .footer-copyright p {
    font-size: 14px;
}

.pagetitlebox h1 {
    color: #fff;
    font-size: 23px;
    margin: 0;
    text-align: center;
    line-height: normal;
}

ol.breadcrumb {
    background: #f0f8ff00;
    padding: 6px 0 0px;
    margin: 0;
}

.rgt-txt {
    text-align: center;
    margin-top: -5px;
}

.pagetitlebox {
    background: #f45941;
    padding: 17px 0;
}

.section h2,h3 {
    font-size: 24px;
    line-height: normal;
}
/* remove container restriction */
nav.navbar.bootsnav .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

/* dropdown full width */
nav.navbar.bootsnav ul.dropdown-menu{
    width:100% !important;
max-width:100% !important;
margin-left:0 !important;
    border:none;
    background:#4a12b3;
}

/* menu items */
nav.navbar.bootsnav ul.dropdown-menu li{
    width:100%;
}

/* links */
nav.navbar.bootsnav ul.dropdown-menu li a{
    display:block;
    width:100%;
    text-align:center;
    color:#fff;
    padding:15px 0;
    /*border-bottom:1px solid rgba(255,255,255,0.35);*/
}

/* submenu full width */
.dropdown-submenu > .dropdown-menu{
    position:relative !important;
    left:0 !important;
    width:100% !important;
}
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 21px;
        margin-left: 10px;
}


/* submenu only opens when JS adds class */
.dropdown-submenu.open > .dropdown-menu{
    display:block !important;
}
.dropdown-submenu > .dropdown-menu{
display:none;
position:relative !important;
left:0 !important;
width:100% !important;
}

.dropdown-submenu.open > .dropdown-menu{
display:block !important;
}

.dropdown-submenu:hover > .dropdown-menu{
display:block !important;
}
.city-toggle{
position:absolute;
right:-10px;
top:10px;
width:30px;
height:30px;
cursor:pointer;
}


}
