/* Google Fonts open sans */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');



/* ----------------------------------------------------------------------------------------
*                                       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;
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    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: 30px 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: 50px;
}

.abt-b{
    margin-top: 20px
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 32px;
    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;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}



/* ----------------------------------------------------------------------------------------
*                               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;
    
}

.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;
    height: 95px;
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 95px;
}

.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;
}

.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;
    }
	#slider{
		margin-top:0px;
	}
}
@media (min-width: 420px) {
 #silder{
	 margin-top:50px;
 }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #1f9cd8;
}


.space{height: 100px;}

/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 100%;
    min-height: 350px;
    max-height: 450px;
	
}

#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%;
   
}

.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: 32px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #31708f;
    margin-bottom: 30px;
	margin-top:100px;
}

.intro-text p {
    color:#000;
}

.intro-text .btn{
    margin-right: 15px;
    border-color: #333;
    color: #333;
    background-color: #1f9cd8;
    
}
.intro-text .btn:hover{
  
    border-color: #333;
	background-color:#CCC;
}

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(../img/1.png);
    background-size: cover;
    background-repeat:repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide4 {
    background-image: url(../img/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
    background: #fff;
    padding-top: 60px;
}

.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;
}


/* ----------------------------------------------------------------------------------------
*                                   05. Counter area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-image: url(../img/bg/fun-bg.jpg);
    background-size: cover;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    
}

.fun-facts-area.section-big{
    padding-top: 65px;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}


.fun-fact {
    margin-top: 30px;
}

.fun-fact i.fa {
	color: #fff;
    font-size: 30px;
    position: relative;
    width: 55px;
    height: 55px;
    background: #1f9cd8;
    padding: 12px 0px;
	border-radius: 50px;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff
}


.fun-fact p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}



/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #f1f1f1;
}

.service-box {
    margin-top: 30px;
    background: #fff;
    padding: 15px 30px;
    text-align: center;
    border: 1px solid #999;
    color: #888;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        /*max-width: 300px;*/
    }
}

.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;
}


/* ----------------------------------------------------------------------------------------
*                                   07. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
    background-image: url(../img/bg/video-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
}

.video-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}

.video-content {
    position: relative;
}

.video-content h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 0px;
}

.video-content i.fa {
    color: #fff;
    background: transparent;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    border: 2px solid #fff;
    width: 110px;
    height: 110px;

}

.video-content i.fa:hover {
    color: #1f9cd8;
}




/* ----------------------------------------------------------------------------------------
*                               08. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

.filters li {
    display: inline-block;
    margin: 0px 5px;
    margin-bottom: 10px;
	padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.filters li.active {
    background: #1f9cd8;
    color: #fff;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin: 0 -15px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 30px;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
}

.work-items .overlay h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.work-items .overlay .icon{
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                09. callto-area
* --------------------------------------------------------------------------------------- */

.callto-area {
   /* background: #1f9cd8;*/
    background:#d8741f;
    color: #fff;
}

.callto-area h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.btn.callto {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 18px;

}

.btn.callto:hover {
    color: #333;
    background: #fff;
}


/* ----------------------------------------------------------------------------------------
*                                10. Team area css
* --------------------------------------------------------------------------------------- */

.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 15px;
    margin-top: 30px;
}


.member-hover h3{
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.member-hover p{
    color: #333;
}

.member-social {
    margin-top: 15px;
    padding-bottom: 15px;
}

.member-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.member-hover .member-social ul li .fa{
    color: #1f9cd8;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #1f9cd8;
    padding: 9px 0px;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}
.member-hover .member-social .fa:hover {
    color: #fff;
    background: #1f9cd8;
    border-color: #1f9cd8;
}


.team-slide .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.team-slide .owl-prev {
    float: left;
    margin-left: 15px;
}

.team-slide .owl-next {
    float: right;
    margin-right: 15px;
}


.team-slide .owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #7F7F7F;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.team-slide .owl-buttons i.fa:hover {
    background-color: #1f9cd8;
}


/* ----------------------------------------------------------------------------------------
*                                11. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color:#f5f5f5;
}


.testimonial-area .section-title h2,.testimonial-area .section-title p,.s-testimonial-text p {
    color: #777;
}

.single-testimonial {
    padding: 0px 15px;
}

.single-testimonial img {
    float: left;
    margin-right: 40px;
}

.single-testimonial .feedback-text{
    position: relative;
    border: 1px solid #2196f3;
    padding: 20px;
    display: grid;
}

.single-testimonial .feedback-text:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -16px;
    top: 6px;
}

.single-testimonial .feedback-text:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #2196f3;
    left: -14px;
    top: 6px;
}

.single-testimonial i.fa {
    
    margin-bottom: 20px;
    display: inline-block;
    color: #2196F3;
}

.single-testimonial p {
    line-height: 25px;
    font-size: 15px;
    margin: 0;
    color: #777;
}

.single-testimonial h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #555;
}
.single-testimonial h4 span {
      font-size: 15px;
    color: #1f9cd8;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
}


.testimonial-list.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #2196F3;
    border-radius: 50px;
    float: left;
}

.testimonial-list .owl-controls.clickable {
    margin-top: 30px;
}

.testimonial-list .owl-pagination {
    width: 200px;
    margin: auto;
}

.testimonial-list .owl-page.active span {
    background: #2196F3;
}

.testimonial-list .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}


/* ----------------------------------------------------------------------------------------
*                                   12. Pricing area css
* --------------------------------------------------------------------------------------- */

.price-item {
    padding: 20px 20px 27px 20px;
    margin: 0;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.featured {
    box-shadow: 0px 0px 8px 3px #ECECEC;
    border: 1px solid #fff;
}

.price-item .info {
    background: #333333;
    padding-top: 25px;
    padding-bottom: 19px;
}

.price-item .active-bg{
    background-color:#1F9CD8
}

.price-item .info p {
    color: #fff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item p.level {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price span{
    display: inherit;
    margin-top: -15px;
}

.price-item.featured p.price {
  
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 72px;
    font-weight: 600;
}

.price-item .features {
    margin: 15px 0;
}

.price-item .features li {
    padding: 10px 0;
    color: #888888;
}

.price-item a.btn {
    background: #333333;
    color: #fff;
    border:none;
}

.price-item a.btn:hover {
    background: #1F9CD8;
    color: #fff;
}

.price-item.featured a.btn {
    background: #1f9cd8;
    color: #fff;
}

.price-item.featured a.btn:hover {
    color: #fff;
}



/* ----------------------------------------------------------------------------------------
*                                13. Subscribe area css
* --------------------------------------------------------------------------------------- */

.subscribe-area {
    background-image: url(../img/bg/subscriber-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding: 120px 0px;
    text-align:center;
    padding: 90px 0px;
}

.subscribe-area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.subscribe-box h1 {
    margin-bottom: 60px;
    font-size: 32px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase
}

.subscribe-box p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
ul.newsletter-social {
    margin-top: 20px;
}

.newsletter-form {
    margin: auto;
    position: relative;
    max-width: 710px;
}

.newsletter-form input {
    height: 50px;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
   
}

.newsletter-form input[type="email"]::-webkit-input-placeholder{
    color: #fff !important;
}

.newsletter-form .mc-submit {
    height: 46px;
    font-weight: 600;
    color: #fff;
    background: #1f9cd8;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0px 25px;
}

.newsletter-form .mc-submit:hover {
    color: #333;
}

.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}

.mailchimp-submitting{
}

.mailchimp-success{
    color: green;
}

.mailchimp-error{
    color: red;
}

.form-control:focus {
    border-color: #fff !important;
    box-shadow: none; !important;

}


/* ----------------------------------------------------------------------------------------
*                                   14. News area css
* --------------------------------------------------------------------------------------- */
.news-area {}

.single-news {
    margin-top: 30px;
    border: 1px solid #E1E1E1;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.single-news:hover{
    box-shadow: 0px 0px 4px 4px #ECECEC;
    border: 1px solid #fff;
}

.news-image img {
    width: 100%;
}

.news-image{
    position: relative;
}
.news-date {
    position: absolute;
    background: #333333;
    padding: 9px 15px;
    left: 0;
    bottom: 10px;
}
.news-date p{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    
}
.news-content .subtitle {
    text-transform: inherit;
    line-height: 28px;
}
.news-content .subtitle i.fa {
    color: #1f9cd8;
}
.news-content .btn {
    margin-top: 10px;
    border: none;
    background: #333333;
    color: #fff;
}
.news-content .btn:hover {
    background: #1f9cd8;
    color: #fff;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    color: #1f9cd8;
    text-transform: uppercase;
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 25px;
    line-height: 35px;
}

.news-modal .modal-content img {
    width: 100%;
    height: auto;
}

.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}

/* ----------------------------------------------------------------------------------------
*                                   15. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    padding: 0 15px;
    width: auto;
    max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                                   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-form .contact-form.success {
    background: transparent;
    color: #1f9cd8;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.contact-form .error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.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 p {
   
}

.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: 32px   
    
}

.contact-list ul li span{
   margin-left: 20px; 
    
}

.contact-info i.fa {
    color: #1f9cd8;
    font-size: 18px;
}

.contact-info a {
    color: inherit;
}



/* ----------------------------------------------------------------------------------------
*                                   17. Google Map area css
* --------------------------------------------------------------------------------------- */

#contactgoogleMap {
    width: 100%;
    height: 400px;
    
}


/* ----------------------------------------------------------------------------------------
*                                   18. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area{
    background: #fff
}

.copyright-area {
    background: #333;
	padding: 15px 0px;
}

.footer-social a {
    color: #fff;
    margin: 0 5px;
}

.footer-social a i {
    color: #fff;
    font-size: 13px;    
    border: 1px solid #fff;
    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;
}

.copyright-text p {
    margin: 0;
    font-size: 13px;
    color: #fff;
	margin: 7px 0px;

}


/* ----------------------------------------------------------------------------------------
*                                   19. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top{
    background-color: #333;
    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: #1f9cd8; 
    color: #fff;
	
}


