@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url(nav.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);
@import url(https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css);




.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100 !important;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200 !important;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800 !important;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100 !important;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200 !important;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800 !important;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900 !important;
  font-style: italic;
}




body{
     padding-top:0;
     padding-bottom:0;
     padding-left:0;
     padding-right:0;
     margin:0;
     line-height: 1;
}
 td, div, h1, h2, h3, p, input, form{
     margin:0;
     padding:0;
}
 img{
     padding:0;
     margin:0;
     border:none;
     max-width:100%;
}
 ul{
     list-style:none;
     margin:0;
     padding:0;
}
 a:hover, a{
     transition:all ease-in-out 0.3s;
     text-decoration:none !important;
}
 .btn:focus, .dropdown-toggle:focus-visible {
     outline:0 !important;
     box-shadow:none !important;
}
 button:focus, input:focus, select:focus {
     outline: none !important;
     box-shadow: none !important;
}

/*=-=-=-=-=-=-=-=-=main-wrapper=-=-=-=-=-=-=-=-=-=*/
.loader {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #f3f3f3;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999; /* Ensure loader stays on top */
    }

    /* Style the loader spinner */
    .loader .spinner {
      border: 4px solid #ccc;
      border-top: 4px solid #3498db;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
    }

    /* Keyframe animation for spinner */
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* Hide the loader when the content is loaded */
    .loader.loaded  {
      display: none;
    }
.loader img{
	max-width: 200px;
	width: 100%;
}

.logo img{
	max-width: 140px;
}
.navigation{
	border-bottom: 1px solid #DDDDDD30;
}
.aboutmn{
	background-color: #FFFDED;
}
.aboutcon p, .misioncn p{
	color: #7A7A7A;
}
.anchorbtn{
	background-color: #0C1428;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 10px 20px;
	display: inline-block
}
.caption h3{
	color: #FFFFFF;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.menuin:after{
	background-color: #0C1428C9;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index:-1
}
.menuin.rightmenuin:after{
	background-color: #333333CC;
}
.capcon{
	transform: translateX(-102%) translateY(0);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;

}
.menuin:hover .capcon{
	transform: translateX(-1.6%) translateY(0);
}

.capcon.rightcap{
	transform: translateX(100%) translateY(0);

}
.menuin:hover .capcon.rightcap{
	transform: translateX(-2%) translateY(0);
}
.ourmis{
	height: 500px;
    align-items: center;
    display: flex;
    z-index: 1;
}
.ourmenu{
	background-color: #0C1428;
}
.outmenu{
	text-align: center;
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    border-style: none;
    background-color: #FFFFFF69;
	transition: 0.5s;
}
.outmenu:hover{
	transform: scale(1.1);
	transition: 0.3s;
}
.menuicon{
	width: 80px;
    height: 80px;
    background-color: #0C1428;
    border-radius: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto
}
.menucon span{
	background-color: #0C1428;
    height: 3px;
    width: 50px;
	transition: 0.3s;
}
.outmenu:hover .menucon span{
	width: 70px;
	transition: 0.3s;
}
.contactus{
	background-color: #0C1428;
}
.conicn{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	flex-shrink: 0;
}
.conicn i{
	color:#0C1428
}
.confrm .form-control{
	background-color: #FFFFFF4A;
    border-color: #DDDDDD;
}
.ftrlogo img{
	max-width: 125px;
	width: 100%
}
.footerin ul li, .footerin ul li a{
	color: #54595F !important;
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 13px;
}
.footerin .soc li a{
	background-color: #0C1428;
	width: 26px;
	height: 26px;
	color: #fff !important;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 26px;
}
.footer{
	background-color: #FFFDED;
}
.copyright{
	background-color: #0C1428;
}
.contcon p {
    font-size: 14px;
}
.bgcolor{
	background-color: rgb(255 255 255 / 29%);
	transition: 0.3s;
}

.stellarnav > ul > li > a:before {
    content: '';
    display: block;
    background-color: rgb(12, 20, 40);
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 5px;
	transition: transform 0.3s ease;
	transform-origin: left center;
	transform: scaleX(0);
}
.stellarnav > ul > li > a:hover:before {
	width: 100%;
	transition: transform 0.3s ease;
	transform: scaleX(1);
}
#backbtn {
  display: inline-block;
  background-color: #f5000a;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	cursor: pointer;
}
#backbtn::after {
  content: "\f077";
  
  font-weight: 900;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
	font-family: "Font Awesome 6 free";
}
/*#backbtn:hover {
  cursor: pointer;
  background-color: #333;
}
#backbtn:active {
  background-color: #555;
}*/
#backbtn.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
  .outmenu {
    min-height: 420px;
}
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.pagenm{
    padding: 150px 0 0;
}
.pagenm:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom:0;
	z-index: -1;
	background-color: rgb(255 255 255 / 12%);
  /*-webkit-backdrop-filter: blur(3px);*/
  /*backdrop-filter: blur(3px);*/
}



















.elementor-7350 .elementor-element.elementor-element-6bf7a4e .elementor-price-list-header {
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

#uc_css_animated_squares_background_bg_addon102339{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-color:#ffffff;
    opacity:0.1;
    animation: animate-bg-squares 25s linear infinite;
    bottom: -150px;
    border-radius:10px;
    
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

#uc_css_animated_squares_background_bg_addon102339 .uc-circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate-bg-squares {
	  
    0%{
        transform: translateY(0) rotate(0deg);
    }

    100%{
        transform: translateY(-2000px) rotate(720deg);
    }
  
    
}

.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(145deg, #0C1428 30%, #F2295B00 30%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-shape-top {
    top: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-top svg {
    height: 300px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shape-top .elementor-shape-fill {
    fill: #fffdee;
}

.c-logo {
 /* background-color: #7e56ff;
  background-image: linear-gradient(150deg, #5a00ff 0%, #ff1ff7 100%, #ff1ff7 100%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C14281A;
  text-decoration: none;
  font-size: 200px;
  font-weight: 900;
  transform-style: preserve-3d;
  transform: perspective(500px);
	width: 100%;
	height: 500px;
    position: absolute;
	text-align: center;
	line-height: 200px;
}
.c-logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.7), 0 50px 100px 0 rgba(0, 0, 0, 0.2);*/
  z-index: -1;
  transform: translateZ(-20px);
  transition: 0.5s;
}
.c-logo > span {
  display: block;
  transform: translateZ(50px) scale(0.7);
}
.js-tilt-glare-inner{
	background-image: none !important; 
}
/*.c-logo:hover:after {
  transform: translateZ(-50px);
}*/

















#uc_animated_ripples_bg_addon36610ripple-background
{
  position:absolute;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
  overflow:hidden;
}
#uc_animated_ripples_bg_addon36610ripple-background .circle{
  position: absolute;
  border-radius: 50%;
  background: #00997B14;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

#uc_animated_ripples_bg_addon36610ripple-background .small{
  width: 200px;
  height: 200px;
  left: -100px;
  top: -100px;
}

#uc_animated_ripples_bg_addon36610ripple-background .medium{
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
}

#uc_animated_ripples_bg_addon36610ripple-background .large{
  width: 600px;
  height: 600px;
  left: -300px;
  top: -300px;
}

#uc_animated_ripples_bg_addon36610ripple-background .xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  top: -400px;
}

#uc_animated_ripples_bg_addon36610ripple-background .xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  top: -500px;
}

#uc_animated_ripples_bg_addon36610ripple-background .shade1{
  opacity: 0.2;
}
#uc_animated_ripples_bg_addon36610ripple-background .shade2{
  opacity: 0.5;
}

#uc_animated_ripples_bg_addon36610ripple-background .shade3{
  opacity: 0.7;
}

#uc_animated_ripples_bg_addon36610ripple-background .shade4{
  opacity: 0.8;
}

#uc_animated_ripples_bg_addon36610ripple-background .shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}
	
	 .unlimited-elements-background-overlay {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                z-index: -1;
            }

            .unlimited-elements-background-overlay.uc-bg-front {
                z-index: 999;
            }






/* widget: Line Diamond Separator */

div.sep_diamond {
content: "";
height: 10px;
left: 50%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
div.separator {
border-top:1px solid;
clear: both;
display:inline-block;
position:relative;
}

/* widget: Line Diamond Separator */

div.sep_diamond {
content: "";
height: 10px;
left: 50%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
div.separator {
border-top:1px solid;
clear: both;
display:inline-block;
position:relative;
}





div.separator {
    border-top: 1px solid;
    clear: both;
    display: inline-block;
    position: relative;
}
div.sep_diamond {
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px auto auto -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}






#parallax-img {
  width: 100%;
  max-width: 400px;
  will-change: transform;
}








/* Video Overlay */

#banner {
background-color: rgb(255 255 255 / 4%);
height:100%;
left:0;
position:relative;
top:0;
transition:background-color 300ms ease;
width:100%;
}

.fade { background-color:rgba(0,0,0,.85) !important; }


/* Hero Video + Fallback */

#hero-vid {
backface-visibility:hidden;
background:url("../img/poster.png") no-repeat scroll 0 0 #000;
background-size:cover;
bottom:0;
height:auto;
min-height:100%;
min-width:100%;
perspective:1000;
position:fixed;
right:0;
width:auto;
z-index:-1;
}

#hero-pic {
display:block;
height:auto;
width:100%;
}

#state {
bottom:0;
cursor:pointer;
font-size:2.25rem;
left:0;
line-height:1;
padding:2rem 2.5rem 1.65rem;
position:absolute;
}


/* Content Styles */

#title {
backface-visibility:hidden;
left:0;
perspective:1000px;
/*position:fixed;*/
width:100%;
}

#title h1 {
font-size:100px;
	margin: 0;
}

#content {
background-color:#151515;
padding:2.5rem;
position:relative;
z-index:1;
}

#content p {
font-size:1.25rem;
letter-spacing:.02rem;
margin-bottom:1.3rem;
}


/* Media Queries */

@media only screen and (max-width:768px) {
    #overlay { height:auto; }
}






a.elementor-price-list-item{
	color: #000 !important;
}
p.elementor-price-list-description{color: #7A7A7A;}
.elementor-price-list-price{
	color:#00997B;
}

.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;flex-shrink:0;padding-inline-end:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:flex}.elementor-price-list .elementor-price-list-item{align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{align-items:flex-start;flex-wrap:wrap;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{align-items:center;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item .elementor-price-list-price{font-weight:600}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:var(--e-price-table-header-background-color,#555);padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-inline-end:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;align-self:center}.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency{font-size:1em;margin:0}.elementor-price-table .elementor-price-table__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:flex;flex-wrap:wrap;text-align:start;align-self:stretch;align-items:flex-start;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-inline-end:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1;color:var(--e-price-table-features-list-color)}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-inline-end:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-inline-end:10px;fill:var(--e-price-table-features-list-color);height:1.3em;width:1.3em}.elementor-price-table .elementor-price-table__features-list svg~*{vertical-align:text-top}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f9fafa}.e-con-inner>.elementor-widget-price-list,.e-con>.elementor-widget-price-list{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}





@media (max-width:767px){
	.c-logo{
		font-size: 90px;
		line-height: normal;
	}
	.image-wrapper img{
		width: 100%
	}
	#title h1 {
    font-size: 35px;
}
	.caption h3{
		font-size: 25px;
	}
	.menuin{
		height: 300px !important;
	}
	.capcon{
	transform: translateX(-104%) translateY(0);

}
.menuin:hover .capcon{
	transform: translateX(-3.1%) translateY(0);
}
	.menuin:hover .capcon.rightcap{
	transform: translateX(-3.2%) translateY(0);
}
	.menulistmn .col-md-5{
	height: 200px;
	}
}

a.boxmenubtn
 {
    
    background-color: #0C1428;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 10px auto;
}







