body {
  font-family: 'Lato', sans-serif;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
 background-color:#1b608c;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
    padding-left:50px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/*************************
******* Header  CSS ******
**************************/

#header{
  background-color:#1b608c;
  border-bottom: 10px solid white;
  padding:30px 0px;
  height: 120px;
}

.profile{
  display: block;
}

.mobile-profile{
  display: none;
}

.login{
  display: block;
  margin-top:12px;
}

.mobile-login{
  display: none;
}

.profile .user-icon,
.mobile-profile .user-icon{
  font-size:45px;
  color:white;  
  margin-left:10px;
}

.login .login-icon,
.mobile-login .login-icon{
  font-size:25px;
  color:white;  
  margin-left:10px;
}

.profile .user-icon .user-info,
.mobile-profile .user-icon .user-info{
  font-size:15px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}


.login .login-icon .login-text,
.mobile-login .login-icon .login-text{
  font-size:16px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}

.profile .user-icon .user-name,
.mobile-profile .user-icon .user-name{
  margin:0;
}

.profile .user-icon .user-role,
.mobile-profile .user-icon .user-role{
  padding-top: 8px;
  font-size:11px;
}

#header .logo {
  text-align: center;
  position: absolute;
  margin-left: 32%;
  margin-top:30px;
}

.mobile_logo{
  display: none;
}

#header .logo img{
  height:110px;
}

#header .menu .navbar {
  display: block !important;
  padding: 0px !important;
}

#header .menu .menu-btn{
  float: right;
}

div#navbarSupportedContent20 {
  width: 100% !important;
}

#header .mr-auto{
  position: absolute;
  margin-top: 50px !important;
  z-index: 999;
  padding-top: 50px;
    width: 100%;
}

.mr-auto {
  font-size: 13px;
}

/*************************
**** Body Content CSS ****
*************************/

.contentbody{
  width:100%;
  background-image: url("http://ara.zeeshanwebs.com/home/images/ba.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  height:100%;
  padding:60px;
  margin:0px;
}

.databoxmain{
  width:70%;
  height:500px;
  margin:auto;
}


.databox1{

  width:50%;
  margin:auto;
  background-color:#1b608c99;
  height:100%;
  float:left;

}


.databox2{
  width:50%;
  margin:auto;
  background-color:white;
  height:100%;
  float:left;
}

.copyright{
  width:100%;
  height:100%;
  background-color:#1b608c;
  float:left;
}

.box1text{
  font-size:22px;
  color:white;
  padding-top:140px;
}

.textbox2{
    font-size: 22px;
    color: #1b608c;
    padding: 20px;
    padding-top: 46px;
    padding-bottom: 0px;
}

.btn-success{ 
    border-color: #ffffff;
  }

.btn-success:hover{ 
    border-color:black;
}

/*********************
*** Menu Animation ***
**********************/
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 9px;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
  background: white;
  }
  
  .animated-icon2 span {
  background: #e3f2fd;
  }
  
  .animated-icon3 span {
  background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }
  
  
  .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
     border-color:#00000000; 
      outline: none;
  }
  
  
  .mr-auto, .mx-auto {
      margin-right: auto!important;
      background-color: #1b608c;
      padding: 10px 20px;
      
      
  }
      
     .navbar-light .navbar-nav .nav-link {
      color: rgb(255 255 255) !important;
  }  


@media only screen and (max-width: 1045px) {
   
  .contentbody{
  
  padding:0px;
  }
  
  .databoxmain{
  margin-top:0px;
  width:100%;
  }
  
  
  .databox1{
    width:90%;
    height:321px;
    margin:5%;
    margin-top:60px;
  }
  
  
  .databox2{
    width:100%;
    height:546px;
  }
  
  .box1text{
    font-size:20px;
    color:white;
    padding-top:50px;
  }

  .textbox2{
    font-size:20px;
    color:#1b608c;
    padding-top:20px;
  }

  .contentbody{
    background-image: url("http://ara.zeeshanwebs.com/home/images/b4.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
  }

}

@media screen and  (max-width: 1200px){   
   
  #header .logo {
    text-align: center;
    position: absolute;
    margin-left: 29%;
    margin-top:30px;
  }
}

@media screen and  (max-width: 991px){   
   
  #header .logo {
    text-align: center;
    position: absolute;
    margin-left: 19%;
    margin-top:30px;
  }
}

@media screen and  (max-width: 768px){

  #header {
    padding: 30px 30px;
  }

  .header-content .col-sm-4 {
    padding: 0px;
  }

  .profile {
    display: none;
  }

  .mobile-profile{
    display: inline-block;
  }

  .login{
    display: none;
  }
  
  .mobile-login{
    display: inline-block;
    margin-top:12px;
  }

  #header .logo {
    display: none;
  }

  .mobile_logo{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: -53px;
    position: absolute;
    z-index: 99999;
  }

  #header .mr-auto {
    padding-top: 50px;
    width: 100%;
    margin-top:10px !important;
  }
}



@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



@media screen and  (max-width: 980px) and (orientation:landscape){
   
   .databoxmain{ 
    width:80%;
  }
  
} 



@media only screen and (min-width: 600px) {
  
  .userselect{
      
      display:none;
  }
  
}
