@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/*** 
====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	list-style-type:none;
	text-decoration:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
body {
	font-family: 'Lato', sans-serif;
}
.mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu ul li {
  list-style: none;
}

.mega-dropdown-menu ul li a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #5e5e5e;
  white-space: normal;
  border-bottom:1px solid #e5e5e5;
}

.mega-dropdown-menu ul li a:hover,
.mega-dropdown-menu ul li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #305fac;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px ;
  font-weight: bold;
}

.dropdown-menu .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 18.666667% !important;
    max-width: 25.666667% !important;
}
.dropdown-menu .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 25.333333% !important;
    max-width: 25.333333% !important;
}

.heading {
	margin-bottom: 40px;
}
.heading h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.heading span {
	font-size: 14px;
	text-transform: uppercase;
	color: #9a9a9a;
	font-weight: bold;
	letter-spacing: 1px;
}
/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #305fac;
	border: 2px solid #305fac;
}
.scrollbar
{
	float: left;
	overflow-y: scroll;
	margin-bottom: 25px;
	height:420px;
	padding-right:15px;
}

.force-overflow
{
	min-height: 350px;
}

.desktop-header {
	display: block;
}
.mobile-header {
	display: none;
}
/* Top Header */
.top-header {
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 18px;
	color: #696969;
}
.top-header p {
	padding: 10px 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #696969;
}
.top-header i {
	font-size: 16px;
	color: #696969;
	padding: 0px 7px;
}
.main {
	padding: 10px 0px;
}
.main .top-icon {
	background-color: #305fac;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: left;
	line-height: 40px;
	text-align: center;
	margin-left: 25px;
}
.main .top-number {
	float: right;
}
.main .top-number p {
	color: #2189c0;
	font-size: 17px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}
.main .top-number .number {
	font-size: 20px;
	line-height: 28px;
	color: #343535;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.main .navbar-dark .navbar-nav .nav-link {
	color: #5e5e5e;
	font-size: 16px;
}
.main .navbar-dark .navbar-nav .nav-link:hover {
	color: #305fac;
}
.main .dropdown-menu {
	position: absolute;
	top: 100%;
	left: -455px;
	z-index: 1000;
	float: left;
	min-width: 80rem;
 padding: 30px 15px 30px 15px ;
     margin: 22px 0 0 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	
}
.main .dropdown-item {
	display: block;
	width: 100%;
 padding: .50rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.main .dropdown-item:hover {
	color: #000;
	background-color: #fff;
}
.main .navbar-expand-sm .navbar-nav .nav-link {
	padding-right: 2.3rem;
	padding-left: .19rem;
}
/* Bannner */
.main-banner {
	position: relative;
	top: 0px;
	left: 0px;
}
.main-banner .banner-content {
	background-image: url(../images/banner-content.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.main-banner .banner-content .banner-tag-line {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 130px;
	padding-bottom: 10px;
	margin: 0px;
}
.main-banner .banner-content .banner-heading {
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 160px;
}
.main-banner .banner-content .banner-text {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0px 150px 20px 0px;
	font-weight: 300;
}
.main-banner .banner-content .sn_yello_btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 22px;
	font-weight: 500;
	margin: 0px 0px 227px 0px;
	text-transform: uppercase;
}
.main-banner .banner-content .sn_yello_btn:hover {
	background-color: #fff;
	color: #000;
}
/* Welcome Content */
.welcome-content {
	position: relative;
	top: 0px;
	left: 0px;
}
.welcome-content .img-thumbnail {
	padding: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	max-width: 100%;
	height: auto;
}
.welcome-content .img-thumbnail-1 {
	top: -60px;
	min-height: auto;
}
.welcome-content .img-scale figure {
	overflow: hidden;
}
.welcome-content .img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	
}
.welcome-content .img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.welcome-content .mar {
	margin-bottom: 30px;
}
.welcome-content h1 {
	padding: 45px 0px 12px 0px;
	font-size: 14px;
	color: #305fac;
	font-weight: bold;
	margin: 0px;
}
.welcome-content h2 {
	padding: 0px 0px 25px 0px;
	font-size: 40px;
	color: #000;
	font-weight: 500;
	margin: 0px;
}
.welcome-content .blue-text {
	font-size: 17px;
	color: #325491;
	line-height: 30px;
}
.welcome-content .blue-gray {
	font-size: 15px;
	color: #504f4f;
	line-height: 28px;
}
.welcome-content .blue-link {
	font-size: 18px;
	color: #325491;
	line-height: 42px;
	margin-bottom:40px;
}
.welcome-content .blue-link a {
	font-size: 14px;
	color: #325491;
	line-height: 42px;
	font-weight: 300;
	text-decoration: none;
	padding-left: 10px;
}
.welcome-content .blue-link a:hover {
	color: #000;
	text-decoration: none;
}
/* Products */
.products {
	padding: 30px 0px;
}
.products .products-box {
	border: 1px solid #ededed;
	border-radius: 5px;
}
.products .products-box-details {
	border-right: 1px solid #ededed;
	
	padding:15px;
	color: #333333;
	min-height: 460px;
}
.products .products-box-details:hover img {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}
.products .products-box-details:hover {
	color: #fff !important;
	cursor: pointer;
	background-image: linear-gradient(to right top, #325491, #3467ac, #317cc7, #2691e3, #00a7ff);
}
.products .products-box-details p {
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
.products .products-box-details h3 {
	font-size: 22px;
	line-height: 32px;
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-weight: bold;
}
.products .products-box-details:last-child{
	border-right: none;
}
.products .row1 {
	margin-right: 0px;
	margin-left: 0px;
}
.products .img-thumbnail {
	padding: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	max-width: 100%;
	height: auto;
}
.products .sn_yello_btn {
	background: none;
	border: 1px solid #325491;
	color: #325491;
	margin-top: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 22px;
	font-weight: 500;
	margin: 30px 0px;
	text-transform: uppercase;
}
.products .sn_yello_btn:hover {
	background-color: #325491;
	color: #fff;
}
.products .products-box-details .button {
	display: none;
	background-color: #eaf0f6;
	border-radius: 5px;
	color: #325491;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	margin-top: 13px;
}
.products .products-box-details:hover img {
/* Change the filter in here */
}
.products .products-box-details:hover .button {
	display: inline-block;
}
/* Appointment */
.appointment {
	background-color: #325491;
}
.appointment h2 {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	border-right: 1px solid #5ac6ff;
	padding: 13px 0px 24px 0px;
	margin-top: 15px;
}
.appointment p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 5px 0px 5px 15px;
	margin: 45px 0px;
}
.appointment .sn_yello_btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 22px;
	font-weight: 500;
	margin: 65px 0px;
}
.appointment .sn_yello_btn:hover {
	background-color: #fff;
	color: #000;
}
/* Key Features */
.key-features {
	background-image: url(../images/key-features.jpg);
	background-size: cover;
	background-position: center top;
	padding: 35px 0px 110px 0px;
}
.key-features .heading {
	width: 80%;
	margin: 0 auto 75px auto;
}
.key-features .heading h2 {
	font-size: 34px;
	line-height: 38px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 20px;
}
.key-features .heading span {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
}
.key-features .icon {
	width: 70px;
	height: 70px;
	background-color: transparent;
	border: 1px solid #80aed2;
	line-height: 70px;
	float: left;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}
.key-features .box-details {
	float: right;
	width: 80%;
}
.key-features .box-details h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.key-features .box-details p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding-right: 50px;
	margin-bottom: 45px;
}
/* Service Area */
.service-area {
	padding: 45px 0px;
}
.service-area .border-box {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.service-area .box-details {
	border-right: 1px solid #ededed;
	padding: 45px 15px 65px 15px;
}
.service-area .box-details:last-child {
	border-right: none;
}
.service-area .box-details h3 {
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	min-height: 40px;
	margin-top: 20px;
}
.service-area .box-details h3 a {
	text-decoration: none;
	color: #656565;
}
.service-area .box-details h3 a:hover {
	text-decoration: none;
	color: #000;
}
.service-area .box-details .img-thumbnail {
	padding: 0px;
	background: none;
	border: none;
	border-radius: none;
	max-width: 100%;
	height: auto;
}
.service-area .sn_yello_btn {
	background: none;
	border: 1px solid #325491;
	color: #325491;
	margin-top: 28px;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 44px;
	font-weight: 500;
	text-transform: uppercase;
}
.service-area .sn_yello_btn:hover {
	background-color: #325491;
	color: #fff;
}
/* Clients */
.clients {
	background-color: #f4fbff;
	padding: 25px 0px 85px 0px;
}
.clients .clients-logo {
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: none;
	border-radius: 5px;
	background-color: #ffffff;
}
.clients .clients-logo ul {
	padding: 0px;
	margin: 0px;
}
.clients .clients-logo li {
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 35px 0px;
	float: left;
	width: 184.5px;
	list-style-type: none;
	text-align: center;
}
.clients .clients-logo li:last-child {
	border-right: none;
}

.clients .clients-logo li .img-thumbnail {
	padding: 0px;
	background: none;
	border: none;
	border-radius: none;
	max-width: 100%;
	height: auto;
}
/* Footer */
footer {
	background-color: #325491;
	padding:30px 0px 0px 0px;
}
footer .box {
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	padding-right: 70px;
}
footer .box .logo {
	margin-bottom: 30px;
}
footer footer-options ul.social-network {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
footer ul.social-network li {
	display: inline;
	margin: 0 5px;
	padding: 0px;
}
footer .social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}
footer .social-circle li i {
	margin: 0;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
}
footer .menu-link h6 {
	padding: 0px 0px;
	margin: 20px 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}
footer .menu-link ul {
	padding: 0px;
	margin: 0px;
}
footer .menu-link li {
	font-size: 13px;
	list-style-type: none;
	line-height: 26px;
}
footer .menu-link li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}
footer .menu-link li a:hover {
	color: #e1e1e1;
	text-decoration: none;
}
footer .menu-link p {
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
}
footer .email i {
	margin-right: 10px;
}
footer .phone {
	font-size: 20px !important;
	font-weight: bold !important;
}
footer .phone i {
	margin-right: 10px;
	font-size: 24px;
}
footer .email a {
	color: #FFF;
	text-decoration: none;
}
footer .email a:hover {
	color: #e1e1e1;
	text-decoration: none;
}
footer .copyright {
	background-color: #2a4a85;
}
footer .copyright p {
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	margin: 0px;
	padding: 15px 0px;
	font-weight: 400;
}
.mar-top {
	margin-top: 30px;
}
/* Scroll To Top style */
.scrollup {
	width: 40px;
	height: 48px;
	position: fixed;
	bottom: 20px;
	right: 40px;
	display: none;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
	background-color: #0099ff;
	background-position: center 10px;
}

/* Contact Us Page */
.map{
	padding:5px;
	background-color: #f4f4f4;
	border:1px solid #f4f4f4;
	margin-bottom:30px;
}
.contact-section {
   position: relative;
    z-index: 5;
    padding: 75px 0px 20px;
} 
.contact-section .inner-container {
    position: relative;
    border: 1px solid #f4f4f4;
}
.contact-section .inner-container .row {
	margin-left:0px;
	margin-right:0px;
}

.contact-section .info-column {
    position: relative;
    padding: 0px;
}
.contact-section .info-column .inner-column {
    position: relative;
    border-right: 1px solid #f4f4f4;
}
.contact-section .info-column .inner-column .upper-box {
    position: relative;
    padding: 32px 55px 25px 28px;
    background-color: #f4f4f4;
}
.list-style-three {
    position: relative;
}
.list-style-three li {
    position: relative;
    margin-bottom: 15px;
    color: #848484;
    font-size: 15px;
    font-weight: 400;
    padding-left: 46px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    
}
.list-style-three li .icon {
    position: absolute;
    left: 0px;
    top: 12px;
    color: #305fac;
    line-height: 1em;
    font-size: 24px;
}
.list-style-three li strong {
    position: relative;
    color: #020e28;
    font-size: 16px;
    font-weight: 600;
    display: block;
    
}
.list-style-three li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}
.contact-section .info-column .lower-box {
    position: relative;
    padding: 28px 30px;
}
.contact-section .info-column .lower-box .lower-inner {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}
.contact-section .info-column .lower-box .lower-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
}
.contact-section .info-column .lower-box .lower-inner h3 {
    position: relative;
    color: #020e28;
    font-size: 18px;
    font-weight: 500;
    
}
.contact-section .info-column .lower-box .lower-inner .designation {
    position: relative;
    color: #305fac;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
.contact-section .info-column .lower-box .lower-inner .emailed {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    padding-left: 26px;
    margin-top: 4px;
}
.contact-section .info-column .lower-box .lower-inner .emailed:before {
    position: absolute;
    content: "\f1ca";
    left: 0px;
    top: 4px;
    color: #305fac;
    font-size: 16px;
    line-height: 1em;
    font-family: "Flaticon";
}
/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 0px;
	height:50px;
	color:#848484;
	font-size:16px;
	border-bottom:1px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
	
}
.contact-section .form-column .inner-column {
    position: relative;
    padding: 13px 0px 13px 25px;
}
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#305fac;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#848484;
	height:120px;
	font-size:16px;
	resize:none;
	border-bottom:1px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .submit-btn{
	margin-top:15px;
	font-size:14px;
	font-weight:600;
	color:#000;
	background:none;
	letter-spacing:1px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	cursor:pointer;
}

.contact-form .submit-btn .icon{
	margin-left:5px;
}

.contact-form .submit-btn:hover{
	color:#305fac;
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #020e28;
    line-height: 1.2em;
    padding: 0px 0px 24px;
    display: inline-block;
    text-transform: uppercase;
}
.sec-title .separator {
    position: relative;
    width: 75px;
}
.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background-color: #305fac;
}
.sec-title .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 2px;
    width: 25px;
    height: 4px;
    background-color: #305fac;
}
.contact-section .sec-title .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    line-height: 1.7em;
    margin-left: 50px;
    display: inline-block;
}
/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:25px 0px 120px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,143,218,0.80);
}

.page-title.shop-title:before{
	display:none;
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:600;
	line-height:1.2em;
	margin-top:75px;
	text-align:center;
	text-transform:capitalize;
}

.page-breadcrumb{
	position:relative;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:20px;
	color:#fff;
	font-size:16px;
	font-weight:400;
}

.page-breadcrumb li:after{
	position:absolute;
	content:'\f1a6';
	right:-4px;
	top:0px;
	color:#fff;
	font-family: "Flaticon";
}

.page-breadcrumb li:last-child::after{
	display:none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#fff;
	text-decoration:none
}



/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:90px 0px 90px;
}

.faq-section .prod-tabs{
	position:relative;	
}

.faq-section .prod-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
	padding:0px 20px;
	border:1px solid #f2f2f2;
	border-top-color:#305fac;
}

.faq-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:16px;
	color:#222222;
	font-weight:400;
	cursor:pointer;
	line-height:1.6em;
	padding:10px 0px 10px 0px;
	transition:all 500ms ease;
	text-transform:capitalize;
	border-bottom:1px solid #f2f2f2;
}

.faq-section .prod-tabs .tab-btns .tab-btn:last-child{
	border:none;
}

.faq-section .prod-tabs .tab-btns .tab-btn span{
	position:relative;
	display:block;
	font-size:17px;
	color:#020e28;
	font-weight:600;
	cursor:pointer;
	line-height:1.6em;
	padding:5px 15px 5px 30px;
	transition:all 500ms ease;
	text-transform:capitalize;
}

.faq-section .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:11px;
	top:23px;
	width:8px;
	height:8px;
	background-color:#e6e6e6;
	border:1px solid #f2f2f2;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.faq-section .prod-tabs .tab-btns .tab-btn:hover:before,
.faq-section .prod-tabs .tab-btns .tab-btn.active-btn:before{
	z-index:1;
	background-color:#305fac;
	border-color:rgba(245,91,20,0.20);
}

.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span,
.faq-section .prod-tabs .tab-btns .tab-btn:hover span{
	color:#305fac;
}

.faq-section .prod-tabs .tabs-content{
	position:relative;
}

.faq-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.faq-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
	padding:10px 30px 10px;
	background-color:#f4f4f4;
}

.accordion-box .block{
	position: relative;
}

.accordion-box .block:last-child .acc-btn{
	border-bottom:0px;
	padding-bottom:10px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:17px;
	cursor:pointer;
	line-height:30px;
	color:#020e28;
	font-weight:600;
	padding:17px 30px 17px 0px;
	border-bottom:1px solid #e1e1e1;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:28px;
	top:20px;
	color: #929292;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
	border-radius:50%;
	line-height:22px;
	border:1px solid #898989;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	color:#305fac;
	border-color:#305fac;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content:before{
	position:absolute;
	content:'';
	left:-30px;
	top:0px;
	width:1px;
	height:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#305fac;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:20px 0px 15px 0px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .block .content .text{
	margin-bottom:0px;
	line-height:1.9em;
	font-size:14px;	
	color:#848484;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two{
	padding:0px;
	background-color:#ffffff;
}

.accordion-box.style-two .block{
    margin-bottom: 10px;
	padding:17px 20px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}

.accordion-box.style-two .block .acc-btn{
	border:none;
	padding:0px 0px 0px 62px;
}

.accordion-box.style-two .block .icon-outer{
	left:0px;
	top:2px;
	right:auto;
}

.accordion-box.style-two .block .acc-content:before{
	display:none;
}

.accordion-box.style-two .block .content{
	padding:15px 30px 0px 62px;
	border:none;
}

.accordion-box.style-two .block:before{
	position: absolute;
    content: '';
    left: 59px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #f2f2f2;
}

.accordion-box.style-two .block .icon-outer .icon{
	border:none;
	font-size:20px;
	font-weight:600;
}

.accordion-box.style-two .block.active-block::before{
	background-color:#f66e2f;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*** 

====================================================================
	Company Section
====================================================================

***/

.company-section{
	position:relative;
	padding:85px 0px 50px;
}

.company-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.company-section .content-column .inner-column{
	position:relative;
}

.company-section .content-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.company-section .content-column .inner-column .bold-text{
	position:relative;
	color:#325491;
	font-size:20px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:20px;
}

.company-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:25px;
}

.company-section .content-column .inner-column .text p{
	position:relative;
	color:#504f4f;
	font-size:15px;
	line-height:28px;
	margin-bottom:18px;
}

.company-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.company-section .image-column{
	position:relative;
}

.company-section .image-column .inner-column{
	position:relative;
}

.company-section .image-column .inner-column .image{
	position:relative;
}

.company-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.company-section .image-column .inner-column .carousel-box{
	position:relative;
	padding:32px 28px 35px;
	background-color:#305fac;
}

.company-section .image-column .inner-column .carousel-box .owl-dots,
.company-section .image-column .inner-column .carousel-box .owl-nav{
	display:none;
}

.testimonial-block-six{
	position:relative;
}

.testimonial-block-six .inner{
	position:relative;
}

.testimonial-block-six .inner .quote-icon{
	position:absolute;
	top:-10px;
	font-size:90px;
	line-height:1em;
	color:rgba(255,255,255,0.10);
}

.testimonial-block-six .inner .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	font-style:italic;
	line-height:1.5em;
	margin-bottom:30px;
}

.testimonial-block-six .inner .author-box{
	position:relative;
	margin-bottom:0px;
}

.testimonial-block-six .inner .author-box .author-inner{
	position:relative;
	padding-left:90px;
	padding-top:10px;
	min-height:70px;
}

.testimonial-block-six .inner .author-box .author-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-six .inner .author-box .author-inner h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
}

.testimonial-block-six .inner .author-box .author-inner .designation{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
}
/*** 

====================================================================
	Highlights Section
====================================================================

***/

.highlights-section{
	position:relative;
	padding:85px 0px 55px;
	background-color:#f4f4f4;
}

.highlights-section .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.highlights-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	border-top: 625px solid #f4f4f4;
	    border-right: 200px solid transparent;
}

.highlights-section .content-column{
	position:relative;
}

.highlights-section .content-column .inner-column{
	position:relative;
}

.hightlight-block{
	position:relative;
	margin-bottom:30px;
}

.hightlight-block .hightlight-inner{
	position:relative;
	padding:32px 0px 28px;
	text-align:center;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner .icon-box{
	position:relative;
	line-height:1em;
	color:#cbcbcb;
	font-size:50px;
	margin-bottom:12px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner h3{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#0f1341;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.hightlight-block .hightlight-inner .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.hightlight-block .hightlight-inner:hover{
	background-color:#305fac;
}

.hightlight-block .hightlight-inner:hover h3,
.hightlight-block .hightlight-inner:hover .icon-box{
	color:#ffffff;
}

.highlights-section .services-column{
	position:relative;
}

.highlights-section .services-column .inner-column{
	position:relative;
	margin-left:100px;
	margin-right:100px;
    padding: 45px 30px 50px;
    border: 1px solid #f2f2f2;
	background:#ffffff url(../images/pattern-1.png);
	background-position: left bottom;
	background-repeat:repeat-x;
}

.highlights-section .services-column .inner-column .upper-box{
	position:relative;
	padding-left:60px;
	padding-top:8px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #f2f2f2;
}

.highlights-section .services-column .inner-column .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#305fac;
	font-size:40px;
	line-height:1em;
}

.highlights-section .services-column .inner-column .upper-box h2{
	position:relative;
	color:#020e28;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
}

.highlights-section .services-column .inner-column .text{
	position:relative;
	color:#504f4f;
	font-size:15px;
	line-height:24px;
	margin-bottom:50px;
}

.highlights-section .services-column .inner-column .services{
	position:relative;
	color:#020e28;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.highlights-section .services-column .inner-column .services .icon{
	margin-left:4px;
}

.highlights-section .services-column .inner-column .services:hover{
	color:#305fac;
}

/*** 

====================================================================
	History Section
====================================================================

***/

.history-section{
	position:relative;
	padding:90px 0px;
}

.history-section .sec-title{
	margin-bottom:70px;
}

.history-section .history-carousel{
	position:relative;
}

.history-section .carousel-outer{
	position:relative;
}

.history-section .carousel-outer .thumbs-outer{
	position:relative;
	overflow:hidden;
}

.history-section .carousel-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:32px;
	width:100%;
	height:1px;
	background-color:#e6e6e6;
}

.history-section .history-carousel .thumbs-carousel{
	position:static;
	max-width:180px;
	margin:0 auto;
	margin-bottom:40px;
}

.history-section .history-carousel .thumbs-carousel .owl-stage-outer{
	overflow:visible;
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li{
	position:relative;
	color:#020e28;
	-webkit-transform:scale(1.8);
	-moz-transform:scale(1.8);
	-o-transform:scale(1.8);
	-ms-transform:scale(1.8);
	transform:scale(1.8);
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li:before{
	display:none;
}

.history-section .history-carousel .thumbs-carousel li{
	position:relative;
	color:#e6e6e6;
	font-size:36px;
	font-weight:400;
	cursor:pointer;
	line-height:1em;
	text-align:center;
	padding:15px 20px;
	transition:all 0.3s ease;
	display:inline-block;
	background-color:#ffffff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	
}

.history-section .history-carousel .thumbs-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:20px;
	font-size:22px;
	color:#c4c4c4;
	font-weight:700;
	width:40px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next{
	position:absolute;
	top:20px;
	right:0px;
	left:auto;
	width:40px;
	text-align:right;
	font-size:22px;
	color:#c4c4c4;
	font-weight:700;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover{
	color:#305fac;
}

.history-section .carousel-outer .content-slide{
	position:relative;
}

.history-section .carousel-outer .content-carousel .owl-stage-outer{
	padding-top:60px;
}

.history-section .carousel-outer .content-slide .content-inner{
	position:relative;
	text-align:center;
	padding:45px 20px 45px;
	background-color:#f4f4f4;
}

.history-section .carousel-outer .content-slide .content-inner:before{
	position:absolute;
	content:'';
	left:50%;
	top:-60px;
	margin-left:-150px;
	border-bottom: 100px solid #f4f4f4;
	border-left: 90px solid transparent;
}

.history-section .carousel-outer .content-slide .content-inner h3{
	position:relative;
	color:#020e28;
	font-size:20px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:5px;
}

.history-section .carousel-outer .content-slide .content-inner .date{
	position:relative;
	color:#305fac;
	font-size:16px;
	margin-bottom:20px;
}

.history-section .carousel-outer .content-slide .content-inner .text{
	position:relative;
	    color: #504f4f;
    font-size: 17px;
	line-height:1.7em;
	font-weight:400;
	max-width:980px;
	margin:0 auto;
}

.history-section .carousel-outer .content-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:50%;;
	width:100%;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev{
	position:absolute;
	left:-20px;
	width:42px;
	height:42px;
	color:#305fac;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next{
	position:absolute;
	right:-20px;
	width:42px;
	height:42px;
	color:#305fac;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
	box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover{
	color:#ffffff;
	background-color:#305fac;
}


/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/*  Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
...
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
...
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
...
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
...
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.heading {
	margin-bottom: 20px;
}
.heading h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
.heading span {
	font-size: 14px;
	text-transform: uppercase;
	color: #9a9a9a;
	font-weight: bold;
	letter-spacing: 1px;
}
/* Banner */
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.main-banner .banner-content {
	display: none
}
/* Welcome Content */

.welcome-content {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 340px;
}
.welcome-content .img-thumbnail-1 {
	top: 0px;
	min-height: auto;
}
.welcome-content .mar {
	margin-bottom: 30px;
}
.welcome-content h1 {
	padding: 30px 0px 10px 0px;
	font-size: 14px;
	color: #305fac;
	font-weight: bold;
	margin: 0px;
}
.welcome-content h2 {
	padding: 0px 0px 10px 0px;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	margin: 0px;
}
.welcome-content .blue-text {
	font-size: 16px;
	color: #325491;
	line-height: 24px;
}
.welcome-content .blue-gray {
	font-size: 14px;
	color: #504f4f;
	line-height: 24px;
}
.welcome-content .blue-link {
	font-size: 14px;
	color: #325491;
	line-height: 24px;
}
.welcome-content p {
	margin: 0px;
	padding: 5px 0px;
}
/* Appointment */
.appointment {
	background-color: #325491;
}
.appointment h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	border-right: none;
	padding: 0px;
	margin-top: 15px;
}
.appointment p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	border-left: none;
	padding: 0px;
	margin: 15px 0px;
}
.appointment .sn_yello_btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 22px;
	font-weight: 500;
	margin: 20px 0px;
}
.appointment .sn_yello_btn:hover {
	background-color: #fff;
	color: #000;
}
/* Products */
.products .products-box-details {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px;
	color: #333333;
	min-height: 400px;
}
.products .products-box-details p {
	font-size: 14px;
}
.products .products-box-details h3 {
	font-size: 20px;
	line-height: 30px;
}
/* Key Features */
.key-features {
	background-image: url(../images/key-features.jpg);
	background-size: cover;
	background-position: center top;
	padding: 40px 0px 50px 0px;
}
.key-features .heading {
	width: 80%;
	margin: 0 auto 30px auto;
}
.key-features .heading h2 {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 20px;
}
.key-features .heading span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
}
.key-features .icon {
	width: 70px;
	height: 70px;
	background-color: transparent;
	border: 1px solid #80aed2;
	line-height: 70px;
	float: left;
	border-radius: 50%;
}
.key-features .box-details {
	float: right;
	width: 70%;
}
.key-features .box-details h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.key-features .box-details p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	padding-right: 0px;
	margin-bottom: 30px;
}
/* Service Area */
.service-area .box-details {
	border-right: 1px solid #ededed;
	padding: 20px 15px 25px 15px;
	border-bottom: 1px solid #ededed;
}
/* Clients */

.clients {
	background-color: #f4fbff;
	padding: 25px 0px;
}
.clients .clients-logo li {
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 15px 0px;
	float: left;
	width: 50%;
	list-style-type: none;
	text-align: center;
}
/* Footer */
footer {
	padding: 30px 0px 0px 0px;
}
footer .box .logo {
	margin-bottom: 20px;
}
footer .box {
	padding-right: 0px;
}
footer .menu-link h6 {
	margin: 5px 0px;
	padding: 0px;
}
.mar-top {
	margin: 15px 0px;
}
/* Scroll To Top style */
.scrollup {
	right: 20px;
	bottom: 20px;
}
.desktop-header {
	display: none !important;
}
.mobile-header {
	display: block !important;
}
.mobile-header .navbar-light .navbar-toggler {
	color: #000;
}
.mobile-header .dropdown-menu {
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 100%;
	padding: 1rem 0;
 margin: 00 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #305fac;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
}
.mobile-header .dropdown-item {
	display: block;
	width: 100%;
 padding: .50rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.mobile-header .dropdown-item:hover {
	color: #000;
	background-color: #fff;
}
.mobile-header .navbar-light .navbar-nav .nav-link {
	color: #fff;
	border-bottom: 1px solid #03a0f3;
	background-color: #305fac;
	padding-left: 20px;
}
.mobile-header .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
	background-color: #fff
}
.page-title h1 {
    margin-top:30px;
}
.page-title {
    padding: 25px 0px 50px;
}
.company-section {
    position: relative;
    padding: 30px 0px;
}
.sec-title h2 {
    font-size: 24px;
}
.company-section .content-column .inner-column .bold-text {
    font-size: 16px;
 
}
.company-section .content-column .inner-column .text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.company-section .content-column {
    position: relative;
    margin-bottom: 10px;
}
.highlights-section .services-column .inner-column {
    position: relative;
    margin-left: 0px;
    margin-right:0px;
    padding: 45px 30px 50px;
    border: 1px solid #f2f2f2;
    background: #ffffff url(../images/pattern-1.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    color: #305fac;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
    -moz-box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);
    box-shadow: 0px 2px 12px 0px rgba(68,68,68,0.5);

}
.history-section .carousel-outer .content-carousel .owl-nav {
   	display:none
}
.highlights-section {
    position: relative;
    padding: 40px 0px 40px;
    background-color: #f4f4f4;
}
.highlights-section .image-layer {
    position: static;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-section {
    position: relative;
    z-index: 5;
    padding: 30px 0px;
}
.contact-section .sec-title .text {
    position: relative;
    color: #848484;
    font-size: 14px;
    line-height: 1.7em;
    margin-left: 0px;
	margin-top:10px;
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}
.contact-section .form-column .inner-column {
    position: relative;
    padding: 13px 0px 13px 0px;
}
.contact-section .info-column .lower-box {
    position: relative;
    padding: 14px 10px;
}
.contact-section .info-column .inner-column .upper-box {
    padding: 15px 20px 15px 15px;

}
.contact-section .info-column .lower-box .lower-inner .emailed {
    font-size: 14px;

}
.list-style-three li {
    font-size: 14px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}
.contact-section .info-column .lower-box .lower-inner {
    padding-left: 0px;
	display:none
}
.page-title h1 {
    font-size: 30px;
}
.clients.clients-1{
	padding:10px 0px;
}
.company-section {
    position: relative;
    padding: 30px 0px;
}
.company-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 0px;
}
.group1{
	width:100%;
	height:100%;
}
.mar-top{
	margin-top:15px;
}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
...
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
...
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
...
}
.clients.clients-1{
	padding:40px 0px 10px 0px;
}
/* Extra large devices (large desktops)*/
/*  No media query since the extra-large breakpoint has no upper bound on its width*/
.styled-list ul{
	padding:0px;
	margin:0px;
}
.styled-list li{
	color: #504f4f;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
	
}
.styled-list li i{
	padding-right:10px;
	color:#305fac;
}
.mar-top{
	margin-top:20px;
	margin-bottom:10px;
}


.gleventgall{margin-top: 20px;}
.gleventgall .gfl_mgblock {
  border: 1px solid #e6e6e6;
  display: block;
  color: #444;
  text-decoration: none;
  margin-bottom: 30px;
}
.gleventgall .gfl_mgblock:hover {
  background:#f1f1f1;
  
}
.gleventgall .gfl_mgblock h3 {
  font-size: 18px;
  letter-spacing: 0px; 
  margin-bottom: 0; font-weight: 700;
}
.gleventgall .gfl_mgblock .gfl_ctalink div{
  padding: 10px 15px;
  display: block;
  color: #305fac;
  font-size: 14px;
  font-weight: 700;
}
.gleventgall .gfl_mgblock .gfl_ctalink span {
  float: right;
}
.gfl_mgblock .gfl_ctalink {
    border-top: 1px solid #eaeaea;
}
 
.gfl_mgblock {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0px 0px 5px 5px;
  box-shadow: /* The top layer shadow */ 0 1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0,0,0,0.15);
} 
  .gfl_mgblock .gfl_mgblkcontent {
    padding: 15px;
}
.fitImg, .fullImg {
    width: 100%;
    height: auto;
}
.lg-outer .lg-thumb { margin: 0 auto -5px;}