@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:100,400,500,700');



a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #606060;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0 solid;
    color: #7B76C8;
}

img {
    max-width: 100%;
    height: auto;
}
.ordchangee {
    margin-top: -36%;
    position: absolute;
    z-index: 99;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #606060;
}

header {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*------------------
2. All-Button-Style
-------------------*/

.bttn {
    background-image: url("images/btn-bg.jpg");
    background-position: center top 0;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    outline: medium none;
    padding: 10px 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bttn:hover {
    background-position: center top 100%;
    border: medium none;
    color: #ffffff;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
          background-color: #ffffff;
    border-color: #ffffff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.ammantimg td img{    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;}
.ammantimg td{line-height:43px!important;
    text-align: center;}
.ammantimg th{    text-align: center;}



a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #ef6145;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: auto;

    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
.orimg{     width: 82px;
    float: left;
    margin-right: -78px;}
.tabred{    border-top-left-radius: 36px;
     border: none!important;
    border-bottom-left-radius: 36px;}
.tabredl{    border-top-right-radius: 36px;
     border: none!important;
    border-bottom-right-radius: 36px;}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 48px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color:rgba(37, 33, 37, 0.74);
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {

background-image:url("../images/slide6.jpg");
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slide7.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slide8.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/*---------------
3. Overright-css
----------------*/

.close-grid [class|=col] {
    padding: 0;
}
.boxwed{    background: #eeeeeee0;
    padding: 30px;}
.img-full-width img {
    width: 100%;
}
.textceno{       background: #c97ace;
    width: 323px;
    padding: 9px;
    color: white;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin: 0 auto; text-align: center;
    text-transform: uppercase;}
.close-grid.row,
.close-grid.row .row {
    margin: 0;
}

.form-control {
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    color: #333;
    height: auto;
    min-height: 40px;
    padding: 14px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-control:focus {
    box-shadow: 0 0 5px 0 #dddddd;
    border: 1px solid #dddddd;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control:-ms-input-placeholder {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.breadcrumb {
    background: none;
}


/*--------------
4. Helper Class
---------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
}

.vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.left-box-image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.gray-bg {
    background-color: #fbf9fa;
}

.black-bg {
    background-color: #161624;
    color: #ffffff;
}

.box100 {
    width: 100px;
}

.dark-bg {
    background-color: #23232E;
    color: #ffffff;
}

.black-bg a,
.dark-bg a {
    color: #ffffff;
}

.black-bg a:hover,
.dark-bg a:hover {
    color: #544EB2;
}

.read-more:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-left: 5px;
}

.read-more:after {
    content: "\e71c";
    font-family: themify;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*-----------------
5. Header-Style
------------------*/

.header-area {
    height: 100%;
    width: 100%;
}

.header-bg-image,
.header-bg {
    background: -webkit-linear-gradient(left, rgba(35, 35, 46, 1) 0%, rgba(35, 35, 46, 0.37) 100%);
    background: linear-gradient(to right, rgba(35, 35, 46, 1) 0%, rgba(35, 35, 46, 0.37) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#23232e', endColorstr='#5e23232e', GradientType=1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-bg-image {
    background-attachment: scroll;
    background-color: #23232E;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-bg-image1 {
    background-image: url("images/slide/bg-1.jpg");
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.header-bg-image2 {
    background-image: url("images/slide/bg-4.png");
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.header-bg-image3 {
    background-image: url("images/slide/bg-3.jpg");
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.header-bg-image4 {
    background-image: url("images/slide/bg-4.png");
    background-position: bottom center;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.header-bg-image5 {
    background-image: url("images/slide/bg-5.html");
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.headline {
    font-size: 40px;
    color: #ffffff;
}

.header-scroll-btton.smoth {
    bottom: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-scroll-btton.smoth a {
    border: 1px solid;
    border-radius: 100px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 3.6;
    text-align: center;
    width: 25px;
    position: relative;
    margin-right: 1px;
}

.header-scroll-btton a span {
    -webkit-animation-name: out_douwn;
    animation-name: out_douwn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    left: 50%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes out_douwn {
    0% {
        top: 10%
    }
    50% {
        top: 60%
    }
    100% {
        top: 10%
    }
}

@keyframes out_douwn {
    0% {
        top: 20%
    }
    50% {
        top: 50%
    }
    100% {
        top: 20%
    }
}


/*----------------
6. Mainmenu-Style
-----------------*/

.mainmenu-area {
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
   
    border: none;
    padding: 10px 0;
}
.mainmenu-area.affix {
    background-color: rgba(93, 91, 91, 0.97);
    height: 52px;
    padding: 0;
}

.navbar-brand {
    padding: 6px;
}

.mainmenu-area a,
#mainmenu.nav.navbar-nav li a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#mainmenu.nav.navbar-nav li.active a {
  background-color: #c97ace;
}

#mainmenu.nav.navbar-nav li a:after {
    background-color: #ffffff;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu.nav.navbar-nav li a:hover:after,
#mainmenu.nav.navbar-nav li.active a:after {
    width: 100%;
}

.search-button {
    color: #ffffff !important;
}

#search_box input {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    padding: 12px 15px;
    width: 100%;
    font-size: 14px;
}


/*-------------------
7. Service-Style
---------------------*/

.single-service {
    background-color: #7c77c9;
    border-radius: 0 2px 2px;
    box-shadow: 0 0 0 0 #7c77c9;
    color: #fff;
    margin-top: 60px;
    padding: 30px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: 206px;
}

.single-service:hover {
    box-shadow: 6px 6px 20px -2px #7c77c9;
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.single-service .service-title {
    color: #fff;
}

.single-service .service-icon {
    background-color: #7c77c9;
    border-radius: 2px 2px 0 0;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 3;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 60px;
}


/*---------------
8. Skillbar-Style
----------------*/

.skillst {
    width: 100%;
}

.skillst .skillbar {
    background-clip: padding-box;
    background-color: #d4d4d4;
    border-radius: 1px;
    box-sizing: border-box;
    height: 15px;
    position: relative;
    width: 100%;
}

.skillst .skillbar .count-bar {
    background-clip: padding-box;
    background-color: #313538;
    border-radius: 1px;
    height: 15px;
    width: 0;
}

.skillst .title {
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    line-height: 1.7;
    padding-left: 5px;
    position: absolute;
    top: -40px;
}

.skillst .count {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    position: absolute;
    right: 5px;
    top: -30px;
}

.skillbar.green .count-bar {
    background-color: #0dc184;
}

.skillbar.blue .count-bar {
    background-color: #15a2dc;
}

.skillbar.red .count-bar {
    background-color: #ea236f;
}

.skillbar.yellow .count-bar {
    background-color: #ffb500;
}

.skillbar.green .count {
    color: #0dc184;
}

.skillbar.blue .count {
    color: #15a2dc;
}

.skillbar.red .count {
    color: #ea236f;
}

.skillbar.yellow .count {
    color: #ffb500;
}


/*----------------
9. Work-Area-Style
-----------------*/

.work-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-work:hover .work-details {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-popup {
    color: #ffffff;
    display: block;
    font-size: 26px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 2;
}

.work-popup:hover {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.work-popup:focus {
    color: #ffffff;
}



.single-work img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.single-work {
    overflow: hidden;
    padding: 2px;
    margin: 10px 10px;
  
}

.single-work:hover img {
   background:transparent;
  
}

.single-work iframe{margin:0px;padding:0px;}

.vie {
    padding: 7px 10px;
   background: #c97ace;
    border: 0px;
    color: #fff;
}

/*----------------------
10. Team-style
-----------------------*/

.team-image img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.team-image:hover img {
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}

.team-image {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.team-details {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.team-image:hover .team-details {
    -webkit-transform: translateY(1%);
    transform: translateY(1%)
}

.team-sical {
    position: absolute;
    right: -40px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-image:hover .team-sical {
    right: 10px;
}

.team-sical li a {
    color: #ffffff;
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-sical li a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.team-image:hover .team-sical li a {
    margin: 10px 0;
}

.img-hover-ef {
    overflow: hidden;
    display: block;
}

.img-hover-ef img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img-hover-ef:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}


/*-------------------
11. Testimonial-style
--------------------*/

.client_nav span {
    cursor: pointer;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client_nav span.testi_next {
    left: auto;
    right: 0;
}

.client-photo-list {
    text-align: center;
}

.client-photo-list .item {
    display: block;
    margin: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.client-photo-list .item img {
    -webkit-filter: blur(2px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    filter: blur(2px)
}

.client-photo-list .owl-item.center .item img {
    -webkit-filter: blur(0px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0px)
}


/*-------------------
12. Price-Style
---------------------*/

.price-table {
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(-0px, -0px);
    transform: translate(-0px, -0px);
    background-color: #FFFFFF;
}

.price-table.active,
.price-table:hover {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
}

.price-table .rate {
    font-size: 60px;
    line-height: 1;
    color: #7C77C9;
}

.price_list li.active:before {
    content: "\e64c";
    font-family: themify;
    margin-right: 10px;
}

.price_list li {
    padding: 10px 0;
}

.page-title {
    font-size: 34px;
    text-transform: capitalize;
}


/*---------------
13. Blog-style
----------------*/

.single-blog {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}


/*-----------------------
14. Subscribe Form
------------------------*/

.subscribe-form input[type="email"] {
    border: medium none;
    border-radius: 2px;
    color: #000000;
    padding: 12px 15px;
    width: 100%;
    box-shadow: 0 0 0 0 #7b76c8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
}

.subscribe-form input[type="email"]:focus {
    box-shadow: 0 0 15px -2px #7b76c8;
}


/*-------------------
15. Cound-Down 
---------------------*/

.counter_icon {
    background-color: #ffffff;
    border-radius: 0 0 50% 50%;
    color: #7c77c9;
    display: block;
    font-size: 30px;
    height: 100px;
    line-height: 3.4;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    width: 100px;
}

.counter_up {
    font-size: 18px;
}

.counter_up .count_title {
    font-size: 30px
}


/*-------------------
16. Scrollup-button
--------------------*/

#scrollUp {
    border: 1px solid #c97ace;
    border-radius: 25px;
    bottom: 30px;
    color: #ffffff;
    /* font-size: 20px; */
    background: #c97ace;position:relative:z-index:9999999;
    height: 40px;
    line-height: 3;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scrollUp:hover {
    background-color: #23232E;
    color: #ffffff;
}




@-webkit-keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 20px rgba(84, 78, 178, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
}

@keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 20px rgba(84, 78, 178, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
}

.preloade span i {
    bottom: -7px;
    color: #ffffff;
    font-size: 25px;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}


/*-----------------
Blog-page
------------------*/


/*-----------------
Pagination
------------------*/

.paginations li a {
    background-color: #7b76c8;
    border: 1px solid #7b76c8;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 2.8;
    margin-bottom: 10px;
    width: 40px;
}

.paginations li a:hover {
    background-color: #fff;
    color: #7B76C8;
}

.sidebar-search-form .btn {
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #cccccc;
}

.sidebar-search-form button:hover {
    background-color: #7B76C8;
    border-color: #7B76C8;
    color: #ffffff;
}

.single-sidebar ul li a q {
    float: right;
}

.single-sidebar ul li a q:before {
    content: "(";
}

.single-sidebar ul li a q:after {
    content: ")";
}

.single-sidebar ul li a {
    display: block;
    padding: 10px 10px 10px 0;
}

.single-sidebar ul.instagram li {
    padding: 5px;
    width: 33.33%;
}

.single-sidebar .instagram li a {
    padding: 0;
}

.round {
    border-radius: 2px !important;
    padding-left: 20px;
}

.hover-shadow {
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.hover-shadow:hover {
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.no-round {
    border-radius: 2px !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-menu li a {
    display: inline-block;
    height: 30px;
    line-height: 1;
    width: 30px;
}

.reply-box .bttn {
    height: 49px;
}

.social-menu li a {
    font-size: 20px;
    padding: 6px;
}
















































.bs-slider {
    overflow: hidden;
    max-height: 700px!important;
   
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;    background-color: #da21b1;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


.dark-bg {
    background-color: #23232E;
    color: #ffffff;
}


.dark-bg h5 {
     color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    width: 50%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 4px double #ffffff;
}


.foet {
    background: url(images/foot-map.png) no-repeat left;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0%;
    z-index: 0;
    top: 0px;
}



.dark-bg .btnSend {
    background-color: #c97ace;
    color: #FFF;
    border-radius: 20px;
    padding: 7px 8px;
    border: 0;
    margin-top: 10px;
    font-size: 11px;
}


.dark-bg .inpTx {
    border: 0;
    background-color: #303030;
    color: #c4c4c4;
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 3px 0;
    padding: 8px 15px;
}



.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-style li i {
    padding-top: 8px;
    font-size: 17px;
    color: #ffffff;
    float: left;
}


.list-style li p {
    padding-left: 28px;
    padding-top: 5px;
}

.social-menu li span {
       background: #ffffff;
    color: #080808;
    padding: 10px;
    line-height: 45px;
}
.foot-2 li i {
    color: #c97ace;
    margin-right: 5px;
}

.foot-3 .social-menu li span:hover {
    background: #fff;
}

.copy a {
    color: #c97ace;
}
.foot-2 ul{margin:0px ;padding:0px;}
.list-style {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.foot-2 li {
    line-height: 2.8;
    list-style-type: none;
    margin: 0px;
}

.copy p {
    margin-top: 17px;
    border-top: 1px solid #c97ace;
    padding-bottom: 10px;
    padding-top: 15px;
}

.in-ban{background-image:url("../images/ban.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}


.in-bann{background-image:url("../images/bann.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}


.sitar{height:100%;}


.lid{width:100%;clear:both;}


.vertical-menu-list li a{color:#fff;padding:5px;}



.vertical-menu-list{
    padding: 0px;margin:0px;
}



.vertical-menu-list li {
    padding: 20px 5px;
    list-style: none;
    color: #fff;
    background: #c97ace;
    border-bottom: 2px solid #fff;
}

.mainmenu-area.affix .navbar-brand img{    height: 36px;
    margin-top: 3px;}


.lis li{float:left;}




.miner {
    background:#c97ace;
    color: #fff;
}

.sel {
    color: #fff;
    background-color: #c97ace;
    border: 0px;
    border-color: #c97ace;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(128, 128, 128, 0.21)!important;
}

.ak{height:30px;}



.bix {
   float: left;
    margin: 7px 0px -26px 1px;
}
.btnsuc{    padding: 15px;
    width: 188px;
    margin-top: -7px;}
.bixx {
   
    float: left;
    margin: 0px 5px 0px 9px;
}

.bix label{text-align:left!important;}




.bans{margin-top:180px;font-size:50px;color:#fff;text-align:center;text-transform:Uppercase;}



.bix table{float:left!important;width:100%!important;margin:0px 0px;}


.orde li{list-style-type:none;float:left;margin:5px 10px 5px 10px;}


.orde ul{margin:0px;padding:0px;}


.orde{        box-shadow: 0px 0px 4px #9d9d9d;
    float: left;
    margin-bottom: 81px;
    margin-top: -58px;}


.lol {
    border-top: 1px dashed #c97ace;
    /* display: block; */
    float: left;
    margin: 5px 10px;
}

.orde .left{float:left;}


.orde .right{float:right;}

.priv h4 {
    color: #c97ace;
    padding: 10px 0px;
    border-bottom: 1px dotted #c97ace;
    text-transform: CAPITALIZE;
}

.priv i{color: #c97ace;margin-right:5px;overflow:hidden;}


.cond h4{ color: #c97ace;
    padding: 10px 0px;
    border-bottom: 1px dotted #c97ace;
text-transform: CAPITALIZE;}


.cond i{color: #c97ace;margin-right:5px;overflow:hidden;}

.gil h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #c97ace;
    border-top: 1px solid #625b5a;
    border-bottom: 0px;
    margin: 0px;
    padding: 5px;
}

.whats {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    /* margin: 0; */
    display: block;
    text-align: center;
}

.whats i {
    color: #fff;
    font-size: 25px;
    margin-right: 5px;
    padding: 5px;
    background: green;
}



.thum {
    background: #404098;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border: 0px;
    margin: 0 auto;
    display: block;
}


.thum i{margin-right:5px;}

.brd {
    background: #c97ace;
    padding: 2px 5px;
    margin: 11px 0px;
    border-radius: 25px;
    font-size: 14px;
}

.bgn {
    background: #ffffff;
    padding: 2px 5px;
    margin: 11px 0px;
    color: #fff!important;
    width: 77%!important;
    /* border-radius: 25px; */
    font-size: 14px;
}
.ording {
    margin: 8px 10px;
    padding: 3px 8px;
    background: #c97ace;
    border-radius: 25px;
    border: 2px solid #fbf9fa;
}

.gil{
    overflow: hidden;
    padding: 5px;
    box-shadow: 0px 2px 4px #000;
    margin: 10px 10px;
}


.rox{    display: block;
    background: #fdfbfb;
    float: left;
    box-shadow: 0px 0px 8px #9e989e;
    padding: 25px;
    margin-top: 20px;}





#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #c97ace;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: rgba(236, 231, 231, 0.24);
    color: #c97ace;
}
#accordion .panel-title a.collapsed:hover{
    color: #c97ace;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #9e51a2;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 22px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.nav-pills.style2 li.active a {
    background-color: #c97ace;
    color: #ffffff;
}
.orhovel {
    border: 1px solid #c97ace;
    border-radius: 4px;
    background: #c97ace75;
    margin-left: 124px;
    margin-right: 10px;
}
.tab-content {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 3px 3px 3px 3px;
    border-top: none;
    padding: 25px;
}
.orhove{    border: 1px solid #c97ace;
    border-radius: 4px;
    background: #c97ace75;}
.collapse.in {
    display: block;
    border: 1px solid #e1dfe1;
}
#accordion .panel-body:before {
    content: "";
    width: 100%;
    height: auto;
    font-size: large;
    border: 1px solid #e1dfe1;
    position: absolute;
    top: 0px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}



.rox .form-control{padding: 10px 20px!important; border-radius: 50px; width: 90%!important;}



#about p{text-align:justify;}


.in-ban{background-image:url("../images/ban.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.in-ban1{background-image:url("../images/ban1.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.in-ban2{background-image:url("../images/ban2.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.in-ban3{background-image:url("../images/ban3.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.in-ban4{background-image:url("../images/ban4.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.in-bann{background-image:url("../images/bann.jpg");background-repeat:no-repeat;background-size:cover;width:100%;height:400px;}

.btnlas{float:right;
        margin-top: -13px;}

@media only screen and (max-width: 479px){ 
body {
    overflow-x: hidden;
}
.orhovel {
    margin-left: 0px;
    margin-right: 0px;
}
.mglef {
    margin-left: 0px;
    width: 100%;
}
.ordchange {
    margin-top: -127%;
    position: absolute;
    z-index: 99;
}
.navbar-brand>img {
    display: block;
    margin-top: -10px;
}
.table-responsive {
    border:none;
}
#accordion .panel-body p {
    margin-bottom: 0;
    text-align: justify;
}
.ordchangee {
    margin-top: -149%;
    position: absolute;
    z-index: 99;
}
.textceno {
    background: #c97ace;
    width: 193px;
    padding: 12px;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

}
@media only screen and (min-width: 480px) and (max-width: 699px){
body {
    overflow-x: hidden;
}
.orhovel {
    margin-left: 0px;
    margin-right: 0px;
}
.mglef {
    margin-left: 0px;
    width: 189%;
}
.ordchange {
    margin-top: -52%;
    position: absolute;
    z-index: 99;
}

.btnlas{float: right;
    margin-top: -46px;}
.navbar-brand {
    padding: 6px;
    margin-top: -11px;
}

 }
@media only screen and (min-width: 700px) and (max-width: 767px){
.mglef {
    margin-left: 0px;
    width: 753px;
}
.orhovel {
    margin-left: 0px;
    margin-right: 0px;
}
.ordchange {
    margin-top: -50%;
    position: absolute;
    z-index: 99;
}
.ordchangee {
    margin-top: -57%;
    position: absolute;
    z-index: 99;
}
body {
    overflow-x: hidden;
}

 }    
@media only screen and (min-width: 768px) and (max-width: 991px){
.mglef {
    margin-left: 0px;
    width: 933px;
}
.orhovel {
    margin-left: 0px;
    margin-right: 0px;
}
.mainmenu-area a, #mainmenu.nav.navbar-nav li a {
    font-size: 12px;}
.nav>li>a {
    padding: 6px 6px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -69px;
}
.navbar-right {
    float: right!important;
    margin-right: -18px;
    margin-top: 10px;
}
 }  

@media only screen and (min-width: 992px) and (max-width: 1199px){
.mglef {
    margin-left: 0px;
    width: 933px;
}
.orhovel {
    margin-left: 0px;
    margin-right: 0px;
}
.mainmenu-area a, #mainmenu.nav.navbar-nav li a {
    font-size: 14px;}
.nav>li>a {
    padding: 6px 6px;
}

.navbar-right {
    float: right!important;
   
    margin-top: 10px;
}
 }
