@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Kaushan+Script|Libre+Baskerville|Lobster');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.body{
	font-family: 'Gothic A1', sans-serif;
	font-size:16px;
}

h1,h2,h3,h4,h5,h6{color:#323233;text-transform:uppercase;}
.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}
.navbar-brand img{
	width: 70%;
}

.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em!important;
	font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
   font-family: 'Gothic A1', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover{
	color:#0067cc;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid #fed136;
}
.dropdown-item:hover{background-color:#fed136;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}
	
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}


/*slider section start*/
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f47735; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/*slider section ends*/
 
section {
    padding: 60px 0 10px 0;
}

.section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #0067cc !important;
}
#footer p{
	color: #fff;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}


/* mobile view */
@media (max-width:500px){
	.navbar-nav{
		background-color:#000;
		border-top:3px solid #fed136;
		color:#fff;
		z-index:1;
		margin-top:5px;
	}
	.navbar-nav .nav-item .nav-link{
		padding: 0.7em 1em!important;
		font-size: 100%;
	    font-weight: 500;
	}
	.banner-text{
		padding:150px 0 150px 0;
	}
	.banner-heading{
		font-size: 30px;
	    line-height: 30px;
	    margin-bottom: 20px;
	}
	.banner-sub-heading{
		font-size: 10px;
	    font-weight: 200;
	    line-height: 10px;
	    margin-bottom: 40px;
	}

}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 24px;
    display: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    padding: 5px 15px 0 11px;
    background-color: #0067cc;
    border-radius: 50%;
    line-height: 24px !important;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    opacity: 0.9;
    border: 1px solid #ffffff;
}
/* stroke */
.fill ul li a {
  position: relative;
}
.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 1px;
}


.fill ul li a {
  transition: all 2s;
}

.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}

.row-zero{
	margin: 0px;
}
.m70{
	margin: 70px;
}
.clearall{
	clear: all;
	line-height: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
.default-bg{
	background:#0067cc !important;
}


/*product showcase*/
.box20,.box20 .icon li a{
    overflow:hidden;
}
.box20 {
    box-shadow:0 0 5px #a3a3a3
}
.box20 .post,.box20 .title{
    text-transform:capitalize;
    width:60%;
    color: #FFF;
}
.box20{
    position:relative
}
.box20:after,.box20:before{
    position:absolute;
    content:"";
}
.box20:before{
    width:80%;
    height:220%;
    background:#0062b2;
    top:-50%;
    left:-100%;
    z-index:1;
    transform:rotate(25deg);
    transform-origin:center top 0;
    transition:all .5s ease 0s;
}
.box20:hover:before{
    left:10%
}
.box20:after{
    width:55%;
    height:175%;
    background-color:rgba(0,0,0,.35);
    bottom:-1000%;
    left:53%;
    transform:rotate(-33deg);
    transform-origin:center bottom 0;
    transition:all .8s ease 0s;
}
.box20 .box-content,.box20 .icon{
    width:100%;
    padding:0 20px;
    position:absolute;
    left:0;
    z-index:2;
    transition:all 1.1s ease 0s;
}
.box20:hover:after{
    bottom:-70%;
}
.box20 img{
    width:100%;
    height:auto;
}
.box20 .box-content{
    top:-100%;
    color:#fff;
}
.box20:hover .box-content{
    top:30px;
}
.box20 .title{
    font-size:20px;
    margin:0;
}
.box20 .icon li a,.box20 .post{
    display:inline-block;
    font-size:14px;
}
.box20 .post{
    margin-top:5px;
}
.box20 .icon{
    list-style:none;
    margin:0;
    bottom:-100%;
}
.box20:hover .icon{
    bottom:25px;
}
.box20 .icon li{
    display:inline-block
}
.box20 .icon li a{
    width:35px;
    height:35px;
    line-height:35px;
    background:#ff0000;
    border-radius:50%;
    margin:0 3px;
    color:#fff;
    text-align:center;
    transition:all .5s ease 0s;
}
.box20 .icon li a:hover{
    background:#fff;
}
.box20 .button {
    background-color:#8e909b;
    border-radius:3px;
    display:inline-block;
    padding:6px 12px;
    margin-top:10px;
}
.box20 .button:hover {
    background-color:#000000;
}
.box20 a, box20 a:link, box20 a:visited, box20 a:hover, box20 a:active {
    color:#ffffff!important;
}
 .icon {
    display:inline-block;
    height:60px;
    width:auto;
}
 .fas {
    font-size:32px;
    background-color:rgba(0,0,0,.1);
    border-radius:100px;
    height:55px;
    width:55px;
    line-height:55px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
 .circle-icon {
    background: rgba(0,0,0,.1);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 9px;
}
 h2.sector {
    font-size:26px;
    color:#555555;
}
.box20 {
    margin-bottom:36px;
}
 @media only screen and (max-width:990px){
    .box20{
        margin-bottom:30px
    }
    .box20 .title{
        font-size:16px
    }
}
 @media only screen and (max-width:479px){
   .box20 .title{
        font-size:16px
    }
}
/*product showcase end*/



/*contact us page*/

.contact-bg{
	background:#0067cc;
	padding: 20px 10px;
}
.form{
	background: #fff!important;
    padding: 20px;
    border-right: 2px solid #fff;
}
.form label{
	color: #585858;
    margin-top: 10px;
    font-size: 15px;
}
.contact-icons{
	color: #fff;
}
.contact-icons p {
	display: inline-block;
}
.error{
	color: red!important;
	font-size: 12px!important;
}
.star{
	color: red!important;
	font-size: 12px!important;
}
.contact-details{
	color: #fff;
}
.contact-details p{
	color: #fff;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.contact-footer {
    background: #0067cc;
    padding: 0px 10px;
}
.inner-img{
  width: 101%;
  height: 500px;
  overflow: hidden;
}
.img-100{
  width: 100%;
}
.about-content h3{
  color: #0067cc;
  padding-bottom: 10px;
}
.about-content p{
  margin-bottom: 80px;
}
.np-nav{
  top: 10px;
  position: relative;
}
/*.products img{ max-width:100%;}
.gallery_box li{
  width:33.333333%;
  max-width: 100% ;
  display:inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  }
.gallery_box{
  padding:0;
  display: flow-root;
  height: 230px;
  overflow: hidden;
  padding: 15px;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: none; 
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.gallery_box a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery_box a img{
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.gallery_box a:nth-child(even) {
  height: 304px;
}
.gallery_box a:nth-child(odd) {
  height: 438px;
}
.gallery_box a:nth-child(odd) .box_data{
  background:rgba(0,0,0,0.17) 
}
.gallery_box a:nth-child(even) .box_data{
  background:rgba(0,44,255,0.27) 
}
.gallery_box .box_data{
  position:absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  color:#fff;
}
.gallery_box .box_data span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  right: 50%;
  font-size: 24px;
}
.gallery_box a:hover .box_data{
  background:rgba(0, 0, 0, 0.55);
}
.mt-40{
  margin-bottom: 40px;
}*/


/*new gallery*/
.gallery {
  margin: 0px 0 80px;
}

.gallery h1 {
  padding-bottom: 30px;
}

.gallery .g-img {
  height: 300px;
  width: auto;
  border: 10px solid #FFF;
  overflow: hidden;
  box-shadow: 0px 9px 17px 0px #b5b3b3;
  -webkit-backface-visibility: hidden;
  margin-bottom: 30px;

}

.gallery .rot-a {
  transform: rotate(4deg);
}

.gallery .rot-b {
  transform: rotate(-4deg);
}

.gallery .rot-c {
  transform: rotate(-2deg);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 91%;
  width: 95%;
  margin: 0px auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}
.g-img:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}