/*
  Author: Webstrot 
  Copyright: © 2021-22
  Template : Hotelier Lawyer HTML Template 
 
 
===========TABLE OF CONTENT======
  #Theme default css
  #Accordion page css
        1. Accordion Area 
        2. accordion_one_section start 
        3. accordion_two_section start
        4. accordion_three_section start
        5. accordion_four_section start
        6. accordion_five_section start
        7. accordion_six_section start
        8. accordion_seven_section starT
  #Blog page css 
        1. Blog Sections Start
        2. blogone start
        3. blogtwo start
        4. blogthree start
        5. blogfour start
        6. blogfive start
  #Client page css
        1. Clients Area Start
        2. clientOne start
        3. clientTwo start
        4. clientThree start
        5. clientFour start
        6. clientFive start
  #Counter Page
        1. Counter Style Start
        2. counterOne start
        3. counterTwo start
        4. counterThree start
        5. counterFour start
        6. counterFive start
  #Element page css
       1. section_1 css
       2. section_2 css
       3. section_3 css
       4. section_4 css
       5. section_5 css
       6. section_6 css
  #Feature_with_icon page css
      1. section-1 css
      2. section-2 css
      3. section-3 css
      4. section-4 css
      5. section-5 css
  #Feature_with_images page css
      1. section_1 css
      2. section_2 css
      3. section_3 css
      4. section_4 css
      5. section_5 css
      6. section_6 css
      7. section_7 css
      8. section_8 css
      9. section_9 css
  #Footer page css
     1. section_1 css
     2. section_2 css
     3. section_3 css
     4. section_4 css
     5. section_5 css
  #Form page css
    1. FORM STYLE
    2. formOne section start
    3. formtwo section start
    4. formthree section start
    5. formfour section start
    6. formfive section start
    7. formsix section start
  #Heading page css
    1. Heading Styles Start
    2. headingOne
    3. headingTwo
    4. headingThree
    5. headingFour
    6. headingFive
    7. headingSix
    8. headingSeven
    9. headingEight
    10. headingNine
    11. headingTen
    12. headingEleven
  #Image box css
    1. Image Box Sections Start
    2. img_box_one section start
    3. img_box_two section start
    4. img_box_three section start
    5. img_box_four section start
    6. img_box_five section start
  #page header page css
    1. section_1 css
	2. section_2 css
	3. section_3 css
	4. section_4 css
	5. section_5 css
  #Portfolio page css
  	1. section_1 css
	2. section_2 css
	3. section_3 css
	4. section_4 css
	5. section_5 css
	6. section_6 css
  #Pricing table page css
    1. Pricing Sections Start
	2. pricing_section_one start
	3. pricing_section_two start
	4. pricing_section_three start
	5. pricing_section_four start
	6. pricing_section_five start
  #Tab page css
    1. Tab Style Start
	2. tabOne start
	3. tabTwo start
	4. tabThree start
	5. tabFour start
	6. tabFive start
	7. tabSix start
	8. tabSeven start
  #Team page css
    1. section_1 css
	2. section_2 css
	3. section_3 css
	4. section_4 css
	5. section_5 css
  #Testimonial page css
  	1. section_1 css
	2. section_2 css
	3. section_3 css
	4. section_4 css
	5. section_5 css
	6. section_6 css
	7. section_7 css
  #Progress bar css
  #Icon Page css

  */


  body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
	color: #111;
	background-color: #ffffff;
	/* overflow-x: hidden; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a {
	color: #111;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	text-transform: capitalize;
	font-weight: 400;
	color: #111111;
	margin: 0;
	padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #111;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

h2 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

p {
	font-family: 'Mulish', sans-serif;
	margin: 0;
	color: #767777;
  font-size: 16px;
}

input,
select,
button,
textarea {
	outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}
i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.p-0 {
	padding: 0 !important;
}
.ptb-100{
	padding: 100px 0;
}
.t-center {
	text-align: center;
}
.mt-30{
	margin-top: 30px;
}
#main-wrapper{
	float:left;
	width:100%;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion-wrap .panel .panel-heading a {
	font-size: 14px;
}
.accordion-wrap .panel-body {
	font-size: 13px;
}
.accordion-wrap .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.t-left{
	text-align: left;
}
/*   accordion_one_section start */

.accordion_one .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_one .panel-group {
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
}
.accordion_one .panel-default {
  border: 0;
}
.accordion_one .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 0px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_one .panel:last-of-type {
	border-bottom: 0;
}
.accordion_one .panel .panel-heading a {	
	display: block;
	padding: 12px 30px;	
	background: #fff;
	color: #313131;
    border-bottom:1px solid #f1f1f1;
}
.accordion_one .panel .panel-heading a.collapsed {
	color: #999999;
	display: block;
	padding: 12px 30px;
    border-top:0px;
}
.accordion_one .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 35px;
  background: #fff;
  color: #999999;
}
.img-accordion {
	width: 81px;
	float: left;
	margin-right: 15px;
	display: block;
}
.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 15px;
	width: 36px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #F1F1F1;
	float: left;
	margin-left: -31px;
	margin-top: -12px;
	margin-right: 15px;
}
.accordion_one .panel .panel-heading a:after {  
  content: "\2212";  
}
.accordion_one .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #999999;	
	background: #f1f1f1;
}
@media(max-width:767px){
    .accordion_one.col-sm-6{
        border-bottom:10px solid transparent;
    } 
}
/*   accordion_one_section end */

/*   accordion_two_section start */

.accordion_two_section{
	background: #f7f7f7;
}
.accordionTwo .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordionTwo .panel-group {
  margin-bottom: 0;
}
.accordionTwo .panel-default {
  border: 0;
}
.accordionTwo .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordionTwo .panel:last-of-type {
	border-bottom: 0;
}
.accordionTwo .panel .panel-heading a {	
	display: block;
	padding: 12px 20px;
	color: #fff;
}
.accordionTwo .panel .panel-heading a.collapsed {
	color: #999999;
	background-color: #fff;
	display: block;
	padding: 12px 20px;
}
.accordionTwo .panel-default>.panel-heading {
  background: #4385f5;
  border-radius: 0px;
  border-color: #4385f5;
}
.accordionTwo .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 20px 20px 20px 30px;
  background: #4385f5;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.accordionTwo .panel .panel-heading a:after,
.accordionTwo .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 14px;
	float: right;
	width: 21px;
	display: block;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
}
.accordionTwo .panel .panel-heading a:after {  
	content: "\2212";
	color: #4285f4;
	background: #fff;
}
.accordionTwo .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #fff;
	background-color: #DADADA;	
}

@media(max-width: 767px){
	.accordionTwo-section .col-sm-6 {
		border-bottom: 10px solid transparent;
	}
}


/*   accordion_two_section end */

/*   accordion_three_section start */

.accordion_three_section{
	background: url(../images/accordion/accordion3-bg.jpg) no-repeat center center;
	background-size: cover;
}
.accordion_three .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_three .panel-group {
  margin-bottom: 0;
}
.accordion_three .panel-default {
  border: 0;
}
.accordion_three .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_three .panel-default .panel-heading {
	background: transparent;
}
.accordion_three .panel {
	background-color: transparent;
	box-shadow: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.accordion_three .panel:last-of-type {
	border-bottom: 1px solid transparent;
}
.accordion_three .panel .panel-heading a {	
	display: block;
	background: rgba(0,0,0,.3);
	padding: 12px 20px;
	color: #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.accordion_three .panel .panel-heading a.collapsed {
	color: #fff;
	background: rgba(0,0,0,.3);
	display: block;
	padding: 12px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.accordion_three .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 70px;
  background: rgba(0,0,0,.3);
  color: #fff;
  font-size:14px;
  line-height:24px;
}
.accordion_three .panel .panel-heading a:before,
.accordion_three .panel .panel-heading a.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 20px;
	float: left;
	margin-right: 20px;
}
.accordion_three .panel .panel-heading.desktop a:before {  
  content: "\f108";  
  color: #fff;
 }
.accordion_three .panel .panel-heading.desktop a.collapsed:before {
	content: "\f108"; 
	color: #fff;
}
.accordion_three .panel .panel-heading.horn a:before {  
  content: "\f0a1";  
  color: #fff;
 }
.accordion_three .panel .panel-heading.horn a.collapsed:before {
	content: "\f0a1";
	color: #fff;			
}
.accordion_three .panel .panel-heading.bell a:before {  
  content: "\f0f3";  
  color: #fff;
}
.accordion_three .panel .panel-heading.bell a.collapsed:before {
	content: "\f0f3";
	color: #fff;	
}
.accordion_three .panel .panel-heading a:after,
.accordion_three .panel .panel-heading a.collapsed:after{
	font-size: 14px;
	float: right;
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	display: block;
	border-radius: 50%;		
}
.accordion_three .panel .panel-heading a:after {  
  content: "\2212";
  color: #fff;
  border: 1px solid #fff;
}
.accordion_three .panel .panel-heading a.collapsed:after {
	content: "+";
	color: #fff;	
	border: 1px solid #fff;
}

/*   accordion_three_section end */


/*   accordion_four_section start */

.accordion_four .panel-group .panel+.panel {
	margin-top: 0px;
}

.accordion_four .panel-group {
  margin-bottom: 0;
}
.accordion_four .panel-default {
  border: 0;
}
.accordion_four .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_four .panel:last-of-type {
	border-bottom: 0;
}
.accordion_four .panel .panel-heading a {	
	display: block;
	padding: 12px 20px;	
	background: #fff;
	color:#4285f4;
	border: 1px solid #f1f1f1;
}
.accordion_four .panel .panel-heading a.collapsed {
	color: #b6b5b5;
	background-color: #fff;
	display: block;
	padding: 12px 20px;
}
.accordion_four .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_four .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 30px;
  background: #fff;
  color: #999999;
}
.accordion_four .panel .panel-heading a:after,
.accordion_four .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome'; 
	float: right;	
	text-align: center;
	background: #f1f1f1;
    font-size: 14px;
    width: 25px;
    height: 27px;
    line-height: 27px;
    display: block;
	bottom: 6px;
    position: relative;
}
.accordion_four .panel .panel-heading a:after {  
  content: "\2212";
  color: #999999;
}
.accordion_four .panel .panel-heading a.collapsed:after {
	content: "\2b";
	color: #fff;	
	background: #4385f5;
}

/*   accordion_four_section end */

/* accordion_five_section start */

.accordion_five_section {
	background: #f7f7f7;
}
.accordion_five .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_five .panel-group {
  margin-bottom: 0;
}
.accordion_five .panel-default {
  border: 0;
}
.accordion_five .panel {
	background-color: #f7f7f7;
	box-shadow: none;
	border-bottom: 20px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_five .panel:last-of-type {
	border-bottom: 0;
}
.accordion_five .panel .panel-heading a {	
	display: block;
	background-color: #f7f7f7;
	color: #4385f5;
	border-bottom: 1px solid #4385f5;
	border-left: 1px solid #4385f5;
	padding: 12px 0px;
	padding-left: 20px;
}
.accordion_five .panel .panel-heading a.collapsed {
	color: #999999;
	background-color: #f7f7f7;
	display: block;
	padding: 12px 0px;
	border-bottom: 1px solid #c5c5c5e0;
    border-left: 1px solid #c5c5c5e0;
	padding-left: 20px;
}
.accordion_five .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_five .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 5px 30px 30px 20px;
  background: #f7f7f7;
  color: #999999;
  border-bottom: 1px solid #c5c5c5e0;
  border-left: 1px solid #c5c5c5e0;
  margin-top: 20px;
  font-size:14px;
  line-height:24px;
}
.accordion_five .panel .panel-heading a:after,
.accordion_five .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 15px;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #F1F1F1;
	margin-top: -3px;	
}
.accordion_five .panel .panel-heading a:after {  
  content: "\f107";  
  color: #ffffff;
  background: #4385f5;
}
.accordion_five .panel .panel-heading a.collapsed:after {
	content: "\f106";
	color: #dadada;	
	background: #f1f1f1;
}

/* accordion_five_section end */


/* accordion_six_section start */

.accordion_six .panel-group .panel+.panel {
	margin-top: 0;
}
.accordion_six .panel-group {
  margin-bottom: 0;
}
.accordion_six .panel-default {
  border: 0;
}
.accordion_six .panel-default img {
	margin-bottom: 10px;
}
.accordion_six .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_six .panel:last-of-type {
	border-bottom: 0;
}
.accordion_six .panel .panel-heading a {	
	display: block;
	background: #fff;
	color: #4285f4;
	border: 1px solid transparent;
	padding: 12px 20px;
}
.accordion_six .panel .panel-heading a.collapsed {
	color: #999999;
	background-color: #fff;
	display: block;
	padding: 12px 20px;
	border: 1px solid #F1F1F1;
}
.accordion_six .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_six .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 45px;
  background: #fff;
  color: #999999;
  font-size:14px;
  line-height:24px;
}
.accordion_six .panel .panel-heading a:after,
.accordion_six .panel .panel-heading a.collapsed:after{
  font-family: 'FontAwesome';
  font-size: 12px;
  float: left;
  width: 21px;
  display: block;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-color: #dadada;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
.accordion_six .panel .panel-heading a:after {  
  background: #4285f4;
  content: "\2212";  
 }
.accordion_six .panel .panel-heading a.collapsed:after {
	content: "\2b";
}
/* accordion_six_section end */


/* accordion_seven_section start */

.accordion_seven_section{
	background: #2f5faf;
}
.accordion_seven .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_seven .panel-group {
  margin-bottom: 0;
}
.accordion_seven .panel-default {
  border: 0;
}
.accordion_seven .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 10px solid transparent;
	border-radius: 0;
	margin: 0;
}
.accordion_seven .panel:last-of-type {
	border-bottom: 0;
}
.accordion_seven .panel .panel-heading a {	
	display: block;
	padding: 12px 30px;	
	background: #4285f4;
	color: #fff;
	border: 1px solid #4285f4;
}
.accordion_seven .panel .panel-heading a.collapsed {
	color: #b6b5b5;
	background-color: #fff;
	display: block;
	padding: 12px 30px;
	border: 1px solid #F1F1F1;
}
.accordion_seven .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_seven .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 30px;
  background: #fff;
  color: #999999;
}
.accordion_seven .panel .panel-heading a:after,
.accordion_seven .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 15px;
	float: right;
	width: 42px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F1F1F1;
	margin-top: -12px;
	margin-right: -30px;	
}
.accordion_seven .panel .panel-heading a:after {  
  content: "\f106";
  color: #ffffff;
  background: #4285f4;
  border-left: 1px solid #add7f1;
}
.accordion_seven .panel .panel-heading a.collapsed:after {
	content: "\f107";  
	color: #dadada;	
	background: #fff;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
/* media-query of shortcode */
@media (max-width: 768px){
	.footer-right{
		float: none !important;
	}
}
/* accordion page end */

@media (max-width : 991px) {
	.blogone .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blog-slider-two .owl-theme .owl-nav .owl-prev i,.blog-slider-two .owl-theme .owl-nav .owl-next i {
  color: #fff !important;
}
.blogone .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date{
	position: absolute;
	left: 17px;
	top: 17px;
	width: 60px;
    height: 60px;
	background: #4285f4;
	color: #FFFFFF;
	text-align: center;
	border-radius:50%;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date .day {
	font-size: 20px;
	line-height: 44px;
	font-weight: 600;
	display: block;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date .month {
	font-size: 11px;
	font-weight: 600;
	line-height: 0;
	display: block;
	text-transform: uppercase;
}
.blogone .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blogone .blog-post-wrapper .blog-content{
	border: 1px solid #ededed;
	padding: 20px;
}
/*entry-header*/
.blogone .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blogone .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blogone .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blogone .blog-post-wrapper .entry-title a:hover{
	color: #4285f4;
}

/*entry-meta*/
.blogone .blog-post-wrapper .entry-header .entry-meta {
	font-size: 11px;
	text-transform: uppercase;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
	padding-right: 15px;
	margin-right: 15px;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4285f4;
}
/*entry-content*/

.blogone .blog-post-wrapper .entry-content p{
	margin: 0;
}
/*entry-footer*/
.blogone .blog-post-wrapper .entry-footer {
  background-color: #f5f5f5;
  padding: 13px;
}
.blogone .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blogone .blog-post-wrapper .entry-footer a{
	display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color: #dadada;
	background: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogone .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #4285f4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blogone .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}



/*blog gallery post*/
#blogoneSlider .carousel-control {
  top: auto;
  bottom: 20px;
  width: 30px;
  height: 23px;
  font-size: 11px;
  color: #dadada;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  
}

#blogoneSlider .carousel-control:focus, 
#blogoneSlider .carousel-control:hover {
  background-color: #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left {
  right: 60px;
  left: auto;
}
#blogoneSlider .carousel-control.right {
  right: 20px;
}


/*blog video post*/
.blogone .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #4285f4;
	background: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blogone .blog-post-wrapper .play-trigger:hover {
  color: #fff;
  background: #4285f4;
}
.blogone .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog-slider-one .owl-nav{
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: right;
  padding-right: 15px;
}
.blog-slider-one .owl-nav button{
  background: #FFFFFF!important;
  width: 30px;
  height: 30px;
  border-radius: 50%!important;
  display: inline-block;
}
.blog-slider-one .owl-nav button i {
  color: #80808066;
}
.blog-slider-one .owl-nav button:hover, .blog-slider-one .owl-nav button:focus{
  background: #4285f4!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-slider-one .owl-nav button:hover i, .blog-slider-one .owl-nav button:focus i{
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* --------------------------------------
blogone end
----------------------------------------- */

/* --------------------------------------
blogtwo start
----------------------------------------- */
.blogtwo {
	background: #f7f7f7;
}
.blogtwo .blog-post-wrapper {
	background-color: #fff;
}
@media (max-width : 991px) {
	.blogtwo .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blogtwo .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blogtwo .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blogtwo .blog-post-wrapper .post-thumbnail .author-thumb{
  position: absolute;
  right: 25px;
  bottom: -35px;
  z-index: 999;
}
.blogtwo .blog-post-wrapper .post-thumbnail .author-thumb img {
	width: 75px;
	height: 75px;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
}
.blogtwo .blog-post-wrapper .blog-content{
  padding: 52px 30px 30px;
}
/*entry-header*/
.blogtwo .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blogtwo .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blogtwo .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blogtwo .blog-post-wrapper .entry-title a:hover{
	color: #4285f4;
}

/*entry-meta*/
.blogtwo .blog-post-wrapper .entry-header .entry-meta {
	font-size: 11px;
	text-transform: capitalize;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4285f4;
}
/*entry-content*/

.blogtwo .blog-post-wrapper .entry-content p{
	margin: 0;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #4285f4;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
    color: #fff;
	background:#194690;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*entry-footer*/
.blogtwo .blog-post-wrapper .entry-footer {
  padding: 14px;
  text-align:center;
  border-top: 1px solid #ededed;
}
.blogtwo .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blogtwo .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}
.blogtwo .blog-post-wrapper .entry-footer a{
	display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color: #a3a2a2;
	background: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogtwo .blog-post-wrapper .entry-footer a i {
	color: #dadada;
}
.blogtwo .blog-post-wrapper .entry-footer a:hover i {
	color: #fff;
}
.blogtwo .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #4285f4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


/*blog gallery post*/
#blogtwoSlider .carousel-control {
  top: auto;
  bottom: 20px;
  width: 56px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
  background-image: none;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height:24px;
}

#blogtwoSlider .carousel-control:focus, 
#blogtwoSlider .carousel-control:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogtwoSlider .carousel-control.left {
  left: 20px;
}
#blogtwoSlider .carousel-control.right {
	left: 87px;
}


/*blog video post*/
.blogtwo .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #4285f4;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blogtwo .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blogtwo .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog-slider-two .owl-nav{
    position: absolute;
    top: 65%;
    left: 8%;
}
.blog-slider-two .owl-nav button{
  background: transparent;
  width: 56px;
  height: 30px;
  border: 1px solid #FFFFFF!important;
  border-radius: 50px!important;
  display: inline-block;
}
.blog-slider-two .owl-nav button i {
  color: #FFFFFF;
}
.blog-slider-two .owl-nav button:hover, .blog-slider-two .owl-nav button:focus{
  background: #4285f4!important;
  border: 1px solid #4285f4!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-slider-two .owl-nav button:hover i, .blog-slider-two .owl-nav button:focus i{
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* --------------------------------------
blogtwo end
----------------------------------------- */

/* --------------------------------------
blogthree start
----------------------------------------- */

.blogthree .blog-post-wrapper {
	background-color: #f7f7f7;
}
@media (max-width : 991px) {
	.blogthree .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blogthree .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blogthree .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blogthree .blog-post-wrapper .post-thumbnail .posted-date{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #4285f4;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  z-index: 999;
}
.blogthree .blog-post-wrapper .blog-content{
  padding: 20px 22px 20px;
}
/*entry-header*/
.blogthree .blog-post-wrapper .entry-header {
  margin: 20px 0 22px;
}
.blogthree .blog-post-wrapper .entry-title{
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blogthree .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blogthree .blog-post-wrapper .entry-title a:hover{
	color: #4285f4;
}

/*entry-meta*/
.blogthree .blog-post-wrapper .entry-header .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blogthree .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #4285f4;
}

/*entry-content*/

.blogthree .blog-post-wrapper .entry-content p{
	margin: 0;
}
/*entry-footer*/
.blogthree .blog-post-wrapper .entry-footer {
	margin-top: 26px;
	text-align: center;
    background: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}
.blogthree .blog-post-wrapper .entry-footer a{
	display: inline-block;
	padding: 10px 30px;
	color: #969595;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
}
.blogthree .blog-post-wrapper .entry-footer a:hover{
	color: #fff;
	background: #4285f4;
}


/*blog gallery post*/
#blogthreeSlider .carousel-control {
	top: auto;
	bottom: 25px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
}

#blogthreeSlider .carousel-control.left,
#blogthreeSlider .carousel-control.right {
	background-image: none;
	border: 1px solid #fff;
	border-radius: 50%;
	top:85px;
}

#blogthreeSlider .carousel-control:focus, 
#blogthreeSlider .carousel-control:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogthreeSlider .carousel-control.left {
	left: 20px;
}
#blogthreeSlider .carousel-control.right {
	right: 20px;
}


/*blog video post*/
.blogthree .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: #4285f4;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blogthree .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blogthree .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog-slider-three .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  float: left;
  transform: translateY(-50%);
}
.blog-slider-three .owl-nav .owl-prev{
  float: left;
}
.blog-slider-three .owl-nav .owl-next{
  float: right;
}
.blog-slider-three .owl-nav button{
background: transparent;
width: 30px;
height: 30px;
border: 1px solid #FFFFFF!important;
border-radius: 50%!important;
display: inline-block;
}
.blog-slider-three .owl-nav button i {
color: #FFFFFF;
}
.blog-slider-three .owl-nav button:hover, .blog-slider-three .owl-nav button:focus{
background: #4285f4!important;
border: 1px solid #4285f4!important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog-slider-three .owl-nav button:hover i, .blog-slider-three .owl-nav button:focus i{
color: #FFFFFF;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/* --------------------------------------
blogthree end
----------------------------------------- */

/* --------------------------------------
blogfour start
----------------------------------------- */
.blogfour {
	background:#f7f7f7;
}
.blogfour .blog-post-wrapper {
	background-color: #fff;
	margin-bottom: 30px;
}
.blogfour .blog-post-wrapper .post-thumbnail{
	float: left;
	position: relative;
  width: 270px;
}
@media (min-width : 992px) and (max-width : 1199px) {
  .blogfour .blog-post-wrapper .post-thumbnail{
    float: none;
	text-align: center;
    margin: 0 auto;
  }
  .blogfive .blog-post-wrapper .post-thumbnail {
	float: none;
	text-align: center;
    margin: 0 auto;
}
  .blogfour .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blogfour .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

@media (min-width : 768px) and (max-width : 991px) {
  .blogfour .blog-post-wrapper .post-thumbnail{
    float: none;
	text-align: center;
	margin: 0 auto;
  }
  .blogfour .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blogfour .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  .blogfive .blog-post-wrapper .post-thumbnail {
	float: none;
	text-align: center;
	margin: 0 auto;
  }
}

@media (max-width : 767px) {
  .blogfour .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blogfour .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blogfour .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  .blogfive .blog-post-wrapper .post-thumbnail {
	float: none;
	text-align: center;
    margin: 0 auto;
}
}

.blogfour .blog-post-wrapper .post-thumbnail::before{
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  border-top: 22px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 20px solid transparent;
  z-index: 10;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta{
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li{
  margin-right: 10px;
  display: inline-block;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li:last-child{
  margin-right: 0;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color:#fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a:hover {
	background-color: #fff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.comments {
	background-color: #1491cb;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.comments:hover {
	color: #1491cb;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.likes {
	background-color: #eb768c;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.likes:hover {
	color: #eb768c;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.share {
	background-color: #73c8b7;
}
.blogfour .blog-post-wrapper .post-thumbnail .entry-meta li a.share:hover {
	color: #73c8b7;
}

.blogfour .blog-post-wrapper .blog-content{
	overflow: hidden;
	padding: 40px;
}
.blogfour .blog-post-wrapper .blog-content .entry-header{
	margin-bottom: 20px;
	background:transparent;
}
.blogfour .blog-post-wrapper .blog-content .entry-title {
	line-height: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blogfour .blog-post-wrapper .blog-content .entry-title a {
	color: #313131;
}
.blogfour .blog-post-wrapper .blog-content .entry-title a:hover {
	color: #4285f4;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta li {
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta li:last-child {
	border-right: 0;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta li:last-child span{
	margin: 5px 0;
    display: block;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta li a{
	color: #969595;
}
.blogfour .blog-post-wrapper .blog-content .entry-meta li a:hover{
	color: #4285f4;
}
.blogfour .blog-post-wrapper .blog-content .entry-content p:last-of-type {
	margin-bottom: 0;
}

/*blog gallery post*/
#blogfourSlider .carousel-control {
  top: 50%;
  margin-top: -13px;
  bottom: auto;
  width: 26px;
  height: 26px;
  line-height:28px;
  font-size: 14px;
  color: #969595;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#blogfourSlider .carousel-control.left,
#blogfourSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
}

#blogfourSlider .carousel-control:focus, 
#blogfourSlider .carousel-control:hover {
  background-color: #4285f4;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*blog video post*/
.blogfour .blog-post-wrapper .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #4285f4;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.blogfour .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blogfour .blog-post-wrapper .play-trigger i {
  margin-left: 5px;
}
.blog-slider-four .owl-carousel .owl-item img{
  width: auto;
}
.blog-slider-four .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  float: left;
  transform: translateY(-50%);
  border-radius: 0px!important;
}
.blog-slider-four .owl-nav .owl-prev{
  float: left;
}
.blog-slider-four .owl-nav .owl-next{
  float: right;
}
.blog-slider-four .owl-nav button{
background: #FFFFFF!important;
width: 30px;
height: 30px;
display: inline-block;
}
.blog-slider-four .owl-nav button:hover, .blog-slider-four .owl-nav button:focus{
background: #4285f4!important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog-slider-four .owl-nav button:hover i, .blog-slider-four .owl-nav button:focus i{
color: #FFFFFF;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/* --------------------------------------
blogfour end
----------------------------------------- */



/* --------------------------------------
blogfive start
----------------------------------------- */
.blogfive {}
.blogfive .blog-post-wrapper {
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.blogfive .blog-post-wrapper .post-thumbnail{
  float: left;
  position: relative;
  width: 186px;
}
.blogfive .blog-post-wrapper .post-thumbnail img{
  height: 262px;
}
@media (max-width : 479px) {
  .blogfive .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blogfive .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

.blogfive .blog-post-wrapper .blog-content{
  overflow: hidden;
  padding: 20px;
}
.blogfive .blog-post-wrapper .blog-content .entry-header{
  margin-bottom: 10px;
}
.blogfive .blog-post-wrapper .blog-content .entry-title {
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blogfive .blog-post-wrapper .blog-content .entry-title a {
  color: #313131;
}
.blogfive .blog-post-wrapper .blog-content .entry-title a:hover {
  color: #4285f4;
}

/*entry-meta*/
.blogfive .blog-post-wrapper .entry-meta {
  font-size: 10px;
  text-transform: uppercase;
}
.blogfive .blog-post-wrapper .entry-meta li {
  position: relative;
}
.blogfive .blog-post-wrapper .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blogfive .blog-post-wrapper .entry-meta li:last-child::before {
  content: "";
}
.blogfive .blog-post-wrapper .entry-meta li a{
  color: #969595;
}
.blogfive .blog-post-wrapper .entry-meta li a:hover{
  color: #4285f4;
}

.blogfive .blog-post-wrapper .blog-content .entry-content p {
  margin-bottom: 0;
}
.blogfive .blog-post-wrapper .blog-content .entry-footer{
  background:transparent;
  padding:0;
}
.blog-slider-six .owl-carousel .owl-nav.disabled{
	display: none ;
}
/*blog gallery post*/
/*blogfiveSlider1*/
#blogfiveSlider1 .carousel-control {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: #969595;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogfiveSlider1 .carousel-control.left,
#blogfiveSlider1 .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height:28px;
}
#blogfiveSlider1 .carousel-control.left {
  right: 26px;
}
#blogfiveSlider1 .carousel-control:focus, 
#blogfiveSlider1 .carousel-control:hover {
  color: #fff;
  background-color: #4285f4;
}

/*blogfiveSlider2*/
#blogfiveSlider2 .carousel-indicators {
  bottom: 0;
}
#blogfiveSlider2 .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0;
}
#blogfiveSlider2 .carousel-indicators .active {
  background-color: #4285f4;
  border-color: transparent;
}

/*Quote post*/
.blogfive .blog-post-wrapper.format-quote {
  min-height: 186px;
}
.blogfive .blog-post-wrapper .entry-footer .entry-meta {
  padding-left: 50px;
}
.blogfive .blog-post-wrapper blockquote {
  padding: 10px 0px 30px 50px;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #969595;
  margin: 0;
  border-left: 0;
  position: relative;
}
.blogfive .blog-post-wrapper blockquote::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 31px;
  color: #4285f4;
  width: 33px;
  height: 33px;
  text-align: center;
  border: 1px solid #4285f4;
  border-radius: 50%;
}


/*post format video*/
.blogfive .blog-post-wrapper .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -19px;
  margin-top: -19px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.blogfive .blog-post-wrapper .play-trigger:hover {
  color: #4285f4;
  background: #fff;
}
.blogfive .blog-post-wrapper .play-trigger i {
  margin-left: 5px;
}
.blog-slider-five .owl-nav{
  position: absolute;
  right: 0px;
  bottom: 0%;
  float: left;
  transform: translateY(-50%);
}
.blog-slider-five .owl-carousel .owl-item{
  width: 135px;
}
.blog-slider-five .owl-nav button{
  width: 30px;
  height: 30px;
  background-color: #FFFFFF!important;
  display: inline-block;
  margin: 0px!important;
  border-radius: 0px!important;
}
.blog-slider-five .owl-nav button i {
color: #000000;
}
.blog-slider-five .owl-nav button:hover, .blog-slider-five .owl-nav button:focus{
background: #4285f4!important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.blog-slider-five .owl-nav button:hover i, .blog-slider-five .owl-nav button:focus i{
color: #FFFFFF;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
/* --------------------------------------
blogfive end
----------------------------------------- */
.blog-slider-six .owl-dots{
  position: absolute;
  right: 0px;
  bottom: 0%;
  float: left;
  transform: translateY(-50%);
}
.blog-slider-six .owl-dots .owl-dot span{
  background-color: transparent!important;
  border: 1px solid #FFFFFF!important;
  width: 12px;
  height: 12px;
}
.blog-slider-six .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
  background: #4285f4!important;
  border: 1px solid #4285f4!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-slider-six .owl-nav button:hover i, .blog-slider-six .owl-nav button:focus i{
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* client page css start */

.line-hr {
	position: relative;
	margin-bottom: 40px;
}
.clientOneSlider .owl-theme .owl-nav{
	position: absolute;
	left: 50%;
	margin-left: -47px;
	top: -70px;
	padding: 0px 10px;
	background-color: #fff;
}
.clientOneSlider .owl-theme .owl-nav .owl-prev,
.clientOneSlider .owl-theme .owl-nav .owl-next{
	background: #f7f7f7;
  	width:25px;
	height:25px;
	line-height:18px;
  	color: #949494;
  	font-size: 13px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.clientOneSlider .owl-theme .owl-nav .owl-prev:hover ,
.clientOneSlider .owl-theme .owl-nav .owl-next:hover {
	background: #4285f4;
	color: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.clientOneSlider .owl-theme .owl-dots{
	display:none;
}
.clientOneSlider .item {
	border: 1px solid #f1f1f1;
}
.clientOneSlider .item img {
	padding: 41px 61px;	
	opacity: 0.5;
	-webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;
}
.clientOneSlider .item img:hover {
	opacity: 1;
}

/*   clientOne end */

/*   clientTwo start */

.clientTwo {
	background: #f7f7f7;
}
.clientTwo .row {
	margin-bottom: 1px;
}
.clientTwo .row:last-of-type {
	margin-bottom: 0px;
}
.clientTwo .pd-2 {
	padding: 0px 2px 0px 0px;
}
.clientTwo .pd-2:last-of-type {
	padding-right: 0px;
}
.clientTwo a {
	display: block;
	background: #fff;
	text-align: center;
	padding: 43px 0px;
}
.clientTwo a:hover {
	background: transparent;
}
.clientTwo a img {
	opacity: 0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientTwo a:hover img {
	opacity: 1;
}
@media (max-width: 768px){
	.clientTwo .pd-2 {
		margin-bottom: 1px;
	}
}

/*   clientTwo end */

/* clientThree start */
.clientThreeSlider .owl-theme .owl-nav{
	display:none;
}
.clientThreeSlider .item{
	display:inline-block;
	width: 100px;
	height: 77px;
}
.clientThreeSlider .item img {
	opacity: 0.3;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientThreeSlider .item img:hover {
	opacity: 1;
}
.clientThreeSlider .owl-theme .owl-dots {
	margin-top: 45px;
}
.clientThreeSlider .owl-theme .owl-dots .owl-dot.active span, 
.clientThreeSlider .owl-theme .owl-dots .owl-dot:hover span {
  background: #4285f4 !important;
}
.clientThreeSlider .owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px;
}


/* clientThree end */

/* clientFour start */

.clientFour {
	background: #f7f7f7;
}
.clientFour a img {
	width: 100%;
	opacity: 0.3;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientFour a:hover img {
	opacity: 1;
}
@media (max-width: 992px){
    .clientFour .section-margin {
        margin-bottom: 30px;
    }
}

/* clientFour end */

/*   clientFive start */

.clientFive{
	background: url('../images/clients/client-5-bg.png') no-repeat center center;
	background-size: cover;
	position:relative;
}
.clientFive_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #000;
	opacity:0.3;
}
.clientFiveSlider{
	width:100%;
}
.clientFiveSlider .owl-theme .owl-dots{
	display:none;
}
.clientFiveSlider .owl-theme .owl-nav {
    margin-top: 30px;
}
.clientFiveSlider .owl-theme .owl-nav .owl-prev, 
.clientFiveSlider .owl-theme .owl-nav .owl-next{
	color: #999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 35px;
    background: transparent;
    border: 1px solid #999;
    font-size: 20px;
}

.clientFiveSlider .owl-theme .owl-nav .owl-prev:hover, 
.clientFiveSlider .owl-theme .owl-nav .owl-next:hover{
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}


.clientFiveSlider .item {
	background: rgba(104, 95, 86, 0.35);
	padding: 41px 62px;	
	-webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;
}
.clientFiveSlider .item:hover {
	background: rgba(110, 98, 87, 0.49);
}
.clientFiveSlider .item img {	
	-webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;	
}
.clientFiveSlider .item:hover img {
	opacity: 1 !important;
}

/*   ClientFive end */
/* Counter page css start */
/*counterOne start*/

.counterOne .chart_one{
  position: relative;
  margin-bottom: 15px;
}

.counterOne .percent {
	position: absolute;
	top: 38%;
	left: 0;
    right: 0;
    margin: 0px auto;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 3px;
}

.counterOne .percent:after {
	content: '%';
	font-size: 18px;
	position: absolute;
	margin-top: -5px;
}
.counterOne h4{
	line-height: 24px;
	color: #111111;
	padding-top: 10px;
}
.counterOne p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-top: 10px;
}

/*counterOne end*/

/*counterTwo start*/

.counterTwo{
	background: #f7f7f7;
}
.counterTwo .chart_two_1st, .chart_two_2nd, .chart_two_3rd, .chart_two_4th {
  position: relative;
  margin-bottom: 15px;
}

.counterTwo .percent {
	position: absolute;
	top: 38%;
	left: 0;
    right: 0;
    margin: 0px auto;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #111111;
	letter-spacing: 3px;
}

.counterTwo .percent:after {
	content: '%';
	font-size: 18px;
	position: absolute;
	margin-top: -5px;
}

.counterTwo h4{
	line-height: 24px;
	color: #111111;
	padding-top: 10px;
}

.counterTwo p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-top: 10px;
}

/*counterTwo end*/	

/*counterThree start*/

.counterThree{
}
.counterThree .chart_three_1st, .chart_three_2nd, .chart_three_3rd, .chart_three_4th {
  position: relative;
  margin-bottom: 15px;
}

.counterThree .percent-one {
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #4285f4;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counterThree .percent-two{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #7197b3;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counterThree .percent-three{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #73ca8d;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counterThree .percent-four{
	position: absolute;
	top: 25%;
	left: 0;
    right: 0;
    margin: 0px auto;
	height: 80px;
	width: 80px;
	background-color: #ea6a38;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counterThree .percent:after {
	content: '%';
	font-size: 18px;
	position: absolute;
	color: #fff;
}

.counterThree h4{
	line-height: 24px;
	color: #111111;
	padding-top: 10px;
}

.counterThree p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-top: 10px;
}

/*counterThree end*/


/*counterFour start*/

.counterFour {
	background-color: #f9f9f9;
}
.counterFour .icon-one i{
	color: #4285f4;
	font-size: 80px;
	line-height: 80px;
}

.counterFour .icon-two i{
	color: #7197b3;
	font-size: 80px;
	line-height: 80px;
}
.counterFour .icon-three i{
	color: #73ca8d;
	font-size: 80px;
	line-height: 80px;
}
.counterFour .icon-four i{
	color: #ea6a38;
	font-size: 80px;
	line-height: 80px;
}
.counterFour .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color: #313131;
	padding-top: 5px;
}
.counterFour h4{
	display: block;
	line-height: 40px;
	color: #111111;
	padding-top: 20px;
}

/*counterFour end*/


/*counterFive start*/

.counterFive .our-progress-one{
	background-color: #4285f4;
	border-radius: 5px;
}

.counterFive .our-progress-two{
	background-color: #7197b3;
	border-radius: 5px;
}

.counterFive .our-progress-three{
	background-color: #73ca8d;
	border-radius: 5px;
}

.counterFive .our-progress-four{
	background-color: #ea6a38;
	border-radius: 5px;
}

.counterFive .chart_five_1st, .chart_five_2nd, .chart_five_3rd, .chart_five_4th {
	position: relative;
	padding: 32px 0;
}

.counterFive .percent {
	position: absolute;
	top: 42%;
  	left: 0;
    right: 0;
    margin: 0px auto;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.counterFive .percent:after {
	content: '%';
	font-size: 18px;
	position: absolute;
}
.counterFive h2 {
	font-size:18px;
	line-height: 24px;
	padding-top: 30px;
}
.counterFive h2 a{
	color: #fff;
}
/*counterFive end*/

@media(min-width: 768px)and (max-width: 991px){
	
	.our-progress{
		padding-bottom:60px;
	}
	.counterFive .chart_five_1st, .chart_five_2nd, .chart_five_3rd, .chart_five_4th {
		margin-bottom: 60px;
	}
	.counterFour h4 {
		font-size:17px;
	}
}

@media(max-width: 767px){
	
	.our-progress, .counterFour .count-description{
		padding-bottom:60px;
	}
	.counterFive .chart_five_1st, .chart_five_2nd, .chart_five_3rd, .chart_five_4th {
		margin-bottom: 60px;
	}
}

/* element page css */
.text_heading{
	float:left;
	width:100%;
	font-size:24px;
	font-weight:700;
	position:relative;
	text-align:center;
	padding-bottom:56px;
}
.text_heading:after{
     content: '';
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -14px;
    z-index: -1;
}
.text_heading h2{
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	background:#fff;
	display:inline-block;
	padding: 0px 20px;
}
.more-head h2{
	background: transparent;
}

/* section_1 css */

#messages_alert_section{
	float:left;
	width:100%;
}
.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
	position: absolute;
    right: 16px;
    top: 8px;
}
.close {
    font-size: 20px;
    color: #fff;
	opacity: 0.9;
	font-weight:normal;
 }
.alert_info {
    background-color: #4285f4;
    border:2px solid #4285f4;

}
.alert_success {
    background-color: #09c97f;
    border:2px solid #09c97f;
}
.alert_warning{
    background-color: #f8b15d;
    border:2px solid #f8b15d;
}
.alert_error {
    background-color: #f95668;
	border:2px solid #f95668;
}
.fade_info {
    background-color: #d9e6fb;
    border:2px solid #4285f4;
}
.fade_info strong{
	color:#4285f4;
}
.fade_info .close {
    color:#4285f4;
}
.fade_success {
    background-color: #c9ffe5;
    border:2px solid #09c97f;
}
.fade_success strong{
	color:#09c97f;
}
.fade_success .close {
    color:#09c97f;
}
.fade_warning{
    background-color: #fff0cc;
    border:2px solid #f8b15d;
}
.fade_warning strong{
	color:#f8b15d;
}
.fade_warning .close {
    color:#f8b15d;
}
.fade_error {
    background-color: #ffdbdb;
    border:2px solid #f95668;
}
.fade_error strong{
	color:#f95668;
}
.fade_error .close {
    color:#f95668;
 }
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.fade{
	opacity:1;
}
.section1_bottom_wrapper{
	float:left;
	width:100%;
}
.section1_bottom_wrapper .alert{
	height:70px;
    margin-bottom: 20px;
    border-radius: 4px;
	text-transform: none;
	width:100%;
}
.section1_bottom_wrapper h4{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.section1_bottom_wrapper p{
	font-size:13px;
}
.section1_bottom_wrapper .close {
    font-size: 25px;
    position: absolute;
    font-weight: bold;
	right: 16px;
    /* top: 16px; */
}
.warning{
	background:#ff7878;
	position:relative;
}
.warning .close{
	color: #9c4242;
}
.content_img{
	width:10%;
	float:left;
}
.content_img i{
	font-size: 40px;
    line-height: 40px;
}
.content_text{
	float:left;
	width:calc(100% - 10%);
}
.warning .content_img i{
	color: #9c4242;
}
.warning .content_text h4{
	color:#9c4242;
}
.warning .content_text p{
	color:#9c4242;
}
.success{
	background:#adeea4;
	position:relative;
}
.success .close{
	color: #5cb34f;
}
.success .content_img i{
	color:#5cb34f;
}
.success .content_text h4{
	color:#5cb34f;
}
.success .content_text p{
	color:#5cb34f;
}
.info{
	background:#9de6dd;
	position:relative;
}
.info .close{
	color: #3a9489;
}
.info .content_img i{
	color:#3a9489;
}
.info .content_text h4{
	color:#3a9489;
}
.info .content_text p{
	color:#3a9489;
}
.error{
	background:#efe0a3;
	position:relative;
}
.error .close{
	color: #b39b39;
}
.error .content_img i{
	color:#b39b39;
}
.error .content_text h4{
	color:#b39b39;
}
.error .content_text p{
	color:#b39b39;
}
/* section_1 css end*/

/* section_2 css */
#buttons_section{
	float:left;
	width:100%;
}
.e-section_2{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section2_btn{
	border-radius:35px;
	padding:10px 12px;
	width:100%;
	height:52px;
	color:#fff;
	font-size:16px;
	margin-bottom:42px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section2_btn:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn1{
	background:#ff4157;
	border:1px solid #ff4157;
}
.btn1:hover{
	background:#fb7080;
	border:1px solid #fb7080;
}
.btn2{
	background:#4285f4;
	border:1px solid #4285f4;
}
.btn2:hover{
	background:#79a9f8;
	border:1px solid #79a9f8;
}
.btn3{
	background:#35d8a1;
	border:1px solid #35d8a1;
}
.btn3:hover{
	background:#5aefbc;
	border:1px solid #5aefbc;
}
.btn4{
	background:#efa44b;
	border:1px solid #efa44b;
}
.btn4:hover{
	background:#f2af60;
	border:1px solid #f2af60;
}
.btn5{
	background:#111111;
	border:1px solid #111111;
}
.btn5:hover{
	background:#3e3e3e;
	border:1px solid #3e3e3e;
}
.btn6{
	background:#eaeaea;
	border:2px solid #eaeaea;
	color:#111111;
}
.btn6:hover{
	background:#dbdbdb;
	border:1px solid #dbdbdb;
}
.btn11{
	background:transparent;
	border:2px solid #ff4157;
	color:#ff4157;
}
.btn11:hover{
	background:#ff4157;
	color:#fff;
}
.btn22{
	background:transparent;
	border:2px solid #4285f4;
	color:#4285f4;
}
.btn22:hover{
	background:#4285f4;
	color:#fff;
}
.btn33{
	background:transparent;
	border:2px solid #35d8a1;
	color:#35d8a1;
}
.btn33:hover{
	background:#35d8a1;
	color:#fff;
}
.btn44{
	background:transparent;
	border:2px solid #efa44b;
	color:#efa44b;
}
.btn44:hover{
	background:#efa44b;
	color:#fff;
}
.btn55{
	background:transparent;
	border:2px solid #111111;
	color:#111111;
}
.btn55:hover{
	background:#111111;
	color:#fff;
}
.btn66{
	background:transparent;
	border:2px solid #eaeaea;
	color:#111111;
}
.btn66:hover{
	background:#eaeaea;
}
.btn111{
	background:#fb7080;
	border:1px solid #fb7080;
}
.btn111:hover{
	background:#ff4157;
	border:1px solid #ff4157;
}
.btn222{
	background:#79a9f8;
	border:1px solid #79a9f8;
}
.btn222:hover{
	background:#4285f4;
	border:1px solid #4285f4;
}
.btn333{
	background:#5aefbc;
	border:1px solid #5aefbc;
}
.btn333:hover{
	background:#35d8a1;
	border:1px solid #35d8a1;
}
.btn444{
	background:#f2af60;
	border:1px solid #f2af60;
}
.btn444:hover{
	background:#efa44b;
	border:1px solid #efa44b;
}
.btn555{
	background:#3e3e3e;
	border:1px solid #3e3e3e;
}
.btn555:hover{
	background:#111111;
	border:1px solid #111111;
}
.btn666{
	background:#dbdbdb;
	border:1px solid #dbdbdb;
	color:#111111;
}
.btn666:hover{
	background:#eaeaea;
	border:1px solid #eaeaea;
}
/* section_2 css end*/


/* section_3 css */

.section_3{
	float:left;
	width:100%;
	padding-bottom:100px;
	padding-top:100px;
}
.section3_btn{
	padding:10px 12px;
	width:100%;
	height:52px;
	color:#fff;
	font-size:16px;
	margin-bottom:42px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_btn:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3 .btn6{
	color:#111111;
}
.section3 .btn666{
	color:#111111;
}
.section3 .btn11{
	background:transparent;
	border:2px solid #ff4157;
	color:#ff4157;
}
.section3 .btn11:hover{
	background:#ff4157;
	color:#fff;
}
.section3 .btn22{
	background:transparent;
	border:2px solid #4285f4;
	color:#4285f4;
}
.section3 .btn22:hover{
	background:#4285f4;
	color:#fff;
}
.section3 .btn33{
	background:transparent;
	border:2px solid #35d8a1;
	color:#35d8a1;
}
.section3 .btn33:hover{
	background:#35d8a1;
	color:#fff;
}
.section3 .btn44{
	background:transparent;
	border:2px solid #efa44b;
	color:#efa44b;
}
.section3 .btn44:hover{
	background:#efa44b;
	color:#fff;
}
.section3 .btn55{
	background:transparent;
	border:2px solid #111111;
	color:#111111;
}
.section3 .btn55:hover{
	background:#111111;
	color:#fff;
}
.section3 .btn66{
	background:transparent;
	border:2px solid #eaeaea;
	color:#111111;
}
.section3 .btn66:hover{
	background:#eaeaea;
}
/* section_3 css end*/


/* section_4 css*/

.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	/* text-align:center; */
}
.social_icon1, .social_icon2, .social_icon3, .social_icon4,
.social_icons_rounded, .social_icons_square{
	display:inline-block;
}
.social_icon1 ul{
	margin:0;
	padding:0;
	list-style:none
}
.social_icon1 ul li{
	float:left;
	margin-left:30px;
}
.social_icon1 ul li:first-child{
	margin-left:0px;
}
.social_icon1 ul li a{
	float:left;
	border-radius:4px;
	line-height:40px;
	color:#fff;
	height:40px;
	width:195px;
	text-align:center;
	margin-bottom:40px;
}
.social_icon1 ul li a i{
	margin-right:10px;
}
.social_icon2 ul{
	margin:0;
	padding:0;
	list-style:none
}
.social_icon2 ul li{
	float:left;
	margin-left:15px;
}
.social_icon2 ul li:first-child{
	margin-left:0px;
}
.social_icon2 ul li a{
	float:left;
	border-radius:4px;
	line-height:40px;
	color:#fff;
	height:40px;
	width:110px;
	text-align:center;
	margin-bottom:40px;
}
.social_icon2 ul li a i{
	margin-right:10px;
}
.social_icon3 ul{
	margin:0;
	padding:0;
	list-style:none
}
.social_icon3 ul li{
	float:left;
	margin-left:30px;
}
.social_icon3 ul li:first-child{
	margin-left:0px;
}
.social_icon3 ul li a{
	float:left;
	border-radius:35px;
	line-height:40px;
	color:#fff;
	height:40px;
	width:195px;
	text-align:center;
	margin-bottom:40px;
}
.social_icon3 ul li a i{
	margin-right:8px;
}
.social_icon4 ul{
	margin:0;
	padding:0;
	list-style:none
}
.social_icon4 ul li{
	float:left;
	margin-left:15px;
}
.social_icon4 ul li:first-child{
	margin-left:0px;
}
.social_icon4 ul li a{
	float:left;
	border-radius:35px;
	line-height:40px;
	color:#fff;
	height:40px;
	width:110px;
	text-align:center;
	margin-bottom:40px;
}
.social_icon4 ul li a i{
	margin-right:8px;
}
.facebook{
	background:#2a66b3;
	border:1px solid #2a66b3;
}
.facebook:hover{
	background:#082b58;
	border:1px solid #082b58;
}
.twitter{
	background:#35bbec;
	border:1px solid #35bbec;
}
.twitter:hover{
	background:#0f607e;
	border:1px solid #0f607e;
}
.google{
	background:#e55644;
	border:1px solid #e55644;
}
.google:hover{
	background:#a52a1b;
	border:1px solid #a52a1b;
}
.social_icons_rounded ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons_rounded ul li{
	float:left;
	margin-left:18px;
}
.social_icons_rounded ul li:first-child{
	margin-left:0px;
}
.social_icons_rounded ul li a{
	float:left;
	border-radius:50%;
	line-height:40px;
	color:#e0e0e0;
	height:40px;
	width:40px;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e0e0e0;
}
.social_icons_rounded ul li a:hover{
}
.social_icons_rounded ul li a i{
	font-size:16px;
}
.social_icons_square ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons_square ul li{
	float:left;
	margin-left:18px;
}
.social_icons_square ul li:first-child{
	margin-left:0px;
}
.social_icons_square ul li a{
	float:left;
	line-height:40px;
	color:#e0e0e0;
	height:40px;
	width:40px;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e0e0e0;
}
.social_icons_square ul li a i{
	font-size:16px;
}
.f_facebook:hover{
	color:#fff;
	background:#2a66b3;
	border:1px solid #2a66b3;
}
.t_twitter:hover{
	color:#fff;
	background:#35bbec;
	border:1px solid #35bbec;
}
.g_google:hover{
	color:#fff;
	background:#e55644;
	border:1px solid #e55644;
}
.pinterest:hover{
	color:#fff;
	background:#cb2027;
	border:1px solid #cb2027;
}
.linkedin:hover{
	color:#fff;
	background:#007bb5;
	border:1px solid #007bb5;
}
.dribbble:hover{
	color:#fff;
	background:#ea4c89;
	border:1px solid #ea4c89;
}
.skype:hover{
	color:#fff;
	background:#01aaf8;
	border:1px solid #01aaf8;
}
.behance:hover{
	color:#fff;
	background:#1769ff;
	border:1px solid #1769ff;
}
.flickr:hover{
	color:#fff;
	background:#ff0084;
	border:1px solid #ff0084;
}
/* section_4 css end*/


/* section_5 css */

.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	/* text-align:center; */
}
.pagination_rounded, .pagination_square{
	display:flex;
	justify-content: center;
}
.pagination_prev, .pagination_next, .pagination_link{
	float:left;
	width:100%;
	display:inline-block;
}
.pagination_rounded ul{
	margin:0;
	padding:0;
	list-style:none;
}
.pagination_rounded ul li{
	float:left;
	margin-left:20px;
}
.pagination_rounded li:first-child{
	margin-left:0px;
}
.pagination_rounded .prev i{
	margin-right:10px;
}
.pagination_rounded .next i{
	margin-left:10px;
}
.pagination_rounded ul li a i{
	font-size:16px;
}
.pagination_rounded .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_rounded .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_rounded ul li a{
	float:left;
	color:#4285f4;
	border-radius:50%;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e0e0e0;
}
.pagination_rounded ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}
.pagination_square ul{
	margin:0;
	padding:0;
	list-style:none;
}
.pagination_square ul li{
	float:left;
	margin-left:20px;
}
.pagination_square ul li:first-child{
	margin-left:0px;
}
.pagination_square .prev i{
	margin-right:10px;
}
.pagination_square .next i{
	margin-left:10px;
}
.pagination_square ul li a i{
	font-size:16px;
}
.pagination_square .prev{
	margin-left:0px;
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_square .next{
	border-radius:35px;
	width:90px;
	height:34px;
	line-height:34px;
}
.pagination_square ul li a{
	float:left;
	color:#4285f4;
	line-height:30px;
	height:30px;
	width:30px;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #e0e0e0;
}
.pagination_square ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}
.section5_bottom_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	background:#fcfcfc;
	border:1px solid #ebebeb;
	text-align:center;
}
.pagination_prev, .pagination_next{
	float:left;
	width:25%;
}
.pagination_link{
	float:left;
	width:50%;
}
.pagination_link ul{
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;
}
.pagination_link ul li{
	float:left;
	margin-left:20px;
}
.pagination_link ul li:first-child{
	margin-left:0px;
}
.pagination_prev, .pagination_next{
	margin-top:5px;
}
.pagination_prev i{
	margin-right:10px;
}
.pagination_next i{
	margin-left:10px;
}
.pagination_link ul li a{
	float:left;
	color:#999999;
	border:1px solid transparent;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
}
.pagination_link ul li a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
	border-radius:50%;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
}

/* section_5 css end*/


/* section_6 css start*/
.e-section_6{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.youtube_player, .vimeo_player{
	float:left;
	width:100%;
}
.vimeo_player{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.vimeo_player iframe{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
}

/* section_6 css end*/


/* media  query css for ipad */

@media(min-width: 767px) and (max-width: 991px) {
	
.content_text {
    padding-left: 20px;
}
.pagination_link ul li {
    margin-left: 4px;
}

}


/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){

.content_img {
    width: 100%;
    float: none;
}
.content_text {
    float: none;
    width: 100%;
}
.section1_bottom_wrapper .alert {
    text-align: center;
	height:120px;
}
.social_icon1 ul li, .social_icon2 ul li, .social_icon3 ul li,
.social_icon4 ul li{
		float: left;
		width: 90%;
		text-align:center;
}
.social_icon1 ul li a, .social_icon2 ul li a, .social_icon3 ul li a,
.social_icon4 ul li a{
		display: inline-block;
		width:100%;
}
.social_icons_rounded ul li {
    margin-left: 8px;
}
.social_icons_square ul li {
    margin-left: 8px;
}
.pagination_rounded ul li {
    margin-left: 12px;
}
.pagination_square ul li {
    margin-left: 12px;
}
.social_icon1 ul li:first-child {
    margin-left: 28px;
}
.social_icon3 ul li:first-child {
    margin-left: 28px;
}
.social_icon2 ul li:first-child {
    margin-left: 13px;
}
.social_icon4 ul li:first-child {
    margin-left: 13px;
}
.social_icons_rounded ul li:first-child {
    margin-left: 15px;
}
.social_icons_square ul li:first-child {
    margin-left: 15px;
}
.pagination_link ul li{
	margin-left: 0px;
}
.youtube_player{
	padding-bottom:30px;
}

}

@media(max-width: 480px){
	
	.pagination_square .prev{
		width:70px;
	}
	.pagination_square .next{
		width:70px;
	}	
	.pagination_square ul li {
		margin-left: 7px;
	}
	.pagination_square ul li:nth-child(5){
		display: none;
	}
	.pagination_square ul li:nth-child(6){
		display: none;
	}
	.pagination_square ul li:nth-child(8){
		display: none;
	}
	.pagination_link ul li:nth-child(4){
		display: none;
	}
	.pagination_link ul li:nth-child(5){
		display: none;
	}
	.pagination_link ul li:nth-child(6){
		display: none;
	}
	.pagination_link ul li:nth-child(7){
		display: none;
	}
	.pagination_link ul li:nth-child(8){
		display: none;
	}
	.pagination_link ul li:nth-child(9){
		display: none;
	}
	.pagination_link ul li:nth-child(11){
		display: none;
	}
	.pagination_rounded .prev{
		width:70px;
	}
	.pagination_rounded .next{
		width:70px;
	}	
	.pagination_rounded ul li {
		margin-left: 7px;
	}
	.pagination_rounded ul li:nth-child(6){
		display: none;
	}
	.pagination_rounded ul li:nth-child(5){
		display: none;
	}
	.pagination_rounded ul li:nth-child(8){
		display: none;
	}
	.social_icons_rounded ul li:first-child {
		margin-left: 7px;
	}
	.social_icons_square ul li:first-child {
		margin-left: 7px;
	}
	.pagination_link {
		float: left;
		width: 40%;
	}
	.pagination_prev, .pagination_next {
		float: left;
		width: 30%;
	}


}

/* feature_with_icon css */
.section-1 h4 ,.section-2 h4 ,.section-3 h4 ,.section-4 h4 ,.section-5 h4{
	margin-bottom:30px;
}
.section-1,.section-2,.section-3,.section-4,.section-5{
	float:left;
	width:100%;
}
.section-1{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-2{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-3{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-4{
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-5{
	padding-top: 100px;
	padding-bottom: 100px;
}
.icon-wrapper1{
	 padding-top:80px;
 }
.section-2,.section-4{
	background:#f7f7f7;
}

/* custom css end*/


/* section-1 css */

.icon-text i{
    margin: auto;
    display: block;
    text-align: center;
    font-size: 35px;
    color: #4285f4;
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-text h4{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-text:hover i{
    color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon-text:hover h4 a{
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* section-1 css  end*/


/* section-2 css */

.section-2 .icon-wrapper i{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}	
.section-2 .icon-wrapper:hover i{
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper h4{
	margin-top:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-wrapper:hover h4 a{
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon-img{
	width:15%;
	float:left;
}
.icon-img i{
	font-size: 25px;
	color: #999999
}
.icon-content{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 15%);
	padding-left:30px;
	border-left:1px solid #ebebeb;
}
.icon-content p{
	margin-top: 20px;
}
.icon-content a{
	color: #111111;
}
.icon-wrapper{
	padding-top:20px;
}

/* section-2 css end*/


/* section-3 css */

.section-3 i{
	font-size: 25px;
    color: #fff;
    background: #4285f4;
    border-radius: 50%;
    margin: auto;
    display: block;
    text-align: center;
	padding: 50px 0px 46px 0px;
    width: 120px;
	margin-bottom:34px;
}
.icon-section{
	 border:1px solid #efefef;
	 padding: 54px 20px;
	 -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
 }
.icon-section:hover{
	 border:1px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
 .icon-section h4{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	
}
.icon-section:hover h4 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	
}
 
/* section-3 css end*/


/* section-4 css*/
.gb_icon_wrapper:hover .gb_icon_img{
	background:#4285f4;
	color:#fff;
	border:2px solid #4285f4 ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
 .gb_icon_wrapper:hover .gb_icon_img i{
 	color:#fff;
transform:   rotate(360deg); 
/*Firefox*/
-moz-transform:rotate(360deg); 
/*Microsoft Internet Explorer*/
-ms-transform: rotate(360deg); 
/*Chrome, Safari*/
-webkit-transform: rotate(360deg); 
/*Opera*/
-o-transform:rotate(360deg); 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	
 }
.gb_icon_img{
	background: #fff;
	width:54px;
	height:82px;
	border:2px solid #efefef;
	text-align:center;
	line-height:82px;
	border-radius:35px;
	float:left;
	font-size: 20px;
	color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper:hover h4{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper h4{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content{
	width:calc(100% - 54px);
	float:left;
	padding-left:20px;
}
.gb_icon_wrapper{
	padding-top:20px;
}
/* section-4 css end*/


/* section-5 css */

.section-5 i{
	margin: auto;
    display: block;
    text-align: center;
    font-size: 18px;
	color: #fff;
	margin-bottom:30px;
	padding: 28px 25px;
	transform: rotate(-46deg);
}
.rotate{
	transform: rotate(45deg);
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
	background-color: #999999;
	border-radius: 5px;
	margin-bottom: 37px;
	margin-top: -55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover .rotate{
    background-color: #4285f4;
transform:  rotateY(180deg) rotate(45deg); 
/*Firefox*/
-moz-transform:rotateY(180deg) rotate(45deg); 
/*Microsoft Internet Explorer*/
-ms-transform: rotateY(180deg) rotate(45deg); 
/*Chrome, Safari*/
-webkit-transform: rotateY(180deg) rotate(45deg); 
/*Opera*/
-o-transform:rotateY(180deg) rotate(45deg); 
/*alter opacity*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;

}
.main{
    border: 1px solid #efefef;
    padding: 20px;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover{
	border-color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover h4{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main h4{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* section-5 css  end*/


/* media  query css for ipad */

@media(min-width: 767px)and (max-width: 991px) {
	
.icon-text{
    margin-bottom: 30px;	
}
.icon-section{
	margin-bottom: 30px;
}
.main {
    margin-bottom: 70px;
}
	
}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
.icon-text{
    margin-bottom: 30px;	
}
.icon-section {
    padding: 54px 12px;
    margin-bottom: 20px;
}
.main {
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 60px;
}
 
}

/* feature-with-images css */
/* section_1 css */

.section_1{
	float:left;
	width:100%;
	padding-top:80px;
}
.image_wrapper{
	float:left;
	width:100%;
	text-align:Center;
}
.image_wrapper img{
	display:inline-block;
	width: 100%;
}
.text_wrapper{
	float:left;
	width:100%;
}
.text_wrapper_heading, .text_wrapper_content{
	float:left;
	width:100%;
}
.text_wrapper_heading h2{
	font-size:40px;
	font-weight: 300;
	position:relative;
}
.text_wrapper_heading h2:after{
	content:'';
	border:1px solid #4285f4;
	display:block;
	width:50px;
	position:absolute;
	left: 0;
	right: 0;
	margin:10px  auto;
}
.text_wrapper_content p{
	margin-top:40px;
}
.icon_img_red, .icon_img_blue, .icon_img_green{
	float:left;
	border-radius:50%;
	width:100px;
	height:100px;
	line-height:100px;
	display:inline-block;
	font-size: 25px;
	color: #fff;
}
.icon_img_red{
	background: #e85b79;
}
.icon_img_blue{
	background: #4285f4;
}
.icon_img_green{
	background: #4ddc90;
}
.w-auto img{
	width: auto;
}
.icon_content_red, .icon_content_blue, .icon_content_green{
	font-size: 20px;
    color: #111111;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
	display:inline-block;
}
.icon_wrapper p{
	margin-top: 15px;
	text-align:left;
}
.icon_wrapper a{
	color: #111111;
}
.icon_wrapper h4{
	text-align:left;
}
.icon_wrapper{
	text-align:center;
	padding-top:30px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_red h4 a{
	color: #e85b79;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_blue h4 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper:hover .icon_content_green h4 a{
	color: #4ddc90;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_1 css  end*/


/* section_2 css */
.fi-section_2{
	float:left;
	background:url('../images/featureswithimages/happy-employees.jpg') 50% 0 repeat-y;
	background-position:center 0;
	width:100%;
	height:100%;
	background-size: cover;
	position:relative;
}
.section2_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #0c1523;
    opacity: 0.9;
}
.feature_img-head{
	position: relative;
}
.text_wrapper_list{
	padding-top: 85px;
	padding-bottom: 60px;
	color: #fff;
}
.text_wrapper_list h2{
	color: #fff;
	font-size: 36px;
	font-weight:700;
	text-transform: uppercase;
}
.text_wrapper_list p{
	font-size: 16px;
}
.text_wrapper_left{
	float: left;
	width: 100%;
}
.text_wrapper_right{
	float: left;
	width: 100%;
}
.text_wrapper_right h4, .text_wrapper_right p{
	text-align:left;
}
.text_wrapper_left h4, .text_wrapper_left p{
	text-align:right;
}
.icon_content_right, .icon_content_left {
	font-size: 20px;
    color: #cdcecf;
	float:left;
	width:calc(100% - 80px);
	display:inline-block;
}
.icon_content_right{
		padding-left:30px;
}
.icon_content_left{
		padding-right:30px;
}
.icon_img_effect{
	text-align: center;
    float: left;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 8px;
	border: 2px solid rgba(255, 255, 255, 0);
}
.icon_wrapper_list:hover .icon_img_effect{
	border: 2px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_img_list{
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size: 20px;
	color: #fff;
	background: #4285f4;
}
.icon_wrapper_list{
	text-align:center;
	padding-top:30px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list:hover h4 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list h4 a{
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list p{
margin-top: 20px;
}


/* section_2 css end*/


/* section_3 css */
.section_3{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.about_image_wrapper,.about_text_wrapper {
	float:left;
	width:100%;
}
.about_image_wrapper{
	text-align:center;
}
.about_image_wrapper img{
	display:inline-block;
}
.about_text_wrapper h2{
	font-size:40px;
	font-weight:500;
	margin-bottom:30px;
	text-align: left;
}
.about_text_wrapper p{
	text-align: left;
}
.about_text_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.about_text_wrapper ul li{
	padding-top: 20px;
	text-align: left;
}
.about_text_wrapper ul li a{
	color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper a:hover{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper ul li i{
	padding-right: 10px;
	color: #4285f4;
}
.btn_discover{
	background: #4285f4;
	border-radius: 5px;
	color:#fff;
	border: 1px solid  #4285f4;
	padding:10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_discover:hover{
    background: #ff4157;
    border: 1px solid  #ff4157;
    color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_read_more{
	background: #fff;
	border-radius: 3px;
	color:#111111;
	border: 2px solid  #e1e1e1;
	padding:10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_read_more:hover{
	background: #ff4157;
	color:#fff;
	border:2px solid  #ff4157;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper button{
	margin-top: 35px;
}
 
 
/* section_3 css end*/


/* section_4 css*/
.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.iphone_image_wrapper, .iphone_text_wrapper{
	float:left;
	width:100%;
}
.iphone_image_wrapper{
	text-align: center;
}
.iphone_image_wrapper img{
	display:inline-block;
}
.iphone_text_wrapper h2{
	font-size: 40px;
	font-weight: 500;
	margin-bottom:38px;
	
}
.iphone_text_wrapper_blue{
border-left: 1px solid #548ef4;
padding-left:20px;
margin-top:30px;
margin-bottom:40px;
}
.iphone_text_wrapper_blue p{
color: #548ef4;
}
.btn_getapp{
	background: #ff4157;
	border: 1px solid #ff4157;
	border-radius:30px;
	color:#fff;
	padding:10px 35px;
	margin-top:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_getapp:hover{
	background: #4285f4;
	border: 1px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_4 css end*/


/* section_5 css */
.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.ipad_image_wrapper, .ipad_text_wrapper{
	float:left;
	width:100%;
}
.ipad_image_wrapper{
	text-align: center;
}
.ipad_image_wrapper img{
	display:inline-block;
	width: 100%;
}
.ipad_text_wrapper h3{
	font-size:12px;
	font-weight: 700;
	color: #999999;
	margin-bottom:18px;
	text-transform: uppercase;
	
}
.ipad_text_wrapper h2{
	font-size:28px;
	font-weight: 700;
	margin-bottom:30px;
	text-transform: uppercase;
}
.ipad_list_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.ipad_list_wrapper li a{
	color: #999999;
	padding-left:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ipad_list_wrapper a:hover{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ipad_list_wrapper li{
	padding-top:10px;
}
.ipad_list_wrapper li i{
	color: #4285f4;
}
.ipad_lcon_wrapper{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:40px;
}
.ipad_lcon_wrapper li:first-child a{
	margin-left:0px;
}
.ipad_lcon_wrapper li a{
	float:left;
	margin-left:20px;
	color: #999999;
	font-size:25px;
	border: 1px solid #cfcfcf;
	border-radius:50%;
	height:63px;
	width:63px;
	text-align:center;
	line-height:63px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ipad_lcon_wrapper li a:hover{
	color: #4285f4;
	border: 1px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


/* section_5 css  end*/

/* section_6 css */

.section_6{
	float: left;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: #222325;
    height: 100%;
}
.global_image_wrapper,.global_text_wrapper{
	float:left;
	width:100%;
}
.global_text_wrapper{
	display:inline-block;
}
.global_image_wrapper img{
	position: relative;
    top: 35px;
	width: 100%;
}
.global_text_wrapper h2{
	color: #fff;
	font-size: 36px;
	margin-bottom:30px;
}
.global_text_wrapper p{
	font-size: 16px;
}
/* section_6 css end*/

/* section_7 css start*/
.section_7{
	width:100%;
	float:left;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.global_button_wrapper{
	display:inline-block;
}
.btn_download{
	background: #ff4157;
	border-radius: 5px;
	color:#fff;
	border: 1px solid  #ff4157;
	padding:10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_download:hover{
    background: #4285f4;
    border: 1px solid #4285f4;
    color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_global_read{
	background: #fff;
	border-radius: 3px;
	color:#111111;
	border: 2px solid  #e1e1e1;
	padding:10px 30px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_global_read:hover{
	background: #4285f4;
	color:#fff;
	border:2px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_7 css end*/

/* section_8 css start*/
.section_8 {
	float:left;
	width:100%;
	text-align:center;
	background: #f7f7f7;
	padding-top:100px;
	padding-bottom:100px;
}
.welcome_text_wrapper, .welcome_image_wrapper {
	float:left;
	width:100%;
}
.welcome_text_wrapper{
	display:inline-block;
	margin-bottom:45px;
}
.welcome_image_wrapper {
	margin-bottom:60px;
}
.welcome_image_wrapper img{
	width: 100%;
} 
.welcome_text_wrapper h2{
	font-size:36px;
	margin-bottom:30px;
}
.welcome_text_wrapper p{
	font-size:16px;
}
.infobox_wrapper h4{
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}
.infobox_wrapper{
	float:left;
	width:100%;
	text-align:left;
}
/* section_8 css end*/

/* section_9 css start*/
.section_9{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.readmore_content{
	float:left;
	width:100%;
}
.readmore_content h3{
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}
.readmore_content h3 a{
	color: #111111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content h4{
	font-size:14px;
	font-weight:700;
	margin-top:20px;
	text-transform: uppercase;
}
.readmore_content:hover h4 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content:hover h3 a{
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content h4 a{
	color: #111111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content img{
	margin-bottom:38px;
}
/* section_9 css end*/


/* media  query css for ipad */

@media(min-width: 767px)and (max-width: 991px) {
	
.readmore_content{
	text-align:center;
	margin-bottom:30px;
}
.readmore_content img{
	display:inline-block;
}
.section_2{
	text-align:center;
}
.section2_img_wrapper{
	display:inline-block;
}
.about_image_wrapper{
	margin-bottom:30px;
}
.iphone_image_wrapper{
	margin-top:50px;
}
.ipad_image_wrapper{
	margin-bottom:30px;
}

}
/* media query css for ipad end */


/* media query css for mobile */

@media (max-width: 359px) {
	
.ipad_lcon_wrapper li:first-child a {
    margin-left: -12px;
}
.btn_download {
    margin-bottom:20px;
	margin-right: 0px;
}
.ipad_lcon_wrapper li a{
	margin-left:6px;
}

}


@media(max-width: 767px){
	
.accordion_three .panel {
	margin-bottom: 10px;
}
.accordionTwo .panel {
	margin-top: 10px;
}
.accordion_six .panel-group .panel+.panel {
	margin-top: 10px;
}
.accordion_seven .panel {
	margin-top: 10px;
}
.section_1 {
    padding-bottom: 80px;
}
.image_wrapper{
	margin-bottom:50px;
}
.section_2{
	text-align:center;
}
.section2_img_wrapper{
	display:inline-block;
}
.about_image_wrapper{
	margin-bottom:30px;
}
.iphone_image_wrapper{
	margin-top:50px;
}
.ipad_image_wrapper{
	margin-bottom:30px;
}
.readmore_content{
	text-align:center;
	margin-bottom:30px;
}
.readmore_content img{
	display:inline-block;
}
.icon_content_left {
    padding-left: 30px;
}
.text_wrapper_left h4, .text_wrapper_left p {
    text-align: left;
}
.icon_content_left {
    float: right;
}
}

/* Footer page css */
input:focus, textarea:focus, select:focus {
  outline:none;
}
.close_wrapper{
float:left;
width:100%;
padding-top:100px;
background:#f7f7f7;
}
#footer_1_section, #footer_2_section, #footer_3_section,
#footer_4_section , #footer_5_section{
float:left;
width:100%;
}

/* custom css end*/


/* section_1 css */

#main-wrapper{
float:left;
width:100%;
padding-top:100px;
padding-bottom:100px;
}
.f-section_1{
float:left;
width:100%;
padding-top:100px;
padding-bottom: 100px;
background:#212121;
}
.section_1 h4{
color:#fff;
font-size:16px;
font-weight: bold;
text-transform:uppercase;
padding-bottom:45px;
}
.section_1 h4:after{
content:'';
border:1px solid #383838;
display:block;
width:50px;
position:absolute;
margin-top:20px;
}

.widget1_image_wrapper, .widget1_text_wrapper{
float:left;
width:100%;
}
.widget_1, .widget_2, .widget_3, .widget_4{
float:left;
width:100%;
}
.widget1_text_wrapper{
padding-top:50px;
border-bottom:1px solid #424242;
padding-bottom: 25px;
color:#656565;
margin-bottom: 25px;
}
.text_wrapper_first,.text_wrapper_second{
float:left;
width:100%;
}
.text_wrapper_first{
float:left;
width:100%;
padding-bottom: 20px;
}
.widget1_link a{
padding-top: 20px;
color:#4285f4;
}
.widget1_link a:hover{
padding-top: 20px;
color:#fff;
 -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.widget1_social_icons{
margin:0;
padding:0;
list-style:none;
}
.widget1_social_icons li{ 
float:left;
margin-left:8px;
}
.widget1_social_icons li:first-child{ 
margin-left:0px;
}
.widget1_social_icons li a{ 
float:left;
color: #656565;
font-size:20px;
text-align:center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.widget1_social_icons li a:hover{ 
color: #4285f4;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.widget2_list{
margin:0;
padding:0;
list-style:none;
padding-top: 25px;
}
.f-section_1   h4{
	color: #fff;
}

.widget2_list li { 
margin-bottom:30px;
}
.widget2_list li a i{ 
color: #4285f4;
margin-right:18px;
}
.widget2_list li a{ 
color: #999999;
font-size:16px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.widget2_list li a:hover{ 
color: #4285f4;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.widget3_wrapper{
float:left;
width:100%;
}
.widget3_images{
margin:0;
padding:0;
list-style:none;
padding-top: 25px;
}
.widget3_images li{ 
float:left;
margin-left:5px;
}
.widget3_img_wrapper {
position: relative;
width:auto;
display:inline-block;
margin-right: 5px;
}
.widget3_icon{
position: absolute;
top: 50%;
left: 50%;
color:#fff;
background:#2f4f7f;
border-radius:50%;
width:30px;
height:30px;
line-height:30px;
text-align:center;
font-size:14px;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.widget3_img_overlay {
position: absolute;
top: 50%;
left: 50%;
bottom: 50%;
right: 50%;
opacity:0;
transition: .2s ease;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.widget3_wrapper:hover .widget3_img_overlay {
background-color:#4285f4;
opacity:0.7;
top:0;
left:0;
right:0;
bottom:0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
overflow:hidden;
}
.widget_3{
padding-bottom:30px;
}
.widget3_link{
float:left;
width:100%;
}
.widget3_link a{
color:#4285f4;
font-style:italic;
}
.widget3_link a:hover{
color:#fff;
 -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.widget4_text_wrapper{
float:left;
width:100%;
padding-top: 20px;
}
.widget4_content_first, 
.widget4_content_second{
float:left;
width:100%;
}
.widget4_content_first{
padding-bottom:30px;
}
.widget4_content_second p{ 
color:#4285f4;
font-style:italic;
padding-bottom:20px;
}
.widget4_text_wrapper input{
width:100%;
height:46px;
background:transparent;
border:1px solid #424242;
padding: 17px 30px 17px 14px;
color: #656565;
font-style:italic;
font-size:14px;
}
.widget4_text_wrapper i{
margin-left: -25px;
color:#4285f4;
}
.section1_bottom_wrapper{
background:#1a1a1a;
float:left;
width:100%;
padding-top:30px;
padding-bottom:30px;
}
.section1_copyright_wrapper, .copyright_icon_wrapper{
float:left;
width:100%;
}
.section1_bottom_wrapper .section1_copyright_wrapper p{
font-family: 'Lato';
text-transform:capitalize;
color:#656565;
margin:0;
font-size: 16px;
}
.section1_bottom_wrapper .section1_copyright_wrapper p a:hover{
  color: #1c73ea;
}
.copyright_icons{
margin:0;
padding:0;
list-style:none;
float:right;
}

.copyright_icons li { 
float:left;
margin-left:10px;
}
.copyright_icons li:first-child{ 
margin-left:0px;
}
.copyright_icons li a i{ 
color: #7c7c7c;
font-size:30px;
}
.copyright_icons li a{ 
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.copyright_icons li a:hover i{ 
color: #4285f4;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

/* section_1 css  end*/


/* section_2 css */

  .f-section_2{
float:left;
width:100%;
background:#212121 !important;
padding-top:100px;
}

.widget_5, .widget_6, .widget_7, .widget_8{
float:left;
width:100%;
}
.section2_wrapper{
border-bottom:1px solid #3e3e3e;
padding-bottom:80px;
}
.section_2 h4{
color:#fff;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:45px;
}
.section2_wrapper ul{
margin:0;
padding:0;
list-style:none;
}
.section2_wrapper ul li{
margin-bottom:30px;
}
.section2_wrapper ul li a{
font-size:16px;
color:#a3a3a3;
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.section2_wrapper ul li a:hover{
color:#4285f4;
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.widget_8 ul li {
margin-bottom:25px;
}
.widget_8 ul li a{
color:#a3a3a3;
}
.widget_8 ul li span{
color:#a3a3a3;
font-size:15px;
}
.widget_8 ul li i{
color: #4285f4;
margin-right: 9px;
}
.widget8_text_wrapper{
float:left;
width:100%;
padding-bottom:27px;
font-size:15px;
}
.widget8_text_wrapper p{
font-size:15px;
}
.section2_footter_menu{
float:left;
width:100%;
margin-top: 8px;
}
.section2_footter_menu ul{
margin:0;
padding:0;
list-style:none;
float:right;
}
.section2_footer_menu ul li{
float:left;
margin-left:80px;
}
.section2_footer_menu ul li:first-child{
margin-left:0px;
}
.section2_footer_menu ul li a{
font-size:16px;
font-weight:bold;
color:#7e7e7e;
text-transform:uppercase;
}
.section2_bottom{
padding-top:40px;
padding-bottom:40px;
}

/* section_2 css end*/


/* section_3 css */

.section_3{
float:left;
width:100%;
padding-bottom:100px;
padding-top:100px;
}
.section3_wrapper_first, .section3_wrapper_second{
float:left;
width:100%;
}
.wrapper_first_image, .wrapper_first_icon{
float:left;
width:100%;
}
.section3_wrapper_second{
padding-top:60px;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog,
.wrapper_second_contact{
float:left;
width:100%;
}
.wrapper_first_icon i{
color:#4285f4;
margin-right:20px;
font-size:18px;
}
.wrapper_first_icon span{
color:#111111;
font-size:18px;
font-weight:500;
}
.wrapper_first_icon a{
color:#fff;
font-size:10px;
background:#ef5e5e;
padding:2px 8px;
border-radius:3px;
text-transform:uppercase;
margin-left:7px;    
position: relative;
  top: -2px;
}
.section3_wrapper_first{
border-bottom:1px solid #e8e8e8;
padding-bottom:75px;
}
.section3_wrapper_second h4{
font-size:18px;
font-weight:500;
padding-bottom:50px;
}
.section3_wrapper_second h4:after{
content:'';
border:1px solid #4285f4;
display:block;
width:30px;
position:absolute;
margin-top:18px;
}
.abotus_content,.aboutus_link{
float:left;
width:100%;
}
.abotus_content{
padding-bottom:20px;
}
.abotus_content p{
font-size:16px;
}
.aboutus_link {
padding-bottom:30px;
}
.aboutus_link a{
color:#4285f4;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
}
.aboutus_link i{
color:#4285f4;
margin-left:10px;
}
.aboutus_social_icons{
margin:0;
padding:0;
list-style:none;
}
.aboutus_social_icons li{
float:left;
margin-left:10px;
}
.aboutus_social_icons li:first-child{
margin-left:0px;
}
.aboutus_social_icons li a{
float:left;
width:30px;
height:30px;
line-height:30px;
text-align:center;
color:#d0d0d0;
border:1px solid #e8e8e8;
border-radius:50%;
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.aboutus_social_icons li a:hover{
background:#4285f4;
border:1px solid #4285f4;
color:#fff;
-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wrapper_second_useful ul{
margin:0;
padding:0;
list-style:none;
}
.wrapper_second_useful ul li{
margin-bottom:20px;
}
.wrapper_second_useful ul li i{
color:#4285f4;
margin-right:20px;
}
.wrapper_second_useful ul li a{
color:#999;
font-size:16px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.wrapper_second_useful ul li a:hover{
color: #4285f4;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.blog_wrapper1, .blog_wrapper2{
float:left;
width:100%;
}
.blog_wrapper1{
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #e8e8e8;
}
.blog_date i{
color:#4285f4;
margin-right:10px;
}
.blog_date{
padding-top:15px;
font-size:14px;
color:#999;
}
.blog_image{
float:left;
width:100px;
}
.blog_text{
font-size:14px;
font-weight:500;
float:left;
width:calc(100% - 100px);
padding-left:10px;
}
.blog_text h5{
font-size: 14px;
  font-weight: 500;
  line-height: 20px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.blog_text h5 a:hover{
color: #4285f4;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.wrapper_second_contact ul{
margin:0;
padding:0;
list-style:none;
}
.wrapper_second_contact ul li{
float:left;
width:100%;
padding-bottom:20px;
}
.wrapper_second_contact ul li a{
color:#4285f4;
font-size:16px;
padding-left: 20px;
}
.wrapper_second_contact ul li p{
float:left;
padding-left: 20px;
font-size:16px;
}
.wrapper_second_contact ul li i{
float: left;
color: #4285f4;
  line-height: 20px;
}
.section3_bottom_wrapper{
float:left;
width:100%;
text-align:center;	
}
.section3_copyright{
font-family: 'Lato';
text-transform:capitalize;
float:left;
width:100%;
display:inline-block;
border-top:1px solid #e8e8e8;
padding-top:30px;
padding-bottom:30px;
}
.hidden{
display:none;
}
.visible{
display:block;
}

/* section_3 css end*/


/* section_4 css*/

.p-section_4{
	float:left;
	width:100%;
	background-image:url('../images/footer-images/section4-bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
}
.section4_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #000000;
	opacity: 0.9;
}
.section_4 h4{
	color:#000000;
	text-align:center;
}
.footer-head-four {
	position: relative;
}
.section_4 p{
	font-size:13px;
	color:#a5a5a5;
}
.section4_wrapper{
	float:left;
	width:100%;
}
.section4_bottom_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-top: 1px solid #393737;
	opacity: 0.9;
}
.section4_copyright p{
	font-family: 'Lato';
	text-transform:capitalize;
	color: #656565;
	margin:0;
	font-size: 16px;
}
.section4_footer_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section4_footer_menu ul li{
	float:left;
	margin-left:25px;
}
.section4_footer_menu ul li:first-child{
	margin-left:0px;
}
.section4_footer_menu ul li a{
	float:left;
	font-size:15px;
	font-family: 'Lato';
	color: #656565;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_footer_menu ul li a:hover{
  color: #ed2945;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wrapper_social, .wrapper_quote, .wrapper_email{
	float:left;
	width:100%;
	padding:52px;
}
.wrapper_social, .wrapper_quote{
	border-right:1px solid #393737;
}
.wrapper_social{
	text-align:center;
}
.wrapper_social_image, .wrapper_social_text, .wrapper_social_media{
	display:inline-block;
}
.wrapper_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper_social_icons li{
	float:left;
	margin-left:10px;
}
.wrapper_social_icons li:first-child{
	margin-left:0px;
}
.wrapper_social_icons li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#8b8b8b;
	background: #353535;
	border-radius:50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.wrapper_social_icons li a:hover{
	background:#4285f4;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.wrapper_social_image{
	padding-bottom:30px;
}
.wrapper_social_text{
	padding-bottom:45px;
	text-align:center;
}
.wrapper_quote{
	text-align:center;
}
.wrapper_quote h4{
	padding-bottom:52px;
}
.wrapper_quote_text{
	padding-bottom:40px;
}
.wrapper_quote_button a{
	float:left;
	color:#a5a5a5;
	border:1px solid #383838;
	border-radius:35px;
	padding:10px 12px;
	width:146px;
}
.wrapper_quote_button a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}
.wrapper_email h4{
	padding-bottom:52px;
}
.wrapper_email_text{
	padding-bottom:40px;
}
.wrapper_email_button input {
	height: 46px;
	background: #353535;
	border: 1px solid #353535;
	border-radius:35px;
	padding: 17px 45px 17px 13px;
	color: #656565;
	font-size: 13px;
}
.wrapper_email_button i {
	margin-left: -45px;
	background: #ed2945;
	border-radius:50%;
	color:#fff;
	width:35px;
	height:35px;
	line-height:35px;
}
.wrapper_quote_text{
	float:left;
	width:100%;
	display:inline-block;
}
.wrapper_quote_button{
	display:inline-block;
}
.wrapper_email{
	text-align:center;
}
.wrapper_email_text{
	float:left;
	width:100%;
	display:inline-block;
}
.wrapper_email_button{
	display:inline-block;
}
.wrapper_email_text a{
	color:#ed2945;
}

/* section_4 css end*/


/* section_5 css */
.f-section_5{
	float:left;
	width:100%;
	padding-top:100px;
	background:#0f0f0f;
}
.section_5_copyright_image{
	float:left;
	width:100%;
}
.copyright_img{
	float:left;
	width:100%;
	text-align:center;
	border-bottom:1px solid #2e2e2e;
	padding-bottom: 60px;
}
.copyright_img img{
	display:inline-block;
}
.section5_copyright_text{
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:40px;
}
.section5_copyright p{
	margin:0;
	text-transform:capitalize;
}
.section5_copyright, .section5_footer_menu{
	float:left;
	width:100%;
}
.section5_footer_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section5_footer_menu ul li{
	float:left;
	margin-left:10px;
}
.section5_footer_menu ul li:first-child{
	margin-left:0px;
}
.section5_footer_menu ul li a{
	float:left;
	color: #656565;
	font-size:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section5_footer_menu ul li a:hover{ 
	color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_5 css end*/


/* footer css*/
footer{
	width:100%;
	float:left;
	background:white !important;
	padding-top: 100px;
	padding-bottom: 100px;

}
.copyright p{
	font-size:20px;
	color:#111111;
	font-weight:300;
	margin:0;
}
.copyright a{
	color:#4285f4;
}

/* footer css end*/


/* media  query css for ipad */

@media (min-width: 992px) and (max-width: 1199px) {

.copyright_icons li a i {
  font-size: 26px;
}
.section2_footer_menu ul li {
  margin-left: 30px;
}

}

/* media  query css for ipad */

@media(min-width: 767px) and (max-width: 991px) {

.section2_footer_menu ul li:first-child {
  margin-left: 80px;
}
.wrapper_social, .wrapper_quote{
	border-right:0;
	border-bottom: 1px solid #393737;
}
.hidden{
	display:none;
}
.visible{
	display:block;
}
}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
.section5_footer_menu{
	padding-top:20px;
}
.section5_footer_menu ul{
	float:none;
}	
.copyright_icons li a i {
  font-size: 26px;
}
.widget_1{
	padding-bottom: 30px;
}
.widget_2, .widget_3, .widget_4 {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.section2_footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
.section2_footer_menu {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.section2_footer_menu ul li {
	margin-left: 4px;
	margin-bottom: 10px;
}
.section2_footer_menu ul li:first-child {
  margin-left: 4px;
}
.wrapper_first_icon {
  padding-top: 20px;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog, .wrapper_second_contact {
  padding-top: 20px;
}
.wrapper_social_icons li {
  margin-left: 8px;
}
.section4_footer_menu ul li {
  margin-left: 10px;
}
.section4_footer_menu ul {
  float: none;
}
.section4_footer_menu{
	padding-top: 20px;
}
.copyright_icons {
  float: none;
}
.copyright_icon_wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.wrapper_social, .wrapper_quote{
	border-right:0;
	border-bottom: 1px solid #393737;
}

}
@media(max-width: 360px){

.copyright_icons li a i {
  font-size: 18px;
}

}

/* form page css start */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 53px;
  padding: 15px 20px;
  line-height: 24px;
  border: 1px solid #F1F1F1;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Roboto';
}
.form-control:focus {
  box-shadow: none;
}

/*formOne section start*/

.formOne .form-control {
	background-color: #f7f7f7;
	border: 1px solid transparent;
	color:#999999;
}
.formOne textarea{
	height: 198px;
}
.formOne button.btn{
	font-weight: 500;
	padding: 11px 32px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	background: #4285f4;
	border: 1px solid #4285f4;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition      : all 0.3s ease 0s;
}
.formOne button.btn:focus,
.formOne button.btn:hover {
	border-color: #4285f4;
	background-color: transparent;
	color: #4285f4;
}

/*formOne section end*/

/* formtwo section start */
.formtwo {
	background: url('../images/form/forms-bg-8.jpg') no-repeat center center;
	background-size: cover;
}
.formtwo-contact-info {
	padding-top: 20px;
	padding-right: 60px;
}
.formtwo textarea{
	height: 198px;
}
.formtwo-contact-info p {
	color: #ffffff;
}
.formtwo-contact-info address {
	margin-top: 30px;
}

.formtwo-contact-info address ul li {
	color: #ffffffcc;
	margin-bottom: 30px;
	/* font-size:20px; */
}
.formtwo-contact-info address ul li a {
	color: #ffffffcc;
}
.formtwo-contact-info address ul li a:hover {
	color: #fff;
}


.formtwo-contact-info address ul li i {
	margin-right: 10px;
}
.formtwo-contact-social ul li {
	display: inline-block;
	margin-right: 15px;
}
.formtwo-contact-social ul li:last-child{
	margin-right: 0px;
}
.formtwo-contact-social ul li a{
	font-size: 20px;
  	color: #ffffffcc;
  	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.formtwo-contact-social ul li a:hover,
.formtwo-contact-social ul li a:hover{
	color: #fff;
}

.formtwo-right-1,
.formtwo-right-2,
.formtwo-right-3{
	position: relative;
}
.formtwo-right-1 .i-user:after,
.formtwo-right-2 .i-mail:after,
.formtwo-right-3 .i-message:after{
	position: absolute;
  	right: 15px;
  	top: 12px;
  	font-family: "FontAwesome";
  	color: #fff;
  	left: auto;
}
.formtwo-right-3 .i-mail:after{
	content: "\f003";
}
.formtwo-right-3 .i-message:after{
	content: "\f0e5";
}





.formtwo-right {}
.formtwo-right .form-group {
	margin-bottom: 10px;
}
.formtwo-right .form-group ::-webkit-input-placeholder{
    color:    #fff;
}
.formtwo-right .form-group :-moz-placeholder{
    color:    #fff;
}
.formtwo-right .form-group ::-moz-placeholder{
    color:    #fff;
}
.formtwo-right .form-group :-ms-input-placeholder{
    color:    #fff;
}


.formtwo-right .form-control {	
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.formtwo-right .form-control:focus{
	
	border: 1px solid #313131 !important;
	background: transparent;	
}

.formtwo-right button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	  font-weight: normal;
}
.formtwo-right .btn-default {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	width: 100%;
}

.formtwo-right .btn-default:hover,
.formtwo-right .btn-default.focus {
  	color: #313131;
  	border: 1px solid #313131 !important;
  	
}
/**formtwo section end*/
/**********************


 formthree section start
*************************/
.formthree {
	background: #f7f7f7;	
}
.formthree .form-control {
	border-top: 0 ;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d3d3d3;
	background: transparent;
}


.formthree .form-control:focus {
	color: #313131 !important;
	border-top: 0 !important ;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #313131 !important;
	background: transparent;	
}
.formthree textarea{
	height: 198px;
}
.formthree form button.btn{
	margin: 30px auto;
	display: block;
    padding: 11px 32px;
	background: #4285f4;
	border: 1px solid #4285f4;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.formthree .btn-primary.focus,
.formthree .btn-primary:hover{
	background-color: transparent;
  	color: #4285f4;
  	border: 1px solid #4285f4 !important;
}

/* formthree section end */


/***********************
formfour section start
**************************/
.formfour {
	background: url('../images/form/forms-9.jpg') no-repeat center center;
	background-size: cover;
}
.formfour .form-bg {
	background: rgba(68, 68, 65, 0.77);
	padding: 20px;
}
.formfour form {
	background-color: rgb(255, 255, 255);
  	padding: 20px;
}
.formfour textarea{
	height: 198px;
}
.formfour .form-control {	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #61615e;
	background: transparent;
	-webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
}
.formfour .form-control:focus {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #313131 !important;
	background: transparent;	
}
.formfour button.btn{
	display: block;
    padding: 11px 32px;
    -webkit-transition: all 0.3s ease 0s;
   	-moz-transition: all 0.3s ease 0s;
   	-o-transition: all 0.3s ease 0s;
   	transition: all 0.3s ease 0s;
   	margin: 30px 0px;
}
.formfour .btn-blue {
	background-color: #4285f4;
	color: #fff;
	border: 1px solid #4285f4;
}
.formfour .btn-blue.focus,
.formfour .btn-blue:hover {
	background-color: transparent;
	color:#4285f4;
  	
}

/** formfour section end **/

/**********************
 formfive section start
*************************/
.formfive {
	background: #f7f7f7;
}
.formfive .form-group {
	margin-bottom: 10px;
}
.formfive textarea{
	height: 198px;
}
.formfive .form-control {
	background-color: #313131;
	border: 1px solid #313131;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   text-align: center;
}
.formfive .form-control:focus {
	background-color: transparent;
	border: 1px solid #313131 !important;	
}

.formfive form button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.formfive .btn-primary {
	background-color: #4285f4;
	border: 1px solid #4285f4;
}

.formfive .btn-primary.focus,
.formfive .btn-primary:hover{
	background-color: transparent;
  	color: #4285f4;
  	border: 1px solid #4285f4 !important;
}
/* formfive section end */


/***********************
formsix section start
**************************/
.formsix {
	background: url('../images/form/forms-10.jpg') no-repeat center center;
	background-size: cover;
}

.formsix .form-control {
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: transparent;
   padding: 15px 35px; 
}
.formsix textarea{
	height: 198px;
}
.formsix input::placeholder, .formsix textarea::placeholder {
  color: #fff;
}
.formsix .form-control:focus {
	color: #fff;
	background-color: transparent;
	border: 1px solid #4285f4 !important;	
}
.formsix form button.btn{
	margin: 0 auto;
	display: block;
    padding: 11px 32px;
    font-weight: 500;
	background:#4285f4;
	border:1px solid #4285f4;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.formsix .btn-primary.focus,
.formsix .btn-primary:hover{
	background-color: transparent;
  	color: #4285f4;
  	border: 1px solid #4285f4 !important;
}
.formsix-pos,.formsix-e,.formsix-m,.formsix-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
    top: 16px;
    font-size: 13px;
    font-family: "FontAwesome";
    color: #fff;
}
.formsix .form-group.i-name:after{
	content: "\f007";
	left: 14px;
}
.formsix .form-group.i-email:after{
	content: "\f003";
	left: 14px;
}
.formsix .form-group.i-phone:after{
	content: "\f095";
	left: 14px;
}
.formsix .form-group.i-message:after{
	content: "\f0e5";
	left: 14px;
}

/** formsix section end **/

@media(max-width: 767px){
.formtwo-right {
    padding-top: 40px;
}
.offset-md-2{
	display: none;
}
}

/* heading page css start */
.gray-bg {
  background-color: #f7f7f7;
}

/*headingOne*/


.headingOne h2{
font-size: 30px;
margin-bottom: 20px;
}
.headingOne ul {
margin-bottom: 20px;
}
.headingOne li {
display: inline-block;
margin-right: 20px;
}
@media only screen and (max-width : 480px) {
.headingOne li {
  margin-right: 10px;
  margin-bottom: 10px;
}
}
.headingOne li:last-child {
margin-right: 0;
}
.headingOne li img{
border: 3px solid #f7f7f7;
width: 107px;
height: 52px;
}

/*headingTwo*/


.headingTwo h2 {
font-size: 30px;
text-transform: uppercase;
display: inline-block;
margin-bottom: 0;
position: relative;
}
.headingTwo h2:before, 
.headingTwo h2:after {
content: " ";
height: 10px;
width: 10px;
background-color: #4285f4;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
margin-top: -5px;
}
.headingTwo h2:before {
left: -28px;
}
.headingTwo h2:after {
right: -28px;
}


/*headingThree*/


.headingThree i{
font-size: 30px;
width: 85px;
height: 85px;
line-height: 85px;
color: #fff;
background-color: #4285f4;
border-radius: 50%;
margin-bottom: 30px;
}
.headingThree h2 {
font-size: 30px;
}
.headingThree p {
margin-bottom: 0;
}



/*headingFour*/


.headingFour span{
font-size: 12px;
text-transform: uppercase;
color: #999999;
}
.headingFour h2 {
font-size: 30px;
padding-bottom: 25px;
text-transform: uppercase;
position: relative;
}
.headingFour h2:after {
content: "";
background: #4285f4;
width: 50px;
height: 1px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -25px;
}


/*headingFive*/


.headingFive span.sub{
font-size: 12px;
text-transform: uppercase;
display: block;
margin-bottom: 8px;
color:#999999;
}
.headingFive h2{
font-size: 30px;
line-height: 20px;
text-transform: uppercase;
position: relative;
display: inline-block;
padding: 0 30px;
margin-bottom: 0;
border-right: 1px solid #dadada;
border-left: 1px solid #dadada;
}
.headingFive h2::before,
.headingFive h2::after {
content: "";
background: #dadada;
width: 100px;
height: 1px;
position: absolute;
top: 50%;
}
@media only screen and (max-width : 480px) {
.headingFive h2 {
  font-size: 20px;;
  padding: 0 10px;
}
.headingFive h2::before,
.headingFive h2::after {
  width: 50px;
}
}
.headingFive h2::before {
right: 100%;
}
.headingFive h2::after {
left: 100%;
}

/*headingSix*/


.headingSix h2 {
font-size: 30px;
text-transform: uppercase;
margin-bottom: 20px;
}
.headingSix span {
font-size: 14px;
text-transform: uppercase;
color: #313131;
}
.headingSix i {
font-size: 20px;
color: #4285f4;
}

/*headingSeven*/


.headingSeven h2 {
font-size: 30px;
text-transform: uppercase;
}
.headingSeven span.bordered-icon {
color: #4285f4;
padding: 0 10px;
font-size: 16px;
line-height: 18px;
position: relative;
display: inline-block;
}
.headingSeven span.bordered-icon:before, 
.headingSeven span.bordered-icon:after {
content: "";
background: #dadada;
width: 90px;
height: 1px;
top: 8px;
position: absolute;
}
.headingSeven span.bordered-icon:before {
left: 100%;
}
.headingSeven span.bordered-icon:after {
right: 100%;
}


/*headingEight*/

.headingEight h2 {
font-size: 30px;
text-transform: uppercase;
}
.headingEight span.sub {
font-size: 20px;
color: #999999;
}
.headingEight span.dashed-border {
border: 1px dashed #dadada;
width: 200px;
position: relative;
display: inline-block;
}
.headingEight span.dashed-border::before, 
.headingEight span.dashed-border::after {
content: "\f111";
font-family: FontAwesome;
font-size: 10px;
color: #4285f4;
position: absolute;
top: -8px;
}
.headingEight span.dashed-border::before {
left: -20px;
}
.headingEight span.dashed-border::after {
right: -20px;
}


/*headingNine*/


.headingNine h2{
font-size: 30px;
position: relative;
text-transform: capitalize;
padding-bottom: 25px;
margin-bottom: 0;
}
.headingNine h2:after {
content: "";
background: #dadada;
width: 118px;
height: 1px;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -59px;
}
.headingNine i {
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -5px;
font-size: 10px;
background-color: #fff;
color: #4285f4;
padding-bottom: 5px;
padding-right: 5px;
z-index: 100;
border-bottom: 1px solid #dadada;
border-right: 1px solid #dadada;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*headingTen*/

.headingTen h2{
font-size: 30px;
text-transform: uppercase;
margin-bottom: 10px;
}
.headingTen p{
font-size: 15px;
}
.headingTen span.bottom-border {
background-color: #dadada;
height: 1px;
width: 130px;
position: relative;
display: inline-block;
}
.headingTen span.bottom-border::before, 
.headingTen span.bottom-border::after {
content: "";
height: 7px;
width: 7px;
background-color: #4285f4;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
color: #4285f4;
position: absolute;
top: -3px;
}
.headingTen span.bottom-border::before {
left: 44%;
}
.headingTen span.bottom-border::after {
right: 43%;
}



/*headingEleven*/


.headingEleven h2 {

  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #4285f4;
}
.headingEleven p {
margin-bottom: 0;
}


/* ===========================================
Heading Styles END
============================================== */
.gray_bg {
	background-color: #f7f7f7;
}


/*img_box_one section start*/

.img_box_one .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	position:relative;
}
@media (max-width: 991px) { 
	.img_box_one .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_one .icon-thumb {
	display: table;
}
.img_box_one .icon {
	width: 50px;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
	text-align:center;
    position: absolute;
    top: 0px;
}
.img_box_one .icon.pink {
  background: #eb768c;

}
.img_box_one .icon.violet {
  background: #c183d6;
}
.img_box_one .icon.aqua {
  background: #73c8b7;
}

.img_box_one .thumbnail .caption {
  padding: 30px 42px 0 0;
  color: #969595;
}
.img_box_one .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_one .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_one .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_one .thumbnail .caption p{
	margin: 0;
	padding-top: 20px;
}
/*img_box_one section end*/

/*img_box_two start*/

.img_box_two {
	background: url(../images/img-box/img_box_two_bg.jpg) no-repeat center center #0D1217;
	background-size: cover;
}
.img_box_two .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
	background-color: #ffffff;
}
.img_box_two .caption h4 , .img_box_four .caption h4{
	padding: 20px 0px;
}
@media (max-width: 991px) { 
	.img_box_two .thumbnail {
		margin-bottom: 30px;
	}
}
.img_box_two .thumbnail img {
	width: 100%;
}
.img_box_two .thumbnail .caption {
  padding: 30px;
  color: #969595;
}
.img_box_two .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_two .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_two .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_two .thumbnail .caption p{
	margin: 0;
}
/*img_box_two section end*/

/*img_box_three section start*/

.img_box_three .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border: 0;
	border-radius: 0;
}

@media (max-width: 991px) { 
	.img_box_three .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_three .thumbnail img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 30px;
}
.img-circle {
    border-radius: 30px;
    background-color: #000;
}
.img_box_three .thumbnail .caption {
  padding: 30px 0;
  color: #969595;
}
.img_box_three .thumbnail .caption h4 {
	line-height: 30px;
	text-transform: capitalize;
}
.img_box_three .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_three .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_three .thumbnail .caption .readmore {
	  color: #4285f4;
	  margin-top: 20px;
	  display: block;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  transition: all 0.5s;
}
.img_box_three .thumbnail .caption .readmore:hover {
	color: #1249a5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
	transition: all 0.5s;
  
}
.img_box_three .thumbnail .caption .readmore i{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	margin-left: 5px;
	border: 1px solid #4285f4;
	border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.img_box_three .thumbnail .caption .readmore:hover i {
	background-color: #4285f4;
	color: #fff;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*img_box_three section end*/

/*img_box_four section start*/

.img_box_four .thumbnail {
	padding: 0;
	margin-bottom: 20px;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

@media (max-width: 991px) { 
	.img_box_four .thumbnail {
		margin-bottom: 30px;
	}
}

.img_box_four .thumbnail img {
	width: 195px;
	height: 195px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.img_box_four .thumbnail .caption {
	text-align: center;
	color: #999999;
}
.img_box_four .thumbnail .caption h4 {
	text-transform: capitalize;
}
.img_box_four .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_four .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_four .thumbnail .caption p{
	margin: 0;
}
/*img_box_four section end*/


/*img_box_five start*/

.img_box_five .thumbnail {
	padding: 0;
	line-height: 24px;
	background-color: #f7f7f7;
	border: 0;
	border-radius: 0;
	margin-bottom: 30px;
}

.img_box_five .thumbnail a>img, 
.img_box_five .thumbnail>img {
	float: left;
}


.img_box_five .thumbnail .caption {
  padding: 30px 20px 10px;
  color: #999999;
  overflow: hidden;
}
.img_box_five .thumbnail .caption h4 {
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size:18px;
}
.img_box_five .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_five .thumbnail .caption h4 a:hover{
	color: #4285f4;
}
.img_box_five .thumbnail .caption p{
	margin: 0;
}
/*img_box_five end*/
/* page header css start */
/* custom css */

.close_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	background:#fff;
}
#page_header1_section, #page_header2_section, #page_header3_section,
#page_header4_section , #page_header5_section, #page_header6_section,
#page_header7_section{
	float:left;
	width:100%;
}

/* custom css end*/


/* section_1 start */

#main-wrapper{
    float: left;
    width: 100%;
    padding-bottom: 100px;
}	
.section_1{
	width:100%;
	float:left;
	background:#fafafa;
	padding:30px 0px;
}
.section_1 .page_header_title h1 {
    font-size: 24px;
    color: #111;
}
.section_1 .sub_title_section{
    float: right;
}
.section_1 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_1 .sub_title li:last-child{
	color: #4285f4;
}
.section_1 .sub_title a {
    color: #999;
}
.section_1 .sub_title a:hover {
    color: #4285f4;
}
.section_1 .sub_title i {
    padding: 0px 15px;
}

/* section_1 end*/


/* section_2 start */

 .header-sec-2.section_2{
	width:100%;
	float:left;
	background:#000 ;
	padding:50px 0px;
}
.section_2 .page_header_title h1 {
    font-size: 24px;
    color: #fff;
}
.section_2 .sub_title_section{
    float: right;
}
.section_2 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_2 .sub_title li:last-child{
	color: #4285f4;
}
.section_2 .sub_title a {
    color: #999;
}
.section_2 .sub_title a:hover {
    color: #4285f4;
}
.section_2 .sub_title i {
    padding: 0px 15px;
}

/* section_2 end*/


/* section_3 start */

.section_3{
     float: left;
    width: 100%;
    background-image: url(../images/page-header-images/gradient_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    /* text-align: center; */
    padding-top: 100px;
    padding-bottom: 100px;
	position:relative;
}
.gradient_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #6a65d1; 
	background: -moz-linear-gradient(left, #6a65d1 28%, #6a65d1 28%, #6a65d1 29%, #40a6ed 29%, #40a6ed 29%, #6a65d1 29%, #6a65d1 29%, #6a65d1 29%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 30%, #6a65d1 32%, #6a65d1 32%, #6a65d1 38%, #6a65d1 38%, #6a65d1 38%, #40a6ed 59%); 
	background: -webkit-linear-gradient(left, #6a65d1 28%,#6a65d1 28%,#6a65d1 29%,#40a6ed 29%,#40a6ed 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 32%,#6a65d1 32%,#6a65d1 38%,#6a65d1 38%,#6a65d1 38%,#40a6ed 59%); 
	background: linear-gradient(to right, #6a65d1 28%,#6a65d1 28%,#6a65d1 29%,#40a6ed 29%,#40a6ed 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 29%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 30%,#6a65d1 32%,#6a65d1 32%,#6a65d1 38%,#6a65d1 38%,#6a65d1 38%,#40a6ed 59%); 
	opacity:0.9;
}
.page-three-header{
	position: relative;
}
.section_3 .page_header_title h1 {
    font-size: 50px;
    color: #fff;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
.section_3 .sub_title_section{
	float:left;
	width:100%;
	margin-bottom:10px;
    text-align:center;
}
.section_3 .sub_title{
	display:inline-block;
}
.section_3 .sub_title li{
	float: left;
    font-size: 18px;
    color: #fff;
	font-weight: 300;
}
.section_3 .sub_title li:last-child{
	color: #fff;
}
.section_3 .sub_title a {
    color: #fff;
}
.section_3 .sub_title a:hover {
    color: #4285f4;
}
.section_3 .sub_title i {
    padding: 0px 15px;
}   

/* section_3 end*/


/* section_4 start */

.section_4{
     float: left;
    width: 100%;
    background-image: url(../images/page-header-images/gradient_bg1.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    /* text-align: center; */
    padding-top: 100px;
    padding-bottom: 100px;
	/* text-align:center; */
	position:relative;
}
.section_4_gradient_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #ac3868; /* Old browsers */
	background: -moz-linear-gradient(left, #ac3868 2%, #ac3868 2%, #ac3868 39%, #ac3868 40%, #ac3868 42%, #ac3868 42%, #ac3868 43%, #ac3868 43%, #ac3868 45%, #ac3868 45%, #ac3868 48%, #141414 70%, #141414 70%, #141414 75%, #141414 77%, #141414 100%, #ac3868 100%, #ac3868 100%, #141414 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ac3868 2%,#ac3868 2%,#ac3868 39%,#ac3868 40%,#ac3868 42%,#ac3868 42%,#ac3868 43%,#ac3868 43%,#ac3868 45%,#ac3868 45%,#ac3868 48%,#141414 70%,#141414 70%,#141414 75%,#141414 77%,#141414 100%,#ac3868 100%,#ac3868 100%,#141414 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ac3868 2%,#ac3868 2%,#ac3868 39%,#ac3868 40%,#ac3868 42%,#ac3868 42%,#ac3868 43%,#ac3868 43%,#ac3868 45%,#ac3868 45%,#ac3868 48%,#141414 70%,#141414 70%,#141414 75%,#141414 77%,#141414 100%,#ac3868 100%,#ac3868 100%,#141414 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity:0.9;
}
.section_4 .page_header_title h1 {
    font-size: 50px;
    color: #fff;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
.section_4 .sub_title_section{
	float:left;
	width:100%;
	margin-bottom:10px;
    text-align:center;
}
.section_4 .sub_title{
	display:inline-block;
}
.section_4 .sub_title li{
	float: left;
    font-size: 18px;
    color: #fff;
	font-weight: 300;
}
.section_4 .sub_title li:last-child{
	color: #fff;
}
.section_4 .sub_title a {
    color: #fff;
}
.section_4 .sub_title a:hover {
    color: #4285f4;
}
.section_4 .sub_title i {
    padding: 0px 15px;
}   

/* section_4 end*/



/* section_5 start*/

.section_5{
	width:100%;
	float:left;
	background:#fafafa;
	padding:30px 0px;
}
.section_5 .page_header_title{
	float: right;
}
.section_5 .page_header_title h1 {
    font-size: 24px;
    color: #111;
}
.section_5 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_5 .sub_title li:last-child{
	color: #4285f4;
}
.section_5 .sub_title a {
    color: #999;
}
.section_5 .sub_title a:hover {
    color: #4285f4;
}
.section_5 .sub_title i {
    padding: 0px 15px;
}

/* section_5 end*/


/* section_6 start*/

.section_6{
    float: left;
    width: 100%;
    background-image: url(../images/page-header-images/section6_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
	text-align:center;
	position:relative;
}
.image_background_overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #000; 
	opacity:0.8;
}
.section_6 .page_header_title h1 {
    font-size: 26px;
    color: #fff;
}
.section_6 .sub_title_section{
	float:right;
}
.section_6 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_6 .sub_title li:last-child{
	color: #4285f4;
}
.section_6 .sub_title a {
    color: #999;
}
.section_6 .sub_title a:hover {
    color: #4285f4;
}
.section_6 .sub_title i {
    padding: 0px 15px;
} 

/* section_6 end*/

/* section_7 start*/

.section_7{
    float: left;
    width: 100%;
    background-image: url(../images/page-header-images/section7_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    text-align: center;
	padding:50px;
	text-align:center;
	position:relative;
}
.section_7 .page_header_title {
	position:relative;
	float: left;
}
.section_7 .page_header_title h1 {
    font-size: 24px;
    color: #fff;
}
.section_7 .sub_title_section {
	position: absolute;
	top:42px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 50px 15px 40px;
}
.section_7 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_7 .sub_title li:last-child{
	color: #4285f4;
}
.section_7 .sub_title a {
    color: #999;
}
.section_7 .sub_title a:hover {
    color: #4285f4;
}
.section_7 .sub_title i {
    padding: 0px 15px;
}
  

/* section_8 end*/

/* section_8 start*/

.section_8{
    float: left;
    width: 100%;
    background-image: url(../images/page-header-images/section8_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
	text-align:center;
	position:relative;
}
.section_8 .page_header_title h1 {
    font-size: 30px;
    color: #fff;
	text-align:center;
	margin-bottom:20px;
}
.section_8 .sub_title_section{
	float: none;
}
.section_8 .sub_title{
	display:inline-block;
}
.section_8 .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.section_8 .sub_title li:last-child{
	color: #4285f4;
}
.section_8 .sub_title a {
    color: #999;
}
.section_8 .sub_title a:hover {
    color: #4285f4;
}
.section_8 .sub_title i {
    padding: 0px 15px;
}
  

/* section_8 end*/


/* media  query css for ipad */

@media(max-width: 1200px) {
	

}

@media(min-width: 767px) and (max-width: 991px) {
	
	
	
}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){

	.section_1, .section_2 {
		text-align: center;
	}
	.section_1 .sub_title_section, .section_2 .sub_title_section{
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
	.section_3 .page_header_title h1, .section_4 .page_header_title h1  {
		font-size: 26px;
	}
	.section_5{
		text-align:center;
	}
	.section_5 .sub_title_section {
		float: none;
		display:inline-block;
	}
	.section_5 .page_header_title {
		float: none;
		display:inline-block;
	}
	.section_5 .sub_title li {
		font-size: 15px;
	}
	.section_5 .page_header_title h1 {
		font-size: 24px;
		margin-top:10px;
	}
	.section_6{
		text-align:center;
	}
	.section_6 .page_header_title h1 {
		font-size: 24px;
	}
	.section_6 .sub_title_section{
		float: none;
		display:inline-block;
		margin-top:10px;
	}
	.section_7 .sub_title_section {
		width: 100%;
		top: 32px;
		padding: 16px 0px 8px 0px;
	}
	.section_7 .sub_title_section .sub_title {
		display: inline-block;
		line-height:0;
	}
	.section_7 .sub_title li {
		line-height:35px;
	}
	.section_7 .page_header_title {
		position: relative;
		bottom: 27px;
		float: none;
		display: inline-block;
	}

	
}

@media only screen and (max-width : 480px) {
	
	.section_1 .page_header_title h1, .section_2 .page_header_title h1 {
		font-size: 24px;
	}
	.section_1 .sub_title i, .section_2 .sub_title i{
		padding: 0px 5px;
	}
	.section_1 .sub_title li, .section_2 .sub_title li  {
		font-size: 15px;
	}
	.section_3 .page_header_title h1, .section_4 .page_header_title h1  {
		font-size: 22px;
	}
	.section_3 .sub_title li, .section_4 .sub_title li {
		font-size: 15px;
	}
	.section_6 .page_header_title h1 {
		font-size: 18px;
	}
	.section_8 .page_header_title h1 {
		font-size: 24px;
	}
	.section_7 .page_header_title h1 {
		font-size: 20px;
	}
	.section_7 .sub_title_section {
		width: 100%;
		top: 60px;
	}
	.section_7 .sub_title li {
		font-size: 14px;
	}

}

/* media query css for mobile end */
/* portfolio page css start */
/* custom css start */

.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_wrapper_heading h2{
	font-size:36px;
}
.text_wrapper_content p{
	font-size:16px;
	text-align: center;
    max-width: 605px;
    margin: 0 auto;
}
.text_wrapper_content{
	float:left;
	width:100%;
	margin-top:30px;
	display: inline-block;
	padding-bottom:10px;
}

/* custom css end */


/* section_1 css */

.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.portfolio_img img{
	width: 100%;
}
.portfolio_img_wrapper{
	text-align:center;
}
.portfolio_img {
	display:inline-block;
	position:relative;
	margin-bottom:30px;
}
.portfolio_img_overlay {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    height: calc(100% - 60px);
    left: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: calc(100% - 60px);
	transition: .2s ease;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}
.portfolio_img_text {
  opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
.portfolio_img_wrapper:hover .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}
.portfolio_img_text a{
	padding: 10px;
    font-size: 12px;
    border: 1px solid #4285f4;
    color: #4285f4;
}
.portfolio_img_text a:hover{
	background:#4285f4;
	color: #fff;
}
.view_all{
	padding-top:56px;
	display:inline-block;
}
.view_all a{
	float:left;
	background:#4285f4;
	border:1px solid #4285f4;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 35px;
	border-radius:5px;
}
.view_all a:hover{
    background: transparent;
    color: #4285f4;
}
/* section_1 css end*/

/* section_2 css */

.pf-section_2{
	float:left;
	width:100%;
	text-align:center;
	background: #fff;
	background-image: none;
}
.search_link{
	margin-right:20px;
}
.tab_img{
	float:left;
	width:33.33%;
	position: relative;
}
.tab_img img{
	width: 100%;
}
.section_2 .text_wrapper_heading h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	padding-bottom:20px;
}
.section_2 .text_wrapper_heading h2{
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.section_2 .nav_tabs_wrapper{
	float:left;
	width:100%;
}
.section_2 .nav_tabs{
	display:inline-block;
	padding-bottom:50px;
}
.section_2 .nav-pills>li+li{
	margin-left:30px;
}
.section_2 .nav-pills>li>a{
	border:1px solid #eaeaeb;
}
.section_2 .nav>li>a:focus, .section_2 .nav>li>a:hover {
    text-decoration: none;
    background-color: #4285f4;
	color:#fff;
	border:1px solid #4285f4;
}
.section_2 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .section_2 .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4285f4;
	border:1px solid #4285f4;
}
.tab_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  right:0;
  bottom:0;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_img_wrapper:hover .tab_img_overlay {
  background-color:#000;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.tab_img_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.tab_img_link{
	display:inline-block;
}
.search{
	margin-right:20px;
}
.tab_img_text h4{
	color: #fff;
	font-size:24px;
	font-weight:bold;
	padding-bottom:30px;
}
.tab_img_text a i{
	font-size:16px;
}
.tab_img_text a{
	float:left;
	background:#fff;
	color: #4285f4;
	border:1px solid #fff;
	width:40px;
	height:40px;
	line-height: 35px;
	border-radius:50%;
	text-align:center;
}
.tab_img_text a:hover{
	background:#4285f4;
	color: #fff;
	border:1px solid #4285f4;
}
/* section_2 css end*/


/* section_3 css */

.section_3{
	float:left;
	width:100%;
	padding-bottom:100px;
	padding-top:100px;
	background:#f7f7f7;
}
.section3_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section3_text_heading, .section3_text_content{
	float:left;
	width:100%;
}
.section3_text_heading h2{
	position:relative;
}
.section3_text_heading h2:after{
	content:'';
	border:1px solid #4285f4;
	width:30px;
	position:absolute;
	display:block;
	left:0;
	right:0;
	margin:0px auto;
	margin-top:20px;
}
.section3_text_heading h2{
	font-size:36px;
}
.section3_text_content p{
	font-size:16px;
}
.section3_text_content{
	padding-bottom:56px;
	/* padding-top:30px; */
}
.section3_img_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.section3_img1{
	float:left;
	width:50%;
	position:relative;
	overflow:hidden;
}
.section3_img1 figure{
	display:block;
	margin:0;
	overflow:hidden
}
.section3_img1 figure img{
	display:block;
	transition:all 0.3s
}
.section3_img1:hover figure img {
    transform: scale(1.1, 1.1);
}
.section3_img1_text{
	position:absolute;
	top:90%;
	left: 50%;
	overflow:hidden;
}
.section3_img2_text{
	position:absolute;
	top:90%;
	left:45%;
	overflow:hidden;
}
.section3_img3_text{
	position:absolute;
	top:95%;
	left:43%;
	overflow:hidden;
}
.section3_img4_text{
	position:absolute;
	top: 93%;
    left: 35%;
	overflow:hidden;
}
.section3_img1_text a, .section3_img2_text a, .section3_img4_text a{
	color:#fff;
}
.section3_img3_text a{
	color:#111111;
}
.section3_img2{
	float:left;
	width:50%;
	position:absolute;
	right:0;
	bottom:0;
	overflow:hidden;
}
.section3_img2 figure{
	display:block;
	margin:0;
	overflow:hidden
}
.section3_img2 figure img{
	display:block;
	transition:all 0.3s
}
.section3_img2:hover figure img {
    transform: scale(1.1, 1.1);
}
.section3_img3{
	float:left;
	width:50%;
	position:relative;
	overflow:hidden;
}
.section3_img3 figure{
	display:block;
	margin:0;
	overflow:hidden
}
.section3_img3 figure img{
	display:block;
	transition:all 0.3s
}
.section3_img3:hover figure img {
    transform: scale(1.1, 1.1);
}
.section3_img4{
	float:left;
	width:50%;
	position:relative;
	overflow:hidden;
}
.section3_img4 figure{
	display:block;
	margin:0;
	overflow:hidden
}
.section3_img4 figure img{
	display:block;
	transition:all 0.3s
}
.section3_img4:hover figure img {
    transform: scale(1.1, 1.1);
}
.right{
	float:right;
}
/* section_3 css end*/


/* section_4 css*/

.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background-image: none;
}
.section4_portfolio_slider{
	float:left;
	width:100%;
}
.section4_portfolio_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.section4_portfolio_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_portfolio_slider .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active span, .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:10px;
	height:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_portfolio_slider .owl-theme .owl-dots .owl-dot.active, .section4_portfolio_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_portfolio_slider .owl-theme .owl-nav {
    display:none;
}
.portfolio_image_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.portfolio_image {
  position: relative;
  width:auto;
  display:inline-block;
}
.portfolio_image_overlay {
  position: absolute;
  top: 400px;
  left: 300px;
  right: 400px;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_image_wrapper:hover .portfolio_image_overlay {
  background-color:#4285f4;
  opacity:0.9;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.portfolio_img_icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* section_4 css end*/


/* section_5 css */

.pf-section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:150px;
	background:#222222;
	overflow: hidden;
	position:relative;
}
.pf-section_5 .text_wrapper_heading h2{
	color:#fff; 
}
.section5_portfolio_slider .owl-theme .owl-dots{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -83px;
}
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot span{
	width:8px;
	height:8px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot.active span, 
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:10px;
	height:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot.active, 
.section5_portfolio_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_portfolio_slider .owl-carousel .owl-nav button{
	width: 50px;
	height: 50px;
}
.section5_portfolio_slider .owl-carousel .owl-nav .owl-prev{
	color:#999999;
	background: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    left: 33%;
    bottom: -96px;
    z-index: 100;
	font-size: 30px;
    padding: 4px 20px;
}
.section5_portfolio_slider .owl-carousel .owl-nav .owl-next{
	color:#999999;
	background: transparent;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    left: 61%;
    bottom: -96px;
    z-index: 100;
	font-size: 30px;
    padding: 4px 20px;
}
.section5_portfolio_slider .owl-carousel .owl-nav .owl-prev:hover,
.section5_portfolio_slider .owl-carousel .owl-nav .owl-next:hover {
    background: #4285f4;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #4285f4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* section_5 css end*/


/* section_6 css start*/

.section_6{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background-color: #fff;
	background-image: none;
}
.tab_image, .tab_image_text{
	float:left;
	width:100%;
}
.tab_image_wrapper{
	float:left;
	width:100%;
	margin-bottom:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section6_nav_tabs{
	float:left;
	width:100%;
}
.section6_nav_tabs .nav_tabs{
	display:inline-block;
	padding-bottom:50px;
}
.section6_nav_tabs .nav-pills>li+li{
	margin-left:30px;
}
.section6_nav_tabs .nav-pills>li>a{
	border:1px solid #fff;
	color:#999999;
	text-transform:uppercase;
}
.section6_nav_tabs .nav>li>a:focus, 
.section6_nav_tabs .nav>li>a:hover {
    text-decoration: none;
	color: #4285f4;
	border:1px solid #4285f4;
	border-radius:35px;
	background:#fff;
}
.section6_nav_tabs .nav-pills>li a.active, 
.section6_nav_tabs .nav-pills>li a.active>:focus, 
.section6_nav_tabs .nav-pills>li a.active>:hover {
    color: #4285f4;
	border:1px solid #4285f4;
	border-radius:35px;
	background:#fff;
}
.tab_image_text {
    border: 1px solid #e1e1e1;
	padding:30px;
	border-top: none;
}
.project_category{
	float:left;
}	
.project_likes{
	float:right;
}
.project_category h4 a{
	color:#999999;
	font-size:14px;
}
.project_title h4{
	font-size:18px;
	font-weight:bold;
}
.project_title h4 a{
	color:#111111;
}
.project_title{
	padding-bottom:20px;
}
.project_likes a i{
	color:#4285f4;
}

.tab_image_wrapper:hover .tab_image_text {
    border: 1px solid #4285f4;
	background:#4285f4;
	border-top: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_image_wrapper:hover .project_title h4 a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_image_wrapper:hover .project_category h4 a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_image_wrapper:hover .project_likes a{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_image_wrapper:hover .project_likes a i{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tab_image figure{
	display:block;
	margin:0;
	overflow:hidden
}
.tab_image figure img{
	width:100%;
	display:block;
	transition:all 0.3s
}
.tab_image:hover figure img {
    transform: scale(1.1, 1.1);
}
/* section_6 css end*/


/* media query css for mobile */

@media(max-width: 767px){
	
.tab_img {
    float: left;
    width: auto;
    position: relative;
}
.right {
    float: none;
}
.section3_img1,.section3_img3, .section3_img4 {
    float: left;
    width: 100%;
}
.section3_img2 {
    float: left;
    width: 100%;
    position: relative
}
.nav-pills>li {
    margin-left: 30px;
}
.nav-pills>li+li {
    margin-left: 30px;
    margin-bottom: 20px;
}
.section6_nav_tabs .nav-pills>li {
    margin-left: 10px;
}
.section6_nav_tabs .nav-pills>li+li {
   margin-left: 5px;
}
.section5_portfolio_slider .owl-carousel .owl-nav .owl-prev {
	left:0;
}
.section5_portfolio_slider .owl-carousel .owl-nav .owl-next {
	right: 0;
    left: auto;
}

}

/* pricing table css start */
.gray_bg {
	background-color: #f7f7f7;
}

/*pricing_section_one start*/

.pricing_section_one .pricing-table-default {
	border: 1px solid #f1f1f1;
	margin-top: 30px;
	border-radius: 6px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_one .pricing-table-default:hover {
	border: 1px solid #4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_one .pricing-table-default:hover .pricing-head {
	border-color:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_one .pricing-table-default .btn {
	background-color: #f7f7f7;
	color: #999999;
	text-transform: uppercase;
    border: 0;
    padding: 15px 40px;
	border-radius:4px 4px 0px 0px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	
}
.pricing_section_one .pricing-table-default:hover .btn{
    background: #4285f4;
    color: #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_one .pricing-head,
.pricing_section_one .popular-plan {
	border-radius: 6px 6px 0 0;
}
@media (max-width : 766px) {
	.pricing_section_one .pricing-table-default {
		margin-bottom: 30px;
	}
}

.pricing_section_one .pricing-head {
  color: #000;
  margin-bottom: 15px;
  padding-top: 45px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_one .pricing-head .price {
	display: block;
	font-size: 90px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #111111;
}
.pricing_section_one .pricing-head .price sup {
	font-size: 60px;
	font-weight: 300;
	top: -9px;
}
.pricing_section_one .pricing-head .price sub{
	font-size: 16px;
	font-weight: 400;
}
.pricing_section_one .pricing-head p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 20px;
}
/*preset color*/
.green-bg {
	background-color: #73c8b7;
}
.blue-bg{
	background-color: #4285f4;
}
.pink-bg {
	background-color: #eb768c;
}

.pricing_section_one .blue-bg{
	border-radius:30px;
}
.pricing_section_one .pink-bg{
	border-radius:30px;
}
.pricing_section_one .green-bg{
	border-radius:30px;
}
.pricing_section_one .pricing-head h3 {
	font-size: 15px;
	color: #ffffff;
	padding: 18px 40px;
	margin: 0px;
	position: relative;
	bottom: -25px;
	display: inline-block;
}
/*pricing list*/
.pricing_section_one .pricing-list {
	margin-bottom: 20px;
}
.pricing_section_one .pricing-list li {
	display: block;
	line-height: 41px;
	color: #999999;
}
.pricing_section_one .pricing-list li:first-child {
	padding-top: 15px;
}

.pricing_section_one .pricing-table-default .btn::after{
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: 5px;
}
.pricing_section_one .pricing-table-default .btn:hover {
	background: #4285f4;
	color: #ffffff !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section_one end*/

/*pricing_section_two start*/
.pricing_section_two{
	background-image:url('../images/pricing/pricing2-background.jpg');
	background-position:center 0;
	background-size: cover;
	position:relative;
}
.pricing_two_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #08080a;
    opacity: 0.7;
}
.pricing-head{
	position: relative;
}
.pricing_section_two .pricing-table-default {
	border-radius: 6px;
	text-align: center;
	border:1px solid #393939;
}
.pricing_section_two .pricing-table-default:hover h3 {
	background:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_two .pricing-table-default:hover .btn  {
	background:#4285f4;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media(max-width : 767px) {
.pricing_section_two .pricing-table-default {
		margin-bottom: 70px;
}
}
.pricing_section_two .pricing-head {
	padding: 20px 0 27px;
}
.pricing_section_two .pricing-head h2 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding-bottom:30px;
}
.pricing_section_two .pricing-icon{
	padding-bottom:30px;
	font-size:40px;
}
.pricing_section_two .pricing-head h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	background:#242527;
	padding:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.green-icon{
	color:#74c8b8;
}
.blue-icon{
	color:#4285f4;
}
.pink-icon{
	color:#e97288;
}
.purple-icon{
	color:#c183d6;
}
/*pricing list*/
.pricing_section_two .pricing-list {
	padding-bottom: 25px;
}
.pricing_section_two .pricing-list li {
	display: block;
	line-height: 40px;
	padding: 4px 0;	
	color:#fff;
}
.pricing_section_two .pricing-table-default .btn {
	color: #111111;
    border: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #fff;
	margin: 14px 0 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section_two end*/


/*pricing_section_three start*/

.pricing_section_three .pricing-table-default {
	background: #fff;
}

/*preset color*/

.blue-bg{
	background: #4285f4;
}
.pink-bg{
	background: #eb768c;
}
.green-bg{
	background: #73c8b7;
}
.pricing-table-default:hover .blue-bg-table{
	border-color:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pink-bg-table{
	border-color:#eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .green-bg-table{
	border-color:#73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pricing-head-blue .btn{
	color: #4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pricing-head-pink .btn{
	color: #eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-table-default:hover .pricing-head-green .btn{
	color: #73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_three .pricing-table-default h3 {
	font-size: 30px;
	color: #ffffff;
	padding: 12px 40px;
	margin: 0px;
}
.pricing_section_three .pricing-table-default .price {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	padding: 30px 0;
	color: #ffffff;
	margin-bottom: 20px;
}
.pricing_section_three .pricing-table-default .price sup {
	font-size: 60px;
	font-weight: 300;
	top: -9px;
}
.pricing_section_three .pricing-table-default .price sub{
	font-size: 13px;
	font-weight: 400;
}
.pricing_section_three .pricing-detail {
	border: 1px solid #f1f1f1;
	border-top:0;
	padding: 50px;
}
.pricing_section_three .pricing-detail h4{
	font-size:20px;
}

/*preset color*/

.pricing-head-green{
	background: #73c8b7;
	padding: 30px;
}
.pricing-head-blue{
	background: #4285f4;
	padding: 30px;
}
.pricing-head-pink {
	background: #eb768c;
	padding: 30px;
}
.green-i li i {
	color: #73c8b7;
}
.blue-i li i {
	color: #4285f4;
}
.pink-i li i {
	color: #eb768c;
}


/*pricing list*/

.pricing_section_three .pricing-list li {
	display: block;
	padding: 12px 0;
	color:#999999;
}
.pricing_section_three .pricing-list li i{
	margin-right: 17px;
}
.pricing_section_three .pricing-list li:first-child {
	padding-top: 25px;
}
.pricing_section_three .pricing-list li:last-child {
	padding: 12px 0 0;
}
.pricing_section_three .pricing-table-default .btn {
	color: #111111;
    border: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section_three end*/



/*pricing_section_four start*/

.pricing_section_four .pricing-table-default {
	border: 1px solid #f1f1f1;
	margin-top: 30px;
	background: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width : 766px) {
	.pricing_section_four .pricing-table-default {
		margin-bottom: 30px;
		text-align: center;
	}
}
.pricing_section_four .pricing-head h3 {
	font-size: 24px;
	color: #111111;
	padding: 30px 40px;
	margin: 0px;
}
.pricing_section_four .pricing-head .price {
    width: 120px;
    height: 120px;
    background: #4285f4;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 27px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-head .price .ruppe{
    font-size: 30px;
    line-height: 50px;
    display: block;
}
.pricing_section_four .pricing-head .price .month{
    font-size: 14px;
    line-height: 0;
    display: block;
}
.pricing_section_four .pricing-head .price .ruppe sup {
	font-size: 20px;
	font-weight: 300;
	top: -9px;
}
.pricing_section_four .pricing-detail {
	margin: 52px;
	text-align: center;
}


/*pricing list*/

.pricing_section_four .pricing-list li {
	display: block;
	padding: 7px 0;
	color:#999999;
}
.pricing_section_four .pricing-list li:first-child {
	padding-top: 16px;
}
.pricing_section_four .pricing-list li:last-child {
	padding: 12px 0 0;
}
.pricing_section_four .pricing-table-default .btn {
	border: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #f1f1f1;
	color: #999;
    margin-top: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-table-default:hover {
	background:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-table-default:hover .price  {
	background:#fff;
	color:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-table-default:hover .btn  {
	background:#fff;
	color: #4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-table-default:hover h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_four .pricing-table-default:hover li{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*pricing_section_four end*/

/*pricing_section_five start*/

.pricing_section_five .pricing-table-default {
	border: 1px solid #f1f1f1;
	margin-top: 30px;
	background: #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_five .pricing-table-default:hover{
	border:1px solid #4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width : 766px) {
	.pricing_section_five .pricing-table-default {
		margin-bottom: 30px;
	}
}
.pricing_section_five .pricing-head{
	padding: 37px 0 15px;
}
.pricing_section_five .pricing-head h3 {
	font-size: 15px;
	color: #999999;
	background-color: #f1f1f1;
	padding: 7px 0;
	margin: 0px;
}
.pricing_section_five .pricing-table-default:hover .pricing-head h3{
	background-color: #4285f4;
	color: #ffffff;
}
.pricing_section_five .pricing-head .price {
	display: block;
	font-size: 40px;
	line-height: 30px;
	color: #111111;
	font-weight: 300;
	padding-bottom: 20px;
}
.pricing_section_five .pricing-head .price-degit{
	font-size: 60px;
	letter-spacing: -4px;
}
.pricing_section_five .pricing-head .month{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}
/*pricing list*/

.pricing_section_five .pricing-list li {
	display: block;
	padding: 8px 0;
	color: #999999;
}
.pricing_section_five .pricing-list li:first-child {
	padding-top: 25px;
}
.pricing_section_five .pricing-list li:last-child {
	padding: 8px 0 15px;
}
.pricing_section_five .pricing-table-default .btn {
	color: #999999;
	border:0;
	padding: 15px 40px;
    text-transform: uppercase;
	display: block;
	margin: 31px 45px 31px 45px;
	background: #f1f1f1;
}
.pricing_section_five .pricing-table-default:hover .btn{
	background: #4285f4;
	color: #ffffff;
}
.pricing_section_five .pricing-head h3,
.pricing_section_five .pricing-table-default,
.pricing_section_five .pricing-table-default .btn{

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*pricing_section_five end*/

@media(min-width : 992px) and (max-width : 1199px){
	
.pricing_section_four .pricing-detail {
    margin: 52px 0px;
}
.pricing_section_five .pricing-table-default .btn {
    display: inline-block;
    margin: 31px 0px;
}
}

@media(min-width : 768px) and (max-width : 991px){
	
.pricing_section_one .pricing-head .price {
    font-size: 70px;
}	
.pricing_section_one .pricing-table-default .btn {
    padding: 15px 30px;
}
.pricing_section_two .pricing-table-default {
	margin-bottom: 30px;
}
.pricing_section_three .pricing-table-default h3 {
    padding: 0px;
	font-size: 24px;
}
.pricing_section_three .pricing-table-default .price sup {
    font-size: 40px;
}
.pricing_section_three .pricing-table-default .price {
    font-size: 40px;
}
.pricing_section_three .pricing-detail {
    padding: 50px 20px;
}
.pricing_section_four .pricing-table-default {
	margin-bottom: 30px;
}
.pricing_section_five .pricing-table-default {
	margin-bottom: 30px;
}
}

@media (max-width : 767px) {

.pricing_section_three .pricing-table-default {
    margin-bottom: 50px;
    text-align: center;
}
.pricing_section_three .pricing-detail  ul {
    display: inline-block;
}
.pricing_section_three .pricing-detail ul  li{
	text-align: left;
}
.pricing_section_three .pricing-detail {
    padding: 50px 40px;
}
.pricing_section_three .pricing-detail h4 {
    font-size: 24px;
    padding: 0px 82px 0px 0px;
}

}

/* tab page css start */
#main-wrapper{
	float:left;
	width:100%;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gray_bg {
	background-color: #f7f7f7;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:focus, 
.nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #f1f1f1;
	background-color: #fff;
	color: #4285f4;
}

/*tabOne start*/


.tabOne .nav-tabs {
	font-size: 10px;
  	border-bottom: none;
  	background-color: #f1f1f1;
  	padding: 13px 28px;
  	text-transform: uppercase;
}
.tabOne .nav-tabs>li a.active {
    position: relative;
	border-radius: 20px;
}
.tabOne .nav-tabs>li a.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -10px;
	border-top: 5px solid #4285f4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.tabOne .nav-tabs>li>a {
	line-height: 20px;
	padding: 3px 14px;
	border: 0;
	border-radius: 20px;
	background-color: #FFFFFF;
	color: #999999;
	margin-right: 7px;
	transition: inherit;
}

.tabOne .nav-tabs>li a.active, 
.tabOne .nav-tabs>li a.active:focus, 
.tabOne .nav-tabs>li a.active:hover {
	color: #fff;
	background-color: #4285f4;
	border: 0;
}

@media (min-width : 992px) and (max-width : 1199px) {

	.tabOne .nav-tabs {
		padding: 13px 18px;
	}

	.tabOne .nav-tabs>li>a {
		padding: 3px 8px;
		margin-right: 5px;
	}

	.tabOne .nav-tabs>li:last-child>a {
		margin-right: 0;
	}

}

@media only screen and (min-width : 480px) and (max-width : 767px) {
	.tabOne .tab-content{
		padding: 30px;
	}
}

@media (min-width : 768px) {
	.tabOne .tab-content{
		background-color: #fff;
		padding: 30px;
		border-bottom: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
		border-left: 1px solid #f1f1f1;
	}
}
/*tabOne end*/


/*tabTwo start*/
.tabTwo {
	background-color: #f7f7f7;
}
.tabTwo .nav-tabs {
	border: 1px solid #f1f1f1;
	border-bottom: none;
}
.tabTwo .nav-tabs li {
	/*border-top: 1px solid #f1f1f1;*/
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f1f1f1;
}
.tabTwo .nav-tabs li a.active {
  	border-bottom: 1px solid transparent;
}
.tabTwo .nav-tabs li:last-child {
  	border-right: 0;
}
.tabTwo .nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	background-color: #f1f1f1;
	color: #969595;
	height: 50px;
	line-height: 30px;
	padding: 0;
}
.tabTwo .nav-tabs>li a.active, 
.tabTwo .nav-tabs>li a.active>:focus, 
.tabTwo .nav-tabs>li a.active>:hover {
	border: 0;
	background-color: #fff;
	color: #4285f4;
}
.tabTwo .nav-tabs>li a.active>i{
	color: #4285f4;
}

.tabTwo i{
	padding: 20px 10px 0px 0px;
}

@media (min-width : 768px) {
  .tabTwo .tab-content{
    border: 1px solid #f1f1f1;
    padding: 30px;
    border-top: 0;
    overflow: hidden;
  }
  .tabTwo .nav-tabs{
	display: flex;
}
}
.tabTwo .tab-pane img {
  	margin-top: 8px;
}
.tabTwo .tab-pane img.pull-left {
  	margin-right: 20px;
}
.tabTwo .tab-pane img.pull-right {
  	margin-left: 20px;
}
/*collapse in small devices*/
.tabTwo .panel-body img{
  	margin-top: 8px;
}
.tabTwo .panel-body img.pull-left {
  	margin-right: 20px;
}
.tabTwo .panel-body img.pull-right {
  	margin-left: 20px;
}

.tabTwo .tab-pane p {
  	margin-bottom: 15px;
}
.tabTwo .tab-pane p:last-of-type {
  	margin-bottom: 0;
}
/*tabTwo end*/



/*tabThree start*/
.tabThree .tab-area{
	border: 1px solid #f1f1f1;
}
.tabThree .row {
	margin-left: 0px;
	margin-right: 0px;
}

.tabThree .cs-margin{
	margin-left: -15px;
	margin-right: -15px;
}

.tabThree .nav {
  	background-color: #f7f7f7;
}

.tabThree .nav-stacked>li {
  	margin-top: 0px;
  	width: 100%;
}

.tabThree .nav-pills>li>a {
	border-radius: 0px; 
	color: #969595;
	padding: 13px 15px;
}

.tabThree .nav-pills>li a.active>,
.tabThree .nav-pills>li a.active>:focus,
.tabThree .nav-pills>li a.active>:hover {
	background-color: #FFFFFF;
	color: #4285f4;
}
.tabThree .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #fff!important;
	color: #4285f4!important;
}


.tabThree .tab-pane img {
  	margin-top: 30px;
  	margin-bottom: 30px;
  	margin-left: 15px;
}
.tabThree .tab-pane img.pull-left {
  	margin-right: 24px;
}

.tabThree .tab-content p{
	padding-top: 25px;
	/* overflow: hidden; */
}
/*tabThree end*/


/*tabFour start*/
.tabFour .row {
	margin-left: 0px;
	margin-right: 0px;
}
.tabFour .no-padding{
	padding: 0;
}
.tabFour .tab-left-part {
  background-color: #fff;
  padding: 10px 10px;
  border: 1px solid #f1f1f1;
}

.tabFour .tab-right-part{
	background-color: #fff;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.tabFour .nav-stacked>li {
  	margin-top: 12px;
  	border-top: 1px solid #f1f1f1;
  	/*border-bottom: 1px solid #f1f1f1;
  	border-right: 1px solid #f1f1f1;
  	border-left: 1px solid #f1f1f1;*/
  	text-align: center;
  	position: relative;
	width: 100%;
}
.tabFour .nav-stacked>li a.active::after {
	content: "";
	position: absolute;
    left: 92%;
    top: 0%;
    border-top: 22px solid transparent;
    border-left: 10px solid #0d6efd;
	border-bottom: 22px solid transparent;
}
.tabFour .nav-stacked>li:first-child{
	margin-top: 0;
}
.tabFour .nav-stacked>li.active{
	border-right: 0;
}
.tabFour .nav-pills>li>a {
	font-size: 14px;
	border-radius: 0px; 
	color: #969595;
	background-color: #fff;
	padding: 12px 0px;
}
.tabFour .nav-pills>li a.active>,
.tabFour .nav-pills>li a.active>:focus,
.tabFour .nav-pills>li a.active>:hover {
	background-color: #4285f4;
	color: #fff;
}
.tabFour .tab-content{
	padding: 25px 25px;
}
.tabFour h2{
	font-size: 15px;
	color: #4285f4;
	line-height:24px;
}
.tabFour .tab-pane img {
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.tabFour .tab-pane img.pull-left {
  	margin-right: 35px;
}

.tabFour .tab-content p{
	padding-top: 25px;
	overflow: hidden;
}

.tabFour .tab-content p{
	padding-top: 20px;
	overflow: hidden;
}
/*tabFour end*/


/*tabFive start*/

.tabFive .tab-panel {
	margin-top: -40px;
	padding: 0 30px;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.tabFive .tab-image img{
	width: 100%;
}

.tabFive .nav-tabs>li>a {
	font-size: 11px;
	padding: 0;
	margin-right: 4px;
	line-height: 40px;
	border: 0;
	border-radius: 0px;
	background-color: #f1f1f1;
	color: #999999;
	text-transform: uppercase;
}

.tabFive .nav-tabs>li:last-child a{
	margin-right: 0px;
}

.tabFive .nav-tabs.nav-justified>li a.active, 
.tabFive .nav-tabs.nav-justified>li a.active>:focus, 
.tabFive .nav-tabs.nav-justified>li a.active>:hover {
   	border: 0;
   	color: #fff;
}

.tabFive .nav-tabs.nav-justified>li a.active>i{
	color: #fff;
}

.tabFive .tab-content {
	margin: 35px auto;
}
.tabFive .nav-justified li a {
	display: block;
	background: rgba(255, 255, 255, 0.79);
	color: #999999;
}

.tabFive i{
	padding: 0px 8px 0px 0px;
}

@media (min-width : 992px) and (max-width : 1199px) {
    .tabFive .tab-panel {
		padding: 0 10px;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.tabFive .tab-image img{
		width: 100%;
	}
	.tabTwo .nav-tabs{
		display: block;
	}
}
/*tabFive end*/


/*tabSix start*/
.tabSix .tab-area{
	background-color: #fff;
}

.tabSix .row {
	margin-left: 0px;
	margin-right: 0px;
}

.tabSix .cs-margin{
	margin-left: -15px;
	margin-right: -15px;
}

.tabSix .nav {
  background-color: #f7f7f7;
}

.tabSix .nav-stacked>li {
  	margin-top: 0px;
  	border-bottom: 4px solid #f7f7f7;
  	border-right: 4px solid #f7f7f7;
  	position: relative;
  	text-align: center;
	width: 100%;
}

.tabSix .nav-stacked>li:last-child{
	border-bottom: 0;
}

.tabSix .nav-stacked>li.active{
	border-right: 0;
}

.tabSix .nav-pills>li>a {
	font-size: 14px;
	border-radius: 0px; 
	color: #999999;
	background-color: #fff;
	padding: 25px 0px;
}

.tabSix .nav-pills>li>a,
.tabSix .nav-pills>li>a:focus,
.tabSix .nav-pills>li>a:hover,
.tabSix .nav-pills>li>a:active {
	background-color: #FFFFFF!important;
	color: #111111;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.tabSix .nav-pills>li>a:focus,
.tabSix .nav-pills>li>a:hover,
.tabSix .nav-pills>li>a:active {
	box-shadow: inset 2px 0px 0px #4285f4;
}

.tabSix .nav-pills>li a.active i{
	color: #4285f4;
}
.tabSix .nav-pills li .nav-link.active::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 45%;
	border-top: 7px solid transparent;
	border-left: 6px solid #4285f4;
	border-bottom: 7px solid transparent;
}
/* .tabSix .nav-pills>li a.active::after {
	content: "";
	position: absolute;
	left: 0%;
	top: 45%;
	border-top: 7px solid transparent;
	border-left: 6px solid #4285f4;
	border-bottom: 7px solid transparent;
} */

.tabSix i{
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #dadada;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	text-align: center;
	margin: 5px auto;
}

.tabSix .tab-content{
	padding: 35px 25px;
}

.tabSix h2{
	font-size: 15px;
	color: #4285f4;
}

.tabSix .tab-content p{
	padding-top: 5px;
	overflow: hidden;
}
/*tabSix end*/


/*tabSeven start*/
.tabSeven {}
.tabSeven .nav-tabs {
	border: 1px solid #fff;
	border: none;
}
.tabSeven .nav-tabs>li {
	border-top: 2px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #f7f7f7;
	height: 53px;
}
.tabSeven .nav-tabs>li:last-child {
    border-right: 1px solid #fff;
}
.tabSeven .nav-tabs>li.active {
	border-top: 2px solid transparent;
	border-bottom: 1px solid transparent;
	background-color: #f7f7f7;
	/*margin-top: -2px;*/
}

.tabSeven .nav-tabs>li>a {
	background-color: #f7f7f7;
	border: 0;
	border-radius: 0;
	color: #999999;
	margin-right: 0;
	line-height: 50px;
	padding: 0 30px;
	transition: inherit;
}
.tabSeven .nav>li>a:active,
.tabSeven .nav>li>a:focus, 
.tabSeven .nav>li>a:hover {
    background-color: transparent;
}
.tabSeven .nav-tabs>li a.active, 
.tabSeven .nav-tabs>li a.active>:focus, 
.tabSeven .nav-tabs>li a.active>:hover {
	color: #4285f4;
	line-height: 50px;
	background: #f7f7f7;
	border: 0;
	/* border-top: 2px solid #4285f4; */
	box-shadow: inset 0px 2px 0px #4285f4;
}
.tabSeven .nav-tabs>li

.tabSeven .tab-content{
	background-color: #f7f7f7;
}

@media (min-width : 768px) {
	  .tabSeven .tab-content{
	    padding: 30px;
	  }
}
.tabSeven .tab-pane img {
  	margin-top: 8px;
}
.tabSeven .tab-pane img.pull-left {
  	margin-right: 20px;
}
.tabSeven .tab-pane img.pull-right {
  	margin-left: 20px;
}
/*collapse in small devices*/
.tabSeven .panel-body img{
  	margin-top: 8px;
}
.tabSeven .panel-body img.pull-left {
  	margin-right: 20px;
}
.tabSeven .panel-body img.pull-right {
  	margin-left: 20px;
}
/*tabSeven end*/

/* team page css start */
.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_wrapper_heading h2{
	font-size:40px;
}
.text_wrapper_content p{
	margin-top:30px;
	font-size:16px;
	max-width: 605px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* custom css end */


/* section_1 css */

.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 181px;
}
.section1_team_slider{
	float:left;
	width:100%;
	margin-top:56px;
}
.section1_team_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom: -83px;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot.active span, 
.section1_team_slider  .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot.active, .section1_team_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-prev:hover {
    background: #4285f4;
    color: #FFF;
    text-decoration: none;
	 border: 1px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-next:hover {
    background: #4285f4;
    color: #FFF;
    text-decoration: none;
	 border: 1px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-prev{
	color: #999999;
    font-size: 25px;
    padding: 4px 20px !important;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999999;
	position: absolute;
    left: 33%;
	bottom:-96px;
	z-index:100;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-next{
	color: #999999;
    font-size: 25px;
    padding: 4px 20px !important;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999999;
	position: absolute;
    left: 61%;
	bottom:-96px;
	z-index:100;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.image_wrapper {
  position: relative;
  width:100%;
  display:inline-block;
}
.image_wrapper img{
	width: 100%;
}
.image_wrapper_overlay {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  right: 0;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.main_wrapper:hover .image_wrapper_overlay {
  background-color:rgba(0,0,0,0.80);
  opacity:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
.content_wrapper {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.content_wrapper h4{
	font-size:30px;
	color:#fff;
	padding-bottom:5px;
}
.content_wrapper h5{
	font-size:14px;
	color:#999999;
	font-weight:500;
	padding-bottom:24px;
}
.social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
}
.social_icons li{
	float:left;
	margin-left:10px;
}
.social_icons li:first-child{
	margin-left:0;
}
.social_icons li a{
	float:left;
	color: #fff;
	font-size:16px;
	border: 1px solid #999999;
	border-radius:50%;
	height:35px;
	width:35px;
	text-align:center;
	line-height:35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.social_icons li a:hover{
	border: 1px solid #4285f4;
	background:#4285f4;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_1 css  end*/


/* section_2 css */

.team-sec2{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-bottom:100px;
	padding-top:100px;

}
.section2_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section2_text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.section2_text_heading h2{
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:30px;
}
.section2_text_heading h3{
	font-size:12px;
	font-weight:700;
	color:#999999;
	text-transform:uppercase;
	padding-bottom:20px;
}
.section2_text_heading p{
	margin-top:30px;
	font-size:16px;
}
.section2_text_content{
	float:left;
	width:100%;
	display: inline-block;
	padding-bottom: 60px;
}
.section2_text_content p{
	max-width: 582px;
    margin: 0 auto;
}
.section2_team_slider{
	text-align:center;
}
.section2_team_slider  .owl-theme .owl-dots{
	display:none;
}
.section2_team_slider  .owl-theme .owl-nav{
	display:none;
}
.section2_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
}
.section2_social_icons li{
	float:left;
	margin-left:10px;
}
.section2_social_icons li a{
	float:left;
	color: #cbcbcb;
	font-size:16px;
	border: 1px solid #e8e8e8;
	border-radius:50%;
	height:35px;
	width:35px;
	text-align:center;
	line-height:35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section2_social_icons li a:hover{
	border: 1px solid #4285f4;
	background:#4285f4;
	color:#fff;
   -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.section2_slider_image, .section2_slider_content{
	display: inline-block;
}
.section2_slider_image{
	padding-bottom:38px;
}
.section2_slider_content h5{
	color:#999;
	font-size:14px;
	padding-bottom:10px;
}
.section2_slider_content h4{
	font-size:20px;
	font-weight:700;
	padding-bottom:28px;
}
.section2_slider_content p{
	font-size:16px;
	padding-bottom:20px;

}
/* section_2 css end*/


/* section_3 css */
.section_3{
	float:left;
	width:100%;
	background-image:url('../images/team-images/section3_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
	padding-bottom:100px;
	padding-top:100px;
}
.section3_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #4285f4;
    opacity: 0.9;
}
.section3_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section3_text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.team-sec3 .section3_text_heading h2{
	font-size:36px;
	padding-bottom:15px;
	color:#fff;
}
.team-head{
	position: relative;
}
.team-sec3 .section3_text_content p{
	font-size:16px;
	color:#fff;
}
.section3_text_content{
	float:left;
	width:100%;
	display: inline-block;
}
.section3_content_wrapper{
	text-align:center;
	float:left;
	width:100%;
	padding-top:50px;
}
.section3_image_wrapper img{
	border-radius:50%;
	display: inline-block;
}
.section3_text_wrapper{
	display: inline-block;
}
.section3_text_wrapper h4{
	font-size:20px;
	font-weight:700;
}
.section3_text_wrapper h4 a{
	color:#fff;
}
.section3_text_wrapper h4 a:hover{
	color:#fff;
}
.section3_text_wrapper h5{
	font-size:14px;
	color:#fff;
	padding-top: 10px;
}
.section3_image_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.section3_imgage_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.section3_content_wrapper:hover .section3_imgage_overlay {
  background-color:rgba(0,0,0,0.80);
  border-radius:50%;
  opacity:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
.content_wrapper {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.section3_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
}
.section3_social_icons li{
	float:left;
	margin-left:15px;
}
.section3_social_icons li:first-child{
	margin-left:0;
}
.section3_social_icons li a{
	float:left;
	color: #fff;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section3_social_icons li a:hover{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* section_3 css end*/


/* section_4 css*/
.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	/* background:#f7f7f7; */
}
.section4_team_slider{
	float:left;
	width:100%;
	text-align:center;
}
.section4_team_slider .owl-carousel .owl-item{
	background:#ffffff;
	
}
.section4_team_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding-top:30px;
}
.section4_team_slider .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_team_slider .owl-theme .owl-dots .owl-dot.active span, .section4_team_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_team_slider .owl-theme .owl-dots .owl-dot.active, .section4_team_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section4_team_slider .owl-theme .owl-nav{
	display:none;
}
.slider_main_wrapper{
	text-align:center;
}
.slider_main_wrapper:hover .section4_slider_content h4 a{
	color:#4285f4;
}
.section4_slider_image{
	padding:7px 7px;
	display:inline-block;
}
.section4_slider_content h4{
	font-size:18px;
	padding-top:23px;
}
.section4_slider_content h5{
	font-size:12px;
	color:#999;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #f6f6f6;
}
.section4_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
}
.section4_social_icons li{
	float:left;
	margin-left:24px;
}
.section4_social_icons li:first-child{
	margin-left:0;
}
.section4_social_icons li a{
	float:left;
	color: #999999;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_social_icons li a:hover{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section4_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section4_text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.section4_text_heading h2{
	font-size:36px;
	padding-bottom:30px;
}
.section4_text_content p{
	font-size:16px;
}
.section4_text_content{
	padding-bottom: 55px;
	float:left;
	width:100%;
	display: inline-block;
}
/* section_4 css end*/


/* section_5 css */
.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #fff;
}
.section5_team_slider{
	float:left;
	width:100%;
	text-align:center;
}
.section5_team_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	padding-top:30px;
}
.section5_team_slider .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_team_slider .owl-theme .owl-dots .owl-dot.active span, .section5_team_slider .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_team_slider .owl-theme .owl-dots .owl-dot.active, .section5_team_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_team_slider .owl-theme .owl-nav{
	display:none;
}
.section5_slider_image img{
	border-radius:50%;
}
.section5_slider_image{
	padding-bottom: 121px;
    position: relative;
	z-index:999;
}
.section5_slider_content h5{
	font-size:16px;
	color:#999;
	padding-bottom:10px;
	padding-top:30px;
	z-index:-1;
}
.section5_slider_content h4{
	font-size:22px;
	padding-bottom:30px;
	z-index:-1;	
}
.section5_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section5_text_heading{
	float:left;
	width:100%;
	display:inline-block;
}
.section5_text_heading h2{
	font-size:36px;
	padding-bottom:30px;
}
.section5_text_content p{
	font-size:16px;
}
.section5_text_content{
	float:left;
	width:100%;
	padding-bottom:55px;
	display:inline-block;
}
.section5_main_wrapper{
	text-align:center;
}
.section5_main_wrapper:hover .section5_slider_content h4 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_content h4 a{
	color:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_image:after{
	background:#4285f4;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_main_wrapper:hover .section5_slider_content{
	border:1px solid #4285f4;
	border-top:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_image{
	display:inline-block;
	
}
.section5_slider_image:after{
	position:absolute;
	content:'';
	width:60px;
	height:60px;
	border:6px solid #ffffff;
	background:#111111;
	border-radius:100%;
	left: 0;
    right: 0;
	bottom: 95px;
    margin: 0px auto;
	margin-top: -26px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_image i{
	position:absolute;
	left:0;
	right:0;
	bottom: 112px;
	margin:0px auto;
	z-index:100;
	color:#ffffff;
	font-size:25px;
}
.section5_slider_content{
	border: 1px solid #e8e8e8;
    padding-top: 119px;
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    border-top: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* section_5 css end*/


/* media  query css for ipad */

@media(min-width: 991px){
	
.text_wrapper_right{
	width:100%;
	float:left;
	text-align:right;
}
.text_wrapper_right .section3_text_wrapper{
	position:relative;
	left:24%;
}
.text_wrapper_left{
	width:100%;
	float:left;
	text-align:left;
}
.text_wrapper_left .section3_text_wrapper{
	position:relative;
	right:17%;
}
.text_wrapper_center{
	width:100%;
	float:left;
	text-align:center;
}
}

@media(max-width: 991px){
	
	.section5_slider_content {
		left: 43px;
		right: 43px;
	}
	
}

@media(min-width: 992px) and (max-width: 1199px) {
	
	.social_icons li {
		margin-left: 7px;
	}
	.social_icons li a {
		font-size: 13px;
		height: 30px;
		width: 30px;
		line-height: 28px;
	}
	
}

@media(min-width: 768px) and (max-width: 991px) {
	
.text_wrapper_right .section3_text_wrapper{
	left:0;
}
.text_wrapper_left .section3_text_wrapper{
	right:0;
}
.text_wrapper_right{
	text-align:center;
}
.text_wrapper_left{
	text-align:center;
}
.text_wrapper_center{
	text-align:center;
}

}

/* media query css for ipad end */

/* @media only screen and (max-width: 580px) {
	.ps-section-6 .skills-progress {
		width: 100%;
		bottom: 0px;
		border-radius: 0px;
		float: none;
		top: 6px;
		margin-left: 0px;
	}
} */

@media(max-width: 580px) {
	.ps-section-6 .skills-progress {
		width: 100% !important;
		bottom: 0px !important;
		border-radius: 0px !important;
		float: none !important;
		top: 6px !important;
		margin-left: 0px !important;
	}
}

/* media query css for mobile */

@media(max-width: 767px){
	
.social_icons li {
    margin-left: 7px;
}
.social_icons li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 28px;
}
.section5_slider_image img{
	width: 100%;
}
.section5_slider_content{
	left: 0px;
	right: 0px;
}
.text_wrapper_right{
	width:100%;
	float:left;
	padding-bottom:30px;
	text-align:center;
}
.text_wrapper_left{
	width:100%;
	float:left;
	padding-bottom:30px;
	text-align:center;
}
.text_wrapper_center{
	width:100%;
	float:left;
	padding-bottom:30px;
	text-align:center;
}
.section3_content_wrapper{
	padding-bottom:30px;
}
.section1_team_slider .owl-carousel .owl-nav .owl-prev{
	left:0;
}
.section1_team_slider .owl-carousel .owl-nav .owl-next{
	 right: 0;
     left: auto;
}

}

@media only screen and (max-width: 500px) {
	
   .section5_slider_content {
		left: 95px;
		right: 95px;
	}
}

@media only screen and (max-width: 360px) {
	
.section5_slider_content {
    left: 43px;
    right: 43px;
}
.social_icons li a {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.social_icons li {
    margin-left: 20px;
	margin-bottom:10px;
}
.social_icons li:first-child {
    margin-left: 20px;
}

}

/* testmonial page css start */
/* custom css start */

.text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}

.text_wrapper_heading{
	float:left;
	width:100%;
	display: inline-block;

}
.fi-section-1 .text_wrapper_heading{
	text-align: left;
}
.text_wrapper_heading h2{
	font-size:40px;
}
.text_wrapper_content p{
    margin: 30px auto;
    font-size: 16px;
    text-align: center;
}
.text_wrapper_content{
	float:left;
	width:100%;
	display: inline-block;
}
.fi-section-1 .text_wrapper_heading h2:after{
	margin: 10px 0;
}

/* custom css end */

/* section_1 css */

.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.test-section-1 .owl-carousel .owl-item img , .test-section-5 .owl-carousel .owl-item img {
    display:inline-block;
    width: auto;
}
.item_image{
	text-align:center;
	margin-bottom:40px;
}
.item_image img{
	display:inline-block;
	border-radius:50%;
}
.item_content{
	font-style:italic;
	position:relative;
	display: inline-block;

}
.item_content:after{
	content:'';
	border:1px solid #8eb6f8;
	display:block;
	width:30px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	margin-top: 10px;
}
.item_content_bottom{
	margin-top: 40px;
}
.item_content_bottom h5{
	font-size:16px;
	font-weight:500;
}
.item_content_bottom h6{
	font-size:12px;
	font-weight:500;
	color:#999999;
	margin-top:10px;
}
.section1_slider_wrapper{
	float:left;
	width:100%;
	margin-top:56px;
}
.section1_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.section1_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .section1_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .section1_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
/* section_1 css end*/

/* section_2 css */

.test-section-2{
	float:left;
	width:100%;
	background-image:url('../images/testimonialsimages/image_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
	padding-bottom:100px;
	padding-top:100px;
}
.section2_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #0c1523;
    opacity: 0.9;
}
.section2_slider_wrapper{
	float:left;
	width:100%;
}
.section2_img_wrapper{
	float:left;
	width:15%;
	margin: 0 auto;
}
.section2_text_wrapper{
    float: left;
    width: calc(100% - 15%);
    padding-left: 30px;
    padding-top: 45px;
    text-align: left;
}
.section2_text_wrapper span{
	color:#3f80ea;
}
.test-text2 p{
	font-size:16px;
	color:#fff;
	font-style:italic;
}
.section2_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.section2_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section2_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#676b6e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section2_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .section2_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:12px;
	height:12px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section2_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .section2_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section2_slider_wrapper .owl-theme .owl-nav {
	display:none;
}
/* section_2 css end*/


/* section_3 css */
.section_3{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.section3_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section3_text_heading{
	float:left;
	width:100%;
	display:inline-block;
}
.section3_text_content{
	display:inline-block;
}
.section3_text_content p{
	margin-top:30px;
	font-size:16px;
	color: #111;
}
.section3_text_heading h3{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:18px;
	color: #999999;
	letter-spacing: 3px;
}
.section3_text_heading h2{
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color: #111;
}
.section3_slider_content p{
	font-size:16px;
	color:#fff;
	font-style:italic;
	font-weight:300; 
}
.section3_slider_content{
	float: left;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    background: #4285f4;
    position: relative;
    padding: 50px 50px 50px 50px;
}
.section3_slider_content:after{
	content:'';
	position:absolute;
	border-left: 0px solid transparent;
    border-right: 100px solid transparent;
    border-top: 90px solid #4285f4;
    left: 90px;
}
.section3_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.section3_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	background:#676b6e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .section3_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:12px;
	height:12px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .section3_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section3_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.section3_slider_image{
	float:left;
	width:15%;
	padding-top: 25px;
}
.section3_slider_author{
	float:left;
	width:calc(100% - 15%);
	padding-top:60px;
	padding-left:20px;
	font-size:18px;
}
.section3_slider_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
/* section_3 css end*/

.team-sec3 {
	float: left;
    width: 100%;
    background-image: url(../images/team-images/section3_bg.jpg);
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.section_5 .owl-carousel .owl-dots, .section_4 .owl-carousel .owl-dots {
	margin-top: 20px;
}



/* section_4 css*/
.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section4_testimonial_info .owl-nav{
	position: absolute;
	width: 100%;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.section4_testimonial_info .owl-nav .owl-prev{
	float:left;
	color: #797979;
	background-color: transparent!important;
}
.section4_testimonial_info .owl-nav .owl-next{
	float: right;
	color: #797979;
	background-color: transparent!important;
}
.section4_testimonial_info{
	float:left;
	width: 100%;
	text-align:center;
}
.section4_testimonial_info .carousel-inner{
	padding-bottom:60px;
}
.section4_testimonial_info .carousel-inner	p{
	font-size:16px;
	color:#999999;
	padding-bottom:36px;
	font-style:italic;
	line-height:30px;
}
.section4_testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}
/* Carousel */
#section4_quote_carousel{
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #999999;
}
#section4_quote_carousel .carousel-control {
    background-image: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0);
	color:#111111;
	font-size: 50px;
}
#section4_quote_carousel .carousel-indicators {
    right: 16%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#section4_quote_carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
	border: 2px dashed transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#section4_quote_carousel .carousel-indicators li  img{
	border-radius:100%;
	padding:5px;
	margin: 0px;
    display: block;
}
#section4_quote_carousel .carousel-indicators .active {
    background: transparent;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
}
/* section_4 css end*/


/* section_5 css */
.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.section5_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section5_text_heading{
	float:left;
	width:100%;
	display:inline-block;
}
.section5_text_content{
	display:inline-block;
}
.section5_text_heading h2{
	font-size:40px;
}
.section5_text_content p{
	/* margin-top:30px; */
	font-size:16px;
}
.section5_item_image{
	text-align:center;
	margin-bottom:32px;
}
.section5_item_image img{
	display:inline-block;
	border-radius:50%;
}
.section5_item_content{
	font-style:italic;
	position:relative;
	display:inline-block;
}
.section5_item_author{
	margin-bottom: 28px;
}
.section5_item_author h5{
	font-size:16px;
	font-weight:500;
}
.section5_item_author h6{
	font-size:12px;
	font-weight:500;
	color:#999999;
	margin-top:10px;
}
.section5_slider_wrapper{
	float:left;
	width:100%;
	margin-top:56px;
	text-align:center;
}
.section5_item_content i{
color:#ffc000;
}
.section5_slider_wrapper .owl-carousel .owl-item{
	padding:60px 40px;
	background:#ffffff;
	
}

.section5_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.section5_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:5px;
	height:5px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .section5_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4285f4;
	width:8px;
	height:8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .section5_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-prev,
.section5_slider_wrapper .owl-theme .owl-nav .owl-next{
	background:#f7f7f7;
	color:#999999;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section5_slider_wrapper  .owl-theme .owl-nav .owl-prev:hover,
.section5_slider_wrapper   .owl-theme .owl-nav .owl-next:hover{
	background:#4285f4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-next{
	position: absolute;
    right: -52px;
    top: 220px;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-prev{
	position: absolute;
      left: -52px;
    top: 220px;

}
/* section_5 css end*/
 
.fi-section_6{
	width:100%;
	float:left;
	background-color: #212121;
	/* background-image:url('../images/testimonialsimages/section_6_bg.jpg'); */
	height:100%;
	/* background-position:center 0;
	background-size: cover; */
	position:relative;
	z-index: 99;
	padding-top:100px;
}
/* section_6 css start*/
.test-section-6{
	width:100%;
	float:left;
	background-color: #212121;
	background-image:url('../images/testimonialsimages/section_6_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	position:relative;
	/* z-index: 99; */
	padding-top:100px;
}
.fi-section_6 h2 , .fi-section_6 p{
	text-align: center;
}
.section6_testimonial_info{
	float:left;
	width:100%;
	text-align:center;
}
.section6_testimonial_info .carousel-inner	h4{
	font-size:16px;
	color:#fff;
	padding-bottom:50px;
	text-transform:uppercase;
}
.section6_testimonial_info .carousel-inner	p{
	font-size:40px;
	color:#fff;
	line-height:45px;
	padding-bottom:50px;
}
.section6_testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#quote-carousel .carousel-control {
	display:none;
}
#quote-carousel .carousel-indicators {
    right: 17%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
	border: 2px dashed transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li  img{
	border-radius:100%;
	padding:5px;
	margin: 0px;
    display: block;
}
#quote-carousel .carousel-indicators .active {
    background: transparent;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
}
/* section_6 css end*/

/* section_7 css start*/
.fi-section_7 {
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.test-section-7{
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
	background-color: #fff;
	background-image: none;
}
.section7_testimonial_info{
	float:left;
	width:100%;
	text-align:center;
}
.section7_text_heading h2{
	font-size:36px;
	padding-bottom:30px;
}
.section7_quote_wrapper{
	float:left;
	width:100%;
	padding:40px 0px;
}
.section7_quote_wrapper i{
	color: #4285f4;
	font-size:40px;
}
.section7_text_content p{
	font-size:16px;
	max-width: 610px;
}
.section7_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section7_text_content{
	display:inline-block;
}
.section7_text_heading{
	float:left;
	width:100%
}
.section7_testimonial_info .carousel-inner{
	padding-bottom:85px;
}
.section7_testimonial_info .carousel-inner	h4{
	color: #999999;
}
.section7_testimonial_info .carousel-inner	h4 span{
	color: #4285f4;
}
.section7_testimonial_info .carousel-inner	p{
	font-size:16px;
	font-weight:300;
	font-style:italic;
	color:#111111;
	line-height:30px;
}

.section7_testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}
/* Carousel */
#section7-quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#section7-quote-carousel.carousel-control {
	display:none;
}
#section7-quote-carousel .carousel-indicators {
    right: 20%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
 #section7-quote-carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
	border: 2px dashed transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#section7-quote-carousel .carousel-indicators li img{
	border-radius:100%;
	padding:5px;
	margin: 0px;
    display: block;
}
#section7-quote-carousel .carousel-indicators .active {
    background: transparent;
    width: 86px;
    height:86px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
}
/* section_7 css end*/

.fi-section-8{
	background-image: none;
}
/* media  query css for ipad */

@media (max-width: 1280px) {
	
.section5_slider_wrapper .owl-theme .owl-nav .owl-next{
	position: relative;
    right: 0px;
    top:0px;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-prev{
	
    position: relative;
    left:0px;
    top:0px;

}

}

@media(min-width: 768px)and (max-width: 991px) {
	
.section5_slider_wrapper .owl-theme .owl-nav .owl-prev {
    left: -34px;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-next {
    right: -34px;
}
.section3_slider_author{
	padding-left: 50px;
} 

}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
#section4_quote_carousel .carousel-control {
	display:none;
}
.section2_img_wrapper {
	float:none;
    text-align: center;
	width:100%;
}
.section2_text_wrapper {
    float: none;
    width: 100%;
    padding-left: 0px;
	text-align: center;
}
.section2_img_wrapper img {
	display: inline-block; 

}
#section7-quote-carousel .carousel-indicators {
    bottom:-99px;
}
#section7-quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-next{
	
    position: relative;
    right: 0px;
    top:0px;
}
.section5_slider_wrapper .owl-theme .owl-nav .owl-prev{
	
    position: relative;
    left:0px;
    top:0px;

}
#quote-carousel .carousel-indicators {
    bottom: -76px;
}
.section6_testimonial_info .carousel-inner p{
	font-size: 30px;
}
#quote-carousel .carousel-indicators li {
	width: 56px;
	height: 56px;
}
#quote-carousel .carousel-indicators {
	bottom: -50px;
}
#section4_quote_carousel .carousel-indicators {
    bottom: -110px;
}
.section6_testimonial_info .carousel-inner	p {
    font-size: 30px;

}

}
@media (max-width: 525px){
	.section3_slider_author {
		padding-left: 35px;
	}
}
@media (max-width: 480px){
	
	.section6_testimonial_info .carousel-inner p {
		font-size: 20px;
	}
	#quote-carousel .carousel-indicators li {
		width: 52px;
		height: 52px;
		margin: 0px;
	}
	#quote-carousel .carousel-indicators {
		bottom: -40px;
	}
}

@media (max-width: 390px){
	
	.section6_testimonial_info .carousel-inner p {
		font-size: 16px;
	}
	#quote-carousel .carousel-indicators li {
		width: 46px;
		height: 46px;
	}
	.section3_slider_author {
		padding-left: 75px;
	}
}

/* progress sikills section css start */
/*---------------=========
Progress-Skills CSS Start
========-------------------*/
/*===progress bar Importent css ===*/

.skills-progress {
    height: 12px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
	border: 1px solid #eeeeee;
}
.skills-progress span {
     position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 11px;
    background: #30a3f0;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*---------fourth section of progress bar-------*/
.ps-section-4  .skill-item{
    padding-top: 20px;
}
.image-4-1 img {
    height: 420px;
}
.ps-section-4 .skills-progress {
    height: 8px;
    position: relative;
}
.ps-section-4 .skills-progress span {
    height: 6px;
}
.ps-section-4 .skills-progress span strong::after {
	content: '';
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    width: 11px;
    height: 11px;
    transform: rotate( 
-46deg
 );
    box-shadow: -3px 4px 5px 0px rgb(0 0 0 / 28%);
    position: absolute;
    left: 7px;
    top: 20px;
    background-color: #fff;
}
.progress-heading-4-1{
    text-align: left;
    font-size: 16px;
}
.skills-progress span strong {
    padding: 3px;
    border: 1px solid #e9e9e9;
    position: absolute;
    right: -18px;
    top: -36px;
	font-size: 12px;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 28%);
    color: #00aeef;
    background: #ffffff;
}

.ps-section-6{
	background-color: #f7f7f7;
}
.ps-section-6 .skills-progress {
    height: 12px;
    width: 60%;
    margin-left: 201px;
    background: #fff;
    position: relative;
    border: 1px solid #eeeeee;
}
.ps-content-6 {
    background-color: #00aaef;
    width: 100%;
    height: 50px;
    padding: 15px;
}
.ps-section-6 .skills-progress {
    height: 8px;
    width: 60%;
    background: #75caec;
    position: relative;
    bottom: 20px;
    border-radius: 0px;
    float: right;
}
.ps-section-6 .skills-progress span {
    position: absolute;
    top: 0;
    left: -2px;
    width: 0;
    height: 6px;
    background: #fff;
    border-radius: 6px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.text-6{
    font-size: 20px;
    color: #fff;
    padding: 0px 7px;
    border-right: 1px solid #fff;
}
.text-6-2{
    border: none;
}

/*------Progress section-8-----*/
.ps-section-8{
   border-color: rgb(0 0 0 / 75%);
    position: relative;
    z-index: 1;
} 
.ps-section-8 .progress-heading-4-1{
    text-align: left;
    font-size: 20px;
    padding: 10px 0px 15px;
}
.ps-section-8 .skills-progress span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 22px;
    background: #30a3f0;
    border-radius: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ps-section-8 .progress-heading-4-1 span{
    margin-left: 47%;
    padding: 3px;
    border: 1px solid #e9e9e9;
    position: relative;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 28%);
    color: #00aeef;
}
.num-text-8{
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #fff;
    background-color: #00aaef;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    position: relative;
    top: 36px;
    left: -5px;
    z-index: 1;
}

.ps-section-8::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 75%);
    z-index: -1;
}
.ps-section-8 .text-8 {
    padding-left: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.ps-section-8 .skills-progress {
    height: 22px;
    width: 100%;
    background: #fff;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 0px;
}
/*========--------progress section no.9-----=======*/
.num-text-9{
	float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #f74539;
    text-align: center;
    line-height: 40px;
    font-weight: 800;
    border-radius: 13px;
    margin-right: 20px;
    font-size: 14px;
}

.ps-text-9 h4{
    height: 25px;
}
.ps-section-9 .skills-progress{
    height: 17px;
    background-color: #e9e9e9;
}
.ps-section-9 .skills-progress span {
    height: 15px;
    background-color: #797979;
}
.ps-section-9 .ps-content-8{
	padding-top: 20px;
}
.ps-section-9 .mrb-20{
	margin-bottom: 20px;
}
/*---------===Progress bar section no.10======--------*/
.ps-section-10{
   background-color: rgb(0 0 0 / 75%);
    position: relative;
    z-index: 1;
} 
.ps-section-10 .progress-heading-4-1{
    text-align: left;
    font-size: 20px;
    padding: 10px 0px 15px;
}
.ps-section-10 .skills-progress span {
    position: absolute;
    top: -2px;
    left: -1px;
    width: 0;
    height: 23px;
    background: #30a3f0;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ps-section-10 .progress-heading-4-1 span{
    margin-left: 47%;
    padding: 3px;
    border: 1px solid #e9e9e9;
    position: relative;
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 28%);
    color: #00aeef;
}
.num-text-10{
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #fff;
    background-color: #00aaef;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    position: relative;
    top: 36px;
    left: -3px;
    z-index: 1;
}
.ps-section-10::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 75%);
    z-index: -1;
}
.ps-section-10 .text-10 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.ps-section-10 .skills-progress {
    height: 22px;
    width: 100%;
    background: #fff;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.num-1 {
    left: 60%;
    background-color: #2caf51;
}
#value-1{
    background-color: #f4b707;
}
.num-2{
    left: 67%;
    background-color: #dc5132;
}
#value-2{
    background-color: #6581e5;
}
.num-3{
    left: 78%;
    background-color: #6581e5;
}
#value-3{
    background-color: #dc5132;
}
.num-4{
    left: 23%;
    background-color: #6581e5;
}
#value-4{
    background-color: #eedb36;
}

.num-5{
    left: 41%;
    background-color: #eedb36;
}
#value-5{
    background-color: #dc5132;
}
.num-6{
    left: 53%;
    background-color: #f4b707;
}
#value-6{
    background-color: #2caf51;
}

 
/* icon section end */

@media only screen and (min-width : 320px) and (max-width : 480px) {
	/* .col-md-3{
		width:96%;
	} */
	.new-change img{
		max-width: 100%;
		height: auto;
	}
}
/* some css */
.bg-color{
	background-color: #ffffff !important;
}

/* Landscape Mobile */

@media only screen and (min-width : 480px) and (max-width : 767px) {

/* .col-md-3{
		width:96%;
	} */
	.new-change img{
		max-width: 100%;
		height: auto;
	}
}

/* Small devices (tablets, 768px and up) */

@media (min-width : 768px) and (max-width : 991px) {
	/* .col-md-3{
		width:46%;
	} */
	.new-change img{
		max-width: 100%;
		height: auto;
	}
}

/* Medium devices (desktops, 992px and up) */

@media (min-width : 992px) and (max-width : 1199px) {
	/*navigation*/
	.main-nav {
	  padding-right: 40px;
	}
/* .col-md-3{
		width:46%;
	} */
}

/* Large devices (large desktops, 1200px and up) */

/* icon page css */
.icon_codes .row{
	margin:0;
}
/* .icon_codes .col-md-3{
	width:23%;
} */
.icon_codes{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.icon_wrapper_1{
	font-size:24px;
	text-transform:capitalize;
	color:#232121;
	padding-bottom:25px;
}
.icon_codes .fontawesome-icon-list div, .font-lists .glyph{
border: 1px solid #ddd;
    padding: 0;
    height: 50px;
	margin: -1px -1px 0 0;
	text-align:left;
    line-height: 50px;
    cursor: default;
	font-size:14px;
	margin-right:20px;
	margin-bottom:20px;
}
.icon_codes .fontawesome-icon-list div:hover, .font-lists .glyph:hover{
	 background-color: #4285f4;
    color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.icon_codes .fontawesome-icon-list div:hover .text-muted, .font-lists .glyph:hover .text-muted{
	 color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.icon_codes .fontawesome-icon-list i, .icon_codes .font-lists .glyph .glyph-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid rgba(100,100,100,0.2);
    margin-right: 8px;
    display: block;
    float: left;
}
.alert{
	margin-top:15px;
	margin-bottom:0;
}

/* icon section end */

@media only screen and (min-width : 320px) and (max-width : 480px) {
	/* .col-md-3{
		width:96%;
	} */
}

/* Landscape Mobile */

@media only screen and (min-width : 480px) and (max-width : 767px) {

/* .col-md-3{
		width:96%;
	} */
}

/* Small devices (tablets, 768px and up) */

@media (min-width : 768px) and (max-width : 991px) {
	/* .col-md-3{
		width:46%;
	} */
}

/* Medium devices (desktops, 992px and up) */

@media (min-width : 992px) and (max-width : 1199px) {
	/*navigation*/
	.main-nav {
	  padding-right: 40px;
	}
/* .col-md-3{
		width:46%;
	} */
}

/* Large devices (large desktops, 1200px and up) */