@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/** styles for custom font **/

.flight {
    font-weight: 300;
}

.fbold {
    font-weight: 700;
}

.forange {
    color: #A0C33A;
}

.fwhite {
    color: #fff;
}

.fblue {
    color: #22346e;
}

.bgwhite {
    background: #fff;
}

.fwhite {
    color: #fff;
}

a {
    transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

.my25 {
    margin: 25px 0;
}

p {
    line-height: 1.6rem;
}

.navbar-brand img {
    transition: all 0.2s ease;
    width: 223px;
}

.fixed-theme .navbar-brand img {
    width: 200px;
}

.fixed-theme {
    box-shadow: 0 0 3px #888;
}

.fixed-theme .dropdown-menu {
    top: 45px !important;
}

.object-fit_cover {
    object-fit: cover;
    height: 100%;
}

header .navbar-brand {
    padding: 0;
}

header .navbar {
    z-index: 9999;
}

header .navbar-nav {
    padding: 10px 25px;
    border-left: 1px solid #f15f22;
    margin-left: 15px;
}

header .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #333;
}

header .navbar-nav .nav-link:hover {
    color: #f15f22;
}

.active-nav {
    color: #f15f22!important;
    text-transform: uppercase;
    padding: .5rem .6rem;
    line-height: 32px;
}

.subactive-nav {
    color: #f15f22!important;
    text-transform: uppercase;
}

.active-nav:hover {
    color: #f15f22;
}

header .navbar-nav .dropdown-menu {
    top: 48px;
    box-shadow: none;
    border-radius: 0;
}

header .navbar-nav .dropdown-item:hover {
    background: #f15f22;
    color: #fff;
}

.dropdownactive {
    background: #f15f22;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    display: block;
}

.dropdownactive:hover {
    color: #fff;
}

header .navbar-nav .dropdown-item {
    padding: 10px 15px;
}


/** styles for slider **/

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homeslider .carousel-caption {
    bottom: 35%;
}

.homeslider .carousel-caption .h1 {
    font-size: 4rem;
    border-bottom: 1px solid #f15f22;
    margin: 0 10%;
}

.homeslider .carousel-caption p {
    padding-top: 20px;
    font-size: 1.2rem;
    margin: 0 10%;
    line-height: 1.8rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    font-size: 50px;
}

.carousel-control-prev {
    left: 3%;
}

.carousel-control-next {
    right: 3%;
}

.carousel-control-next: hover,
.carousel-control-prev: hover {
    color: #f15f22;
}

.home-title h3 {
    position: relative;
    display: inline;
}

.home-title h3:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #f15f22;
    position: absolute;
    top: -5px;
    margin-left: -30px;
    left: 50%;
}

.aboutsection {
    background: #A0C33A url(../img/aboutarrow.png)no-repeat center right;
}

.aboutarticle {
    padding: 30px;
    color: #fff;
}

.vrbest {
    margin-top: 75px;
}

a.aavulabtn {
    background: #22346e;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 2px solid #040c14;
}

a.aavulabtn:hover {
    background: #e24f12;
}

.homeservices {
    background: #f7f5f6 url(../img/services-peoplebg.png)no-repeat center bottom;
    padding: 60px 0 150px 0;
}

.services-cols {
    background: url(../img/wordtransmap.png)no-repeat center center;
    padding: 30px 0;
}

.servicefigure {
    width: 136px;
    height: 136px;
}

.servicefigure:hover .figin {
    border-radius: 50%;
}

.figin {
    background: #fff;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 10px;
    box-shadow: 0 0 1px #ccc;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -60px;
    transition: all 0.2s ease;
}

.figin a {
    width: 100px;
    display: block;
}

.servicefigure:hover:after {
    content: '';
    border-radius: 50%;
}

.servicefigure:hover:before {
    content: '';
    border-radius: 50%;
}

.servicefigure img {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: 10px;
    margin-left: 20px;
}

.servicefigure:after {
    width: 120px;
    content: '';
    height: 120px;
    border-radius: 10px;
    border: 1px dashed #ccc;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    z-index: 0;
    margin-left: -60px;
    transition: all 0.2s ease;
}

.servicefigure:before {
    width: 136px;
    height: 136px;
    content: '';
    border-radius: 10px;
    border: 1px dashed #ccc;
    position: absolute;
    z-index: 0;
    top: -8px;
    left: 50%;
    z-index: 0;
    margin-left: -68px;
    transition: all 0.2s ease;
}

.servicearticle h6 {
    position: relative;
    padding-bottom: 10px;
}

.servicearticle h6:before {
    content: '';
    width: 66px;
    height: 3px;
    background: #f15f22;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}

.servicearticle {
    margin-bottom: 20px;
    height: 180px;
}

.blogarticle a {
    color: #333;
}

.blogarticle a:hover {
    color: #f15f22;
}

.blogarticle p {
    color: #888;
    font-size: 0.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.blogarticle small {
    font-size: 0.8rem;
}


/** footer styles **/

footer {
    background: #f2f2f2;
    position: relative;
}

.topfooter {
    padding: 25px 0 0 0;
}

.topfooter .navbar .nav-link {
    text-transform: uppercase;
    color: #333;
}

.topfooter .navbar .nav-link:hover {
    color: #f15f22;
}

.footeractive {
    color: #f15f22;
    text-transform: uppercase;
    padding: .5rem;
}

.footeractive:hover {
    color: #f15f22;
}

.topfooter .navbar {
    justify-content: inherit;
}

.footersocial li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #000;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}

.footersocial li a i {
    font-size: 18px;
    color: #fff;
}

.footersocial li a:hover {
    background: #f15f22;
}

.bottomfooter {
    background: #f15f22;
}

.movetop {
    width: 40px;
    height: 40px;
    background: #22346e;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    line-height: 40px;
    color: #fff;
    display: none;
}

.movetop:hover {
    color: #f15f22
}

.industrieshome {
    background: url(../img/industrieshomebg.jpg)no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
}

.industrycol i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
}


/** sub page styles **/

.subpage {
    min-height: 500px;
}

.headersubpage {
    background: #f15f22 url(../img/aboutarrow.png) no-repeat right center;
    padding: 100px 0 0 0;
}

.headerarticle {
    padding-bottom: 25px;
}

.brcrumb li a {
    color: #fff;
}

.brcrumb {
    padding-top: 10px;
}

.brcrumb li {
    float: left;
}

.brcrumb li a:after {
    content: '/';
    color: #fff;
    padding: 0 10px;
}

.brcrumb li:last-child a:after {
    padding-right: 0;
    content: '';
}

.submain {
    padding: 50px 0;
}

.graysec {
    background: #f2f2f2;
    padding: 50px 0;
}

.h6 {
    line-height: 1.5rem;
}

.bluebox {
    background: #22346e;
    padding: 20px;
    color: #fff;
    border-left: 5px solid #f15f22;
    margin: 20px 0;
}

.sectitle {
    padding-left: 10px;
    border-left: 4px solid #f15f22;
    color: #22346e;
    font-weight: 300;
    margin: 12px 0;
}

.sectitle::first-letter {
    font-weight: 600;
    color: #f15f22;
}

.subpagecentercol i {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background: #f15f22;
    margin: 10px 0;
    border-radius: 50%;
}

.subpagecentercol .fas {
    font-size: 30px;
    color: #fff;
}

.pagelist li {
    line-height: 1.5rem;
    padding-bottom: 3px;
}

.pagelist li:before {
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #f15f22;
    font-size: 18px;
    padding-right: 10px;
}


/** accordian styles **/

.intro {
    font-size: 1.25em;
}

.js .panel-title {
    margin: 0;
}

.panel-title a {
    border-bottom: none;
    color: #292929;
    display: block;
    padding: 1.25em 0;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 200ms ease 0s;
    -moz-transition: color 200ms ease 0s;
    transition: color 200ms ease 0s;
    width: 100%;
}

.panel-title a .icon {
    color: #9e9e9e;
    position: absolute;
    right: 0;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.panel-title a: hover,
.panel-title a: focus {
    color: #37474f;
}

.panel-title a: hover .icon,
.panel-title a: focus .icon {
    color: #ec407a;
}

.panel-title a.active {
    color: #37474f;
}

.panel-title a.active .icon {
    color: #ec407a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js .accordion {
    border-bottom: 1px solid #ececec;
    margin: 2em 0;
}

.accordion .panel-title a {
    border-top: 1px solid #ececec;
}

[id^="panel-"] {
    padding-bottom: 2em;
}

.contactform .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 0.9rem;
}

.contactform textarea.form-control {
    height: 120px !important;
}

.table i.fas {
    font-size: 20px;
}

.rtservicenav li a {
    padding: 15px;
    color: #333;
    display: block;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    border-left: 5px solid transparent;
}

.rtservicenav li a:hover {
    border-left: 5px solid #f15f22;
}

.activertnav {
    border-left: 5px solid #f15f22 !important;
    color: #f15f22 !important;
}

.softwarecol div {
    border: 1px solid #eee;
}

.softwarecol div h6 {
    padding: 20px 0;
}

.blog-article td {
    line-height: 1.6rem;
    text-align: justify;
}

.postdetail {
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
}

.postdetail li {
    font-size: 13px;
    color: #888;
}

.bloglink {
    margin-top: 15px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #f15f22;
    color: #333;
}

.bloglink:hover {
    background: #f15f22;
    color: #fff;
}
