/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : Abirvab | One Page Multipurpose Html Template
* File          : Abirvab main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Skill area css

06. Service area css

07. Portfolio/work area css

08. Team area css

09. Fun facts area css

10. Pricing area css

11. Testimonial area css

12. News area css

13. Video area css

14. Clients area css

15. Subscribe area css

16. Contact area css

17. Google map area css

18. Social area css

19. footer area css

20. Back to top Button area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Lato:300,700,900|Open+Sans');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #000;/*anasayfa yazı rengi*/
    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: 700;
    color: #333;
    font-family: 'Open Sans', sans-serif;/*Lato*/
}

.subtitle {
    font-size: 13px;/*20*/
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #000000
}

p {
	text-align:justify;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #ff0000;
    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;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(32, 155, 212, 1), rgba(32, 155, 212, 1) );/*linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) )*/
    border: none;
    font-family: 'Open Sans';/*Lato*/
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-big {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}
	
.section-big {
	padding: 95px 0px;/*   org : 95px 0px ---  25px 0px 210px 0px*/
}
/*************/
.section-mid {
	padding:25px 0px 210px 0px;
}

/*******************/
.section-small {
    padding: 30px 0px;/*45 0*/
}

.section-title {
    margin: auto;
	margin-top:20px;/*20px*/
    max-width: 650px;
}

.mb-20{
    margin-bottom: 20px;
}
.mb-35{
    margin-bottom: 35px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-45{
    margin-bottom: 45px;
}
.mb-65{
    margin-bottom: 65px;
}
.mb-100{
    margin-bottom: 100px;
}
.section-title.white h2 span {
    color: #fff;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;/*25*/
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
	color: #000;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #000;
}

.section-title h2 span {
    color: #176B9C;/*ee9c0d*/
	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(/assets/img/loader.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:-60px;/*   -70 üstteki resmin menünü n altına inmesi*/
    height: 65px;/*65*/
    line-height: 65px;/*65*/
    z-index: 2;
    color: #ffffff;
	background: #151613;/* slider sayfasındaki üst panel : transparent*/
    overflow: hidden;
	
}

.tmail, .tphone, .tsocial {
    float: right;/*left i diğer ikonları kaldırınca left e çektim.*/
    width: 33.33%;
}

.top-bar span {
    margin-right: 10px;
}

.tmail {
    font-size: 14px;
}

.tphone {
    text-align: center;
    font-size: 14px;
}

.tsocial {
    text-align: right;
	
	
}

.tsocial a {
    color: inherit;/*inherit*/
	
}

.tsocial a:hover {
    color: #000;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 10px;
	
	
}


/* ----menu css--- */
.menu-area.navbar-fixed-top {
    background-color: #151613;/*transparent*/
    top: 50px;/*60px üst noktadan aşağı iniş*/
    height: 75px;/*95px*/
	
	
	
	
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;/*0px*/
    height: 75px;/*60 px*/
	background: #151613;/*#8657bd  2f2f2f  ön yüzdeki sticky menu 435401*/
}

.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: 0px;/*20px*/
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0px;/*0*/
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar li a {
    padding-top: 8px;
}

.navbar-brand {
    padding: 0;
    height: 35px;/*35px*/
	
}
.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;/*#82b541*/
}

.navbar-nav  li {
    display: block;
	position:relative;
}

.navbar-nav li a {
    color: #fefefe;
    font-weight: 900;
    font-family: 'Open Sans';/*Lato*/
    font-size: 12px;/*14px*/
	padding-top: 20px;/*8   menüyü aşağı kaydırdım.*/
    padding-bottom: 10px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #176B9C;/*#000*/ 
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
	color: #000;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #fff;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item{
   height: 100%; /* yüzdeyüz göstermior   */
   min-height: 425px;/*800*/
   
  width:100%;/*yoktu ekledim.*/
  
}


#slider .main-container {
	padding: 0;
	
}

#slider .carousel-indicators {
    bottom: 30px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #151613;/*1px*/
    border-radius: 0px;
    background: #fff;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #176B9C;
}


#slider .carousel .item {
	height: 425px;/*425*/
	height: 100%;
	width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    /*background-image: linear-gradient(to right,rgba(32, 155, 212, 0.5), rgba(32, 155, 212, 0.5) );*/
}

#slider .carousel-control {
    text-shadow: none;
}

.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);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img,
.left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;/**-26*/
	padding: 20px 10px;
}

.carousel-control img:hover  {
	background: #82b541;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}



.intro-text {
    text-align: center;
    padding-top:100px;
	color: #fff;
}

/*ana sayfa slider yazılar için eklendi*/


.intro-text-top {
	position:absolute;
	top:60%;
	left:50%;
	transform:translate(-50%, -100%);
	background-image: linear-gradient(to right,rgba(32, 155, 212, 0.7), rgba(32, 155, 212, 0.7) );
	width:100%;
	text-align:center;
	

}
.intro-text-mid {
	position:absolute;
	top:80%;
	left:50%;
	transform:translate(-50%, 100%);
	background-image: linear-gradient(to right,rgba(32, 155, 212, 0.2), rgba(32, 155, 212, 0.2) );
width:100%;
	text-align:center;

}
.intro-text-bottom {
	position:absolute;
	top:80%;
	left:50%;
	transform:translate(-50%,-80%);
	background-image: linear-gradient(to right,rgba(23, 107, 156, 0.8), rgba(32, 155, 212, 0.8) );
	width:100%;
	text-align:center;

}


/**/




.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 50px 20px;
}
p.slide-caption{
	font-size: 5vw;
    line-height: 6vw;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
	font-family: lato;
}
.intro-text h2 {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    margin: 0;
    color: #fff;
    text-align: left;
	margin-right: 5px;
}

.intro-text h1 {
    text-transform: uppercase;
    font-size: 11vw;
    font-weight: 900;
    margin: 0;
    margin-left: -10px;
    float: left;
    color: #fff;
    line-height: 10vw;
}
.intro-text a.btn.btn-trnsp.btn-big {
    margin-top: 10px;
}
.intro-text a.btn.btn-trnsp.btn-big:hover {
   background-color: #000;
   border-color: #000;
}

#slider .carousel-indicators {
    bottom: 0px;/*20px*/
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(/assets/img/slider/01.jpg);
    background-size:cover ;/*cover*/
    background-repeat: no-repeat;/*no-repeat*/
    background-position: center center;
		
	
	
}

#slider .slide2 {
    background-image: url(/assets/img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
	
}

#slider .slide3 {
    background-image: url(/assets/img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
		
	
}
#slider .slide4 {
    background-image: url(/assets/img/slider/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
}
#slider .slide5 {
    background-image: url(/assets/img/slider/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
	
}
/*ingilizce*/
#slider .slide11 {
    background-image: url(/assets/img/slider/011.jpg);
    background-size:cover ;/*cover*/
    background-repeat: no-repeat;/*no-repeat*/
    background-position: center center;
		
	
	
}

#slider .slide22 {
    background-image: url(/assets/img/slider/022.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
	
}

#slider .slide33 {
    background-image: url(/assets/img/slider/033.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
		
	
}
#slider .slide44 {
    background-image: url(/assets/img/slider/044.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
}
#slider .slide55 {
    background-image: url(/assets/img/slider/055.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
	
}


/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/
#aboutus{
	padding:30px;
}
.about-area {
	background: #fff;
}

.about-featured {
    margin-right: 30px;
}

.about-details h3 {
	margin-top: 0px;
	color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.about-details span {
    color: #176B9C;/*#8657bd*/
}

.about-title{
	margin-top: 20px;

}

.about-title ul.circle li{
	margin-top: 7px;
	margin-left: 30px;
	list-style: none;
}

.about-title ul.circle li{
	line-height: 30px;
	position: relative;
}

.about-title ul.circle li:before {
	position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #176B9C; /*86a4e3*/
    border-radius: 50px;
}


.nav-tabs { 
    border-bottom:none
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover { 
	border-width: 0;border: none 
 }

.nav-tabs>li {
    display: inline-block;
    width: 50%;/*32%*/
}

.nav-tabs li a{
	border: none ;
	color: #000;
	text-transform: uppercase;
    font-weight: 900;
    border-bottom: 3px solid #000 !important; 
    padding: 15px 0px;
    text-align: center;
    margin-right: 10px;/*iki tab arası boşluk*/
	font-size:14px;
	
	
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover { 
	border-bottom: 3px solid #176B9C!important;#176B9C/*#8657bd*/
	color: #176B9C !important; 
}

.tab-pane { padding-top: 15px; }

.circle {
    margin-left: 10px;
}

@media (min-width: 1199px) {
    .about-title {
        
    }
}


/* ----------------------------------------------------------------------------------------
*                                   06. Service area css
* --------------------------------------------------------------------------------------- */
#services{padding:40px;}
.service-area {
    background-color: #ffffff;/*f5f5f5*/
}

.home-services .service-box {
    padding: 10px 20px;
	padding-bottom: 10px;
    margin-top: 5px;
    background: #fff;
	border: 1px solid #fff;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        
    }
}

.home-services .service-box i.fa {
    color: #176B9C;/*8657bd*/
    margin: 10px 0px;
    font-size: 15px;/**/
	
}
.home-services .service-box h3 {
    margin-top: 10px; /*0*/
    position: relative;
    margin-bottom: 15px;
}/*
.home-services .service-box:hover{
	background: rgba(134, 164, 227, 1);
    background-image: linear-gradient(to right,rgba(238, 156, 13, 1), rgba(238, 156, 13, 1) );
	color: #fff;
    border: 1px solid #f5f5f5;
	
}*/

.home-services .service-box:hover.service-box h3{
   color: #000;
   transform: scale(1.2);/*scale(1.2);*/
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/*******************/
.home-services .service-box:hover.service-box img{
    transform: scale(1.2);/*scale(1.2);*/
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/*******************/
.home-services .service-box:hover.service-box i.fa{
   color: #fff;

     
}

.featured-image {
    margin-top: 35px;
}



/* ----------------------------------------------------------------------------------------
*                               07. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
#divisions{padding:40px;}

.works-area {
    padding-bottom: 0px;
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: #176B9C;/*8657bd*/
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;/*%100*/
    transition: 0.8s ease-out;
}
/**********sonradan eklendi***************/

.work-items .item i.fa {
    font-size: 36px;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff; 
}

.work-items .item h2 {
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
}

.work-items .item .htext {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
	background-image: linear-gradient(to right,rgba(23, 107, 156, 0.7), rgba(23, 107, 156, 0.7) );
	width: 100%;
	text-align:center;
	
}

/*******son********/
.work-items .overlay{
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(238, 156, 13, 1), rgba(238, 156, 13, 1) );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*%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%;/*%100*/
    height: 100%;/*%100*/
}

.work-items .item:hover img {
    transform: scale(1.2);/*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: 36px;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #fff; 
}

.work-items .overlay h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.work-items .overlay .htext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* ----------------------------------------------------------------------------------------
*                                08. Why vavagro
* --------------------------------------------------------------------------------------- */
#whyvavbiz{padding:40px;}

.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.member-image img{
    width: 100%;
	
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 5px;
    color: #fff;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.member-hover .center-content {
    margin-top: 50%;
}

.member-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%; /*0*/
    opacity: 10; /*0*/
    background: rgba(23, 107, 156,0.6);
    background-image: linear-gradient(to right,rgba(23, 107, 156, 0.7), rgba(23, 107, 156, 0.7) );
	
	/*linear-gradient(to right,rgba(167, 73, 221, 0.75), rgba(75, 84, 223, 0.75) );*/
    color: #fff;
    padding: 15px 15px;/*30px 15px*/
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;

}

.team-member:hover .member-hover {
    opacity: 1; 
    height: 30%;/*100%*/
    
}

.member-hover .text-muted,
.member-hover i.fa {
    color: #fff;
}
.member-hover i.fa:hover {
    color: #000;
}
.member-hover .member-social {
    margin: 15px 20px;
    background: rgba(134, 164, 227, 0.75);
    background-image: linear-gradient(to left,rgba(23, 107, 156, 1 ), rgba(23, 107, 156, 1) );
    border: 1px solid #000;
    padding: 10px;
}

.member-hover p {
    text-align: right;
	font-weight:bold;
}

.member-hover .text-muted {
    text-align: center;
}



/* ----------------------------------------------------------------------------------------
*                                   09. Fun facts area css
* --------------------------------------------------------------------------------------- 


.fun-facts-area{
    background-image: url(/assets/img/bg/fun-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
	
}

.fun-facts-area.section-big {
    padding-bottom: 65px;
}

.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(167, 73, 221, 0.9), rgba(75, 84, 223, 0.9) );
}


.fun-facts i.fa {
    font-size: 40px;
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    padding: 30px 0px;
    border-radius: 100px;
}

.fun-facts h3 {
    font-size: 36px;
    font-weight: 900;
	color: #fff;
}

.fun-facts p {
    font-size: 16px;
}



/* ----------------------------------------------------------------------------------------
*                                   10. Pricing area css
* --------------------------------------------------------------------------------------- 
.price-item {
    padding: 0 0px 28px;
    margin: 0;
    text-align: center;
    position: relative;
	background: #fff;
    border: 1px solid #000;
    margin-top: 30px;
}
.price-item .info {
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    padding: 23px 0px;
    color: #fff;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured .info {
    color: #000;
	background: #fff;
    
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato';
    text-transform: uppercase;
	margin: 10px 0px;
}
p.level.hbg {
    
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    margin: 0px;
    
}

.price-item.featured{
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    color: #fff;
    border: 1px solid #a749dd;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Lato';
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
	width: 170px;
}

.price-item a.btn:hover {
    background: #000;
    color: #fff;
	
}

.price-item.featured a.btn {
    background: #000;
    color: #fff;
}



*/

/* ----------------------------------------------------------------------------------------
*                                11. Testimonial area css
* --------------------------------------------------------------------------------------- 
.testimonial-area{
    background-image: url(/assets/img/bg/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	color: #fff;
	
}
.testimonial-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
}


.testimonial-area .section-title p{
	color: #000;
	
}
.testimonial-area .section-title h2:before{
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    margin-left: -85px;
    left: 50%;
    background-color: #fff;
}
 

.testimonial-area .testimonial-list{
	
}

.single-testimonial {
    padding: 0px 200px;
}

.single-testimonial img {
   margin-bottom: 25px;
   border: 1px solid #fff;
}

.testimonial-content {
    
}

.single-testimonial i.fa {
    font-size: 60px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.single-testimonial p {
    line-height: 27px;
    font-size: 18px;
    margin: 0;
	color: #fff;
    font-style: italic;
}

.single-testimonial h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.single-testimonial .desg {
    font-size: 14px;
    line-height: 16px;
	font-weight: 300;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #000;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
}

.owl-page.active span {
    background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}

*/


/* ----------------------------------------------------------------------------------------
*                                   12. News area css
* --------------------------------------------------------------------------------------- */
#howwework{padding:40px;}
.news-image {
    position: relative;
	
	
}
.news-image img {
    width: 100%;
	
	
}
.news-content p{
			
		
	}
.news-content .subtitle {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 20px;
	text-transform: none;
}
/**/
.news-content .subcolor {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
	text-transform: none;
	background-color :rgba(32, 155, 212, 1);
	color:white;
	border:0px double #000;
	
}
/**/
.blog-date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
    padding: 0px 5px;
}
.blog-date h4 {
    background: #fff;
    border: 2px solid #64C7DA;
    width: 55px;
    padding: 8px 0px;
    text-align: center;
    color: #176B9C;/* 86a4e3*/
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 15px;
}

.single-news {
    margin-top: 30px;
	
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 15px;
	width: 170px;
}

.news-content .btn:hover {
    background-color: #000;
    background-image: none;
	color: #fff;
}

.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}


.news-meta span {
    margin: 0 10px;
}

.news-meta span i.fa {
    margin-right: 10px;
}

.news-content .button {
    color: #000;
	text-transform: uppercase;
}




/* ----------------------------------------------------------------------------------------
*                                   13. Video area css
* --------------------------------------------------------------------------------------- 
.video-area {
    background-image: url(/assets/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-image: linear-gradient(to right,rgba(167, 73, 221, 0.65), rgba(75, 84, 223, 0.65) );
}

.video-content {
    position: relative;
}
.video-content h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.video-content i.fa {
    color: #975DB6;
    background: #fff;
    border-radius: 100px;
    font-size: 50px;
    padding: 30px 0px 30px 15px;
    width: 110px;
}

.video-content i.fa:hover {
    color: #000;
}

*/
/* ----------------------------------------------------------------------------------------
*                                   14. Client area css
* --------------------------------------------------------------------------------------- 
.owl-client .item img {
    width: auto;
    max-width: 100%;
}
.owl-client .item {
    border: 1px solid #000;
    margin-right: 30px;
}
.owl-client .item:hover {
    border-color: #8657bd;
}

*/
/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- 
.subscribe-area {
    background-color: rgba(134, 164, 227, 0.75);
	background-image: linear-gradient(to right,rgba(167, 73, 221, 0.7), rgba(75, 84, 223, 0.7) );
}
.subscribe-box {}
.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
    color: #000;
}
.subscribe-box h2 span {
    color: #fff;
}
.subscribe-box p {
    color: #fff;
}
.newsletter-form {
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 70%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}
.newsletter-form .mc-submit {
    height: 50px;
    width: 30%;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    background-color: #000;
    border: none;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}
.newsletter-form .mc-submit:hover {
    color: #6E72E2;
}
.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;
}

*/


/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- 
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.contact-form .form-group input[type="text"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}

.contact-form .form-group  textarea::-webkit-input-placeholder{
	color: #000 !important;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #000;
    padding-left: 50px;
    margin-bottom: 15px;
}

.contact-form .ficon .fa {
    font-size: 18px;
    background: #8657bd;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 12px 0px;
}

.contact-form .box-icon .fa {
    font-size: 18px;
    background: #8657bd;
    color: #fff;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 40px;
    text-align: center;
    padding: 60px 0px;
}

.contact-form #message {
    padding-top: 10px;
    height: 156px;
}

#submitButton {
    max-width: 320px;
    width: 100%;
    margin: auto;
    display: table;
}

#submitButton:hover {
    background-color: #000;
    color: #fff;
    background-image: none;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
*/

#contacts{padding:40px;}
.contact-area .contact-infos {
    margin-bottom: 30px;
}
.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #8657bd;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.contact-info {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: #176B9C;/*8657bd*/
    font-size: 35px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact-info i.fa:after {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #176B9C;
}

.contact-info a {
    color: inherit;
}


/* ----------------------------------------------------------------------------------------
*                                   17. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}





/* -------------------- footer copy-right --------------------*/
.social {
	margin-top: 10px;/*0px*/
}

.social-links li {
	list-style: none;
	float: left;
    margin: 4px 4px;
}


.social-links li a i {
	color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
}


@media (min-width: 992px) {
	
}

.social-links li a:hover i {
	color: #176B9C;
}

.copyright-area {
	padding: 20px 0px;/*30 0*/
	background: #151613;/*#1b1e25*/
	color: #fff;
}

.footer-text p {
	margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------
*                                   20. Back to top Button area css
* --------------------------------------------------------------------------------------- */

.top-button {
    position: fixed;
    bottom: 24px;
    right: 20px;
	background: #000;
}

.top-button .fa-angle-up {
    font-size: 40px;
    padding: 3px 0px;
    color: #fff;
	width: 50px;
	height: 50px;
} 

.top-button .fa-angle-up:hover {
    color: #176B9C;
	
}












/*
     FILE ARCHIVED ON 22:45:03 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:38:34 Apr 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.506
  captures_list: 0.552
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.006
  esindex: 0.011
  cdx.remote: 11.218
  LoadShardBlock: 100.941 (3)
  PetaboxLoader3.resolve: 104.112 (3)
  PetaboxLoader3.datanode: 99.202 (5)
  load_resource: 159.946 (2)
*/