body {	color:#333;	 -webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#000;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h2{font:300 2.5em Josefin Sans,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em;}

.spacer{padding: 3em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background:#5ce500;text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#666;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#333;box-shadow: none;}

.navbar-nav > li > a{font-size: 1em;line-height: 1.6em;font-family: Josefin Sans,Arial,Helvetica;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse .navbar-nav>.active>a,
 .navbar-inverse .navbar-nav>.active>a:hover, 
 .navbar-inverse .navbar-nav>.active>a:focus{    
    color: #FFFFFF;
    background-color: black;}

.menu li{
	border-left:1px solid #FFF;
}

#head,.carousel{margin-top: 0;}

#home{}

/*banner*/
.banner{position: relative;}
.banner .caption{position: absolute;top: 0;left:0; right: 0; bottom: 0;background:rgba(0,0,0,0.4); }
.banner .caption-wrapper{display: table;height: 100%;width: 100%;     border-bottom: 5px solid #fbdada;}
.banner .caption-info{display: table-cell;vertical-align: middle;text-align: center;color: #fff;}
.banner .caption-info h1{font:normal 4.5em Lobster,Arial,Helvetica;text-transform:capitalize;}
.banner .caption-info p{font:600 1.7em Josefin Sans,Arial,Helvetica;}
.banner a.explore{color: #fff;}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;padding-bottom: 0;}
.food-list{line-height:3em;border-bottom:1px dotted #ccc; }
.panel-group .panel{border-radius: 0;border:none;}
.panel-group .panel a:hover{text-decoration: none;}



/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #ccc;}
.carousel-indicators{bottom: 0;}

/*foods*/
#foods{padding-top:6em;}
#foods figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#foods figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*foods*/

/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;margin-top: 33%;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #E89F10;}


.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff; margin-top:20px;}
.highlight-info .overlay{background: rgba(108, 105, 105, 0.4);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/










/*contact*/
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/

#map{width: 100%; height: 500px;}
#map p{margin: 0 !important;}

.footer{background-color: #111; color: #fff; font-size: 1em;color: #aaa;}
.footer a{color: #aaa;margin: 0 1em; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}


@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.services ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.services ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}

@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;padding-right: 25px !important;}
	.navbar-toggle{margin-top: 12px;}
  .navbar-nav li a{
    color: #000!important;
  }
.navbar-nav .open .dropdown-menu>li>a {
 
    color: #000!important;
}
.dropdown-menu{
      position: absolute!important;
    left: 100px !important;
    top: -10px!important;
    background:red;
}
.navbar-brand{
  width: 72%;
}
.navbar-nav .open .dropdown-menu>li>a:hover{
 
    color: #f04d50 !important
}
.banner{
  margin-top: 83px;
}
.contact-info{
      text-align: initial!important;
    height: auto!important;
  }
.spacer {
    padding: 2em 0;
    color: #fff;
}
.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 48%, #21b9b4 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #21b9b4 48%)!important;
    background: linear-gradient(45deg, #fff 48%, #21b9b4 48%);
}
b{
  font-size: 14px!important;
}
.navbar-toggler{
      padding: 8px!important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eb6a50!important;
    border: 1px solid #fff!important;
    border-radius: .25rem;
    float:right;
}
}
	.banner .caption,.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#home {}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}


	.about.spacer{padding-left: 2em;padding-right: 2em; color: #fff;}
	.spacer{padding:2em 0 ;}
	.services ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	#map{height: 200px;}
	.footer{padding-bottom: 2em;}
}
.clr{
	color:#FFF;
}
.strtd{
	border:4px groove #FFF;
	padding:10px;
	text-align: center;font-size: 1.7em;
}
.strtd a{
	padding:10px;
	color:#FFF;
	text-decoration:none;
}
.strtd a:hover{
	padding:10px;
	color:#fff;
	background-color:#0012df;
	width: 33.3333%;
}
.srvc{
	border:1px solid #FFF;
	padding:10px;
}
.mrgn{
	margin-top:56px;
}
.icn{
	background-color:#999;
	padding:10px;
}

.srvce{
border: 2px solid #F6F6F6;
padding: 49px;
background-color: RGBA(0, 0, 0, 0.69);
color: #FFF;
border-radius: 119px;}
.srvce p{
	font-size:15px;
}

.srvce:hover{
	background-color:#FFF;
	border:#009 2px solid;
	color:#000;
	transition:1s ease-out;
	border-bottom:1px solid #000;}
	
.srvce h4{
	border-bottom:1px solid #FFF;
	padding:10px;
	color:#F60;
	font-weight:bold;
}
.srvce h4:hover{
	border-bottom:1px solid #000;
}

.content{
	background-color:#006;
	padding:10px;
}
.tech{
	background-color: rgb(33, 185, 180);
	padding:20px;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}
.tech p{
	font-size:16px;
	color:#FFF;
}

.padng{
	padding:20px;
	color:#FFF;
	margin-top:30px;
	line-height:30px;
}
.ftr{
	background-color:#000;
	color:#FFF;
	font-size:12px;
}
.ftr-lft{
	float:right;
	margin-top:20px;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background-color:#000;
	color:#FFF;
}
.navbar-collapse a{
	color:#fff;
	
}

.midle{
	
	background-image:url(../images/footer.jpg);
}
.brdr h4{
	border-bottom:#666 1px solid;
	padding:20px;
	color:#666;
	font-weight:bold;
}
.brdr ul{
	margin:0px;
	color:#999;
}
.brdr ul li{
	list-style:none;
}
.dropdown {
    position: relative;
    display: inline-block;

}
.dropdown ul{
	list-style:none;
	padding:7px;
		background-color:#655c31;
	color:#FFF;
}
.drop{
  margin-top: 16px;
}
.drop:hover{
   margin-top: 0px !important;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content ul {
	margin:0px;
		list-style:none;
		background-color:#000;

}
.dropdown-content ul li{
	margin:0px;
}


.dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:#000;
color:#000;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.follow-btn a {
    font-size: 1em;
    color: #fff;
    padding: 0.5em 2.5em;
    display: inline-block;
    margin-top: 2em;
    border-radius: 3px 3px;
	border:4px groove #FFF;
	text-decoration:none;
}
.follow-btn a:hover {
    font-size: 1em;
    color: #fff;
    background:#0012de;
    padding: 0.5em 2.5em;
    display: inline-block;
    margin-top: 2em;
    border-radius: 3px 3px;
}

follow-btn{
margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-align:center;}
	.flt{
		float:left;
		margin-top:10px;
		font-size:18px;
	}
	.top{
right: 0;
    left: 0;
    position: relative;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #FFF;
		
	}
	.phn{
		margin-top:15px;
		font-weight:bold;
		color:#777;
		float:left;
		padding:10px 20px 10px 40px;
		
	}
		.phn img{
		margin-top:7px;
		
	}

	.phn p{
		font-size:18px;
		font-weight:800;
		font-family:arial;
	}
	.top-img{
		background:url(../images/backg.jpg) right no-repeat fixed #fff;
		background-size:cover;
	}
	.pdng{
		margin-top:20px;
		
	}
	.pro-ul{
		line-height:30px;
	}
	
	/****************menu********************/
	#menu, #menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}

#menu {
  margin: 10px auto;
        border-bottom:2px groove #5ee600;
   background: #fff;
	color:#000 !important;

}

#menu:before, #menu:after {
  content: "";
  display: block;
  color:#000;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  position: relative;
  color:#000;
}

#menu a {
  float: left;
  padding: 20px 13px;
  color:#877777;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 12px Arial, Helvetica;
}

#menu ul {
  margin: 10px 0px 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 1;
  background:#FFF;
  box-shadow: 0px -1px 0px rgba(255, 255, 255, .3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
  color:#000;

}
#menu li a:hover{
	background-color:#000;
	color:#FFF;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0px;
}

#menu ul ul {
  top: 0px;
  left: 150px;
  margin: 0px 0px 0px 20px;
  box-shadow: 0px -1px 0px rgba(255, 255, 255, .3);
  color:#000;
}

#menu ul a {
  padding: 10px;
  width: 141px;
  display: block;
  color:#000;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul li a:hover { background:#000 !important; color:#FFF !important; }

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1ebdbe;
}

#menu ul ul li:first-child > a:after {
  left: -12px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid #107677;
  border-bottom: 6px solid transparent;
}

#menu-trigger { /* hide initially */
display: none; }
 @media(max-width: 700px) {

#menu-wrap { position: relative; }

#menu-wrap* { box-sizing: border-box; }

#menu-trigger {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0px 0px 0px 35px;
  border: 1px solid #107677;
  color:#FFF;
  font-weight: bold;
  background-color:#000;
  background: url(../images/menu.png) no-repeat 10px center, linear-gradient(#000, #000);
}

#menu {
  margin: 0px;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: none;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0px;
  background: none;
  box-shadow: none;

}

#menu ul ul {
  margin: 0px 0px 0px 20px;
  box-shadow: none;
  color:#000;
}

#menu ul ul li:first-child > a:after {
  border-top: 0px;
  border-bottom: 0;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0px;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
}

#menu a {
  display: block;
  float: none;
  padding: 0px;
  color: #000;
  padding: 5px;
}

#menu a:hover { color:#FFF; }

#menu ul a {
  padding: 0px;
  width: auto;
  color:#000;
  padding: 5px;
}

#menu ul a:hovebackground:#665e30;
}r { background: none !important; }
}
.top-clr{
	background-color:#000;
}
.active{
    background: #665e30;
    padding-top: 15px;
}
#contact_form {
    padding-right: 0px;
}
#contact_form {
    margin-top: 30px;
}
#contact_form li .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    background: #C7C2C2;
}
#contact_form li input {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    height: 40px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contact_form li {
    text-align: left;
    margin-bottom: 10px;
}
.contact-form label {
    font-weight: normal;
    color: #444444;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    margin-top: 0px;
    line-height: 26px;
}
#contact_form ul li {
	list-style-type:none;
  
}

p{
  font-size: 14px !important;
}
.ts
{
	background-color:#313f7b;
}
.ts-CTA h3{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
.ts-CTA strong {
  font-weight: 500;
}
.ts-CTA h3 span{
	font-weight: 500;
}
.ts-CTA .ts-left-CTA{
	padding:27px 0 27px 0;
}
.ts-CTA .ts-left-CTA p{
	font-size: 16px;
	font-weight: 300;

}
.ts-CTA .ts-right-CTA{
	float: right;
	padding:38px 0;
}
.ts-CTA .ts-right-CTA a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	padding: 0 26px;
	height: 40px;
	line-height: 40px;
	display: table;
	border:2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

	
}
.ts-CTA .ts-right-CTA a:hover{
	text-decoration: none;
	background: #ffffff;
	color:#222222;
	border:2px solid #222222;
}



.contact-info{
	text-align: center;
	height: 118px;
	line-height: 118px;
	border-left: 1px solid rgba(255,255,255,0.20); 
}

.contact-info a{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.contact-info p{
	color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.contact-info span{
	text-align: center;
	height: 68px;
	line-height: 72px;
	width: 68px;
	border:2px solid #fff;
	border-radius: 68px;
	-moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    -ms-border-radius: 68px;
    -o-border-radius: 68px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    -webkit-transform:scale(1) ;
  	-moz-transform:scale(1) ;
  	-ms-transform:scale(1) ;
  	-o-transform:scale(1) ;
  	transform:scale(1) ; 
  	background:rgba(253,67,38,0.85);

}
.contact-info span i{
	font-size: 30px;
	color: #fff;
	padding:16px;
}
.contact-info p{
	display: inline-block;
}
.contact-info a:hover{
	text-decoration: none;
	color: #eeeddd;
}
.contact-info:hover span{
	border:1px solid #fd4326;
	background: #fff;
	/*border: 5px solid rgba(253,67,38,0.85);*/
	box-shadow:0 0 0 5px rgba(255,255,255,0.4);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);	
 	-webkit-transition: all .5s ease-out;
  	-moz-transition: all .5s ease-out;
  	-ms-transition: all .5s ease-out;
  	-o-transition: all .5s ease-out;
  	transition: all .5s ease-out;       
}

.contact-info:hover span i{
	color: #fd4326;
	-webkit-transition: all .5s ease-out;
 	-moz-transition: all .5s ease-out;
  	-ms-transition: all .5s ease-out;
  	-o-transition: all .5s ease-out;
  	transition: all .5s ease-out;     
}	

/*****************footer*********************/



.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: .5em;
}


.footer-w3l {
   padding: 3em 0;
background: #000;
border-bottom: 1px solid;
}
.footer-grid ul li {
    list-style: none;
    font-size: 14px;
    color: #eee;
    line-height: 2em;
}
.footer-grid p {
    font-size: 1em;
    color: #eee;
    margin-bottom: 0.3em;
}

.footer-grid input[type="text"] {
    width: 100%;
    padding: 0.3em;
    border: none;
    outline: none;
    margin-bottom: 0.5em;
    border-radius: 3px;
}
.footer-grid input[type="password"] {
    width: 100%;
    padding: 0.3em;
    border: none;
    outline: none;
    border-radius: 3px;
}
.footer-grid input[type="submit"] {
    font-size: 1em;
    background: #21b9b4;
    outline: none;
    border: none;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 3px;
    margin-top: 1em;
}
.copy-section {
  padding: 1em 0em 0em 0em;
    background:#000;
    text-align: center;
}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
}
.copy-section a {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.view {
    background: #21b9b4;
    border: 3px solid #fff;
    margin-top: 20px;
}
.view p{
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
	margin-top:10px;
}
.view p a {
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.dropbtn {
    background-color: #fff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.colr{
background:#0018e1;
width:100%;
padding:7px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
<!---------hedear css--------->
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color:#CCCCCC;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1000;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index:1000;
}
.dropdown ul li a {
color: rgba(255,255,255,.5) !important;

}
.dropdown-content a:hover {}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.jumbotron {
   background-color: #f4511e;
   color: #fff;
   padding: 100px 25px;
   font-family: Montserrat, sans-serif;
}
.container-fluid {
   padding: 38px 0px;
}
.bg-grey {
   background-color: #f6f6f6;
}
.logo-small {
   color: #f4511e;
   font-size: 50px;
}
.logo {
   color: #f4511e;
   font-size: 200px;
   width: 130px;
}
.thumbnail {
   padding: 0 0 15px 0;
   border: none;
   border-radius: 0;
}
.thumbnail img {
   width: 100%;
   height: 100%;
   margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
   background-image: none;
   color: #f4511e;
}
.carousel-indicators li {
   border-color: #f4511e;
}
.carousel-indicators li.active {
   background-color: #f4511e;
}
.item h4 {
   font-size: 19px;
   line-height: 1.375em;
   font-weight: 400;
   font-style: italic;
   margin: 70px 0;
}
.item span {
   font-style: normal;
}
.panel {
   border: 1px solid #f4511e;
   border-radius:0 !important;
   transition: box-shadow 0.5s;
}
.panel:hover {
   box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
   border: 1px solid #f4511e;
   background-color: #fff !important;
   color: #f4511e;
}
.panel-heading {
   color: #fff !important;
   background-color: #f4511e !important;
   padding: 25px;
   border-bottom: 1px solid transparent;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
}
.panel-footer {
   background-color: white !important;
}
.panel-footer h3 {
   font-size: 32px;
}
.panel-footer h4 {
   color: #aaa;
   font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: rgba(255,255,255,.5);
    font-weight:bold !important;
    font-size: 15px;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f04d50 !important;
    
    padding: 0px;
    margin: 0px;

}
.navbar-dark .navbar-nav .nav-link{
  color: #fff;
}
.pro-ul li{
 font-size: 14px;
}

.navbar-default .navbar-toggle {
   border-color: transparent;
   color: #fff !important;
}
.nav-item{
  font-size: 15px;
      padding-right: 10px;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

/*
headeer top
*/
.mx-background-top-linear .container{
  width: 100%!important
}
.topbar{
  background-color: #000;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}

.topbar .container .row .col-md-12 { 
  padding:0;
}

.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
}

.topbar p > i{
  margin-right:5px;
}
.topbar p:last-child{
  text-align:right;
} 

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
   
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
 margin-top: 8px;
    margin-bottom: 5px;
  float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
        font-size: 15px;
}
a {
  color: #0a0a0a;
  text-decoration: none;
}

li {
    list-style-type: none;
}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #222!important;
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 48%, #21b9b4 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #21b9b4 48%);
    background: linear-gradient(45deg, #fff 48%, #21b9b4 48%);
}

.jssorb072 .i{
  display: none;
}
.dropdow{
  position: relative;
  display: inline-block;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #655c31;
    border-color: #428bca;
    color: #fff;
}
.dropdown-ite{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdow:hover .dropdown-ite {
  display: block;
}
.dropdown-ite a:hover {background-color: #f1f1f1;}

@media (min-width: 576px){
.container {
    max-width: initial!important;
}
}
b{
  font-size: 15px!important;
}
.pdng ul li{
  font-size: 13px;
}
td, th {
    padding: 0;
    font-size: 13px;
}
.dropdown:hover .dropdown-menu{
  display:inline-block;
}
.footer-list li a{
  color: #fff;
}
.footer-list li a:hover{
  color: #e8664b;
  text-decoration: none;
text-decoration-style: none;
}
td, th {
    padding: 0;
    font-size: 15px;
}