body {
  font-family: 'Poppins', sans-serif;
  color: #535353;
  text-align: justify;
  line-height: 24px; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1400px;
  width: 100%; }

img {
  display: block; }

  #hm{
    -webkit-transition: all 2s ease;
            transition: all 2s ease;
		
        }
		
		#hm.sticky {
          position:fixed; top:0; z-index:9999; width:100%;  
        }
        #hmdiv1{
          -webkit-transition: all 2s ease;
                  transition: all 2s ease;
          
              }
              #hmdiv1.stickydiv1{padding-bottom: 0px;}

              #hmdiv2{
                -webkit-transition: all 2s ease;
                        transition: all 2s ease;
                
                    }
                    #hmdiv2.stickydiv2{position:fixed; top:0; z-index:9999; width:100%;  background: #1d2a3a;
                      margin-top: 0px;}

                      #hmdiv2.stickydiv2 .navbar-light .navbar-nav .nav-item .nav-link {
                        color: #fff;
                        padding: 50px 10px;
                       
                    }


                    #hmdiv2.stickydiv2 .navbar-light .navbar-nav .nav-item:hover .nav-link, #hmdiv2.stickydiv2 .navbar-light .navbar-nav .nav-item.active .nav-link{
                      background: url(../images/menu-top1.png) no-repeat top center;
                    }

                    #hmdiv2.stickydiv2 .menu-div {
                      padding-top: 0px;
                      padding-bottom: 0px;
                      margin-top: 0px;
                  }

        #hmlogo{
          -webkit-transition: all 2s ease;
                  transition: all 2s ease;
          
              }
		

              #hmlogo.stickylogo{margin-top: 0px; margin-bottom: 0px;}


              #hmmenu{
                -webkit-transition: all 2s ease;
                        transition: all 2s ease;
                
                    }
          
      
                    #hmmenu.stickymenu{}


  .header-bg{background: url(../images/bg1.jpg) no-repeat bottom left; background-size: cover;}
  .header1{}
  header{ }


  .desk-div{}
  .mob-div{display: none;}

.top-div1 {
  
  margin-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;




}
  .top-div1 .top-link {
    list-style: none;
    padding: 0px;
    margin: 0px; 
    text-align: right;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
    
    .top-div1 .top-link li {
      display: inline-block;
      padding: 3px 20px;
      text-transform: uppercase;
  }
  .top-div1 .top-link li a{text-decoration: none; color:#fff}
.top-div1 .top-link li:nth-child(1){background: #29caff;}
.top-div1 .top-link li:nth-child(2){background: #da0076;}
.top-div1 .top-link li:nth-child(3){background: #2f6296;}


.up-div1{position: relative; background: #1d2a3a; margin-top: 0px;}


 
.logo-div {
  margin-top: 20px;
  margin-bottom: 20px; }

  .up-div1 .logo-div{margin-top: 10px; margin-bottom: 10px;}
 
.menu-div{padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 1002; margin-top: 40px;}

.up-div1 .menu-div{padding-top: 0px; padding-bottom: 0px; margin-top: 0px;}

.menu-div .navbar, .menu-div1 .navbar {
  padding: 0px;
  margin-left: 0px; }

  
.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 40px 10px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #141414;
  
  text-transform: uppercase;
  font-weight: 500;
   }

   .up-div1 .menu-div .navbar-light .navbar-nav .nav-item .nav-link{color: #fff; padding: 50px 10px;}

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #1c1c1c;
  
  background: url(../images/menu-top.png) no-repeat top center;
   }

.up-div1 .menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .up-div1 .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link{
  color: #fff;
  
  background: url(../images/menu-top1.png) no-repeat top center;
}


.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px; }

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  color: #000;
  border-bottom: 1px solid #42b4d9;
  font-size: 14px;
 
  padding-top: 5px;
  padding-bottom: 5px;
  background: #29caff !important;
  color: #fff;
  font-weight: 400; }

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
  padding:8px 5px !important; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #da0076 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }


  .menu-div .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	
	.menu-div .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.menu-div .navbar .dropdown-menu.fade-up{ top:180%;  }
	.menu-div .navbar .nav-item:hover .dropdown-menu{ transition: .7s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }


.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #276fc0;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #276fc0;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #276fc0;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #5189c8; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #f08c04;
  color: #fff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #bababa; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #6aa3e3  !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #000; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2;
  margin-top: 60px;
 }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #5a5a5a;
    border: 3px solid #e75021; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    bottom: -90%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat right center;
    left: 3%;
    width: 45%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat left center;
    right: 0%;
    width: 50%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #e75021;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #5a5a5a; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #e75021;
    border: 3px solid #e75021; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

    .wel-div1{background: url(../images/bg3.jpg) no-repeat right top, url(../images/bg4.jpg) no-repeat left 30px bottom;  position: relative; z-index: 3;}
    .wel-div1 h1{margin: 0px; font-size: 42px; color:#1d2a3a; text-transform: uppercase; line-height: 50px; background: rgba(255, 255, 255, .5); display: inline-block; right: -250px; position: absolute; top:50%; padding: 30px; padding-right: 80px; padding-left: 0px; z-index: 4; font-weight: 700;}
    .wel-div1 h1 span{font-weight: 400;}

.wel-about{padding-top: 90px; padding-bottom: 290px;}


    .wel-right{border:18px solid #e1e1e1; margin-left: 8%; margin-top: 60px; padding: 60px; padding-left: 3%; position: relative; margin-top: 150px;}
    .wel-right img{position: absolute; top: -50%; z-index: 3;}
     .wel-right1{margin-left: 45%; font-size: 18px; line-height: 34px; font-weight: 500;} 


     .read-more{display: inline-block; padding: 10px 30px; text-transform: uppercase; background: url(../images/read-icon.png) no-repeat right  20px center #1d2a3a; padding-right: 60px; font-weight: 600; border-radius: 0px; margin-top: 0px;  transition: all .5s ease; position: absolute; right: 30px; bottom: -30px; z-index: 5;}
     .read-more a{text-decoration: none; color:#fff;}
     .read-more:hover{background-color: #4b7bb9; background-position: right 10px center;}


     .wel-div2{background: url(../images/bg5.jpg) no-repeat bottom; background-size: cover; background-attachment: fixed; padding-top: 40px; padding-bottom: 40px;}
    .wel-con{background:url(../images/bg5.png) no-repeat bottom; margin-left: 40%;  padding: 100px 60px 130px 60px; text-align: center; text-transform: uppercase;}
    .wel-con h1{margin: 0px; font-size: 32px; letter-spacing: 2px; color:#fff; font-weight: 400; font-family: 'Handlee', cursive;}
    .wel-con h2{margin: 0px; font-size: 32px; letter-spacing: 2px; color:#1d2a3a; font-weight: 600; margin-top: 5px; font-family: 'Handlee', cursive;}


    .contact-us{display: inline-block; padding: 18px 30px; text-transform: uppercase; background: url(../images/con-icon.png) no-repeat right  20px center #fff; padding-right: 60px; font-weight: 600; border-radius: 0px; margin-top: 0px;  transition: all .5s ease; margin-top: 30px;}
     .contact-us a{text-decoration: none; color:#1d2a3a;}
     .contact-us:hover{background-color: #e1e1e1; background-position: right 10px center;}


     .wel-div3{margin-top: 400px; background:#1d2a3a; padding-bottom: 0px;}
     .wel-on h1{margin: 0px; font-size: 42px; text-transform: uppercase; color: #fff; font-weight: 600; padding-top: 90px;}
     .wel-on h1 span{font-weight: 400;}

     .view-more{display: inline-block; padding: 15px 40px; text-transform: uppercase; background: url(../images/read-icon.png) no-repeat right  20px center #1d2a3a; padding-right: 60px; font-weight: 600; border-radius: 0px; margin-top: 0px;  transition: all .5s ease; border:3px solid #35639e;  margin-top: 40px;}
     .view-more a{text-decoration: none; color:#fff;}
     .view-more:hover{background-color: #4b7bb9; background-position: right 10px center;}

     .on-banner {position: relative; margin-top:-30%; background: url(../images/border-bg.png) no-repeat right top; padding: 70px;}

     .on-banner img{width:100%; position:relative}
.on-banner .ovrly {
    background:rgba(0, 0, 0, 0.3);
    height:100%;
    left: 0;
    top: 0;
    width: 100%;
	
    position: absolute;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.gl{padding-bottom: 40px;}



.main-det{position:absolute; z-index:2; padding-left:30px; padding-right:30px; top:40px; width:100%;}
.main-det a{text-decoration:none}
.main-cat img{width: auto;}


.main-det1{position:absolute; z-index:2; padding-left:20px; padding-right:40px; bottom:40px; width:100%;}
.main-det1 a{text-decoration:none}
.main-det1 h1{margin:0px; color:#fff; font-size:35px; text-transform: uppercase; font-weight:600; }
.main-det1 h1 span{font-weight: 400;}
.main-det1 h4{margin:0px; color:#fff; font-size:22px; padding-bottom: 10px; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; font-weight:400;border-bottom: 3px solid #35639e; }
.main-det1 p{margin:0px; color:#fff; font-size:17px; line-height: 33px;}

.on-banner .carousel-control-prev {background:url(../images/arrow-left.png) no-repeat left center; left: 0%; opacity:1; }
.on-banner .carousel-control-next {background:url(../images/arrow-right.png) no-repeat right center; right:0%; opacity:1; z-index:100;}


.wel-div4{background: url(../images/border-bg1.png) no-repeat bottom left, url(../images/border-bg2.png) no-repeat bottom right; padding-bottom: 130px; margin-bottom: 80px;}
.wel-div4 h1{margin: 0px; font-size: 42px; text-transform: uppercase; color: #1d2a3a; font-weight: 600; padding-top: 90px;}
.wel-div4 h1 span{font-weight: 400;}
.wel-hd{padding-bottom: 40px;}

.com-det{position:absolute; z-index:105; padding-left:30px; padding-right:30px; top:40px; width:100%; text-align: left; font-size: 50px; font-weight: 600; font-family: 'Libre Baskerville', serif;}
.com-det a{text-decoration:none;}
.com-cat1{color:#a0b0c0}

.com-det1{position:absolute; z-index:105; padding-left:20px; padding-right:40px; bottom:40px; width:96%; margin-left: 2%; text-align: left; }
.com-det1 a{text-decoration:none}
.com-det1 h3{margin: 0px; font-size: 26px; color:#fff}
.com-det1 h4{margin: 0px; font-size: 17px; color:#fff; margin-top: 5px; line-height: 24px;}


.com-div .ovrly {
  background:rgba(0, 0, 0, 0.3);
  height:100%;
  left: 0;
  top: 0;
  width: 96%;
  margin-left: 2%;

  position: absolute;
  z-index: 105;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}







#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo3a {
  display:none;
  }
  
  .nbs-flexisel-container {
      position:relative;
      max-width:100%;
  }
  .nbs-flexisel-ul {
      position:relative;
      width:99999px;
      margin:0px;
      padding:0px;
      list-style-type:none;   
      text-align:center;  
  }
  
  .nbs-flexisel-inner {
    
    
      overflow:hidden;
  float:left;
      width:100%;
    
      
      
      
  }
  
  .nbs-flexisel-item {
      float:left;
      margin:0px auto;
      padding:0px;
      cursor:pointer;
      position:relative;
      transition: all .5s ease;
    
    
      
    
    
  }
  .wel-div4  .nbs-flexisel-item img {
     
     height:auto;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 96%;
  max-height: 600px;
  margin-left:auto; margin-right:auto;
  z-index: 101;
  
 

  
  
  
  
  }
  
  
  
  /*** Navigation ***/
  
  .wel-div4 .nbs-flexisel-nav-left,
  .wel-div4 .nbs-flexisel-nav-right {
     width: 52px;
  height: 64px;
      position: absolute;
      cursor: pointer;
      z-index: 100;
      opacity: 1;
    margin-top:350px;
    
    
  }
  
  .wel-div4 .nbs-flexisel-nav-left {
  left: 0px;
      background: url(../images/down-arrow-left.png) no-repeat right bottom;
    width:49%
  
  }
  
  .wel-div4 .nbs-flexisel-nav-right {
   right: 0px;
      background: url(../images/down-arrow-right.png) no-repeat left bottom;
    width:49%
  
  }
  
  .multi-slider-align
  {
  
  margin-right: 0px;
   margin-left: 0px;
  }




.vp{text-align: right; margin-top: 60px;}
.view-proj{display: inline-block; padding: 15px 40px; text-transform: uppercase; background: url(../images/con-icon.png) no-repeat right  20px center; padding-right: 60px; font-weight: 600; border-radius: 0px; margin-top: 0px;  transition: all .5s ease; border-bottom:1px solid #35639e;  margin-top: 40px;}
.view-proj a{text-decoration: none; color:#1d2a3a;}
.view-proj:hover{background-color: #4b7bb9; background-position: right 10px center;}
.view-proj:hover a{color:#fff}


.in-banner img{width: 100%;}

.in-about1{background: url(../images/project-bg1.png) no-repeat top left, url(../images/project-bg1.png) no-repeat top right; padding-top: 70px; padding-bottom: 70px; font-size: 20px; line-height: 35px;}
.in-about1 h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-top: 40px; margin-bottom: 20px;}
.in-about1 h1 span{font-weight: 400;}
.in-about1 h2{margin: 0px; font-size: 25px; color:#4b7bb9; font-weight: 600; margin-top: 20px; margin-bottom: 10px;}

.complete-row{}
.complete-row a{text-decoration: none;}
.complete-row h3{margin: 0px; text-align: center; font-size: 22px; color:#fff}
.complete-row h4{margin: 0px; text-align: center; font-size: 16px; margin-top: 5px; color:#fff}


.comp-div1{margin-bottom: 30px;}
.comp-div2{background: #35639e; colo:#fff; padding: 10px; transition: all .5s ease;}
.comp-div1:hover .comp-div2{background: #1d2a3a;}


.in-comp1{background: url(../images/project-bg1.png) no-repeat top left, url(../images/project-bg1.png) no-repeat top right; padding-top: 70px; padding-bottom: 70px; font-size: 20px; line-height: 35px;}
.in-comp1 h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-top: 40px; margin-bottom: 10px;}
.in-comp1 h1 span{font-weight: 400;}
.in-comp1 h2{margin: 0px; font-size: 22px; color:#4b7bb9; font-weight: 600; margin-top: 10px; margin-bottom: 40px; text-align: center;}

.comp-logo{margin-left: auto; margin-right: auto; margin-bottom: 20px;}



.in-contact{background: url(../images/project-bg1.png) no-repeat top left, url(../images/project-bg1.png) no-repeat top right; padding-top: 70px; padding-bottom: 70px; font-size: 20px; line-height: 35px;}
.in-contact h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-top: 40px; margin-bottom: 10px;}
.in-contact h1 span{font-weight: 400;}
.in-contact a{text-decoration: none; color: #535353;}

.c1{font-size: 28px; color:#1d2a3a; text-transform: uppercase; font-weight: 600;}
.c2{font-size: 23px; color:#35639e; text-transform: uppercase; font-weight: 600;}


.in-project1{background: url(../images/project-bg1.png) no-repeat top left, url(../images/project-bg1.png) no-repeat top right;}
.proj-logo img{margin-left: auto; margin-right: auto; margin-top: -130px;}

.proj-over{border:20px solid #e1e1e1; padding: 20px; margin-top: 160px; margin-bottom: 180px;}
.proj-over1{border:20px solid #e1e1e1; padding: 20px; margin-bottom: 150px;}

h1.proj-h1{margin-top: 100px; text-align: center;margin-bottom: 60px;font-weight: 400;color: #1d2a3a;font-size: 45px;text-transform: capitalize;}
h1.proj-h1 span{font-weight: 600;}
.proj-over figure{overflow: hidden;}
.proj-over1 figure{overflow: hidden;}
.proj-over figure img{transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;  padding-top: 20px;}
 .proj-over figure img:hover{
  transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    
}   
.proj-over1 figure img{transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;  padding-top: 20px;}
 .proj-over1 figure img:hover{
  transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    
}   
.proj-right{font-size: 20px; line-height: 35px; background: #fff; margin-top: -100px; margin-bottom: -100px; padding-left: 40px; padding-right: 40px;}
.proj-right1{font-size: 20px; line-height: 35px; background: #fff; margin-top: -100px; margin-bottom: -100px; padding-left: 40px; padding-right: 40px; padding-bottom: 50px; padding-top: 50px;}

.in-project2{background: url(../images/border-bg1.png) no-repeat left top 70px, url(../images/border-bg2.png)no-repeat right top; margin-bottom: 50px;}
.in-project2 h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-top: 40px; margin-bottom: 50px;}
.in-project2 h1 span{font-weight: 400;}
.in-project2 h2{margin: 0px; font-size: 25px; text-align: center; color:#1d2a3a; font-weight: 600; margin-top: 0px; margin-bottom: 20px;}

.in-project21{background: url(../images/border-bg1.png) no-repeat left top 70px, url(../images/border-bg2.png)no-repeat right top; margin-bottom: 150px;}
.in-project21 h1{margin: 0px; font-size: 40px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-top: 40px; margin-bottom: 50px;}
.in-project21 h1 span{font-weight: 400;}
.in-project21 h2{margin: 0px; font-size: 25px; text-align: center; color:#1d2a3a; font-weight: 600; margin-top: 0px; margin-bottom: 20px;}
.in-project21 p{font-size: 20px;}
.in-project21  .nbs-flexisel-item img {
     
  height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
width: 90%;
max-height: 308px;
margin-left:auto; margin-right:auto;
z-index: 101;
}


.in-project21 .nbs-flexisel-nav-left,
.in-project21 .nbs-flexisel-nav-right {
     width: 52px;
  height: 64px;
      position: absolute;
      cursor: pointer;
      z-index: 101;
      opacity: 1;
    margin-top:-210px;
    
    
  }



.in-project5 h1 {
  margin: 0px;
    margin-bottom: 0px;
  font-size: 45px;
  text-align: center;
  color: #1d2a3a;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
}

.in-project5 h4 {
  margin: 0px;
    margin-top: 0px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #1d2a3a;
  margin-top: 15px;
}

.in-project5{padding-bottom: 50px;}
.in-project5 img{display: block;
margin-left: auto;
margin-right: auto;
border: 2px solid #676f79;
padding: 10px;}


.proj-list .ovrly {
  background:rgba(0, 0, 0, .1);
  height:100%;
  left: 0;
  top: 0;
  width: 90%;
  margin-left: 5%;

  position: absolute;
  z-index: 105;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}


.in-project2  .nbs-flexisel-item img {
     
  height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
width: 90%;
max-height: 308px;
margin-left:auto; margin-right:auto;
z-index: 101;
}


.in-project2 .nbs-flexisel-nav-left,
.in-project2 .nbs-flexisel-nav-right {
     width: 52px;
  height: 64px;
      position: absolute;
      cursor: pointer;
      z-index: 101;
      opacity: 1;
    margin-top:-210px;
    
    
  }
  
  /* .in-project2 .nbs-flexisel-nav-left {
  left: 0px;
      background: url(../images/down-arrow-left.png) no-repeat right center;
    width:94%
  
  }
  
  .in-project2 .nbs-flexisel-nav-right {
   right: 0px;
      background: url(../images/down-arrow-right.png) no-repeat left center;
    width:5%
  
  } */

  .in-project3{margin-top: 80px;}
  .in-project3 h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-bottom: 50px;}

.in-project3 .col{flex-basis: 20%;}
.in-project3 .col{margin-bottom: 40px;}
.spec-div1 img{width: 100%;}
.spec-div{margin-left: 3%; margin-right: 3%; position: relative;}
.spec-div1{position: relative;}
.spec-div h4{margin:0px; position: absolute; z-index: 105; top:50%; margin-left: auto; margin-right: auto; left: 0; right: 0; text-align: center; font-size: 16px; color:#fff; background: url(../images/spec-line.png) no-repeat top center, url(../images/spec-line.png) no-repeat bottom center; padding-top: 7px; padding-bottom: 7px; text-transform: uppercase;}

.spec-div1 .ovrly {
  background:rgba(0, 0, 0, .3);
  height:100%;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0%;

  position: absolute;
  z-index: 105;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.in-project4{margin-top: 80px; margin-bottom: 100px;}
.in-project4 h1{margin: 0px; font-size: 45px; text-align: center; color:#1d2a3a; text-transform: uppercase; font-weight: 600; margin-bottom: 50px;}
.floor-plan1 img{width: 100%;}
.floor-plan{position: relative;}
.floor-plan1{position: relative;}
.floor-plan1 .ovrly {
  background:rgba(0, 0, 0, 0.3);
  height:100%;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0%;

  position: absolute;
  z-index: 105;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.floor-plan h3{position: absolute; bottom:20px; left: 30%; background: #fff; z-index: 110; padding:10px 20px; font-size: 27px; text-transform: uppercase; color:#1d2a3a; text-decoration: underline; text-underline-position: under;
  text-underline-offset: 1px; transition: all .5s ease;}
  .floor-plan h3 a{color:#1d2a3a; }
  .floor-plan h4{margin:0px ; margin-top: 5px; font-size: 20px; text-align: center; text-transform: uppercase; color:#1d2a3a; margin-top: 15px;}
  .floor-plan h3:hover{background: #ccc;}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.pdf{text-align:center;}
.pdf a{text-decoration:none;}
.pdf h4{border: 1px solid;
    padding: 8px;
    display: inline-block;
    text-align: center;}
.pdf h4:hover{background-color:#35639e; color:#fff;}


.footer-div {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d2a3a+0,1d2a3a+50,2989d8+50,35639e+50,35639e+50,35639e+100 */
  background: #1d2a3a; /* Old browsers */
  background: -moz-linear-gradient(left,  #1d2a3a 0%, #1d2a3a 50%, #2989d8 50%, #35639e 50%, #35639e 50%, #35639e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #1d2a3a 0%,#1d2a3a 50%,#2989d8 50%,#35639e 50%,#35639e 50%,#35639e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #1d2a3a 0%,#1d2a3a 50%,#2989d8 50%,#35639e 50%,#35639e 50%,#35639e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2a3a', endColorstr='#35639e',GradientType=1 ); /* IE6-9 */
    position: relative;  color:#8f969e; padding-bottom: 0px;}
    .footer-div a{text-decoration: none; color:#8f969e;}

.footer-logo{margin-top: 50px; margin-bottom: 20px;}

.social-icon{float: right; margin-top: 90px; margin-right: -45px; position: relative; z-index: 2;}
.social-icon a{text-decoration: none;  transition: All .5s ease;}
        
.social-icon img {
  display: block;
  margin-bottom: 10px;
  transition: all .5s ease; }
  .social-icon a:hover img {
    opacity: .7; }


    .ft-add{background: url(../images/ft-loc.png) no-repeat top 5px left; padding-left: 35px; margin-bottom: 10px;}
    .ft-call{background: url(../images/ft-call.png) no-repeat left center; padding-left: 35px; margin-bottom: 10px;}
    .ft-mob{background: url(../images/ft-mob.png) no-repeat left center; padding-left: 35px; margin-bottom: 10px;}
    .ft-fax{background: url(../images/ft-fax.png) no-repeat left center; padding-left: 35px; margin-bottom: 10px;}
    .ft-mail{background: url(../images/ft-mail.png) no-repeat left center; padding-left: 35px;}

    .ft-mid img{width: 100%;}

    .ft-right{background: url(../images/footer-bg.png) no-repeat; margin-left: -15px;}
  .cert-div{background: #fff; padding: 20px; display: inline-block; margin-top: 70px;}
  .cr{text-align: center;}

  
  
  
  
    .footer-div h5 {
    margin: 0px;
   
    font-size: 22px;
 
    font-weight: 600;
    color: #d13a8d;
    display: block;
 
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
    margin-top: 30px;
    margin-bottom: 20px; }



.f-link {
  list-style: none;
  margin-left: 40px;
  margin-top: 50px;
  padding: 0px;
  text-align: left; }
  .f-link li {
    display: block; }
    .f-link li a {
      display: block;
      padding: 3px 15px 20px 45px;
      font-size: 17px;
      line-height: 20px;
      background: url(../images/footer-arrow.png) no-repeat top 9px left;
      text-decoration: none;
      color: #ffffff;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link li a:hover {
        color: #b9b9b9;
        background-position: top 9px left 5px; }

       

    



.copy-div {
  
  font-size: 15px; 
  
  color: #8f969e;
  border-top: 1px solid #384452;
  transition: all .5s ease; 
padding-top: 15px;
margin-top: 15px;}
  .copy-div a {
    text-decoration: none;
    color: #2e5382; }
  .copy-div a:hover {
    color: #ebeced; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

   .copy-div1{display: none;}

@media(max-width:1300px){
  .wel-div4{background-position: bottom left -20px, bottom right -20px;}
  .wel-right1 {margin-left: 48%;}
  .wel-div1 h1{font-size: 38px; padding-right: 60px; padding-left: 30px;}
}
@media (max-width: 1024px) {
  
.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  padding: 40px 8px;
}
.up-div1 .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 50px 8px;
}
  .wel-div1 h1 {
    font-size: 35px;}
    .wel-right{margin-left: -10%;}
    .wel-right1 {
      margin-left: 51%;
  }
  .main-cat img{width: 15%;}
  .wel-div4 {
    background-image: none;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {margin-top: 300px;}
.cert-div{margin-top: 30px;}
.f-link li a{font-size: 13px; padding: 3px 15px 15px 45px;}
.f-link{margin-top: 20px; margin-left: 20px;}
.footer-logo {
  margin-top: 20px;}

  
 
 }
@media (max-width: 980px) {
  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: none;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #f08c04 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important; } }
@media (max-width: 767px) {
  .group1 img{margin: auto;}

 
  .top-div1{position: relative; margin-top: 0px;}
  .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; }
  .wel-right{margin-left: 0%; padding-left: 0%; padding: 30px; margin-top: 80px;}
  .wel-right img {
    position: relative;
    top: 0%; margin-left: auto; margin-right: auto;}
    .wel-div1 h1{}

    .wel-con{margin-left: 0%; background-size: 100%;}
    .wel-con h1{position: relative; top:7%}
    .wel-con h2{top: 7%;
      position: relative;}
    .wel-div1 h1 {
      font-size: 33px; text-align: center;
      right: 0px; padding: 0px; position: relative; display: block;
  }

  .wel-right1{margin-left: 0%; margin-top: 30px;}
  .read-more{right: 0px; position: relative; bottom:0px}
  .rm{text-align: center;}
  .wel-about{padding-bottom: 130px;}

  .desk-div{display: none;}
  .mob-div{display: block;}

  .wel-div3{margin-top: 0px;}
  .on-banner{background:none; padding:0px; margin-top: 30px;margin-bottom: 50px;}
  .main-det1{position: relative; margin-top: 30px; bottom:0px}
  .wel-on h1{text-align: center;}
  .vw{text-align: center;}
  .wel-div4{padding-bottom: 0px;}
  .wel-div4 h1{text-align: center;}
  .vp{text-align: center; margin-top: 0px;}
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right{z-index: 105; margin-top: 140px;  }
  .nbs-flexisel-nav-left{background: url(../images/down-arrow-left.png) no-repeat left center; width: 20%;}
  .nbs-flexisel-nav-right{background: url(../images/down-arrow-right.png) no-repeat right center; width:20%;}

  .footer-div {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d2a3a+0,1d2a3a+50,2989d8+50,35639e+50,35639e+50,35639e+100 */
    background: #1d2a3a; /* Old browsers */
    background: -moz-linear-gradient(top,  #1d2a3a 0%, #1d2a3a 50%, #2989d8 50%, #35639e 50%, #35639e 50%, #35639e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1d2a3a 0%,#1d2a3a 50%,#2989d8 50%,#35639e 50%,#35639e 50%,#35639e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1d2a3a 0%,#1d2a3a 50%,#2989d8 50%,#35639e 50%,#35639e 50%,#35639e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2a3a', endColorstr='#35639e',GradientType=1 ); /* IE6-9 */
   }
  

  

 
  
   .proj-logo img{margin-top: 40px;}
   .proj-over{margin-top: 40px;}
    .proj-over1{margin-top: 40px;}
   .proj-right{margin-top: 30px; padding-left: 0px; padding-right: 0px;}
     .proj-right1{margin-top: 30px; padding-left: 0px; padding-right: 0px;}
   .proj-over{margin-bottom: 50px;}
   .proj-over1{margin-bottom: 50px;}
   .in-project2{background-image: none;}
   .in-project2 h1{font-size: 38px; margin-bottom: 30px;}
   .in-project2 .nbs-flexisel-nav-left{width: 14%; background-position: left center;}
   .in-project2 .nbs-flexisel-nav-right{width: 14%;}
   .in-project2 .nbs-flexisel-nav-left, .in-project2 .nbs-flexisel-nav-right{margin-top: 90px;}
   

  .in-project21{background-image: none;}
   .in-project21 h1{font-size: 38px; margin-bottom: 30px;}
   .in-project21 .nbs-flexisel-nav-left{width: 14%; background-position: left center;}
   .in-project21 .nbs-flexisel-nav-right{width: 14%;}
   .in-project21 .nbs-flexisel-nav-left, .in-project21 .nbs-flexisel-nav-right{margin-top: 90px;}
   .in-project3 h1{font-size: 38px;}
   .in-project3 .col {flex-basis: 50%; margin-bottom: 30px;}
   .spec-div {margin-left: 0%; margin-right: 0%;}
   .spec-div h4{top: 40%;}
   .in-project4 {
    margin-top: 40px;}
    .in-project4 h1{margin-bottom: 30px; font-size: 38px;}
    .floor-plan h3{left: 12%;}
    .floor-plan{margin-bottom: 40px;}
  
  
  .footer-div{text-align: center; padding-top: 0px;}
  .footer-div h5{margin-top: 10px;}
  .social-icon{margin-right: 0px; float: none; margin-top: 50px;}
  .social-icon img{display: inline-block;}
  .ft-add, .ft-call, .ft-fax, .ft-mail{display: inline-block;}
  .footer-logo img{margin-left: auto; margin-right: auto;}
  .copy-div{display: none;}
  .ft-mid{margin-top: 30px;}
  .ft-right{margin-left: 0px;}

  .copy-div1 {
  
    font-size: 15px; 
    display: block;
    text-align: center;
    background: #1d2a3a;
    padding-bottom: 20px;
    
    color: #8f969e;
    border-top: 1px solid #384452;
    transition: all .5s ease; 
  padding-top: 15px;
  }
    .copy-div1 a {
      text-decoration: none;
      color: #2e5382; }
    .copy-div1 a:hover {
      color: #ebeced; }
    .copy-div1 .power-div {
      text-align: right; }
      .copy-div1 .power-div .power {
        position: relative;
        z-index: 3; }
  
  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 29px; }


    



  .copy-div, .copy-div .power-div {
    text-align: center;
    font-size: 10px; }

  .copy-div1 {
    margin-bottom: 40px; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #35639e;;
    text-align: center;
    padding: 10px;
    color: #ddd9d9;
    font-weight: 600; }

  .call-div a {
    color: #fff; } }





@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#show-sidebar{background: #1d2a3a; border-color:#12b2e7}

.page-wrapper{display: none; position: relative; z-index: 2000;}

@media(max-width:980px)
{
  .page-wrapper{display: block;}
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
  height: 100vh;
} */

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/


.page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  right: 20px;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
  margin:0px;
  margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #1d2a3a;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #fff;
    text-transform: uppercase;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a{border-bottom: 1px solid #6c84a1;}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a{color:#fff; background: #35639e;}


.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #e8e5e5;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}


/* Float */
.hvr-float {
  
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


#back_to_top {
  display: inline-block;
  background-color: #da0076;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer
}


#back_to_top.show {
  opacity: .3;
  visibility: visible;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover{background-color: #12b2e7}
#back_to_top:hover::after{color:#fff}


::-webkit-scrollbar,  ::-moz-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track, ::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb, ::-moz -scrollbar-thumb {
  border-radius: 10px;
  background-color:#fff;
  -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}