body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color:#0f0202;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
@font-face {
	font-family: 'opensans_regular';
	src: url('../fonts/opensans_regular.eot');
	src: url('../fonts/opensans_regular.eot') format('embedded-opentype'),  url('../fonts/opensans_regular.woff2') format('woff2'),  url('../fonts/opensans_regular.woff') format('woff'),  url('../fonts/opensans_regular.ttf') format('truetype'),  url('../fonts/opensans_regular.svg#opensans_regular') format('svg');
}
a{
	text-decoration: none !important;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	outline: none !important;
}
.yel{color:#f7a00a;}
.bg-yel{background:#f7a00a;}
a:hover{text-decoration:none;}
img{max-width:100%;}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.prelative{position:relative !important;}
.pabsolute{position:absolute !important;}
.justify-content-center{justify-content: center!important;}
.align-items-center{align-items:center !important;}
.d-flex{display: flex!important;}
.f-wrap{flex-wrap: wrap!important;}
.justify-content-between{justify-content: space-between!important;}
input[type="text"], input[type="password"], input[type="email"], textarea {
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #146eb4 !important;
	outline: none;
	color: #333;
}
.cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
}
/*Header*/
header{
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    position: absolute;
}
.top-header{
	padding: 16px 0px;
    position: relative;
    display:flex;
    justify-content:flex-end;
}
.top-header li{
    color: #fff;
    font-size: 13.5px;
    margin-left: 55px;
    position: relative;
    font-family: "Poppins";
    list-style: none;
    display: inline-block;
}
.top-header li i {
    color: #f7a00a;
    margin-right: 5px;
}
.top-header li:after{
    top: -2px;
    width: 1px;
    content: "";
    height: 24px;
    right: -32px;
    position: absolute;
    background-color: #424a54;
}
.top-header li:last-child:after{display:none;}
.top-header:after{
    bottom: 0;
    right: 0;
    content: "";
    height: 2px;
    width: 85%;
    position: absolute;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#f7a00a), to(#f7a00a));
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #f7a00a, #f7a00a);
}
.header-main{
	align-items:center;
	justify-content:space-between!important;
	display:flex;
}
.header-main .logo img{height: 45px;max-width: none;}
.main-menu{
	align-items:center;
	display:flex;
}
nav.navbar.bootsnav{
    border: none !important;
    background: none;
    margin-bottom:0px;
    min-height:auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	padding:0px;
	border:0px;
}
nav.navbar.bootsnav ul.nav > li{
    margin-left: 50px;
}
nav.navbar.bootsnav ul.nav > li:before,
nav.navbar.bootsnav ul.nav > li:after{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(247,160,10,0.5);
    position: absolute;
    top: 30px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:after{
    border-width: 1px;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover:before{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
nav.navbar.bootsnav ul.nav > li:hover:after{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 0px;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    z-index: 1;
    font-weight: 600;
    font-size:16px;
    padding:18px 0px;
    font-family: "Poppins";
    transition: all 0.5s ease 0s;
}
/*nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding:28px 0px 28px;
}*/
nav.navbar.bootsnav ul.nav > li > a:hover{ color: #fff; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 120%;
    transition: all 0.8s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 100%;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	position:relative;
	color:#0f0202;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover{
	margin-left:10px;
	color:#f7a00a;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover:before{
	content:"";
	position:absolute;
	left:0px;
	top:11px;
    height:22px;
    width:22px;
    background-image:url(../imgamvi/logo-icon.png);
    background-repeat:no-repeat;
    background-size:100%;

}

@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        background: none;
        color: #fff;
    }
    nav.navbar.bootsnav ul.nav > li{ margin-right: 0; }
    nav.navbar.bootsnav ul.nav > li:before,
    nav.navbar.bootsnav ul.nav > li:after{
        border-color: #e0e0e0;
        top: 35.5px;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{
        padding: 25px 15px;
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li > a:hover{
        color: #333;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ top: 100%; }
}
.gaq-btn{margin-left:55px;}
.gaq-btn a{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 40px;
    position: relative;
    font-family: "Poppins";
    background-color: #f7a00a;
    align-items:center;
    justify-content:center;
    display:flex;
}
.gaq-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -40px;
    position: absolute;
    border-top: 58px solid #f7a00a;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-left: 40px solid transparent;
}
.gaq-btn a:hover {
    background-color: #fff;
    color: #f7a00a;
}
.gaq-btn a:hover:before {
    border-top: 58px solid #fff;
}
/* Slide Start Here */
#first-slider .main-container {
	padding: 0;
}
#first-slider h4{
    color: #f7a00a;
    text-transform:uppercase;
    margin:0;
    margin-top:25%;
    font-family: Roboto;
    white-space: nowrap;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 21px;
}
#first-slider h3{
    color: #fff;
    margin: 10px 0px 30px;
    font-family: Poppins;
    white-space: nowrap;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
}
#first-slider p{
    font-family: Roboto;
    color: rgb(255, 255, 255);
    white-space: normal;
    width: 650px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
}
#first-slider a{
    background-color: rgb(247, 160, 10);
    font-family: Roboto;
    text-transform: uppercase;
    height: auto;
    color: rgb(15, 2, 2);
    text-decoration: none;
    white-space: normal;
    width: 200px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0px;
    border-radius: 0px;
    display:block;
    margin-top:30px;
}
#first-slider a:hover{
	background:#fff;
	color:rgb(247, 160, 10);
}
#first-slider .carousel-indicators {
	bottom: 0;
}
#first-slider .carousel-control.right, #first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	min-height:990px;
	height: 100%;
	width: 100%;
}
#first-slider .carousel .item img{
	position:absolute;
	top:25%;
	right:0;
}
#first-slider h4 {
	animation-delay: 1s;
}
#first-slider h3 {
	animation-delay: 2s;
}
#first-slider p {
	animation-delay: 3s;
}
#first-slider a {
	animation-delay: 4s;
}
#first-slider .carousel-control {
	width: auto;
	text-shadow: none;
}
#first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background:#f7a00a;
	border: none;
}
#first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background: #fff;
	border:4px solid #f7a00a;
}
.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-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-caret-right, .carousel-control .fa-caret-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-caret-left {
	left:40px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	line-height: 30px;
	font-size: 24px;
	color: #000;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	opacity: 0.8;
}
.carousel-control .fa-caret-right {
	right:40px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	line-height:30px;
	font-size:24px;
	color: #000;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	opacity: 0.8;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
#first-slider .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-size: 100%;
}
#first-slider{background-color:#f6f7f9;}
/* Slide End Here */
section.services{
	padding-bottom: 120px;
    background-color: #f6f7f9;
}
.services-heading span{
    color: #f7a00a;
    font-size: 18px;
    font-weight: 500;
    text-transform:uppercase;
}
.services-heading h2{
    margin: 0;
    font-weight: normal;
    font-family: "Inter";
    color: #0f0202;
    font-size: 48px;
    padding-top:12px;
}
.innerbox{
	position:relative;
	padding-top:30px;
}
.innerboximg{
	position:relative;
	overflow:hidden;
}
.innerboximg:before{
    left: -15px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.innerboximg img{
	max-width:100%;
}
.innerboxtext{
	position:relative;
    top: -70px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 35px 30px 75px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: white;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(12 12 12 / 7%);
    box-shadow: 0px 0px 29px 0px rgb(12 12 12 / 7%);
}
.innerboxtext:before {
    left: 0;
    top: -70px;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 70px solid #fff;
    border-left: 324px solid rgba(255, 255, 255, 0);
}
.innerboxtext:after {
    top: -36px;
    left: -4px;
    width: 103%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #008eff;
    -webkit-transform: rotate(-12deg) skew(-15deg);
    transform: rotate(-12deg) skew(-15deg);
}
.innerboxtexticon{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #008cfb;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.innerboxtexticon i{
    color: #0f0202;
    font-size: 40px;
    line-height: 0.75;
}
.innerboxtexticon img{
    padding:10px;
}
.innerboxtextheadline h3 a{
    color: #008eff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.innerboxtextheadline p{
	margin:0px;
	font-family:"Inter";
	font-size:16px;
	line-height:1.5;
}
.innerboxtextbtn{
    right: 18px;
    bottom: 70px;
}
.innerboxtextbtn a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 14px 26px;
    background-color: #008eff;
}
.innerboxtextbtn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 49px solid #008eff;
    border-left: 16px solid transparent;
}
.innerboxtextbtn a:hover{
    background-color: #f7a00a;
}
.innerboxtextbtn a:hover:before {
	border-bottom: 49px solid #f7a00a;
}
.innerboxtextbtn a i{transition:all 0.3s;}
.innerboxtextbtn a:hover i {
    margin-left: 12px;
}
.innerboxtext:hover{
	background:#0f0202;
	color:#fff;
}
.innerboxtext:hover .innerboxtexticon{
	border: 10px solid #f7a00a;
}
.innerboxtext:hover:before{
	border-bottom: 70px solid #0f0202;
}
.innerboxtext:hover .innerboxtextheadline h3 a{color:#f7a00a;}

.case-study-items{
	width:25%;
	border-right: 1px solid #8a8a8a;
	overflow:hidden;
}
.case-study-img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: rgba(15, 2, 2, 0.65);
}
.case-study-text{
	max-width: 285px;
	left: 20px;
	top: 160px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.case-study-text span {
    color: #f7a00a;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter";
}
.case-study-text h3{
	font-size: 24px;
    font-weight: 700;
    padding: 15px 0px 25px;
    font-family: "Inter";
    margin:0px;
}
.case-study-text h3 a{
	color:#fff;
}
.case-study-text h3 a:hover{color:#0f0202;}

.case-study-text p {
    opacity: 0;
    color: #fff;
    line-height: 1.688;
    padding-bottom: 35px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    margin-bottom:0px;
    font-family: "Inter";
    font-size:13px;
}
.case-study-btn{
    left: 20px;
    color: #fff;
    width: 45px;
    height: 45px;
    bottom: 40px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.case-study-btn:hover{
	color:#f7a00a;
	background:#0f0202;
	border: 2px solid rgba(15, 2, 2, 1);
}
.case-study-items:hover .case-study-text{
    top: 30px;
}
.case-study-items:hover .case-study-text p{
    opacity: 1;
}
.case-study-items:hover .case-study-img:before{
    background-color: rgba(247, 160, 10, 0.8);
}
.case-study-items:hover .case-study-text span{color:#0f0202;}

.fun-fact{
	background-image:url(../imgamvi/bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;
    padding:115px 0px;
}
.fun-fact .services-heading{
	max-width:820px;
	margin:0 auto;
}
.fun-fact-content{
	z-index: 1;
    padding-top: 100px;
}
.map-bg{
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
}
.map-bg img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fun-fact-inner-items:before {
    top: 51%;
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 2px dashed #dbdbdb;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fun-fact-inner-items .row{
	display:flex;
	flex-wrap:wrap;
}
.fun-fact-inner-items-icon{
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-color: #f7a00a;
}
.fun-fact-inner-items-icon:after {
    left: 25px;
    bottom: -8px;
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f7a00a;
}
.fun-fact-inner-items-icon i{
    color: #fff;
    font-size: 35px;
    line-height: 0.75;
}
.fun-fact-inner-items-text h3 {
    color: #f7a00a;
    font-size: 36px;
    font-weight: 700;
    font-family: "Inter";
}
.fun-fact-inner-items-text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom:0px;
    font-family: "Inter";
}
.fun-fact-outer-items{
	margin-top: 70px;
	font-size:16px;
	font-family: "Inter";
}
.fun-fact-outer-items a{
	color:#f7a00a;
	font-weight:700;
	text-decoration:underline !important;
}
.why-choose{
    z-index: 1;
    overflow: hidden;
    padding: 115px 0px 250px;
}
.why-choose-bg{
    top: 0;
    left: 0;
    bottom:200px;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
}
.why-choose-bg img{height:100%;}
.why-choose-img{
	right: -280px;
	bottom: 75px;
}
.why-choose-content .row{
	display:flex;
	flex-wrap:wrap;
}
.why-choose-text{padding-top:50px;}
.why-choose-list{
	max-width: 460px;
    margin-top: 42px;
}
.why-choose-list ul{margin:0px;padding:0px;}
.why-choose-list li{
	display: block;
    list-style: none;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    font-family: "Poppins";
}
.why-choose-list li:before {
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #f7a00a;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "FontAwesome";
}
.why-choose-form{padding-left:35px;}
.why-choose-form-content{
	max-width: 455px;
    padding: 45px 30px 45px;
    background-color: #0f0202;
}
.why-choose-input{margin-bottom: 20px;}
.why-choose-input span{
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.why-choose-input span sup{
    color:#f7a00a;
}
.why-choose-select:before{
	z-index: 99;
	top: 13px;
    right: 12px;
    color: #d0cfcf;
    font-size: 15px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "FontAwesome";
}
.why-choose-form-control{
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.why-choose-input select, .why-choose-input input{
    width: 100%;
    height: 48px;
    border: none;
    border: none;
    color: #d0cfcf;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 15px;
    -webkit-appearance: none;
    background-color: #494d62;
}
.why-choose-input textarea{
    width: 100%;
    border: none;
    border: none;
    color: #d0cfcf;
    font-size: 14px;
    border-radius: 5px;
    padding:15px;
    -webkit-appearance: none;
    background-color: #494d62;
    resize:none;
}
.testi-monial{
	padding-bottom:115px;
}
#testimonial-slider{
    background-color: #fff;
    -webkit-box-shadow: 2.952px 16.742px 29px 0px rgb(12 12 12 / 7%);
    box-shadow: 2.952px 16.742px 29px 0px rgb(12 12 12 / 7%);
}
.testi-monial .testimonial{
    position: relative;
    padding-left: 400px;
    min-height: 230px;
}
.testi-monial .testimonial .pic{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 385px;
}
.testi-monial .testimonial .pic img{
    width: 100%;
    height: auto;
}
.testi-monial .testimonial .testimonial-content{
    position: relative;
    padding: 32px 0px;
    padding-left:70px;
}
.testi-monial .testimonial .description{
    color: #0b0b0b;
    font-size: 24px;
    font-weight: 500;
    max-width: 515px;
    padding-bottom: 10px;
    font-family: "Inter";
}
.testi-monial .testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 48px;
    color: #f7a00a;
    position: absolute;
    margin: 0 10px;
    left: 0;
    top: 25px;
}
.testi-monial .testimonial .testimonial-title{
    color: #f7a00a;
    font-weight: 700;
    font-style: italic;
    font-size:16px;
    margin:0px;
    font-family: "Inter";
}
.testi-monial .testimonial .post{
	font-size:16px;
	display:block;
	font-style:normal;
    font-family: "Inter";
}
.testi-monial .owl-theme .owl-controls{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.testi-monial .owl-theme .owl-controls .owl-buttons div{
    border-radius: 20px;
    background: #f7a00a;
    padding: 3px 8px;
}
.testi-monial .owl-prev:before,
.testi-monial .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
}
.testi-monial .owl-next:before{
    content: "\f054";
}
footer{
	background:url(../imgamvi/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.newsletter{
    padding: 40px 0px;
    background-color: #f7a00a;
}
.newsletter-text h3{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: "Inter";
    margin:0px;
    color:#0f0202;
}
.newsletter-text span{
	color:#0f0202;
	font-family: "Inter";
	font-size: 16px;
	font-weight:400;
}
.newsletter-btn a{
    color: #f7a00a;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background-color: #0f0202;
}
.newsletter-btn a:hover{
	background: #fff;
	color:#f7a00a;
}
.footer-content{
    padding-bottom: 60px;
    padding-top: 80px;
    border-bottom: 2px solid #383737;
}
.footer-logo{margin-bottom:20px;padding-bottom:15px;}
.footer-logo img{height: 40px;}
.footer-content p{color: #9d9d9d;padding-bottom: 35px;margin-bottom:0px;font-size:16px;font-family: "Inter";}
.footer-logo-btn{
    color: #fff;
    height: 35px;
    width: 100px;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    overflow: hidden;
    display: inline-block;
    background-color: #f7a00a;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.footer-logo-btn:hover{color:#f7a00a;background:#fff;}
.footer-content h3{
    color: #fff;
    margin:0px;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.footer-content h3:before{
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: 15px;
    position: absolute;
    background-color: #f7a00a;
}
ul.amviul li a{
	color:#9d9d9d;
	display:block;
	font-size:14px;
	font-weight:400;
	font-family:"Inter";
	position:relative;
	padding-left:18px;
	margin-bottom:15px;
}
ul.amviul li a i{
	position:absolute;
	color:#f7a00a;
	left:0;
	top:3px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
ul.amviul li a:hover{color:#f7a00a;}
ul.amviul li a:hover i{transform: rotateY(360deg);}
.footer-content form{
    position: relative;
}
.footer-content form input{
    padding-right: 95px;
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #313131;
    background-color: transparent;
}
.footer-content form button{
	top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    border: none;
    position: absolute;
    background-color: #f7a00a;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
	width: 90px;
    height: 44px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	border-color:#f7a00a !important;
	color:#9d9d9d;
}
ul.amvisocial li{
	float:left;
	margin-right:15px;
	margin-top:25px;
	-moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
ul.amvisocial li:last-child{
	margin-right:0px;
}
ul.amvisocial li:hover{
	box-shadow:0 0 10px rgba(255, 255, 255, 1);
	border-radius:50%;
}
.footer-copyright{
    padding: 25px 0px;
}
.footer-copyright span{
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter";
}
#return-to-top{
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #f7a00a;
    z-index:99999;
    text-align:center;
    border:1px solid #fff;
}
#return-to-top i{
	color:#0f0202;
	font-size:24px;
	position:relative;
	font-weight:900;
	top:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#return-to-top:hover{background:#0f0202}
#return-to-top:hover i{color:#fff;top:0px;}
.affix{top:-52px;width:100%;z-index:99999 !important;background:#0f0202;transition:all 0.3s;}
header.innerheader{background:rgba(0,0,0,1);}
.innerban{
    position:relative;
    padding:250px 0px 200px;
    background:url(../imgamvi/logistics-services-banner.jpg);
    background-repeat:no-repeat;
    background-position:center;
    min-height:640px;
    text-align:center;
}
.innerban h6{
    background: #f7a00a;
    margin:0px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    line-height: 1;
    padding: 16px 50px;
    position: relative;
    font-family: Poppins;
}
.innerban h6::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 25px;
    border-color: transparent transparent #f7a00a transparent;
}
.innerban h6::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 25px 0 0;
    border-color: #f7a00a transparent transparent transparent;
}
.innerban h6 span.dots1, .innerban h6 span.dots2{
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.innerban h6 span.dots2 {
    right: 10px;
    left: auto;
}
.innerban h3{
    margin: 30px;
    text-transform: uppercase;
    font-size:48px;
    letter-spacing:2px;
    font-weight: 900;
    color: #fff;
    line-height:1;
    font-family: Poppins;
}
.innerban a{
    background-color:rgb(247, 160, 10);
    text-transform: uppercase;
    height: auto;
    color: rgb(15, 2, 2);
    text-decoration: none;
    white-space: normal;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    padding:15px 20px;
    display: inline-block;
    margin-top: 30px;
}
.innerban a:hover{
    background:#fff;
    color:#f7a00a;
}
.category-area{
    background-image: url(../imgamvi/cat-bg.jpg);
    background-position: center;
    background-size: cover;
}
.single-cat{
    border: none;
    padding: 70px 15px;
    background: transparent;
    transition: .4s linear;
    display:block;
    text-align:center;
    position:relative;
}
.single-cat:hover{
    background:#f7a00a;
}
.cat-icon{
    margin-bottom:20px;
}
.cat-icon img{
    height:60px;
}
.cat-icon img:last-child{
    display:none;
}
.single-cat:hover .cat-icon img:first-child{display:none;}
.single-cat:hover .cat-icon img:last-child{display:inline-block;}

.cat-icon i{
    transition: .4s linear;
    line-height:1;
    font-size:52px;
    color:#f7a00a;
}
.single-cat:hover .cat-icon i{color:#fff;}
.cat-content h5{
    margin-bottom: 12px;
    font-size: 18px;
    font-weight:600;
    text-transform:uppercase;
}
.cat-content h5 a{
    color:#fff;
    pointer-events:none;
    cursor:default;
}
.cat-content p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    transition: .4s linear;
}
.services-area{
    margin:120px 0px;
}
.services-area-heading h2{
    font-weight:800;
    font-size:36px;
    position:relative;
    margin:0px 0px 35px;
    padding-bottom:15px;
    text-transform:uppercase;
}
.services-area-heading p{
    font-size:16px;
    line-height:28px;
    margin:0px;
    font-weight:500;
}
.services-area-heading h2::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    height: 1px;
    background: #f7a00a;
    bottom: 1px;
    margin: 0 auto;
}
.services-area-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: #f7a00a;
    bottom: 0px;
    margin: 0 auto;
}
.single-services{
    margin-top:40px;
    text-align:center;
}
.services-thumb{
    margin-bottom:25px;
}
.services-thumb img{border-radius:8px;}
.services-content h4{
    font-size:18px;
    margin-bottom:15px;
    font-weight:700;
    margin-top:0px;
}
.services-content h4 a{
    color:#f7a00a;
}
.services-content p{
    padding:0px 0px;
    margin-bottom:25px;
    line-height:28px;
    font-weight:500;
}
.srvices-btn{
    padding: 14px 23px;
    font-size: 14px;
    background:#f7a00a;
    color:#fff !important;
    display:inline-block;
    font-weight:700;
    letter-spacing:.5px;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    position:relative;
    z-index:1;
    white-space:nowrap;
    vertical-align:middle;
}
.srvices-btn:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    background: #0f0202;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.srvices-btn:hover::before {
    top: 0%;
    bottom: auto;
    height: 100%;
}
.advantages-area .serviceBox{
    text-align: center;
}
.advantages-area .serviceBox .service-icon{
    width: 100px;
    height: 100px;
    margin: 20px auto;
    padding:25px;
    position: relative;
}
.advantages-area .serviceBox .service-icon:before,
.advantages-area .serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -2px;
    transition: all 0.33s ease-out 0s;
}
.advantages-area .serviceBox .service-icon:before{
    border: 2px solid #0f0202;
    top: -4px;
}
.advantages-area .serviceBox .service-icon:after{
    border: 2px solid #f7a00a;
    top: 4px;
}
.advantages-area .serviceBox:hover .service-icon:before{
    top: 4px;
}
.advantages-area .serviceBox:hover .service-icon:after{
    top: -4px;
}
.advantages-area .serviceBox .title{
    font-size: 14px;
    font-weight:600;
    text-transform:uppercase;
    margin:0px;
    margin-bottom: 15px;
}
.advantages-area h2{
    font-size:36px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:15px;
}
.advantages-area h6{
    font-size:18px;
    font-weight:600;
    margin:0px;
    color:#f7a00a;
}
.choose-us{
    margin:120px 0px;
}
.single-choose{
    box-shadow: 0px 0px 43px 0px rgb(40 11 72 / 11%);
    background: #fff;
    margin-top:40px;
}
.choose-head{
    padding: 40px 40px 25px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px;
}
.choose-icon{
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom:25px;
}
.choose-icon img{
    height:60px;
    transition: .5s linear;
    transform: rotateY(0);
}
.choose-head h3 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 0;
    font-weight:700;
}
.choose-head h3 a {
    display: inline-block;
    color:#0f0202;
    pointer-events:none;
    cursor:default;
}
.choose-head h3 a:hover{
    color:#f7a00a;
}
.choose-content {
    padding: 0px 40px 35px;
}
.choose-content p{
    margin-bottom:0px;
}
.choose-content a {
    font-size: 14px;
    font-weight: 600;
    color: #0f0202;
}
.choose-content a i {
    color: #f7a00a;
    font-size: 15px;
    margin-right: 5px;
}
.choose-content a:hover{color:#f7a00a;}
.single-choose:hover .choose-icon img {
    transform: rotateY(360deg);
}
.area-wrapper{
    padding:100px 0px;
    position:relative;
    background:#1e2331;
}
.area-wrap-bg{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:url(../imgamvi/quote-bg.jpg);
    background-position:center;
    background-size:cover;
    opacity:.25;
}

.testimonial-map-bg {
    background-image:url(../imgamvi/testimonial-map-bg.jpg);
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:50%;
    background-position:center;
    background-size:cover;
    opacity:.35;
}
.testimonial-map-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #03101a;
    opacity: .25;
}
.testimonial-area{}
.area-title{margin-bottom:40px;}
.area-title h6{
    font-style:italic;
    font-size:18px;
    font-weight:500;
    margin:0px 0px 10px;
    color:#f7a00a; 
}
.area-title h2{
    color:#fff;
    font-size:36px;
    margin:0px;
    font-weight:700;
}

.testimonial-area .testimonial{
    margin:0px;
    padding-right:50px;
}
.testimonial h5{
    font-size:18px;
    margin:0px 0px 30px;
    color:#fff;
    font-weight:600;
}
.testimonial-area .testimonial .description{
    position: relative;
    font-size: 18px;
    font-style:italic;
    line-height:1.8;
    color: #dbdbdb;
    padding:0px;
    font-weight:500;
    margin-bottom:40px;
}
.testimonial-area .testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin:0px 30px 0px 0px;
    display: inline-block;
    float: left;
    border:1px solid #dbdbdb;
}
.testimonial-area .testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial-area .testimonial .testimonial-title{
    display: inline-block;
    text-transform: capitalize;
}
.testimonial-area .testimonial .testimonial-title span{
    color:#fff;
    display:block;
    font-size:16px;
    font-weight:700;
    margin-bottom:5px;
}
.testimonial-area .testimonial .testimonial-title small{
    display:block;
    font-size:14px;
    font-style: italic;
    font-weight:500;
    color:#f7a00a;
}
.testimonial-area .owl-theme .owl-controls{
    position:absolute;
    bottom:-100px;
    left:0px;
    margin:0px;
}
.testimonial-area .owl-theme .owl-controls .owl-buttons div{
    border-radius:0;
    background:#f7a00a;
    padding:0px;
    margin:0px;
    height:50px;
    width:50px;
    line-height:50px;
    border:2px solid #0f0202;
}
.testimonial-area .owl-prev:before,
.testimonial-area .owl-next:before{
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
}
.testimonial-area .owl-next:before{
    content: "\f054";
}
.cta-area{
    padding-left:50px;
}
.cta-area .why-choose-form{padding:0px;}
.cta-area .why-choose-form-content{
    padding:0px;
    max-width:none;
    background:transparent;
}
.amviform{
    margin-top:60px;
}
.amviform input, .amviform textarea{
    border:1px solid #dfdfdf;
    padding:14px 15px;
    border-radius:5px;
    background:#fbfbfb;
    transition:0.3s linear;
    height:auto;
    font-weight:normal;
    margin-bottom:30px;
    resize:none;
}
.abtnumber .abtnumber-addons{
    position: relative;
    z-index: 1;
    width: 100%;
}
.abtnumber .abtnumber-wrapper{
    box-shadow: 0px 0px 0px 1px #cecece;
    padding: 60px 30px 60px 30px;
    margin-bottom:30px;
}
.abtnumber-wrapper .counter{
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    position:relative;
}
.abtnumber-wrapper .counter:after{
    position:absolute;
    content:'+';
    top:0;
    left:135px;
    font-size:24px;
    font-weight:400;
}
.abtnumber-wrapper .counter.wh:after{left:180px;}
.abtnumber-wrapper .counter.ct:after{left:95px;}
.abtnumber-wrapper .counter.lp:after,.abtnumber-wrapper .counter.cl:after{left:75px;}

.abtnumber-wrapper .abtnumber-title{
    font-size: 18px;
    line-height: 36px;
}
.abtget{
    margin:50px 0px 100px;
}
.abtcard{
    box-shadow: 0 3px 10px #00000026;
    border-radius: 10px;
    background: #f9f9f9!important;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}
.abtget h2{
    margin:0px;
    font-size:36px;
    font-weight:700;
    text-transform:capitalize;
}
.abtget p{
    font-size:18px;
    margin:15px 0px;
    padding-right:100px;
    font-weight:500;
}
.abtget a{
    margin:5px 0px 0px;
    display:inline-block;
    font-size:18px;
    color:#0f0202;
    font-weight:400;
}
.abtget a:hover{color:#f7a00a;}
.footlogo{
    background: #f9f9f9;
    padding:30px 0px;
}
.footlogo img{
    box-shadow: 0 3px 10px #00000026;
    border-radius: 10px;
}
@media only screen and (max-width: 480px){
    .testi-monial .testimonial{
        margin: 0 10px;
    }
    .testi-monial .testimonial .pic{
        float: none;
        width: 100%;
        margin: 0 auto;
        position:relative;
    }
    .testi-monial .owl-theme .owl-controls{
        top: -30px;
        right: 0;
    }
    .testi-monial .testimonial .description{font-size:16px;font-weight:400;}
}
@media screen and (max-width:480px) {
    .top-header,.gaq-btn{display:none;}
    header,header.innerheader{background:#fff;padding:12px 0px;}
    .affix{background:#fff;top:0px;box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%);}
    nav.navbar.bootsnav .navbar-toggle{color:#0f0202;margin:0px;top:0px;}
    nav.navbar.bootsnav .navbar-header{padding:0px;}
    nav.navbar.bootsnav ul.nav > li{margin-left:0px;}
    nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{padding:0px !important;}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{padding:10px 20px 10px 25px !important;}
    #first-slider .carousel .item img,.innerboxtext:before,.innerboxtext:after,.fun-fact-inner-items:before{display:none;}
    #first-slider h3{font-size:34px;line-height:normal;text-align:center;}
    #first-slider h4{font-size:16px;text-align:center;margin-top:40%;}
    #first-slider p{font-size:14px;font-weight:400;width:auto;line-height:24px;text-align:center;letter-spacing:1px;}
    #first-slider a{margin:30px auto 0px;}
    #first-slider .carousel .item{min-height:650px;}
    .services-heading span{font-size:14px;}
    .services-heading h2{font-size:22px;}
    .innerboxtexticon{top:-50px;}
    .case-study-items{width:100%;border:0px;border-bottom:1px solid #8a8a8a;}
    .fun-fact{padding:60px 0px;}
    .fun-fact-inner-items .row{display:block;}
    .fun-fact-content{padding-top:50px;}
    .fun-fact-inner-items-content{margin-bottom:50px;}
    .fun-fact-inner-items-icon{margin-bottom:15px;}
    .fun-fact-outer-items{margin-top:50px;}
    .why-choose-bg img{height:auto;}
    .why-choose{padding-top:50px;}
    .why-choose-form{padding:0px;}
    .why-choose .row{display:block;}
    .testi-monial .testimonial{padding:0px;}
    .newsletter-content{display:block !important;}
    .newsletter-btn{margin-top:15px;}
    .footer-logo{margin:0px;}
    .footer-content p{padding-bottom:15px;}
    .footer-content h3{margin:30px 0px 0px;}
    .services-area{margin:60px 0px 0px;}
    .services-area-heading{margin-bottom:50px;}
    .services-area-heading h2{margin-bottom:15px;}
    .abtnumber .row{display:block !important;}
    .abtget{margin:60px 0px;}
    .abtget h2,.abtget p,.abtget a{padding:0px 15px;margin:10px 0px 0px;}
    .abtget a:last-child{margin-bottom:15px;}
    .footlogo img{margin:15px 0px;}
    .innerbanimg{margin-top:69px;}
    .amviform{margin-top:0px;}
    iframe{margin-top:60px;height:250px !important;}
    .single-cat{padding:35px 15px 35px;border-bottom:1px solid rgba(255,255,255,0.3);}
    .single-services{margin:0px 0px 40px;}
    .choose-us{margin:60px 0px;}
    .single-choose{margin:20px 0px;}
    .area-wrapper{padding:60px 0px;}
    .testimonial-area{margin-bottom:60px;}
    .cta-area{padding-left:0px;}
    .testimonial-map-bg{height:49%;width:100%;}
}












