/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start
3. slider_main_wrapper start
4. services_section start
5. aboutus_story_section start
6. portfolio_section start
7. team_section start
8. skills_counter_section start
9. blog_section start
10. client_section start
11. testimonial_section start
12. footer start
13. aboutus_section start
14. aboutus_section_2 start
15. progress_section start
16. busines_service_wrapper start
17. pricing_section start
18. portfolio_wrapper start
19. our_team_page_section start
20. contact_form_section start
21. contact_section_hours start
22. contact_icon_section start

*/


/* custom css */

body, html{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #757575;
    font-size: 14px;
	line-height: 24px;
}
a{
	color: #111111;
	-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{
	text-decoration:none;
	color:##f9c841;
	-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:focus{
	outline:none;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/* custom css end */



/* --------------------------------------
LIST STYLE
------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* --------------------------------------
FORM STYLE
------------------------------------------*/
.form-control {
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #f9c841;
  box-shadow: none;
}
.section_heading{
	float:left;
	width:100%;
	text-align: center;
    margin-bottom: 10px;
}
.section_heading h2{
	font-size: 36px;
    line-height: 46px;
	margin: 8px 0 0;
	color: #072d40;
	font-weight:500;
	text-transform:capitalize;
}
.section_heading h2 span{
	color: #f9ca40;
}
.section_heading .heading_line_1 {
    border: 1px solid #01273a;
    display: inline-block;
    height: 3px;
    border-radius: 30px;
    vertical-align: middle;
    width: 48px;
}
.section_heading .icon{
    color: #f9ca40;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
}
.section_heading .heading_line_2 {
    border: 1px solid #01273a;
    display: inline-block;
    height: 3px;
    border-radius: 30px;
    width: 48px;
}
.section_content{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.section_content p{
	text-align: center;
	font-size: 16px;
    font-weight: 400;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	background:#318017;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 5px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.doc-content-page p {
    text-align: left !important;
    padding: 4px;
}

/*Common Page Header*/

.page_title_section {
	float:left;
	width:100%;
	padding-top: 70px;
	padding-bottom:70px;
	background: url(../images/bg-page-header.jpg);
	position: relative;
	z-index:1;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page_title_section .section-header {
	float: left;
    width: 100%;
    margin-bottom: 0;
}
.section-header.border-left {
    position: relative;
    padding-left: 32px;
}
.section-header.border-left::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 4px;
    background-color: #f9c841;
}
.section-header h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 0;
	margin-bottom: 5px;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 8px;
    font-size: 14px;
}
.breadcrumb>li {
    float: left;
    font-weight: 500;
}
.breadcrumb.color-alt a, .breadcrumb.color-alt>.active, .breadcrumb.color-alt>li+li::before {
    color: #fff;
}
.breadcrumb>.active {
    color: #f9ca40!important;
}


.sidenav .closebtn {
	position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* custom css end*/


/* header start */

header{
	float:left;
	width:100%;
	position: relative;
	z-index:10;
}
.navbar {
    padding: 0;
    border-radius: 0;
	margin: 0;
    border: 0;
}
.top_bar{
	float: left;
    width: 100%;
	padding:20px 0px;
}
.navbar-brand {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 16px;
    font-size: 20px;
}
.navbar-brand>img {
    display: block;
}
.contact-ways {
	float:right;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.contact-ways li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.contact-ways li {
    display: inline-block;
    padding-left: 30px;
    margin-left: 0;
    border-left: 1px solid #fff;
}
.top-nav-lt {
    float: left;
    margin-right: 10px;
}
.contact-ways li div i {
    line-height: 46px;
}
.top-nav-lt-text {
    background: url(../images/bdr-lt.png) no-repeat left center;
    float: left;
    padding-left: 10px;
}
.contact-ways small {
    display: block;
    line-height: 14px;
    margin-bottom: 8px;
	font-size: 	13px;
    font-weight: 400;
	color: #999;
}
.contact-ways h6 {
    font-size: 13px;
    font-weight: 600;
	color: #00283b;
	line-height:14px;
}
.home-ic {
    background: #00cbf0;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}
.clock-ic {
    background: #f4b603;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
}
.call-ic {
    background: #6cca39;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.navbar-bottom {
	float: left;
    width: 100%;
	background: rgba(1,39,58,0.97);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-wrapper {
    position: relative;
}
.menu-wrapper{
	float:left;
}
.right-widget {
    float: right;
}
.navbar-bottom .right-widget ul li {
    display: inline-block;
    line-height: 75px;
}
.navbar-bottom .right-widget .social-icon li a {
    font-size: 15px;
    color: #ccd1dd;
    margin: 0 7px;
}
.navbar-bottom .right-widget .social-icon li a:hover {
    color: #f9ca40;
}
#mega-menu-holder {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mega-menu-holder li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#mega-menu-holder>ul> li> a {
    position: relative;
    padding: 27px 35px 27px 25px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #8f97ab;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#mega-menu-holder>ul> li:first-child a{
	padding-left:0;
}
#mega-menu-holder>ul> li> a:before {
    content: '/';
    line-height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    color: #8f97ab;
}
#mega-menu-holder>ul> li> a:before {
    content: '/';
    line-height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    color: #8f97ab;
}
#mega-menu-holder>ul> li:last-child a:before{
    display:none;
}
#mega-menu-holder>ul> li.active > a, #mega-menu-holder>ul> li:hover > a,
#mega-menu-holder>ul> li.active > .sub-toggle, 
#mega-menu-holder>ul> li:hover > .sub-toggle {
    color: #fff;
}
.navbar-bottom .right-widget .search-option {
    margin-left: 30px;
    width: 60px;
    text-align: center;
    border-right:1px solid rgba(1,39,58,0.86);
    border-left: 1px solid rgba(1,39,58,0.86);
}
.navbar-bottom .right-widget .search-option .dropdown-toggle {
       background: transparent;
    font-size: 15px;
    color: #cfd6e6;
    width: 55px;
	border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
	border-radius:0;
}
.navbar-bottom .right-widget .search-option .dropdown-menu {
    -webkit-transform: none !important;
    transform: none !important;
    position: absolute;
    height: 55px;
    width: 280px;
    padding: 5px;
    border-radius: 0;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    box-shadow: none;
    border: none;
    float: none;
    margin: 0;
    background: #fff;
    box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}
.navbar-bottom .right-widget .search-option form input {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: transparent;
    border: 1px solid #ececec;
    padding: 0 49px 0 10px;
}
.navbar-bottom .right-widget .search-option form button {
    display: block;
    width: 48px;
    color: #fff;
	background:#f9ca40;
    border: 1px solid #fff;
    border-left: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 5px;
	border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
	border-radius:0;
	
}
.navbar-bottom .right-widget .search-option form button:hover{
	background:#00283b;
	color:#f9ca40;
	border-color:#00283b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*navbar-toggle*/

.navbar-toggle {
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 22px;
  border: 0;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  width: 16px;
  background-color: #fff !important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media only screen and (max-width : 767px) {
  .navbar-toggle {
    left:0;
	top:15px;
  }
}



/* mobail_menu_main */

.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
}
.mobail_menu_main{
	float:none;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #f9c841;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:500;
  border-bottom:1px solid #d3d3d3;
  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;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
	background:rgba(1,39,58,0.97);
	border-bottom:1px solid #d3d3d3;
	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;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	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;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
#sidebar h1{
	padding: 15px 0px;
	background:rgba(1,39,58,0.97);
	font-size:20px;
	color:#fff;
	padding-left: 20px;
	font-weight:bold;
}
.navbar-default .navbar-nav.main-nav>li>a:after{
	background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 2px;
    left: 23px;
    opacity: 0;
    position: absolute;
	bottom:23px;
    transition: all 0.3s ease-in-out 0s;
    width: 25px;
}
.navbar-default .navbar-nav.main-nav>li>a:hover:after{
	background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 3px;
    left: 22px;
    opacity: 1;
    position: absolute;
	bottom:23px;
    transition: all 0.3s ease-in-out 0s;
    width: 25px;
}
/* header end */


/*....................................
 slider area start here
....................................*/

.slider_main_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
/*....................................
 slider area end here
....................................*/

/* services_section start */

.services_section{
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:70px;
	background:#f7f7f7;
}	
.icon-wrapper h4{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 10px;
}
.icon-content a{
	color: #111111;
}
.icon-wrapper{
	background: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: left;
    width: 100%;
    padding:30px;
	margin-bottom:30px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);
}
.services_section .icon-wrapper:hover{
    background: #01273a;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services_section .icon-wrapper:hover .icon-content p {
    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;
}
.services_section .icon-wrapper:hover .icon-content h4{
    color: #f9c841;
		-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.services_section .icon-wrapper:hover .icon-img 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;
}
.icon-img{
	 display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.icon-img i{
	font-size: 54px;
    color: #f9c841 ;
}
.icon-content{
	display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.icon-content p{
	color: #777777;
    margin-bottom: 0 !important;
}

/* services_section end*/


/* aboutus_story_section start*/

.aboutus_story_section{
	float: left;
	width:100%;
	background-image: url(../images/about_us/about_bg.jpg);
    background-position: center 0;
    background-size: cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.aboutus_page_2_section{
		float: left;
	width:100%;
	padding-bottom:100px;
}
.aboutus_text_bg_ovelay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0,40,59,0.90);
    opacity: 0.8;
}
.aboutus_text_section{
	float: left;
	width:100%;
}
.aboutus_text_section h2{
   font-size: 36px;
    line-height: 46px;
    margin: 0 0 10px;
    font-weight: 500;
	color:#fff;
	margin-bottom: 24px;
}
.abt_txt_page_2 h2{
	color:#111111;
}
.aboutus_text_section h2 span{
	color:#f9c841 ;
}
.aboutus_text_section p{
	color: #f7f7f7;
    line-height: 26px;
	font-size: 15px;
}
.aboutus_text_section li{
	font-size: 16px;
    line-height: 32px;
}
.aboutus_text_section li i{
	margin-right:10px;
	color:#f9ca40;
}
.aboutus_text_section li a{
	color: #a5a5a5;
}
.aboutus_text_section li a:hover{
	color:#f9ca40;
}

/* accordion_wrapper */

.accordion_wrapper{
	float: left;
	width: 100%;
}	
.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.accordion_wrapper .panel-heading h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper h2{
	font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
	margin-bottom: 24px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel-default>.panel-heading {
  border-radius: 0px;
}
.accordion_wrapper .panel-default .panel-heading {
	background: transparent;
}
.accordion_wrapper .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 #999;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 1px solid transparent;
}
.accordion_wrapper .panel .panel-heading a {	
	display: block;
	background: rgba(108, 89, 89, 0.3);
	padding: 12px 20px;
	color: #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color: #fff;
	background: rgba(108, 89, 89, 0.3);
	display: block;
	padding: 12px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 25px 30px 30px 70px;
  background: rgba(108, 89, 89, 0.3);
  color: #e2e2e2;
  font-size:16px;
  line-height:24px;
}
.accordion_wrapper .panel .panel-heading a:before,
.accordion_wrapper .panel .panel-heading a.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 20px;
	float: left;
	margin-right: 20px;
}
.accordion_wrapper .panel .panel-heading.desktop a:before {  
  content: "\f108";  
  color: #f9c841;
}
.accordion_wrapper .panel .panel-heading.desktop a.collapsed:before {
	content: "\f108"; 
	color: #f9c841;
}
.accordion_wrapper .panel .panel-heading.horn a:before {  
  content: "\f0a1";  
  color: #f9c841;
}
.accordion_wrapper .panel .panel-heading.horn a.collapsed:before {
	content: "\f0a1";
	color: #f9c841;			
}
.accordion_wrapper .panel .panel-heading.bell a:before {  
  content: "\f0f3";  
  color: #f9c841;
}
.accordion_wrapper .panel .panel-heading.bell a.collapsed:before {
	content: "\f0f3";
	color: #f9c841;	
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after{
	font-size: 14px;
	float: right;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;		
}
.accordion_wrapper .panel .panel-heading a:after {  
  content: "\2212";
  color: #fff;
  border: 1px solid #fff;
 }
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "+";
	color: #fff;	
	border: 1px solid #fff;
}

/* aboutus_story_section start*/


/*portfolio_section satrt*/

.portfolio_section{
	float:left;
	width:100%;
	padding-top:100px;
}
.portfolio_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	border-width: 1px;
    border-style: solid;
    border-color:#f9c841 ;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	color: rgb(255, 255, 255);
	background:#f9ca40;
}
#filter li a:last-child{
    margin-right: 0px;
}
.portfolio_img{
	float:left;
	width:25%;
	position: relative;
}
.portfolio_img img{
	width:100%;
	float:left;
}
.filter_fullwidth_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.portfolio_main_wrapper{
	position:relative;
	float:left;
	width:100%;
	margin-top:30px;
}
.portfolio-area{
	float:left;
	width:100%;
	overflow:hidden;
}
.portfolio_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}
.portfolio_cont_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(1,39,58,0.88);
}
.portfolio_img:hover .portfolio_cont_overlay {
  opacity:1;
  -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;
	visibility:visible;
}
.portfolio_img1:hover .portfolio_cont_overlay {
  opacity:1;
  -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;
	visibility:visible;
}
.portfolio_cont_overlay h2{
	font-size: 25px;
	text-transform: capitalize;
	color:#fff;
	margin-bottom: 20px;
}
.portfolio_cont_overlay a{
	color:#fff;
	width:45px;
	height:45px;
	border: 2px solid #fff;
    padding: 6px;
	margin: 0 9px;
	border-radius:50%;
	font-size: 22px;
	display: inline-block;
	    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.portfolio_cont_overlay a:hover{
	background: #f9c841 ;
    border: 2px solid #f9c841 ;
}
.portfolio_img1 img{
	width:100%;
	float:left;
}
/* portfolio_section end*/

/* team_section start*/

.team_section{
    float: left;
	width: 100%;
	padding-bottom: 100px;
    padding-top: 90px;
	background:#f7f7f7;	
}
.our_team_page_section{
	background:#fff;
	 float: left;
	width: 100%;
}
.our_team_page_section .team_wrapper{
	margin-top:30px !important;
}
.our_team_page_section .team_info{
	background:#f7f7f7 !important;
}
.team_slider{
	float:left;
	width:100%;
	text-align:center;
}
.team_slider .owl-carousel .owl-item{
	background:#ffffff;
	
}
.team_slider .owl-theme .owl-dots .owl-dot{
	display: inline-block;
    margin: 40px 10px 0;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #999;
    -ms-box-shadow: 0 0 0 2px #999;
    -o-box-shadow: 0 0 0 2px #999;
    box-shadow: 0 0 0 2px #999;
    cursor: pointer;
    z-index: 10;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_slider .owl-theme .owl-dots .owl-dot span{
	padding: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: transparent;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s 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;
}
.team_slider .owl-theme .owl-dots .owl-dot.active span, 
.team_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #f9c841 ;
   -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s 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;
}
.team_slider .owl-theme .owl-nav{
	display:none;
}
.team_wrapper{
	float:left;
	width:100%;
    background: #fff;
}
.team_wrapper_overlay{
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}
.team_wrapper_overlay:before{
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    content: "";
    background: rgba(0,0,0,0.4) linear-gradient(to bottom, rgba(0,40,59,0.66) 0%, rgba(0,40,59,1.00) 94%, rgba(0,40,59,1.00) 100%) repeat scroll 0 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1;
}
.team_wrapper_overlay figure img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.team_wrapper_overlay figure{
    display: block;
    margin: 0;
    overflow: hidden;
}
.team_wrapper:hover .team_wrapper_overlay figure img{
    transform: scale(1.1, 1.1);
}
.team_wrapper_overlay_info {
    position: absolute;
    bottom: 5px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
	text-align:center;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: translateY(30px);
}
.team_social_icons {
	display:inline-block;
}
.team_social_icons li{
	margin-right: 10px;
    display: inline-block;
}
.team_social_icons li a{ 
	 padding: 0px 5px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_wrapper:hover .team_wrapper_overlay::before, .team_wrapper:hover .team_wrapper_overlay_info {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.team_info{
	padding: 10px 0px;
	text-align:center;
}
.team_info h4{
	font-size: 18px;
    padding-top: 23px;
	text-transform:capitalize;
}
.team_info h4 a{
	color: #f9c841 ;
	text-decoration:none;
}
.team_info h5{
	font-size: 14px;
    color: #999;
    padding-top:8px;
    padding-bottom: 15px;
}
/* team_section end*/

/*skills_counter_section  start*/

.skills_counter_section {
	width: 100%;
    float: left;
    /*background-image: url(../images/counter-images/counter_bg.jpg);*/
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 90px;
	position:relative;
}
.skills_counter_section_overlay{
	left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,40,59,0.90);
}
.skills_counter_section  .section_heading h2,
.skills_counter_section  .section_content p{
	color:#fff;
}
.skills_counter_section  .section_heading .heading_line_1,
.skills_counter_section  .section_heading .heading_line_2{
	border: 1px solid #fad264;
}
.skills_counter_section  .chart_1st, .chart_2nd, .chart_3rd, .chart_4th {
  position: relative;
  margin-bottom: 10px;
}
.skills_counter_section  .percent-one {
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#f9c841 ;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.skills_counter_section  .percent-two{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#fe5555;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.skills_counter_section  .percent-three{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#00be59;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.skills_counter_section  .percent-four{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#ea6a38;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.skills_counter_section  .percent:after {
	content: '%';
	font-size: 24px;
}
.skills_counter_section  h4{
	font-size: 30px;
	padding-top: 10px;
	text-transform: capitalize;
}
.skills_counter_section  h4 a{
	color: #fff;
}

/*skills_counter_section  end*/


/* --------------------------------------
blog_section start
----------------------------------------- */

.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	background-color: #fafafa;
	margin-bottom: 30px;
}
.blog_section .blog-post-wrapper .post-thumbnail{
	float: left;
	position: relative;
}

@media (min-width : 992px) and (max-width : 1199px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  
}

@media (min-width : 768px) and (max-width : 991px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
  
}

@media (max-width : 767px) {
	
  .blog_section .blog-post-wrapper .post-thumbnail{
    float: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail::before {
    display: none;
  }
  .blog_section .blog-post-wrapper .post-thumbnail img {
    width: 100%;
  }
}

.blog_section .blog-post-wrapper .post-thumbnail::before{
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  border-top: 22px solid transparent;
  border-right: 24px solid #fafafa;
  border-bottom: 20px solid transparent;
}
.blog_section .blog-post-wrapper .post-thumbnail ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta{
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li{
  margin-right: 10px;
  display: inline-block;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li:last-child{
  margin-right: 0;
}
.blog_section .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;
}
.blog_section .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;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments {
	background-color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.comments:hover {
	color: #1491cb;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes {
	background-color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.likes:hover {
	color: #eb768c;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share {
	background-color: #73c8b7;
}
.blog_section .blog-post-wrapper .post-thumbnail .entry-meta li a.share:hover {
	color: #73c8b7;
}
.blog_section .blog-post-wrapper .blog-content{
	overflow: hidden;
	padding: 40px;
}
.blog_section .blog-post-wrapper .blog-content .entry-header{
	margin-bottom: 20px;
	background:transparent;
	position:relative;
	z-index:1;
}
.blog_section .blog-post-wrapper .blog-content .entry-title {
	line-height: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a {
	color: #313131;
}
.blog_section .blog-post-wrapper .blog-content .entry-title a:hover {
	color: #f9c841;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li {
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li:last-child {
	border-right: 0;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .blog-content .entry-meta li a:hover{
	color: #f9c841;
}
.blog_section .blog-post-wrapper .blog-content .entry-content p:last-of-type {
	margin-bottom: 0;
}

/*blog gallery post*/

#blog_slider_section .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;
}
#blog_slider_section .carousel-control.left,
#blog_slider_section .carousel-control.right {
  background-image: none;
  background-color: #fafafa;
}

#blog_slider_section .carousel-control:focus, 
#blog_slider_section .carousel-control:hover {
  background-color: #f9c841;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*blog video post*/

.blog_section .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: #f9c841;
  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;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #f9c841;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
  margin-left: 5px;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
	background: #f9ca40;
    color: #fff;
	font-size: 14px;
    text-transform: uppercase;
    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{
    background:#00283b;
    color: #f9ca40;
	-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_section end
----------------------------------------- */

/* client_section start */

.client_section{
	float: left;
	width: 100%;
	background-image: url(../images/clients/client_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 90px;
    position: relative;
}
.client_section .section_heading h2{
	color:#fff;
}
.client_section .section_heading h3{
	color:#fff;
}
.client_section .section_heading p{
	color:#fff;
}
.client_section_overlay{
	left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,40,59,0.90);
}
.client_section .section_heading h2,
.client_section .section_content p{
	color:#fff;
}
.client_section .section_heading .heading_line_1,
.client_section .section_heading .heading_line_2{
	border: 1px solid #fad264;
}
.client_slider .item{
	text-align:center;
}
.client_slider .item img {
	display:inline-block;
	border:2px solid #fff;
	padding:30px;
	-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;
}
.client_slider .item img:hover {
	opacity: 1;
}
.client_slider .owl-theme .owl-nav{
	display:none;
}
.client_slider .owl-theme .owl-dots {
	margin-top: 45px;
}
.client_slider .owl-theme .owl-dots .owl-dot.active span, 
.client_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #f9c841 ;
}
.client_slider .owl-theme .owl-dots .owl-dot span {
	padding: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: transparent;
    margin: 0;
      -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.client_slider .owl-theme .owl-dots .owl-dot{
    display: inline-block;
    margin: 40px 10px 0;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    -o-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    cursor: pointer;
    z-index: 10;
}

/* client_section end */

/* testimonial_section start*/

.testimonial_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.testimonial_section .section_heading{
	text-align:left;
}
.testimonial_section .section_heading p{
	font-size:16px;
	margin-top:10px;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
}
.testimonial_slider_content{
	text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.testimonial_slider_content img {
	display:inline-block;
    width: 100px;
    border-radius: 100%;
    border: 4px solid #e7e6e6;
    margin-top: -15%;
    margin-bottom: 20px;
}
.testimonial_slider_content h5{
	font-size: 18px;
    font-weight: 500;
    color: #072d40;
    margin-bottom: 3px;
}
.testimonial_slider_content small{
	display: block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #a8a8a8;
    font-size: 16px;
}
.testimonial_slider_content hr {
    border: 1px solid #f9cf52;
    width: 70px;
    margin: 10px auto 20px;
    text-align: center;
    height: 1px;
    border-radius: 30px;
}
.testimonial_slider_content p{
   font-weight: 400;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
    text-align: center;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot{
	display:none;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display: block;
    position: absolute;
    top: -63px;
    right: 0;
}
.testimonial_slider_wrapper .owl-nav .owl-prev, 
.testimonial_slider_wrapper .owl-nav .owl-next{
    background-image: none;
	background: #f9ca40;
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 5px;
}
.testimonial_slider_wrapper .owl-nav .owl-prev:hover, 
.testimonial_slider_wrapper .owl-nav .owl-next:hover{
	 background:#072d40;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* testimonial_section end*/

/* footer start*/

.footer{
	float:left;
	width:100%;
	background-image: url(../images/footer_bg.png);
    background-color: #000;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% -40px;
}
.footer_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
    background-color: rgba(0,40,59,0.98);
}
.footer h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:30px;
	color:#fff;
}
.footer h4:after{
	display: block;
    content: "";
    background: #f9c841 ;
    width: 40px;
    height: 2px;
    margin-top: 13px;
}
.footer_widget{
	float:left;
	width:100%;
}
.abotus_content{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.abotus_content img{
	margin-bottom:20px;
}
.abotus_content p{
	font-size:16px;
	color:#b1afaf;
	margin-bottom:10px;
	letter-spacing:1px;
}
.footer_icon_wrapper{
	float:left;
	width:100%;
	margin-bottom: 15px;
}
.footer_icon_wrapper i{
    float: left;
	color: #fff;
    font-size: 20px;
    color: #b1afaf;
    margin-right: 15px;
}
.footer_icon_wrapper p{
	font-size: 16px;
    color: #b1afaf;
    font-weight: 300;
}
.footer_service_wrapper{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_service_wrapper li{
	margin-bottom:20px;
}
.footer_service_wrapper li i{
	color:#b1afaf;
	margin-right:10px;
}
.footer_service_wrapper li a{
	color: #b1afaf;
    font-size: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_service_wrapper li a:hover{
	color: #f9c841 ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_newsletter{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.footer_newsletter p{
	color:#999;
	font-size:15px;
	margin-bottom: 15px;
}
.footer_newsletter input{
	width: 100%;
    height: 45px;
    background: #ffffff;
    font-size: 15px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 65px 0 20px;
    color: #838486;
    border: none;
}
.footer_newsletter i{
    background: #f9c841 ;
    color: #fff;
    height: 45px;
    width: 50px;
    position: absolute;
    text-align: center;
    line-height: 45px;
    right: 15px;
}
.newsletter_social_icons li{
	float:left;
	margin-left:10px;
}
.newsletter_social_icons li:first-child{
	margin-left:0px;
}
.newsletter_social_icons li a{
	float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    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;
    font-size: 18px;
}
.newsletter_social_icons li a:hover{
	background:#f9c841 ;
	border:1px solid #f9c841 ;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_bottom_wrapper{
	float:left;
	width:100%;
	background:#003149;
	text-align:center;	
}
.footer_copyright_wrapper{
	font-family: 'Roboto';
	text-transform:capitalize;
	float:left;
	width:100%;
	display:inline-block;
	padding-top:30px;
	padding-bottom:30px;
}
.footer_copyright_wrapper p{
	margin:0;
}
.footer_copyright_wrapper a{
	color:#f9c841 ;
}
.section_2_heading{
	margin-bottom:10px;
}	
/* footer end*/


/* aboutus_section start */

.aboutus_section{
	float:left;
	width:100%;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.about_image_wrapper,.about_text_wrapper {
	float:left;
	width:100%;
}
.about_image_wrapper{
    position:relative
}
.about_image_wrapper img{
	position: absolute;
	height: auto;
	right: 0;
	top: -19px;
}
.about_text_wrapper .section_heading {
	text-align:left;
}
.about_text_wrapper p {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 20px;
}
.about_text_wrapper .about_text_content {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}
.about_text_content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #f9c841;
}
.about_text_content h5, .about_text_content h6 {
    text-transform: uppercase;
    margin-bottom: 0;
	color: #00283b;
}
.about_text_content h6 {
    font-weight: 400;
    color: #f9ca40;
    font-size: 16px;
    margin-bottom: 0;
}
.about_text_content h5 {
    font-size: 28px;
    font-weight: 800;
}
.aboutus_section_2{
    float: left;
    width: 100%;
	padding-top:100px;
	padding-bottom:100px;
    background-image:url(../images/about_us/about_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
	background-color: #fff;
	position:relative;
}
.aboutus_section_2_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0,40,59,0.90);
    opacity: 0.9;
}
.aboutus_section_2 .section_heading {
	text-align:left;
	margin: 5px 0 25px;
}
.aboutus_section_2 .section_heading .heading_line_1, 
.aboutus_section_2 .section_heading .heading_line_2 {
    border: 1px solid #fad264;
}
.aboutus_section_2 .section_heading h2{
    color: #fff;
}
.aboutus_section_2_content p {
	font-size:16px;
    color: #fff;
}

/* counter_section start*/

 .counter_section  {
	float:left;
	width:100%;
	padding-top:30px;
}
.counter_box{
	text-align: center;
    min-width: 150px;
    margin: 10px 15px;
    padding: 20px;
    border-radius: 50px 5px;
    background: rgba(255, 255, 255, 0.10);
}
.counter_section  .count-description{
	font-size: 60px;
    color: #f9ca40;
    margin-bottom: 10px;
    font-weight: 800;
    height: 64px;
    line-height: 76px;
}
.counter_section h4{
	font-size: 18px;
}
.counter_section h4 a{
	color: #ffffff;
}

/* counter_section end */

.progress_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.progress_wrapper{
	float:left;
	width:100%;
}
.progress_wrapper_content{
	float:left;
	width:100%;
}
.progress_wrapper_content p{
	font-size:16px;
	color:#999;
	margin-bottom:20px;
}
.progress_wrapper_content ul li {
    display:inline-block;
    padding: 8px 0;
}
.progress_wrapper_content ul li a i {
    color: #f9ca40;
    margin-right: 8px;
}
.progress_wrapper_content ul li a {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;
}
.progress_wrapper_content ul li a:hover {
    color: #01273a;
}
.progress_wrapper_content .learn_more_btn{
	display: inline-block;
    padding: 10px 30px;
    background: #f9ca40;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    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;
}
.progress_wrapper_content .learn_more_btn:hover{
    background:#00283b;
    color: #f9ca40;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.progress_wrapper_content .section_heading,
.progress_wrapper .section_heading {
	text-align:left;
	margin: 5px 0 25px;
}

.progress_wrapper .progress-item {
	float:left;
	width:100%;
	position: relative;
}
.progress_wrapper .progress-title {
	font-size: 16px;
    font-weight: 600;
    color: #00283b;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 8px;
}
.progress_wrapper .progress {
	height: 22px;
	box-shadow: none;
	border-radius: 2px;
    background: #193b4d;
	border: 5px solid #f2f2f2;
}
.progress_wrapper .progress-bar {
	background-color: #f9ca40;
	box-shadow: none;
	text-align: right;
}
.progress_wrapper .progress-percent {
	font-size: 11px;
    font-weight: 500;
    color: #00283b;
    background: #f9ca40;
    padding: 2px 8px;
    border-radius: 4px;
    height: 22px;
    line-height: 16px;
	position: absolute;  
	top: 5px;

}
.progress_wrapper .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-top: 6px solid #f9ca40;
	border-right: 8px solid transparent;
}

/* service section busns css */
.busines_service_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.busines_service_wrapper .icon-text{
	background: rgba(0, 0, 0, 0.04);
    border: 4px solid #f3f3f3;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.busines_service_wrapper .icon_block_one{
	text-align: center;
}
.busines_service_wrapper .icon_block_one i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .03;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}
.busines_service_wrapper .icon_block{
    border-radius: 50%;
    padding: 5px;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out 0;
    border: 2px solid #f9cf52;
    width: 104px;
    height: 104px;
    margin: 0 auto 15px;
}
.busines_service_wrapper .icon_block i {
    background: #072d40;
    width: 90px;
    height: 90px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 92px;
}
.busines_service_wrapper .icon-text h4 {
    text-align: center;
    font-size: 18px;
    color: #1a3c4d;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.busines_service_wrapper .icon-text hr {
    border: 1px solid #f9ca40;
    width: 30%;
    margin: 10px auto;
    text-align: center;
    height: 1px;
    border-radius: 30px;
}
.busines_service_wrapper .icon-text p {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #424242;
    font-weight: 400;
}
.busines_service_wrapper .view_more_btn {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.busines_service_wrapper .view_more_btn a {
	background: #f9cf52;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    height: 36px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}
.busines_service_wrapper .icon-text:hover .view_more_btn a{
    background: #01273a;
    color: #f9cf52;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.busines_service_wrapper .icon-text:hover {
    box-shadow: 0 2px 30px rgba(0,0,0,0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.busines_service_wrapper .icon-text:hover .icon_block_one i {
    transform: scale(1.6);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.busines_service_wrapper .icon-text:hover .icon_block_two i {
    transform: scale(1.4);
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.busines_service_wrapper .icon-text:hover .icon_block_three i {
    transform: scale(1.6);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.busines_service_wrapper .icon-text:hover .icon_block_four i {
    transform: scale(1.4);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* aboutus_section end */

/* service page strat */
.section-5 .fa{
	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-image: -moz-linear-gradient(-29deg, #c56797 0px, #794788 100%);
    background-image: -moz-linear-gradient(-29deg, #c56797 0, #794788 100%);
    background-image: -webkit-linear-gradient(-29deg, #c56797 0, #794788 100%);
    background-image: -ms-linear-gradient(-29deg, #c56797 0, #794788 100%);
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;	
	margin-top:40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover{
	border-color: #f9c841 ;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover h4{
	color: #f9c841 ;
	-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;
}
/*pricing_section start*/
.pricing_section{
	float:left;
	width:100%;
	background:#fff;
	padding-top:90px;
	padding-bottom:90px;
}
.pricing_section .pricing-table-default {
	border: 1px solid #f1f1f1;
	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 .pricing-table-default:hover{
	border:1px solid #f9c841 ;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
	-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 .pricing-table-default {
		margin-bottom: 30px;
	}
}
.pricing_section .pricing-head{
	padding: 37px 0 15px;
}
.pricing_section .pricing-head h3 {
	font-size: 15px;
	color: #999999;
	background-color: #f1f1f1;
	padding: 7px 0;
	margin: 0px;
}
.pricing_section .pricing-table-default:hover .pricing-head h3{
	background:#f9ca40;
	color: #ffffff;
}
.pricing_section .pricing-head .price {
	display: block;
	font-size: 40px;
	line-height: 30px;
	color: #111111;
	font-weight: 300;
	padding-bottom: 20px;
}
.pricing_section .pricing-head .price-degit{
	font-size: 60px;
	letter-spacing: -4px;
}
.pricing_section .pricing-head .month{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}
/*pricing list*/

.pricing_section .pricing-list li {
	display: block;
	padding: 8px 0;
	color: #999999;
}
.pricing_section .pricing-list li:first-child {
	padding-top: 25px;
}
.pricing_section .pricing-list li:last-child {
	padding: 8px 0 15px;
}

.pricing_section .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 .pricing-table-default:hover .btn{
	background:#f9ca40;
	color: #ffffff;
}
.pricing_section .pricing-head h3,
.pricing_section .pricing-table-default,
.pricing_section .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 end*/

/* contact_form_section start */

.contact_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.contact_form_section .section_heading{ 	
	text-align:left;
	margin: 5px 0 25px;
}
.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section{
    float:left;
	width:100%;
}
.contact_form_section h4{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;	
	padding-bottom: 30px;
	text-transform:uppercase;
}
.form-group {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: none;
}
.contact_form_section .form-group {
	margin-bottom: 10px;
}
.contact_form_section .form-control {
	background: #ffffff;
    border: 1px solid rgba(222, 206, 206, 0.56);
    color: #999999;
    display: block;
    font-size: 16px;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
	border-radius:0;
	box-shadow:none;
	-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;
}
.contact_form_section .form-control:focus{
	border: 1px solid #313131 !important;
	background: transparent;	
}
.contact_form_section button.btn{
	margin: 0 auto;
	display: block;
    padding: 15px 32px;
    font-weight: 700;
	border-radius:0;
    -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;
}
.contact_form_section .btn-default {
	background-color:#825339;
	color: #fff;
	border-color:#825339;
}
.contact_form_section .btn-default:hover,
.contact_form_section .btn-default.focus {
  	color: #f9c841;
	background:transparent;
  	border: 1px solid #f9c841 !important;
}
.contact_form_section .form-group textarea{	
    height: 110px;
    margin-bottom: 31px;
    padding: 10px 20px;
	resize:none;
}
.contact_form_section .form-control:focus{
	border: 1px solid #f9c841 !important;
	background: transparent;	
}
.contact_form_section button.btn{
	float: left;
	background: #318017;
    color: #fff;
    border-radius: 0px;
    color: #fff;
    padding: 10px 30px;
	border:0;
    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;
}
.contact_form_section button.btn:hover{
    background: #00283b;
    color: #f9ca40;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* contact_section_hours start */

.contact_section_hours{
	float:left;
	width:100%;
}
.contact_section_hours .section_heading{ 	
	text-align:left;
	margin: 5px 0 25px;
}
.contact_section_hours h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
	letter-spacing:2px;
	padding-bottom: 30px;
}
.contact_section_hours p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.contact_section_hours .working-hours li {
    line-height: 42px;
	color:#999;
    font-size: 16px;
    font-weight: 300;
}
.contact_section_hours .working-hours li span {
    float: right;
	font-weight:300;
	color:#f9ca40;
}
.contact_icon_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
	text-align:center;
}
.contact_icon_wrapper{
	background: rgba(0, 0, 0, 0.04);
    border: 4px solid #f3f3f3;
	padding: 40px 20px;
}
.contact_icon_wrapper .contact_icon_block_one{
	text-align: center;
}
.contact_icon_wrapper .contact_icon_block_one i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .03;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}
.contact_icon_wrapper .contact_icon_block_two{
	text-align: center;
}
.contact_icon_wrapper .contact_icon_block_two i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .03;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}
.contact_icon_wrapper .contact_icon_block_three{
	text-align: center;
}
.contact_icon_wrapper .contact_icon_block_three i {
    font-size: 120px;
    color: #072d40;
    position: absolute;
    opacity: .03;
    z-index: 0;
    right: 0;
    top: 30%;
    left: 0;
}
.contact_icon_wrapper .contact_icon_block{
    border-radius: 50%;
    padding: 5px;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out 0;
    border: 2px solid #f9cf52;
    width: 104px;
    height: 104px;
    margin: 0 auto 15px;
}
.contact_icon_wrapper .contact_icon_block i {
    background: #072d40;
    width: 90px;
    height: 90px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 92px;
}
.contact_icon_wrapper h4 {
    text-align: center;
    font-size: 18px;
    color: #1a3c4d;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact_icon_wrapper hr {
    border: 1px solid #f9ca40;
    width: 30%;
    margin: 10px auto;
    text-align: center;
    height: 1px;
    border-radius: 30px;
}
.contact_icon_wrapper p {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #424242;
    font-weight: 400;
}
.contact_icon_wrapper:hover {
    box-shadow: 0 2px 30px rgba(0,0,0,0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_icon_wrapper:hover .contact_icon_block_one i {
    transform: scale(1.4);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_icon_wrapper:hover .contact_icon_block_two i {
    transform: scale(1.7);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contact_icon_wrapper:hover .contact_icon_block_three i {
    transform: scale(1.6);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#map{

}
/* contact section end */

/* media  query css for ipad */

@media(min-width: 992px)and (max-width: 1200px){
	.contact-ways li {
		padding-left: 15px;
	}
	.top-nav-lt {
		margin-right: 6px;
	}
	.top-nav-lt-text {
		padding-left: 6px;
	}
	.contact-ways small {
		margin-bottom: 4px;
		font-size: 12px;
	}
	.contact-ways h6 {
		font-size: 12px;
	}
	.counter_section h4 {
		font-size: 16px;
	}
	#mega-menu-holder>ul> li> a {
		padding-left: 15px;
	}

	.icon-img {
		display: block;
		padding: 0;
		text-align: center;
		margin-bottom:20px;
	}
	.icon-content {
		display: block;
		padding: 0;
		text-align: center;
	}
	.client_slider .item img {
		padding: 12px;
	}
	.contact_section_hours{
		margin-top:40px;
	}
	.busines_service_wrapper .icon-text h4 {
		font-size: 16px;
	}
	.about_image_wrapper img {
		top: 7px;
	}

}

@media(min-width: 768px) and (max-width: 991px) {
	.navbar-toggle{
		display:block;
		left:0;
		top:15px;
	}
	.top_bar {
		text-align: center;
	}
	.navbar-brand {
		float:none;
		display:inline-block;
		margin-bottom:20px;
	}
	.contact-ways small {
		text-align: left;
	}
    
	.portfolio_image{
		width:33.33%;
	}
	.pricing_section .pricing-table-default .btn {
		margin:0px;
	}
	.pricing_section .pricing-table-default .btn{
		padding: 15px 30px;	
	}
	.main{
		padding-top:50px;
	}
	.busines_service_wrapper .icon-text{
		margin-bottom:30px;
	}
	.busines_service_wrapper{
		padding-bottom:70px;
	}
	.portfolio_img img{
		width:100%;
	}
	.aboutus_section {
		padding: 80px 0 0;
	}
	.about_image_wrapper{
		margin-top:50px;
		text-align: center;
	}
	.about_image_wrapper img {
		position: relative;
		top: 0;
		width: 100%;
	}
	.services_content{
		margin-top:40px;
	}
	.service_boxes_section .icon{
		display:none;
	}
	.service_boxes_section .thumbnail{
		background:none;
	}
	.tab_section{
		margin-bottom:40px;
	}
	.contact_icon_wrapper p {
		font-size: 15px;
	}
	#filter li a {
		padding: 10px 12px;
	}
	.footer_widget {
		margin-bottom:40px;
	}
	.skills_counter_section  h4 {
		margin-bottom:40px;
	}
	.team_wrapper {
		margin-bottom:40px;
	}
	.portfolio_img {
		width: 50%;
	}
	.contact_section_hours{
		margin-top:40px;
	}
	.icon-img {
		display: block;
		padding: 0;
		text-align: center;
		margin-bottom:20px;
	}
	.icon-content {
		display: block;
		padding: 0;
		text-align: center;
	}
	.accordion_wrapper{
		margin-top:40px;	
	}
	.client_slider .item img {
		padding: 12px;
	}
	.progress_wrapper_content{
		margin-bottom:40px;
	}
	.our-progress{
		margin-bottom:60px;
	}

}
/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	.top_bar {
		text-align: center;
	}
	.navbar-brand {
		float:none;
		display:inline-block;
	}
	.portfolio_section{
		text-align:center;
	}
	.portfolio_image{
		float: none;
		width: auto;
		display: inline-block;
	}
	.aboutus_section {
		padding: 80px 0 0;
	}
	.about_image_wrapper{
		margin-top:30px;
		text-align: center;
	}
	.about_image_wrapper img {
		position: relative;
		top: 0;
		width: 100%;
	}
	.newsletter_section{
		margin-top:30px;
	}
	.tab_section{
		margin-bottom:40px;
	}
	.progress_wrapper{
		margin-bottom:40px;
	}
	.services_video{
		margin-bottom:30px;
	}
	.contact_form_section, .contact_icon_wrapper{
		margin-bottom:40px;
	}
	.service_boxes_section .icon{
		display:none;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	.service_boxes_section .thumbnail{
		background:none;
	}
	.footer_widget {
		margin-bottom:40px;
	}
	.skills_counter_section  h4 {
		margin-bottom:40px;
	}
	.team_wrapper {
		margin-bottom:40px;
	}
	.accordion_wrapper{
		margin-top:40px;	
	}
	.client_slider .owl-theme .owl-dots .owl-dot{
		display:none;
	}
	.portfolio_img {
		width: 50%;
	}
	.portfolio_cont_overlay a {
		margin: 0 5px;
	}
	.icon-img {
		display: block;
		padding: 0;
		text-align: center;
		margin-bottom:20px;
	}
	.icon-content {
		display: block;
		padding: 0;
		text-align: center;
	}
	.main{
		padding-top:30px;
	}
	.rotate{
		margin-top:0;
	}
	.pricing_section .pricing-table-default{
		margin-bottom:30px;
		float:left;
		width:100%;
	}
	.busines_service_wrapper .icon-text{
		margin-top:30px;
	}
	.client_slider .item img {
		padding: 10px;
	}
	.client_slider .owl-theme .owl-dots {
		display: none;
	}
	.team_slider .owl-theme .owl-dots .owl-dot{
		display:none;
	}
	.progress_wrapper_content{
		margin-bottom:40px;
	}
	.our-progress{
		margin-bottom:60px;
	}
}

@media only screen and (max-width : 480px) {
	
	.section_heading h2 {
		font-size: 30px;
	}
	.client_section h2 {
		font-size: 30px;
	}
	.portfolio_img {
		float:left;
		width: 100%;
	}
	.testimonial_slider_wrapper .owl-theme .owl-nav {
		position: relative;
		top: 0;
		right: auto;
	}
}
	

@media only screen and (max-width : 390px) {
	
	.subscribe-form {
		width: 250px;
	}
	.tab_section .nav-tabs>li>a {
		padding: 0 10px;
	}
	.accordion_wrapper .panel .panel-heading a {
		font-size: 14px;
		padding: 10px 10px;
	}
	.accordion_wrapper .panel .panel-heading a.collapsed{
		padding: 10px 10px;
	}
	.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
		font-size: 14px;
	}
	
}

/* media query css for mobile end */