/* imported styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.fancybox.css');
@import url('http://fonts.cdnfonts.com/css/aisyah');
@import url('http://fonts.cdnfonts.com/css/the-amsterdam');
@import url('http://fonts.cdnfonts.com/css/adelia-free');
/* miscelnious styles */

.container {padding: 0;}
.sec-pad {padding: 60px 0px;}
.white-bg {background: #ffffff !important;}
.no-bg-img {background-image: none !important;}
.gray-bg {background: #F5F5F5;}
.btn {
	width: 146px;
	height: 50px;
	background: #f19e00;
	border: none;
	border-radius: 5px;
	color: #000;
	text-transform: uppercase;
	line-height: 50px;
	font-family: 'Roboto';
	padding: 0;
	font-size: 15px;
	font-weight: 700;
}
.btn:hover
{
	background: #00c2f9;
}

.btn-inverse {
	background: #ffffff;
	border: 1px solid #E5E5E5;
	color: #2f323c;
}
h3{
	font-size: 21px;
}
.sec-title {margin-bottom: 50px;}
.sec-title h5 {font-size: 22px;font-family: 'Montserrat';color: #4dc2b5/*#FC5A1B*/;margin: 0;}
.sec-title h2 {font-size: 36px;font-family: 'Montserrat';color: #222222;font-weight: bold;margin: 0;text-transform: uppercase;margin: 25px 0;}
.sec-title p {font-size: 14px;font-family: 'Roboto';color: #848484;margin: 0;}

.sec-title.light p,
.sec-title.light h2 {
	color: #ffffff;
}
.navbar.navbar-default.header-fixed {
	background: #F5F5DC;/*#addcd1*/
}
.navbar.navbar-default {
	background: #faf0dc /*rgba(0,0,0,.30);*/;
	margin-bottom: 0;
	position: sticky;
	top:0;
	left:0;
	z-index: 333;
	width: 100%;
	border: none;
}
.navbar-brand {
	height: auto;
    padding: 13px 0px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #000000;
	font-family: 'Roboto';
	font-weight: 500;
    padding: 57px 10px 45px 10px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fac753;/*#fc5a1b*/
}
.navbar-default .navbar-nav>li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color:#fac753;/*#161616*/
  background-clip: padding-box;
  border-top: 4px solid #fc5a1b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
          transition: opacity .4s ease, visibility .4s ease;
}
.navbar-default .navbar-nav>li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>li > .sub-menu li {
  display: block;
  position: relative;
}
.navbar-default .navbar-nav>li > .sub-menu li a {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  -webkit-transition: background .4s ease;
          transition: background .4s ease;
}
.navbar-default .navbar-nav>li > .sub-menu li + li {
  border-top: 1px dashed #282828;
}
.navbar-default .navbar-nav>li > .sub-menu li:hover > a {
  background: #b7efff;/*#fc5a1b*/
  border-color: #fc5a1b;
  position: relative;
}
.navbar-default .navbar-nav>li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #222222;
  background-clip: padding-box;
  border-top: 4px solid #3563a9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
          transition: opacity .4s ease, visibility .4s ease;
  top: 0;
  left: 100%;
  margin-top: 0px;
}
.navbar-default .navbar-nav>li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>li > .sub-menu > li > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  float: right;
  margin-right: 20px;
}
.navbar-default .navbar-nav>li > .sub-menu li > a:only-child:after {
  content: '';
  display: none;
}
/* banner section styles */

.banner {
	background: #000 url(../img/banner-1.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 230px;
	padding-bottom: 155px;
}
.banner h2 {
	font-size: 55px;
	color: #ffffff;
	line-height: 65px;
	font-weight: 800;
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-top: 60px;
}
.banner p {
	font-size: 24px;
	line-height: 22px;
	font-family: 'Montserrat';
	color: #fff;
}

ul.coundown {
	margin-top: 40px;
}

ul.coundown li {
	font-size: 16px;
	color: #ffffff;
	font-family: 'Roboto';
	text-align: center;
	margin-left: 10px;
}
ul.coundown li span {
	font-size: 50px;
	color: #fc5a1b;
	display: block;
	font-family: 'Roboto';
	font-weight: 500;
	line-height: 40px;
}

.banner-form .form-header {
	background: #ededed;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	text-align: center;
	text-transform: uppercase;
	padding: 21px 0;
}
.banner-form .form-header h3 {
	font-size: 26px;
	color: #222222;
	font-family: 'Montserrat';
	margin: 0;
}
.banner-form .form-box {
	background: #ffffff;
	padding: 40px 30px;
	padding-bottom: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.banner-form .form-box input {
	display: block;
	width: 100%;
	height: 50px;
	outline: none;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.banner-form .form-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.banner-form .form-box input::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.banner-form .form-box input:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.banner-form .form-box input:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}
.banner-form .form-box button {
	width: 205px;
	background: #fc5a1b;
	height: 55px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	outline: none;
	border-radius: 5px;
	display: block;
	position: relative;
    top: 26px;
}
/* about styles */

.about-section h4,
.about-section h3 {
	margin: 0;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.about-section h4 {
	font-size: 26px;
	color: #222222;
	line-height: 45px;
}
.about-section h3 {
	font-size: 36px;
	color: #222222;
	font-weight: 700;
}
.about-section h3 span {
	color:#4dc2b5 /*#FC5A1B*/;
}
.about-section p {
	font-family: 'Roboto';
	font-size: 17px;
	color: #222222;
}
.about-section p.small {
	font-size: 14px;
	color: #848484;
}

.upcoming-event-section1{
		background: url(../images/themes/general-theme/banner.jpg) center center no-repeat fixed;
        position: relative;
        background-size: cover;
        z-index: 0;
}
.upcoming-event-section1:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #00ede8;
	opacity: .6;
	z-index: -1;
}
.counter-section {
	background: #fc5a1b url(../img/parallax-1.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 90px 0;
}

.has-overlay {
	position: relative;
}
.has-overlay:before, {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #fc5a1b;
	opacity: .8;
}
.has-overlay .container {
	position: relative;
}
/* counter styles */

.counter-section i,
.counter-section p {
	color: #ffffff;
}
.counter-section i {
	font-size: 52px;
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}
.counter-section p {
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Roboto';
	margin: 0;
	text-transform: uppercase;
}

/* speaker styles */
.ser-det{
	 background: #FC5A1B;
    box-shadow: 0 0 10px;
    margin-bottom: 45px;
}
.ser-det-img:hover img {
        transform: scale(1.5);
}
.ser-det-img{
	overflow: hidden;
}
.ser-det-img img{
     transition: transform 1s ease;
         width: 100%;
}
.ser-det a{
	text-decoration: none;
}
.ser-det a h3{
	text-align: center;
	    padding-bottom: 17px;
	    color: #000;
}

/*.single-speaker .img-box {
	overflow: hidden;
	border-radius: 50%;
}*/
/*.single-speaker h3 {
	font-size: 22px;
	margin: 0;
	font-family: 'Montserrat';
	color: #2f323c;
	text-transform: uppercase;
	margin-top: 15px;
}
.single-speaker p {
	font-size: 14px;
	font-family: 'Roboto';
	color: #848484;
	margin: 0;
	margin-top: 5px;
}
.single-speaker .img-box {position: relative;width: 250px;margin-left: auto;margin-right: auto;}
.single-speaker .overlay-box {
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	background: rgba(0,0,0, .5);
	opacity: 0;
	transition: all .3s ease;
}
.single-speaker .img-box:hover .overlay-box {opacity: 1;}
.single-speaker .overlay-box .display-table {
	display: table;width: 100%;height: 100%;
}
.single-speaker .overlay-box .display-table-cell {
	display: table-cell;vertical-align: middle;
}
.single-speaker .overlay-box .display-table-cell .social li a {width: 45px;height: 45px;border: 1px solid #ffffff;display: block;color: #fff;border-radius: 50%;line-height: 43px;font-size: 15px;transition: all .3s ease;}

.single-speaker .overlay-box .display-table-cell .social li a:hover 
{color: #FC5A1B;background: #ffffff;}
*/
.team-carousel.owl-theme .owl-dots .owl-dot span {transition: all .4s ease;}
.team-carousel.owl-theme .owl-dots .owl-dot.active span, .team-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #FC5A1B;
	width: 20px;
}
.team-carousel.owl-theme .owl-dots {margin-top: 50px;}
.speaker-section.speaker-page .sec-title {margin-bottom: 0;}
.speaker-section.speaker-page .single-speaker {margin-top: 60px;}
/* schedule styles */



.schedule-section {
	background: #000 url(../img/parallax-2.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.schedule-section .table-responsive {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.schedule-section .table>thead>tr>th,
.schedule-section .table>tbody>tr>td {
	border: none;
}
.schedule-section .table>thead > tr {
	background: #FC5A1B;
	border-radius: 5px;
}
.schedule-section .table>thead>tr>th {
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 500;
	text-transform: uppercase;
	padding: 24px 30px;
}
.schedule-section .table>tbody>tr>td {
	line-height: 50px;
}
.schedule-section .schedule-links, 
.schedule-section .schedule-links li {margin: 0;padding: 0;list-style: none;box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);}
.schedule-section .schedule-links li a {background: #fff;display: block;padding: 15px 30px;border-radius: 5px;margin-bottom: 20px;transition: all .4s ease;}
.schedule-section .schedule-links li.active a,
.schedule-section .schedule-links li a:hover {background: #FC5A1B;}
.schedule-section .schedule-links li a i {float: left;width: 50px;height: 50px;border-radius: 50%;font-size: 20px;color: #2f323c;display: block;text-align: center;background: #EBEBEB;line-height: 50px;margin-right: 15px;transition: all .4s ease;}
.schedule-section .schedule-links li.active a i,
.schedule-section .schedule-links li a:hover i {background: #E0541D;color: #fff;}
.schedule-section .schedule-links li a .date {float: left;}
.schedule-section .schedule-links li a .date p {font-family: 'Montserrat';font-size: 20px;color: #222222;margin: 0;transition: all .4s ease;}
.schedule-section .schedule-links li.active a .date p,
.schedule-section .schedule-links li a:hover .date p {color: #fff;}
.schedule-section .schedule-links li a .date span {font-family: 'Roboto';color: #848484;font-size: 14px;transition: all .4s ease;}
.schedule-section .schedule-links li.active a .date span,
.schedule-section .schedule-links li a:hover .date span {color: #fff;}

/* upcoming event styles */

.single-upcoming-event {
	border: 1px solid #E5E5E5;
	background: #fff;
}
.single-upcoming-event .img-box {
	position: relative;
	overflow: hidden;
}
.single-upcoming-event .img-box:hover img {
	    transform: scale(2) rotate(25deg);
}
.single-upcoming-event .img-box img{
	transition: transform 1s ease;
}
.single-upcoming-event .img-box a img{
	height: 278px;
}
.single-upcoming-event .img-box ul.event-details,
.single-upcoming-event .img-box ul.event-details li {
	margin: 0;padding: 0;list-style: none;
}
.single-upcoming-event .img-box ul.event-details {
	position: absolute;
	bottom:20px;
	left: 30px;
}
.single-upcoming-event .img-box ul.event-details li {
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}
.single-upcoming-event .img-box ul.event-details li i {
	font-size: 13px;
	color: #fc5a1b;
	margin-right: 5px;
}
.single-upcoming-event h3 {
	font-size: 22px;
	color: #222222;
	font-family: 'Montserrat';
	margin: 0;
	padding: 15px 25px;
	text-transform: capitalize;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
}
.single-upcoming-event a:hover h3
{
      color: #fac753;/*#FC5A1B*/
}
.single-upcoming-event a{
	text-decoration: none;
}

.event-carousel.owl-theme .owl-dots .owl-dot span {transition: all .4s ease;}
.event-carousel.owl-theme .owl-dots .owl-dot.active span, .event-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #fac753; /*#FC5A1B*/
	width: 20px;
}
.event-carousel.owl-theme .owl-dots {margin-top: 50px;}

/* call to action styles */

.call-to-action {
	position: relative;
	background: #fc5a1b url(../images/services/venu&food/banner.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
	z-index: 99;
	text-align: center;
}
.call-to-action:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00ede8;/*#fc5a1b*/
	opacity: .8;
}
.call-to-action .container {
	position: relative;
	z-index: 999;
}
.call-to-action h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Montserrat';
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.call-to-action p {
	font-size: 14px;
	font-family: 'Roboto';
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 40px;
}
.call-to-action a.btn {
	background: #ffffff;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	width: 205px;
	height: 55px;
	line-height: 55px;
}

.upcoming-event-section
{

	background: url(../images/speaker_bg.png) center center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 10px 0;
	z-index: 99;
	text-align: center;
}
.sec-title .member1
{
	   position: absolute;
    top: 400px;
    left: 0px;
}
.sec-title .member2
{
    position: absolute;
    right: 0;
    top: 400px;
}

.member3{
    right: 0;
    position: absolute;
}
/*

/* choose a plan section styles */

.single-choose-a-plan-section {
	border: 1px solid #E7E7E7;
	border-radius: 7px;
	padding-bottom: 40px;
}
.single-choose-a-plan-section .top-box {
	background: #FAFAFA;
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
	padding: 0 40px;
	padding-bottom: 20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.single-choose-a-plan-section .top-box .name h3 {
	font-size: 20px;
	font-family: 'Roboto';
	color: #222222;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #EBEBEB;
	line-height: 65px;
	margin-bottom: 15px;
}
.single-choose-a-plan-section .top-box .price {
	font-size: 58px;
	font-family: 'Montserrat';
	color: #222222;
}
.single-choose-a-plan-section .top-box .price span {
	font-size: 25px;
}
.single-choose-a-plan-section .top-box p {
	font-size: 16px;
	color: #848484;
	font-family: 'Roboto';
}
.single-choose-a-plan-section ul,
.single-choose-a-plan-section ul li {margin: 0;padding: 0;list-style: none;font-family: 'Roboto';font-size: 15px;line-height: 37px;color: #848484;}
.single-choose-a-plan-section ul li i {margin-right: 4px;}
.single-choose-a-plan-section .btn {font-size: 15px;color: #2f323c;width: 161px;line-height: 45px;height: 45px;background: #fff;border: 1px solid #E5E5E5;margin-left: 40px;}
.single-choose-a-plan-section ul {
	padding: 0 40px;
	margin: 20px 0;
}
.single-choose-a-plan-section.active .top-box {
	background: #FC5A1B;
}
.single-choose-a-plan-section.active .top-box .name h3,
.single-choose-a-plan-section.active .top-box .price,
.single-choose-a-plan-section.active .top-box p {color: #fff;}
.single-choose-a-plan-section.active .btn {color: #fff;background: #FC5A1B;border-color: #FC5A1B;}

/* event gallery section styles */

.event-gallery-section {}
.event-gallery-section .single-gallery-box .img-box img {width: 100%;height: 270px;}
.event-gallery-section .single-gallery-box{
	background-color: #fff;
    box-shadow: 0 0 8px;
    margin: 0px 5px;
}
.event-gallery-section .single-gallery-box a{
     text-decoration: none;
}
.event-gallery-section .single-gallery-box h3{
    padding-bottom: 15px;
    text-align: center;
    color: #000;
}

/* Testimonials */

.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: absolute;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #00bff3;
    font-size: 15px;
    color: #040404;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #00bff3 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }

/* sponsor section styles */

.sponsor-title {font-size: 22px;font-family: 'Montserrat';color: #fc5a1b;}

/* subscribe section styles */

.subscribe-section {
	background: #fff url(../img/parallax-4.png) center center no-repeat;
	overflow: hidden;
}
.subscribe-section .half-overlay {
	position: relative;
}
.subscribe-section .half-overlay:before {
	content: '';
	position: absolute;
	width: 100000px;
	top:0;
	left:0;
	bottom:0;
	background:#FC5A1B;
	opacity: .9;
}
.subscribe-section .half-overlay .inner-content {
	position: relative;z-index: 99;
	padding-left: 65px;
	padding-bottom: 95px;
	padding-top: 60px;
}
.subscribe-section h3,
.subscribe-section p,
.subscribe-section h2 {
	margin: 0;
	color: #fff;
	font-weight: normal;
}
.subscribe-section h3 {
	font-size: 26px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom: 6px;
}
.subscribe-section h2 {
	font-family: 'Montserrat';
	text-transform: uppercase;	
	font-size: 36px;
	margin-bottom: 18px;
}
.subscribe-section p {
	font-size: 14px;
	font-family: 'Roboto';
	margin-bottom: 48px;
}
.subscribe-section input {
	width: 100%;height: 55px;
	background-color: transparent;
	outline: none;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px;
}
.subscribe-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.subscribe-section input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.subscribe-section input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.subscribe-section input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.subscribe-section .btn {
	background: #fff;
	color: #222;
	margin-top: 30px;
}

/* blog post styles */

.blog-section.blog-page .single-blog-post {margin-bottom: 30px;}
.single-blog-post {}
.single-blog-post .img-box {position: relative;}
.single-blog-post .img-box .date-box {position: absolute;top: 20px;left: 20px;background: url(../img/blog-ribbon.png) no-repeat;width: 49px;height: 89px;color: #ffffff;font-size: 21px;font-family: 'Roboto';line-height: 20px;padding-top: 10px;text-align: center;}
.single-blog-post .img-box .date-box span {font-size: 14px;}
.single-blog-post h3 {
	margin: 0;
	margin-top: 35px;
	font-family: 'Montserrat';font-size: 22px;cursor: pointer;text-transform: uppercase;color: #222222;
	transition: all .4s ease;
}
.single-blog-post h3:hover {color: #FC5A1B;}
.single-blog-post h3:after {display: block;content: '';width: 50px;height: 2px;background: #FDAC8D;margin-left: auto;margin-right: auto;margin-top: 20px;margin-bottom: 22px;}
.single-blog-post p {font-size: 14px;color: #848484;font-family: 'Roboto';line-height: 180%;}
.single-blog-post .bottom-box {border: 1px solid #E5E5E5;border-top: 0;padding: 0 30px;}
.single-blog-post .post-meta {border-top: 1px solid #E5E5E5;margin-left: 20px;margin-right: 20px;margin-top: 26px;}
.single-blog-post .post-meta li a {font-size: 14px;font-family: 'Roboto';color: #848484;text-decoration: none !important;padding: 20px 15px;display: inline-block;transition: all .4s ease;}
.single-blog-post .post-meta li a:hover {color: #FC5A1B;}

.single-blog-post-page .single-blog-post {margin-bottom: 40px;}
.single-blog-post-page .single-blog-post h3:after {display: none;}
.single-blog-post-page .single-blog-post .post-meta {margin: 0;border-top: 0;}
.single-blog-post-page .single-blog-post .post-meta li:first-child a {padding-left: 0;}
.single-blog-post-page .single-blog-post span.decor-line {width: 50px;height: 2px;background: #FDAC8D;display: block;margin-bottom: 30px;}
.single-blog-post-page ul.social {
	margin-bottom: 30px;
}
.single-blog-post-page ul.social li a:hover {
    background: #FC5A1B;
    color: #ffffff;
}
.single-blog-post-page ul.social li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: #848484;
    transition: all .4s ease;
}
.single-blog-post-page .title {margin-bottom: 40px;}
.single-blog-post-page .title h3 {margin: 0;font-family: 'Montserrat';font-size: 22px;color: #2F323C;text-transform: uppercase;font-weight: normal;}
.single-blog-post-page .single-comment {margin-bottom: 35px;}
.single-blog-post-page .single-comment .img-box,
.single-blog-post-page .single-comment .text-box {display: table-cell;vertical-align: top;}
.single-blog-post-page .single-comment .img-box {width: 80px;}
.single-blog-post-page .single-comment .text-box {padding-left: 20px;}
.single-blog-post-page .single-comment .text-box .top-box {margin-bottom: 20px;}
.single-blog-post-page .single-comment .text-box .name-box {float: left;}
.single-blog-post-page .single-comment .text-box .name-box h4 {font-family: 'Montserrat';font-size: 15px;text-transform: uppercase;margin: 0;color: #222222;font-weight: normal;margin-bottom: 10px;}
.single-blog-post-page .single-comment .text-box .name-box span {font-size: 13px;color: #848484;font-family: 'Roboto';}
.single-blog-post-page .single-comment .text-box a.reply-btn {float: right;width: 93px;height: 35px;display: block;border: 1px solid #E5E5E5;border-radius: 4px;text-align: center;text-transform: uppercase;color: #FC5A1B;font-family: 'Roboto';font-weight: bold;line-height: 33px;text-decoration: none !important;}
.single-blog-post-page .single-comment .text-box p {font-size: 14px;color: #666666;line-height: 26px;font-family: 'Roboto';}
.single-blog-post-page .leave-a-comment input {font-family: 'Roboto';padding: 0 15px;width: 100%;height: 50px;border: 1px solid #E5E5E5;border-radius: 4px;outline: none;}
.single-blog-post-page .leave-a-comment textarea {font-family: 'Roboto';padding: 15px 15px;width: 100%;height: 160px;border: 1px solid #E5E5E5;border-radius: 4px;margin-top: 30px;margin-bottom: 30px;outline: none;}


.sidebar-wrapper {padding-left: 40px;}
.single-sidebar {margin-bottom: 50px;}
.single-sidebar .title {margin: 0;margin-bottom: 30px;}
.single-sidebar .title h3{color: #2f323c;}
.single-sidebar ul, .single-sidebar li {margin: 0;padding: 0;list-style: none;}
.single-sidebar.search-widget form {border: 1px solid #E5E5E5;width: 100%;height: 50px;border-radius: 5px;padding: 0 20px;}
.single-sidebar.search-widget input {border: none;outline: none;line-height: 48px;color: #848484;font-family: 'Roboto';}
.single-sidebar.search-widget button {border: none;outline: none;float: right;line-height: 48px;background-color: transparent;color: #848484;}

.single-sidebar.category-widget .title {margin-bottom: 10px;}
.single-sidebar.category-widget ul li{border-top: 1px solid #E5E5E5;padding: 10px 0px;}
.single-sidebar.category-widget ul li:first-child{border-top: 0px solid #E5E5E5;}
.single-sidebar.category-widget ul li:last-child {border-bottom: 1px solid #E5E5E5;}
.single-sidebar.category-widget ul li a {font-size: 15px;color: #848484;}

.single-sidebar.latest-post ul li {margin-bottom: 20px;}
.single-sidebar.latest-post ul li .img-box,
.single-sidebar.latest-post ul li .text-box {display: table-cell;vertical-align: middle;}
.single-sidebar.latest-post ul li .img-box {width: 80px;}
.single-sidebar.latest-post ul li .text-box {padding-left: 20px;}
.single-sidebar.latest-post ul li .text-box h4 {font-family: 'Roboto';font-size: 16px;color: #2f323c;font-weight: normal;margin: 0;margin-bottom: 10px;}
.single-sidebar.latest-post ul li .text-box span {font-size: 14px;color: #848484;}

.single-sidebar.popular-tags ul {margin-left: -5px;margin-right: -5px;}
.single-sidebar.popular-tags ul li {display: inline-block;padding: 0 5px;margin-bottom: 10px;}
.single-sidebar.popular-tags ul li a {display: block;color: #848484;border: 1px solid #e5e5e5;border-radius: 4px;padding: 8px 16px;text-decoration: none !important;transition: all .4s ease;}
.single-sidebar.popular-tags ul li a:hover {background: #FC5A1B;border-color: #FC5A1B;color: #fff;}


/* footer styles */

footer {
	background:  url(../img/footer-bg.png) right center no-repeat;
	background-color:  #f5f5dc;/*#cb5e7b,#f18db7*/
	color: #fff;
    padding: 48px 0px 32px 0px;
}
footer ul, footer ul li {
	margin: 0;padding: 0;list-style: none;
}
footer h3 {font-size: 22px;color: #000;font-weight: 600;margin: 0;text-transform: uppercase;}
footer .about-widget p {font-size: 14px;line-height: 28px;margin-top: 20px; color:#000;text-align:justify;}
footer .link-widget {
	padding-left: 70px;
}
footer .link-widget ul {margin-top: 20px;}
footer .link-widget li a {font-size: 14px;font-family: 'Roboto';color: #000;line-height: 35px;transition: all .3s ease;}
footer .link-widget li a:hover {color: #fac753;text-decoration: none;}
footer .link-widget li a i {margin-right: 4px;}
footer .contact-widget p {margin-top: 20px;}
footer .contact-widget ul li {
	color:#000;
	line-height: 30px;
}
footer .contact-widget ul{
	padding-top: 22px;
}
footer .contact-widget ul li i {
	color: #f183b1;/*#FC5A1B*/
    font-size: 17px;
    padding-right: 10px;

}

/* footer bottom styles */

.footer-bottom {    
background:#f183b1;/* #28247b, #faf0dc;*/
    padding: 13px 0px 10px 0px;}
.footer-bottom p,
.footer-bottom .list-inline {margin: 0;}
.footer-bottom p {font-size: 15px;color: #DEE2E7;line-height: 40px;}
.footer-bottom .social ul li {padding: 0 3px;}
.footer-bottom .social ul li a {width: 40px;height: 40px;border: 1px solid #ffffff;font-size: 15px;line-height: 38px;text-align: center;display: block;color: #fff;border-radius: 50%;}



.boys-theme {
	background: #222222 url(../images/themes/boys-theme/banner2.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;

	text-align: center;
}

.girls-theme
{
	background: #222222 url(../images/themes/girls-theme/banner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;
z-index: 0;
	text-align: center;
	position: relative;
}


.girls-theme::before{
content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	opacity: .8;
	z-index: -1;
}
.animals-theme
{
	background: #222222 url(../images/themes/animals-theme/banner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;
z-index: 0;
	text-align: center;
	position: relative;
}
.animals-theme::before{
content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	opacity: .8;
	z-index: -1;
}

.cartoon-theme
{
	background: #222222 url(../images/themes/cartoon-theme/banner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;
z-index: 0;
	text-align: center;
	position: relative;
}
.cartoon-theme::before{
content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	opacity: .8;
	z-index: -1;
}

.general-theme
{
	background: #222222 url(../images/themes/general-theme/banner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;
z-index: 0;
	text-align: center;
	position: relative;
}

.general-theme::before{
content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	opacity: .8;
	z-index: -1;
}
.baby-shower-theme
{
	background: #222222 url(../images/themes/baby-shower-theme/babyshowerback-banner.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 100px;
z-index: 0;
	text-align: center;
	position: relative;
}

.baby-shower-theme::before{
content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	opacity: .8;
	z-index: -1;
}
.ser-det{
	 background: #acdcd3;/*#FC5A1B*/
    box-shadow: 0 0 10px;
    margin-bottom: 45px;
}
.ser-det-img:hover img {
        transform: scale(1.5);
}
.ser-det-img{
	overflow: hidden;
}
.ser-det-img img{
     transition: transform 1s ease;
}
.ser-det a{
	text-decoration: none;
}
.ser-det a h3{
	text-align: center;
	    padding-bottom: 17px;
	    color: #000;
}
.ser-det-img .animals
{
	height: 260px;
	width:100%;
}
.baby-col{
    margin-left: -7px;
}
.baby-col1{
    margin-left: -81px;
    margin-top: 10px;
    }
.baby-p
{
	    text-align: justify;
    font-size: 20px;
    background: #f1a505;
    padding: 80px;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.baby-p3{
text-align: justify;
    font-size: 20px;
    background: #f8bb45;/*#f1a400*/
    padding: 40px;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}.baby-col2{
    margin-left: -83px;
    margin-top: 8px;
}
.fday
{
	    background-color: #f8bb45;/*#703abb*/
    margin-left: -14px;
    margin-top: -2px;
   box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);

}
.fday-cont{
      padding: 12px;
    font-size: 17px;
    color: #000;
    text-align: justify;
   
    border: 1px solid #d1cce0;
    margin-top: 8px;
}

.ser-det-img .fday-img {
    height: 550px;
    width: 100%;
}
.baby-p1
{

    text-align: justify;
    font-size: 20px;
    background: #f8bb45;/*#df80bf*/
    padding: 108px;
     box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.baby-p2{
text-align: justify;
    font-size: 20px;
    background: #3ce8d8;
    padding: 52px;
   box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.image-border {
  width: 300px;
  height: 300px;
  background-color: #eee;
  background-image: url(../images/themes/baby-shower-theme/cover.jpg);
  position: relative;
  z-index: 1;
}
.image-border:after {
  content: '';
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-color: #fff;
  
}
.image-border .main-image {
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-image: url(../images/themes/baby-shower-theme/cover.jpg);
  background-size: 300px 300px;
  background-position: center center;
  z-index: 2;
  transition: .2s ease-in-out;
}
.image-border:hover > .main-image {
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  transition: .2s ease-in-out;
}
.image-border:hover > p.title:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: .2s ease-in-out;
}
.image-border p.title {
  height: 60px;
  padding: 0;
  position: absolute;
  bottom: -80px;
  font-weight: 400;
  line-height: 60px;
  color: #2c3e50;
  font-size: 1em;
  margin-left: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-border p.title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e74c3c;
  bottom: 10px;
  left: 0;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition: .2s ease-in-out;
}


.img-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 0 30px;
}
.img-cont1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
 }

.img-cont .thumbex, .img-cont1 .thumbex{
  margin: 10px 20px 30px;
  width: 100%;
/*  min-width: 250px;
  max-width: 435px;*/
  height: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid white;
  outline-offset: -15px;
  background-color: blue;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.img-cont .thumbex .thumbnail, .img-cont1 .thumbex .thumbnail {
  overflow: hidden;
  min-width: 250px;
  height: 300px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
}
.img-cont .thumbex .thumbnail img, .img-cont1 .thumbex .thumbnail img{
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 115%;
  width: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.img-cont .thumbex .thumbnail span, .img-cont1 .thumbex .thumbnail span{
  position: absolute;
  z-index: 2;
  top: calc(150px - 20px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px;
  margin: 0 45px;
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
}
.img-cont .thumbex .thumbnail:hover, .img-cont1 .thumbex .thumbnail:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.img-cont .thumbex .thumbnail:hover span, .img-cont1 .thumbex .thumbnail:hover span {
  opacity: 0;
}




/* page title styles */

.page-title {
	background: #7fd2f6; /*url(../images/entertainment/banner.jpg) 0 0 no-repeat;*/
	color:#000;
	-webkit-background-size: cover;
	background-size: cover;
   /* padding-top: 195px;*/
    /*padding-bottom: 95px;*/
	text-align: center;
}
.page-title h2 {font-size: 36px;font-weight: bold;font-family: 'Montserrat';color: #4f3851;text-transform: uppercase;margin: 0;}
.page-title ul li a {color: #4f3851;font-size: 16px;font-family: 'Roboto';font-weight: 500;text-transform: uppercase;}
.list-inline {
    padding-top: 16px;
}

/* testimonial styles */

.testimonial-section.testimonial-page {padding-bottom: 40px;}
.testimonial-section.testimonial-page .single-testimonials {
	margin-bottom: 60px;
}
.single-testimonials {
	text-align: center;
	border: 1px solid #E5E5E5;
	margin-top: 45px;
	padding: 0 30px;
	padding-bottom: 30px;
}
.single-testimonials img {
	position: relative;
	bottom: 40px;
}
.single-testimonials h3 {
	font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
	color: #2f323c;
	margin: 0;
}
.single-testimonials span {
	font-family: 'Roboto';
	font-size: 13px;
	color: #fc5a1b;
	margin-top: 10px;
	margin-bottom: 14px;
	display: block;
}
.single-testimonials p {
	color: #848484;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}

/* gallery styles */

.mix {display: none;}
.gallery-filter {margin-bottom: 50px;}
.gallery-filter li {padding: 0 15px;}
.gallery-filter li span {
	font-family: 'Montserrat';
	font-size: 15px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
}

.single-gallery-box .img-box {position: relative;margin-bottom: 15px;}
.single-gallery-box .img-box:hover .overlay {opacity: 1;}
.single-gallery-box .overlay {position: absolute;top:0;left:0;right: 0;bottom: 0;background: rgba(20,21,21, .70);opacity: 0;transition: all .4s ease;}
.single-gallery-box .overlay .dt {display: table;width: 100%;height: 100%;}
.single-gallery-box .overlay .dtc {display: table-cell;vertical-align: middle;}
.single-gallery-box .overlay .list-inline li a {display: block;width: 55px;height: 55px;color: #ffffff;border-radius: 50%;background: #b7efff/*#fc5a1b*/;line-height: 55px;}


/* single speaker page styles */

.single-speaker-page {padding-bottom: 80px;}
.single-speaker-page h2 {font-family: 'Montserrat';color: #222222;text-transform: uppercase;font-size: 36px;margin: 0;font-weight: normal;margin-bottom: 15px;}
.single-speaker-page p {font-family: 'Roboto';font-size: 15px;color: #848484;margin: 0;margin-bottom: 30px;line-height: 26px;}
.single-speaker-page ul.social li a {width: 40px;height: 40px;display: block;border: 1px solid #E6E6E6;border-radius: 50%;font-size: 15px;text-align: center;line-height: 38px;color: #848484;transition: all .4s ease;}
.single-speaker-page ul.social li a:hover {background: #FC5A1B;color: #ffffff;}
.skill-area{margin-top: 80px;}
.skill-area h3 {font-family: 'Montserrat';color: #222222;text-transform: uppercase;font-size: 22px;margin: 0;font-weight: normal;margin-bottom: 30px;}
.skill-box, .skill-box li {margin: 0;padding: 0;list-style: none;}
.skill-box {margin-left: -15px;margin-right: -15px;margin-top: 40px;}
.skill-box li {width: 50%;padding: 0 15px;float: left;margin-bottom: 40px;}
.skill-box li h4 {font-size: 15px;font-family: 'Roboto';color: #848484;margin: 0;font-weight: normal;margin-bottom: 10px;}
.skill-box li .box {width: 100%;background: #F0F0F0;height: 15px;border-radius: 5px;}
.skill-box li .box .inner-box {height: 100%;background: #FC5A1B;position: relative;border-radius: 5px;}
.skill-box li .box span {position: absolute;top: -100%;right:0;margin-top: -13px;}

/* contact styles */

.contact-section .container {padding: 0 100px;}
.contact-section input,
.contact-section textarea {width: 100%;height: 50px;border: 1px solid #f3b116fc;outline: none;padding: 15px;margin-bottom: 20px;border-radius: 4px;}
.contact-section textarea {height: 165px;}
.contact-section .contact-info-box {box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.32);
    padding: 30px;}
.contact-section p {font-size: 14px;color: #848484;line-height: 26px;font-family: 'Roboto';}
.contact-section .contact-info,
.contact-section .contact-info li {margin: 0;padding: 0;list-style: none;}
.contact-section .contact-info li {margin-bottom: 20px;}
.contact-section .contact-info li .icon-box {width: 45px;height: 45px;border-radius: 50%;border: 1px solid #ff8c38;float: left;text-align: center;line-height: 43px;}
.contact-section .contact-info li .icon-box i {font-size: 20px;color: #f1a701;}
.contact-section .contact-info li .text-box {float: left;width: 80%;padding-left: 20px;}
.contact-section .contact-info li .text-box h3 {font-size: 16px;color: #222222;margin: 0;font-family: 'Montserrat';text-transform: uppercase;font-weight: normal;margin-bottom: 10px;}
#home-google-map {
  width: 100%;
  height: 450px;
}
.contact-section .contact-info li .icon-box:hover{
    border: 1px solid #00bff3;}
    .contact-section .contact-info li .icon-box i:hover {
        color: #00bff3;
}

 .solutech-header-top {
     background: #f183b1;/*#d51269,#cb5e7b,#f18db7,#600e0e;#7c0000*/
     padding: 5px ;

}

@media screen and (max-width: 650px)
		{
					.contact-section .container {padding: 0 10px;}
.contact-section input,
.contact-section textarea {width: 100%;height: 50px;border: 1px solid #f3b116fc;outline: none;padding: 15px;margin-bottom: 20px;border-radius: 4px;}
.contact-section textarea {height: 165px;}
.contact-section .contact-info-box {box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.32);
    padding: 30px;}
.contact-section p {font-size: 14px;color: #848484;line-height: 26px;font-family: 'Roboto';}
.contact-section .contact-info,
.contact-section .contact-info li {margin: 0;padding: 0;list-style: none;}
.contact-section .contact-info li {margin-bottom: 20px;}
.contact-section .contact-info li .icon-box {width: 45px;height: 45px;border-radius: 50%;border: 1px solid #ff8c38;float: left;text-align: center;line-height: 43px;}
.contact-section .contact-info li .icon-box i {font-size: 20px;color: #f1a701;}
.contact-section .contact-info li .text-box {float: left;width: 80%;padding-left: 20px;}
.contact-section .contact-info li .text-box h3 {font-size: 16px;color: #222222;margin: 0;font-family: 'Montserrat';text-transform: uppercase;font-weight: normal;margin-bottom: 10px;}
#home-google-map {
  width: 100%;
  height: 450px;
}
.contact-section .contact-info li .icon-box:hover{
    border: 1px solid #00bff3;}
    .contact-section .contact-info li .icon-box i:hover {
        color: #00bff3;
}

		
	}
		}

	@media screen and (max-width: 400px) {
		
		.contact-section .container {padding: 0 10px;}
.contact-section input,
.contact-section textarea {width: 100%;height: 50px;border: 1px solid #f3b116fc;outline: none;padding: 15px;margin-bottom: 20px;border-radius: 4px;}
.contact-section textarea {height: 165px;}
.contact-section .contact-info-box {box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.32);
    padding: 30px;}
.contact-section p {font-size: 14px;color: #848484;line-height: 26px;font-family: 'Roboto';}
.contact-section .contact-info,
.contact-section .contact-info li {margin: 0;padding: 0;list-style: none;}
.contact-section .contact-info li {margin-bottom: 20px;}
.contact-section .contact-info li .icon-box {width: 45px;height: 45px;border-radius: 50%;border: 1px solid #ff8c38;float: left;text-align: center;line-height: 43px;}
.contact-section .contact-info li .icon-box i {font-size: 20px;color: #f1a701;}
.contact-section .contact-info li .text-box {float: left;width: 80%;padding-left: 20px;}
.contact-section .contact-info li .text-box h3 {font-size: 16px;color: #222222;margin: 0;font-family: 'Montserrat';text-transform: uppercase;font-weight: normal;margin-bottom: 10px;}
#home-google-map {
  width: 100%;
  height: 450px;
}
.contact-section .contact-info li .icon-box:hover{
    border: 1px solid #00bff3;}
    .contact-section .contact-info li .icon-box i:hover {
        color: #00bff3;
}



		
	}
	
		