@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
@import url('themify-icons.css');

ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    color: #333;
    text-decoration: none;
    vertical-align: top;
}

img {
    max-width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: Poppins, sans-serif;
    background: #fff;
    color: #333;
}

input,
select,
textarea,
button {
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}

.fullpage {
    max-width: 1100px;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix {
    background: #000;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2)
}

.top_bar {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix .top_bar {
    height: 0px;
    line-height: 0px;
}

.top_bar ul {
    float: right;
}

.top_bar ul li {
    float: left;
    margin-left: 15px;
}

.top_bar ul li a i {
    margin-right: 5px;
}

.top_bar ul li a {
    float: left;
    font-size: 13px;
    color: #fff;
}

.logo {
    float: left;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix .logo {
    padding: 10px 0
}

.logo img {
    height: 70px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.header.fix .logo img {
    height: 50px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.micon {
    float: right;
    display: block;
    color: #333;
    height: 24px;
    width: 30px;
    margin-top: 22px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.micon span {
    position: relative;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    background: #fff;
    float: left;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.micon.open span {
    transform: scaleX(0);
}
.micon:before,
.micon:after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    content: '';
    top: 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.micon:after {
    top: 21px;
}
.micon.open:before {
    transform: rotate(45deg);
    top: 12px;
}
.micon.open:after {    
    top: 12px;
    transform: rotate(-45deg);
}
.menu_nav {
    position: absolute;
    right: -200px;
    top: 0;
    width: 75%;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.menu_nav.open {
    right: 60px;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
}
.mclose {
    position: absolute;
    top: 10%;
    left: 0;
    width: 24px;
    height: 30px;
    opacity: 0;
    background: #000;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.menu_nav.open .mclose {
    opacity: 1;
    left: -50px;
}

.mclose:before,
.mclose:after {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background: #fff;
    content: '';
    top: 24px;
    transform: rotate(45deg);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.mclose:after {    
    transform: rotate(-45deg);
}

body.open {
    overflow: hidden;
}

ul.menu {
    float: right;
    list-style-type: none;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

ul.menu li {
    float: left;
    margin-left: 40px;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

ul.menu li:first-child {
    margin-left: 0
}

ul.menu li a {
    float: left;
    position: relative;
    color: #ccc;
    font-size: 16px;
    line-height: 70px;
    text-transform: capitalize;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
@media screen and (min-width : 980px) {
ul.menu ul {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 220px;
    background: #fff;
    backface-visibility: hidden;
    visibility: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

ul.menu li:hover ul {
    visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.header.fix ul.menu ul li,
ul.menu ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.menu ul li a {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.4;
    padding: 10px 15px;
}

ul.menu>li:hover a,
ul.menu>li a.active {
    color: #fff;
}
ul.menu>li:hover li a {
    color: #000;
    transition: all .5s;
}

ul.menu ul li a:hover {
    background: #000;
    color: #fff;
}
}

/*@media only screen and (min-width :980px) {
    ul.menu {
        float: right;
        list-style-type: none;
        position: relative;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li {
        float: left;
        margin-left: 40px;
        position: relative;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li:first-child {
        margin-left: 0
    }

    ul.menu li a {
        float: left;
        position: relative;
        color: #000;
        font-size: 16px;
        line-height: 70px;
        text-transform: capitalize;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }

    ul.menu li.last a {
        background-color: #0047b1;
        color: #fff;
        padding: 0 30px;
        border-radius: 0 3px 3px 0;
    }

    .header.fix ul.menu li.last a {
        border-radius: 0;
    }

    ul.menu ul {
        position: absolute;
        top: 100%;
        left: -20px;
        width: 220px;
        background: #fff;
        backface-visibility: hidden;
        visibility: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    ul.menu li:hover ul {
        visibility: visible;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .header.fix ul.menu ul li,
    ul.menu ul li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

    ul.menu ul li a {
        width: 100%;
        float: left;
        color: #fff;
        line-height: 1.4;
        padding: 10px 15px;
    }

    ul.menu>li:hover a,
    ul.menu>li a.active {
        color: #0047b1;
    }

    ul.menu>li.last:hover a,
    ul.menu>li.last a.active {
        background: #000;
        color: #fff;
    }

    ul.menu>li:hover li a {
        color: #000;
        transition: all .5s;
    }

    ul.menu ul li a:hover {
        background: #000;
        color: #fff;
    }
}*/

/* ---- banner ---- */
.mtop {
    height: 100px;
}

.homebanner {
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner.jpg);
    overflow: hidden;
    height: 100vh;
}
.homebanner:before {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 14%;
    height: 20%;
    content: '';
    min-height: 125px;
    background-color: #000;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url(../images/favicon.png);*/
    z-index: 1;
}
.homebanner:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.homebanner video {
    min-width: 100%;
    min-height: 100%
}

/*start of fade*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*.carousel-indicators {
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 40px;
	left: auto;
	letter-spacing: auto;
	height: auto;
	width: 20px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li {
	width: auto;
	text-indent: 0px;
	height: 20px;
	display: block;
	border-radius: 0;
	background: transparent;
	border: 0px;
	margin: 10px 0;
	position: relative;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li span {
	position: absolute;
	top: 50%;
	right: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	opacity: 0;
	transform: translate(50px,-50%);
	-webkit-transform: translate(50px,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li.active span {
	opacity: 1;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.carousel-indicators li span:after {
	position: absolute;
	top: 50%;
	right: -27px;
	width: 20px;
	height: 1px;
	content: '';
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li:after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #fff;
	content: '';
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators .active {
    background: transparent;
    border: 0px solid #fff;
    transition: all .5s;
}
.carousel-indicators li:hover:after, .carousel-indicators li.active:after {
	background: transparent;
	border-color: #000;
	width: 15px;
	height: 15px;
}*/
.banner_text {
    top: 60%;
    left: 50%;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 6;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.banner_text h1 {
    line-height: 1.1;
    font-size: 56px;
    font-weight: 800;
}

.banner_text h2 {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
}

.banner_text h1 {
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    background: url(../images/animated_text_fill2.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes anim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/*Home_about*/
.home_about {
    padding: 40px 0;
    background: #000;
    background-image: url(../images/bg-clipper.png);
    background-position: center;
    background-size: cover
}

.home_about .ha_left {
    width: 45%;
    float: left;
}

.ha_left h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.ha_left h2 span {
    display: block;
}

.ha_left h2:before {
    display: block;
    margin-bottom: 15px;
    height: 2px;
    width: 80px;
    content: '';
    background: #0047b1;
}

.ha_left li {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.ha_left li .img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 3px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
}

.ha_left li img {
    width: 100%;
    /*filter: grayscale(1);
	-ms-filter: grayscale(1);*/
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.ha_left li:hover img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.ha_left li span {
    width: calc(100% - 80px);
    color: #fff;
    float: right;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
}

.ha_left .moreBtn {
    float: left;
    margin-top: 30px;
    background: #0047b1;
    padding: 18px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 3px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.ha_left .moreBtn:hover {
    background: #fff;
    color: #000;
    border-radius: 30px;
}

.ha_right {
    width: 50%;
    float: right;
    position: relative;
}

.ha_right .item {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.carousel-control {
    position: absolute;
    top: calc(50% - 40px);
    width: 40px;
    left: -20px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #0241ff;
    font-size: 30px;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.carousel-control:hover {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-control.right {
    right: -20px;
    left: auto;
}

/*home_who*/
.home_who {
    padding: 70px 0;
    color: #fff;
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-size: cover;
}

.home_who:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.8;
}

.home_who .txt {
    margin-bottom: 50px;
    padding: 0 100px;
}

.home_who .txt .img {
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 100%;
    border: 2px solid #fff;
    overflow: hidden;
}

.home_who .txt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home_who h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.home_who .content {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    width: calc(100% - 200px);
}

.stats li {
    width: 25%;
    text-align: center;
    color: #fff;
    float: left;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 18px;
}

.stats li div {
    font-size: 60px;
    font-weight: 800;
}

/*home_products*/
.home_products {
    padding: 50px 0;
    background: #000;
    /*border-bottom: 1px solid #333;*/
    background-image: url(../images/bg-clipper.png);
    background-position: center;
    background-size: cover
}

.hp_tabs {
    text-align: center;
    margin-bottom: 30px;
}

.hp_tabs li {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}

.hp_tabs li:hover {
    color: #0047b1;
}

.hp_tabs li.active {
    color: #0047b1;
    background: #fff;
}

.hp_list li {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hp_list li:hover {
    border: 1px solid #0047b1;
}

.hp_list li .img {
    overflow: hidden;
    height: 250px;
}

.hp_list li .img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hp_list li a:hover .img:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.hp_list li img {
    width: 100%;
    height: 100%;
}

.hp_list li h4 {
    padding: 0 15px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    margin: 15px 0;
    height: 42px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.hp_list li .viewBtn {
    z-index: 2;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 80px);
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0047b1;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hp_list li a:hover .viewBtn {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.hp_list li a .viewBtn:hover {
    background: #fff;
    color: #0047b1;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 40px);
    width: 40px;
    left: -20px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #0241ff;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/arrows2.png);
    background-repeat: no-repeat;
    background-position: 12px 30px;
    z-index: 2;
    text-indent: -999px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .19);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../images/arrows21.png);
}

.owl-next {
    right: -20px;
    left: auto;
    background-position: -20px 30px;
}

/*home_projects*/
.home_projects {
    background: #000;
    padding-top: 50px;
    text-align: center;
    color: #fff;
}

.home_projects h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_projects h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 10%;
    margin-bottom: 20px;
}

.hpj_list {
    padding: 10px;
}

.hpj_list li {
    width: 25%;
    float: left;
    padding: 5px;
}

.hpj_list li a img {
    width: 100%;
    height: 40vh;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.hpj_list li a span {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 65, 255, 0.7);
    color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hpj_list li a:hover span {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.morePjtBtn {
    padding: 10px 0 30px 0
}
.morePjtBtn a {
    display: inline-block;
    background: #0047b1;
    border: 2px solid #0047b1;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.morePjtBtn a:hover {
    background: #fff;
    color:#0047b1;
}
/*footer*/
.footer {
    background: #0047b1;
    padding: 40px 0;
    font-weight: 500;
    color: #ddd
}

.fbox {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.fbox.fadr {
    margin-right: 0;
}

.flogo img {
    display: block;
    height: 80px;
    margin-bottom: 20px;
}

.flogo .social {
    margin-top: 20px;
}

.flogo .social a {
    float: left;
    width: 30px;
    height: 30px;
    background: #333;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.flogo .social a.fb {
    background: #476faf;
}

.flogo .social a.tw {
    background: #50abf1;
}

.flogo .social a.in {
    background: #007ab5;
}

.flogo .social a.yt {
    background: #e12921;
}

.fbox h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}

.fnav {
    padding: 0 50px;
}

.fnav li {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.fnav li a {
    float: left;
    color: #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.fnav li a:hover {
    color: #fff;
}

.fnav li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
}

.fadr .p {
    margin-top: 15px;
    padding-left: 25px;
}

.fadr .p i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    background: #01327b;
    color: #ccc;
    font-weight: 500;
}

.scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.scrollup img {
    height: 40px;
}

/*innerbanner*/
.innerbanner {
    overflow: hidden;
}

.innerbanner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.innerbanner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: 0.4;
}

.innerbanner .ib_txt {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: left;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.innerbanner .ib_txt h1 {
    font-size: 40px;
    font-weight: 400;
}

.innerbanner .ib_txt h1:after {
    width: 80px;
    display: block;
    content: '';
    height: 1px;
    margin: 10px 0;
    background: #fff;
}

.innerbanner .breads li {
    display: inline-block;
}

.innerbanner .breads li a i {
    margin-right: 5px;
}

.innerbanner .breads li a {
    float: left;
    color: #fff;
}

.innerbanner .breads li a:after {
    display: inline-block;
    content: '>';
    margin: 0 10px;
}

.innerbanner .breads li:last-child a:after {
    display: none;
}

.page {
    font-size: 14px;
    color: #fff;
    background: #000;
    text-align: justify;
    padding: 50px 0;
    line-height: 1.8;
    letter-spacing: .5px;
}

.page p {
    display: block;
    margin-bottom: 15px;
}

.page p b {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.page h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.page_ul ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding: 5px;
    padding-left: 30px;
    background-image: url(../images/favicon.png);
    background-size: 20px;
    background-position: 0 10px;
    background-repeat: no-repeat;
    position: relative;
}

.page_ul ul li::before {
    position: absolute;
    top: 6px;
    left: 0;
    /*content: "\f14a";*/
    font-family: 'FontAwesome';
    color: #5da051;
}

.ha_values {
    margin-top: 40px;
}

.ha_values .img {
    width: 30%;
    float: left;
    position: relative;
}

.ha_values img {
    width: 100%;
    height: 250px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    object-position: center;
    object-fit: cover;
}

.ha_values .txt {
    width: 67%;
    float: right;
    text-align: left;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    padding: 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #414141;
    min-height: 250px;
}

.ha_values h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #000;
}

/*services*/
.services li {
    padding: 50px 0;
    width: 100%;
    float: left;
    background: #000;
}

.services li:nth-child(even) {
    background-image: url(../images/bg-clipper.png);
    background-position: center;
    background-size: cover
}

.service_left {
    float: left;
    width: 45%;
    color: #fff;
    font-size: 16px;
    padding-top: 100px;
}

.service_right {
    width: 50%;
    float: right;
}

.service_right .item {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.service_left h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.service_left h2:after {
    display: block;
    margin: 10px 0;
    content: '';
    width: 80px;
    height: 2px;
    background: #555;
}

/*.products*/
.products {
    padding: 40px 0
}

.products .hp_list li {
    width: 23.5%;
    float: left;
    margin: 10px 0;
    margin-right: 2%;
}

.products .hp_list li:nth-child(4n+4) {
    margin-right: 0
}

.product_list li h5 {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    background: #0047b1;
    height: 45px;
}

.product_list li h5 span {
    font-weight: 600;
    margin-right: 10px;
}

/*product-details*/
.product {
    background: #000
}

.product_img {
    float: left;
    width: 400px;
}

.product_img .item {
    width: 100%;
    background: #333;
    padding: 15px;
}

.product_img .item img {
    max-width: 100%;
    max-height: 400px;
}

.product_img .carousel-indicators {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.product_img .carousel-indicators li img {
    width: 100%;
    height: 100%;
}

.product_img .carousel-indicators li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 5px;
    padding: 2px;
    text-indent: 0px;
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.product_img .carousel-indicators li.active,
.product_img .carousel-indicators li:hover {
    background: #0047b1;
    border: 1px solid #0047b1;
}

.product_txt {
    float: right;
    width: calc(100% - 450px);
}

.product_txt h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.product_txt h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.product_txt h5 span {
    margin-right: 10px;
    font-weight: 600;
}

.enquireBtn {
    margin-top: 20px;
}

.enquireBtn a {
    float: left;
    padding: 15px 50px;
    border-radius: 3px;
    background: #0047b1;
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.enquireBtn a:hover {
    background: #fff;
    color: #000;
}

.enquireBtn a i {
    margin-right: 10px;
}

/*productData*/
.productData {
    margin-top: 40px;
}

#productData {
    margin-bottom: -2px;
    z-index: 2;
}

#productData li, .productDatah3 {
    float: left;
    width: 25%;
    background: #000;
    border: 2px solid #000;
    border-bottom: 2px solid #444;
    text-align: center;
    line-height: 50px;
    border-right: 0px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

#productData li.active, .productDatah3.active {
    border: 2px solid #444;
    border-bottom: 2px solid #333;
    color: #fff;
    background: #333;
}

#productData li:last-child {
    /*border-right: 2px solid #444;*/
}

.productDesc {
    padding: 25px;
    background: #333;
    display: none;
    border: 2px solid #444;
}
.productDatah3 {
    display: none;
}
.productDesc p:last-child {
    margin-bottom: 0
}

.productDesc img {
    max-width: 100%;
    margin: auto;
}

.productDesc table {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #444;
    border-collapse: collapse;
}

.productDesc table td {
    padding: 10px 15px;
    border: 1px solid #444;
}

/*..rel_prodcuts*/
.rel_prodcuts {
    /*border-top: 1px solid #444;*/
    background: #000;
    background-image: url(../images/bg-clipper.png);
    background-position: center;
    background-size: cover
}

.pop_proEnquiry {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
    padding: 0 15px;
    overflow-y: auto;
}

.proEnquiry {
    width: 100%;
    max-width: 400px;
    display: table;
    position: relative;
    padding: 25px 30px;
    margin: 50px auto;
    background: #fff;
}

.proEnquiry .pc_close {
    position: fixed;
    top: 5px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.proEnquiry .pc_close img {
    height: 50px;
}

.proEnquiry {}

.proEnquiry h2 {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

body.showMe {
    overflow: hidden;
}

.proEnquiry .formtxt,
.proEnquiry .formbtn {
    margin-top: 15px;
}

.formtxt label {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    width: 100%;
    float: left;
}

.formtxt input,
.formtxt textarea {
    width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    color: #000;
}

.formtxt textarea {
    padding: 10px;
    height: 80px;
}

.formbtn {
    margin-bottom: 5px;
}

.formbtn input {
    width: 100%;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    border: 0px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.formbtn input:hover {
    background: #0047b1;
}

/*projects*/
.projects {
    padding: 40px 0;
}

.projects li {
    margin: 10px 0;
    margin-right: 2%;
    width: 32%;
    float: left;
    overflow: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.projects li:hover {
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
}

.projects li img {
    width: 100%;
    height: 250px;
    border: 1px solid #444;
    object-position: center;
    object-fit: cover;
}

.projects li:nth-child(3n+3) {
    margin-right: 0
}

.projects li h4 {
    width: 100%;
    height: 70px;
    padding: 0 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #444;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    color: #fff;
    border-top: 0px;
}

.projects li span {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #0047b1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.projects li:hover span {
    bottom: 0
}

/*project*/
.project {}

.project_left {
    width: 70%;
    float: left;
}

.project_left h2 {
    font-size: 20px;
    font-weight: 600;
}

.videoDiv {
    margin-bottom: 30px;
}

.videoDiv iframe {
    width: 100%;
    height: 400px;
    border: 0px;
}

/*.pjt_gallery*/
.project_left .projects {
    margin-top: 15px;
    padding: 0
}

.project_right {
    float: right;
    width: 27%;
    background: #333;
    padding: 20px;
    position: sticky;
    -webkit-position: sticky;
    top: 100px;
    right: 0
}

.project_right h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.project_right input[readonly] {
    background: #000;
    color: #fff;
}

.project_right input,
.project_right textarea {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #444;
    margin-bottom: 10px;
}

.project_right textarea {
    padding: 10px;
    height: 80px;
}

.project_right button {
    width: 100%;
    text-align: center;
    height: 40px;
    float: left;
    color: #fff;
    border: 0px;
    background: #0047b1;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.project_right button:hover {
    background: #fff;
    color: #000;
}

/*contact*/
.ft_form {
    width: 60%;
    float: left;
    padding-right: 50px;
    color: #aaa;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.ft_form h2,
.ft_adr h2 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}

.ft_form h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
}

.span-2 {
    width: 48%;
    float: left;
}

.span-2:nth-child(even) {
    float: right;
}

.ft_form input,
.ft_form textarea {
    width: 100%;
    margin-top: 30px;
    float: left;
    background: transparent;
    border: 0px;
    height: 60px;
    color: #fff;
    border-bottom: 1px solid #444;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.ft_form textarea {
    height: 100px;
}

.ft_form input:focus,
.ft_form textarea:focus {
    outline: 0px;
    border-bottom: 1px solid #444;
}

.ft_form button {
    float: right;
    height: 50px;
    border: 0px solid #fff;
    color: #000;
    background: #fff;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.ft_form button:hover {
    background: #0047b1;
    color: #fff;
}

.ft_adr {
    width: 40%;
    float: right;
    padding-left: 50px;
    position: relative;
    color: #fff;
}

.ft_adr ul,
.ft_adr ul li {
    float: left;
    width: 100%;
    position: relative;
    list-style-type: none;
}

.ft_adr ul li {
    padding-left: 70px;
    margin-top: 20px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ft_adr ul li:last-child {
    border-bottom: 0px;
}

.ft_adr ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    color: #84a3fd;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

.ft_adr h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.cntMap {
	height: 300px;
}
.cntMap iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}


/*============================
	Responsive starts here
	============================*/

@media screen and (max-width : 1279px) {
    .fullpage {
        max-width: 980px;
        padding: 0 15px;
    }
    .homebanner {
        max-height: 600px;
    }
    .homebanner::before {
        width: 20%;
    }
    .hpj_list li a img {
        max-height: 250px;
        min-height: 100px;
    }
    .carousel-control.left, .owl-prev {
        left: 0
    } 
    .carousel-control.right, .owl-next {
        right: 0
    }
    .projects li img {
        height: 200px;
    }
}

@media screen and (max-width : 979px) {
    .fullpage {
        max-width: 768px;
    }
    .homebanner::before {
        width: 24%;
    }
    .ha_left li span {
        line-height: 1.2;
        display: grid;
        align-content: center;
        height: 60px;
    }
    .home_who .txt {
        padding: 0;
    }
    .hpj_list li {
        width: 33.33%;
    }
    .hpj_list li:nth-last-child(1) ,
    .hpj_list li:nth-last-child(2) {
        display: none;
    }
    .fnav {
        padding: 0 20px;
    }
    .ft_adr {
        padding-left: 20px;
    }
    .projects li img {
        height: 150px;
    }
    .products .hp_list li .img {
        height: 200px;
    }

    .menu_nav {
        position: fixed;
        right: -300px;
        top: 100px;
        width: 300px;
        background: #000;
        overflow-y: auto;;
        background-image: url(../images/bg-clipper.png);
        background-position: center;
        background-size: cover;
        height: calc(100vh - 100px)
    }
    .header.fix .menu_nav {
        top: 70px;
        height: calc(100vh - 70px)
    }
    .menu_nav.open {
        right: 0;
        padding: 25px;
    }
    ul.menu li ,
    ul.menu li a {
        float: left;
        width: 100%;
        line-height: 1;
        margin:0;
        padding: 0;
        position: relative;
    }
    ul.menu li .hasmenu {
        position: absolute;
        line-height: 40px;
        width: 100%;
        height: 50px;
        z-index: 1;
        top: 0;
        left: 0;
    }
    ul.menu li .hasmenu:after {
        float: right;
        line-height: 50px;
        content: '+';
        color: #fff;
        font-size: 20px;
    }
    ul.menu li a {
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        /*border-bottom: 1px solid #111;*/
    }
    ul.menu ul li a {
        color: #fff;
    }
    ul.menu ul {
        display: none;
        width: 100%;
        float: left;
        padding: 0 10px;
        position: relative;
        background: #111;
    }
}

@media screen and (max-width : 767px) {
    .fullpage {
        max-width: 550px;
    }
    .banner_text h1 {
        font-size: 30px;
    }
    .top_bar {
        display: none;
    }
    .homebanner {
        max-height: 400px;
    }
    .header {
        padding: 10px 0;
        /*background: #fff;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);*/
    }
    .logo img {
        height: 50px;
    }
    .micon {
        margin-top: 8px;
    }
    .header .logo {
        padding-left: 0;
    }
    .micon {
        margin-right: 5px;
    }
    .homebanner::before {
        width: 54%;
        height: 30%;
    }
    .home_about .ha_left {
        width: 100%;
    }
    .ha_left h2 {
        font-size: 30px;
        margin-bottom: 0
    }
    .ha_left li span {
        font-size: 18px;
    }
    .ha_right {
        width: 100%;
        margin-top: 30px;
    }
    .ha_right .item {
        height: 300px;
    }
    .home_who {
        padding: 40px 0;
    }
    .home_who .txt .img {
        display: none;
    }
    .home_who h2, .home_who .txt {
        margin-bottom: 20px;
    }
    .home_who .content {
        width: 100%;
        text-align: center;
    }
    .stats li {
        width: 50%;
        padding: 0;
        font-size: 14px;
    }
    .home_products, .home_projects {
        padding: 30px 0
    }
    .hp_tabs li {
        width: 50%;
        float: left;
        padding: 0;
    }
    .home_projects h2 {
        font-size: 30px;
    }
    .home_projects h3 {
        padding: 0
    }
    .hpj_list li {
        width: 100%
    }
    .morePjtBtn {
        padding-bottom: 0
    }
    .fbox {
        width: 100%;
        margin-right: 0
    }
    .fnav, .fbox.fadr {
        padding: 0;
        margin-top: 10px;
    }
    .fbox h4 {
        margin-bottom: 0
    }
    .page {
        padding: 30px 0
    }
    .page h2 {
        font-size: 22px;
    }
    .innerbanner img {
        height: 300px;
    }
    .breads {
        display: none;
    }
    .innerbanner .ib_txt h1 {
        font-size: 30px;
    }
    .service_left {
        width: 100%;
        padding: 0
    }
    .services li {
        padding: 30px 0
    }
    .service_left h2 {
        font-size: 24px;
    }
    .service_right {
        width: 100%;
        margin-top: 30px;
    }
    .service_right .item {
        height: 300px;
    }
    .ft_form {
        width: 100%;
        padding: 0;
        border: 0px;
        margin-top: 20px;
    }
    .ft_adr {
        width: 100%;
        padding: 0;
    }
    .span-2 {
        width: 100%;
    }
    .ft_form input, .ft_form textarea {
        margin-top: 10px;
    }
    .projects li {
        width: 100%;
        margin-right: 0
    }
    .project_left, .project_right {
        width: 100%;
    }
    .videoDiv iframe {
        height: 250px;
    }
    .page h2 {
        font-size: 20px;
    }
    .project_right {
        margin-top: 30px;
        top: 0;
        position: relative;
    }
    .products .hp_list li {
        width: 49%;
        margin-right: 0
    }
    .products .hp_list li:nth-child(even) {
        float: right;
    }
    .products .hp_list li .img {
        height: 160px;
    }
    .products .hp_list li h4 {
        padding: 0 10px;
        margin: 10px 0;
        font-weight: 400;
        font-size: 14px;
    }
    .products {
        padding: 20px 0
    }
    .product_img, .product_txt {
        width: 100%
    }
    .product_txt {
        margin-top: 20px;
    }
    #productData {
        display: none;
    }
    .productDatah3 {
        display: block;
        width: 100%;
        border: 2px solid #ddd;
        margin-top: 2px;
    }
    .productDatah3.active {
        border-bottom: 2px solid #fff;
    }
    .productDesc {
        padding: 15px;
        overflow-y: auto;
    }
    .hp_list li h4 {
        height: 35px;
    }
    .ft_adr ul li i {
        top: -8px;
    }
    .ft_adr ul li {
        padding-left: 55px;
    }
    .header.fix .logo {
        padding: 0
    }
    .header.fix .logo img {
        height: 40px;
    }
    .header.fix .menu_nav {
        top: 0;
        height: 100vh
    }
    .menu_nav {
        width: 100%;
        right: -100%;
        top: 0;
        height: 100vh;
        z-index: -1;
    }
    ul.menu {
        margin-top: 80px;
    }
    .header.fix ul.menu {
        margin-top: 60px;
    }

}

@media screen and (max-width : 359px) {
    .fullpage {
        max-width: 320px;
    }
    .stats li, .products .hp_list li {
        width: 100%;
    }
    .menu_nav {
        right: -300px;
        width: calc(100% - 50px);
    }
}