@font-face {
  font-family: 'LevenimMT';
  src: url('../fonts/LevenimMT.woff') format('woff'),
       url('../fonts/LevenimMT.ttf') format('truetype'),
       url('../fonts/LevenimMT.svg#LevenimMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ufonts.com_levenim-mt';
  src: url('../fonts/ufonts.com_levenim-mt.eot');
  src: url('../fonts/ufonts.com_levenim-mt.woff2') format('woff2'),
       url('../fonts/ufonts.com_levenim-mt.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html,body 
{
font-family: 'LevenimMT';
background-color: #222222;
width: 100%;
height: 100%;
color: #fff;
}


/*left side css*/
.container-fluid
{
 height: 100%;
}
.fullside
{   
    height: 100%;
    overflow: auto;
}

.leftside
{
    height: 100%;       
}

.subicon {    
float: right;
display: none;
}
.clear{
    clear: both;
}
.show_box
{
    display:block !important;
    visibility:visible !important;
}


.rightside
{
    height: 100%;         
    overflow-y:scroll;        
}

.rightsidehome
{    
    overflow: hidden;
    overflow-y: hidden !important;
}

.logo
{
    float: none;
    margin: 0 auto;    
    margin-top: 50px;
    text-align: center;
}


.menu
{
    margin-top: 50px;    
}

.copyrights
{
position: absolute;
bottom: 0;
left:7.5%;
margin: 0 auto;
text-align: center;
z-index: 10;
}

.copyrights p
{
color: #6f6f6f;
font-size: 14px;
}

.copyrights a 
{
    color: #6f6f6f;
}

.copyrights img
{
    display: block; 
    float:left;
    margin: 3px;
}

.social
{
    display: inline-block;
    margin: 0 auto;
}
.clear
{
    clear:both;
}

/*=====================================*/

/*   About us page     */ 
.aboutus
{
    padding-top: 10%;    
}
.aboutus img
{
    display: block;
margin: 0 auto;
}

.aboutus .page-description
{
    margin: 0;    
    color: #fff;
    width:90%;
}

.aboutus h2
{
    color:#fff;
}

/*.showover
{
    overflow: auto;
}*/

.imagebackground
{
    display: block;
    width:100%;
    margin-top: 20% !important;
}
/*=====================================*/


 /*contact us page*/ 
 .contactus
 {
     padding-top: 10%;
     
 }
 
 #google-map
 {
     width:90%;
     min-height: 630px;
     
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    border : 2px solid #fff;
 }
 .google_map
 {
     border:0;width:100%;height: 100%;min-height: 640px;
 }
 #submit
 {
     color: #000;
     float:right;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    width:120px;
    margin-top: 15px;
 }
 

 
 #contacttable
 {
     width:100%;
     margin-top: 20px;     
 }
 .textfield
 {
     width:100%;
     height: 35px;
     margin-bottom: 10px;
     color: #000;
     padding-left: 5px; 
     
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    border:1px solid #fff;
 }
 .textareafield
 {
   width:100%;  
   height: 100px;
   
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    border:1px solid #fff;
 }
 
 
 /*=====================================*/
 
 /*gallery page*/  
 .gallery
 {
   padding-top: 5%;    
 }
 
 .thumbnail img
{
    display: inline-block;
    float: none;    
    padding: 5px;        
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
     
    border: none\9;
    padding:0\9;
    
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari and Chrome */
    -o-transition-duration: 0.5s; /* Opera */

    transition-timing-function: ease;
    -moz-transition-timing-function: ease; /* Firefox 4 */
    -webkit-transition-timing-function: ease; /* Safari and Chrome */
    -o-transition-timing-function: ease; /* Opera */
}




.thumbnail img:hover {
    -webkit-transform: scale(1.059);
    transform: scale(1.059);        
}
 /*=====================================*/
 
 
 /*media page*/ 
 .videobutton{
     position: absolute;
     left: 0;
     right: 0;
     top: 35%;
     border: 0 !important;     
 }
 .videobutton :hover {     
        -webkit-transform: none;
        transform: none;
        border: 0;  
    }    
 /*=====================================*/
/*   responsive code   */

@media  (max-width:1630px) { 
    /*.aboutus img {margin: 40% 0 0 0;}*/
}


@media (min-width:992px) and (max-width:1600px) { 
    .logo img
    {
        width:100%;
    }
}

@media  (min-width:992px) and (max-width:1468px) { 
    .aboutus img {width:100%;}
}

@media  (max-width:991px) { 
    .leftside{height: auto;}
    .developed{
       display: none;
    }
    .copyrights
    {
        right:1%;
        left:auto;
    }    
    .aboutus img {margin: 20px 0 0 0;}
    .aboutus .page-description
    {
        margin: 20px 0 0 0;            
        width:100%;
    }
    .headmar{
        margin-top: 50px;
    }
    .headmar2{
        margin-top: 20px;
    }
     #google-map
    {
        width:100%;
        min-height: 300px;
        
    }
    
    .thumbnail img:hover {
        -webkit-transform: none;
        transform: none;
        border: 0;  
    }
    
    .rightside
    {
        overflow-y: visible;
    }
    
    .subicon
    {
        display: block;        
    }
    .customwidth
    {
        display: block;
        float:left;
width:75%;
    }
    
    .imagebackground
    {
        margin-top: 100px !important
    }
}

@media  (max-width:460px) { 
    .aboutus img {width:100%;}
    .copyrights img
    {
            margin: 1px;
    }
}
/*=====================================*/