body {background: #fff; color: #666666; font-family: Arial, Helvetica, sans-serif;   }
a {color: #238ff2; transition: 0.5s; }
a:hover, a:active, a:focus {outline: none; text-decoration: none; }
p {padding: 0; margin: 0 0 30px 0; }
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; font-weight: 400; margin: 0 0 20px 0; padding: 0; }
.back-to-top {position: fixed; display: none; background: #f37922; color: #fff; width: 44px; height: 44px; text-align: center; line-height: 1;
  font-size: 16px; border-radius: 50%; right: 15px; bottom: 15px; transition: background 0.5s; z-index: 11; }
.back-to-top i {padding-top: 12px; color: #fff; }
@media (max-width: 768px) {.back-to-top { bottom: 15px; }}
#header {padding:10px 0; position: fixed; left: 0; top: 0; right: 0; transition: all 0.5s; z-index: 997; }
#header.header-scrolled {background: rgba(179, 203, 240, 1); padding: 10px 0; transition: all 0.5s; }
#header #logo {float: left; }
@media (min-width: 1024px) {
  #header #logo { padding-left:20px; }
 }
#header #logo img {padding: 0; margin: 0; }
@media (max-width: 768px) {
  #header #logo img {max-height:34px; }
}
#intro {display: table; width: 100%; height: 100vh; background: #000; }
#intro .carousel-item {width: 100%;  height: 100vh;  background-size: cover;  background-position: center;  background-repeat: no-repeat;}
#intro .carousel-item::before {content: ''; background-color: rgba(0, 0, 0, 0); position: absolute; height: 100%; width: 100%; top: 0; right: 0; left: 0; bottom: 0; }
#intro .carousel-container {display: flex; justify-content:flex-start; align-items: flex-end; position: absolute; bottom: 0; top: 0; left: 0; right: 0; }
#intro .carousel-content {text-align:left; background:#fff; padding-left:12%; padding-top:50px; padding-bottom:25px; padding-right:10%; position:relative;  }
#intro .carousel-content .border-top-bg {position:absolute; top:0px; right:0px;}

#intro h2 {color: #000; margin-bottom:10px; font-size: 48px; font-weight: 300; }
#intro p {color: #000; font-size: 24px; font-weight: 300; margin-bottom:10px;  }
@media (max-width: 768px) {
  #intro h2 {font-size:35px; }
  #intro .carousel-content {text-align:left; background:#fff; padding-left:15%; padding-top:40px; padding-bottom:40px; padding-right:10%; }
}

#intro .carousel-fade .carousel-inner .carousel-item {-webkit-transition-property: opacity; transition-property: opacity; }
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {opacity: 0; }
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {opacity: 1; transition: 0.5s; }
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
#intro .carousel-control-prev, #intro .carousel-control-next {width: 10%; }
@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next { width: 5%; }
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {background: none; font-size:40px; line-height: 1; }
#intro .carousel-indicators li {cursor: pointer; }
#intro .btn-get-started {font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: 16px; letter-spacing: 1px; display: inline-block; padding: 8px 32px;
  border-radius: 50px; transition: 0.5s; margin: 10px; color: #fff; background: #f37922; }
#intro .btn-get-started:hover {background: #fff; color: #f37922; }

.nav-menu, .nav-menu * {margin: 0; padding: 0; list-style: none; }
.nav-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.nav-menu li {position: relative; white-space: nowrap;  }
.nav-menu > li {float: left; }
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {display: block; }
.nav-menu ul ul {top: 0; left: 100%; }
.nav-menu ul li {min-width: 180px; }

.sf-arrows .sf-with-ul {padding-right:25px; }
.sf-arrows .sf-with-ul:after {content: "\f107"; position: absolute; right: 10px; font-family: FontAwesome; font-style: normal; font-weight: normal; }
.sf-arrows ul .sf-with-ul:after {content: "\f105"; }
#nav-menu-container {float:left; margin: 0; }
@media (min-width: 1024px) {
  #nav-menu-container { padding-right:20px;  }
}
@media (max-width: 1030px) {
  #nav-menu-container {display: none; }
}
.nav-menu a {padding:10px 6px 10px 6px; text-decoration: none; display: inline-block; color: #000; font-family: Arial, Helvetica, sans-serif; font-weight:normal;
  font-size: 14px; text-transform: uppercase; outline: none; }
.nav-menu li:hover > a, .nav-menu > .menu-active > a {color: #f37922; }
.nav-menu > li {margin-left:0px; }
.nav-menu ul {margin: 4px 0 0 0; padding:0px; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); background: #fff; }
.nav-menu ul li {transition: 0.3s; border-bottom:1px solid #f4f3f3; }
.nav-menu ul li a {padding: 10px; color: #333; transition: 0.3s; display: block; font-size: 13px; text-transform: none; }
.nav-menu ul li:hover > a {color: #f37922; }
.nav-menu ul ul {margin: 0; }
#mobile-nav-toggle {position: fixed; right: 0; top: 0; z-index: 999; margin:15px 15px 0 0; border: 0; background: none; font-size: 24px; display: none; transition: all 0.4s; outline: none; cursor: pointer; }
#mobile-nav-toggle i {color: #f37922; }
@media (max-width:1030px) {
  #mobile-nav-toggle {display: inline; }
}

#mobile-nav {position: fixed; top: 0; padding-top: 18px; bottom: 0; z-index: 998; background: rgba(0, 0, 0, 0.8); left: -260px; width: 260px; overflow-y: auto;
  transition: 0.4s; }
#mobile-nav ul {padding: 0; margin: 0; list-style: none; }
#mobile-nav ul li {position: relative; }
#mobile-nav ul li a {color: #fff; font-size: 13px; text-transform: uppercase; overflow: hidden; padding: 10px 22px 10px 15px; position: relative; text-decoration: none;
  width: 100%; display: block; outline: none; font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
#mobile-nav ul li a:hover {color: #f37922; }
#mobile-nav ul li li {padding-left:10px; }
#mobile-nav ul .menu-has-children i {position: absolute; right: 0; z-index: 99; padding: 15px; cursor: pointer; color: #fff; }
#mobile-nav ul .menu-has-children i.fa-chevron-up {color: #f37922; }
#mobile-nav ul .menu-has-children li a {text-transform: none; }
#mobile-nav ul .menu-item-active {color: #f37922; }
#mobile-body-overly {width: 100%; height: 100%; z-index: 997; top: 0; left: 0; position: fixed; background: rgba(0, 0, 0, 0.7); display: none; }
body.mobile-nav-active {overflow: hidden; }
body.mobile-nav-active #mobile-nav {left: 0; }
body.mobile-nav-active #mobile-nav-toggle {color: #fff; }

.section-header h3 {font-size: 32px; color: #111; text-transform: uppercase; text-align: center; font-weight: 700; position: relative; padding-bottom: 15px; }
.section-header h3::before {content: ''; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px); }
.section-header h3::after {content: ''; position: absolute; display: block; width: 40px; height: 3px; background: #f37922; bottom: 0; left: calc(50% - 20px); }
.section-header p {text-align: center; padding-bottom: 30px; color: #333; }

.section-bg {background: #f7f7f7; }
.respo-img{max-width:100%; height:auto;}
.sub-head{font-size:28px; font-weight:500; line-height:35px; color:#000;}
.sub-head-sub{font-size:23px; font-weight:500; line-height:30px; color:#000;}
.bighead{font-size:45px; font-weight:600; color:#000;}
.sub-head-small{font-size:14px; font-weight:bold; color:#666666;}
.main-outer{font-size:14px; font-weight:300; color:#333333;}
.no-margin{margin-left:0px; margin-right:0px;}
.no-padding{padding-left:0px; padding-right:0px;}
.wht-font{color:#fff !important;}

.list-services {background: #fff; padding: 80px 0 80px 0; }
.list-services ul{margin-bottom:30px;}
.text-link, .text-link-text{color:#1879d2; font-size:16px; font-weight:600; display:inline-block;}
.text-link:hover{color:#f37922; font-size:16px; font-weight:600;}
.text-link:hover .text-link-text{color:#f37922; font-size:16px; font-weight:600;}
.upper{text-transform:uppercase;}

.our-services{background:#f5f5f5; padding:0px;}
.our-services-bg{background:url(../img/our-services-bg.jpg) no-repeat top left; background-size:cover; min-height:450px;}
.pad-40{padding:40px;}
.flex-center{display:flex; justify-content:center; flex-direction:column;}

.white-sec {background: #fff; padding: 100px 0 100px 0; }
#facts {padding:0; position: relative; }
#facts .counters span {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 48px; display: block; color: #ffffff; margin-top:20px; }
#facts .counters p {padding: 0; margin: 0 0 25px 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; }
#facts .facts-img {text-align: center; padding-top: 30px; }

.video-container{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px;position:relative;}
.video-container iframe, .video-container object, .video-container embed{height:100%;left:0;position:absolute;top:0;width:100%}
.light-grey-sec{background:#f5f5f5; padding: 100px 0 100px 0;}
.full-link a p{color:#333333;}

.dark-grey-sec{background:#ecebeb; padding: 50px 0 50px 0;}

#testimonials {padding:50px 0; background:url(../img/testimonials-bg.jpg) no-repeat top left; background-size:cover; }
#testimonials .section-header {margin-bottom: 40px; } 
#testimonials .testimonial-item {text-align: center; }
#testimonials .testimonial-item .testimonial-img {width: 120px; border-radius: 50%; border: 4px solid #fff; margin: 0 auto; }
#testimonials .testimonial-item h3 {font-size: 20px; font-weight: bold;  margin: 10px 0 5px 0; color: #111; }
#testimonials .testimonial-item h4 {font-size: 14px; color: #999; margin: 0 0 15px 0; }
#testimonials .testimonial-item .quote-sign-left {margin-top: -15px; padding-right: 10px; display: inline-block; width: 37px; }
#testimonials .testimonial-item .quote-sign-right {margin-bottom: -15px; padding-left: 10px; display: inline-block; max-width: 100%; width: 37px; }
#testimonials .testimonial-item p {font-style: italic; margin: 0 auto 15px auto; }

.testimonials-carousel{background:#ffffff; padding:40px;}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 5px; text-align: center; }
#testimonials .owl-dot {display: inline-block; margin: 0 5px; width: 8px; height: 8px; border-radius: 50%; background-color: #ddd; }
#testimonials .owl-dot.active {background-color: #000000; }

.form-blue-outer{background:#238ff2; padding:25px; position:absolute; bottom:-40px; z-index:1;}
.form-blue-bg{background:#238ff2; padding:25px; }
.form-head{font-size:18px; color:#fff; font-weight:bold; margin-bottom: 20px !important;}

.form-right input, .form-right textarea {padding: 10px 14px; border-radius: 0; box-shadow: none; font-size: 15px; background:transparent; border-top:0px; border-left:0px; border-right:0px; border-bottom:1px solid #fff; }
.form-right button[type="submit"] {background: #1b2653; border: 0; padding: 10px 30px; color: #fff; transition: 0.4s; cursor: pointer; display:block; width:100%; }
.form-right button[type="submit"]:hover {background: #ffffff; color:#000000; }
.form-right input:focus, .form-right textarea:focus {background:none; border-top:0px; border-left:0px; border-right:0px; border-bottom:1px solid #fff; box-shadow:none; color:#fff;}

.form-right ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#fff; }
.form-right ::-moz-placeholder { /* Firefox 19+ */ color:#fff; }
.form-right :-ms-input-placeholder { /* IE 10+ */ color:#fff; }
.form-right :-moz-placeholder { /* Firefox 18- */ color:#fff;}

.form-blue-shade {
    background:#576f9e;
    padding: 25px;
}
.form-right-side input, .form-right-side textarea {padding: 10px 14px; border-radius: 0; box-shadow: none; font-size: 15px; background:#fff; border:0px; color:#000; border-radius:2px; }
.form-right-side button[type="submit"] {background: #1b2653; border: 0; padding: 10px 30px; color: #fff; transition: 0.4s; cursor: pointer; display:block; width:100%; }
.form-right-side button[type="submit"]:hover {background: #ffffff; color:#000000; }
.form-right-side input:focus, .form-right-side textarea:focus {background:#fff; border:0px; box-shadow:none; color:#000;}

.form-right-side ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#333; }
.form-right-side ::-moz-placeholder { /* Firefox 19+ */ color:#33; }
.form-right-side :-ms-input-placeholder { /* IE 10+ */ color:#33; }
.form-right-side :-moz-placeholder { /* Firefox 18- */ color:#333;}

#footer {background: #ffffff; padding: 0 0 30px 0; color: #eee; font-size: 14px; }
#footer .footer-top {background: #fff; padding: 60px 0 30px 0; }
#footer .footer-top p{color:#0964af; font-size:15px; font-weight:300;} 
#footer .footer-top p a{color:#0964af; font-size:15px; font-weight:300;} 
#footer .footer-top p a:hover{color:#f37922; font-size:15px; font-weight:300;}
#footer .footer-top .footer-info {margin-bottom: 30px; }
#footer .footer-top .social-links a {font-size:22px; display: inline-block; color: #84b1d7; line-height: 1; padding: 8px 0; margin-right: 4px;
  text-align: center; width: 36px; height: 36px; transition: 0.3s; }
#footer .footer-top .social-links a:hover {color: #0964af; }
#footer .footer-top h4 {font-size:20px; font-weight: bold; color: #0964af; text-transform: uppercase; position: relative; padding-bottom: 12px; }
.br-lr{border-left:1px solid #84b1d7; border-right:1px solid #84b1d7;}

.footer-links {margin-bottom:20px; }
.footer-links a {color:#666666; font-size:12px; font-weight:normal; padding:0 5px 0 5px; text-transform:uppercase;  }
.footer-links a:hover { color: #f37922; }
.copyright {text-align: center; color:#0964af; }


.inner-banner {display:block; width: 100%;}
.banner-bg{min-height:448px; position:relative;}
.mailing-list-banner{background:url(../img/mailing-list-banner.jpg) top center no-repeat; background-size:cover;}
.inner-banner .banner-content-outer {display: flex; justify-content:flex-start; align-items: flex-end; position: absolute; bottom: 0; top: 0; left: 0; right: 0; }
.inner-banner .inner-banner-content {text-align:left; background:#fff; padding-left:12%; padding-top:40px; padding-bottom:10px; padding-right:5%; position:relative;  }
.inner-banner-content h1{color:#060000; font-size:25px; font-weight:28px; text-transform:uppercase;}
.inner-banner .border-top-bg {position:absolute; top:0px; right:0px;}

.list-section{background:#f3f3f3; padding:40px 0 40px 0;}
.list-section p a{color:#238ff2; font-size:14px; font-weight:normal; line-height:30px;}
.list-section p a:hover{color:#f37922; font-size:14px; font-weight:normal; line-height:30px;}

.contact-us-banner{background:url(../img/contact-banner.jpg) top center no-repeat; background-size:cover;}
.contact-form .form-group{margin-bottom:40px;}
.contact-form input, .contact-form textarea {padding: 10px 14px; border-radius: 0; box-shadow: none; font-size: 15px; background:transparent; border:1px solid #eaeaea;  }
.contact-form button[type="submit"] {background: #1f3f7b; border: 0; padding: 10px 30px; color: #fff; transition: 0.4s; cursor: pointer;  }
.contact-form button[type="submit"]:hover {background: #f37922; color:#ffffff; }


.address-sec .box {margin-bottom: 30px; }
.address-sec .icon {float: left; }
.address-sec .icon i {color: #2676b8; font-size: 30px; line-height: 1; transition: 0.5s; }
.address-sec .title {margin-left: 50px; font-weight:bold; margin-bottom: 15px; font-size: 18px; }
.address-sec .sub-title {margin-left: 50px; font-weight:bold; margin-bottom:5px; font-size: 14px; }
.address-sec .description {font-size: 14px; margin-left: 50px; line-height: 20px; margin-bottom: 0; }
.address-sec .description a{color:#000; }
.address-sec .description a:hover{color:#f37922; }

.technology-list-banner{background:url(../img/technology-list-banner.jpg) top center no-repeat; background-size:cover; }
.about-us-banner{background:url(../img/about-us-banner.jpg) top center no-repeat; background-size:cover; }
.c-level-banner{background:url(../img/c-level-banner.jpg) top center no-repeat; background-size:cover; }
.healthcare-list-banner{background:url(../img/healthcare-banner.jpg) top center no-repeat; background-size:cover; }
.international-list-banner{background:url(../img/international-email-list-banner.jpg) top center no-repeat; background-size:cover; }

.blue-bg-sm{background:#0964af; }
.blue-bg-sm p{color:#fff; font-size:14px; font-weight:normal; padding:8px 8px 8px 15px; margin-bottom:0px; }
.blue-btn{background:#238ff2; color:#fff; font-size:14px; padding:12px 30px 12px 30px; display:inline-block; white-space:normal; font-weight:bold;}
.blue-btn:hover, blue-btn:focus, blue-btn:active {background:#1879d2; color:#fff; }

.blue-btn-banner{background:#238ff2; color:#fff; font-size:14px; padding:12px 40px 12px 40px; display:inline-block; white-space:normal; font-weight:bold;}
.blue-btn-banner:hover, blue-btn-banner:focus, blue-btn-banner:active {background:#1879d2; color:#fff; }

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

.br-grey-sm-outer{border-top:1px solid #2c2c2c; border-bottom:1px solid #2c2c2c;}
.br-grey-sm{background:none; border:1px solid #808080; margin-bottom:0px !important;}
.br-grey-sm p{color:#1b2653; font-size:14px; font-weight:normal; padding:8px 8px 8px 15px; margin-bottom:0px; }
.light-blue-box{background:#1fc2dd; padding:24px; text-align:center;}
.light-blue-box h2{font-size:18px; color:#ffffff; font-style:italic; font-weight:bold;}
.blk-btn{background:#000000; color:#fff; font-size:14px; padding:5px 20px 5px 20px; display:inline-block; white-space:normal; font-weight:bold;}
.blk-btn:hover{background:#f37922; color:#fff; }

.resource-banner{background:url(../img/resource-banner.jpg) top center no-repeat; background-size:cover;}
.resource-sec {background: #fff; padding: 100px 0 100px 0; }
.tab-resource .card-header{background:none;}
.tab-resource ul li a{color:#999999;}
.tab-resource .card-title{font-size:14px; color:#333333; font-weight:bold; margin-top:20px; }
.tab-resource .card-text{font-size:13px; color:#666666; font-weight:300; margin-bottom:20px; }
.tab-resource .tab-pane a:hover .card-title{color:#f37922; }

@media only screen and (min-width:0px) and (max-width:991px) {
.br-lr {border-left: 0px solid #84b1d7; border-right: 0px solid #84b1d7; }
.form-blue-outer{position:relative; bottom:0px;}
}
.typefile{padding: 7px 12px !important; cursor: pointer;}

.right-main-info{float:right; }
.right-ta-info{margin-top:6px; margin-bottom:6px;padding-right:25px;}
.top-org-info{background:#f37922; color:#fff; font-weight:bold; border-radius:20px; padding:3px 12px 4px 12px; margin:0 2px 0 2px;}
.top-org-info a{color:#fff; font-size:13px; font-weight:bold;}
.top-org-info a:hover{color:#1f3f7b; font-size:13px;}

.top-blue-info{background:#0964af; color:#fff; border-radius:20px; padding:3px 10px 4px 10px; margin:0 2px 0 2px;}
.top-blue-info a{color:#fff; font-size:13px;}
.top-blue-info a:hover{color:#ccc; font-size:13px;}

.faq-info .accordion {background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px;
  transition: 0.4s; }
.faq-info .accordion{background:#ffffff; border:1px solid #8cb7da}
.faq-info .active, .faq-info .accordion:hover {background-color: #ffffff; }
.faq-info .accordion:after {content: '\002B'; color: #0964af; font-weight: bold; float: right; margin-left: 5px; }
.faq-info .active:after {content: "\2212"; }
.faq-info .panel {padding: 0 18px; background-color: #0964af; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; color:#ffffff; }
.faq-info .panel p{margin-top:20px;}

@media only screen and (min-width:668px) and (max-width:1030px) {
.right-ta-info{margin-right:50px;}	
}
@media only screen and (min-width:0px) and (max-width:667px) {
.right-ta-info{float:right !important; width:100%; display:block; margin-right:0px;}
.right-main-info .top-org-info{margin-right:0px; margin-top:5px; float:left; width:48%; text-align:center; float:left; }	
.right-main-info .top-blue-info{margin-right:0px; margin-top:5px; float:left; width:48%; text-align:center; float:left; }	
.right-main-info .pull-right{float:none;}
.right-main-info{float:none;}
}

@media only screen and (min-width:0px) and (max-width:480px) {
.right-main-info .top-org-info{margin-right:0px; margin-top:5px; float:left; width:100%; text-align:center; float:left; }	
.right-main-info .top-blue-info{margin-right:0px; margin-top:5px; float:left; width:100%; text-align:center; float:left; }
}


.custom-border-table{font-size:16px;font-weight:600;}
.custom-border-table a{color:#02769e !important;font-size:14px;font-weight:400;}
.custom-border-table a:hover{color:#f37922 !important;font-size:14px;font-weight:400;}
.custom-border-table tr td{border:1.9px solid #2021218c !important; padding:10px; font-weight:400; width:33.3333%; font-size:14px;}

.custom-border-table-01{font-size:16px;font-weight:600;}
.custom-border-table-01 a{color:#02769e !important;font-size:14px;font-weight:400;}
.custom-border-table-01 a:hover{color:#f37922 !important;font-size:14px;font-weight:400;}
.custom-border-table-01 tr td{border:1.9px solid #2021218c !important; padding:10px; font-weight:400; font-size:14px;}

.count-bg{background:#e6e6e6;}
.count-info{border-bottom:2px solid #f37922;}
.count-info p{margin-bottom:0px; padding-top:10px; font-size:18px; font-weight:500; color:#000;}
.count-info h4{margin-bottom:10px; font-size:18px; color:#000; font-weight:700;}

.item-5 .col-lg-2{width:20%; flex:20%; max-width:20%;}
.sub-head-list{font-size: 14px; font-weight: 700; color: #fff; background: #8c8d8e; padding: 10px; }
.all-list-sec ul{padding-left:10px;}
.all-list-sec ul li{list-style-type:none; margin-bottom:20px;}
.all-list-sec ul li a{color:#02769e; font-size:14px;}
.all-list-sec ul li a:hover{color:#f37922;}
@media only screen and (min-width:0px) and (max-width:1200px) {
.item-5 .col-lg-2{width:33.3%; flex:33.3%; max-width:33.3%;}	
}
@media only screen and (min-width:0px) and (max-width:992px) {
.item-5 .col-lg-2{width:50%; flex:50%; max-width:50%;}	
}
@media only screen and (min-width:0px) and (max-width:667px) {
.item-5 .col-lg-2{width:100%; flex:100%; max-width:100%;  }	
}

ul.list_1 {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
	}
	
	.list_1 li {
    padding: 10px 0px;
    margin: 0px;
	list-style-type: none;
	
    color: #003246;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.list_1 span {
    float: right;
    padding-left: 40px;
}
.list_1 a {
   color: #1e1f20;
   font-weight: 600;
   
}

.common-tab {border-collapse: collapse; border-spacing: 0px; width:100%; margin-bottom:10px; }
.common-tab tr {border-collapse: collapse; border-spacing: 0px; }
.common-tab th {border: 1px solid #fff; border-collapse: collapse; border-spacing: 0px; background:#f37a21; color:#ffffff; padding:6px; font-weight:normal; font-size:14px; text-align:center;}
.common-tab tr td {border-collapse: collapse; border-spacing: 0px; border: 1px solid #f3f3f3 !important; padding:10px !important; color:#1f252a; font-size:13px !important; font-weight:400;}
.common-tab a{color:#1f252a; font-size:13px;}
.common-tab a:hover{text-decoration:underline; color:#042b70;}
.common-tab tr:nth-child(odd){background:#d1d4dd;}
.common-tab tr:nth-child(even){background:#fde4d3;}
.text-center{text-align:center;}
.common-list{font-size:15px; }
.common-list a{color:#2458b6; font-size:17px; font-weight:500;}
.common-list a:hover{text-decoration:underline; color:#1f3f7b;}
*, ::after, ::before {
  box-sizing: border-box;
}

.sub-head-sm{font-size:20px; font-weight:600; line-height:30px; color:#000;}
.white-orange-shade{background:#f4f3f2; padding:20px; box-shadow:10px 10px 0px #f37a21;}
.white-orange-shade h4{font-size:18px; font-weight:600; line-height:30px; color:#000; margin-bottom:10px;}
.mh-350{min-height:350px;}
.blue-arrow-list{padding-left:00px;}
.blue-arrow-list li{list-style-type:none; background:url(../img/arrow-blue.png) no-repeat top 5px left; padding-left:30px; margin-bottom:15px; }
.list-section-01{padding:40px 0 40px 0;}
.list-section-01 .rec-list{padding-left:10px;}
.list-section-01 .rec-list li{list-style-type:none; background:url(../img/rec-list-bg.png) no-repeat top 5px left; padding-left:30px; color:#020000; margin-bottom:10px;}
.list-section-01 .rec-list li:hover{list-style-type:none;}
.list-section-01 .rec-list li a{color:#020000;}
.list-section-01 .rec-list li a:hover{color:#f37a21;}
@media only screen and (min-width:0px) and (max-width:992px) {
.mh-350{min-height:0px;}
}
b, strong{font-weight:bold;}