﻿@import url("bootstrap.css");
@import url("style.css");
@import url("font-awesome.min.css");
@import url("animate.css");





ul#top_links {
    margin: 0;
    padding: 0;
    float: right;
    font-weight: 600
}

a#phone_top {
    color: #fff;
    font-weight: 600;
}
#opening, a#phone_top {
    padding-left: 22px;
    position: relative;
}
#top_line, ul#top_links a:hover {
    color: #fff;
}
#top_line {
    background: #cc0066 url(../img/pattern_3.png) repeat;
}


#top_line,ul#top_links a:hover {
    color: #fff
}


#top_line {
    padding: 8px 0;
    font-size: 11px;
    background: url(../img/pattern_3.png) #cc0066;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 999999
}

ul#top_links {
    margin: 0;
    padding: 0;
    float: right;
    font-weight: 600
}

a#wishlist_link {
    position: relative;
    display: inline-block;
    padding-left: 18px
}

#wishlist_link:before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -5px;
    content: "\ec5e"
}

ul#top_links li {
    display: inline-block;
    margin-right: 5px;
    padding-left: 8px
}

ul#top_links li:first-child {
    border-left: none;
    padding-left: 0
}

ul#top_links a {
    color: #FF9
}





/*header*/
/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap {
	max-width: 1900px;	
	margin: 0 auto;	
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header .header-wrap .logo {	
	-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;	
	margin: 15px 0 20px 0;	
	float: left;
    margin-right: 40px;
}

.header .header-wrap .show-search {
	padding-right: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17.5px;
	text-align: center;		
}

.header .header-wrap .show-search i {
	font-size: 12px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #697ea4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
	border-width: 1px;
	border-color: #697ea4;
	border-style: solid;
	color: #697ea4;
	background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
	display: inline-block;
	padding-right: 21px;
	position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
	color: #202020;	
}

.header .header-wrap .language-wrap ul li a:hover {
	color: #697ea4;
}

.header .header-wrap .language-wrap ul li.current:after {
	position: absolute;
	right: 8px;
	top: 25px;
	content: "/";
	color: #202020;	
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
	float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
	line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 73px;
}

/* Header style2 */
.header.header-v2 .header-wrap {
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999999;
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type=search] {
	background: none;
    border-color: rgba(21, 65, 110, 0.15);
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type=search]:focus {
	border-color: #15416e;
}

#header.header.header-v2 #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap {
	background-color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type=search] {
	background: #d8e7ef;
    border-color: transparent;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type=search]:focus {
	border-color: #15416e;
}

/* Header sytle3 */
.header.header-v3 .flat-search {
	float: right;
}
.header.header-v3 .header-wrap {
	box-shadow: none;
}

.header.header-v3 .header-wrap.style {
	background-color: #15416e;
}

.header.header-v3 .header-wrap .nav-wrap {
	margin-top: 0;
}

.header.header-v3 .header-wrap #mainnav > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a.active {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-top: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a:hover {
	color: #fff;
}

.header-v3 #mainnav > ul > li > a.active:after {
	width: 100%;
    height: 4px;
    content: "";
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #18ba60;
}

.header.header-v3 .header-wrap .top-search {
	margin-top: 7.5px;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a {
	color: rgba(255, 255, 255, 0.8);
}

#header.downscrolled.header-v3 #mainnav > ul > li > a:hover {
	color: #fff;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a.active {
	color: #fff;
}

/* Header style1 */
.top.style-v1 {
	padding: 9px 0 57px 0;
}

.header.header-v1 {
	background: transparent;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 99999;
}

.header.header-v1 .header-wrap {
	box-shadow: none;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav {
	padding: 0 30px;
	background-color: #fff;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav .nav-wrap {
	float: right;
}

.header.header-v1 .flat-wrapper #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v1 {
	background: transparent;
	box-shadow: none;
}

#header.downscrolled.header.header-v1 .header-wrap {
	box-shadow: none;
}

#header.downscrolled.header.header-v1 #mainnav > ul > li > a.active {
	color: #fff;
}

.header.header-v1 .top-search {
    position: absolute;
    width: 250px;
    right: 25px;
    top: -25px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
    		transition: all 0.3s ease 0s;
}

.header.header-v1 .top-search.show {
    top: -25px;
    right: 0;
    opacity: 1;
    z-index: 9999;
}

/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	z-index: 99999;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav > ul > li > a {
	color: #174c81;
}

#header.upscrolled #mainnav > ul > li > a.active {
	color: #18ba60;
}

#header.upscrolled #mainnav > ul > li > a:hover {
	color: #18ba60;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 92.708%;
}

/* navigation */
.nav-wrap {
	float: left;
	position: relative;
	margin-top: 28px;
}

#mainnav {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav > ul > li {
	float: left;
}

#mainnav ul li {
   position: relative;
}

#mainnav ul li.has-mega-menu {
    position: static;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: "Hind Vadodara", sans-serif;
	text-transform: uppercase;
    color: #174c81;   
    font-size: 14px;
    text-decoration: none; 
    font-weight: 700;
    padding: 6px 16px 7px 16px;
    outline: none;
}

#mainnav > ul > li > a.active {
	border: 1px solid #18ba60;
	color: #18ba60;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 250px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	   filter: alpha(opacity=0);
      opacity: 0;  
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 33px;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 360px;
   top: 0 !important;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: #2f4862;
    text-transform: capitalize;	
    text-decoration: none;
    padding: 5px 18px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
	background-color: #18ba60;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    		transform: rotate(45deg);
}

#mainnav ul.submenu > li > a:hover {
	background-color: #15416e;
	color: #fff;
}

#mainnav > ul > li > a:hover {
	color: #18ba60;
}

/* Mega Menu */
#mainnav .has-mega-menu > a {
	padding-bottom: 38px;
}

#mainnav .has-mega-menu .submenu.mega-menu {
	padding: 20px 0 15px 15px;
}

#mainnav .mega-menu {
    position: absolute;
    top: 150%;  
    left: -163px;
    padding: 15px 0;
    text-align: left;    
    z-index: 9999;
    background-color: #15416e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
    visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header-v3 #mainnav .mega-menu {
	left: 0;
}

.header-v1 #mainnav .mega-menu {
	left: -380px;
}

#mainnav .mega-menu.three-colums {
	width: 750px;
}

#mainnav .mega-menu.two-columns {
	width: 500px;
}

#mainnav .mega-menu.two-columns .menu-item {
	width: 50%;
}

#mainnav .mega-menu.three-colums .menu-item {
	width: 33.333333%;
}

#mainnav .mega-menu .menu-item {
	float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#mainnav .mega-menu .menu-item > a {
	color: #fff;
	padding: 10px 30px;
	line-height: 45px;
	font-size: 14px;
}

#mainnav .mega-menu .menu-item ul {
	float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

.mega-menu ul li a {
	display: block;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: rgba(216,231,239,0.5);
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
    color: #fff;
}

.mega-menu ul li a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    background-color: #18ba60;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mega-title .btn-mega {
	color: #fff;
	margin-top: 0;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a {
	color: #18ba60;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a:hover {
	color: #fff;
}

/* Mega menu mobile */
#mainnav-mobi .submenu.mega-menu {
	padding-left: 15px;
	overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
	color: #15416e;
	font-weight: 700;
	text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

#mainnav-mobi ul > li.has-mega-menu > a {
	display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
	position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
	position: absolute;
    right: 5px;
    top: -17px;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

#mainnav-mobi .has-mega:before {
	right: 20px;
    top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    content: "\f107";
    color: #cccccc;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
	content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-submenu {
	display: none;
}

#mainnav-mobi ul > li.has-mega-menu .latest-post:last-child {
	margin-bottom: 30px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #ffffff;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid rgba(54, 70, 115, 0.08);
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #15416e;
}

#mainnav-mobi ul > li > a:hover {
	color: #18ba60
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid rgba(54, 70, 115, 0.08);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li > a {
	padding-left: 35px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #15416e;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #cccccc;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}


/*ser*/
#services-app2 {
	padding: 60px 0 20px;
	background-color:#f9f9f9;
}
.border_bottom {
	border-bottom: 1px solid #e4e4e4 !important;
}



/*our home service */
.our_service_area {
  overflow: hidden;
  padding: 20px 0 38px;
  text-align: center;
}
.service_heading h2 {
  font-size: 36px;
  color: #333;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  text-transform:capitalize;
}
.service_heading p {
  font-size: 14px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  max-width: 1007px;
  margin: 0 auto;
  margin-top: 5px;
}
.all_design {
  margin-top: 99px;
}
.sicial_icon_design {
  position: relative;
}
.design {
  height: 60px;
  width: 60px;
  background: #333;
  border-radius: 50%;
  margin-left: 107px;
  color: #fff;
  transition: .5s;
  position: absolute;
  top: -35px;
  left: 0;
  transition: .5s;
}

.design2 {
  height: 90px;
  width: 90px;
  background: #b4e6c2;
  border-radius: 50%;
  margin-left: 95px;
  color: #fff;
  transition: .5s;
  position: absolute;
  top: -35px;
  left: 0;
  transition: .5s;
}


[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
  font-size: 28px;
  line-height: 60px;
  margin: auto;
}
.social-desc {
  background: #f8f8f8 none repeat scroll 0 0;
  height: 260px;
  padding: 36px 9px;
  width: 269px;
}
.social-desc h3 {
  font-size: 20px;
  font-weight: 700;
}
.social-desc h3 a {
  color: #333;
  transition: .5s;
  text-decoration: none;
}
.social-desc p {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
  max-width: 206px;
  margin: 0 auto;
}
.sicial_icon_design:hover .social-desc h3 a {
  color: #e75e50;
}
.sicial_icon_design:hover .design {
   background: #e75e50;
}
.sicial_icon_design:hover .design2 {
   background: #e75e50;
}

.wow.animated.animated > span {
  color: #e75e50;
}
.design i {
  font-size: 28px;
  line-height: 60px;
  margin: auto;
}

.design2 i {
  font-size: 28px;
  line-height: 60px;
  margin: auto;
}



/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
  padding: 60px 0 0 0;
  background-color: #3C4148;
  color: #ffffff; }
  .footer > .container {
    padding-bottom: 50px; }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item .footer-title {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    position: relative;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase; }
  .footer .footer-item .footer-sosmed {
    margin-top: 50px;
    margin-bottom: 30px;
    display: inline-block; }
    .footer .footer-item .footer-sosmed a .item {
      color: #222222;
      display: table-cell;
      vertical-align: middle;
      margin: 0 14px;
      width: 40px;
      height: 40px;
      text-align: center;
      background-color: #fcde8a;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
      .footer .footer-item .footer-sosmed a .item:hover {
        color: #ffffff;
        background-color: #009144; }
      .footer .footer-item .footer-sosmed a .item .fa {
        font-size: 16px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      margin: 14px 0; }
      .footer .footer-item .list li a {
        color: #FBD771; }
        .footer .footer-item .list li a:hover {
          color: rgba(251, 215, 113, 0.7); }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px #009144;
        -moz-box-shadow: 0 0 0 2px #009144;
        box-shadow: 0 0 0 2px #009144;
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #ffffff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: #009144; }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: #ffffff;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: #FBD771; }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: rgba(255, 255, 255, 0.4); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .f-info {
    margin-bottom: 40px; }
  .footer .box-info {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid #FBD771;
    margin-bottom: 30px; }
    .footer .box-info:hover {
      background-color: #30343a; }
    .footer .box-info .box-info-icon {
      padding: 20px 30px;
      font-size: 30px;
      color: #FBD771;
      display: inline-block;
      height: 100%; }
    .footer .box-info .box-info-body {
      padding: 20px 0 20px 20px;
      border-left: 1px solid #4A4B4F;
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
    .footer .box-info .box-info-body p {
      color: #ccc;
      margin-bottom: 0; }
    .footer .box-info .box-info-body h4, .footer .box-info .box-info-body .lead, .footer .box-info .box-info-body .team-2 .title, .team-2 .footer .box-info .box-info-body .title {
      margin-top: 0;
      margin-bottom: 0; }
    .footer .box-info a {
      color: #ffffff; }
      .footer .box-info a:hover {
        color: #FBD771; }
  .footer .fcopy {
    padding: 30px 0 0 0;
    font-size: 14px;
    border-top: 1px solid rgba(251, 215, 113, 0.1);
    background-color: #30343a; }

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: inline-block;
      color: #041e42;
      float: left; }
    .list-info li .info-text {
      margin-left: 30px; }

.pline {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 30px; }
.footer h4{
	font-size:13px; color:#fff;
}


/*inner page*/
.page_title2 {
	/* float: left; */
	width: 100%;
	padding: 40px 0px;
	background: #454545 url(../img/footer-img.png) no-repeat center bottom;
}
.page_title2 h1 {
font-family: 'Roboto', sans-serif;
	float: left;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #fff;
}
.page_title2 .pagenation {
	float: right;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #e3e3e3;
	margin: 10px 0px 0px 0px;
}
.page_title2 .pagenation i {
	color: #999;
	margin: 0px 2px 0px 2px;
}
.page_title2 .pagenation a {
	padding: 0px;
	color: #999;
	transition: all 0.3s ease;
}
.page_title2 .pagenation a:hover {
	color: #e3e3e3;
}

@media only screen and (min-width: 640px) and (max-width: 767px){

.page_title2 h1 {
	width: 100%;
	margin-top: 12px;
}
.page_title2 .pagenation {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
}




}




@media only screen and (min-width: 480px) and (max-width: 639px){
	

.page_title2 h1 {
	width: 100%;
	margin-top: 12px;
}
.page_title2 .pagenation {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
}



}





@media only screen and (max-width: 479px){


.page_title2 h1 {
	width: 100%;
	margin-top: 12px;
}
.page_title2 .pagenation {
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
}


}


.our_service_about {
  overflow: hidden;
  padding: 20px 0 38px;
  
}

.our_service_about p {
  
  padding: 10px 0 5px;
  text-align:justify;
  line-height:28px;
  color: #717171;
  font-family: 'Roboto', sans-serif;
}

.our_service_about h2 {
  
  padding: 10px 0 10px;
  line-height:35px;
  font-size:25px;
  color: #18ba60;
  font-family: 'Roboto', sans-serif;
}
.our_service_about ul {
		list-style:square;
		
		padding: 1px 0px 1px 30px;
	}
	
.our_service_about h3 {
  
  padding: 10px 0 5px;
  line-height:30px;
  font-size:20px;
  color: #18ba60;
  font-family: 'Roboto', sans-serif;
}


.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
 
}
.form-control {
    background-color: #ffffff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s
}

.form-control:focus {
    box-shadow: none;
    border-color: #2b2b2b
}

.myaddress { padding:5px;
	
}

.myaddress h1 {
	font-size:22px;
	text-align:center;
	 color: #18ba60;
  font-family: 'Roboto', sans-serif;
	
	margin-bottom:-5px;

}

.myaddress p {
	text-align:center;
	line-height:20px;
}