html { background-color: #f0f3f4; }
body, html {
    min-height: 100%;
    position: relative;
}
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight:500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.53846154;
}
:focus { outline: 0 none !important; }
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
h1 { font-size: 30px; font-family: 'Open Sans', sans-serif;}
h2 { font-size: 24px; font-family: 'Open Sans', sans-serif;}
h3 { font-size: 16px; font-family: 'Open Sans', sans-serif;}
h4 { font-size: 14px; font-family: 'Open Sans', sans-serif;}
h5 { font-size: 12px; font-family: 'Open Sans', sans-serif;}
h6 { font-size: 10px; font-family: 'Open Sans', sans-serif;}
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 400;
}
h2{
    margin-top: 0;
}
p, blockquote { margin: 10px 0; }
strong { font-weight: 600; }
a {
    color: #363f44;
    cursor: pointer;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    text-decoration: none;
}
a:hover, a:focus {
    color: #141719;
    text-decoration: none !important;
}
label { font-weight: normal; }
small, .small { font-size: 13px; }
ul { padding-left:0; margin-bottom: 0; }

/* Header */  
.navbar {
    border-radous:0;
    border:0;
    margin:0;
}
.header-inner {
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*-webkit-transition: all 2s;*/ /* For Safari 3.1 to 6.0 */
    /*transition: all 1s;*/
}
/*.navbar-fixed-top .header-inner{
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06) !important;
}*/
.navbar{
    border:0;
}
.navbar-fixed-top{
    height: 70px;
}
.navbar-fixed-top .brand{
    width: 150px;
    height: 60px;
}
.navbar-fixed-top .logo-img{
    width: 150px;
    height: 60px;
}
.top-line {
    padding: 10px 0;
    background: #24247a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.top-line p, .top-line a {
    color: #ffffff;
    margin: 0;
}
.top-line p span { margin-right: 20px; }
.top-line p span i {
    font-size: 14px;
    color:#fff;
    margin-right: 10px;
}
.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
	display:inline-block;
}
.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 5px;
}
.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #ffffff;
}
.top-line ul.social-icons li a:hover { color: #f37022; }
header.active .top-line {
    height: 0;
    padding: 0;
}

a.download-link{
	    display: inline-block;
    background: #f37022;
    border: #f37022;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 2px;
    margin-right: 15px;
    text-transform: capitalize;
}
.download-link i{
	    margin-right: 3px;
}

/*** Brand logo ***/

.brand {
    width: 200px;
    height: 90px;
}
.brand a { display:block }
.brand, .header-inner .main-nav {
    display: table-cell;
    vertical-align: middle;
}
/*** Main Nav Menu ***/
.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width:100%;
}
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav .sf-menu li { position: relative; padding: 0 15px;}
.main-nav .sf-menu li:hover, .sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}
.main-nav .sf-menu li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    padding-right: 0px;
}
.main-nav .sf-menu li.current a { color: #f37022; }
.main-nav .sf-menu li.current ul a { color: #424E75; }
.main-nav .sf-menu li ul li.current a { color: #424E75; }
.main-nav .sf-menu ul {
    background-color: #fff;
    position: absolute;
    z-index: 6000;
    display: none;
    min-width: 12em; /* allow long menu items to determine submenu width */
 width: 12em; /* no auto sub width for IE7, see white-space comment below */
    top: 99%;
    left: 0;
    z-index: 9999;
    margin: 1px 0;
    padding: 0;
    border-top: solid 2px #c44741;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.main-nav .sf-menu > li { display: inline-block; }
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul { display: block; }
.main-nav .sf-menu a {
    display: block;
    position: relative;
}
.main-nav .sf-menu a:hover { color: #f37022; }
.main-nav .sf-menu ul li {
    width: 180px;
    background: #fff;
    text-align: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.main-nav .sf-menu ul li a {
    padding: 10px 15px;
    font-size: 13px;
}
.main-nav .sf-menu ul ul {
    top: 0;
    left: 100%;
}
.main-nav .sf-menu ul ul li {
    background: #fff;
    border-left: solid 1px #eee;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 2.5em; *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/*.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white;}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #999; }*/
.header-inner #toggle-btn {
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 45px;
}
.header-inner .toggle-subarrow { display: none; }
 @media (min-width: 768px) {
 .header-inner #toggle-btn {
 display: none;
}
}
 @media (max-width: 768px) {
 .navbar-brand {
 display: block;
}
 .navbar {
 max-height: none;
}
.main-nav {
 margin-top: 10px;
 height: auto;
}
.sf-menu > li {
 float: none;
}
.sf-menu li a {
 padding: 10px 13px;
 font-weight: 400;
}
 .sf-menu li a:hover, .sf-menu li.sfHover a:hover {
 color: #c44741;
}
 .sf-menu ul {
 font-size: 14px;
 display: block;
 position: static !important;
 border: 0;
 box-shadow: 0 0 0 0;
 -moz-box-shadow: 0 0 0 0;
 -webkit-box-shadow: 0 0 0 0;
}
}
 @media only screen and (max-width: 768px) {
 .header-inner .main-nav {
 display: block;
 margin: 0;
}
 #toggle-btn {
 display: block;
}
 .toggle-subarrow {
 display: block !important;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 width: 45px;
 height: 42px;
 border-left: 1px solid #e8e8e8;
 text-align: center;
 color: #777;
}
 .toggle-subarrow .fa {
 margin-top:14px;
}
 .main-nav {
 text-align: left;
 white-space: nowrap;
 padding: 0;
}
 .sf-menu {
 display: none;
}
 .main-nav .sf-menu {
 margin: 0 -15px;
}
 .main-nav .sf-menu > li {
 font-size: 13px;
 line-height: 16px;
 display: block;
 padding: 0;
 /*border-top: 1px solid #F96*/
}
 .main-nav .sf-menu li a {
 color: #fff;
 padding: 20px;
 line-height:0px;
 display: block;
 position: relative;
 background-color:#24247a;
 text-align:center
}
 .main-nav .sf-menu ul {
border: none;
}
 .main-nav .sf-menu ul li {
 width: 100%;
 margin-left: 30px;
 font-size: 13px;
 line-height: 16px;
 font-weight: 400;
 position: relative;
 border:none;
 border-top: 1px solid #e8e8e8;
}
 .sf-menu ul {
 position:static!important;
 display: none!important;
}
 .mob-drop ul {
 display: block!important;
}
}
@media(min-width: 601px) and (max-width: 780px) {
.top-line .container {
 max-width:70%;
}
 .top-line p span {
 display: table;
 margin-right: 20px;
 text-align: left;
}
}

/*nav ul li a:after{
    content:'';
    width:0%;
    transition:all 0.3s ease;
    left:50%;
}*/

nav .sf-menu li a:before{
    content:'';
    width:0%;
    transition:all 0.5s ease;
    left:0;
}

/*nav ul li a:hover:after, nav ul li.current a:after{
    content:'';
    position:absolute;
    bottom:0px;
    left:50%;
    background:#f37022;
    height:2px;
    width:50%;
}*/

nav .sf-menu li a:hover:before, nav ul li.current a:before{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    background:#f37022;
    height:2px;
    width:100%;
}


.section-title{
	text-align: center;
    margin: 50px 0  ;
}

.section-title h2{
	font-size: 26px;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0.47em;
    position: relative;
    color: #24247a;
    text-transform: uppercase;
    font-weight: 700;
}
.section-title h2:after{
	content: "";
    background-color: #f37022;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.img-border {
    background-color: transparent;
    border: 10px solid #f37022;
    opacity: 0.4;
    width: 300px;
    height: 310px;
    display: block;
    position: absolute;
    right: 0px;
    top: 46px;
}
.about-content{
    margin-left: 30px;
}
.about-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.about-content span {
    color: #f37022;
}
.about-content p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}

/*services*/
.services-grid-s2 {
    overflow: hidden;
    margin: 0;
}
.services-grid-s2 .grid {
    /*width: calc(33.33% - 30px);*/
    float: left;
    margin: 0 0px 0px;
}
.services-grid-s2 .grid {
    text-align: center;
    padding: 50px 35px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
}
.services-grid-s2 .grid .icon {
    background-color: #24247a;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 35px;
}
.services-grid-s2 .grid .icon {
    position: relative;
    z-index: 2;
}
.services-grid-s2 .grid .icon i{
    font-size: 50px;
    line-height: 2;
    color: #fff;
}
.services-grid-s2 .grid:hover .icon i{
    color: #FFF;
}
.services-grid-s2 .grid .details {
    position: relative;
    z-index: 2;
}
.services-grid-s2 .grid h3 {
    font-size: 22px;
    margin: 0 0 0.83em;
    padding-bottom: 0.42em;
    position: relative;
}
.services-grid-s2 .grid h3:after {
    content: "";
    background-color: #f37022;
    width: 28px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services-grid-s2 .read-more {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #012f5c;
    display: inline-block;
    margin-top: 1.2em;
    font-size: 17px;
}
.services-grid-s2 .grid:hover .hover-grid {
    opacity: 1;
}
.services-grid-s2 .grid:hover .hover-grid span {
    height: 100%;
    opacity: 1;
}

.hover-grid span {
    background-color: rgba(36, 36, 122, 0.9);
    width: 33.33%;
    height: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hover-grid span:nth-child(2) {
    left: 33.33%;
    height: 20%;
    -webkit-transition: all 0.3s 0.1s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s 0.1s ease-in-out;
}
.hover-grid span:nth-child(3) {
    left: 66.66%;
    height: 30%;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    -o-transition: all 0.3s 0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
}
.services-grid-s2 .grid p{
    font-size: 15px;
}
.services-grid-s2 .grid:hover h3, .services-grid-s2 .grid:hover p {
    color: #fff;
}
.services-grid-s2 .grid:hover .read-more {
    color: #f37022;
}
.services-grid-s2 .grid:hover .icon i {
    color: #f37022;
}
.services-grid-s2 .grid:hover .icon{
    background: #FFF;
}
/*slick slider*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*footer*/
.site-footer .upper-footer {
    background-color: #24247a;
    padding: 40px 0 25px;
    margin-top: 50px;
}
.site-footer .about-widget {
    padding-right: 25px;
}

.site-footer .widget .footer-logo {
    margin-bottom: 15px;
}
.site-footer .widget > h3, .site-footer .widget .footer-logo {
    font-size: 20px;
   
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-bottom: 0.5em;
    position: relative;
}
.site-footer .upper-footer p, .site-footer .upper-footer a {
    color: #cad7e2;
    line-height: 1.8;
}
.site-footer .about-widget .contact-info {
    padding-right: 105px;
}
.site-footer .about-widget .contact-info {
    margin-top: 30px;
}
.site-footer .upper-footer ul, .site-footer .upper-footer li, .site-footer .upper-footer p, .site-footer .upper-footer a {
    color: #cad7e2;
}
.site-footer .upper-footer ul {
    list-style: none;
}
.site-footer .about-widget ul li {
    position: relative;
    padding-left: 38px;
    line-height: 1.78em;
}
.site-footer .about-widget ul li i {
    color: #fdd415;
    position: absolute;
    left: 0;
    top: 3px;
}
.site-footer .links-widget {
    overflow: hidden;
}
.site-footer .links-widget ul li {
    position: relative;
    padding-left: 20px;
}
.site-footer .links-widget ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #f37022;
    position: absolute;
    left: 0;
    top: 2px;
}
.site-footer .support-widget {
    padding-right: 45px;
}
.site-footer .support-widget {
    overflow: hidden;
}
.site-footer .widget > h3:before, .site-footer .widget .footer-logo:before {
    content: "";
    background-color: #f37022;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.site-footer .twitter-feed-widget i {
    color:#f37022;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .copyright-info {
    background-color: rgba(36, 36, 122, 0.95);
    padding: 15px 0;
}
.site-footer .copyright-info p {
    margin: 0;
    color: #cad7e2;
}
.contacts li{
    margin-left: 26px;
    text-indent: -25px;
    margin-top: 15px;
}
.orange-color{
    color: #f37022 !important;
    font-weight: 700;
}

/*about section*/

/*.about-us-wrap {
    background: #fff;
    -webkit-box-shadow: 6px 7px 7.29px 1.71px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 7px 7.29px 1.71px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 41px rgba(0, 0, 0, 0.16);
}*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.about-us-wrap .about-us-content {
    /*padding: 70px 80px;*/
    padding-right: 40px;
    padding-left: 10px;
}
.about-us-1 .about-us-wrap .about-us-content .title--small {
    margin-bottom: 15px;
}
.title--small {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 6px;
    color: #999;
}
.about-us-wrap .about-us-content .title--big {
    margin-bottom: 15px;
}
.title--big {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #24247a;
}
.title--big:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f37022;
    margin-left: 15px;
    margin-top: 0px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.about-us-content p{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.mt-50{
    margin-top: 50px;
}

.mt-30{
    margin-top: 30px;
}


.content {
    position: absolute;
    top: 20px;
    left: 0;
    background: #FD5912;
    width: 100%;
    max-width: 263px;
    min-height: 245px;
    padding: 40px;
}
a.about-btn {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #24247a;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border-radius: 30px;
}
.about-btn:before {
    background: #f37022;
}
.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right:before {
    background: #f37022;
    border-radius: 30px;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    /*background: #2098D1;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.bg-gray{
    background: #f2f2f2;
    /*padding: 20px 15px;*/
    margin-top: 50px;
    padding-bottom: 55px;
}
.m-t-10{
    margin-top: -10px !important;
}

.page_title2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #a82336 url(../images/bg-pattern.png) repeat center bottom;
}
.page_title2 h1 {
    float: left;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.page_title2 .pagenation {
    float: right;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #ffcc29;
    margin: 7px 0px 0px 0px;
}
.page_title2 .pagenation i {
    color: #fff;
    margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
    padding: 0px;
    color: #fff;
    transition: all 0.3s ease;
    
}
.page_title2 .pagenation a:hover {
    color: #fff;
}

.clearfix {
	clear: both;
}
.contact-box{
	width: 100%;
/* 	padding: 10px;
	border: 1px solid #cdcdcd; */
}
.contact-box h4{
	text-align: left;
    font-size: 25px;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0.47em;
    position: relative;
    color: #24247a;
    text-transform: capitalize;
    font-weight: 700;
}
.contact-box h4:after {
    content: "";
    background-color: #f37022;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 17px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.margin_top4{
	margin-top: 40px;
}
.contact-title{
	font-size: 20px;
    margin-top: 30px;
    color: #a82336;
    font-weight: 600;
    margin-bottom: 20px;
}
.add-box {
    width: 100%;
    padding: 30px 30px;
    background-color: #f9f9f9;
    text-align: center;
    height: auto;
    min-height: 184px;
}
.add-box:hover {
	background-color: #f1f1f1;
}
.add-box p{
	text-align: center;
}
.add-box .fa{
	color: #f37022;
    font-size: 34px;
}
.add-box .fa-envelope{
	font-size: 25px;
}
.map iframe{
	display: grid;
}
.map-box{
	margin-top: 30px;
	width: 100%;
	border: 1px solid #eaeaea;
	padding: 5px;
}
.input-box{
	width: 100%;
    border: transparent;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 25px;
}
.message-box{
	width: 100%;
    height: 80px;
    border: transparent;
    border-bottom: 1px solid #cdcdcd;
}
.btn-submit {
    border: 1px solid #f37022;
    background-color: #f37022;
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
    margin-top: 20px;
}
.input-box:focus{
	border-bottom: 1px solid #24247a;
}
.btn-submit:hover {
	border-color: #24247a;
	background-color: #24247a;
}
.margin_top3{
	margin-top: 30px;
}
.main-nav .sf-menu ul li{
    padding: 0px;
}
nav ul li.current a:before {
    display: none;
}
.main-nav .sf-menu ul li a{
    padding: 0px 15px;
}
ul.points {
    list-style: none;
}
.points li{
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
    color : #000;
}
.points li:before{
    font-family: "FontAwesome";
    content: "\f105";
    color: #f37022;
    position: absolute;
    left: -15px;
    top: 0px;
    font-weight: 600;
}
.heading-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #24247a;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 10px;
}
.it-left{
    width: 20%;
    float: left;
    margin-bottom: 5px;
    position: relative;
    color: #696969;
}
.it-left:before {
    position: absolute;
    content: ":";
    right: 0px;
}
.it-right{
    width: 80%;
    float: left;
    margin-bottom: 5px;
    padding-left: 15px;
}
.industrial .it-left{
    width: 25%;
}
.industrial .it-right{
    width: 75%;
}
.service-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.scan-img {
    width: 100%;
    border-radius: 5px;
}
.btn-download {
    width: auto;
    padding: 7px 15px;
    border: 1px solid #f37022;
    background-color: #f37022;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}








