

/* ==================================================================
  1.0 General styles
================================================================== */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #606060;
}
p {
  line-height: 26px;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
h1,
h2, 
h3,
h4,
h5,
h6 {
  /*font-family: 'Montserrat', serif;*/
  margin-top: 0;
}
.btn {
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0;
  border: 0;
  box-shadow: none !important;
}
.btn-red {
  background: #01AA47;
}
.btn-red:hover, .btn-red:focus {
  background: #000;
}


.btn-white {
  background: #fff;
  color: #0095eb;
}
.btn-light-red {
  background: #007cc3;
}
.btn-white-shadow {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.15 ) !important;
  color: #0095eb;
}
.btn-white-shadow:hover,
.btn-white-shadow:active,
.btn-white-shadow:focus {
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.15 ) !important;
}
.btn-white-shadow-2 {
  box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, 0.07);
  color: #ff4081;
}
.btn-white-shadow-2:hover,
.btn-white-shadow-2:active,
.btn-white-shadow-2:focus {
  box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, 0.1) !important;
}

.sign-in-btn:hover .btn,
.sign-in-btn:active .btn {
  /*background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);*/
}
.sign-in-btn {
  margin-left: 0px !important;
  box-shadow: none !important;
}
.sign-in-btn .btn {
  padding: 10px 20px!important;
  color: #fff !important;
  box-shadow: none !important;
}
.sign-in-btn .btn:hover{
	background:#9edfff!important
}
.sign-in-btn.active {
  border-radius: 35px;
}
.border-top-1px {
  border-top: 1px solid #f6f6f6; 
}
.border-bottom-1px {
  border-bottom: 1px solid #f6f6f6; 
}


/* ==================================================================
   2.0 Common styles
================================================================== */
.currencyTable{
	background: rgba(0,0,0,0.1); 
	padding: 25px 25px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom:30px; 
}
.currencyTable .exchangeTable h2.col_heading{
	color:#fff!important;
}
.currencyTable table{ 
	color:#fff;
}
.currencyTable h2.col_heading{
	font-size:24px;
	color:#fff;
}
.currencyTable h3{
	font-size:20px;
	color:#fff;
}
.currencyTable .currencyNamecol h2 {
	color:#fff;
	font-size:20px;
}
.clickCurrecyRow{
	margin:20px 0;
}
.section-title {
  margin-bottom: 50px;
}
.section-title .title {
  font-size: 36px;
  color: #fff;
}
.section-title .sub-title {
  color: #0095eb;
  position: relative;
}
.section-title .sub-title:after {
 background-image: -moz-linear-gradient( 0deg, #007cc3 0%, #bbbbbbG 100%); 
/*  background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);*/
    content: '';
  height: 2px;
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -25px;
}
.section-title-2 {
  margin-bottom: 75px;
}
.section-title-2 .title {
  color: #313131;
  margin-bottom: 17px;
}
.section-title-2 .sub-title {
  font-family: 'Open Sans', sans-serif;
}

/* ==================================================================
   3.0 Main navbar
================================================================== */
.header-top-bar{
  background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
  color: white;
  padding: 10px 0;
}
.header-top-bar .email {
  padding-left: 4px;
  padding-right: 36px;
  position: relative;
}
.header-top-bar .email:after {
  content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 16px;
    top: 2px;
    background: #fff;
}
.header-top-bar .phone-num {
  padding-right: 6px; 
}
.header-top-bar .social-area {
  text-align: right;
}
.header-top-bar .social-area span {
  padding-right: 10px;
}

.main-menu ul {
  list-style: none;
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
  padding: 0 13px;
  padding: 7px 20px;
  border-radius: 4px;
}
.main-menu ul li a {
  font-size: 16px;
}
.main-menu ul li:hover {
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.15 );
}
.nav-bar {
  padding: 20px 0;
}
.nav-bar .main-menu {
  text-transform: capitalize;
  padding-top: 15px;
}
.sing-in-area {
  float: right;
}
.sing-in-area .btn {
  margin-top: 13px;
}
.header-area .social-area a {
  color: #fff;
}
.header-area .social-area i {
  margin: 0 5px;
}

/** header area **/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.bannerSection{
	background: rgb(1,170,71);
	background: -moz-linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	background: -webkit-linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	background: linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01aa47",endColorstr="#90e9b4",GradientType=1);
	top:-100px;
	position: relative;
	padding-top: 100px;
	padding-bottom:20px;
	margin-bottom:-100px;
}
.bannerSection::after{
	background: #0EB051;
	width: 500px;
	height: 500px;
	border-radius: 50% 30%;
	content: "";
	top: 0;
	position: absolute;
	left: -150px;
}
.bannerSection::before{
	background: #62D591;
	width: 800px;
	height: 500px;
	border-radius: 50% 20% 20% 54%;
	content: "";
	top: auto;
	left:auto;	
	bottom:0;
	position: absolute;
	right: -200px;
	border:80px solid #5FD28E;
}
.bannerSection .page-title h2{
	margin-bottom:20px;
	font-size:3.5em;
	font-weight:bold;
}

.bannerSection .page-title{
	margin:0 0 20px;
	text-align:center;
}
.bannerSection .single-blog-section{
	margin:130px 0 0;
	position:relative;
	z-index:99;
}
.bannerSection .single-blog-section{
	position:relative;
	z-index:99;
}




.bannerSection1{
	background: url("images/pec-banner.jpg") no-repeat 0 0;
	background-size:cover;
	top:-100px;
	position: relative;
	padding-top: 100px;
	padding-bottom:20px;
	margin-bottom:-100px;
}
.bannerSection1 .page-title h2{
	margin-bottom:20px;
	font-size:3.5em;
	font-weight:bold;
}

.bannerSection1 .page-title{
	margin:0 0 20px;
	text-align:center;
}
.bannerSection1 .single-blog-section{
	margin:130px 0 0;
	position:relative;
	z-index:99;
}
.bannerSection1 .single-blog-section{ 
	position:relative;
	z-index:99;
}
.bannerSection1 .currencyTable{
	background:rgba(1,170,71,0.5);
	padding:30px;
	
}
.header2{
	background:rgba(1,170,71,0.7)!important;
	position:relative;
}
.index2 #grad1{
	padding:10px 0 20px !important;
}
.index2 #currency_id, .index2 #to_currency_id{
	min-width:auto;
	font-size:1.3em;
}

.index2 .register-form .form-control{
	border:1px solid #e5e5e5!important;
	box-shadow:none;
}
.index2 .register-form{
	border:none!important;
	box-shadow:0 0 15px #d5d5d5;
}
.index2 .showNew {
    border: 2px solid #01AA47;
    width: 265px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 26px;
}
.index2 h2.section-title {
    color: #00A946;
    font-weight: 600;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: 20px;
}
.index2{
	background:#fff!important;
}
.index2 .currencyFilter{
	width:130px;
	display:block;
	margin:40px auto 0;
}



.index3 #currency_id, .index3 #to_currency_id, .index3 #convert_amt, .index3 .newinputblue{
	min-width:auto;
	font-size:1.2em;
	padding-left:15px!important;
	height:50px!important;
}

.index3 .register-form .form-control{
	border:1px solid #e5e5e5!important;
	box-shadow:none;
}
.index3 .register-form{
	border:none!important;
	box-shadow:0 0 15px #d5d5d5;
}
.index3 .showNew {
    border: 2px solid #01AA47;
    width: 265px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 26px;
}
.index3 h2.section-title {
    color: #00A946;
    font-weight: 600;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-top: 20px;
}
.index3{
	background:none!important;
}
.index3 .currencyFilter{
	width:130px;
	display:block;
	margin:40px auto 0;
}
.index3 .register-form{
	background:rgba(255,255,255, 0.9);
	box-shadow:none!important;
}

.index3 .showNew{
	width:250px;
	margin-top:0!important; 
}
.index3 .bannerSEarch{
	float:right;
}
.index3 #grad1{
	min-height:390px!important;
	margin-bottom:30px;
	padding:0 0 20px !important;
}
.index3 .currencyTable{
	background:#999!important; 
}
.index3 .register-form .form-control{
	margin-bottom:15px;
}

	


.serviceSEction{
	background: url("images/service-bg.jpg") no-repeat 0 0;
	padding:50px 0;
	background-attachment:fixed;
	background-size:cover;
}
.serviceSEction .serviceBox{
	position:relative;
	overflow:hidden;
}
.serviceSEction .serviceContent{
	position:absolute;
	bottom:-500px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	left:0;
}
.serviceSEction .serviceBox:hover .serviceContent{
	bottom:0;
	background:rgba(255,255,255,0.8);
}
.serviceSEction .serviceBox{
	background:rgba(255,255,255,0.5);
}
.serviceSEction .serviceBox img {
	
	max-height:100%!important;
	max-width:100%!important;
	margin:0!important;
}
.faqSectionNew{
	background:#fff!important;
	margin:0!important;
	padding:20px 0 50px 0!important;
}
.faqSectionNew .panel-default > .panel-heading {
	background:#eefff5!important;
	border:1px solid #d6f8e4!important;
}
.faqSectionNew .panel-title > a{
	padding:10px;
} 
.faqSectionNew .more-less{
	color:#666;
}
.businessRowNew{
	background:#f9f9f9;
	padding:50px 0 30px 0!important;
	margin-bottom:-40px;
}
.businessRowNew .bottomSer{
	border:none;
	box-shadow:0 0 15px #d5d5d5;
	background:#fff;
}
.footerNew{
	background:#111!important;
	font-size:0.85em;
}
.footerNew .footerRow{
	padding:0 0 50px;
}
.footerNew .branchesFooter{
	background:#111;
	text-align:center;
	padding:40px 0 20px;
	margin-bottom:40px;
	border-bottom:1px solid #232323;
}
.branchesFooter .footer_list li{
	display:inline-block;
	margin:0 20px;
}
.footerNew .copyright{
	font-size:1.1em;
}
.footerNew .footerTitle{
	border-bottom:1px solid #666!important;
}
.index2Theme .btn-red {
    background: #333;
}
.index2Theme .btn-red:hover, .index2Theme .btn-red:focus {
    background: #000!important;
	color:#fff;
}
.index2Theme .btn{
	padding:10px 30px;
}

/*
.header2::after{

	position: absolute;
	right: 0;
	background: #fff;
	content: "";
	z-index: 999999999999;
	top: 0;
	width: 50%;
	height: 91px;
}
.header2 .navbar-nav{
	background:#fff;
	position:relative;
}

.navbarDefaultNew::after{
	position:absolute;
	left:0;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 120px 120px;
	border-color: transparent transparent #007bff transparent;


}
*/

/* nav main*/
.navbar.navbar-default {
  margin-bottom: 0;
  min-height: 90px;
  border: 0;
  background: none;
  border-radius: 0;
}
.navbar.navbar-default-2 {
  position: fixed;
  width: 100%;
}

.navbar.navbar-default .navbar-brand {
  float: left;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar.navbar-default .navbar-brand  {
  position: relative;
  font-size: 60px; 
  color: #ffffff;
  font-weight: 500;
}
.navbar.navbar-default .navbar-toggle {
  border-color: #fff;
  border-radius: 0;
}

.navbar.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 100% !important;
}
.modal-header{
	/*background:#00AB45!important;*/
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.modal-header h3.modal-title-site{
	color:#fff;
	font-size:1.2em;
	font-weight:400;
}
.innerBanner{
	background:url("images/inner-banner.jpg") no-repeat 0 0;
	background-size:cover;
	height: 360px;
	top: -100px;
	position: relative;
	padding-top: 250px!important;
	margin-bottom:-40px;
}
.innerBanner h2{
	font-size:2.5em;
	font-weight:bold;
	color:#fff;
	position:relative;
}
.innerBanner h2::after{
	position:absolute;
	bottom:-20px;
	height:3px;
	width:100px;
	background:#fff;
	content:"";
	left:0;
	right:0;
	margin:0 auto;
}

@media all and (min-width: 991px) {
  .navbar.navbar-default .navbar-brand {
    padding-top: 18px;
  }
  .navbar.navbar-default.navbar-fixed-top .navbar-brand {
    padding-top: 0;
  }
  .navbar.navbar-default ul.nav.navbar-nav {
    line-height: 91px;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li:last-child {
    margin-right: 0;
  }
  .navbar.navbar-default ul.nav.navbar-nav li a {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 70px;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children {
    position: relative;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    /*min-width: 180px;*/
    min-width:44em  !important;
    color:#000;
    text-align:justify;
    padding:20px;
    background-color:#bbcee5;
    top: 100%;
    right: 0 !important;
    /*background: #3f5267;*/
    border-top: 1px solid #3f5267 ;
    list-style: none; 
    /*padding-left: 0;*/
    line-height: 25px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li {
    border-bottom: 1px solid #4b5c70;
    margin-bottom: 0;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li:last-child {
    border-bottom: none;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li a {
    padding: 8px 15px;
    color: #fff;
    line-height: 24px;
    width: 100%;
  }
   .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li a:hover {
    padding: 8px 15px;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu {
    margin-left: 30px;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    margin-left: -30px;
  }
  .navbar.navbar-default ul.nav.navbar-nav li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navbar.navbar-default.navbar-fixed-top {
    background: transparent;
    padding-top: 50px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li.active {
    background: none;
    color: #f3e835;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li.active > a {
    background:none;
    color: #f3e835;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li.sign-in-btn a {
    line-height: 22px;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li:hover {
    color: #ff4081;
  }
  .navbar.navbar-default ul.nav.navbar-nav > li:hover a {
    color: #0095eb;
  }
  .navbar.navbar-default.navbar-fixed-top.headroom--not-top ul.nav.navbar-nav li.active:after{
     background: #d72f5f;
  }
  .navbar.navbar-default.navbar-fixed-top ul.nav.navbar-nav li ul.sub-menu li a {
    color: #606060;
  }
  /* ==================================================================
    4.0 Headroom JS styles
    ================================================================== */
  .headroom, .navbar-home.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .headroom--unpinned {
    top: -100px;
  }
  .headroom--pinned {
    top: 0;
  }
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes slideDown {
    0% {
      -moz-transform: translateY(-100%);
    }
    100% {
      -moz-transform: translateY(0);
    }
  }
  @-o-keyframes slideDown {
    0% {
      -o-transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(0);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
  }
  @-webkit-keyframes slideUp {
    0% {
      -webkit-transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
    }
  }
  @-moz-keyframes slideUp {
    0% {
      -moz-transform: translateY(0);
    }
    100% {
      -moz-transform: translateY(-100%);
    }
  }
  @-o-keyframes slideUp {
    0% {
      -o-transform: translateY(0);
    }
    100% {
      -o-transform: translateY(-100%);
    }
  }
  @keyframes slideUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
  }
  .headroom--not-top {
    background: #ffffff !important;
    padding: 0;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);
  }
  .navbar.navbar-default.navbar-fixed-top.headroom--not-top {
    background: #ffffff !important;
    padding-top: 25px;

  }
  .navbar.navbar-default.navbar-fixed-top.headroom--not-top .navbar-brand {
    color: #ff500d;
  }
  .navbar.navbar-default.navbar-fixed-top.headroom--not-top .navbar-brand:before {
    content: none;
  }
    .navbar.navbar-default.navbar-fixed-top.headroom--not-top  ul.nav.navbar-nav li a {
      color: #606060;
    }
  .navbar-home.fixed-nav {
    padding: 0 0;
    z-index: 99999;
    display: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

@media all and (max-width: 1024px) and (min-width: 992px) {
  .navbar.navbar-default ul.nav.navbar-nav li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7;
		background: #00AB45;
	}
  /**
    * Change bootstrap navbar collapse breakpoint
    */
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: relative;
  }
 
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    margin-top: 28px;
    margin-bottom: 13px;
  }
  .navbar-brand {
    padding-top: 10px !important;
  }
  /** navbar click events **/
  ul.nav.navbar-nav li {
    margin-bottom: 0;
  }
  ul.nav.navbar-nav li a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #171717;
  }
  ul.nav.navbar-nav li.menu-item-has-children {
    position: relative;
  }
  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile > .sub-menu {
    display: none;
    padding-left: 15px;
  }
  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile.sub-open > .sub-trigger:after {
    content: '\f068';
    font-family: FontAwesome;
  }
  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile .sub-trigger {
    display: inline-block;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 7px;
    text-align: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background: #1e1132;
  }
  ul.nav.navbar-nav li.menu-item-has-children.navbar-mobile .sub-trigger:after {
    content: '\f067';
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  ul.nav.navbar-nav li ul.sub-menu {
    list-style: none;
    /*margin-left: 30px;*/
    padding-left: 0 !important;
  }
  .sub-menu img {width:50px !important;}
  .sub-menu p{font-size:10px;line-height: 1.5em;}
  ul.nav.navbar-nav li ul.sub-menu li a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #171717;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


/* ==================================================================
   5.0 banner section styles
================================================================== */
.banner-area-1 {
  background: url(images/bg/Slider.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 267px 0 100px 0;
}
.banner-area .entry-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}
.banner-area .entry-sub-title {
  margin-bottom: 52px;
  color: #fff;    
}
.banner-area .btn {
  margin: 0 10px;
}

/* ==================================================================
   6.0 about area styles
================================================================== */
.about-area-bg {
  background: url(images/image2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  padding-top: 146px;
}
.about-area .about-video {
  background: url(images/image3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 106px 0;
  background-position: 100%;
  border-radius: 5px;
}
.about-area .entry-title {
  margin-bottom: 27px;
}
.about-area p {
  margin-bottom: 30px;
}


/* ==================================================================
   7.0 work section styles
================================================================== */
.work-section {
  padding-top: 146px;
}
.single-element{
  padding: 36px 35px 22px 35px;
  margin-bottom: 50px; 
  -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out; 
   border-radius: 6px;
   border: 1px solid #eee;
}
.single-element:hover {
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 0px 40px 0px rgba( 249, 69, 121, .1 );
}
.single-element img {
  margin-bottom: 34px;  
}
.single-element .entry-title {
  margin-bottom: 28px; 
}
.single-element .entry-title a {
  color: #313131;
  font-weight: 600;
}

/* ==================================================================
   8.0 video section styles
================================================================== */
.video-section {
  background: url(images/bg/01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%; 
}
.btn-video {
    position: relative;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(255, 64, 129, 0.2);
    z-index: 9;
    margin-bottom: 45px;
}
.btn-video:focus {
  outline: 0;
}
.btn-video::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff4081;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
}
.video-section .btn-video::before {
  background: #fff;
}
.btn-video i {
  padding-left: 6px;
  color: #ffffff;
}
.video-section .btn-video i {
  color: #1a0d09;
}
.video-section {
  padding: 100px 0 90px 0;
  color: #fff;
}
.video-section .title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 19px;
}
.video-section .btn-video {
  background: #1a0d09;
} 


/* ==================================================================
   9.0 feature-section styles
================================================================== */
.feature-section {
  padding-top: 143px;
  padding-bottom: 102px;
}
.feature-section .sub-title {
  margin-bottom: 20px;
}
.feature-section .single-element .thumb {
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.15 );
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 15px;
  border-radius: 50%;
}

/* ==================================================================
   10.0 Team section styles
================================================================== */
.team-section {
  /*background: url(images/background.png);*/
  background: url(images/back2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0 50px 0;
  background-position: 78%;
}

.team-single {
  box-shadow: 0px 0px 40px 0px rgba( 249, 69, 121, .1 );
  background-color: #fff;  
  border-radius: 5px;
  text-align: center;
  margin-bottom: 50px;
}
.team-single .entry-content {
  padding: 23px 10px 15px 10px;
}
.team-single .entry-content .entry-title a {
  color: #313131;
}
.team-single .entry-social {
    height: 115px;
    width: 115px;
    left: 50%;
    margin-left: -57.5px;
    position: absolute;
    top: 0;
    margin-top: 80px;
    padding: 18px 0 0 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.team-single .entry-social:after {
    background-image: -webkit-linear-gradient(bottom left, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -o-linear-gradient(bottom left, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: linear-gradient(to top right, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    opacity: 0;
    position: absolute;
    content: '';
    height: 115px;
    width: 115px;
    left: 0;
    top: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.team-single .entry-social span {
    height: 25px;
    width: 25px;
    background: #fff;
    display: inline-block;
    color: #ff4081;
    padding-top: 3px;
    float: left;
    z-index: 10;
    position: relative;
    margin: 7px;
    transform: rotate(-48deg) !important;
    border-radius: 50%;
}
.team-single .entry-social span i {
  color: #ff4081;
}
.team-single .entry-thumbnail {
  position: relative;
}
.team-overlay {
  position: absolute;
  content: '';
    background-image: -moz-linear-gradient( 45deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 4px;
}
.team-single:hover .entry-social,
.team-single:hover .entry-social:after,
.team-single:hover .team-overlay {
  visibility: visible;
  opacity: 1;
}
.team-single:hover .team-overlay {
  visibility: visible;
  opacity: 0.6;
}
.team-single:hover .entry-social {
    transform: rotate(48deg) !important;

}


/* ==================================================================
   11.0 price section styles
================================================================== */
.pricing-section {
  padding-top: 143px;
  padding-bottom: 100px;
}
.pricing-section .section-title-2 .sub-title {
  color: #606060;
  font-size: 18px;
}
.price-table {
  box-shadow: 0px 0px 20px 0px rgba(249, 69, 121, 0.05);
  padding: 36px 20px 40px 20px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-table:hover {
  box-shadow: 0px 0px 40px 0px rgba( 249, 69, 121, .1 );
}
.price-table:hover .btn {
  background: #ff4081;
  color: #fff;
}
.price-table .btn:hover {
  color: #fff !important;
}
.price-table .bit-info {
  margin-bottom: 13px;
  font-size: 24px;
}
.price-table span {
  font-size: 18px;
  font-family: 'Montserrat', serif;
}
.price-table .price {
  margin-bottom: 30px;
  color: #313131;
  font-size: 36px;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
}


/* ==================================================================
   12.0 fun fact styles
================================================================== */
.factor-section {
  background: url(images/bg/02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 40px 0; 
}
.single-fact {
  margin-bottom: 57px;
}
.single-fact .icon {
  margin-bottom: 25px;
}
.single-fact .title {
  margin-bottom: 21px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.single-fact .sub-title {
  font-size: 20px;
  color: #fff;
}

/* ==================================================================
   13.0 safe section styles
================================================================== */
.safe-section {
  margin-bottom: 76px;
  padding-top: 150px;
}
.safe-section .safe-factor {
  margin-bottom: 70px;
}
.safe-section .safe-factor .icon {
  margin-bottom: 34px;
}
.safe-section .safe-factor .safe-factor-details {
  padding: 0 25px;
}
.safe-section .safe-factor .title {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 600;
}
.safe-section .safe-factor .content {
  font-size: 14px;
}


.safe-factor-1 {
  position: relative;
}
.safe-factor-1:after {
  background: url(images/1.png);
    position: absolute;
    content: '';
    height: 19px;
    width: 170px;
    right: -102px;
    top: 50px;
}
.safe-factor-2:after {
  background: url(images/2.png);
    position: absolute;
    content: '';
    height: 19px;
    width: 170px;
    right: -86px;
    top: 74px;
}

/* ==================================================================
   14.0 blog section styles
================================================================== */
.blog-section {
/*  background: url(images/background2.png);*/
  background: url(images/background_NEW3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 145px 0 0 0;
  background-position: 95%;
}
.blog-section .section-title.title {
  padding-bottom: 21px;
}
.blog-section .blog-post  {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba( 249, 69, 121, 0.05 );
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section .blog-post:hover {
  box-shadow: 0px 0px 40px 0px rgba( 249, 69, 121, 0.1 );
}
.blog-section .blog-post img {
  width: 100%;
}
.blog-section .blog-post .post-details {
  padding: 32px 25px 35px 25px;
}
.blog-section .blog-post .post-details .title {
  margin-bottom: 12px;
}
.blog-section .blog-post .post-details .title a {
  color: #313131;
}
.blog-section .blog-post .entry-meta {
  padding-bottom: 28px;
}
.blog-section .blog-post .entry-meta span {
  color: #a1a1a1;
  padding: 0 6px;
}
.blog-section .blog-post .entry-meta span a {
  color: #a1a1a1;
}
.blog-section .blog-post .btn-white-shadow:hover {
  background-color: #ff4484;
  color: #fff !important; 
}
.blog-section .blog-post .entry-meta span i {
  padding-right: 8px;
}
.blog-section .blog-post p {
  padding: 0 20px 31px 0;
}

/* ==================================================================
   15.0 contact section styles
================================================================== */
.contact-section {
  padding-top: 145px;
  padding-bottom: 150px;
}
.contact-section .section-title-2 .sub-title {
  color: #606060;
  font-size: 18px;
}
.contact-section .address-sec .title {
  margin-bottom: 20px;
}
.contact-section .address-sec .home {
  margin-bottom: 29px;
  font-size: 14px;
}
.address-sec .phone i {
  margin-bottom: 15px;
  font-size: 14px;
  margin-right: 14px;
}
.address-sec .email i {
  margin-bottom:35px;
  font-size: 14px;
  margin-right: 15px;
}
.address-sec .btn i {
  color: #ff4484;
  display: initial;
  margin-left: 10px; 
}
.contact-form .form-control {
  border: 1px solid #ccc;
  resize: none;
  border-radius:0;
  margin-bottom: 15px;
  color: #a1a1a1;
  padding: 10px 15px;
  box-shadow:none;
}
.contact-form .form-control:focus{
  border: 1px solid #01AA47;
  box-shadow:none;
}
.contact-form .form-control.input-control {
  height: 45px;
}
.contact-form .form-group.has-error {
    position: relative;
}
.contact-form .help-block.with-errors {
    position: absolute;
    top: 100%;
    left: 0;
}
.text-danger {
  text-align: left !important;
}
.contact-form button:hover,
.contact-form button:focus,
.contact-form button:active {
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.15 ) !important;
  outline: 0 !important;
}
.contact-form .btn.btn-white-shadow {
  padding: 12px 40px;
  outline: 0 !important;
} 
.map-popup-modal .modal-body {
    position: relative;
    margin-top: 55px;
}
#map-canvas {
    height: 500px;
    width: 100%;
    background: gray;
}
.map-popup-modal .btn-close {
    position: absolute;
    top: -15px;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
}
.map-popup-modal .btn-close:focus {
  outline: 0;
}
/* ==================================================================
   16.0 partner section styles
================================================================== */
.partner-section {
  padding-bottom: 138px;
}
.partner-section .logo-area {
  border: 1px solid #cccccc;
  border-radius: 6px;
  text-align: center;
  padding: 15px 40px;
  margin: 1px 15px;
}

/* ==================================================================
   17.0 page title styles
================================================================== */
.page-title {
/*  background: url(images/blog-image1.png);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title {
  /*padding-top: 114px;
  padding-bottom: 91px;*/
  padding-bottom: 11px !important;
    padding-top: 45px !important;
}
.page-title h2{
  color: #fff;
  font-size: 60px;
}
.page-title .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.page-title .breadcrumb a {
  color: #fff;
  font-size: 14px;
}
.page-title .breadcrumb > li + li:before {
  color: #fff;
}
.page-title{
  margin-bottom: 100px;
}

/* ==================================================================
   18.0 main blog section styles
================================================================== */
.single-post {
  border-radius: 6px;
  box-shadow: 1.5px 2.598px 20px 8px rgba( 255, 64, 129, .05 ); 
  margin-bottom: 35px;
}
.single-post .entry-thum img {
  max-width: 100%;
}
.single-post .post-details{
  padding: 31px 35px 35px 35px;
}
.single-post .entry-title a {
  font-size: 24px;
  color: #313131;
}
.single-post .meta-post {
  margin-bottom: 12px;
}
.single-post p {
  margin-bottom: 35px;  
}
.single-post .post-details .btn.btn-white-shadow:hover {
  background: #ff4484;
  color: #ffffff;
}
.meta-post .meta-tag {
    list-style: none;
    margin: 0px 10px 10px 0;
    padding: 0 0 10px 0;
    display: flex;
    color: #a1a1a1;
    text-align: center;
}
.meta-post .meta-tag a {
  color: #a1a1a1;
}
.meta-post .meta-tag li i {
  margin-right: 7px;
}
.meta-post .meta-tag span {
  margin: 0 12px;
}
.blog-section .meta-tag .fa{
  padding-right: 5px;
}
.page-navigation .pagination a {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: black;
    margin-right: 10px;
    transition: 0.3s;
}
.page-navigation .pagination {
  margin: 20px 0 23px 0;
}
.page-navigation .pagination .pagination-arrow a {
  border: none;
  background: none;
} 
.page-navigation .pagination .pagination-arrow a:active,
.page-navigation .pagination .pagination-arrow a:focus,
.page-navigation .pagination .pagination-arrow a:hover {
  background: none;
  box-shadow: none;
  border: none;
}
.page-navigation .pagination a:active,
.page-navigation .pagination a:focus,
.page-navigation .pagination a:hover {
  background: none; 
  box-shadow: 0.5px 1px 18px 3px rgba( 255, 64, 129, .1 );
  border-color: transparent;
  color: #ff4081;
}


/* ==================================================================
   19.0 single blog styles
================================================================== */
.single-blog-section .post-thumb {
  margin-bottom: 28px;
}
.single-blog-section .post-thumb img {
  max-width: 100%;
}
.meta-tag span {
  padding: 0 10px;
}
.single-blog-section .entry-content p {
  margin-bottom: 30px;
  font-size: 14px;
}
.single-blog-section .entry-content blockquote {
  margin: 30px 0; 
  border-radius: 6px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 0px 20px 0px rgba( 255, 64, 129, .1);
  padding-left: 20px;
    border-left: 5px solid #ff4081;
} 
.single-blog-section .entry-content blockquote p {
  margin-bottom: 0;
}

.single-blog-section .blog-post-share .title {
  padding-right: 20px;
  font-size: 14px;
  color: #313131;
}
.single-blog-section .blog-post-share i {
  padding: 0 6px;
  color: #a1a1a1;
  cursor: pointer;
}
.single-blog-section .author-area .author-social.right a:hover i,
.single-blog-section .blog-post-share i:hover {
  color: #ff4081;
}
.single-blog-section .tag {
  float: right;
   display: flex;
}
.single-blog-section .tag .title {  
  padding-right: 10px;
  font-size: 14px;
}
.single-blog-section .tag a {
  color: #a1a1a1;
  font-size: 14px;
  padding-right: 5px; 
}
.single-blog-section .tag a:hover {
  color: #ff4081;
}
.single-blog-section .comment-check{
  padding: 50px 0;
}
.single-blog-section .comment-check .right, 
.single-blog-section .comment-check .left {
    position: relative;
    text-transform: capitalize;
}    
.single-blog-section .comment-check .right:hover,
.single-blog-section .comment-check .left:hover {
  color: #ff4081;
  border-color: #ff4081;
}
.single-blog-section .comment-check .left{
  color: #a1a1a1;
}
.single-blog-section .comment-check .right{
  float: right;
  color: #a1a1a1;
}
.single-blog-section .comments-area .media .comment-reply {
  padding-bottom: 15px;
}
.single-blog-section .comments-area .media a {
  color: #ff4081;
  padding-left: 1px;
}
.single-blog-section .comments-area .media a i {
  margin-right: 5px;
}
.single-blog-section .author-area .author-social.right{
  list-style: none;
  display: flex;
  float: right;
}
.single-blog-section .author-area .media{
  border-radius: 4px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 0px 25px 0px rgba( 255, 64, 129, .05 );
  padding: 30px 40px 30px 30px;
}
.single-blog-section .author-area .media .media-left{
  padding-right: 30px;
}

.media .author-social.right i {
  padding: 0 10px;
  display: inline-block;
  color: #a1a1a1;
}
.single-blog-section .author-area .media-body .author-name{
  font-size: 18px;
}
.single-blog-section .media .author-designation{
  color: #a1a1a1;
  font-size: 10px;
  margin-bottom: 10px;
}
.single-blog-section .author-area{
  margin-bottom: 100px;
}
.single-blog-section .comments-area {
  margin-bottom: 100px;
}
.single-blog-section .comments-area .contact-form {
  margin-top: 50px;
}
.single-blog-section .comments-area .comment-title {
  margin-bottom: 40px;
}
.single-blog-section .comments-form .form-control{  
  border-radius: 4px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 0px 0px 25px 0px rgba( 255, 64, 129, .1 ); 
  border-style: none;
}
.single-blog-section .comments-form .btn-light-red {
  margin: 50px 0 100px 0;
}

/* ==================================================================
   20.0 widget styles
================================================================== */
.widget_search i {
  color: #ff4081;
}
.widget_search .form-group {
  height: 45px;
  width: 100%;
}
.widget_search .form-group input {
  height: 35px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.widget_search .input-group-addon {
  background-color: #fff !important;
  border: none;
  border-left: 1px solid #d1d1d1;
  cursor: pointer;
}           
.widget_search {
  margin-bottom: 40px;
}
.widget_search .input-group {
  border-radius: 6px;
  padding: 8px 5px;
  background-color: rgb( 255, 255, 255 );
  box-shadow: 1.5px 2.598px 20px 8px rgba( 255, 64, 129, .04);
  width: 100%;
}
.widget-title .title {
  margin-bottom: 50px;
  position: relative;
}
.widget-title .title:after{
  content: '';
  height: 1px;
  width: 50px;
  position: absolute;
  background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    left: 0;
    bottom: -20px;  
}
.widget_catagory .catagory-items a {
    color: #7a7a7a;
    position: relative;
}
.widget_catagory .catagory-items {
  position: relative;
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
}
.widget_recent-post {
  margin-bottom: 50px;
}
.widget_recent-post .media {
  margin-bottom: 30px;  
}
.widget_recent-post .media .media-heading {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 20px;
}
.widget_recent-post .media .media-heading a {
  color: #313131;
}
.widget_tag .tag-list a {
    border: 1px solid #a1a1a1;
    padding: 5px 14px 6px 14px;
    display: inline-block;
    margin: 3px 3px;
    font-size: 12px;
    color: #524f4f;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_tag .tag-list a:hover {
    border: 1px solid #ff4484;
    color: #ff4484;
}

/* ==================================================================
   21.0 footer section styles
================================================================== */
#Footer{
	background: rgb(1,170,71);
	background: -moz-linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	background: -webkit-linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	background: linear-gradient(156deg, rgba(1,170,71,1) 35%, rgba(144,233,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01aa47",endColorstr="#90e9b4",GradientType=1);
}
.copyright{
	text-align:center;
	color:#fff;
}
.branchesFooter{
	background:#2CBD68;
	text-align:left;
	font-size:1.2em;
	padding:20px;
}
.branchesFooter .footer_list li{
	line-height:2.5; 
}
.branchesFooter .footer_list i{
	color:#fff;
	font-size:18px;
	
}
.branchesFooter h4{
	color:#fff;
	font-size:1.5em;
}
.footerTitle{
	color:#fff;
	font-size:1.5em;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:15px;
}
.footer-section {
  background: url(images/bg/footer-bg.png);
  /*padding: 150px 0 0 0;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%; 
  color: #fff;
}
.widget-about .footer-logo {
  margin-bottom: 35px;
}
.widget-about .content{
  color: #fff;
  margin-bottom: 35px;
}
.widget-about .social-area i {
  height: 35px;
  width: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 8px;
}
.footer-title {
  color: #fff;
  position: relative;
  margin-bottom: 39px;
}
.footer-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 40px;
  background-image: -moz-linear-gradient( 0deg, #007cc3 0%, #0095eb 100%);
  /*background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);*/
    left: 0;
    bottom: -13px;
}
.footer-widget-recent-post {
  padding: 0 28px;
}
.footer-widget-recent-post .title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-widget-recent-post .title a {
  color: #fff;
}
.widget-about .social-area {
  cursor: pointer;
}
.widget-about .social-area .fa-facebook{
  color: #4867aa;
}
.widget-about .social-area .fa-twitter{
  color: #1da1f2;
}
.widget-about .social-area .fa-pinterest-p{
  color: #d76b76;
} 
.widget-about .social-area .fa-linkedin{
  color: #0077b5;
}
.widget-subscribe .title{
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
.widget-subscribe .content{
  font-size: 14px;
  margin-bottom: 33px;
}
/*
footer{
  margin-top:40px;
}*/
.footer-search .form-group {
    width: 100%;
    border-radius: 50px;
    background: #ffffff;
    margin-bottom: 40px;
    height: 45px;
}
.footer-search .form-group .input-group input.email:focus {
  outline: 0;
}
.footer-search .form-group .input-group input {
    background: transparent;
    border: 0;
    width: 100%;
    padding-left: 27px;
    font-size: 15px;
    height: 45px;
    color: #606060;
}
.footer-search .form-group .input-group .input-group-addon {
    background: none;
    border: none;
    padding: 0;
}
.footer-search .form-group .input-group .input-group-addon:active,
.footer-search .form-group .input-group .input-group-addon:focus {
  box-shadow: none !important;
  outline: 0;
}
.footer-search .form-group .input-group .input-group-addon .mc-button.btn {
    border: 0;
    background-image: -moz-linear-gradient( 0deg, #007cc3 0%, #0095eb 100%);
   /* background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);*/
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: 'Source Serif Pro', serif;
    margin-right: -10px;
    border-radius: 0 50px 50px 0;
}
.footer-search .form-group .input-group .input-group-addon .mc-button.btn:active,
.footer-search .form-group .input-group .input-group-addon .mc-button.btn:focus {
  outline: 0;
}

/*.footer-bottom {
  background: #150108;
  text-align: center;
  margin-top: 115px;
}
.copyright p{
  padding: 36px 0;
  color: #d5d4d5;
  margin-bottom: 0;
  font-size: 16px;
}
*/


/* ==================================================================
   22.0 map section styles
================================================================== */
.roadmap-section {
  padding-top: 150px;
  margin-bottom: 82px;
}
.mbg-red {
  background: #fa4578;
}
.mbg-gray {
  background: #9bb4cf;
}
.mbg-gray:after {
  border-color: #9bb4cf !important;
}
.mbg-black {
  background: #3f5267;
}
.mbg-black:after {
  border-color: #3f5267 !important;
}
.mbg-yellow {
  background: #ffca28;
}
.mbg-yellow:after {
  border-color: #ffca28 !important;
}
.single-map {
  width: 16.40%;
  float: left;
  margin: 0 0.13%;
  margin-bottom: 70px;
}
.single-map .icons {
  border: 1px solid;
    border-color: rgb( 228, 228, 228 );
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    line-height: 65px;
    margin-bottom: 100px;
    position: relative;
}
.single-map .bars {
  height: 10px;
  width: 100%;
}
.single-map .details .title {
  font-size: 18px;
  font-weight: 700;
}
.single-map .icons:after {
  content: '';
  height: 40px;
  width: 1px;
  position: absolute;
  left: 50%;
  background: rgb( 228, 228, 228 );
    top: 90px;
}
.single-map .bars {
  position: relative;
}
.single-map .bars:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 15px solid #fa4578;
    top: -13px;
    left: 50%;
    margin-left: -9px;
}
.single-map .details {
  margin-top: 38px;
}
.single-map-2 {
  transform: rotateX(180deg);
  margin-top: 41px;
}
.single-map-2 .details {
  transform: rotateX(180deg);
}
.single-map-2 .icons img {
  transform: rotateX(180deg);
}
.ui-tabs {
  position: inherit;
  border: 0 !important;
}
.ui-tabs .ui-tabs-nav {
  background: 0;
  border: 0;
  border-radius: 0 !important;
}
.pricing-tabs-wrap {
  text-align: center;
}
.pricing-tabs-list {
  display: inline-block;
  padding: 0 !important;
  box-shadow: 0px 0px 20px 0px rgba( 249, 69, 121, 0.1 );
  margin-bottom: 37px !important;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0;
  border: 0;
  border-radius: 0 !important;
  height: 40px !important;
  border-right: 1px solid #ffc828;
  background: #fff;
}
.ui-tabs .ui-tabs-nav li:first-child {
  border-radius: 4px 0 0 4px !important;
}
.ui-tabs .ui-tabs-nav li:last-child {
  border: none;
  border-radius: 0 4px 4px 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 18px;
  line-height: 22px;
  color: #ff4484 !important;
}
.ui-tabs .ui-tabs-nav li a i {
  padding-right: 8px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #ffc828;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff !important;
}
.ui-tabs .ui-tabs-nav li a:focus {
  outline: 0 !important;
  border-radius: 0 !important;
  height: 40px !important;
}

/* ==================================================================
   12.0 Scroll to Top
================================================================== */
#scrollUp {
    background-image: -moz-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,182,40) 0%, rgb(249,62,126) 100%);
    border-radius: 4px;
    bottom: 60px;
    color: #fff;
    bottom: 50px;
    color: #fff;
    height: 48px;
    width: 48px;
    right: 20px;
    text-align: center;
    padding-top: 11px;
}
#scrollUp .fa {
    font-size: 24px;
    color: #ffffff;
}
.marquee {
    position: relative;
    overflow: hidden;
}
.marquee ul li {
    position: absolute;
    list-style: none;
}
.marquee ul li img {
  margin-top: -4px;
  height: 22px;
  width: 22px;
  margin-right: 4px;
}
.breaking-news {
    background: #3f5267;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    padding: 11px 0 19px 0;
}
.breaking-news i {
  font-size: 18px;
  padding: 0 5px 0 12px;
}
.fixed-header {
  position: fixed;
  top: -100px; 
  left:0;
  width: 100%; 
  z-index: 20;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.5 );
  -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
        transition: all .8s ease;
}
.navbar.navbar-default.fixed-header {
  top: 0;
  background: #01AA47;
  z-index:999;
}

.faqSection{
	background:#f5f5f5;
	padding:50px 0; 
	margin:50px 0 20px;
}
.faqSection h3.section-subtitle{
	margin-bottom:35px!important;
} 
.faqSection .panel-default{
	background:none;
	border:none;
}
.faqSection .panel-default > .panel-heading{
	background:#fff;
	border:none;
}
.faqSection .panel-default > .panel-heading a{
	color:#333;
	font-family: 'Open Sans', sans-serif;
}
.faqSection .panel-default > .panel-heading + .panel-collapse > .panel-body{
	font-size: 1.3em;
	border: 1px solid #fff;
}

.bottomSerRow{
	padding:30px 0;
}
.bottomSer{
	border-bottom: 2px solid #01AA47;
	padding:25px 15px;
	text-align: center;
	margin-top: 20px;
}
.btmIcon{
	height:100px;
	width:100px;
	border-radius:50%;
	margin:0 auto 15px;
	background:#d7ffef;
	padding-top:25px;
}
.btmIcon i{
	font-size:3.5em;
}
.currencyIcon{
	background:#d7ffef;
}
.businessIcon{
	background:#e4daff;
}
.supportIcon{
	background:#daefff;
}

/* ==================================================================
   23.0 home 2 styles
================================================================== */
h2.section-title{
	color:#1FB75E;
	font-weight:bold; 
	font-size:3.5em;
}
h3.section-subtitle{
	color:#333;
	font-size:2em;
	font-weight:bold;
}
.serviceBox{ 
	
	display:block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;  
	-moz-transition:all 0.3s ease;
}
.serviceBox:hover{
	box-shadow:0 0 15px #e5e5e5;
}
.serviceBox:hover .serviceContent{
	border:1px solid transparent;
}
.serviceContent{
	border:1px solid #e5e5e5;
	padding:15px 15px 25px;
	text-align:center;
}
.serviceContent p{ 
	min-height:78px;
	color:#333;
}
.banner-area-2 {
  /*background: url(images/bg/Slider.png);*/
  /*background: url(images/bg/6.png);*/
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
 /* padding: 230px 0 350px 0;
 
  background-color: rgb(51, 85, 170);
    background-image: linear-gradient(0deg, #13559e 30%, rgba(19, 85, 158, 0) 65%, rgba(19, 85, 158, 0) 0px, transparent), linear-gradient(-241deg, #18207e 6%, rgba(24, 32, 126, 0.8) 16%, hsla(0, 0%, 100%, 0) 57%, transparent), linear-gradient(18deg, #0358a1 20%, #208dba 60%, #7189b2 75%, #4a4096 90%);*/
	background:#f5f5f5;
    min-height: 0;
    overflow-y: visible;

}
.form-control{
	box-shadow:none;
	border-radius:0;
}
.agentListTable{
	background:#f9f9f9;
	padding:20px;
	border:1px solid #e5e5e5;
}
.register-form {
  background: #ffffff;
  /*padding: 67px 30px 70px 30px;*/
  padding: 30px 30px 70px;
  /*margin-top: 11px;*/
  margin-top: 1px;
}
.register-form {
 /* background: url(images/bg/7newimage.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 1.5px 3.99px 27px 0px rgba( 0, 0, 0, 0.1);
}
.register-form .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.register-form .sub-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 42px;
}
.register-form .form-control {
  height: 50px;
  border: 0;
  /*border-left: 4px solid #606060;*/
  margin-bottom: 25px;
  box-shadow: 0.5px 0.866px 10px 0px rgba( 0, 0, 0, .1);
}
.register-form .btn {
  margin-top: 15px;
}

.breaking-news-area {
  margin-top: -263px;
  margin-bottom: 122px;
} 
.single-news {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, .1);
  font-family: 'Open Sans', sans-serif;
 /* padding: 27px 5px 30px 5px;*/
  padding: 10px 5px 10px 5px;
  border-radius: 4px;
  background: #fff;
  margin: 15px;
}
.single-news .title-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 13px;
  display: inline-flex;
}
.single-news .title-wrap .icons{
  margin-right: 8px;
}
.single-news .title-wrap .title span {
  font-weight: 400;
}
.single-news .sub-title {
  margin-bottom: 16px;
  font-size: 14px;
  color: #20c93b;
}
.single-news .sub-title-2 {
  color: #ff4081;
}
.single-news .sub-title i {
  margin-left: 6px;
}
.single-news .btn {
  padding: 10px 34px;
} 

.noPadding{
  padding:0!important;
}
.exchangeTable h2{
	font-size:22px;
	color:#fff;
}
.exchangeTable h3{
	font-size:20px;
}
.exchangeTable h2.col_heading{
	color:#01AA47!important
}

.careerBox{

  position:relative;
  overflow:hidden;
  transition:all 0.3s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  margin-bottom:30px;
  border-bottom:2px solid #01AA47;
  padding-bottom:15px;
} 
.careerInfo{
  position:relative;
  transition:all 0.3s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease; 
}

.careerTitle{ 
  color:#01AA47;
  padding:10px;
  text-align:center;  
  margin-bottom:0;
  font-size:1.4em;  
}
.newsBox{
  border:1px solid transparent;
  box-shadow:0 0 15px #e5e5e5;
  float:left;
  width:100%;
  clear:both;
}
.newsBox:hover{
  border:1px solid #01AA47
}
.newsTitle{ 
  color:#01AA47;
  padding:10px;
  text-align:center;  
  margin-bottom:0;
  font-size:1.4em;
  height:60px;
}
.newsInfo{
  padding:10px 10px 20px;
  text-align:center;
}
.imgHolder{
  height:220px;
  overflow:hidden;
}
.newsShoftContent{
  height:90px;
  display:block;
}
.clickHreBtn{
  margin:20px 0;
  font-size:1.4em;
}
.buyNowBtn, .buyNowBtn:hover, .buyNowBtn:focus{
  border:2px solid #fff;
  font-size:1.4em;
  margin-top:20px!important;
}
.notification{
  position:fixed;
  right:-1px;
  top:180px;
  z-index:999;
  border:1px solid #02A945;
  width:60px;
  border-radius:10px 0 0 10px;
  overflow:hidden;
  padding:5px 0; 
  cursor:pointer;
  background:#fff;
}
.notiText{
  position:fixed;
  right:-300px;
  top:230px;
  z-index:999;
  border:1px solid #e9aa00;
  width:250px;
  border-radius:10px 0 0 10px;
  padding:10px 0 15px;
  background:#fff;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
}
.notiText li::before{
  content:"\25C8";
  padding-right:20px;
  position:absolute;
  left:5px;
  color:#E74041;
}
.notiText li{
  list-style:none;
  padding-left:25px;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
  margin-bottom:10px;
}
.notiText li:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border:none;
}

.showNotification{
  right:-1px;
}
.contactPageHeading{
  font-size:1.8em;
  margin-bottom:30px;
  color:#01AA47;
}
.contactFormBlock{
  background:#f5f5f5;
  padding:20px;
  margin-bottom:40px;
}
.callUs{
  border:1px solid #01AA47;
  padding:10px;
  text-align:center;
  font-size:1.6em;
  color:#01AA47;
}
.callUs span{
  display:block;
  font-size:1.2em;
  font-weight:bold;
}
.hoursOpe{
  border:1px solid #ccc;
  padding:10px;
  text-align:center;
  margin-bottom:20px;
}
.hoursOpe p{
  font-size:1.3em;
}
.hoursOpe .title{
  color:#01AA47;
  font-weight:bold;
  margin-bottom:10px;
}
.branches{
  text-align:center;
  border-bottom: 1px solid #01AA47;
  color:#01AA47;
  font-size:1.7em;
  padding:0 0 10px;
  margin-bottom:20px;
  float:left;
  width:100%;
  clear:both;
  font-weight:bold;
}
.branch .title  i{
	font-size:3em;
	display:block;
	color:#01AA47
}
.branch{
  box-shadow:0 0 15px #ccc;
  min-height:300px;
  padding:10px;
  margin-bottom:20px;
}
.branch .title{
	color: #222;
	font-weight: bold;
	padding: 13px;
	font-size: 1.2em;
	background: #f5f5f5; 
}

.branch p{
  margin-bottom:5px;
}
.contactText{
  padding:10px 0;
  font-size:1.1em;
}
.serviceBox{
	text-align:center;
	border:1px solid #e5e5e5;
	padding:10px;
	float:left;
	margin-bottom:15px;
	width:100%;
}
.serviceBox img{
	max-height:100px;
	min-height:100px;
	display:block;
	margin:10px auto;
	
}

.serviceBox .serviceDesc{
	min-height:90px;
}
.buyNoteTop{
	background:#fff;
	box-shadow:0 0 15px #d5d5d5;
	padding:30px 10%;
	text-align:center;
	margin-bottom:25px;
	line-height:1.6;
}
.buyNoteTop h4{
	line-height:1.6;
}
.form-control-feedback{
	width:50px;
	border:1px solid #ccc;
}
.totalBtn{
    border: 2px solid #01AA47;
    width: 230px !important;
    border-radius: 25px;
    padding: 2px;
    /* padding-bottom: 10px; */
    font-size: 1.3em;
    color: #000;
    /* margin: 0 10px; */
    margin-top: 24px;

}
.rateBox{
	background:#caedd8;
	margin:10px 0 30px;
}


.detailMiddle{
	position:relative;
	background:#fff;
	border:1px solid #e5e5e5;
	width:90%;
	padding:30px 25% 30px 30px;
	margin-top:50px;
	float:left;
}
.detailsTop{
	padding-bottom:20px;
	margin-bottom:20px;
	position:absolute;
	right:-10%;
	left:auto;
	top:-70px;
}

.detailsTop img{
	max-width:350px;
	max-height:300px;
	background:#fff;
	box-shadow:0 0 10px #ccc;
}
.middleContainer{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:30px;
}
.plainRow {
	float:left;
	width:100%;
	clear:both;
}
.appBox{
	box-shadow:0 0 15px #e5e5e5;
	padding:30px;
	border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom:20px;
}
.appBox img{
	height:150px;
	width:150px;
	border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #d5d5d5;
	padding:20px;
	margin-bottom:20px;
}
.orderSummary{
	background:#f5f5f5;
	padding:20px;
}
.textGreen{
	color:#01AA47;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.sign-in-btn .btn {
		padding: 10px 10px !important;
	}
	.navbar.navbar-default ul.nav.navbar-nav li a{
		padding:10px 5px;
	}
	.navbar-brand img {
		margin-top: 0!important;
		width: 235px!important;
		height: auto!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 767px) {
}