body{
  font-family: 'Lato', sans-serif;
  background: #000
}
header {
    background: #111032;
    padding: 16px 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
	left:0;
}

.btn-blk{background-color:#000;color: #FFF;border: 1px solid white;}

.polylion {
  max-width: 100%;
  height: 500px;
  width: 500px;
}

.polylion polygon {
  opacity: 0;
}
.no-js .polylion polygon {
  opacity: 1;
}

.no-cssanimations .polylion > polygon {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.polylion path {
  opacity: 0;
}
.no-js .polylion path {
  opacity: 1;
}
.no-cssanimations .polylion > path {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}


/* nav toggle */

header .nav-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 20px;
    left: inherit;
    position: absolute;
    top: 15px;
    width: 24px;
    z-index:999;
    right: 15px;
}

header .nav-toggle .nav-toggle-bar,  header .nav-toggle .nav-toggle-bar::after,  header .nav-toggle .nav-toggle-bar::before {
  position: absolute;
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: white;
  content: '';
  height: 2px;
  width: 100%;
}
header .nav ul a {
    color: #fff;
    font-size: 16px;
}

.nav-toggle .nav-toggle-bar { margin-top: 0; }

.nav-toggle .nav-toggle-bar::after { margin-top: 8px; }

.nav-toggle .nav-toggle-bar::before { margin-top: -6px; }

.nav-toggle.expanded .nav-toggle-bar { background: transparent; }

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* nav */

header .nav {
    transition: ease-in-out .5s;
    background: #111032;
    color: white;
    cursor: pointer;
    font-size: 2rem;
    height: 0;
    left: 0;
    padding:2rem;
    position: fixed;
    top: -100%;
    width: 20rem;
    z-index: 1;
    right: 0;
    width: 100%;
}

header .nav.expanded {
    left: 0;
    top: 0;
  height:100%;
  transition: ease-in-out .5s;
}

header .nav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
header .nav ul .icon1 {
    width: 80px;
    margin-bottom: 70px;
}
/*# sourceMappingURL=nav.css.map */




.nav-section .navbar {
    background-color: #111032 !important;
}
.navbar ul li a {
    color: #fff !important;
}
.nav-section .navbar ul .nav-item {
    padding-left: 60px;
}
.heading h1 {
    font-family: oswald;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background-color: #000;
    color: #fff;
    line-height: 40px;
}
.banner {
    background-color: #000;
    height: 100vh;
}
.banner .left-sec {
    text-align: right;
}
.banner .col-sm-3 p {
    font-size: 18px;
  font-family: oswald;
  display: inline-block;
  margin: 0;
}
.banner .col-sm-3.left-sec p {
  color: #ff583e;
  padding-right: 20px;
}
.banner .col-sm-3.right-sec p {
  color: #006ff5;
  padding-left: 20px;
}
.banner .col-sm-3 .text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .row {
    align-items: center;
	justify-content: center;
}
.banner .owlimg svg.polylion g {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(15%);
}


.left-sec .text, .right-sec {
    position: relative;
}
.left-sec .text a, .right-sec a {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width:100%;
    cursor: pointer;
}

.footer p {
    font-family: lato;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  background-color: #000;
}
.footer h {
    font-family: lato;
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  background-color: #000;
}
.footer n {
    font-family: oswald;
    font-size: 18px;
    color: #fff;
    font-weight: heavier;
    text-align: center;
  margin: 0;
  background-color: #000;
}
.navbar ul li a {
    color: #fff !important;
    font-size: 16px;
    font-family: oswald;
  text-align: center;
    font-weight: 400;
}
.banner .col-sm-3 .text .icon1{
    width: 250px;
}
.banner .col-sm-3 {
    text-align: center;
}

#navbarSupportedContent .icon1, #navbarSupportedContent .closebtn {
    display: none;
}
/* .right-sec {
   transform: translateX(0);
}
.one, .left-sec.child-hovered .text {
   transform: translateX(280px);
  transition: all 2s;
  opacity:0;
}
.two, .child-hovered .text  {
   transform: translateX(-267px);
transition: all 2s;
opacity:0;

} 


.img-hover-effect .col-sm-6{
  cursor:pointer;
}*/

.black {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.banner .owlimg {
    z-index: 999;
    position: relative;
}

/* .banner .effect-tran, #ag-extension.main-hovered {
    transition: all 2s;
} */

.main-sec .container {
    position: relative;
	background: #000;
	height: auto;
}

/* .img-hover-effect .col-sm-6 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    left: 0;
    opacity: 0;
  z-index:99;
}
.img-hover-effect .col-sm-6 a {
   display: block;
   height: 100%;
   width: 100%;
}
.img-hover-effect .col-sm-6:last-child {
    left: auto;
    right: 0;
    background: green;
} */
.right-sec .text p {
    text-align: left;
}

@media (max-width:3000px) and (min-width:1367px){
  .main-logo-sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width:1366px){
  .container.main-logo-sec {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner {
    background-color: #000;
    height: auto;
  }
}
@media (max-width:1199px){
	.banner .col-sm-3 p {
		font-size: 16px;
	}
	.banner .col-sm-3 .text .icon1 {
		width: 150px;
	}
}
@media (max-width: 991px){
  .nav-section {
    display: none;
  }
  header {
    display:block;
  }
  button:focus {
    outline: 1px dotted;
    outline: none;
  }
  .navbar-toggler i.fa.fa-bars {
    color: #fff;
  }
  .navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
  }
  #navbarSupportedContent {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111032;
    overflow-y: hidden;
    transition: 0.5s;
  }
  #navbarSupportedContent .closebtn {
    padding-right: 28px;
    text-decoration: none;
    font-size: 46px;
    text-align: right;
    color: #fff;
    display: block;
    margin-top: -10px;
  }
  .navbar-toggler-icon span {
    color: #fff !important;
  }
  .nav-section .navbar ul .nav-item {
    padding-left: 20px;
  }
  #navbarSupportedContent .icon1 {
    width: 50%;
    margin-right: 40%;
    margin-top: 20px;
    display: inline-block;
  }

  header .col-sm-4, header .col-sm-8 {
    width: 50%;
  }
  .main-sec {
    margin-top: 60px;
	height: auto;
  }
  .banner .col-sm-3 .text .icon1 {
    width: 150px;
  }
	.banner .col-sm-3.left-sec p {
		padding-right: 10px;
	}
	.banner .col-sm-3 p {
		font-size: 14px;
	}
	.banner .col-sm-3.right-sec p {
		padding-left: 10px;
	}
}

@media (max-width: 767px){
  #navbarSupportedContent .icon1 {
    width: 50%;
    margin-right: 36%;
    display: inline-block;
    margin-top: 20px;
  }
  body {
    background: #000;
  }
  .banner {
    display: block;
    height: auto;
    margin-top: 90px;
  }
  .container.main-logo-sec {
    display: block;
	width: auto;
    background: #000;
  }
  .banner .col-sm-3 {
    width: 100%;
    flex: inherit;
  }
  .one, .left-sec.child-hovered .text, 
  .two, .child-hovered .text {
    transform: none;
    opacity: 1;
  }
  #navbarSupportedContent .icon1 {
    width: 50%;
    margin-right: 35%;
    display: inline-block;
    margin-top: 0;
  }
  .banner .col-sm-3 .text {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
  }
  div#ag-extension {
    margin-bottom: 35px;
  }
}

@media (max-width:767px) and (min-width:576px){
	.banner .col-sm-3 .text {
		display: block;
	}
	.left-sec .text .icon1 {
		margin-top:-20px;
	}
	.right-sec .text .icon1 {
		margin-bottom:-20px;
		margin-left:-40px;
	}
}
}

@media (max-width:575px){
	.banner .col-sm-3 .text .icon1 {
		width: 200px;
	}
}


@media (max-width: 480px){
  #navbarSupportedContent .icon1 {
    width: 50%;
    margin-right: 30%;
    display: inline-block;
  }
}
