/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

/**media Queries**/

.navbar-default {
  background-color: #fff;
}

.main-header {
  /*background: url(../img/banner.jpeg) no-repeat;*/
  background-size: cover; 
  position:relative;
  padding-bottom:30px
}
.main-header:before{
	position:absolute;width:100%;
	height:100%;
	content:"";
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%);*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );

}
.bg-color {
  background-color: RGBA(0, 0, 0, 0.41);
}

.nav>li>a {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  height: inherit;
  font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #000;
  text-transform: uppercase;
	background-color: transparent;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
  color: #bd0102;
  padding: 10px 20px;
  text-transform: uppercase;
	background-color: transparent;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #000;
}

.navbar-fixed-top {
  padding: 25px 0;
  transition: all 0.5s;
   border-bottom: 2px solid #bc0102;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: #fff;
		border-top: 0;
	}
}

.top-nav-collapse {
  background-color: #fff;
  padding: 25px 0;
  border-bottom: 2px solid #bc0102;
}

.wrapper {
  padding-top: 120px;
}

.top-title {
  z-index: 5;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
}

.sub-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 71px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
}

.title {
  font-size: 123px;
  font-weight: 700;
  color: #fff;
  line-height: 88px;
  letter-spacing: 4px;
  opacity: 1;
  text-transform: uppercase;
  padding: 25px 0px;
}

.btn-submit {
  background: #FFD34E;
  border: 0px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-weight: normal;
  border-radius: 0px;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
  border: 2px solid #FFD34E;
}

.btn-submit:hover {
  background: #fff;
}

/****/

#cta-1 {
  padding: 40px 0px;
}

.cta-info {
  border: 5px solid #FFD34E;
  padding: 40px 0px;
}

.cta-info h3 {
  font-size: 24px;
}

.dec-tec {
  font-size: 34px;
}

/****/

#feature {
  background-color: #f8f8f8;
}

.head-title {
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
}

.botm-line {
  background-color: #bd0102;
  width: 34px;
  height: 3px;
  display: inline-block;
}

.section-title:hover .botm-line {
  width: 70px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: width;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 1s;
  /* Standard syntax */
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

p {
  color: #000;
}

.icon {
  position: relative;
  height: 70px;
  width: 60px; 
  margin-top: 14px;
}

.icon i {
  font-size: 40px;
}

.icon-text { 
  padding: 0px 0 0 25px;
}

h3.txt-tl {
  font-size: 20px;
  line-height: 1.35;    text-transform: capitalize;
}

/****/

.parallax {
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg-image-2 {
  background: url('../img/cta-banner.jpg') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

.cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.cta-txt p {
  color: #fff;
}

/****/

.portfolio-box {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.black {
  color: #000 !important;
  font-weight: 600;
}

.btn-send {
  border-radius: 0px;
  color: #fff;
  background-color: #bd0102;
  width: 100%;
  height: 45px;
  letter-spacing: 1px;
  font-size: 18px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn.focus, .btn:focus, .btn:hover
{
  color: #fff !important;
}

a, a:hover {
  color: #F2184F;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
  color: #666;
  vertical-align: middle;
}

.location-info p {
  margin-bottom: 5px;
}

.location-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.contact-icon-container {
  position: absolute;
  top: -38px;
  right: 0;
  padding-right: 20px;
  font-size: 320px;
  color: #555;
  line-height: 300px;
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/****/

#footer {
  background-color: #191919;
  padding: 20px 0px;
}

.footer-copyright {
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.footer-social {
  float: right;
}

.footer-social a {
  font-size: 18px;
  color: #666;
}

.link-dec, .link-dec:hover {
  color: #000;
}

/****/

@media (min-width: 451px) and (max-width: 900px) {
  .section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-toggle:hover, .navbar-toggle {
    background-color: #fff;
    color: #000;
  }
  .navbar-toggle {
    margin-top: 0px;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: center;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  }
  .top-title {
    font-size: 15px;
  }
  .title {
    font-size: 50px;
  }
  .sub-title {
    font-size: 24px;
  }
  .footer-copyright {
    text-align: center;
  }
  .padding-right-zero {
    padding-right: 15px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .cta-txt h3 {
    font-size: 28px;
  }
  body {
    font-size: 14px;
  }
  h3.txt-tl {
    font-size: 20px;
  }
}

/****/

.cont-form-box
{
  width: 100%;
  height: auto;
}
.cont-form-box-heading {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #bd0102;
    border-radius: 10px 10px 0 0;
}
.cont-form-box-body {
    width: 100%;
    padding: 20px;
    background: #eee;
    padding-top: 40px;
    border-radius: 0 0 10px 10px;
    border: 2px solid #bc0102;
}
.hei-form
{
   height: 45px;
}
.head-top
{
  padding-top: 110px;
}
.cent-ser
{
  text-align: center;
  position: relative;
}
.about-full
{
  float: left;
  width: 100%;
  padding-left: 0px;
}
.icon-box {
    display: table-cell;
}
.pl-0 {
    padding-left: 0!important;
}
.pr-0 {
    padding-right: 0!important;
}
.video-popup {
    position: relative;
}
.img-fullwidth {
    width: 100% !important;
}
.ic-box
{
  margin-top: 2px;
}
.icon-box-title
{
  vertical-align: middle;
}
hr
{
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.pad-about
{
  padding-top: 70px;
}
.icon-box .icon.icon-border-effect {
    position: relative;
}
.icon-box .icon.icon-md {
    height: 75px;
    width: 75px;
}
.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.icon-box .icon {
    display: inline-block;
  }
  .bg-theme-colored {
    background-color: #202C45 !important;
}
.pl-0 h5
{
  font-size: 15px;
}
.pl-0 .icon
{
  float: none;
}
.bg-theme-colored .fa
{
  padding-top: 15px;
  color: #fff;
}
.bg-theme-colored:hover
{
  background-color: #F2184F !important;
  color: #fff;
}
.bg-theme-colored .fa:hover
{
  color: #fff;
}
.fa
{
  color: #F2184F;
}

.about-full li { 
    margin-bottom: 18px;
}
.about-full ul{padding:0 0 0 10%}
.tabdiv{display:table}
.tabdiv div{display:table-cell;vertical-align:middle}
.ourservices h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.about-full i {
    font-size: 24px;
    float: left;
    margin: 0 10px 0 0;
}
.univ-ty
{
  text-transform: uppercase;
  margin-top: 30px;
}
.univ-ty-sm
{
  color: #f2184f;
  font-size: 13px;
}
.univ-hh4
{
  font-size: 18px;
  margin-bottom: 20px;
}
.univ-hh4 .fa
{
  padding-right: 10px;
}
.set-bg-img
{
  background: url(../img/WordSmith_ContactUs.jpg) no-repeat;
}
.divider
{
  background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 20px;
}

.contact-overlay.contact-overlay-dark::before {
    background-color: rgba(17, 17, 17, 0.9);
}
.contact-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.contact-bot
{
  margin-bottom: 20px;
  width: 65%;
}
.contact-title
{
  color: #fff;
}
.cont-white
{
  color: #fff;
  display: inline-block;
}
.cont-white:hover
{
  color: #fff;
  text-decoration: none;
}
.conthh4-title
{
    color: #fff;
    font-size: 20px;
}
hr
{
  border-top: none !important;
}
.list-pad
{
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-contact
{
  margin-right: 5px;
  margin-bottom: 5px;
}
.text-theme-color-2
{
  margin-right: 5px;
  font-size: 22px;
  color: #faaf40;
}
.styled-icons.icon-bordered a
{
  border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
    background-color: #777777;
    color: #fff;
}
.styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}
.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
    padding: 5px 10px;
    font-size: 20px;
}
.styled-icons
{
  padding: 0px;
}
.head-top-tk
{
 padding-top: 40px;
}
/*24-05-2019*/
.img-logo
{
width: calc(100% + 20%);
}
.top-nav-collapse.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus
{
  color: #bc0102;
}
.top-nav-collapse.navbar-default .navbar-nav>li>a:hover
{
  color: #bc0102;
}
.top-nav-collapse.navbar-default .navbar-nav>li>a
{
  color: #000;
}
.img-halfwidth
{
  width: 79%
}
.list-ul
{
  list-style: disc;
}
.list-li
{
  margin-bottom: 10px;
  text-align: justify;
}
.style_prevu_kit
{   
    margin-bottom: 20px;
    display:inline-block;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #be1e2d;
    width:196px;
    height:210px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 10px #7e7e7e;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.fond-rate
{
  color: #000;
  text-align: center;
}
.compo
{
  font-size: 18px;
  text-align: center;
  color: #000;
}
.fond-box
{
  border-top: 1px solid;
}
.session
{
  margin-top: 10px;
    text-align: center;
    font-size: 18px;
}
.space
{
  padding-top: 20px;
}
.contact-logo
{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.li-white
{
  margin-top: 10px;
}
.copyright
{
  color: #fff;
  margin-top: 20px;
}
.copyright-link
{
  color: #fff;
}
.copyright-link:hover
{
  color: #be1e2d;
  text-decoration: none; 
}
img
{
  max-width: 100%;
}
img.appicon {
    width: 55% !important;
    margin-bottom: 15px;
}
.apps
{
  margin-top: 30px;
  font-size: 22px;
}
.border-copyright
{
  border-top: 1px solid #fff;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 992px)
{
  .cent-sm
  {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .wrapper
  {
    padding-top: 180px;
  }
  .banner-bottom
  {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px)
{
  .top-nav-collapse.navbar-default .navbar-nav>li>a
  {
    color: #fff;
  }
  .wrapper
  {
    padding-top: 120px !important;
  }
  .style_prevu_kit
  {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px; 
  }
  .banner-bottom
  {
    margin-bottom: 20px;
  }

}
.cont-form-box-body .wpcf7-form-control.wpcf7-textarea
{
    height: 120px;
}
.cont-form-box-body .screen-reader-response
{
    display: none;
}
.cont-form-box-body .wpcf7-not-valid-tip
{
    color: #bd0102;
}
.cont-form-box-body .form-control.wpcf7-text .wpcf7-not-valid-tip
{
    border-color: #bd0102;
}
.cont-form-box-body .wpcf7-response-output.wpcf7-validation-errors
{
    color: #bd0102;
}
.cont-form-box-body .wpcf7-response-output.wpcf7-mail-sent-ok
{
    color: #000;
    border: 2px solid #0cbf3a;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
.abo-t
{
    font-size: 16px;
}