body {
  margin:0 auto;
 width: :100%;
  font-size:14px;
  overflow:auto;
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   background-color: #7b7777;
  margin-top: 0px;
  overflow: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}


.portant{
  background-image:url(../img/backy.png);
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-color: #fff !important;

}
::-webkit-scrollbar {
    width: 9px;
}
 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(32, 88, 149, 1);
  border-radius: 7px;
}
 
::-webkit-scrollbar-thumb {
  border-radius: 10px 29px 8px 17px;
        background-color: #000;

}

::-webkit-input-placeholder {
   color: #C09E30;
}

:-moz-placeholder { /* Firefox 18- */
   color: #C09E30;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #C09E30;  
}

:-ms-input-placeholder {  
   color: #C09E30;  
}


.classcontent b{
  color: #C62D2D;
  font-weight: 400 !important;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.mt-news ul li p b{
   color:#fff !important;
}

a{
  
  text-decoration: none;
}

img{
  text-align:center;
  max-width:100%;
  width:auto;
  height:auto;
}

li{
  list-style: none;
}

/**** gallery styling ****/

          .demo-gallery > ul {
              margin-bottom: 0;
              margin-bottom: 0;
              width: 100%;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 30%;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
              font-size:16px;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }



/**** gallery styling ****/

.inner{
  position: relative;
  float: left;
  width: 100%
}

.entirerapper{
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.entirerapper1{
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.header{
width: 100%;
    position: relative;
    float: left;
    background:#fff;
}

.ratehouse{
  position: relative;
  float: left;
  min-height: 36px;
  background-color: #fbb618;
  width: 100%;
}



.slidehouse{
  position: relative;
  float: left;
  width: 100%;
}

.listpassion{
  width: 100%;
  float: left;
  position: relative;
  min-height: 36px;
  background-color: #000;
}

.listpassion ul{
 position: relative;
 display: block;
 margin: -3px;
}

.listpassion ul li{
   position: relative;
   display: block;
   padding: 0px 10px;
   margin:14px;
   float: right;
   color: #fbb618;
   font-weight: 600;
   font-size: 17px;
   text-transform: uppercase;
   font-style:italic;
}

.logo{
    width: 15%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.menu{
    width: 79%;
    position: relative;
    float: left;
}

.menu ul {
display: block;
    position: relative;
    margin-top: 16px;
}

.menu ul li{
    display: block;
    position: relative;
    margin: 14px;
    padding: 10px;
    float: left;
}


.menu ul li a{
display: block;
    position: relative;
    color: #747474;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.menu ul li a:hover{
    color:#000;
}

fids p{
text-align:justify;

}
.social{
    width: 10%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 9px;
}

.social li{
  position: relative;
  float: left;
  margin-left:5px;
  text-align: right;
}

.social li a .fa{
      color: #65533f;
      float: right;
}

.ratehouse h3{
    width: 21%;
    float: left;
    position: relative;
    margin: 0px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 9px;
    font-size: 11px;
}

.move {
    margin-right: 20px;
    position: relative;
    float: left;
    width: 70%;
    margin-top: 8px;
}

.move li{
     position: relative;
    float: left;
    margin: 0px 10px;
    font-size: 13px;
    color: #fff;
    padding-right: 23px;
    border-right: 1px solid #fff;
}

.sublogo{
     width: 100%;
    position: relative;
    float: left;
    min-height: 120px;
    background-color: #fff;
    border-bottom: 3px solid #a4a3a1;
    border-top: 1px solid #e8b012;

}

.sublogo h3{
  width: 90%;
  position: relative;
  float: left;
  margin: 17px;
  font-size: 20px;
  color: #000;
  clear: both;
  text-transform: uppercase;
  font-weight: 400;
}

.subsid{
    width: 92%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    min-height: 50px;
}

.subsid ul{
  display: block;
  position: relative;
}

.subsid ul li{
      display: block;
    position: relative;
    margin-left: 56px;
    float: left;
}

.direct{
     margin: 0 auto;
    width: 90%;
    min-height: 300px;
    position: relative;
}

.direct h4{
    width: 100%;
    position: relative;
    float: left;
    color: #000;
    font-size: 13px;
    margin: 10px 0px;
    font-weight: bold;
}

.dirprofy{
width: 44%;
    position: relative;
    float: left;
    height: 200px;
    margin: 20px 30px;
}

.mage{
  
    width: 30%;
  height: 160px;
  position: relative;
  float: left;
}

.mag h4{
  color:#fbb618 !important;
  font-weight:400px;
  }

.mage img{
  width:160px;
  height: 160px;
  position: relative;
  float: left;
}

.sco{
width:19% !important;
}

.magys{
    position: relative;
    float: left;
    width: 64%;
    margin: 20px 0px 10px 20px;
    text-align: justify;
    font-size: 12px;
}


.magys span{
 color: #fcb822;
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    margin-left: 10px
 
}


.dirprofy span {
color:#cb980a !important;
font-weight:400!important;
}

.magys span a{
    color: #cb980a;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: capitalize;
 
}


.fids span{
 color: #fcb822;
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    margin-left: 10px
 
}

.fids span a{
 color: #fcb822;
    font-style: italic;
 
}

.ghhty{
  padding-bottom: 30px;
}


/*.subsid ul li a img{
width: 40%;
}*/
.sub{
  width: 100%;
  position: relative;
  float: left;
  background-color: #fff;
}

.flogo{
     display: block;
    position: relative;
    width: 18%;
    float: left;
}
.flogo img{
  width: 43%;
}

.fmenu{
     display: block;
    position: relative;
    width: 89%;
    float: left;
    margin-left: 100px;
}

.fmenu ul{
       display: block;
    position: relative;
    margin-top: -43px;
}

.fmenu ul li{
 display: block;
    position: relative;
    margin: 13px;
    float: left;
    padding: 10px;
}

.fmenu ul li a{
    display: block;
    position: relative;
    color: #747474;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
}

.footer{
  width: 100%;
  position: relative;
  background-color: #231f20;
  min-height: 30px;
  float: left;
}

.footer ul{
  position: relative;
  float: right;
  margin:0px;
  margin-top: 7px;
}


.footer ul li{
  position: relative;
  float: right;
  margin-left: 30px;
  margin-right: 10px;
  color:#fff;
}

.footer ul li a{
  color:#fff;
  font-size: 12px;
  font-weight: 200;
}

.footer ul li a:hover{
  color: #fbb618;;
}

.menusec {
     width: 100%;
    min-height: 0px !important;
    position: relative;
    float: left;
    display: none ;
    text-align: right;
    background: #000;
}

ul.glass-menu {
  position:relative;
  top:0.5em;
  list-style: square;
  list-style-position: inside;
  border-radius: 0.3em;
  min-width: 13em;
  margin: 1em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.4);
  z-index: 100;
}


ul.glass-menu li {
    padding: 0.5em;
    margin: 0.7em;
    border-radius: 0.3em;
    background: rgba(117, 173, 64, 1);
    background: rgb(0, 0, 0);
    color: #fff;
    font-weight: 200;
    border: 2px solid #f2c53a;
}

ul.glass-menu li:hover {
  background: #FCB02E;
  color: #fff;
}

ul.glass-menu li:hover a {
 color: #fff;

}

ul.glass-menu li a {
    text-decoration: none;
    display: inline-block;
    color: #eeb327;
    font-weight: 600;
}

.vcolor{
  color:#fff;
  font-size: 16px;
}

.disp{
  display: none;
}

.contenhouse{
 width: 100%;
    position: relative;
    float: left;
    min-height: 300px;
    background-color: #fff;
    margin-top: -4px;
 
}

.contenhouse h3{
  width: 98.3%;
  position: relative;
  float: left;
  background-color:#cacaca;
  text-transform: capitalize;
  margin:0px;
  padding: 10px 0px 10px 20px;
}

.contenreal{
     width: 61%;
    position: relative;
    float: left;
}

.goon{
      width: 61% !important;
}
.contenreal p{
       text-align: justify;
    width: 93%;
    margin-left: 20px;
    position: relative;
    float: left;
    font-weight: 400 !important;
    font-size:13px;
}

.contenreal h4{
    text-align: justify;
    width: 100%;
    margin: 0px;
    margin-left: 20px;
    margin-top: 23px;
    position: relative;
    float: left;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 14px;

}

.newsy{
    position: relative;
    width: 100%;
    float: left;
    min-height: 173px;
    margin: 29px 30px;
    border-bottom: 1px solid #000;
}

.contenside{
    width: 39%;
    position: relative;
    float: left;
}

.goon span {
   width: 100%;
   text-align: right;
   float: right;
}

.goon span a{
       color: #cb980a;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: capitalize;
}


.goon a{
       color: #cb980a;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: capitalize;
}

  .nimg {
    width: 20%;
    position: relative;
    float: left;
}


.newscont{
    position: relative;
    float: left;
    width: 71%;
    text-align: justify;
    margin-left: 20px;
    font-size: 13px;
    font-weight:400;

}

.newscont p{
 position: relative;
    float: left;
    width: 100%;
    text-align: right;
}

.newscont p a{
position: relative;
    float: right;
    width: 23%;
    text-align: center;
    background-color: #000;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}



.goon span a:hover{
   color: #000;
}

.menu ul li:hover > ul {
    display: block;
}
.menu ul li ul {
    border-radius: 0px 10px 10px 10px;
    padding: 0;
    position: absolute;
    top: 42%;
    z-index: 30000;
    width: 239px;
    text-align: center;
        border-bottom: 5px solid #fbb618;
        background-color: #231f20;
    border-right: 1px solid #fff;
}

.menu ul ul{
  display: none;
}

.menu ul li ul li a {
 color:#000;
}

/*GROW*/
.grow img {
 

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grow img:hover {
  width: 200px;
  height: 200px;
}

.wid {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    width: 100%;
    margin: 0px!important;
    padding: 11px 0px !important;
    border-bottom: 1px solid #fff;
}


.wid a {
   color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 14px;
    text-transform: capitalize;
}


.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


.grow img {
 
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 100px;
  height: 200px;
}

.address{
  width: 30%;
  position: relative;
  float: left;
}

.form{
  width: 70%;
  position: relative;
  float: left;
}


form {
    width: 81%;
    position: relative;
    float: left;
    margin-left: 40px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    font-size: 12px;
    background-color: #FFBABA;
}

.inpufeild {
    width: 96%;
    height: 40px;
    padding-left: 5px;
    border-radius: 5px;
    line-height: 1.666;
    /* border: 1px solid; */
    border: 1px solid #191516;

    font-weight: 200;
    transition: border-color ease-in-out .15s;
    position: relative;
    float: left;
    margin-top: 20px;
}

.required {
   width: 95.7%;
    margin-top: 30px;
    padding-left: 5px;
    border-radius: 5px;
    line-height: 1.666;
    border: 1px solid #191516;
    font-weight: 200;
    transition: border-color ease-in-out .15s;
    position: relative;
    float: left;
}

#send_message {
    width: 234px !important;
    font-variant: small-caps;
    border: 1px solid #ff9b31;
    cursor: pointer;
    cursor: hand;
    margin-top: 20px;
    /* margin-left: 56px; */
    float: left;
    padding: 11px;
    background: #fbb618;
    color: #fff;
    margin-left: -28px;
}

#cf_submit_p {
    text-align: right;
}

.success {
    display: none;
    padding: 10px;
    color: #044406;
    font-size: 12px;
    background-color: #B7FBB9;
}


.profiles {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.profiles img{
   width: 30%;
   position: relative;
   float: left;
   width:200PX;
   height: 250px;
}

.profymsg{
 position: relative;
 width: 70%;
 float: left;
}


.profymsg h3{
width: 100%;
margin: 0px;
margin-top: 10px;
float: left;
position: relative;
}

.profymsg p{
 width: 98%
 padding: 5px 10px;
}

.lik{
  width: 98%;
  position: relative;
  text-align: right;
  float: left;
}


.lik a{
  color:#fff;
  padding: 10px 20px;
  background-color: #000;
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


.disk {
    width: 28%;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsy h2 {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    /* margin-top: 20px; */
    color: #7c1a6e;
    font-weight: 400;
}

.newsy h2 a{
      color: #ff9b31;
    font-style: oblique;
    font-weight: 500;
}

.hidden {
    display: none;
}

.img-zoom:hover {
    width: 90px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.fids{
    position: absolute;
    float: left;
    width: 52%;
    height: 506px;
    margin-top: 29px;
    margin-left: 33px;
}

.fids h4{
     width: 100%;
    position: relative;
    float: left;
    font-size: 20px;
    color: #f6b221;
    font-weight: 600;
    margin-top: -3px;
}

.fids ul{
    display: block;
    position: relative;
    float: left;
}

.fids ul li{
    display: block;
    position: relative;
    width: 100%;
}

.fids ul li a{
    display: block;
    position: relative;
    color: #f6b221;
    font-size: 20px;
    font-weight: 300;
}

.gad{
color:#000;
margin-right: 15px;
font-size: 12px !important;
}

.gretix{
  position: absolute;
  float: right;
  z-index: 4000;
  width: 100%;
}

.visi{
      width: 100%;
    position: relative;
    float: left;
    background: #000;
    margin-top: -5px;
}

.inners{
  width: 100%;
  position: relative;
  float: left;
}

.mag{
  margin-left: 30px;
  color: #fff;
  font-weight: 300;
}


/*media query home page*/

@media (min-width :0px) and (max-width : 1285px){

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 10px;
    margin: 28px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}



}

@media (min-width :0px) and (max-width : 1257px){

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 7px;
    margin: 28px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

}

@media (min-width :0px) and (max-width : 1257px){

.subsid {
    width: 94%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    min-height: 50px;
}

}


@media (min-width :0px) and (max-width : 1215px){

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 7px;
    margin: 24px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

}

@media (min-width :0px) and (max-width : 1215px){

.subsid {
    width: 98%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    min-height: 50px;
}

.menu {
    width: 72%;
    position: relative;
    float: left;
}

}

@media (min-width :0px) and (max-width : 1159px){

.menu {
    width: 76%;
    position: relative;
    float: left;
}

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 7px;
    margin: 19px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

}

@media (min-width :0px) and (max-width : 1142px){

.subsid {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    min-height: 50px;
}

.fmenu {
    display: block;
    position: relative;
    width: 63%;
    float: left;
    margin-left: 46px;
}

}

@media (min-width :0px) and (max-width : 1118px){

.subsid ul li {
    display: block;
    position: relative;
    margin-left: 20px;
    float: left;
    width: 21%;
}

}

@media (min-width :0px) and (max-width : 1110px){

.menu {
    width: 79%;
    position: relative;
    float: left;
}

.fmenu {
    display: block;
    position: relative;
    width: 67%;
    float: left;
    margin-left: 46px;
}

.ratehouse h3 {
    width: 20%;
    float: left;
    position: relative;
    margin: 0px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 9px;
    font-size: 10px;
}

}

@media (min-width :0px) and (max-width : 1059px){

.logo {
    width: 15%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.menu {
    width: 82%;
    position: relative;
    float: left;
}

}

@media (min-width :0px) and (max-width : 1027px){

.listpassion {
    width: 100%;
    float: left;
    position: relative;
   min-height: 0px !important; 
    background-color: #000;
}

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 7px;
    margin: 11px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

.fmenu {
    display: block;
    position: relative;
    width: 70%;
    float: left;
    margin-left: 46px;
}

.sublogo h3 {
    width: 90%;
    position: relative;
    float: left;
    margin: 17px;
    font-size: 14px;
    color: #000;
    clear: both;
    text-transform: uppercase;
    font-weight: 400;
}

}

@media (min-width :0px) and (max-width : 1027px){

.menu {
    width: 84%;
    position: relative;
    float: left;
}

}


@media (min-width :0px) and (max-width : 997px){

.menu {
    width: 84%;
    position: relative;
    float: left;
    display: none;
}

.social {
    width: 10%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-top: 48px;
}

.menusec {
   width: 100%;
    min-height: 0px !important;
    position: absolute;
    float: left;
    display: block;
    text-align: right;
    background: #000;
}
}

@media (min-width :0px) and (max-width : 967px){

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 7px;
    margin: 5px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}

.fmenu {
    display: block;
    position: relative;
    width: 74%;
    float: left;
    margin-left: 46px;
}

}

@media (min-width :0px) and (max-width : 991px){

.fmenu ul {
    display: block;
    position: relative;
   margin-top: 0px; 
}

.dirprofy {
    width: 85%;
    position: relative;
    float: left;
    height: 235px;
    margin: 20px 30px;
}

}

@media (min-width :0px) and (max-width : 967px){

.fmenu {
    display: block;
    position: relative;
    width: 77%;
    float: left;
    margin-left: 46px;
}

}

@media (min-width :0px) and (max-width : 846px){

.dirprofy {
    width: 94%;
    position: relative;
    float: left;
    height: 200px;
    margin: 20px 30px;
}

}

@media (min-width :0px) and (max-width : 520px){

.dirprofy {
    width: 94%;
    position: relative;
    float: left;
    height: 268px;
    margin: 20px 30px;
}

}




@media (min-width :0px) and (max-width : 400px){

.direct h4 {
    width: 100%;
    position: relative;
    float: left;
    color: #fcb61a;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 400;
}

.mage {
    width: 166px;
    width: 200px;
    height: 160px;
    position: relative;
    float: left;
}

.dirprofy {
    width: 94%;
    position: relative;
    float: left;
    height: 427px;
    margin: 14px 30px;
    clear: both;
}

.magys {
    position: relative;
    float: left;
    width: 89%;
    margin: 20px 0px 10px 0px;
    text-align: justify;
}

}

@media (min-width :0px) and (max-width : 919px){

.flogo {
    display: block;
    position: relative;
    width: 16%;
    float: left;
}

.flogo img {
    width: 75%;
}

.fmenu {
    display: block;
    position: relative;
    width: 77%;
    float: left;
    margin-left: -11px;
}



}

@media (min-width :0px) and (max-width : 895px){

.fmenu {
    display: block;
    position: relative;
    width: 79%;
    float: left;
    margin-left: -11px;
}

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 5px;
    margin: 5px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
}
}

@media (min-width :0px) and (max-width : 895px){

.fmenu ul li {
    display: block;
    position: relative;
    margin: 8px;
    float: left;
    padding: 10px;
}

}

@media (min-width :0px) and (max-width : 895px){

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 5px;
    margin: 5px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

}

@media (min-width :0px) and (max-width : 895px){

.move {
    margin-right: 20px;
    position: relative;
    float: left;
    width: 76%;
    margin-top: 8px;
}

.fmenu ul li {
    display: block;
    position: relative;
    margin: 5px;
    float: left;
    padding: 10px;
}


}

@media (min-width :0px) and (max-width : 895px){


.fmenu ul li {
    display: block;
    position: relative;
    margin: 5px;
    float: left;
    padding: 7px;
}

.ratehouse h3 {
    width: 20%;
    float: left;
    position: relative;
    margin: 0px;
    color: #000;
    font-weight: 400;
    margin-top: 9px;
    margin-left: 9px;
    font-size: 10px;
    text-align: center;
}

}

@media (min-width :0px) and (max-width : 735px){


.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 5px;
    margin: 5px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.fmenu ul li a {
    display: block;
    position: relative;
    color: #747474;
    font-weight: 300;
    font-size: 9px;
    text-transform: uppercase;
}

.move {
    margin-right: 20px;
    position: relative;
    float: left;
    width: 96%;
    margin-top: 8px;
}

.ratehouse h3 {
    width: 90%;
    float: left;
    position: relative;
    margin: 0px;
    color: #000;
    font-weight: 400;
    margin-top: 9px;
    margin-left: 9px;
    font-size: 13px;
    text-align: center;
}

}

@media (min-width :0px) and (max-width : 661px){

.social {
    width: 14%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-top: 48px;
}

.listpassion ul li {
    position: relative;
    display: block;
    padding: 0px 5px;
    margin: 2px;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}


}

@media (min-width :0px) and (max-width : 661px){

.move {
    margin-right: 20px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 8px;
}

}

@media (min-width :0px) and (max-width : 568px){

.subsid ul li {
    display: block;
    position: relative;
    margin-left: 20px;
    float: left;
    width: 26%;
}

.subsid ul li {
    display: block;
    position: relative;
    margin-left: 20px;
    float: left;
    width: 25%;
    color: black;
}

.move li {
    position: relative;
    float: left;
    margin: 0px 8px;
    font-size: 10px;
    color: #fff;
    padding-right: 23px;
    border-right: 1px solid #fff;
}

}

@media (min-width :0px) and (max-width : 568px){

.logo {
    width: 32%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

}

@media (min-width :0px) and (max-width : 450px){

.social {
    width: 22%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-top: 48px;
}

.subsid ul li {
    display: block;
    position: relative;
    margin-left: 46px;
    float: left;
    width: 28%;
    color: black;
}
}


/*iner media query*/

@media (min-width :0px) and (max-width : 992px){

.logo {
    width: 15%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

}


@media (min-width :0px) and (max-width : 875px){

.contenhouse h3 {
    width: 97.5%;
    position: relative;
    float: left;
    background-color: #cacaca;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px 10px 20px;
}

}

@media (min-width :0px) and (max-width : 757px){

.move li {
    position: relative;
    float: left;
    margin: 0px 10px;
    font-size: 13px;
    color: #fff;
    padding-right: 17px;
    border-right: 1px solid #fff;
}

}


@media (min-width :0px) and (max-width : 739px){

.move li {
    position: relative;
    float: left;
    margin: 0px 10px;
    font-size: 13px;
    color: #fff;
    padding-right: 9px;
    border-right: 1px solid #fff;
}

}

@media (min-width :0px) and (max-width : 484px){

.move li {
    position: relative;
    float: left;
    margin: 0px 10px;
    font-size: 11px;
    color: #fff;
    padding-right: 2px;
    border-right: 1px solid #fff;
}


.contenreal h4 {
    text-align: justify;
    width: 100%;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
    float: left;
    text-transform: capitalize;
    color: #fbb618;
    font-weight: 500;
    font-size: 13px;
}



}

@media (min-width :0px) and (max-width : 451px){

.contenhouse h3 {
    width: 95.5%;
    position: relative;
    float: left;
    background-color: #cacaca;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px 10px 20px;
}

.social {
    width: 22%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-top: 48px;
}

}


@media (min-width :0px) and (max-width : 451px){

.contenreal {
    width: 90%;
    position: relative;
    float: left;
}

.contenside {
    width: 30%;
    position: relative;
    float: left;
    display: none;
}

.logo {
    width: 64%;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}


}



@media (min-width :0px) and (max-width : 222px){

.contenhouse h3 {
    width: 91.5%;
    position: relative;
    float: left;
    background-color: #cacaca;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px 10px 20px;
}

}