/*Responsive*/
@media only screen and (min-width:992px){
}
@media only screen and (max-width:991px){
	a#toggle {
    padding:10px 10px;
    width: 30px;
    height: 30px;
    color:#fff;
    background: #f6d600;
    text-align: center;
    color: white;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    position:relative;
    float: right;
    margin-left: 20px;
    transform-origin: 0 100%;
    margin-top: 0px;
    display: block;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 26px;
    z-index: 9;
}

#menu{
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}
#menu{
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

    /* width */
    #menu::-webkit-scrollbar {
    width: 10px;
    }
    /* Track */
    #menu::-webkit-scrollbar-track {
    background: #f7f7f7; 
    }
    /* Handle */
    #menu::-webkit-scrollbar-thumb {
    background: #393939; 
    }
    /* Handle on hover */
    #menu::-webkit-scrollbar-thumb:hover {
    background: #191919; 
    }
    div#overlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8) !important;
        transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -webkit-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        z-index: 9;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity:0;
        -khtml-opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100% !important;
    }
    .noscroll{
        position:fixed;
        width:100%;
        margin-top:0px;
    }
    #menu ul li.open ul{visibility:visible; display:block;}
    #menu ul li.open ul li ul.sub-menu{
        display:none;
    }
    #menu ul li.open ul li.open ul.sub-menu{
        display:block;
    }
    html.open-menu { overflow: hidden; }

    html.open-menu div#overlay {
        visibility: visible;
        opacity:0.4;
        filter: alpha(opacity=40);
        -moz-opacity:0.4;
        -khtml-opacity: 0.4;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        opacity:1;
        filter: alpha(opacity=1);
        -moz-opacity:1;
        -khtml-opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    html.open-menu a#toggle,
    html.open-menu main#content {
        background: transparent;
        z-index: 99999;
    }

    html.open-menu #menu {
        padding:0px 15px;
        z-index: 999;
        transform: translateX(0);
        -webkit-transform:translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    div#overlay  {
        transition: opacity .35s, visibility .35s, height .35s;
    }
    div#overlay  li {
        animation: fadeInRight .5s ease forwards;
        animation-delay: .35s;
    }
    div#overlay li:nth-of-type(2) {
        animation-delay: .4s;
    }
    div#overlay li:nth-of-type(3) {
        animation-delay: .45s;
    }
    div#overlay li:nth-of-type(4) {
        animation-delay: .50s;
    }
    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    #toggle:hover {
        opacity: 1;
        background: #fff;
    }
    html.open-menu a#toggle .top {
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #fff;
        top:6px;
    }
    html.open-menu a#toggle .middle {
        opacity: 0;
        background: #fff;
    }
    html.open-menu a#toggle .bottom {
        transform: translateY(-4px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    #toggle span {
        background: #000;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        margin: auto;
        width: 21px;
        transition: all .35s ease;
        cursor: pointer;
    }
    #toggle  span:nth-of-type(2) {
        top: 14px;
    }
    #toggle span:nth-of-type(3) {
        top: 20px;
    }
    .navbar-default .navbar-toggle{
        display: none;
    }
    html.open-menu #menu{
        display: block !important;
        vertical-align: middle;
        padding:40px 30px;
        padding-top: 60px;
    }
    .menu nav{
      width: 100%;
      position: relative;
    }
    .dropdown-toggle:after,.dropdown-toggle{
        display: none;
    }
    .menu-item .fa{
        position: absolute;
        right: 10px;
        top:10px;
    }
/*nav end*/
/*-- Menu --*/
 #menu {
        position: fixed;
        width: 100% !important;
        height: 100% !important;
        top: 0px;
        right: 0px;
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        min-width:180px;
        background:rgb(0,0,0);
        background:rgba(0,0,0,0.85);
        color:#fff;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1e2634,endColorstr=#1e2634);
        transform: translateX(100%);
        -webkit-transform:translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        padding:0px;
    }
	.container{
		width: 100% !important;
	}
	.site-branding{
        margin-bottom: 0px !important;
        margin-top: 12px !important;
        max-width: 180px;
	}
	
	.nav-site-menu.site-header-menu{
		display: inline-block !important;
		float: left;
	   width:58px !important;
       position: absolute;
       right: 0px;
	}
    .main-navigation li,.main-navigation ul{
        border: 0px !important;
    }
    .main-navigation li{
        float: left;
        width: 100%;
    }
    .main-navigation a{
        padding: 15px 0px !important;
        text-align: left !important;
        float: left;
        display: inline-block !important;
    }
    .main-navigation a:after{
        width: 100%;
    }
    /*nav*/
    .container{
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .scrollbtm {
        float: right;
    }
    .career-left li{
        display: block;
    }
	.copy-left, .copy-right,.why-info,.why-img,.about-right, .about-left,.service-box,.service-btn,
    .footer-about,.footer-info,.career-left,.career-sidebar,.career-left li h3,.contact-left,.contact-right{
		width: 100%;
        float: left;
	}
     .copy-left, .copy-right, .why-info,.why-img,.why-right,.about-right, .about-left,.service-box,.service-btn,
     .footer-about,.footer-info,.career-left,.career-sidebar,.contact-left,.contact-right{
        padding-right: 0px;
        padding-left: 0px;
    }
    .contact-right{
        padding-top: 40px;
    }
    .contact-box {
        padding: 50px 30px;
    }
     .about-left img,.why-img img{
        width: 100%;
        object-fit: cover;
    }
    .full-col,.team-left p{
        max-width: 100%;
        width:100%;
    }
    .about-section,.what-section,.career-section{
        padding: 50px 0px;
    }
    .copy-left,.copy-right{
        text-align:left;
    }
    .service-section,.contact-box {
        background-size: cover;
    }
    .service-box{
        width: 50%;
        float: left;
        padding: 15px 15px;
    }
    .service-btn ul li {
        text-align: center;
        width: 50%;
        float: left;
        padding: 0px 5px;
    }
    .service-btn ul li a {
        max-width: 100%;
        width: 100%;
        float: none;
        margin: auto;
        padding: 15px 40px;
    }
    .footer-about{
        margin-bottom: 20px;
    }
    .copyright {
        padding: 20px 0px;
        border-top: 1px solid #222222;
    }
    .title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .banner-section .title, .banner-section .subtitle{
        font-size: 32px;
    }
    .banner-section{
        min-height: inherit;
        padding: 50px 0px;
    }
    .scrollbtm-bar{
        bottom: 0;
    }
    .review-section{
        background-size: 200px;
        padding: 50px 0px;
    }
    .review-box{
        padding: 0px;
    }
    .feature-box{
        float: left;
        width: 100%;
        padding: 0px;
    }
    .subfooter-wrap{
        padding: 60px 30px;
    }
    .career-left .apply-btn{
        margin-top: 10px;
        margin-right: 10px;
        float: left;
        margin-left: 0px;
    }
    .inner-banner{
        min-height: inherit !important;
    }
         /*991 end*/
    
} 
@media only screen and (min-width: 992px) and (max-width: 1300px) {

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        padding: 0px 30px;
        width: 100%;
    }
    .copy-left, .copy-right,.footer-about,.footer-info{
        float: left;
        width: 50%;
        text-align: left;
    }
    .service-icon, .service-txt {
        width: calc(100% - 100px);
    }
    .service-icon {
        width: 100px;
        padding-right: 15px;
    }
  
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px){
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}/*768*/
@media only screen and (max-width: 639px) {
    .banner-section ul li,.service-box,.service-btn ul li{
        width: 100%;
        float: left;
    }
    .banner-section ul li.phone{
        padding: 10px 0px;
    }
    .subfooter-wrap ul li{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .service-icon, .service-txt{
        width: 100%;
    }
    .service-icon{
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 360px){
}
@media only screen and (max-width: 320px){
}
@media only screen and (max-width: 319px){
}