*{
    padding: 0;
    margin: 0;
}
:root {
    --primary: #ffa500;
    --secondary: #5F656F;
    --light: #ffffff;
    --dark: #055aaa;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: 'Roboto', sans-serif;
  	line-height: 1.5;
  	color: #000;
  	font-weight: 400; 
}
a{
    text-decoration: none;
    border: none;
}
a:hover{
    text-decoration: none;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
}
/* --------------------------------Main-------------------------------- */
.top-bg {
    background: var(--dark);
}

.top-bg a{
    font-size: 14px;
}

.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}
#header{
    background: #fff;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 10;
}

.logo{
    width: 200px;
    height: auto;
    display: block;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    z-index: 0 !important;
}

.rbar{
    display: none;
}

/* ==== Main CSS === */
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    /* text-align: center */
}

.img-fill img {
    /* min-height: 100%; */
    width: 100%;
    position: relative;
    /* display: inline-block;
    max-width: none; */
}

/* .Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
} */

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}

.slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
    height: auto !important;
}

/* ==== Slider Style === */

.Modern-Slider .item .img-fill .info{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    /* background:rgba(0,0,0,.50);
    line-height:100vh; */
    display: flex;
    align-items: center;
}

/* .Modern-Slider .item .img-fill img{
  filter:blur(5px);
} */

.Modern-Slider .item .info > div{
    display:inline-block!important;
    vertical-align:middle;
    width: 100%;
}

.Modern-Slider .NextArrow{
    position:absolute;
    top:50%;
    right:0px;
    width:45px;
    height:45px;
    background:rgba(255,165,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    border-radius: 100%;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
    position:absolute;
    top:50%;
    left:0px;
    width:45px;
    height:45px;
    background:rgba(255,165,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    border-radius: 100%;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
    float:left;
    width:0px;
    height:5px;
    background:#d62828;
    position:absolute;
    left:0px;
    bottom:0px;
    margin: 0;
}

.Modern-Slider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
    font:30px/50px RalewayB;
    text-transform:uppercase;
    color:#FFF;
    animation:fadeOutRight 1s both;
    margin:0;
    padding:0;
}

.Modern-Slider .item h5{
    margin:0;
    padding:0;
    font:15px/30px RalewayR;
    color:#FFF;
    max-width:600px;
    overflow:hidden;
    height:60px;
    animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
    animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
    animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;margin-bottom: 0 !important;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left; /* If RTL Make This Right  ;height:100%;*/min-height:1px;}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
/* ---------------------About Us----------------------- */
.about{
    width: 100%;
    height: auto;
    position: relative;
}
.section-title span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--primary);
    font-family: "Roboto Condensed", sans-serif;
}
.section-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0;
}
.section-title p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 670px;
    margin: auto;
}
.feature-two-content p {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
}
.feature-two-content a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary);
    margin-top: 40px;
}
.single-feature-item {
    margin-top: -100px;
}
.bg-orange {
    background-color: #f29600 !important;
}
.single-feature-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 40px 30px;
    background: #FFC828;
    position: relative;
    z-index: 1;
}
.single-feature-list .feature-icon {
    height: 40px;
    width: 40px;
    font-size: 50px;
    text-align: center;
    line-height: 36px;
    color: var(--light);
}
.single-feature-list .feature-content {
    padding-left: 35px;
}
.single-feature-list .feature-content p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 0;
}
.single-feature-list .feature-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--light);
}
.feature-video-popup {
    position: relative;
}
.feature-video-popup a {
    display: block;
}
.feature-video-popup .video-popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.feature-video-popup .video-popup a {
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    display: block;
    font-size: 25px;
    border-radius: 100%;
    background-color: var(--dark);
    color: #ffffff;
    margin: 0 auto;
}
/* ---------------------About Us----------------------- */
/* ---------------------Service Area----------------------- */
.service-area {
    background-color: #f5f5f5;;
    background-image: url(../images/services_part.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.service-area-overlay {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
}
.service-area-overlay h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.service-area-overlay h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-area .service-part{
    background: #02245B;
    height: auto;
    padding: 50px;
    max-width: 100%;
    margin-left: auto;
    position: relative;
    margin-top: 70px;
}
.service-area .service-part .border{
    border-color: rgba(255, 255, 255, .1) !important;
}
.service-area .service-part .service-icon{
    width: 100%;
    height: auto;
    font-size: 30px;
}
.service-area .service-part .content{
    width: 100%;
    height: auto;
}
.service-area .service-part .content h3 {
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 25px;
}
.service-area .service-part .content h3:after {
    content: "";
    width: 60px;
    background: #696f74;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
}
.service-area .service-part .content p{
    color: #fff;
    font-size: 15px;
}
.service-area .service-text{
    background: rgba(255, 255, 255, .7);
    margin: 20px;
    box-sizing: border-box;
    padding: 30px;
    color: #02245B;
}
.service-area .service-text h2{
    color: #02245B;
    font-weight: 700;
}
.ribbon-area{
    background: #efefef;
    padding: 30px 0;
}
.ribon{
    width: 100%;
    height: auto;
    position: relative;
}
.ribon .text{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
.valus-area{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px 0;
}
.valus-area h3 {
    color: #055aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 25px;
    text-align: center;
}
.valus-area h3:after {
    content: "";
    width: 60px;
    background: #055aaa;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.valus-area .title{
    font-size: 20px;
    text-align: center;
    color: #282828;
}
.valus-area .border:hover{
    border: solid 1px #055aaa !important;
}
.slogansec{
    background: #f5f5f5;
    padding: 30px 0;
    /* margin-top: 70px; */
}
.slogansec .slogan{
    font-family: "Satisfy", cursive;
    font-size: 25px;
    color: #d76300;
}

.product{
    /* background: var(--dark); */
    background: url(../images/double-bubble-outline.png) repeat;
    width: 100%;
    height: auto;
    padding: 30px 0 50px;
    margin: 0;
}
.product h2 {
    color: var(--dark);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}
.product h2:after {
    content: "";
    width: 60px;
    background: var(--dark);
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product .filter {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.product .filter .filter-button{
    background: none;
    color: #212121;
    padding: 10px;
    margin: 0 10px;
    border: none;
}
.product .filter button.active{
    border-bottom: solid 1px #fff;
}
.box {
	position: relative;
	overflow: hidden;
    background: #fff;
    /* border: solid 4px var(--dark); */
}
.box img {
	width: 100%;
	height: auto;
	transition: all 1.5s ease 0s;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.box:hover img {
	transform: scale(1.2);
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
/* --------------------------Box Hover Effect-------------------- */
.box1 {
	position: relative;
	overflow: hidden;
}
.box1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(2,162,221,.9);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0s;
}
.box1:hover:after {
	opacity: 1;
}
.box1 img {
	width: 100%;
	height: auto;
	transition: all 1.5s ease 0s;
}
.box1 .box-content, .box1 .icon li a {
	position: absolute;
	transition: all .6s ease 0s;
}
.box1:hover img {
	transform: scale(1.2);
}
.box1 .icon {
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.box1 .icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box1 .icon li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	top: 50%;
	border: 1px solid #fff;
	opacity: 0;
    text-align: center;
    font-size: 30px;
    display: list-item;
}
.box1:hover .icon li a {
	top: 30%;
	opacity: 1;
}
.box1 .icon li a:hover {
	background: #fff;
	color: #02a2dd;
}
.box1 .icon li:first-child a {
	left: -90%;
	right: 0;
	color: #fff;
}
.box1 .icon li:first-child a:hover {
	color: #02a2dd;
}
.box1:hover .icon li:first-child a {
	left: -55px;
}
.box1 .icon li:last-child a {
	right: -90%;
	left: 0;
	color: #fff;
}
.box1 .icon li:last-child a:hover {
	color: #02a2dd;
}
.box1:hover .icon li:last-child a {
	right: -55px;
}
.box1 .box-content {
	width: 100%;
	padding: 20px 10px;
	background: rgba(0,0,0,.1);
	bottom: -100px;
	left: 0;
	z-index: 1;
}
.box1:hover .box-content {
	bottom: 0;
}
.box1 .title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
    text-align: center;
}
.box1 .post {
	display: block;
	font-size: 14px;
	color: #fff;
}
/* @media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 30px;
    }
} */
/* --------------------------Box Hover Effect-------------------- */
.clint-area{
    padding: 50px 0;
    background: #ffffff;
}
.clint-area .owl-nav {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
    margin-top: 0 !important;
}

.clint-area:hover .owl-nav {
    opacity: 1;
}

.clint-area .owl-nav .owl-prev{
    width: 30px;
    height: 30px;
    left: -55px;
    position: absolute;
    border-radius: 45px !important;
    background: #055aaa !important;
    padding: 5px 12px;
    opacity: 1;
    margin: 2px;
    top: 0;
    border: 1px solid #055aaa;
    display: block;
}
.clint-area .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #055aaa;
    top: 0;
    right: -55px;
    position: absolute;
    margin: 2px;
    opacity: 1;
    border-radius: 45px !important;
    background: #055aaa !important;
    padding: 5px 12px;
}
.clint-area .item {
    border: 2px solid #055aaa;
    /* padding: 20px 0; */
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #fff;
}
.clint-area .item img{
    width: 80% !important;
    margin: 0 auto;
}
.clint-area .owl-theme .owl-nav{
    display: block !important;
    top: 15px;
}
.clint-area .owl-theme .owl-dots{
    display: none;
}

.footer {
    color: #c3ddef;
    /* background: var(--dark); */
    background: url(../images/footer_bg.jpg) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
}

.footer .footer_overlay{
    background: rgba(5,90,170,.9);
}
.footer .footer_overlay1{
    background: rgba(0,0,0,.9);
}
.footer ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.footer ul li{
    width: 50%;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #c3ddef;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 20px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .social{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright {
    /* background: var(--dark); */
    color: #c3ddef;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright a{
    color: var(--primary);
}

.innerbanner{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.innerbanner img{
    width: 100%;
    height: auto;
}
.banheading{
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banheading .headPart{
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.title_inner{
    color: #fff;
}
.innerCont{
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0;
    min-height: 300px;
}
.galleryBg{
    background: #e2e2e2;
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.galleryBg .items{
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.galleryBg .items .title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px 0;
    display: block;
}