@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular-webfont.woff2') format('woff2'),  url('../fonts/lato-regular-webfont.woff') format('woff'),  url('../fonts/lato-regular-webfont.ttf') format('truetype'),  url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-light-webfont.woff2') format('woff2'),  url('../fonts/lato-light-webfont.woff') format('woff'),  url('../fonts/lato-light-webfont.ttf') format('truetype'),  url('../fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'latoregular';
	font-size: 16px;
	color:#000;
	font-weight: 300;
	line-height: 24px;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#ffffff;
	-webkit-font-smoothing: subpixel-antialiased
}

.form-control {
font-family: 'latoregular';	
}

.form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: left;     color: #000000;
    font-family: 'latoregular';}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #164676;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #164676;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #f47821;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #f47821;
    border-radius: 50%;
}


/* 
---------------------------------------------
preloader ends
--------------------------------------------- 
*/



a {
	color: #164676;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

a:hover {
	color: #f47821;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}


.row {
	padding: 50px 0
}


.btn {
	border: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: uppercase
}
.btn i {
	margin-right: 10px
}
.btn-common {
	background: #164676;
	color: #fff
}
.btn-common:hover {
	background: #f47821;
	color: #fff
}
.btn-border, .btn-common-white:hover {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff
}
.btn-common-white, .btn-border:hover {
	background: #fff;
	color: #444;
	border: 1px solid #fff
}


/* 
---------------------------------------------
nav bar
--------------------------------------------- 
*/

.navbar {
	margin-bottom: 0
}
.navbar li {
	color: #d1d1d1
}
.navbar-default {
	border-radius: 0;

}
.navbar-default .navbar-brand {
	padding: 0;
	margin: 0
}
.navbar-default .navbar-nav li a{
	font-size: 16px;
	font-family: 'latoregular';
	padding: 0 0 5px;
	color:#164676;
	
	outline: 0;
	margin:35px 10px 25px 10px;
}

.navbar-default .navbar-nav>li>a:hover:after {
	width: 100%
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus .current {
	background: 0 0;
	padding-bottom: 5px;
	color:#f47821;
}
.navbar-default .navbar-brand {
	padding: 0;
	float: left;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #f47821;
}

.navbar-nav>li>.dropdown-menu li a{
	margin:0;
	padding:10px;
}
.navbar-nav>li>.dropdown-menu li a:hover{
	color:#000000;
	background:#f47821;
	text-decoration:none;
}

.affix.navbar-default {
	background: #ffffff;
	height: 105px;
}
.affix {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


.navbar-brand img {
	width: 100%
}

.affix .navbar-brand img {
	width: 100%
}

.affix .navbar-nav li a{
	margin:35px 10px 25px 10px;
	color:#164676;
}
.affix .to-top a, .affix .to-bottom a {
	line-height: 56px;
	padding: 20px
}
.navbar .to-top, .navbar .to-bottom {
	display: none
}
.affix-top .to-bottom {
	display: block!important
}
.affix .to-top {
	display: block!important
}
.to-top, .to-bottom {
	list-style: none
}
.to-top a, .to-bottom a {
	padding: 26px 22px;
	line-height: 104px;
	outline: 0;
	color: #1e1e1e
}


/* 
---------------------------------------------
nav bar ends
--------------------------------------------- 
*/


#slider {
	color: #ffffff;
	background-color:#ffffff;
	margin-top: 100px;
}


#contact, #services, #clients {
	color: #ffffff;
	background-color:#ffffff;
}

#slider .section-title {
	line-height: 50px
}

/* 
---------------------------------------------
introduction
--------------------------------------------- 
*/

#introduction  {
	background: url(../img/about_bg.jpg) center center fixed;
	background-size: cover;
	color: #fff
}


#introduction h3 {
	color: #000000;
	font-size: 20px;
}

#introduction .service img{
	max-width:100%;
}

#introduction1 .service {
	background: #daedf9;
	border-radius: 3px;
  	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	padding: 10px 10px 10px;
	margin-bottom: 30px;
	color: #000000;
	transition: .5s;
}

#introduction1 .service:hover{
	background: #fff;
	border-radius: 5px;
  	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	padding: 10px 10px 10px;
	margin-bottom: 30px;
	color: #000000;

}

#introduction .service {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: #1d6c9b;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-primary: #3368C6;--bs-secondary: #8A91AC;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #F6FAFF;--bs-dark: #031B4E;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}


#introduction .service::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: #f47821;
}

#introduction .service:hover::before {
    height: 100%;
    top: 0;
}

#introduction .service * {
    position: relative;
    transition: .5s;
    z-index: 1;
}




#introduction .service h2{ color:#ffffff;font-family: 'latoregular'; font-size:20px; margin-bottom:20px;}
#introduction .service p{ color:#ffffff; font-family: 'latoregular'; font-size:16px;  margin-bottom:20px;}


#introduction .section-heading h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* 
---------------------------------------------
introduction ends
--------------------------------------------- 
*/








/* 
---------------------------------------------
about section starts
--------------------------------------------- 
*/


#about {
	
	color: #fff
}

#about .section-heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#about .section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#about .section-heading p {font-size: 20px;
    line-height: 1.8;
    font-family: 'latoregular';
}

#about .section-heading h2 em {
  font-style: normal;
  color: #164676;
}

#about .section-heading img {
  margin: 20px auto;
}

#about .logo img {
 max-width:80%;
}

#about .btn {
	margin-top: 50px;
}
#about .about-inner {
	position: relative;
	color: #000000;
	text-align: center
}
#about .about-inner .row {
	padding: 50px 0;
}
#about .about-title {
	margin-top: 0
}
#about .btn{}


/* 
---------------------------------------------
about section ends
--------------------------------------------- 
*/





/* 
---------------------------------------------
teams section starts
--------------------------------------------- 
*/


#teams {
	background: url(../img/teams_bg.jpg) center center fixed;
	background-size: cover;
	
}


#teams .team-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
  margin-bottom:40px;
}

#teams .team-item:hover {
  background-color: #c7eaf7;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
  margin-bottom:40px;
}

#teams .team-item img {
  width: 100%;
  border-radius: 5px;
}

#teams .team-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#teams .team-item h4 {
  font-size: 20px;
  font-weight: 500;
  color:#164676;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top:25px;
  font-family:"latoregular";
  line-height:1.5;
}

#teams .team-item p {
  margin-bottom: 20px;
  font-family: 'latoregular';
	font-size: 16px;
}




#teams .team-item p a:hover{
	color:#f47821;
	text-decoration:none;
}



#teams .team-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#teams .team-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#teams .team-item ul.social-icons li a {
  color: #000000;
  transition: all .3s;
}

#teams .team-item ul.social-icons li a:hover {
  color: #164676;
}



/* 
---------------------------------------------
teams section ends
--------------------------------------------- 
*/


.section-heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading p {font-size: 20px;
    line-height: 1.3;
	color: #000000;
    font-family: 'latoregular';
}

.section-heading h2 em {
  font-style: normal;
  color: #f47821;
}

.section-heading img {
  margin: 10px auto 20px auto;
}







/* 
---------------------------------------------
how section starts 
--------------------------------------------- 
*/

#how {
	color: #ffffff;
	
}

#how .section-heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#how .section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#how .section-heading p {font-size: 20px;
    line-height: 1.8;
    font-family: 'latolight';
}

#how .section-heading h2 em {
  font-style: normal;
  color: #f47821;
}

#how .section-heading img {
  margin: 10px auto 20px auto;
}



#how .service img{
	max-width:100%;
}



#how .core img{
	max-width:70%;
}

#how .service h2 {
	font-size: 20px;
	
    line-height: 1.3;
    font-family: 'latoregular';
	color:#164676;
}

#how .service p {
	font-size: 16px;
    line-height: 1.5;
	text-align:justify;
    font-family: 'latoregular';
	color:#000000;
}


#how .service {
  
  padding:10px;
  transition: .5s;
}

#how .service:hover {
  
  padding:10px;
margin-top: -15px;
  
  
}




/* 
---------------------------------------------
how section ends
--------------------------------------------- 
*/





/* 
---------------------------------------------
contact section starts
--------------------------------------------- 
*/
#contact {
	background: url(../img/contact_bg.jpg) center center fixed;
	background-size: cover;
	color: #ffffff;
}

#contact .section-heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact .section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#contact .section-heading p {font-size: 20px;
    line-height: 2;
    font-family: 'latoregular';
	color: #000;
}

#contact .section-heading h2 em {
  font-style: normal;
  color: #164676;
}

#contact .section-heading img {
  margin: 10px auto 20px auto;
}

 
#contact .social i {
	border: 2px solid #164676;
	color: #164676;
	padding: 10px;
	line-height: 25px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 100%
}
#contact .social i:hover {
	border: 2px solid transparent;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
#contact .social .social-links a:hover {
	color: #fff
}

#contact .social .fa-youtube-play:hover {
	background: #e62117;
	color: #fff
}
#contact .social .fa-facebook:hover {
	background: #3b5998;
	color: #fff
}
#contact .social .fa-linkedin:hover {
	background: #ff6700;
	color: #fff
}
#contact .contact-info {
	margin: 40px 0
}
#contact .follow p {
	margin-bottom: 25px;
}
#contact .contact-info p.address {
	margin-bottom: 24px;
}


/* 
---------------------------------------------
contact section ends
--------------------------------------------- 
*/




/* 
---------------------------------------------
footer section starts
--------------------------------------------- 
*/
#matter-footer {
	background: #022b48;
	color: #ffffff;
	font-family: 'latolight';
	font-size: 16px;
}


#matter-footer p {
	text-align: justify;
	color: #ffffff;
	font-size: 16px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #164676;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}


#matter-footer .row {
	padding: 30px 0
}



#matter-footer .link li {
	padding: 0 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}
#matter-footer .link li a {
	color: #ffffff;
	font-size:14px;
	text-decoration: none
}

#matter-footer .link li a:hover {
	color: #f47821;
	font-size:14px;
	text-decoration: none
}

#matter-footer .link li span {
	padding: 0 10px;
	color: #ffffff;
}

#matter-footer .copyright {
	margin: 0;
	color: #ffffff;
	font-size:14px;
}

/* 
---------------------------------------------
footer section ends
--------------------------------------------- 
*/


/*
---------------------------------------------
owl-carousel section starts
--------------------------------------------- 
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	top:10px;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Feel free to change duration  */ 
.animated {
	-webkit-animation-duration : 1000 ms;
	animation-duration : 1000 ms;
	-webkit-animation-fill-mode : both;
	animation-fill-mode : both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
	z-index : 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
	z-index : 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut {
	-webkit-animation-name : fadeOut;
	animation-name : fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
@keyframes fadeOut {
 0% {
 opacity : 1;
}
 100% {
 opacity : 0;
}
}
/*
---------------------------------------------
owl-carousel section ends
--------------------------------------------- 
*/

@media (max-width: 1280px) {
 
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	margin-right:5px;
}
 
}


@media (width: 768px){
  
  
 
  
  .form-group { margin-bottom: 5px }
  
  
  
  .form-control { display: block; width: 100%; height: 25px; padding: 6px 12px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
  
  
  
  .form-horizontal .control-label { padding-bottom: 5px; margin-bottom: 0; text-align: right }
  
  
 
 
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    font-size: 12px;
    margin: 30px 0px 10px 8px;
  }
  
  
  .affix .navbar-nav li a{
	color:#040d50;
	padding-top:20px;
}

  .navbar-nav {
    float: left;
  }
  
  
  .navbar-brand img {
    width: 85%;
  }
  
  
  .affix .navbar-brand img {
	width: 85%;
}
  .affix-top .to-bottom {
    display: none;
  }




#matter-footer {
	background: #1d1d1d;
	color: #ffffff;
	font-family: 'latolight';
	font-size: 14px;
}


#matter-footer p {
	text-align: justify;
	color: #ffffff;
	font-size: 14px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #164676;
	font-size: 14px;
	text-decoration:none;
	font-style:italic;
}





.row {
	padding: 20px 0
}

#matter-footer .row {
	padding: 20px 0
}


#matter-footer .link li {
	padding: 4px 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}


#matter-footer .link li a {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}

#matter-footer .link li span {
	padding: 0 10px;
	color: #ffffff;
}
#matter-footer .link li a:hover {
	color: #164676;
}

 #matter-footer .copyright {
	margin: 0;
	color: #ffffff;
	font-size:14px;
 
 
}




#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 50px;
}


}



/*Ipad/Tablets*/
@media (min-width: 769px) and (max-width: 1024px) {
  
  
  .form-group { margin-bottom: 5px }
  
 
  
  .form-control { display: block; width: 100%; height: 25px; padding: 6px 12px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
  
  
  
  .form-horizontal .control-label { padding-bottom: 5px; margin-bottom: 0; text-align: right }
  
   

 
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    font-size: 14px;
    margin: 30px 0px 10px 10px;
  }
  .navbar-nav {
    float: right;
  }
  
  
  .navbar-brand img {
    width: 80%;
  }
  
  
  .affix .navbar-brand img {
	width: 80%;
}
  .affix-top .to-bottom {
    display: none;
  }


#matter-footer {
	background: #1d1d1d;
	color: #ffffff;
	font-family: 'latolight';
	font-size: 16px;
}


#matter-footer p {
	text-align: justify;
	color: #ffffff;
	font-size: 16px;
	font-family: 'latolight';
}


#matter-footer p a{
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}

#matter-footer p a:hover{
	text-align: left;
	color: #164676;
	font-size: 16px;
	text-decoration:none;
	font-style:italic;
}





#matter-footer .row {
	padding: 30px 0
}

#matter-footer .row1 {
	padding: 30px 0
}


#matter-footer .link li {
	padding: 4px 0;
	border-bottom:none;
	margin-bottom: 0;
	display: inline-block;
}


#matter-footer .link li a {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}

#matter-footer .link li span {
	padding: 0 10px;
	color: #ffffff;
}
#matter-footer .link li a:hover {
	color: #164676;
}

 #matter-footer .copyright {
	margin: 0;
	color: #ffffff;
	font-size:14px;
 
 
}








#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 50px;
}


#how .core img{
	max-width:85%;
}



}

@media (max-width: 767px) {
   
	
	
#how .core img{
	max-width:85%;
}
	
	
	#how .service img {
    max-width: 100%;
}
	
	
	
	#introduction .service {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: #799358;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	margin-bottom: 50px;
}

#about .section-heading p {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'latolight';
}

#introduction .service p {
    color: #ffffff;
    font-family: 'latolight';
    font-size: 16px;
    margin-bottom: 20px;
}
   
  



.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #ea156f;
    border-color: transparent;
}




  .navbar-default .navbar-nav li a{
	  margin:15px;
  }
  .navbar-default .navbar-brand{
	  padding:15px;
  }
  
   .navbar-default .navbar-collapse {
    background: #ffffff;
  }
   .navbar-default .navbar-nav li a {
    margin: 5px 10px;
	color:#164676;
  }
  .navbar-default .navbar-brand {
    padding-left: 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 5px 15px;
	top:25px;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .current {
    color: #f47821;
    padding-bottom: 5px;
  }
  
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f47821;
	font-size: 14px;
	background-color:#164676;
	line-height: 2;
}
  
  
  #matter-footer {
	background: #1d1d1d;
	color: #ffffff;
	font-family: 'latolight';
	text-align:center;
	font-size:14px;
}
  
   #matter-footer .link li a {
	font-size:14px;
	color: #ffffff;
	text-decoration: none
}



.copyright p {
	margin: 0;
	color: #ffffff;
	font-size:14px;
}

#matter-footer .row {
	padding: 25px 0
}




  
#about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 34px;
	font-size: 25px
}
#about .section-title {
	position: relative;
}
#about .btn {
	margin-top: 30px;
}





  
}
/*SmartPhones*/
@media (min-width: 320px) and (max-width: 480px) {
	
	.row {
	padding: 30px 0
}

#slider  .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 200px;
    }
	
#how .core img{
	max-width:100%;
}


#about .logo img {
 max-width:90%;
}



	
#about .section-heading p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'latoregular';
	text-align:justify;
}

#about .about-inner .row {
    padding: 30px 0;
}
#how .service img {
    max-width: 100%;
}
	.carousel-indicators { bottom: 20px }



#introduction .services-intro {
    padding-bottom: 10px;
	margin-top:90px;
}
	#introduction .service {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: #1d6c9b;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	margin-bottom: 40px;
}


#introduction .service p {
    color: #ffffff;
    font-family: 'latolight';
    font-size: 16px;
    margin-bottom:0px;
}
	
	#introduction .service1 {
	background: #ffffff;
	padding: 25px 15px 10px;
	margin-bottom: 30px;
	color: #000000;
	}
	

  
  /*Navbar*/
  .navbar-default .navbar-collapse {
    background: #ffffff;
  }
  .navbar-default .navbar-nav li a {
    margin: 15px 15px;
	color:#164676;
	font-size: 16px;
  }
  .navbar-default .navbar-brand {
    padding-left: 15px;
  }
  .navbar-default .navbar-toggle {
    margin: 5px 15px;
	top:25px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .current {
    color: #f47821;
    padding-bottom: 5px;
	font-size: 16px;
  }
  
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f47821;
	font-size: 16px;
	background-color:#164676;
	line-height: 2;
	padding-left: 15px;
}
  
  .navbar-brand img {
    width: 85%;
  }
  
  
  .affix .navbar-brand img {
	width: 85%;
	
}
  
  
  #teams .team-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    padding: 40px;
    margin-bottom: 40px;
  }


  
  #matter-footer {
	background: #022b48;
	color: #FFF;
	font-family: 'latolight';
	text-align:center;
	font-size:12px;
}
  
  #matter-footer .link li a {
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}


#introduction .section-heading h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#how .section-heading h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-heading h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.copyright p {
	margin: 0;
	color: #ffffff;
	font-size:12px;
}

#matter-footer .row {
	padding: 30px 0
}




 #contact .contact-form .form-control {
    padding: 5px;
  }
  #contact .social i {
    padding: 7px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  
  
  #about p {
	line-height: 30px;
	font-size: 17px
}
#about h2.section-subtitle {
	line-height: 30px;
	font-size: 18px
}
#about .section-title {
	position: relative;
	color: #f47821;
    font-weight: 1000;
	font-size: 32px;
}
#about .btn {
	margin-top: 30px;
	font-size:14px;
}





#contact h1 {

	font-size: 32px;
}


#contact h3 {

	font-size: 20px;
}

#contact .section-heading p {
    font-size: 16px;
    line-height: 2;
    font-family: 'latoregular';
    color: #000;
}
#contact .section-heading h2 {
    font-size: 22px;
	font-family:'latoregular';
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#contact .section-heading h2 em {
    font-style: normal;
    color: #164676;
}



}


@media (min-width: 481px) and (max-width: 767px) {
	
	 .navbar-brand img {
    width: 85%;
  }
  
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f47821;
	font-size: 14px;
	background-color:#164676;
	line-height: 2;
}
  
  
  .affix .navbar-brand img {
	width: 85%;
}

#how .service p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'latolight';
    color: #000000;
}

	
}