.logo_img{
	width: 230px;
}
.heading{
	font-size:35px !important;
	text-align:left;
}
.team_tab{
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px !important;
}
.team_imgs{
	border: 3px solid #1F9CD8;
	padding: 17px;
	margin: 20px 45px;
}
.team_text{
	margin:40px 0px;
}
/****normalize.css*****/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  display:inline-block !important;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* 01. General css*/

html,
body {
    height: 100%
}
body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
}
.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.inner_page h4 {
	font-size: 16px;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}
input[type='submit'] {
    display: inline-block;
    background: #1f9cd8;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn{
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-active{
    background: #1f9cd8;
    border-color: #1f9cd8;
}
.caption-area .btn{
    margin-right: 15px;
}
.btn:hover {
    border-color: #1f9cd8;
    background: #1f9cd8;
    color: #fff;
}
.btn-active:hover{
    color: #333
}
.section-big {
    padding: 50px 0px;
}
.section-small {
    padding: 50px 0px;
}
.section-title {
    margin: auto;
    max-width: 565px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-65{
    margin-bottom: 65px;
}
.mt-95{
    margin-top: 95px;
}
.abt-b{
    margin-top: 20px
}
.section-title.white h2 {
    color: #fff;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #1f9cd8;
}
.section-title h2 span {
    color: #1f9cd8;
    /*margin-left: 10px;*/
}
.section-title p {
    margin-top: 25px;
}
/* preloader css */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    /*vertical-align: middle;*/
}
/* 02. Navigation area css*/
.top-bar {
    position: relative;
    margin-bottom: -50px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #ffffff;
    background:#333;
    overflow: hidden;
}
.top-bar .per-info {
    display: inline;
}
.top-contact-info {
    float: left;
    font-size: 14px;
}
.top-contact-info span {
    margin-right: 5px;
    font-size: 15px;
    border-radius: 2px
}

.top-contact-info a{
    color: #fff;
    margin-right: 20px;
	text-decoration: none;   
}
.top-social{
    float: right;
}
.top-social a i.fa {
    font-size: 16px;
    margin-right: 5px;
    color: #fff;
    padding: 0px 5px;
}
.top-social a i.fa:hover {
    color: #1f9cd8;
}
.menu-area.navbar-fixed-top {
    background: #fff;
    top: 50px;
    height:85px;

}
.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    min-height: 65px;
}
.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.sticky-menu .mainmenu {
    padding-top: 0px;
}
.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}
.sticky-menu .navbar {
    margin-top: 8px;
}
.navbar-brand {
    padding: 0;
    margin-top: 3px;
}
.navbar-brand img {
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}
.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}
.navbar-brand:hover {
    color: #82b541;
}
.navbar-nav  li {
    display: block;
    position:relative;
}
.navbar-nav li a {
    color: #333333;
    font-weight: 700;
    font-size: 15px;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
	color:#1F9CD8;
}
.mainmenu .navbar-nav li.active a {
    color: #1f9cd8;
}
/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;
}
/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #1f9cd8;
}
.space{height: 120px;}
/*03. Slider area css Home carseoul*/
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height:500px;
	width:100%;
}
#slider .main-container {
    padding: 0;
}
#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}
#slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width:100%;
}
#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
/* left and right control  */
a.welcome-control:hover i,
a.welcome-control:focus {
    color: #1f9cd8;
}
.welcome-control {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 24px;
    height: 40px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 20;
}
.welcome-control:hover {
    background: #fff;
}
.right.welcome-control {
    left: auto;
    right: 0px;
}
.left.welcome-control {
    left: 0px;
}
/* Slide caption text */
.intro-text {
    text-align: center;
    max-width: 1030px;
    margin: auto;
}
.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 30px 80px;
    /*padding-top: 0px;*/
}
.intro-text h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    margin-bottom: 30px;
}
.intro-text p {
    color:#fff;
}
.intro-text .btn{
    margin-right: 15px;
    border-color: #fff;
    color: #fff;
}
.intro-text .btn:hover{
    background-color: #1f9cd8;
    border-color: #1f9cd8;
}
a.btn.btn-trnsp.btn-big.current{
    background-color: #1f9cd8;
    border-color: #1f9cd8;
}
a.btn.btn-trnsp.btn-big.current:hover{
    background: transparent;
    border-color: #fff;
}
/* Slide Background Image */
#slider .slide1 {
    background-image: url(../slider/main-slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider .slide2 {
    background-image: url(../slider/web-slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#slider .slide3 {
    background-image: url(../slider/app-slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*04. About area css*/
.about_box{
	background:#f5f5f5;
	margin:12px;
    min-height: 580px;
    padding: 25px;
}
.about_box hr{
	border-top: 2px solid deepskyblue;
    width: 65px;
    margin-left: 0px;
}
.about_box p{
	color: #aaaaaa;
}
.about-text p {
    line-height: 25px;
}
.about_section{
	margin: 0px auto;
}
.about-text{
	margin-left:15px;
}
.about-area {
    background: #fff;
}
.about-services .service-box .fa {
    font-size: 35px;
}
.about-img img {
    width: 100%;
}
.about-text h3 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-text span {
    color: #1f9cd8;
}
.about-text .btn {
    margin-top: 20px;
    border: none;
    background: #1f9cd8;
    margin-bottom: 30px;
}
.skill-area h3.title {
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;
}
/*06. Service area css*/
.service_heading{
	margin-top: 80px !important;
	text-transform: uppercase;
}
.section-title hr{
	border-top: 2px solid deepskyblue;
    width: 90px;
}
.service_section{
	min-height:415px;
	margin: 13px 0px;
}
.service_text p{
	color: #aaaaaa;
}
.service_table li:not(:nth-child(1)){
    color: #aaaaaa; 
}
.left_ul{
	margin: 63px -55px 0px 0px;
}
.right_ul{
	margin: 63px 0px 0px -55px;
}
.service_section hr{
	border-top: 2px solid deepskyblue;
    width: 55px;
    margin-left: 0px;
}
.service-area {
    background-color: #f1f1f1;
}
.service-box {
	height: 365px;
    margin-top: 30px;
    background: #fff;
    padding: 15px 30px;
    text-align: center;
    border: 1px solid #ddd;
    color: #888;
    transition: all 0.3s ease-in-out;
}
.service-box i.fa {
    color: #1f9cd8;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 60px;
}
.service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
    color: #333;
}
.service-box:hover i.fa,
.service-box:hover.service-box h3{
    color: #1f9cd8;
}
.service-box:hover {
    box-shadow: 0px 0px 8px 3px #ECECEC;
    border-color: #fff;
}
@media only screen and (max-width: 1200px) and (min-width: 988px) {
	.service-box p{
		font-size:12px;
	}
}
@media only screen and (max-width: 768px) {
	.left_ul{
		margin:0px;
		text-align:center;
	}
	.right_ul{
		margin:0px;
		text-align:center;
	}
	.service_img{
		display:inline-block;
		margin: 40px 0px;
	}
	.copyright-text p {
		text-align:center;
	}
	.pull-none{
		float: none !important;
		text-align: center;
		margin-top: 15px;
	}
	.carousel_logos {
		margin: 0px 10px !important;
		width: 90px !important;
	}
}
@media only screen and (max-width: 1072px) {
	.carousel_logos {
		margin: 0px 30px !important;
		width: 120px;
	}
}
@media only screen and (max-width: 630px) {
	.carousel_logos {
		margin: 0px 1px !important;
		width: 70px !important;
	}
}
/*08. Portfolio/work area css*/
.portfolio .mix {
    display: none;
}
.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

/*16. Contact area css */
.contact-form {
    margin-right: 30px;
    margin-top: 30px;
}
.contact-form .form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}
.contact-form .form-group {
    border: 1px solid #bbb;
    margin-bottom: 30px;
}
.contact-form #message {
    padding-top: 10px;
    height: 195px;
}
.contact-form .success {
    margin-bottom: 10px;
    color: #1F9CD8;
}
.contact-form #submitButton:hover {
    color: #333;
}
.contact-info{
    margin-top: 30px;
}

.contact-info h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.contact-info h3::after {
    height: 2px;
    content: '';
    width: 70px;
    background-color: #1f9cd8;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.contact-info h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
}
.contact-list{
    margin-top: 30px;
    
}
.contact-list ul{
    list-style: none;
}
.contact-list ul li{
    line-height: 25px;
	margin-bottom: 6px;  
    display:inline-flex;
}
.flag_style img{
	/*width: 13px;
    bottom: 3px;*/
    height: 24px;
    position: relative;
}
.contact-list ul li span{
   margin-left: 20px; 
    
}
.contact-info i.fa {
    color: dimgray;
    font-size: 18px;
}
.contact-info a {
    color: inherit;
}
/*18. Footer area css*/
.footer-area{
    background: #F3F3F3
}
.footer_margin{
	margin-top: 20px;
    margin-bottom: 20px;
}
.copyright-area {
    background: #F1F1F1;
	padding:6px 0px 0px 0px;
}

.footer-social a {
    color: #fff;
    margin: 0 5px;
}
.footer-social a i {
    color: black;
    font-size: 13px;    
    border: 1px solid black;
    height: 30px;
    width: 30px;
    padding: 7px 0px;
    margin: 2px 0px;
    border-radius: 4px;
	text-align: center;
}
.footer-social a i:hover{
    color: #1f9cd8;
    background: #fff;
	border: 1px solid deepskyblue;
}
.copyright-text p {
    color: black;
	margin: 7px 0px;

}
/*19. Scroll-to-top area css */
#scroll-to-top{
    background-color: #1f9cd8;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 999;
}
#scroll-to-top:hover{
    background: #fff; 
    color: #1f9cd8;	
}
/****responsive.css*****/
/* Tablet Layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        padding: 15px 5px;
    }
	.about-img img {
		margin-top: 30px;
	}
}
/* Mobile Layout */
@media only screen and (max-width: 767px) {
    body{};

    .tmail, .tphone, .tsocial {
        line-height: 22px;
        width: 100%;
        text-align: center;
    }
	.top-social {
		float: none;
	}	
	.top-contact-info {
		float: none; 
	}	
	.top-bar {
		text-align: center;
		line-height: 35px;
		height: 75px;
	}	
	.menu-area.navbar-fixed-top {
		top: 75px;
	}

    .section-big {
        padding: 50px 0px;
    }
    .fun-facts-area.section-big{
        padding-top: 20px;
    }
    .section-title h2 {
        line-height: 30px;
    }
	.intro-text .title {
		padding: 30px 45px;
	}
    .intro-text h2 {
        line-height: 50px;
        font-size: 40px
    }
    .btn, input[type='submit'] {
        margin-bottom: 0px;
        padding: 8px 15px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        background: #f1f1f1;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav {
        margin: 0;
    }
    .mainmenu .navbar-nav li {
        float: none;
        display: block;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
        color: inherit;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        margin: 4px -15px;
        padding: 0;
        box-shadow: 0px 3px 5px 0px #999;
    }
    .navbar-toggle {}
    a.about-button {
        margin-top: 0;
    }
    .about-img img {
        margin-bottom: 30px;
    }
/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
    .footer-social a i {
        margin-bottom: 10px;
    }	
	.top-contact-info a {
		margin-right: 15px;
		font-size: 13px;
	}
	.top-contact-info span {
		font-size: 13px;
	}	
	.intro-text h2 {
		line-height: 30px;
		font-size: 18px;
	}	
	.intro-text .title {
		padding: 30px 40px;
	}	
	.intro-text .btn {
		margin-right: 5px;
		margin-bottom: 15px;
		padding: 5px 10px;
		font-size: 12px;
	}	
	.section-title h2 {
		font-size: 25px;
	}
	.about-text h3 {
		font-size: 25px;
	}   
}
/* Small Mobile Layout */
@media only screen and (max-width: 320px) {   
	.top-contact-info {
		font-size: 12px;
	}	
	.top-bar {
		line-height: 25px;
		
	}	
	.top-contact-info span {
		font-size: 12px;
	}	
	.top-contact-info a {
		margin-right: 5px;
	}	
	.top-social a i.fa {
		font-size: 12px;
	}	
	.top-bar .per-info {
		display: block;
	}	
	.about-text h3 {
		font-size: 18px;
	}

    
}
@media only screen and (max-width:500px) {
    .navbar-right{
        min-height: 400px;
        background: #e9f4ff;
    }

} 



