body, html{
	/* height: 100%;
	width:100%; */
}
html {
  overflow-x: hidden;
}

body {
  background: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Muli', sans-serif ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4f4f4f;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*overflow-x: hidden;*/
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.navbar-brand img{max-width:125px;}
nav{background-color:#000;}
.section-header{padding:18px 0px 18px 0px;}
.socialmedia {
    display: inline-block;
    float: right;
}
.copy-footer ul li {
    float: left;
    list-style: none;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}
.bannersection img,.bannersection .textpart{
	margin-left: auto;
    margin-right: auto;
    display: block;}
.bannersection{width:100%;height:100%;}
.bgcolor{
	position:relative;background-color:#000;
	} 
.textpart ul li{
	/* float: left; */
    list-style: none;
    /* margin-right: 100px; */
    display: inline-block;
    margin: 0 50px;
	}
.textpart ul{  float: left;
    width: 100%;
    text-align: center;
	}
	.textpart{ width: 100%;
    text-align: center;
    background: transparent;
    float: right;
    top: -15px;
    position: relative;
}
.navbar-toggler{float:right;}

.bgcolor{
	background-image: url("../img/bannerbg.png"); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    }
    .copy-footer{
        background-color:#000;
        padding:10px 0px 10px 0px;
    }
    .copy-footer::before{
        content: "";
        position: absolute;
        right: 0;
        top: -1px;
        width: 30%;
        height: 1px;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(69,69,69,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(69,69,69,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(69,69,69,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(69,69,69,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(69,69,69,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(69,69,69,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#454545', GradientType=1 );
    }
.social-share li a{color:#2a2a2a;}
.scrollup{float:right;color:#2a2a2a;}
 
/*----Menu Css----*/
.sidenav{background-color:#0d0d0d;height:100%;left:0;overflow-x:hidden;padding-top:60px;position:fixed;top:0;transition:.5s;width:0;z-index:1;}
.sidenavR{background-color:#0d0d0d;height:100%;overflow-x:hidden;padding-top:90px;position:fixed;right:0;top:0;transition:.5s;width:0;z-index:1;overflow:hidden;}
.sidenav a,.sidenavR a{color:#f1f1f1;display:block;font-size:14px;padding:10px 8px 10px 0px;text-decoration:none;transition:.3s;text-align:center;letter-spacing:1px;}
.sidenav a:hover,.offcanvas a:focus,.sidenavR a:hover,.offcanvas a:focus{color:#818181;}
.sidenav .closebtn,.sidenavR .closebtn{font-size:40px;margin-left:33px;position:absolute;right:23px;top:10px;}
@media screen and max-height 450px {
.sidenav,.sidenavR{padding-top:15px;}
.sidenav a,.sidenavR a{font-size:18px;}
}
.sidenavR ul li{list-style:none;text-align:center;}

/*.textpart{margin-right:200px !important;}*/
.footerleft, .footerleft{padding:0px !important; font-size: 14px;}
body, html {
    min-height: 100%;
     height: 100%; 
}
header, footer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.bgcolor {
    background-image: url(../img/bannerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 110px 0 50px;
    position: relative;
}
.bannersection img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 65vh;
    height: 100%;
}
footer {
    top: inherit;
    bottom: 0;
	position:fixed;
}
.mainmenu li:hover .submenu{display:block;
max-height:200px;}
.submenu{
	overflow:hidden;
max-height:0;
-webkit-transition: all 0.5s ease-out;padding-left:0px;}
.textpart ul li:nth-child(2):after{ 
content: "";
height: 100px;
width: 30px;
background: url("../img/border.png") no-repeat;
position: absolute;
margin-left: 99px;
margin-top: -59px;
    
}
.textpart ul li:nth-child(2):before{ 
content: "";
height: 100px;
width: 30px;
background: url("../img/border.png") no-repeat;
position: absolute;
margin-left: -152px;
margin-top: -11px;
   
}
.navbar-toggler{padding: 0px;
    border: 0px;
    margin: 0px;
}
@media screen and (max-width: 420px){
	.textpart{height:230px;}
	.navbar-brand{margin-left:20px;}
}

/* landing page css */
@media only screen and (max-width: 767px){
    .landingPage .container.section-header {
        padding: 18px 15px;
    }
    .landingPage .mobileLogo {
        float: none;
        width: 100%;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .landingPage .mobileLogo img {
        max-width: 62px;
    }
    .landingPage .section-header > .row {
        position: relative;
    }
    .landingPage .mobileMenu {
        float: none;
        position: absolute;
        left: 0;
        width: auto;
    }
    .landingPage .mobileLogo a.navbar-brand {
        margin: 0;
    }
    .landingPage .footerleft, 
    .landingPage .footeright {
        text-align: center;
    }
    .landingPage .footeright .socialmedia{
        float: none;
        margin: 0 auto;
        width: auto;
    }
    .landingPage .footeright .socialmedia ul.social-share {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .landingPage .copy-footer{
        padding-bottom: 0;
    }
    .landingPage .bgcolor {
        padding: 0;
    }
    .bannersection img {
        height: auto;
        margin: 0 auto;
        max-height: 300px;
        margin-top: 90px;
    }
    .bannersection {
        position: relative;
    }
    .bannersection .textpart {
        position: absolute;
        bottom: 20px;
        height: 50px;
        top: inherit;
    }
    .bannersection .textpart ul {
        margin: 0;
        padding: 0;
    }
    .bannersection .textpart ul li img {
        margin: 0;
        max-height: inherit;
        height: 30px;
    }
    .bannersection .textpart ul li {
        margin: 0 20px;
        position: relative;
    }
    .textpart ul li:nth-child(2):before {
        content: "";
        height: 30px;
        width: 30px;
        background: url(../img/border.png) no-repeat;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-size: auto 30px;
        left: -38px;
        background-position: center;
        top: 0;
    }
    .textpart ul li:nth-child(2):after {
        content: "";
        height: 30px;
        width: 30px;
        background: url(../img/border.png) no-repeat;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-size: auto 30px;
        right: -38px;
        background-position: center;
        top: 0;
    }
}

@media only screen and (max-width: 400px){
    .bannersection .textpart ul li img{
        height: 20px;
    }
}