html,
body {
  background-color: #fff;
  font-size: 14px;
  color: #797979;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  /*font-family: 'Raleway', sans-serif;*/
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.loaded {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.btn.extra-width {
  padding: 13px 40px;
}

.btn:focus,
.btn:active {
  outline: inherit;
}

*,
*:before,
*:after {
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  box-sizing: border-box;
}

p {
  margin: 0 0 15px;

}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

/*.form-control {
border: 1px solid rgba(0, 0, 0, 0.08);
font-size: 16px;
height: 45px;
}*/
.form-control {
  display: inline-block;
  height: 35px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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;
}

.form-control:focus {
  border-color: #bcefeb;
}

h1,
h2,
h3 {
  font-weight: 400;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h4,
h5 {
  font-weight: 400;
  margin: 0;
  line-height: 2rem;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: .4rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  text-transform: uppercase;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-transform: uppercase;
}

h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #223d61;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
  margin-bottom: .9rem;
}

p {
  font-size: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #ffffff;
  /*font-family: 'roboto', sans-serif;*/
}

.text {
  color: #333333;
}

.colorstext {
  color: #5e9a28;
}

.coloricon i {
  color: #5e9a28;
}

.colorsbg {
  background: #5e9a28;
  color: #ffffff;
}

.lightbg {
  background-color: #f9f9f9;
}

.bg-grey {
  background-color: #ddd;
}

.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.outofsectiontext {
  margin-top: 40px;
}

/*
Section
*/
.sections {
  padding-top: 85px;
  padding-bottom: 105px;
  overflow: hidden;
}

.sections.pad-30 {
  padding-top: 30px;
}

.sections.footer {
  padding-bottom: 80px;
}

.main_othersservice_area.sections {
  padding-bottom: 0;
}

.main_support.sections {
  padding-bottom: 50px;
}

section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem;
}

.parallax-section {
  max-width: 100%;
  color: #ffffff;
}

section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading {
  margin-bottom: 4rem;
}

.overlay {
  /*background-color: rgba(41, 39, 34, 0.75);*/
  width: 100%;
  height: 450px;
}

.map-overlay {
  background-color: rgba(255, 114, 0, 0.75);
  width: 100%;
  height: auto;
}

.video_overlay {
  background-color: rgba(243, 243, 243, 1);
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.fluid-blocks-col {
  padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
  padding: 70px 80px 0 40px;
}

/*
Separator
*/
.separator {
  height: 1px;
  width: 170px;
  margin: 20px 0;
  background: #eeeeee;
  position: relative;
}

.separator:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #195;
  content: "";

}

.separator2 {
  height: 1px;
  width: 93%;
  margin: 20px 0;
  background: #eeeeee;
  position: relative;
}

.separator2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background: #ff7200;
  content: "";
}


.separator3 {
  height: 2px;
  width: 30px;
  margin: 20px auto;
  background: #5e9a28;
}

.separator4 {
  height: 2px;
  width: 30px;
  margin: 20px 0;
  background: #f38181;
}

/*section:nth-of-type(odd) {
background-color: #F9F9F9;
}*/
/*
Button
*/
/*.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
color: #ffffff;
background-color: #5e9a28;
border-color: #5e9a28;
}*/


.btn {
  border-radius: 0;
  margin-top: 20px;
  transition: .5s;
  font-weight: 500;
}

/*.btn:hover {
background-color:#f4720a;
color: #fff;
text-decoration: none;
border: 1px solid #f4720a;
}*/

/*.btn-primary {
background-color: #ff7200;
transition: .5s;
padding: 9px 30px;
}

.btn_news_color{
color:#5e9a28;
border-color: #5e9a28;
}*/

.btn-md {
  border: 1px solid #5e9a28;
  color: #5e9a28;
  padding: 10px 45px 10px 0;
}


.btn-larg {
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 30px;
}


/*.btn-default:active, .btn-default:hover  {
background: transparent;
}*/


/*
Extra height css
*/

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.mb-0 {
  margin-bottom: 0;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.padding-top-20 {
  padding-top: 1.33rem;
}

.padding-bottom-20 {
  padding-bottom: 1.33rem;
}

.padding-top-40 {
  padding-top: 2.66rem;
}

.padding-bottom-40 {
  padding-bottom: 2.66rem;
}

.padding-top-60 {
  padding-top: 5rem;
}

.padding-bottom-60 {
  padding-bottom: 5rem;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

/*padding*/
.padding-twenty {
  padding: 10px 0;
}

.padding-fourty {
  padding: 20px 0;
}

.padding-sixty {
  padding: 30px 0;
}

.padding-eighty {
  padding: 40px 0;
}

h1 span {
  color: #5e9a28;
  font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

/*for image bg*/


/*.img-bg{
background: url(../images/home-msg.jpg) no-repeat center top fixed;
background-size
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-color: rgba(34, 61, 97, 0.64);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 82px;
}


.main_menu_bg {
  margin-top: 0;
  background-color: rgba(254, 254, 254, 0.6);
}

.main_menu_bg .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all .6s;
  margin: 15px auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #195;
  /*border-bottom: 2px solid #195;*/
  background: transparent;
}

.main_menu_bg .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #195;
  padding-bottom: 22px;
  border-bottom: 2px solid #195;
  background: transparent;

}

.main_menu_bg .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #272727;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.navbar-brand {
  padding: 0 15px;
}

.navbar-brand > img {
  max-width: 200px;
}

.footer_logo > img {
  max-width: 200px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f5c239;

}

.dropdown-menu {
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .175);
  box-shadow: 0 0 0
}

.dropdown-menu .navbar-form .form-group input[type="text"] {
  background-color: rgba(34, 61, 97, 0.68);
  border: 1px solid #ff7200;
  color: #ff7200;
  width: 300px;
}

.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder {
  color: #ff7200;
  opacity: 1;
}

.dropdown-menu .navbar-form {
  margin-right: -30px;
}


.culmn {
  width: 100%;
  overflow: hidden;
}

/*heading title all area*/
/*.head_title{
margin-bottom:90px;
}*/
.head_title h3 {
  color: #413d4b;
}

.head_title p {
  font-family: 'playfair_displayregular', serif;
}

/*home section*/
.home {
  background: url(../images/bg.jpg) no-repeat 100% 100%;
  background-size: cover;
}

.home .main_home {
  padding-top: 250px;
}


.home .main_home h1 {
  color: #fff;
  margin-bottom: 20px;
}

.home .main_home p {
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.125rem;

}


.home .owl-theme .owl-nav {
  margin-top: 80px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff7200;
}

.owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: rotate(45deg);
}

/*features*/
section.features,
section.compare,
section.pricing {
  background: #195;
  margin-top: 82px;
}


/*service section css*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
}

.nav-tabs {
  border-bottom: 0 solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

/*.service_table .nav {
padding-left: 30px;
margin-bottom: 0;
list-style: none;
margin: top;
}*/

.service .nav-tabs > li > a {
  text-align: center;
  color: #444444;
  width: 250px;
  height: 180px;
  margin-left: 20px;
  border: 0;
  transition: all 0.6s;
}

.service_table_menu.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  width: 250px;
  height: 180px;
  color: #fff;
}

.service .tab-content {
  margin-top: 100px;
}

/*about section css*/
.about .main_about_content .single_about {
  transition: all 0.6s;
  margin-bottom: 65px;
  overflow: hidden;
}

.about .main_about_content .single_about .single_about_img img {
  width: 100%;
  height: 100%;
}

.about .single_about .single_ab_icon {
  width: 15%;
  float: left;
  position: relative;
}

.about .single_about .single_ab_icon i {
  width: 100px;
  height: 105px;
  background: url(../images/iconbg1.png) no-repeat center center;
  line-height: 100px;
  text-align: center;
  color: #444;
  font-size: 2rem;
  transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
  background: url(../images/iconbg1h.png) no-repeat center center;
  color: #fff;

}

.about .single_about:hover .single_ab_icon:before {
  opacity: 1;
}

.about .single_about .single_ab_text {
  width: 70%;
  float: left;
  margin-left: 20px;
}

.about .single_ab_mision li {
  margin-bottom: 10px;
}

/*about_skill_area*/
.about_skill_area {
  margin-top: 75px;
}

.about_skill_area .tab-content {
  margin-top: 50px;
  display: inline-block;
}

.about_skill {
  margin-top: -38px;
}

.skillbar {
  background: transparent;
  display: block;
  height: 7px;
  margin-bottom: 64px;
  top: 65px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .4s;
  transition-property: width, background-color;
  transition-timing-function: linear;
  width: 100%;
  border: 1px solid #dddddd;
}

.skillbar-title {
  color: #323232;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}

.skillbar-title span {
  display: block;
  float: right;
  margin-left: 75px;
  margin-top: -30px;
  font-size: 13px;
}

.skillbar-bar.blue {
  background-color: #ff7200;
  height: 5px;
  width: 0;
}


/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: rotate(0deg);
  border: 1px solid #ddd;
}


/*others service section css*/
.othersservice {
  background: #ffffff;
}

.othersservice .single_othersservice {
  margin-bottom: 30px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;

}

.single_othersservice_icon h4 i {
  color: #fff;
  font-size: 2rem;
  /*background: url(../images/iconbg2.png) no-repeat center center;*/
  background: #195;
  width: 64px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin-right: 10px;
  transition: 0.6s;
  border-radius: 50px;
}

.othersservice .single_othersservice:hover .single_othersservice_icon h4 i {
  /*background: url(../images/iconbgh2.png) no-repeat center center;*/
  background: #195;
  color: #fff;
}

.othersservice .single_othersservice .single_othersservice_content {

}


/* Team section css */
.team {
  color: #fff;
}

.team .single_team_content {
  margin-top: 30px;
  transition: all .6s;
}


.team .single_team_content .single_team_img img {
  width: 100%;
  transition: 0.6s;

}

.team .single_team_content .single_team_img {
  position: relative;

}

.team .single_team_content:hover .single_team_img img {
  transform: scale(1.05);


}

.team .single_team_content:hover .single_team_text_overlay {
  opacity: 1;
}

.team .single_team_content .single_team_text_overlay {
  position: absolute;
  left: 15%;
  top: 30%;
  background: rgba(255, 114, 0, 0.75);
  padding: 10px 20px;
  width: 70%;
  opacity: 0;
  transition: all 0.6s;
}

.team .single_team_content .single_team_text_overlay h4 {
  margin-bottom: .0rem;
  display: inline-block;
}

.team .single_team_text_overlay .team_overlay_socail {
  margin-top: 40px;
}

.team .single_team_content .single_team_text_overlay .team_overlay_socail a i {
  border: 1px solid #fff;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: all .6s;
}

.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i {
  background: #fff;
  color: #ff7200;
}


/*why choose us section css*/

/*choose section css*/
.choose .main_choose .single_choose .single_choose_img img {
  width: 100%;
  height: 100%;
}

.choose .main_choose .single_choose .single_choose_acording .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
}

button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  color: #ff7200;
}

button.btn-md {
  text-align: center;
  color: #444;
  letter-spacing: 1px;
  margin: 0;
  font-size: 0.8125rem;
  border-radius: 0;
  background-color: transparent;
  transition: .5s;
  border: 0 solid #ff7200;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

button.btn-md:hover {
  background-color: transparent;
  color: #ff7200;
  text-decoration: none;
  border: 0 solid #f4720a;
}

.scale-anm {
  margin: 0 0 1.125rem;
  width: 100%;
}

.grid_item_overlay {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background: rgba(255, 114, 0, 0.75);
  color: #fff;
  opacity: 0;
  transition: 0.6s;
  text-align: center;
  padding: 35% 20px 20px;
  z-index: 99;
}

.g_overlay_1 {
  padding-top: 16%;
}

.g_overlay_2 {
  padding-top: 85%;
}

/*.grid_item_overlay h4{
margin-bottom:0;
margin-top:40px;
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
overflow: hidden;
display: block
}*/
.grid_item_overlay a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  background: transparent;
}

.grid_item_overlay a:hover i {
  color: #ff7200;
  background: #fff;
}


.contact .single_contact_info {
  margin-bottom: 45px;
  overflow: hidden;
}

.contact .single_info_icon {
  width: 15%;
  float: left;
  margin-right: 5%;
}

.contact .single_info_icon i {
  width: 60px;
  height: 56px;
  line-height: 56px;
  color: #444;
  background: url(../images/info_iconbg.png) no-repeat;
  font-size: 1.5rem;
  padding-left: 15px;
}

.contact .single_info_text {
  float: left;
  width: 80%;
}

/*footer widget*/

.footer_widget {
  background: #1a1a1a;
  color: #195;
  background-size: cover;
}

.footer_widget .main_widget {
  padding: 50px 15px 20px 15px;
  overflow: hidden;
}

.single_widget {
  margin-bottom: 30px;
}

.single_widget ul li {
  margin-bottom: 10px;
}

.single_widget ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #07813e;
  line-height: 1.2rem;
  font-weight: 500;
}

.single_widget ul li a:hover {
  color: #ff7200;
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_title h4 {
  margin-bottom: 5px;
}

.footer_title .separator {
  margin: 10px 0;
}

.single_widget li.single_latest_news {
  margin-bottom: 20px;
}

.footer_subcribs_area .navbar-form {
  padding: 0;
}

.footer_subcribs_area .form-control {
  font-size: 14px;
  border: 1px solid #a199b4;
  color: #a199b4;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  height: 45px;
  background-color: transparent;
  line-height: 20px;
}

.footer_subcribs_area .form-group {
  position: relative;
}

.footer_subcribs_area .submit_btn {
  background: transparent;
  border: 0 solid #ccc;
  color: #ededed;
  padding: 5px 10px;
  border-radius: 0;
  height: 45px;
  outline: none;
  width: 25%;
  transition: all .6s;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer_subcribs_area .submit_btn:hover {
  color: #fff;
}

.footer_subcribs_area .submit_btn:before {
  content: "\f178";
  font-family: 'Fontawesome', serif;
  text-align: center;
  font-size: 1rem;
}


/*footer section*/
/*#footer{
position: absolute;
right: 0;
bottom: 0;
left: 0;
}*/
.footer {
  background: #000000;
}

.footer .main_footer {
  overflow: hidden;
  padding: 40px 0;
}

.footer .flowus {
  text-align: right;
}

.footer .flowus a i {
  color: #fff;
  font-size: 1rem;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
  margin-top: 10px;
}

.footer .flowus a i:hover {
  color: #ff7200;
  border: 1px solid #ff7200;
}

.copyright_text {
  text-align: left;
}

.copyright_text p {
  color: #fff;
  line-height: 25px;
  max-width: 100%;
  padding-top: 15px;
}

.copyright_text p i {
  padding: 0 10px;
  color: #ff0000;
}

.copyright_text p a {
  padding: 0 10px;
  color: #ff7200;
}


/* scrollup */

.scrollup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: .3;
  position: fixed;
  bottom: 20px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  z-index: 1000;
  transition: opacity .5s, background-color .5s;
  -moz-transition: opacity .5s, background-color .5s;
  -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
  background: #ff7200;
  opacity: 1;
}

.scrollup i {
  font-size: 13px;
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;

}

.home-box {
  margin-top: 160px;
  width: 100%;
  text-align: center;
}

h3.home-title {
  line-height: 100%;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000;
}

h2.home-title-company {
  font-weight: 800;
  font-size: 45px;
  text-transform: lowercase;
  text-shadow: 1px 1px #ffffff;
}

h2.home-title-company > span.django {
  color: #04813e;
}

h2.home-title-company > span.europe {
  color: #002eff;
}

.home-box a.btn,
.features-box a.btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
  padding: 0.714em 1.286em 0.857em;
}

.home-box a.btn {
  background-color: #000;
  color: #0f8;
}

.home-box a.btn:hover,
.home-box a.btn:active {
  background-color: #195;
  color: #fff;
  border-color: #000;
}

.features-box {
  margin-top: 50px;
  color: #ffffff;
}

h2.features-title {
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.features-box p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.features-box i.fa-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15em;
}

.features-box a.btn {
  margin-bottom: 35px;
}

.othersservice h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

h4.free-service {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000;
  font-weight: 600;
}

.thumbnail.about {
  border: none;
}

.table-compare {
  margin-top: 50px;
  margin-bottom: 50px;
  /*text-align: center;*/
}

.table-compare thead {
  font-size: 25px;
}

.table-compare td.comparative {
  background: #195;
  color: #ffffff;
  text-align: center;
}

.table-compare td.comparative i.fa {
  font-size: 3em;
}

.table-compare td.comparative h4 {
  margin-bottom: 0;
}


.mini-text {
  line-height: 120%;
}

h1.mini-text {
  font-size: 12px;
}

h2.mini-text {
  font-size: 11px;
}

h3.mini-text {
  font-size: 10px;
}

p.mini-text {
  font-size: 8px;
}

pre.mini-text {
  font-size: 8px;
  padding: 3px;
}

.help-block-error li {
  color: red;
}

.btn-success {
  background-color: #195;
  border-color: #195;
}
