body{ font-family: AkkuratStdLight;
    color: #595757}


@font-face {
    font-family: AkkuratStdRegular;
    src: url(../fonts/AkkuratStdRegular.eot);
    src: url(../fonts/AkkuratStdRegular.eot) format('embedded-opentype'), url(../fonts/AkkuratStdRegular.woff2) format('woff2'), url(../fonts/AkkuratStdRegular.woff) format('woff'), url(../fonts/AkkuratStdRegular.ttf) format('truetype'), url(../fonts/AkkuratStdRegular.svg#AkkuratStdRegular) format('svg')
}

@font-face {
    font-family: AkkuratStdLight;
    src: url(../fonts/AkkuratStdLight.eot);
    src: url(../fonts/AkkuratStdLight.eot) format('embedded-opentype'), url(../fonts/AkkuratStdLight.woff2) format('woff2'), url(../fonts/AkkuratStdLight.woff) format('woff'), url(../fonts/AkkuratStdLight.ttf) format('truetype'), url(../fonts/AkkuratStdLight.svg#AkkuratStdLight) format('svg')
}
a{color:#368391;} a:hover{color:#368391;}
header{background-color: #eee;padding: 6px 0;}
header p{margin-bottom: 0;display: inline-block;margin-right: 20px;}
footer {padding: 10px 0;}
footer p{margin-bottom: 0;}
.sec-2{padding: 40px 0;background-color: #ebf4f5;}
.sec-3{padding: 40px 0;background-color: #fff;}
.sec-4{padding: 40px 0;background-color: #ebf4f5;}
.btn{ border-radius:0;}
.btn-common {
    color: #fff;
    background-color: #7cc4c3;
}
.btn-common, .btn-common:hover {
    border-color: #7cc4c3;
    background-image: none;
}
.btn_custom{color: #fff;
    background-color: #368391;
    border-color: #368391;

}
.btn_custom:hover{color: #000;
    background-color: #fff;
    border-color: #fff;

}
.btn-outline-action {
    color: #fff;
    background-color: #254040;
    background-image: none;
    border: 2px solid #fff;
    text-transform: capitalize;
    padding: 15px 40px
}

.btn-outline-action:hover {
    background-color: #fff;
    color: #254040;
    border: 2px solid #254040
}
.btn-pdding {
    padding: 15px 100px;
}

.form_design{background-color: #7dd8d7;padding: 40px;}
.form_design h2{color:#fff;}

.tag_line{text-align: center;}
.tag_line li{display: inline-block;font-weight: 600;}
.tag_line li span{padding: 0 6px;font-size: 10px;}
.bottm_sec {
    padding: 40px;

}
.bottm_sec, .bottm_sec h1 {
    color: #fff;
}
.national_presence_sec{width:100%; float:left; background:#7cc4c3; border-radius:4px;}
.national_presence_sec h2{font-size:18px;font-weight: 600; color:#fff; text-transform:uppercase; border-right:1px solid #fff; background:#2d3739; padding:10px 20px; float:left; border-radius:4px 0 0 4px;margin-bottom: 0;}
.national_presence_sec ul{padding:5px 0;}
.national_presence_sec li{font-size: 14px; color:#fff; list-style:none; padding:0 10px; border-right:1px solid #d4d6d6; float:left;margin-top: 8px;}
.national_presence_sec li.last{border-right:none;}

.global_presence_sec{width:100%; float:left; background:#7cc4c3; border-radius:4px; margin-top:10px;}
.global_presence_sec h2{font-size:18px;font-weight: 600; color:#fff; text-transform:uppercase; border-bottom:1px dashed #a6aaab; background:#2d3739; padding:10px 20px; border-radius:4px 4px 0 0;}
.global_presence_sec ul{padding:15px 10px; float:left;}
.global_presence_sec li{font-size: 14px;color:#fff; list-style:none; padding:0 10px; border-right:1px solid #d4d6d6; float:left; margin-bottom:10px;}
.global_presence_sec li.last{border-right:none;}
.footer {
    width: 100%;
    float: left;
    background: #404546;
    padding: 15px 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #fff;
}
.privacy li {
    display: inline-block;
    margin: 0 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #fff;
}
.privacy li a{color: #fff;}
.border-left{border-left:1px solid #ddd;}
ul{margin:0;padding:0;}
@media (max-width:74.9em) {
    .footer {
       margin-bottom: 60px;
}
    .sec-2 {
    padding: 0px 0;
}
h1{font-size: 30px;}
h3{font-size:24px;}
.border-left{border-left:0px solid #ddd;}
 video{width: 100% !important;}
.national_presence_sec h2 {
   float: none;
    border-radius: 4px 4px 0 4px;
}
    }
/*--------------for fixed footer-----------*/
.fixed_footer{
     position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */

}
.flex-box{width: 160px;text-align: center;background-color:#4a4949;}
.flex-box a{font-size:9px;color: #fff;font-weight: bold !important;display: block;}
.flex-box span {
    position: absolute;
    top: -20px;

    background-color: #c51f1f;
    color: #fff;
    /* padding-top: 0 !important; */
    line-height: 20px;
    width: 110px;
   display: block;
    font-size: 12px;
    text-align: center;
}
.blink {
    text-decoration: blink;
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.offers-consult{position: absolute;right: 15px;top:0;}
.offers-consult img{width: 110px;}

/* bottom request call back */
.box-position-fixed {
    position: fixed;
    bottom: 50px;
    left: 15px;
    right: 15px;
}
.box-position-fixed .collapsed{
  position: relative;
}
.box-position-fixed .btn {
    background: #3d8190;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 30px;
    box-shadow: none !important;
    font-weight: 600;
    padding: 0px 10px;
}
.box-position-fixed .btn:after{
    font-family: 'Glyphicons Halflings';
    padding-right: 5px;
    content: "\2212";
}
.box-position-fixed .collapsed::after{
    font-family: 'Glyphicons Halflings';
    padding: 0px 5px;
    content: "\002b";
}
.box-position-fixed .card{
  padding: .5rem!important;
}
.box-position-fixed .card h6 {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
}
.box-position-fixed .card p {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 5px;
}
.box-position-fixed .card .form-group{
      margin-bottom: 5px;
}
.box-position-fixed .card .form-group .form-control {
    border-radius: 0px;
    box-shadow: none;
}
.box-position-fixed .card .form-group label.error {
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    display: block;
    margin-bottom: 10px;
    color: red;
}
/* bottom request call back */

/* videomodel */
a.youtube-link{
    display: block;
    cursor: pointer;
}
.grtyoutube-popup {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
}
.grtyoutube-popup-content {
    margin-top:60px;
    width:95%;
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.grtyoutube-popup-close {
    position:absolute;
    top:-30px;
    right:0;
    color:#FFF;
    font-size:25px;
    width:17px;
    height:17px;
    cursor:pointer;
}
.grtyoutube-iframe {
    width:100%;
    height:480px;
}
@media (max-width:767px) {
    .grtyoutube-iframe {
        width:100%;
        height:350px;
    }
}

.grtyoutube-dark-theme{
    background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
    background: url('close-white.png') no-repeat;
}

/* videomodel */



/* Hubspot form styling */
.needHelpform2{
padding-left: 30px;
}

.needHelpform2 form .hs-input:not([type=file]){
	width : 100%;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.needHelpform2 form .hs-input:not([type=file]):focus{
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.needHelpform2 form .hs-error-msgs{
 list-style-type: none !important ;	

}

.needHelpform2 form input[type=submit]{
    width: 100%;
    margin-top: 20px;
    color: #fff;
    background-color: #7cc4c3;
    border: none;
    padding: 8px;
    border-radius: 4px;
	cursor:pointer;

}

span.button-icon {
    padding-right: 5px;
}