/*------------------------------------------------------------------
IMPORT FONTS
font-family: 'Fira Sans', sans-serif;
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900&display=swap');
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Lt_0.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue LT Stdlight'';
    src: url(../fonts/HelveticaNeueLTStd Lt.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue LT Stdbold';
    src: url(../fonts/HelveticaNeueBold.otf) format("opentype");
}


/*------------------------------------------------------------------
SKELETON
-------------------------------------------------------------------*/

body {
    color: #999;
    font-size: 20px;
    font-family: 'Helvetica Neue LT Std', sans-serif;;
    line-height: 35px;
    color: #231f20;
    font-weight: 300;
}

p {
    font-size: 19px;
    line-height: 35px;
    color: #231f20;
    font-family: 'Helvetica Neue LT Std', sans-serif;;
    font-weight: 300;
    margin-bottom: 0rem;
}

a {
    color: #231f20;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    color: #072937;
}

h1 {
    font-size: 65px;
    line-height: 85px;
    color: #072937;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}
h6 {
    font-size: 21px;
}
a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}


/*------------------------------------------------------------------
font weight CSS
-------------------------------------------------------------------*/

.fontw500 {
    font-weight: 500;
}

.fontwbold {
    font-weight: 600;
}

.fontw700 {
    font-weight: 700 !important;
}

.fontw800 {
    font-weight: 800;
}

.fontw900 {
    font-weight: 900;
}

.helfontbold {
    font-family: Helvetica Neue LT Stdbold;
}


/*------------------------------------------------------------------
PADDING/MARGIN CSS
-------------------------------------------------------------------*/

.padtop03 {
    padding-top: 2px;
}

.padtop05 {
    padding-top: 5px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop20 {
    padding-top: 20px !important;
}

.padtop30 {
    padding-top: 30px;
}

.padtop40 {
    padding-top: 40px;
}

.padtop50 {
    padding-top: 50px;
}
.padtop75 {
    padding-top: 75px;
}

.padtop80 {
    padding-top: 80px;
}

.padtop100 {
    padding-top: 100px;
}

.padtop110 {
    padding-top: 104px;
}

.padtop120 {
    padding-top: 120px;
}

.padtop130 {
    padding-top: 130px;
}

.padtop150 {
    padding-top: 150px;
}


.padbot30 {
    padding-bottom: 30px;
}
.padbot50 {
    padding-bottom: 50px;
}

.padbot80 {
    padding-bottom: 80px;
}

.padbot100 {
    padding-bottom: 100px;
}
.padbot130 {
    padding-bottom: 130px;
}

.padbot120 {
    padding-bottom: 120px;
}
.padbot250 {
    padding-bottom: 250px;
}

.padleft05 {
    padding-left: 5px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft25 {
    padding-left: 25px;
}

.padleft50 {
    padding-left: 50px;
}
.mrtopm05 {
    margin-top: -5px;
}
.mrtopm25 {
    margin-top: -25px;
}
.mrtopm103 {
    margin-top: -103px;
}

.mrleftm3 {
    margin-left: -5px;
}
.mrleftm15 {
    margin-left: -15px;
}
.mrleftm20 {
    margin-left: -20px;
}

.mrleft30 {
    margin-left: 45px;
}
.mrleft100 {
    margin-left: -100px;
}

/*------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

.header_style_01 {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: 8em 0em;
    z-index: 3;
    height: 105px;
    padding: 4px 0px;
    border-bottom: solid 1px #d8d8d8;
}

.header_style_01 .header-nav {
    padding: 3px 0px;
}

.header-nav .navbar-toggler span {
    background: #ffffff;
}

.header-nav .navbar-brand {
    color: #111111;
    font-weight: 800;
    position: relative;
    font-size: 23px;
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left;
}

.right-btn a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #f58232;
    line-height: 25px;
    float: right;
    font-weight: 500;
}

.right-btn a:hover {
    background-color: #f58232;
    color: #ffffff;
    border: 1px solid #f58232;
}


/*Navbar Toogle*/

.navbar-toggler {
    background: #f58232;
    border: none;
    padding: 10px 6px;
    outline: none !important;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggler span + span {
    margin-top: 4px;
}


/**/

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 61px 10px 15px 10px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    transition: all 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: none;
    color: #f58232;
    border-radius: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    background: none;
    color: #f58232;
    border-radius: 0px;
}

.header_style_01 .navbar-brand {
    padding: 0px 15px 0 0px;
    height: auto;
}

.header_style_01 .navbar-brand img {
    width: auto;
    margin-top: -5px;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: #222222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent !important;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    color: #f58232;
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.navbar-nav .dropdown-menu ul.navbar-nav {
    flex-direction: column;
}/*
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
ul.navbar-nav .dropdown-menu ul.navbar-nav .dropdown-menu.show{
	    margin-left: 207px;
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 13px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #bdbdbd;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}




li.social-links {
    margin: 0 8px;
    display: inline-block;
    font-size: 20px;
}

li.social-links a {
    padding: 0px 0 !important;
    color: #ffffff;
    display: inline-block;
}

li.social-links a:hover {
    color: #f58232;
}

.header_style_01.fixed-menu {
    padding: 9px 0px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    height: 82px;
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    height: 82px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

body.app_version .header_style_01.fixed-menu {
    top: 0px;
}

.fixed-menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 10px 0px 10px;
        padding: 23px 10px 24px 10px;
}

.fixed-menu .navbar-brand img {
    width: 80%;
}

.padlr {
    padding-left: 10%;
    padding-right: 10%;
}


/*------------------------------------------------------------------
intro section
-------------------------------------------------------------------*/


/*#intro{
background: #fff url(../images/intro-bg.jpg);
background-repeat: no-repeat;
background-position:top right;  
height: 958px;
position: relative;
top: 110px;
}*/

.toptitlefont {
    font-family: 'Fira Sans', sans-serif;
    color: #6b6b6b;
    z-index: 4;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    float: right;
    padding-top: 15px;
    padding-right: 0px;
}

.iconminusmr {
    position: relative;
    top: -2px;
}

.small_paragraph_font {
    font-size: 21px;
    color: #072937;
}

.header_img {
    width: 100%;
    height: auto;
}

.wspace {
    white-space: nowrap;
}

.gurantee_logo_mr {
    margin-top: -50px;
    margin-left: 5px;
}


/*------------------------------------------------------------------
Shaping the future section
-------------------------------------------------------------------*/

.border-title {
    border-top: 1px solid #dee2e6!important;
    width: 39%;
    position: relative;
    left: 390px;
    top: -20px;
}


/*------------------------------------------------------------------
our product range section
-------------------------------------------------------------------*/

.bgblue {
    background: #d5e1e6;
}

.productpadall {
    padding: 40px 25px 10px 35px;
    background: #ffffff;
    margin-left: -18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.taglinefont {
    font-size: 17px;
    line-height: 25px;
}

.fontsize15 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}

.verticaltop {
    vertical-align: top;
}

.productpadall2 {
    padding: 40px 25px 10px 24px !important;
}


/*------------------------------------------------------------------
brochure section
-------------------------------------------------------------------*/

.halfbluebg {
    background: linear-gradient(to top, #ffffff 50%, #d5e1e6 50%);
}

.brochurebox {
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 70px 50px 100px;
    box-shadow: 0px 0px 20px 0px #56565636;
}

.brochure-para {
    font-size: 18px;
    line-height: 30px;
}

.form-select-text1 {
    border: none;
    color: #373d40 !important;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    border-radius: 0px;
    padding: 8px 20px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    /*padding-bottom: 40px;*/
}

input::placeholder {
    color: #414042;
}

.form-submit {
    background: #072937;
    color: #fff;
    border-bottom: 0;
    transition: all 0.5s;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 0px;
    padding: 8px 10px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 17px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.form-submit a {
    color: #fff;
}

.form-submit:hover {
    background: #133544;
}


/*------------------------------------------------------------------
Industries we serve section
-------------------------------------------------------------------*/

.titlefonts {
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #072937;
    text-align: center;
}


/*------------------------------------------------------------------
Words of testimony section
-------------------------------------------------------------------*/

.testimonypad {
    padding: 30px 32px 40px 45px;
    background: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.boxshadow {
    box-shadow: 0px 0px 20px 0px #56565636;
}

.spanorg {
    color: #f58232;
}

.testimonypadbot {
    background: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.testimonialname {
    font-size: 15px;
    line-height: 20px;
    padding-top: 14px;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
}

.testimonialsmf {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.culturebox {
    padding-left: 70px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #f2f2f2;
    box-shadow: 0px 0px 20px 0px #2d2d2d2b;
}

.fonts18 {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lora', serif;
}

.letterline {
    margin-bottom: -6px;
    padding-left: 0px;
    margin-top: 30px;
}

.founder_img {
    position: relative;
    left: -130px;
    top: 181px;
}

.smallfont15 {
    font-size: 15px;
    line-height: 22px;
}


/*------------------------------------------------------------------
founder section
-------------------------------------------------------------------*/

.ceofont {
    font-size: 15px;
    line-height: 20px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.errormsg{
    font-size: 15px;
    color: red;
}

/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover a h3 {
    color: #fff !important;
}

.cac a h3 {
    color: #999;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: !important;
}

.footer_bg {
    background: url(../images/footer_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.colorw {
    color: #ffffff !important;
}

.tagline {
    font-size: 16px;
}

.tagline a {
    color: #ffffff;
    transition: all 0.5s;
}

.tagline a:hover {
    color: #f58232;
}

.footerbg2 {
    background: #a9c3cc12;
}

.footertitle {
    font-family: 'Fira Sans', sans-serif!important;
    font-size: 18px!important;
    color: #f58232!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
}

.copyright p {
    font-size: 12px!important;
    line-height: 20px!important;
    color: #5393ad!important;
    font-weight: 500!important;
    padding-top: 19px!important;
    padding-bottom: 12px!important;
    font-family: 'Roboto'!important, sans-serif;
}

.fontfooter14 {
    font-size: 14px;
    line-height: 39px;
    font-weight: 500;
    color: #838383;
    font-weight: 500;
}

.copyright a {
    color: #5393ad;
}

.copyright a:hover {
    color: #fff;
}

.text-rightf {
    text-align: right;
}

.font18 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #3f494c;
    font-weight: 500;
    position: relative;
    right: -40px;
}

.font14 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #3f494c;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 500;
}

.footertb {
    padding-top: 70px;
    padding-bottom: 80px;
}


/*------------------------------------------------------------------
MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: #f58232;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 30px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.icon_wrap {
    background-color: #f58232;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 60px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    color: #f58232;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important:
}

.stat-wrap p {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    padding: 4px 0 0;
    line-height: 1 !important:
}

.stats-box {
    position: relative;
}

.stats-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    top: 0px;
    left: 0px;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}



/*------------------------------------------------------------------
dropdown
-------------------------------------------------------------------*/

.dropdown{
    transition: all 0.5s;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


.dropdown-menu{
    top: 98%;
    margin-left: 40px;
   
}
.dropdown-menu:last-child{
     padding:0px;  
    border-bottom: 0;
}

.dropdown-menu a{
 padding: 5px 15px;
    width: 325px;
border-radius: 8px;
color: #414042;
font-family: 'Fira Sans', sans-serif;
font-size: 15px;
text-transform: uppercase;
font-weight: 400;
transition: all 0.4s;
display: block;
border-bottom: 1px solid #dedede;
border-radius: 0px;
}


.dropdown-menu a:hover{
  color: #f58232;  
 transition: all 0.4s;

}

/*------------------------------------------------------------------
About Page
-------------------------------------------------------------------*/

.about_bg{
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.breadcrumbs-font{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Fira Sans',sans-serif;
}
.breadcrumbs-padtb{
    padding-top: 35px;
    padding-bottom: 35px;
}
.breadcrumbs-link{
    color: #ffffff;
}
.breadcrumbs-link:hover{
    color: #f58232;
}

.border-title2 {
    border-top: 1px solid #dee2e6!important;
    width: 28%;
    position: relative;
    left: 464px;
    top: -20px;
}
.certified_bg{
        background: url(../images/certified-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.certified-font18{
        font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    font-family: 'Fira Sans',sans-serif;
}
.titlefont40{
     font-family: 'Fira Sans',sans-serif; 
     font-size: 40px;  
}

.take-action-button {
    background: #f58232;
    color: #fff;
    border-bottom: 0;
    transition: all 0.5s;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 22px;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
}

.take-action-button a {
    color: #fff;
}

.take-action-button:hover {
    background: #133544;
}
.request_callback {
    background: #f58232;
    color: #fff;
    border-bottom: 0;
    transition: all 0.5s;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 2px 15px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.request_callback a {
    color: #fff;
}

.request_callback:hover {
    background: #133544;
}

/*------------------------------------------------------------------
Video section
-------------------------------------------------------------------*/

.video_wrapper {
  width: 880px;
    height: 497px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.video_wrapper_full {
  padding-top: 315px;
}


.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 880px;
    height: 497px;
 background-image:url(../images/video_img.jpg);
  background-size: cover;
  border: none
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
    border: 0;
}
.videoPoster:hover {
  cursor: pointer;
}


.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
/*------------------------------------------------------------------
product-inner section
-------------------------------------------------------------------*/
.theamblue-bg{
    background: #072937;
}

.product-inner-font{
    font-size: 17px;
    line-height: 30px;
}
.product-inner-font17{
    font-size: 17px;
    line-height: 25px;
}
.border-top{
    border-top: solid 1px #d8d8d8;
}
.parafont17{
     font-family: 'Fira Sans',sans-serif; 
     font-size: 17px;  
    font-weight: 400;
    text-align: center;
}
.button25{
    font-size: 25px!important;
}
.datasheetbox{
    padding: 27px 34px;
    background: #ffffff;
    border: solid 1px #d8d8d8;
    box-shadow: 0px 0px 20px 0px #dededed1;
}
.datasheetbox.tech_det {
    width: 27%;
    margin: 0 auto;
}
.data-font16{
        font-size: 16px;
      font-family: 'Fira Sans',sans-serif; 
}
.bx-wrapper .bx-pager{
display: none!important;
}
.bx-wrapper{
border: none!important;
box-shadow:none!important;
background: none!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
background: #f15a22!important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
background:none!important;
border: solid 2px #f15a22!important;
}
.sliderboxnew{
    padding: 60px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
}
.download-button{
    background: #fff;
    color: #414042;
    border:solid 1px #d8d8d8;
    transition: all 0.5s;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 0px 20px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 30px;
     box-shadow: 0px 0px 20px 0px #d8d8d8c9;
    cursor: pointer;
    font-weight: 500;
}

.download-button a {
    color: #414042;
}

.download-button:hover {
    background: #133544;
    color: #fff;
}
.width100{
    width: 100%;
    height: auto;
}

.nav{display:inline-block; padding:10px; background:none;margin-right: 40px; color: #636466; }
.nav:hover{color: #072937;}
.info{border:none; margin-top: 50px;}
.info{display:none;}
.active{display:block; }
.current{background-color:none; border-bottom: solid 3px #072937;color: #072937; }
.nav-tabs{
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    color: #636466;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid 1px #d8d8d8;
}


.labletext{
     margin-bottom: 0;
    position: relative;
    top: 17px;
    left: 15px;
    color: #231f20;
    font-size: 14px;
    line-height: 20px;
     font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 0px 7px;
}
.formpadbox{
        padding: 25px 90px 55px 90px;
    background: #ffffff;
    border: solid 3px #072937;
}

.form-select-text2{
border:none;
color:#414042 !important;
font-size:14px;
font-family:'Fira sans', sans-serif;
font-weight:400;
width:100%;
border-radius:3px;
padding:5px 20px;
border: solid 1px #bebebe;
    box-shadow: none;
/*padding-bottom: 40px;*/
}

input::placeholder {
color: #414042;
}
textarea::placeholder {
color: #414042;  
}

.form-submit2 {
    background: #f58232;
    color: #fff;
    border-bottom: 0;
    transition: all 0.5s;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    font-size: 30px;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
}

.form-submit2 a {
    color: #fff;
}

.form-submit2:hover {
    background: #133544;
}
.form_bg{
        background: linear-gradient(to bottom, #ffffff 75%, #d5e1e6 25%);
}
.contactform_bg{
        background: linear-gradient(to bottom, #ffffff 60%, #d5e1e6 40%);
}
.callbackmr{
margin-left: -134px;
    margin-bottom: -80px;
}
.skybluebg{
   background: #d5e1e6; 
}
.quote_font{
    font-size: 21px;
    line-height: 40px;
}
.productbox{
    padding: 20px 20px !important;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    
}
.productarrowmr{
    margin-left: 253px;
    margin-top: -82px;
}


.arroweffext {
      font-weight: bold;
    color: #f58232;
    background: #ffffff;
   padding: 18px 20px;
    border-radius: 33px;
    transition: all 0.5s;
    box-shadow: 0px 0px 20px 0px #d8d8d8c7;
}
.arroweffext:hover{
   background: #f58232; 
    transition: all 0.5s;
    color: #ffffff;
}



/*------------------------------------------------------------------
career Page
-------------------------------------------------------------------*/
.careerpadbox{
 padding: 27px 37px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #d8d8d89e;
}
.postfont13{
     font-size: 13px;
    color: #f58232;
    text-transform: uppercase;
}
.button-font13{
    font-size: 13px!important;
    line-height: 24px;
    font-weight: 500!important;
        font-family: 'Helvetica Neue LT Stdbold', sans-serif!important;
}
.joinpadbox{
     padding: 33px 37px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #80808040;
    border-radius: 5px;
    
}
select{
       color: #231f20;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background: #fff;
    border:solid 1px #bebebe;
    border-radius: 5px;
    padding: 15px 7px;
    text-transform: uppercase;
    width: 100%;
}
.bordertop:before{
content: "";
    display: block;
    width: 138%;
    position: relative;
    left: -91px;
    background-color: #bebebe96;
    height: 1px;
    margin-bottom: 30px;
}
.contactmail{
    color: #231f20;
    transition: all 0.5s;
}
.contactmail:hover{
    color: #f58232;
       transition: all 0.5s;
}


/*------------------------------------------------------------------
dealer Page
-------------------------------------------------------------------*/
.dealer_bg{
    background: url(../images/dealer_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.parafont23{
    font-size: 23px;
    line-height: 40px;
}
.dealertitle{
     font-family: 'Fira Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
}
.tagline25{
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;  
    font-weight: 400;
}
.colororg{
    color: #f58232;
}
.fontsize40{
     font-family: 'Fira Sans', sans-serif;
    font-size: 40px;   
}
.darkblue{
    background: #072937;
}
.testimonypad-dealer {
    border-top: solid 1px #d8d8d8;
    padding: 50px 40px 20px 45px;
    background: #ffffff;
}
.testimonypad-dealer2 {
    border-top: solid 1px #d8d8d8;
    padding: 20px 40px 20px 45px;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.round-circle{
     margin-bottom: -59px;
    margin-left: -18px;
}
.bottom-line {
    margin-bottom: -106px;
    margin-left: 201px;
}
textarea{
   padding: 20px 20px !important;
}


/*redio*/

.rdio {
  position: relative;
}
.rdio input[type="radio"] {
  opacity: 0;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
  margin-bottom: 2px !important;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #5a3e3a;
  background: #fff;
}
.rdio input[type="radio"] {
  margin: 0px;
}
.rdio input[type="radio"]:disabled + label {
  color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
  background-color: #5a3e3a;
}
.rdio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #5a3e3a;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
  border-color: #5a3e3a;
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #5a3e3a;
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #5a3e3a;
}
/*check box*/

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #072937;
  border-color: #072937;
    
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
       font-size: 17px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;

  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ccc;
  position: absolute;
        border-radius: 3px;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.fontsize55title{
    font-size: 55px;
    line-height: 75px;
}

.padtop100dealer {
    padding-top: 50px;
}
.architect_bg{
    background: url(../images/architect-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.architect_bg_th{
    background: url(../images/architect-bg-th.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.trusted-bg{
     background: url(../images/trusted-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.checkboxfont{
        font-size: 14px;
    font-family: 'Fira sans', sans-serif;
    font-weight: 400;
}

.bx-wrapper .bx-controls-direction a{
        z-index: 1 !important;
}
.toplink{
        transition: all 0.5s;
    color: #6b6b6b;
}
.toplink:hover{
    color: #f58232;
        transition: all 0.5s;
}/*
.bxslider div.col-md-12 img{
	box-shadow: 0px 3px 9px 2px #ddd;
}*/
#seopara p{
	font-size:15px;
	line-height:25px;
}

.footer-icn a{
    font-size: 16px;
line-height: 30px;
color: #cfd7e6;
margin-top: 30px;
}

.social:hover{
    opacity: 0.5;
}


/* reCaptcha */

.grecaptcha-badge {
    bottom: 75px !important;
}

.nav-link {
    color: #6b6b6b!important;
}

.nav-link:hover {
    color: #1f1f1f!important;
}



