@charset"utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*-------------------------------------
        1. Fonts plugin here
-------------------------------------*/


/*-------------------------------------
        2. reset css here
-------------------------------------*/

* {
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  outline: none;
  font-weight: normal;
  font-size: 16px;
  color: #2b2b2b;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #ff6130;
}

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

a,
li,
ul,
p,
span,
small,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

p {
  font-size: 16px;
  padding: 0;
  color: #231f20;
  line-height: 28px;
}

p.nom {
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

img {
  border: none;
  outline: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.margin60 {
  margin-top: 60px;
}

.padd-lt60 {
  padding-left: 60px;
}

.padd-rt60 {
  padding-right: 60px;
}


/*-------------------------------------
         3. Form reset
-------------------------------------*/

.btn.nor {
  border-radius: 0;
}

.form-control,
textarea,
select,
input[type="text"],
input[type="password"],
input[type="reset"] {
  border: 1px solid #ccc;
  border-radius: 0px;
}

.contact-form .form-control input[type="text"],
input[type="email"] {
  height: 53px !important;
}

.form-control {
  height: auto;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #18a9e4;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input {
  font-family: inherit;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #2b2b2b !important;
  opacity: 1;
}

.form-control::placeholder {
  color: #2b2b2b !important;
  opacity: 1;
}

input[type="submit"]:hover {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #ff6130 !important;
  box-shadow: 4px 4px #ff6000;
  color: #ff6130;
}


/*-------------------------------------
         4. Typography 
-------------------------------------*/

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.big {
  font-size: 4em;
  font-family: 'texgyreadventorbold';
  color: #fff;
  line-height: 36px;
  display: inline-block;
  margin: 15px 0;
}

.tit40 {
  font-size: 31px;
  color: #fff;
  font-family: 'texgyreadventorregular';
  line-height: 36px;
}

.tit46 {
  font-size: 46px;
  font-weight: bold;
  font-family: 'texgyreadventorregular';
}

.tit49 {
  font-size: 49px;
  font-family: 'texgyreadventorbold';
}

.tit36 {
  font-size: 36px;
  font-family: 'texgyreadventorregular';
}

.tit56 {
  font-size: 56px;
}

.tit30 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 17px;
}

.tit23 {
  font-size: 23px;
}

.tit43 {
  font-size: 43px;
}

.tit41 {
  border-bottom: 1px solid #ddd;
  color: #f1592a;
  font-family: "texgyreadventorregular";
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.tit27 {
  font-size: 27px;
  color: #302f2f;
  line-height: 43px;
  font-family: 'AvenirMedium';
  margin: 0px;
  padding: 0px;
}

.tit25 {
  font-size: 25px;
  font-family: 'texgyreadventorregular';
}

.tit46 span {
  color: #ff6130;
  font-family: 'texgyreadventorbold';
  padding-right: 6px;
}


/*-------------------------------------
         5. Social Color
-------------------------------------*/

.bg-fb {
  background: #0099d9;
}

.bg-fb:hover {}

.bg-twtr {
  background: #17a4be;
}

.bg-twtr:hover {}

.bg-fb,
.bg-twtr {
  color: #fff;
}

.bg-linked {
  background: #0061bb;
}

.bg-gp {
  background: #ef3d2a;
}

.fb:hover {
  color: #0099d9;
}

.twtr:hover {
  color: #17a4be;
}

.linked:hover {
  color: #0061bb;
}

.gp:hover {
  color: #ef3d2a;
}


/*-------------------------------------
         6. Header-section
-------------------------------------*/

.navbar-inverse {
  background: none;
  border: none;
}

.navbar {
  margin-bottom: 0px !important;
}

.nav.navbar-nav li a {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'AvenirMedium';
  padding-bottom: 38px;
  padding-top: 48px;
  padding-right: 14px;
  padding-left: 14px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background: #ff6130;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: #ff6130;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  background: #ff6130;
  color: #fff;
}

.top-social > li {
  display: inline-block;
}

.top-social {
  float: left;
  margin-left: 3.8%;
  padding-top: 50px;
}

.top-social li a {
  color: #2b2a2a;
  font-size: 22px;
  padding: 0 20px 0 0;
}

.get-free {
  border: 1px solid #2b2a2a;
  border-radius: 30px;
  position: relative;
  margin-top: 28px;
  text-align: center;
  font-family: 'AvenirHeavy';
}

.get-free a {
  position: relative;
  z-index: 9;
  font-size: 18px;
  color: #ff6130;
  letter-spacing: 0.5px;
  display: block;
  padding: 17px 0px;
  border-radius: 30px;
  transition: all 0.5s ease 0s;
}

.get-free > a::after,
.get-free > a::before {
  border-top: 1px solid #fff;
  bottom: 100%;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: -1;
}

.get-free > a::after {
  bottom: auto;
  top: 100%;
}

.get-free > a::after:hover {
  border-color: #000;
}

.get-free::before {
  background: #ff6130 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
  z-index: 10;
}

.get-free::after {
  background: #ff6130 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 92%;
  width: 10px;
  z-index: 9;
}

.get-free > a:hover {
  background: #ff6130;
  color: #fff;
}

.logo {
  padding-top: 25px;
  position: relative;
  z-index: 9999;
}

.logo small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #c1c1c1;
  line-height: 30px;
  text-align: center;
  display: block
}

.navbar-toggle {
  background-color: #ff6130;
  border-color: #fff !important;
}

.navbar-toggle:hover {
  background-color: #ff6130 !important;
  border-color: #fff !important;
}


/*-------------------------------------
         7. Banner-section
-------------------------------------*/

.hp-banner {
  position: relative;
  width: 100%;
  vertical-align: top;
  text-align: center
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: repeat;
  background-position: center top;
  height: 100%;
}

.banner-caption {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding-top: 12%;
}

.banner-caption h6 {
  font-size: 28px;
  font-weight: normal;
}

.advert-box {
  width: 322px;
  position: relative;
  border: 2px solid #fff;
  border-top: none;
  margin: 0 38px;
  padding: 6px;
  float: none;
  display: inline-block;
}

.advert-box::before {
  position: absolute;
  width: 32%;
  content: "";
  border: 2px solid #fff;
  left: 0;
  top: 0;
}

.advert-box::after {
  position: absolute;
  width: 32%;
  content: "";
  border: 2px solid #fff;
  right: 0;
  top: 0;
}

.advert-inner {
  border: 1px solid #fff;
  border-top: none;
  border-collapse: separate;
  position: relative;
  transition: all 0.4s ease 0s;
}

.advert-inner:hover img {
  transform: rotate(350deg);
}

.advert-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  content: "";
  border: 1px solid #fff;
}

.advert-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  content: "";
  border: 1px solid #fff;
}


/* .advert-box:nth-child(3) {
  margin: 0;
}
 */

.banner-box {
  padding-top: 11%;
}

.advert-inner > img {
  margin: -40px 0 0;
}

.advert-inner h4 {
  font-size: 21px;
  line-height: 28px;
  font-family: 'texgyreadventorbold';
}

.banner-caption .tit40 {
  line-height: 40px;
}

.main-quote {
  background: #fafafa none repeat scroll 0 0;
  border-left: 10px solid #ff6130;
  font-family: "AvenirMedium";
  min-height: 317px;
  position: fixed;
  right: -45%;
  top: 29%;
  width: 45%;
  z-index: 99999999;
  padding-top: 20px;
}

.request-quote {
  background: #ff6130 none repeat scroll 0 0;
  border-radius: 2px 0 0 2px;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  height: auto;
  left: -32%;
  line-height: 24px;
  padding: 19px 0 19px 21px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 42%;
  width: 258px;
}
.request-quote br{ display:none;}
.request-quote .fa.fa-pencil {
  border-bottom: 2px solid #fff;
  font-size: 22px;
}

.reqbtn {
  background: #ff6130;
  color: #fff;
  font-size: 19px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  border-color: #ff6130;
  display: block;
  margin-top: 11%;
}

.main-quote > form {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 3%;
}

.main-quote .form-control.input-sm {
  font-size: 1em;
}

.main-quote textarea {
  font-size: 1em;
}

.main-quote .form-control.input-sm {
  height: 1% !important;
}

.slider {
  width: 100%;
}

.responsive-quote-form {
  display: none;
}

.responsive-quote-form {
  background: rgba(255, 97, 48, 0.7) none repeat scroll 0 0;
  margin-top: 0%;
  padding-bottom: 20px;
  width: 100%;
}

.responsive-quote-form .reqbtn {
  margin-top: 0px;
}


/*-------------------------------------
         8. Hp-About-section
-------------------------------------*/

.hp-about {
  overflow-x: hidden;
}

.text-desc {
  width: 575px;
}

.hp-about h1 {
  color: #101010;
  text-align: center;
  line-height: 59px;
  padding-top: 24px;
  padding-bottom: 37px;
}

.hp-about h1 span {
  color: #ff6130;
}

.hp-about h2 {
  color: #383838;
  line-height: 36px;
  font-family: 'AvenirMedium';
  text-transform: capitalize;
}

.hp-about p {
  color: #646363;
  font-weight: 300;
  line-height: 32px;
}

.read-more {
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  position: relative;
  margin-top: 46px;
  text-align: center;
  font-family: 'AvenirHeavy';
  width: 39%;
}

.read-more a {
  position: relative;
  z-index: 9;
  font-size: 18px;
  color: #ff6130;
  letter-spacing: 0.5px;
  display: block;
  padding: 17px 0px;
  border-radius: 30px;
  transition: all 0.5s ease 0s;
}

.read-more > a::after,
.read-more > a::before {
  border-top: 1px solid #fff;
  bottom: 100%;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: -1;
}

.read-more > a::after {
  bottom: auto;
  top: 100%;
}

.read-more::before {
  background: #ff6130 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
  z-index: 10;
}

.read-more::after {
  background: #ff6130 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 92%;
  width: 10px;
  z-index: 9;
}

.margin1 {
  margin-top: 43px;
}

.hp-about .carousel-control.left,
.hp-about .carousel-control.right {
  background: none;
}

.hp-about .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
  padding-bottom: 43px;
}

.hp-about .carousel {
  background: #ff6130 none repeat scroll 0 0;
  color: #fff;
  position: relative;
  text-align: center;
  padding-top: 12.5%;
  padding-bottom: 9.5%;
}

.hp-about .carousel-inner .item {
  font-size: 25px;
  line-height: 36px;
  font-family: 'texgyreadventorregular';
}

.carousel-container {
  position: relative;
}

.email-prev {
  background: url(../images/prev.png) no-repeat center left;
  width: 11px;
  height: 19px;
  display: block;
}

.email-next {
  background: url(../images/next.png) no-repeat center right;
  width: 11px;
  height: 19px;
  display: block;
}

.hp-about .carousel-control.left {
  left: 20px;
  top: 52%;
}

.hp-about .carousel-control.right {
  width: 4.5%;
  top: 52%;
}

.read-more:hover {
  background: #ff6130 none repeat scroll 0 0;
}

.read-more:hover a {
  color: #fff;
}


/*-------------------------------------
         9. Hp-service-section
-------------------------------------*/

.hp-service {
  background: url(../images/service-bg.jpg) no-repeat center top;
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  padding-bottom: 58px;
  background-size: cover;
}

.hp-service h1 {
  font-family: 'texgyreadventorregular';
  line-height: 17px;
  padding-top: 71px;
  padding-bottom: 60px;
}

.hp-service h1 span {
  font-size: 24px;
  line-height: 47px;
  padding-top: 14px;
  display: block;
}

.service-icon {
  border: 6px solid;
  border-radius: 50%;
  height: 131px;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 131px;
}

.hp-service p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.free {
  border: 1px solid;
  font-size: 20px;
  line-height: 29px;
  padding: 18px 38px;
  text-align: center;
  font-family: 'AvenirMedium';
}

.tit30 > a {
  font-family: 'AvenirRoman';
  transition: all 0.4s ease 0s;
}

.free:first-child {
  margin-right: 34px;
}

.free:hover {
  background: #fff;
  color: #ff6130;
}

.hp-service .tit30 > a:hover {
  color: #231f20;
}

.hp-service div[class^="col-"] {
  margin-bottom: 60px;
}


/*-------------------------------------
         10. Hp-case-study-section
-------------------------------------*/

.case-study {
  float: left;
  width: 100%;
  text-align: center;
}

.case-study h1 > span {
  color: #ff6130;
  line-height: 25px;
  font-family: 'texgyreadventorbold';
}

.case-study .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.case-study .carousel-control {
  width: 10%;
  opacity: 0.3;
}

.case-txt {
  padding-bottom: 2%;
  padding-top: 3%;
}

.case-txt .de-link {
  margin: auto;
}

.case-logo {
  border-bottom: 1px solid #b3b3b3;
  display: inline-block;
  margin-bottom: 2%;
  margin-top: 2.4%;
  padding-bottom: 14px;
}

.case-txt > p {
  color: #000;
  font-size: 23px;
  line-height: 36px;
  padding-bottom: 26px;
  font-family: 'AvenirRoman';
}

.case-study .tit46 {
  padding-bottom: 30px;
  padding-top: 28px;
}

.case-study .carousel-control.left {
  background: url(../images/prev-case.png) no-repeat;
  top: 35%;
  left: 15px;
}

.case-study .carousel-control.right {
  background: url(../images/next-case.png) no-repeat;
  width: 50px;
  top: 35%;
}

.case-txt .read-more {
  margin: auto;
  width: 20%;
}


/*-------------------------------------
         11. Hp-video-section
-------------------------------------*/

.video-section {
  float: left;
  width: 100%;
  background: url(../images/video-bg.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 20px;
  overflow: hidden;
}

.video-section h3 {
  font-family: "texgyreadventorregular";
  line-height: 36px;
  padding-bottom: 20px;
}

.vid eo-section p {
  color: #fff;
  font-size: 19px;
  line-height: 27px;
}

.video-section h4 {
  line-height: 33px;
}

.sendbook {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  height: 50px;
  border: none;
  border-radius: 2px;
}

.getbtn {
  background: #FF6130 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  height: 59px;
  width: auto !important;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.4s ease 0s;
}

/*.video {
  padding-bottom: 41px;
}*/

.free-ebook {
  position: relative;
  font-family: 'texgyreadventorregular';
}

.ebook {
  bottom: -31%;
  position: absolute;
  right: 0;
}

.video-overlay {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-overlay iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------------
         12. blog-section
-------------------------------------*/

.blog-testi {
  background-image: url("../images/line.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 2.5%;
  width: 100%;
  min-height: 562px;
}

.blog-testi h1 {
  padding-bottom: 6.5%;
}

.hp-testimonial h1 {
  padding-left: 8%;
}

.slick-slide img {
  display: block;
  float: left;
  width: auto !important;
  margin-right: 28px;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.slick-slide {
  text-align: left !important;
  font-family: 'Roboto', sans-serif;
}

.slick-dots li button {
  background: #c6c6c6 !important;
}

.slick-slide > span {
  color: #2c2622;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.slick-slide > small {
  font-family: 'Roboto', sans-serif;
  color: #a6a6a6;
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
}

.slick-slide p {
  color: #2c2622;
  font-size: 14px;
  line-height: 24px;
}

.slick-dots li.slick-active button {
  background: #ff6130 !important;
}

.slick-dots {
  bottom: -22% !important;
  left: 4% !important;
  width: auto!important;
}

.hp-testimonial .slick-dots {
  left: 12% !important;
}

.hp-testimonial .slick-slide img {
  position: relative;
  left: 0%;
  margin-right: 10%;
}

.blog-post .read-more {
  width: 24%;
}


/*-------------------------------------
         13. signup-section
-------------------------------------*/

.signup {
  background: url(../images/signup-bg.jpg) no-repeat center top;
  width: 100%;
  float: left;
  color: #fff;
  padding-bottom: 48px;
  padding-top: 60px;
  background-size: cover;
}

.signup-img .de-link:hover {
  background: #fff;
}

.signup-img .de-link:hover span {
  background: #fff;
  height: 67px;
  top: 0px;
}

.signup-img .de-link:hover a {
  color: #f3712f;
}

.signup-details p {
  font-weight: 300;
  font-size: 19px;
  line-height: 38px;
  color: #fff;
  text-indent: -5px;
}

.signup-form small {
  display: block;
  margin-bottom: 16px;
  font-weight: 400 !important;
}

.signup-details .tit43 {
  font-family: 'AvenirMedium';
}

.inner-sign-details .tit27 {
  margin: 0;
  padding: 0;
}

.signup strong {
  font-size: 55px;
}

.signup .read-more::before,
.signup .read-more::after {
  background: #fff;
}

.signup .read-more {
  display: inline-block;
  width: 48%;
  border-color: #fff;
}

.signup .read-more > a::after,
.signup .read-more > a::before {
  border-color: #f3712f;
}

.signup .read-more a {
  color: #fff;
}

.signup .read-more:hover {
  background: #fff;
}

.signup .read-more:hover a {
  color: #f3712f;
}


/*-------------------------------------
         14. Footer-section
-------------------------------------*/

.footer-full {
  width: 100%;
  float: left;
  position: relative;
  background: #1b1b1b;
  z-index: 9;
  padding-top: 66px;
  padding-bottom: 50px;
  font-family: 'AvenirLight';
  background-size: cover;
}

.footer-full::before {
  position: absolute;
  content: "";
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #2c2c2c;
}

.f-address {
  text-align: left;
  margin-top: 79px;
}

.f-address p {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.f-address p span {
  color: #a5a4a4;
}

.f-address p a {
  color: #a5a4a4;
}

.footer-menu {
  text-align: right;
  color: #fff;
  margin-top: 79px;
}

.footer-social {
  text-align: center;
}

.f-social {
  margin-top: 34px;
  margin-top: 34px;
}

.f-social > li {
  display: inline-block;
  padding: 0 5px 0 8px;
}

.f-social li a {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 37px;
  padding-top: 8px;
  width: 37px;
}

.footer-menu a {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 40px
}

.reach a {
  color: #fff;
  font-size: 14px;
}

.reach {
  margin-top: 67px;
}

.conversion-link ul li {
  display: inline-block;
  padding-right: 64px;
}

.conversion-link ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.conversion-link ul li a:hover, .tnc ul li a:hover {
    color: #FF6130;
}

.conversion-link ul li:last-child {
  padding-right: 0px;
}

.conversion-link {
  margin-top: 47px;
}

.tnc ul li {
  display: inline-block;
  padding-right: 26px;
}

.copyright p,
.tnc ul li a {
  color: #1b1b1b;
  font-size: 15px;
  line-height: 28px;
  font-family: 'AvenirRoman';
}

.tnc li:last-child {
  padding-right: 0px;
}

.tnc > ul {
  text-align: right;
}

.fo-copyright {
  padding-top: 26px;
  width: 100%;
  float: left;
}

.signup-img .de-link {
  border: 1px solid #fff;
  margin: 49px auto 0;
  border-radius: 30px;
}

.signup-img .de-link::after {
  position: absolute;
  left: 0;
  top: 92%;
  right: 0;
  bottom: 0;
  background: url(../images/w-dot.png) no-repeat center top;
}

.signup-img .de-link::before {
  position: absolute;
  left: 0;
  top: -5px;
  right: 0;
  margin: auto;
  bottom: 95%;
  background: url(../images/w-dot.png) no-repeat center top;
}

.signup-img .de-link > span {
  background: #f3712f none repeat scroll 0 0;
  height: 70px;
  left: 42.6%;
  position: absolute;
  top: -2px;
  width: 42px;
  z-index: 8;
}

.signup-img .de-link > a {
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 36px
}

.inner-content .container {
  width: 800px;
}

.inner-content {
  float: left;
  padding: 40px 0;
  width: 100%;
}

.inner-content h3 {
  border-bottom: 1px solid #ddd;
  color: #f1592a;
  font-family: "texgyreadventorregular";
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.inner-content ul {
  padding-left: 15px;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.inner-content li {
  line-height: 26px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 15px;
}

.inner-content li::after {
  background: #F1592A none repeat scroll 0 0;
  content: "";
  display: block;
  height: 7px;
  margin-right: 8px;
  position: absolute;
  right: 100%;
  top: 9px;
  width: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.inner-content p strong {
  display: inline-block;
  font-size: 19px;
  padding-bottom: 10px;
  padding-top: 12px;
}


/*-------------------------------------
         2. About_us_page
-------------------------------------*/

.inner-banner {
  width: 100%;
  position: relative;
  text-align: center;
}

.inner-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 6.5%;
}

.about-content .fa.fa-square,
.contact-page .fa.fa-square {
  border-radius: 0;
  color: #adadad;
  font-size: 6px;
  line-height: 38px;
  padding-right: 6px;
}

.about-content > p {
  color: #2a2929;
  font-size: 17px;
  font-weight: 300;
  line-height: 38px;
}

.getinitial {
  background: #ff6130 none repeat scroll 0 0;
  color: #fff;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 30px;
}

.getinitial h2 {
  display: inline-block;
  margin: 0;
  padding-right: 0;
}

.getinitial .read-more::before,
.getinitial .read-more::after {
  background: #fff;
}

.getinitial .read-more {
    border-color: #fff;
    display: inline-block;
    margin-left: 0px;
    margin-top: 25px;
    width: 29%;
}

.getinitial .read-more > a::after,
.getinitial .read-more > a::before {
  border-color: #ff6130;
}

.getinitial .read-more a {
  color: #fff;
}

.getinitial-grey {
  background: #e7e7e7 none repeat scroll 0 0;
  color: #101010;
  padding-bottom: 37px;
  padding-left: 34px;
}

.getinitial-grey h2 {
  display: inline-block;
}

.getinitial-grey .read-more::before,
.getinitial-grey .read-more::after {
  background: #101010;
}

.getinitial-grey .read-more {
  display: inline-block;
  width: 29%;
  border-color: #474747;
}

.getinitial-grey .read-more > a::after,
.read-more > a::before {
  border-color: #e7e7e7;
}

.getinitial-grey.getinitial .read-more > a::before {
  border-color: #e7e7e7 !important;
}

.getinitial-grey .read-more a {
  color: #474747;
}

.inner-signup {
  background: url(../images/inner-signup-bg.jpg) no-repeat center top;
  width: 100%;
  float: left;
  padding-top: 56px;
  min-height: 439px;
  background-size: cover;
}

.inner-signup small {
  font-size: 15px;
  color: #302f2f;
  font-weight: 300;
}

.inner-signup small span {
  color: #ff6130;
}

.inner-signup p {
  color: #101010;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.signbtn {
  background: #ff6130;
  color: #fff;
  border-radius: 0;
  width: 30% !important;
  transition: all 0.4s ease 0s;
}

.signup-form input[type="text"],
.signup-form input[type="email"] {
  height: 42px;
  border-radius: 0;
  color: #b2b2b2;
  font-weight: 300;
}

.inner-sign-details > img {
  padding-bottom: 12px;
  padding-top: 12px;
}

.inner-sign-details .fa.fa-square {
  font-size: 6px;
  padding-right: 6px;
}

.padding-less {
  padding-left: 0px !important;
}

.inner-sign-details small {
  display: block;
  padding-top: 12px;
  padding-bottom: 20px;
}

.getinitial .read-more:hover {
  background: #fff;
}

.getinitial .read-more:hover a {
  color: #ff6130;
}

.getinitial-grey .read-more:hover {
  background: #474747;
}

.getinitial-grey .read-more:hover a {
  color: #fff;
}


/*-------------------------------------
         3. Services_page
-------------------------------------*/

.inner-content .nav.nav-tabs {
  margin-top: 93px;
  border-bottom: none;
}

.inner-content .nav-tabs > li {
  margin: 0 18px 0 0;
  text-align: center;
}

.inner-content .nav-tabs > li:last-child {
  margin: 0px;
}

.inner-content .nav-tabs > li > a {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  line-height: 38px;
  padding: 10px 0;
  text-align: center;
  width: 242px;
  font-size: 15px;
  color: #101010;
}

.inner-content .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background: none;
  border-color: #ff6130;
  color: #ff6130;
}

.inner-content .tab-pane {
  padding-top: 15px;
}


/* .tab-pane ul {
  padding: 0 0 0 20px;
}
 */


/* .tab-pane ul li {
  margin-bottom: 10px;
}
 */

.box-row {
  margin-top: 58px;
  margin-bottom: 74px;
}

.box {
  border: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 60px;
  min-height: 305px;
}

.box h4 {
  color: #101010;
  line-height: 25px;
  padding-top: 6px;
}

#content {
  font-family: 'texgyreadventorregular';
}

.box1 {
  padding-top: 89px !important;
}

.service-tablet {
  /*   display: none;
 */
}

.box-row div[class^="col-"] {
  margin-bottom: 30px;
}


/*-------------------------------------
         4. Blog_page
-------------------------------------*/

.prev-blog a {
  background: url(../images/left-arrow.png);
  width: 54px;
  height: 16px;
}

.prev-blog a:hover {
  background: url(../images/hover-left.png);
}

.next-blog a {
  background: url(../images/right-arrow.png);
  width: 54px;
  height: 16px;
}

.next-blog a:hover {
  background: url(../images/hover-right.png);
}

.nextbox {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 47px;
  margin-bottom: 73px;
}

.nextbox span {
  color: #191919 !important;
  font-size: 55px;
  font-family: 'Lato', sans-serif;
  line-height: 31px;
}

.next-blog {
  float: right;
}

.blog-page p {
  color: #646363;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.blog-page small {
  color: #999;
  font-size: 14px;
  line-height: 29px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding-bottom: 24px;
  display: block;
}

.blog-post span {
  color: #ff6130;
	float: none !important;
	display: block;
}

.margin1 {
  margin-top: 60px;
}

.category,
.popular-post {
  border: 1px solid #e9e9e9;
  position: relative;
  border-top: none;
  text-align: left
}

.popular-post:before,
.category:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20%;
  border-top: 1px solid #e9e9e9;
}

.popular-post:after,
.category:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 20%;
  border-top: 1px solid #e9e9e9;
}

.popular-post img {
  float: left;
  margin: 0 14px 0 16px;
}

.popular-post h3,
.category h3 {
  text-align: center;
  position: relative;
  top: -22px;
  font-size: 24px;
  color: #191919;
  font-family: 'texgyreadventorregular';
}

.popular-post p {
  color: #101010;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.popular-post p small {
  color: #ff6130;
	padding-bottom: 0;
}

.category > p {
  color: #191919;
  font-size: 16px;
  line-height: 39px;
  padding: 0 10px;
}

.blog-details {
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 86px;
}

.blog-details p {
    color: #202020;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 5px;
}

.blog-details h3 {
  font-weight: 500;
  color: #000;
}

.blog-page .tit46 {
  padding-bottom: 26px;
  padding-top: 22px;
}

.blog-post .tit27 {
    clear: both;
    display: block;
    font-family: "texgyreadventorregular";
    padding-bottom: 16px;
}

.blog-post {
  padding-top: 30px;
}

.category {
  margin-top: 80px;
}

.blog-post img {
  padding-bottom: 25px;
}

.inner-banner-caption .tit40 {
  padding-top: 24px;
	margin:0;
}

.leave-comment .form-control input[type="text"],
input[type="email"] {
  height: 38px;
}

.leave-comment .input-sm {
  line-height: 3.3;
}

.leave-comment label {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.leave-comment .slim-border {
  margin: 18px 0;
}

.leave-comment > small {
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  line-height: 31px;
  margin-bottom: 3%;
}

.leave-comment .getbtn {
  background: #ff6130;
  width: 72% !important;
  height: 50px;
  color: #fff;
  text-transform: capitalize;
  border-color: #ff6130;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
}


/*-------------------------------------
         5. Contact_page
-------------------------------------*/

.cont-box {
  text-align: center;
}

.cont-box a {
  color: #000 !important;
  font-size: 17px;
  line-height: 24px;
}

.cont-box-icon {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  height: 120px;
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
  width: 120px;
}

.cont-box-icon::before {
  border: 18px solid #fafafa;
  border-radius: 50%;
  content: "";
  height: 160px;
  left: -21px;
  position: absolute;
  right: 0;
  top: -21px;
  width: 160px;
}

.cont-box-icon > img {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}

.contact-page p {
  font-size: 17px;
  color: #2a2929;
  line-height: 38px;
  font-weight: 300;
}

.cont-des-txt {
  color: #ff6130 !important;
  line-height: 25px !important;
  font-family: 'AvenirHeavy';
}

.contact-page a {
  color: #ff6130;
}

.cont-big-txt {
  font-size: 21px !important;
  color: #000 !important;
  line-height: 30px !important;
  font-family: 'AvenirHeavy';
}

.slim-border {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 1px solid #eee;
}

.contact-form input[type="submit"] {
  background: #ff6130 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  width: 44%;
  height: 54px;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'AvenirHeavy';
  transition: all 0.4s ease 0s;
}

.input-sm {
  line-height: 3.5;
}

.contact-form .form-group label {
  color: #797979;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  font-family: 'AvenirLight';
}

.btndown {
  margin-top: 116px;
}

.contact-form .form-group label span {
  color: #ff0c0c;
}

.contact-boxes {
  margin-top: 74px;
  font-family: 'AvenirRoman';
}

.cont-box > p {
  color: #000;
  line-height: 24px !important;
}

.ave {
  font-family: 'AvenirLight';
}

/*.contact-page p,
.about-content > p {
  text-indent: -5px;
}*/

#tabs li::after {
  display: none;
}

#tabs li {
  padding-left: 0;
  list-style: outside none none;
}

#tabs {
  padding-left: 0;
}

#tabs > li:nth-child(3n) {
  margin-right: 0;
}

.popular-post ul {
  padding-left: 0;
}

.popular-post li {
  list-style: outside none none;
  padding-left: 15px;
  padding-right: 15px;
}

.popular-post li::after {
  display: none;
}

.blog-post .read-more { width:200px;}

.category p span {
    font-size: 13px;
    padding-top: 10px;
}
.leave-comment span {
    display: inline-block;
}
