@font-face {
    font-family: 'WorkSans-Light';
    src: url('../fonts/WorkSans-Light.ttf');
}
@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular.ttf');
}
@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/WorkSans-SemiBold.ttf');
}
@font-face {
    font-family: 'WorkSans-Bold';
    src: url('../fonts/WorkSans-Bold.ttf');
}
body {
    width: 100%;
    height: 100%;
   font-family: 'WorkSans-Regular';
    color: #222;
    font-size:16px;
    background-color:#fff;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
    line-height:24px;
}
html {
    width: 100%;
    height: 100%;
}
.owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-nav .fa{
	font-size:20px;
}
.owl-nav .owl-prev {
    margin-left: -24px;
}
.owl-nav .owl-next {
    margin-left: auto;
    margin-right: -24px;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
b{
	font-family: 'WorkSans-SemiBold';
	font-weight:normal;
	color:#222;
	}
p{
	color: #333;
	line-height:30px;
	font-size: 16px;
	font-family: 'WorkSans-Light';
	}
h1{
    color: #fff;
    line-height:36px;
    font-size:30px;
    font-weight: normal;
    font-family: 'WorkSans-SemiBold';
    margin-top: 0;
    margin-bottom:0px;
	}
h2{
    color: #000;
    line-height:36px;
    font-size:31px;
    font-weight: normal;
    font-family:'WorkSans-Regular';
    margin-top: 0;
    margin-bottom: 19px;
	}
h3{
    color: #000;
    line-height:26px;
    font-size:18px;
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    margin-top:19px;
    margin-bottom:0;
	width:100%;
	}
h4{
    color: #fff;
    line-height:30px;
    font-size:21px;
    font-weight: normal;
    font-family: 'WorkSans-Regular';
    margin-top: 0;
    margin-bottom: 19px;
	}	
.row-box{
	width:100%;
	clear:both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
section, footer{
	width:100%;
	clear:both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
.padding{
	padding:50px 0;
	}
.padding-sm{
	padding:40px 0;
	}
.navbar-light .navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height: 3px;
    background:#000;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform: rotate(-45deg) translate(5px,-5px);
	-ms-transform: rotate(-45deg) translate(5px,-5px);
	transform: rotate(-45deg) translate(5px,-5px);
}
.navbar-toggler span {
    background: #000;
    background-image: none;
}
.fixed-top{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar{
	border-radius:0px;
	background-color:#fff;
	-webkit-box-shadow:0px 3px 7px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow:0px 3px 7px 0px rgba(54, 54, 54, 0.17);
    box-shadow:0px 3px 7px 0px rgba(54, 54, 54, 0.17);
	padding:0 1rem;
}
.navbar-light .navbar-nav .nav-link{
	font-size:16px;
	color:#222;
	padding:1rem 1.5rem;
	font-family: 'WorkSans-Light';
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
	padding-right:0;
}
.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color:#f2bc5f;
}
.navbar-brand{
	width:91px;
}
.navbar-brand img {
    width: 100%;
}
.top-none .fixed-top {
    top: 0;
}
.top-none .logo-icon{
	display:block;
}
.top-none .navbar-brand {
    top: 0;
    width:53px;
}
.top-none .fixed-top {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
}
.top-none .navbar{
	box-shadow: none;
}
.br-box{
    border:1px solid #ddd;
    padding:20px;
    width:100%;
    display: block;
    margin-bottom:30px;
}
.br-box p{
    margin-bottom:0;
}

@media only screen and (min-width:991px) {
    .navbar ul li:hover> ul{display:block}
    .navbar ul ul{position:absolute;top:100%;right:0;left:auto;min-width:300px;display:none;margin:0;}
    .navbar ul ul li{position:relative}
    .navbar ul ul li:hover> ul{display:block}
    .navbar ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    .navbar ul ul ul li{position:relative}
    .navbar ul ul ul li:hover ul{display:block}
    .navbar ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
    }
.dropdown-menu li.dropdown::after {
    position: absolute;
    content: "›";
    right: 17px;
    top: 6px;
    font-size: 19px;
    color: #333;
    border: 0;
} 
.dropdown-menu .dropdown-toggle::after{
    content: none;
}   
/*---- slider ----*/
#banner{
	background-color:#000;
	height:auto;
	position: relative;
	overflow: hidden;
}
#banner .container, #banner-main .container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
#banner .container .carousel-caption, #banner-main .container .carousel-caption{
	bottom:auto;
	max-width:650px;
	left: 15px;
	right: 15px;
	text-align:left;
}
#banner .carousel-item img{
	width: 100%;
}
#banner .carousel-item h1{
	font-size: 31px;
	color:#f3bc5f;
	line-height:50px;
	font-family: 'WorkSans-SemiBold';
}
#banner .carousel-item p{
	color:#fff;
	margin-top:10px;
	margin-bottom:0;
	 -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#banner .carousel-item{
	height:auto;
}
.carousel-caption h1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.carousel-caption .btn-more{
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next, .carousel-control-prev{
	width:4%;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
	font-size:30px;
}
/*---- slider close ----*/
/*---- carousel-close ----*/
.cd-top {
    bottom:4px;
    color: #111;
    display:inline-block;
    font-size: 12px;
    line-height: 0;
    padding: 8px;
    position:fixed;
    right:10px;
    width:35px;
	height:35px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
	visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  background-color:transparent;
}
.cd-top  i.fa{
	font-size:25px;
}
.cd-top img{
	vertical-align: inherit;
	}
.cd-top:hover{
	color:#ff5736;
	}
.cd-top:focus{
	color:#ff5736;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:1 
}
footer .hvr-icon-wobble-vertical::before {
    content: "\f062";
    position: absolute;
    right: 0;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
    top: -9px;
}
.hvr-icon-wobble-vertical:active::before, .hvr-icon-wobble-vertical:focus::before, .hvr-icon-wobble-vertical:hover::before {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:transparent;
}
.btn{
	background-color:#f2bc5f;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	padding:.5rem 1.9rem;
}
.btn:hover{
	border:1px solid #f2bc5f;
	color:#f2bc5f;
	background-color:#fff;
}
.btn-more img{
	width: 13px;
    margin-left: 7px;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.btn-more{
	color:#f09200;
	font-family: 'WorkSans-Light';
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
	display: inline-block;
}
.btn-more:hover{
	color:#333;
}
.btn-more:hover img{
	margin-left:14px;
}
#banner .carousel-item .btn-more{
	margin-top:15px;
}
#banner .carousel-item .btn-more img{
	width: 13px;
}
#banner .carousel-item .btn-more:hover{
	color:#fff;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.down-arrow{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	margin:0 auto;
}
.gr-bg{
	position:relative;
}
.gr-bg:before{
	position:absolute;
	left:0;
	top:0;
	z-index: 1;
	width:100%;
	height:100%;
	content:'';
background: rgb(112,70,0);
background: -moz-linear-gradient(90deg, rgba(112,70,0,0.64) 0%, rgba(0,0,0,0) 66%);
background: -webkit-linear-gradient(90deg, rgba(112,70,0,0.64) 0%, rgba(0,0,0,0) 66%);
background: linear-gradient(90deg, rgba(112,70,0,0.64) 0%, rgba(0,0,0,0) 66%);
}
.gray-bg{
	background-color:#f5f5f5;
}
#banner .carousel-item:after{
		position:absolute;
	left:0;
	top:0;
	z-index: 0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,0.3);
}
footer{
	background-color:#237780;
	padding:15px 0;
}
footer p{
	color:#fff;
	font-size:16px;
	font-family: 'WorkSans-Light';
}
footer h5{
	font-size:16px;
	color:#b7e0e4;
	font-family: 'WorkSans-Light';
	margin-bottom: 23px;
}
footer ul {
	list-style-type:none;
	padding:0;
	margin: 0;
}
footer ul li{
	display: inline-block;
	padding: 15px;
}
footer ul li:first-child{
	padding-left:0;
}
footer ul li a{
	color:#fff;
}
footer ul li a:hover{
	color:#7fcfd7;
}
footer p a{
	color:#fff;
}
footer p a:hover{
	color:#7fcfd7;
}
iframe{
	border-radius: 5px;
}
.form-control{
	height: calc(1.5em + 1.2rem + 2px);
	border-radius: .15rem;
	border: 1px solid #a4a4a4;
	font-weight: normal;
}
.m-top{
	margin-top:82px;
}
.about-sec{
	background-image:url(../images/logo-bg.png);
	background-repeat:no-repeat;
	background-size:290px;
	background-position:center bottom;
}
.p-right{
	padding-right:30px;
}
.p-left{
	padding-left:30px;
}
.btn2 img{
	border: 1px solid #f0980f;
	padding: 6px;
	border-radius: 50%;
	width: 25px;
}
.title-1 h2{
	margin-right:auto;
	margin-bottom:0;
}
.title-1 .btn2{
	margin-left:auto;
}
.img-box{
	width:100%;
}
.ex-pro-box .img-box{
	margin:20px 0;
}
.ex-pro-box h3{
	margin-bottom:10px;
    min-height: 52px;
}
.ex-pro-box{
	background-color:#fff;
	box-shadow:0px 0px 10px 0px rgba(217, 217, 217, 0.67);
	padding:25px;
    border-radius:6px;
	text-align: center;
	position:relative;
	overflow:hidden;
	z-index: 1;
    margin: 15px 0;
}
.ex-pro-box:hover{
    box-shadow:0px 0px 10px 0px rgba(100, 100, 100, 0.45);
}
.ex-pro-box:after{
	position:absolute;
	left:0;
	bottom:0;
	z-index: -1;
	width:100%;
	height:100px;
	content:'';
    background-color:#ffcf7c;
	overflow-y: auto;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
transition: 0.45s cubic-bezier(1, 0, 0, 1);
}
.ex-pro-box:hover:after{
	pointer-events: auto;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.sec-img {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.bg-animation{
	-webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}
.bg-opacity{
	-webkit-animation: bg-opacity 8s ease-in-out infinite;
    animation: bg-opacity 8s ease-in-out infinite;
}
@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}
@keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}
@-webkit-keyframes bg-opacity {
    0% {
        background-position:center bottom 0;
    }
    50% {
        background-position:center bottom -100px;
    }
    100% {
        background-position:center bottom 0;
    }
}
@keyframes bg-opacity {
    0% {
        background-position:center bottom 0;
    }
    50% {
        background-position:center bottom -100px;
    }
    100% {
        background-position:center bottom 0;
    }
}
.sec-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0,0,0, 0.3);
}
.sec-img p{
	color: #fff;
	font-family: 'WorkSans-Light';
	font-size: 20px;
	margin: 0;
	max-width: 50%;
	line-height: 34px;
	z-index: 1;
    position: relative
}
#clients .owl-stage{
	margin:0 auto;
}
#clients .owl-item img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
}
#clients .owl-controls{
	display:none;
}
.t-left{
	margin-right:auto;
}
.t-right{
	margin-left:auto;
}
.f-bottom{
	border-top: 1px solid #4d969d;
	padding-top: 13px;
	margin-top: 40px;
}
.btn-enquiry {
    cursor: pointer;
    transform: rotate(7deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 45%;
    z-index: 99;
    background-color: #f2bc5f;
    color: #fff;
    padding: 10px;
    margin: 0;
    width:134px;
    height: 38px;
    float: right;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    position: fixed;
    left: auto;
    right:-49px;
    line-height: 17px;
    letter-spacing: 1px;
}
.btn-enquiry:hover{
	background-color:#333;
	color:#fff;
}
.m-block{
	display:none;
}
.inner-banner{
	position:relative;
	background-color:#000;
	text-align: center;
}
.inner-banner h2{
	position:absolute;
	left:0;
	right:0;
	color:#fff;
	margin: 0;
}
.inner-banner img{
	opacity:0.7;
}
.gr-box{
	padding:38px 70px;
    background-color: #fbfbfb;
}
.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    margin-right: 15px;
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
}
.icon-text {
    -ms-flex: 1;
    flex: 1;
}
.icon .fa {
    color:#f2bc5f;
}
.icon .fa-envelope {
    font-size: 15px;
	margin-top: 2px;
}
.icon-text h6{
	margin-bottom:3px;
}
.lin-btn .fa{
	background-color: #0076b3;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	margin-right: 5px;
}
.lin-btn a{
	color:#333;
}
.con-page{
	background-color: #fbfbfb;
}
.light-gray{
	background-color: #fbfbfb;
}
.list2 {
    padding-left: 0;
    list-style-type: none;
}
.list2 li {
    position: relative;
    padding-left: 15px;
    line-height: 23px;
    padding-bottom:12px;
}
.list2 li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
	background-color: #237780;
	top: 9px;
    left: 0;
}
.list-half li{
	width: 49%;
    display: inline-block;
}
.select-box {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-box select {
    padding: 0 10px;
	font-family: 'WorkSans-Light';
    margin: 0;
    background: #fff;
    color:#333;
    border: none;
    outline: none;
    border-radius: .15rem;
    border: 1px solid #a4a4a4;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
	height:45px;
    width: 100%;
}
.select-box::before {
    right: 1px;
    top: 1px;
    position: absolute;
    pointer-events: none;
    display: block;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    padding: 5px;
    text-align: center;
    background: #fff;
	height: 43px;
	line-height: 37px;
    font-size: 20px;
    width: 40px;
}
.fileup {
    position: relative;
    width: 100%;
    height: 45px;
    border:1px solid #a4a4a4;
    margin-bottom: 20px;
	border-radius: .15rem;
	background-color: #fff;
}
input#resume {
    cursor: pointer;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 49;
    line-height: 56px;
}
.fileup i {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 24px;
    color:#237780;
}
input#uploadFile {
    background-color:#fff;
    border:medium none;
    color:#333;
    position:absolute;
    left:45px;
    top:0;
    width:auto;
    line-height:39px;
    font-size:16px;
}
.clients p{
	max-width:65%;
	margin:0 auto;
}
.cont-sec{
	background-color: #fbfbfb;
}
.col4{
	width:40%;
}
.col6{
	width:60%;
}
.par-com img{
	background-color: #fff;
	border-radius: 4px;
	padding: 5px 8px;
	width: 148px;
}
.par-com p{
	margin-bottom:0;
	font-size:14px;
}
.cont-sec h5{
	font-size:28px;
	margin-bottom: 35px;
}
.cont-sec a{
	color:#333;
}
.cont-form .container{
	max-width:1000px;
}
#banner-main .carousel-item img {
    width: 100%;
}
#banner-main .carousel-item {
    height:100%;
}
#banner-main {
    height:100%;
}
#banner-main .container .carousel-caption {
    text-align: center;
    margin: 0 auto;
}
#banner-main .gr-bg::before{
	background: rgba(0,0,0,0.4);
}
.main-logo, .main-logo-bg{
	position: absolute;
	top:18%;
	left: 0;
	right: 0;
	z-index: 6;
	width: 140px;
	background-color: #fff;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	padding: 20px;
	margin: 0 auto
}
.main-logo-bg{
	z-index:1;
}
.main-btn{
	position: absolute;
	font-family: 'WorkSans-SemiBold';
	bottom:29%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	display: table;
	text-transform: uppercase;
}
.main-btn:hover{
	background-color:transparent;
	color:#fff;
}
.main-logo-bg::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(247, 250, 251, 1);
    border-radius: 50%;
    width:140px;
    height:140px;
    -webkit-animation: wave 2s linear 0s infinite normal;
    animation: wave 2s linear 0s infinite normal;
}
@-webkit-keyframes wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        opacity: .2;
    }
    70% {
        opacity: .3;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}
@keyframes wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        opacity: .2;
    }
    70% {
        opacity: .3;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}
.text-an span {
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255,255,255,.5);
    background: url(../images/animated_text_fill.png) repeat-y;
        background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}
.list-kw li{
   padding-left: 0;
   margin: 6px auto;
}
.list-kw li::after {
    content: none;
}
.list-kw b{
	width: 100%;
	display: block;
	font-size: 18px;
	margin-top: 5px;
}
.bl-co{
	color:#222;
}
.gall-br img{
	border:1px solid #b7b7b7;
    background-color:#fff;
}
.list-3 li {
    width:33%;
    display: inline-block;
}
.br-top{
	border-top:1px solid #f2bc5f;
}
.pro .t1{
	color:#f2bc5f;
}
.cert{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.67);
	padding:15px;
	border-radius:0px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin:10px 0;
}
.white-box{
	position:relative;
}
.white-box::before, .white-box::after{
	display: block;
	box-sizing: inherit;
	content: '';
	position: absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 1;
}
.white-box::before{
border-top:3px solid #f2bc5f;
border-bottom:3px solid #f2bc5f;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
transition:ease-in-out 0.5s,
}
.white-box::after {
    border-left:3px solid #f2bc5f;
    border-right:3px solid #f2bc5f;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
	transition: ease-in-out 0.5s,
}
.white-box:hover::before, .white-box:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform ease-in-out 0.5s;
    transition: transform ease-in-out 0.5s;
    transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
}
.cert-inner{
	background-color:#f2bc5f;
	color:#fff;
	z-index:3;
	padding:80px 30px 30px 30px;
	text-align:center;
	position: absolute;
	left:10px;
	top:10px;
	bottom:10px;
	right:10px;
	opacity: 0;
	-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
	transition: all .4s;
}
.cert-inner h3{
	color: #fff;
	font-size: 20px;
	margin-bottom: 23px;
}
.cert-inner p{
	color:#fff;
	margin-bottom: 30px;
}
.cert-inner .fa{
	font-size: 25px;
	color:#fff;
}
.white-box:hover .cert-inner{
    opacity: 1;
    left:10px;
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}



@media (min-width:300px) and (max-width:575px){
  .navbar-brand {
    width: 51px;
   }
   #banner .carousel-item h1 {
    font-size: 18px;
    line-height: 22px;
}
#banner .carousel-item p{
	display:none;
}
.m-top {
    margin-top: 52px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0.7rem 0.5rem;
}
h2 {
    line-height: 31px;
    font-size: 24px;
}
.p-right {
    padding-right: 15px;
}
.p-left {
    padding-left: 15px;
}
.m-block{
	display:block;
}
.d-bk{
	display:none;
}
.ex-pro-box {
    margin: 10px 0;
}
.sec-img p{
	max-width: 100%;
	line-height: 28px;
	font-size: 18px;
}
.sec-img{
	background-image: url('../images/bg-m.jpg');
    background-size:cover;
}
footer h5 {
    margin-bottom: 13px;
    margin-top: 28px;
}
.t-right {
    margin-left: 0;
}
.btn-enquiry{
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	top:8px;
    z-index:1031;
	right:80px;
	border-radius: 5px;
}
.gr-box {
    padding:24px;
}
.lin-btn{
	margin-bottom: 30px;
}
.padding {
    padding: 40px 0;
}
.list-half li {
    width: 100%;
}
.col6 {
    width: 100%;
}
.col4 {
    width: 100%;
}
footer ul li {
    padding: 5px;
    line-height: 17px;
}
footer ul li a {
    font-size: 15px;
}
#banner-main .carousel-item img {
    width: auto;
    height: 100%;
}
.pro{
	text-align:center;
}
.list-3 li {
    width: 100%;
}
}
@media (min-width:576px) and (max-width:767px){
.navbar-brand {
    width: 51px;
   }
#banner .carousel-item h1 {
	font-size: 20px;
	line-height: 32px;
}
.m-top {
    margin-top: 52px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0.7rem 0.5rem;
}
#banner .container .carousel-caption {
    max-width: 380px;
}
h2 {
    line-height: 31px;
    font-size: 24px;
}
.p-right {
    padding-right: 15px;
}
.p-left {
    padding-left: 15px;
}
.m-block{
	display:block;
}
.d-bk{
	display:none;
}
.ex-pro-box {
    margin: 10px 0;
}
.sec-img p{
	max-width: 100%;
	line-height: 28px;
	font-size: 18px;
}
.sec-img{
    background-size:cover;
}
footer h5 {
    margin-bottom: 13px;
    margin-top: 28px;
}
.t-right {
    margin-left: 0;
}
.gr-box {
    padding:25px;
}
.lin-btn{
	margin-bottom: 30px;
}
.list-half li {
    width: 100%;
}
.col6 {
    width: 100%;
}
.col4 {
    width: 100%;
}
footer ul li {
    padding: 8px;
}
footer ul li a {
    font-size: 13px;
}
footer p {
    font-size: 14px;
}
.pro{
	text-align:center;
}
.list-3 li {
    width:49%;
}
}
@media (min-width:768px) and (max-width:991px){
	.navbar-brand {
    width: 51px;
   }
   .navbar-light .navbar-nav .nav-link {
    padding: 0.7rem 0.5rem;
}
.m-top {
    margin-top: 52px;
}
.sec-img {
    background-size: cover;
}
.sec-img p {
    max-width: 70%;
}
.ex-pro-box {
    margin: 10px 0;
}
.gr-box {
    padding:25px 40px;
}
footer ul li {
    padding: 9px;
}
footer p {
    font-size: 14px;
}
.par-com img {
    width: 131px;
}
.list-3 li {
    width: 32%;
}
.cert-inner{
	padding: 15px;
}
	
}
@media (min-width:992px) and (max-width:1199px){
.sec-img {
    background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
}
.cert-inner{
	padding: 15px;
}
}
@media (min-width:1299px) and (max-width:5000px){
	.container {
		max-width: 1240px;
	}
   #banner .carousel-item h1 {
    font-size: 45px;
    line-height: 59px;
  }
  #banner .container .carousel-caption{
	  max-width:470px;
  }
}
@media (min-width:1600px) and (max-width:5000px){
  .gr-box {
    padding: 38px 70px 38px 193px;
   }
   .main-logo, .main-logo-bg {
    top: 23%;
   }
   .main-btn {
    bottom: 33%;
   }
   #banner .carousel-item h1 {
    font-size: 45px;
    line-height: 59px;
  }
}
