}
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons90c6.eot?5510888');
  src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'),
       url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'),
       url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    border: none;
    color:#747474;
    position: relative; 
        background: url(../images/bg.png) repeat ;
}

h1, h2, h3, h4, h5, h6 {
    text-transform:uppercase;
font-family: 'Oranienbaum', serif;
    color:#332F2F;
    margin-top:0;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: sans-serif;
    color: #6B767D;
    letter-spacing: 1px;
}

a{
    color:#e09f1d;
    background:none;
    text-decoration: none;
    outline: none;
    transition: 1s;
}

a:hover,  a:active,  a:focus {
    color:#e09f1d;
    text-decoration: none;
    outline: none !important;
    transition: 1s;
}

::selection {
    background:#00a44d;
    color:#FFF;
}

::-moz-selection{
    background:#00a44d;
    color:#FFF;
}

img{
    max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 15px;
    line-height: 25px;
    color: #FFF;
    height:46px;
    width:100%;
    vertical-align: middle;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background:transparent;
    border: 2px solid rgba(47, 47, 47, 0.34);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color:#e09f1d;
}


/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

.btn-default {
    background:#e09f1d;
    border: 1px solid #e09f1d;
    padding:6px 14px;
    box-shadow:none;
    color: #FFF;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    transition: all 700ms;
}

.btn-default:hover,.btn-default:active,.btn-default:focus{
    background:#FFF;
    border-color:#FFF;
    color:#656060;
    outline:none;
    box-shadow:none;
}

.btn-primary {
    background: #ed008c;
    border: 1px solid #ed008c;
    padding:6px 14px;
    box-shadow:none;
    color: #656060;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
    background: #008a12;
    border-color: #008a12;
    color:#FFF;
    outline:none;
    box-shadow:none;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 13px;
}

.btn-sm {
    padding: 4px 10px 2px;
    font-size: 13px;
}

.btn-color-white{
    color:#FFF;
}
.btn-color-brown{
    color:#6a3e0a;
    border-color: #6a3e0a;
}

::-webkit-input-placeholder {
    color:#2f2f2f !important;
    font-weight: 500;
    letter-spacing:1px;
}

:-moz-placeholder {
    color:#2f2f2f !important;
    font-weight: 500;
    letter-spacing:1px;
}

::-moz-placeholder {
    color:#2f2f2f !important;
    font-weight: 500;
    letter-spacing:1px;
}

:-ms-input-placeholder {
    color:#2f2f2f !important;
    font-weight: 500;
    letter-spacing:1px;
}

.clear{
    clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:0px;
    right:15px;
    display:none;
    background-color: #e09f1d;
    text-align: center;
    z-index:200;
}

.scrollup i{
    color:#fff;
    font-size:15px;
    display:block;
    line-height:33px;
}

.scrollup:hover{
    background: rgba(252,54,44,0.6);

}

.section{
    padding:100px 0 0px;
    position:relative;
}
.sert1 {
    padding-top: 50px;
}
.sert1 .section-header .smt > span{
    padding-bottom: 0;
}
.section .container{
    position:relative;
    z-index:100;
}
.clebrations {
    padding-top: 23px;
}
.clebrations h2 {
    word-spacing: 6px;
}
.clebrations h2 strong {
    padding: 0 6px;
}
#blink_text
{
 font-size:30px;
 color:#e09f1d;
 font-weight:bold;
 animation: blink 1s infinite;  
}
@keyframes blink 
{  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}
#blink_text1
{
    font-size: 30px;
    color: #e09f1d;
    font-weight: bold;
    animation: blink 1s infinite    
}
@keyframes blink 
{  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}
.heading {
    margin-bottom: 30px;
}

.section-header {
    text-align: center;
    margin: 0;
}
.section-header p {
    font-size: 20px;
    padding-top: 11px;
    color: #9c9c9c;
    font-weight: 300;
}
.section-header .smt {
    display: table;
    position: relative;
    margin: 0 auto;
    font-size:30px;
    padding: 0 42px;
    text-transform: uppercase;
}
.section-header .smt strong {
    color: #e09f1d;
}
.section-header .smt:before, .section-header .smt:after {
    display: inline-block;
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    margin-top: -1px;
}

.section-header .smt > span {
    display: block;
    padding: 30px 30px;
}

.section-header .smt:before, .section-header .smt:after {
    display: inline-block;
    content: "";

    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    margin-top: -1px;
}

.section-header .smt:after {
    left: auto;
    right: 0;
}

.section-white .section-header h2{
    color:#2f2f2f;
}

.section-white .section-header .smt:before, .section-white .section-header .smt:after {

}

.color-white{
    color:#fff !important;
}

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:#FFF;
    z-index: 999999;
}

.loader {
    position: absolute;
    width: auto;
    height:auto;
    margin: -25px 0 0 -25px;
    top:50%;
    left:50%;
    text-align:center;
}

.overlay {
    background: url('../images1/parallax.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;

    top: 0;
    left: 0;
}
.overlayy {
    background: url('../images1/parallax1.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlaym {
    background: url('../images1/whitebackground.png') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlayk {
    background: url('../images1/kirpich.jpg') repeat rgba(0, 0, 0, .4);
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlayc {
   /* background: url(../images/parallax2.png) repeat #292929;*/
    z-index:1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section#contact {
    padding-top: 30px;
}
.parallax {
    position:relative;
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat  !important;
    background-size: cover;
}
.clebrations h2 {
    color: #000 !important;
}
.welcome_slide{
    padding: 0;
    margin-top: 4em;
}
/* // welcome */
/*========================================================================*/
/*  Flexslider
/*========================================================================*/
.welcome_slide img {
    margin: 0 auto;
    margin-right: 0;
    border-radius: 8px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0; 
    padding: 0; 
    list-style: none;
}

.flexslider {
    margin: 0; 
    padding: 0;
}

.flexslider .slides > li {
    display: none; 
    -webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
    width: 100%; 
    display: block; 
    height:630px;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020"; 
    display: block; 
    clear: both; 
    visibility: hidden; 
    line-height: 0; 
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
    position:absolute;
    bottom: 20px;
    text-align:center;
    width: 100%;
}

 .flex-control-nav li{
    margin: 0 3px;
    display: inline-block;
 }
 .flex-control-nav li a{
    width: 30px;
    height: 5px;
    background: #FFF;
    text-indent:-9999px;
    display:block;
    opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;

 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
    opacity: 1;
 } 
 

/*========================================================================*/
/* Slider
/*========================================================================*/
ul#text-slider li img {
    background: #fff;
    padding: 10px;
    border: 2px solid #e09f1d;
}

#home {
    width: 100%;
    height: 100%;
    color: #fff;
}

.slider-overlay {
    background: url(../images/pattern.png) rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

#home .tb {
    position: absolute;
    z-index: 9999999;
    top: 0;
}

.slide-text{
    width: 64%;
    margin: 4em auto;
    background: #241065ba;
    padding: 2em 2em 2em 1em;
    border-radius: 8px;
    border: 3px solid #ed008c;
    padding-bottom: 2em;
    margin-left: 0;
}

#home h1 {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 0;
    color: #FFF;
    letter-spacing: 5px;
    text-shadow: 0px 3px 2px #27298e;
    font-weight: 600;
    padding-bottom: 45px;
    line-height: 1.3em;
}
#home h1 strong {
    color: #ffffff;
    background: #2f31929c;
    text-shadow: 2px 1px 0px #8a8a8a;
}
#home p {
font-size: 18px;
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 27px;
    color: #FFF;
    font-weight: 400;
font-family: monospace;
}

.tb {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
}

.tb-cell {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

#text-slider{
    padding:0px;
}



.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover{
    opacity:0.9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 
 
.slides{
    height:100%;
    max-height:100%;
}

.bg{
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    position: absolute !important;
    z-index: 2 !important;
    background-attachment: fixed;
}

.slide1 {
    background: url(../images/slide1.jpg) center center;
}

.slide2{
    background: url(../images/slide2.jpg) center center;
}

.slide3{
    background: url(../images/slide3.jpg) center center;
}
/*-----*/
#main-menu ul > li > a:hover{
  color: #e2a526 !important;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-menu ul > li > a:hover:before{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #f36163;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#main-menu ul > li > a:before{
    position: absolute;
    content: "";
    height: 100%;
    background: #f36163;
    right: 0;
    width: 0%;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#main-menu ul > li > a:after {
position: absolute;
    content: "";
    height: 50%;
    background: #f36163;
    right: 0;
    width: 0%;
       bottom: -8px;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.#main-menu ul > li > a:hover:after{
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: #f36163;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*----*/
/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/


#header {
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    background: #fff;
}

#main-menu {
    z-index: 300; 
    visibility:visible;
}



.clear-toggle{
    display:none;
    clear:both;
}

.navbar-toggle {
    color:#e09f1d;
    margin-top: 30px;
    padding:0px;
    font-size:35px;
}

.logo {
    width: 100% !important;
    height: 100% !important;
}

.logo-nav { 
    float: left;
    padding: 0;
    position: absolute;
}
.logo-nav a {
    font-size: 30px;
    font-weight: 900;
    font-family: inherit;
    text-transform: uppercase;
    color: #fff;
}
.logo-nav a p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffbe00;
    margin-top: 9px;
    text-transform: inherit;
    letter-spacing: 1px;
    font-weight: 600;
}
.logo-nav a img {
    vertical-align: text-top;
    background: #fff;
}
.col-sm-12{
    height: 7%;
}
ul.submenu .res {
    position: absolute;
    top: 0px !important;
    z-index: 999;
    border-top: 2px solid #000;
}
#main-menu ul ul.submenu {
    padding: 0;
    width: 200px;
    position: absolute;
    top: 82px;
    z-index: 999;
}
#main-menu ul ul.submenu li a {
    color: #676767;
    width: 200px;
    background: #ffffff;
    padding: 8px 10px;
    font-size: 12px;
    text-align: left;
    box-shadow: 0px 2px 7px #676767;
}
div#header-sticky-wrapper {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
        background: #000;
}

/*-- 11-10-2018 --*/
.page-scroll.scroll {
    position: inherit;
    text-align: center;
    bottom: 200px;
    right: 0;
    left: 0;
    z-index: 999;
}
.homeslider {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
}
.flex-direction-nav {
    position: relative;
    bottom: 50%;
    z-index: 99999999999;
}
a.flex-prev {
    position: absolute;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}
 a.flex-next {
    position: absolute;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}
.flex-direction-nav a.flex-prev:before{
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.flex-direction-nav a                       {   cursor:pointer; background:#00a44d; width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.flex-direction-nav a:hover                 {   background:#ed008c;}
.flex-direction-nav a.flex-prev:before{
    content: '\e824';
}
.flex-direction-nav a.flex-next:before {
    content: '\e825';
}
.flex-direction-nav a.flex-next:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
#main-menu ul { 
    display: block;
    width: 100%;
    text-align: center;
}

#main-menu ul li {
    display: inline-block;
    position: relative;
}

#main-menu ul li {
    display: inline-block;
    padding: 15px 5px;
    line-height: 12px;
    color: #ec008c;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    letter-spacing: 2px;
}

#main-menu ul li:hover {
    color: #ffffff;

}

#main-menu ul li.active > , #main-menu ul li.active.has-child >  {
    color: #ffffff;

}

#main-menu ul.nav>li>:hover, #main-menu ul.nav>li>:focus {

}
.page-scroll a{
    margin-bottom:0px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: pulse 1.5s ease-in-out forwards infinite;
    animation: pulse 1.5s ease-in-out forwards infinite;
}
/*-- // 11-10-2018 --*/


/*-----------------------------------------------------------------*/
/*  Media queries
/*-----------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1024px) {

.navbar-right{
    float:none !important;
}
.slide-text {
    width: 86%;
}
}


@media (min-width: 992px) {
    
#main-menu.collapse { 
    display: block !important;
}

} 



@media (max-width: 992px) {

.navbar-right{
    float:none !important;
    margin-right:0px !important;
        margin-bottom: 16px;
}

.clear-toggle{
    display:block;
}

.navbar-toggle {
    display: block !important;
}

#main-menu ul li {
    display: block;
    text-align: center;
    background-color: #000000;
    border-bottom: 1px solid #000000;
    width: 33.333%;
    float: left;
}

#main-menu ul li:last-child {
    border-bottom:none;

}

#main-menu ul li a {
    padding: 8px 10px;
    background-color: #e4a527;
    width: 100%;
    line-height: inherit;
    font-size: 12px;
    font-weight: 400;
}

#main-menu ul li.active > a {
box-shadow: none !important;
    background-color: #e67624;
    width: 100%;
}

#main-menu ul li:hover ul {
    border-top: solid 2px #e4a527; 
    top: 40px;
    background-color: #000;
}

#main-menu ul li ul li a {
    padding: 10px 30px;
    background-color: #000;
}

#main-menu {
        margin-top: 0em;
    margin: 0;
}
.logo-nav {
    float: none;
    position: initial;
    text-align: center;
}

}

@media (max-width: 768px) {
	.slide-text {
margin-top: 1em;
    margin-left: auto;
    width: 54%;
}
.welcome_slide img {
    margin: 0 auto;
    margin-right: auto;
}
#home h1 {
    font-size: 22px;
}
}

@media (max-width: 560px) {
	.text_welcome{
		padding: 0;
	}
    .slide-text {
    width: 96%;
        padding: 10px;
        margin-top: 14px;
}
.welcome_slide {
    margin-top: 0.5em;
}
.logo-nav a img {
    vertical-align: text-top;
    width: 57%;
}
#home h1 {
    font-size: 22px;
    line-height: 1.5em;
    padding-bottom: 12px;
}
.welcome_interior h2 {
    font-size: 20px;
}#blink_text {
    font-size: 19px;
    animation: none;
}
.welcome_interior h2 img {
    display: none;
}
.section {
    padding: 20px 0 70px;
    position: relative;
}
.section-header .smt img {
    display: none;
}
#testimonials {
    padding: 20px 0px;
}
#contact {
    padding-top: 20px;
}
#features {
    background: #FFF;
    padding-bottom: 20px;
}
.welcome_interior {
    padding: 23px 0 0px;
}
#main-menu ul ul.submenu li a {
    width: 100%;
    line-height: 28px;
}
#clients {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-header {
    text-align: center;
    margin: 0;
}
.features-intro {
    margin: 0px auto 0;
}
#main-menu ul ul.submenu {
    width: 100%;
}
.navbar-toggle {
    margin-right: 0;
}
.clebrations {
    padding-top: 0;
}
.welcome_imgright {
    padding: 0;
}
.clebrations h2 {
    word-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
}
.section-header p {
    font-size: 17px;
    padding-top: 3px;
    padding-bottom: 20px;
}
.section-header .smt {
    font-size: 35px;
    padding: 0;
    padding-bottom: 8px;
}
.section {
    padding: 20px 0 0px;
}
div#header-sticky-wrapper {
    height: 74px !important;
}
.logo-nav a {
    font-size: 24px;
}
.logo-nav a p {
    font-size: 9px;
    margin-top: -7px;
    letter-spacing: 1px;
    padding-left: 54px;
}
.navbar-toggle {
    margin-top: 15px;
}
.about_info {
    position: initial;
}
.about_bnr {
    position: initial;
}
.welcome_imgleft {
    padding-right: 0;
    padding: 0;
}
.col-sm-12 {
    z-index: 999;
}
.our_add p {
      color: #bbb;
    font-size: 13px;
    line-height: 2em;
}
.our_add h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
}
.our_add p {
    color: #fff;
}
.contact-form {
    padding-right: 8px;
}
.about_bnr h2 {
    font-size: 32px;
    height: 47px;
    margin: 0;
    padding-top: 6px;
}

}

@media (max-width: 500px) {

.header-info h1 {
    font-size: 27px;
    line-height: 37px;
}

.header-info {
    padding: 0px 30px;
}


}


@media (max-width: 479px) {
    
.section-header .smt {
    font-size: 26px;
    padding: 0;
}

.section-header .smt:before,
.section-header .smt:after {
    width: 18px;
}

img.align-left,
img.align-right {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
}
@media (max-width: 360px) {
    div#header-sticky-wrapper {
        height: 69px !important;
    }
    .clebrations h2 {
    word-spacing: 4px;
        font-size: 16px;
    }
#blink_text {
    font-size: 17px;
    animation: none;
}
.welcome_interior h2 {
    font-size: 18px;
}
.section-header .smt {
    font-size: 19px;
    padding: 0;
}
.section-header .smt > span {
    padding: 30px 0;
        font-weight: 600;
}
strong#blink_text1 {
    animation: none;
}
.about_bnr h2 {
    padding-left: 3em;
}
.welcome_imgright img {
    width: 100%;
}
#clients {
    padding-top: 0;
}
}
@media (max-width: 330px) {

.header-info h1 {
    font-size: 18px !important;
    line-height: 22px;
}

.header-info {
    padding: 0px 10px;
}
#home p {
    font-size: 13px;
    line-height: 1.8em;
        margin-bottom: 20px;
}
#home h1 {
    margin-bottom: 0;
}
.logo-nav a {
    font-size: 18px;
}
.navbar-toggle {
    color: #e4a427;
    margin-top: 20px;
    padding: 0px;
    font-size: 35px;
    margin-right: 0;
}
.welcome_interior h2 {
    font-size: 17px;
}
.welcome_interior p {
    font-size: 14px;
    line-height: 1.8em;
}
.welcome_interior h2 {
    font-size: 16px;
}
.section-header p {
    font-size: 14px;
    padding-top: 3px;
}
.features-intro h3 {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.4em;
}
.features-intro p {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0;
}
.features-intro {
    margin: 0px auto 0px;
}
.section-header .smt > span {
    padding: 30px 0;
}
.section-header .smt {
      font-size: 25px;
    font-weight: 900;
}
#testimonials .desc {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    text-align: justify;
}
.clebrations h2 {
    word-spacing: 6px;
    line-height: 1.5em;
font-size: 20px;
}
.contact-form {
    padding-right: 8px;
}

}
@media (max-width: 320px) {
.logo-nav a p {
    font-size: 7px;
    margin-top: -12px;
    padding-left: 54px;
}
.navbar-toggle {
    margin-top: 14px;
}
h2.clints_h2 {
    font-size: 21px;
}
div#header-sticky-wrapper {
    height: 65px !important;
}
.slide-text {
    width: 100%;
}
}