@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
 
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "GreatVibes-Regular";
  src: url("../fonts/GreatVibes-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
 @font-face {
  font-family:"Bariol_Bold";
  src: url("../fonts/Bariol_Bold.otf") format("truetype");}  
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  background: #e6e6e6;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
      background: #f5f5f5;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #fc6218;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #fc6218;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  font-family: "Roboto-Regular";
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Crimson Text", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #fc6218;
}

::-moz-selection {
  color: #fff;
  background: #fc6218;
}

::selection {
  color: #fff;
  background: #fc6218;
}

.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding:0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
    
	    background: linear-gradient(to right, white,#fefefc,#585d6f9e,#00000061,#0a1025a1);
}

.gtco-nav > .container {
  padding-bottom: 0px;
 
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 25px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gtco-nav #gtco-logo {
    margin-bottom: 0;
  }
}
.gtco-nav #gtco-logo a > span {
  color: #fc6218;
}
.gtco-nav a {
  padding:0px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
  padding-top:3%;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-family: "Roboto Mono", serif;
      padding: 25px 0;
}
.dropdown li{padding:0 !important;}
.gtco-nav ul li > a {
    font-family: "Roboto-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding:0px 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color:#fff;
}
.gtco-nav ul li > a:hover, .gtco-nav ul li > a:focus, .gtco-nav ul li > a:active {
  color: #f69731;
      border-left: 8px solid;
    padding-top: 1px;
	  padding-bottom: 1px;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.mg{    margin-top: 0px !important;}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 230px;
  -webkit-box-shadow: 21px 19px 104px -15px rgb(0, 0, 0);
  -moz-box-shadow: 21px 19px 104px -15px rgb(0, 0, 0);
  box-shadow: 21px 19px 104px -15px rgb(0, 0, 0);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 55px;
  left: 0;
  text-align: left;
      background: #0a1124;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0a1124;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li > a {
  text-transform: none;
  letter-spacing: inherit;
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li > a:hover {
  color: #f69731;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
 color: #f69731;
}
.gtco-nav ul li.btn-cta a {
  color: #fc6218;
}
.gtco-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .gtco-nav {
      background: #0a102594;
  padding: 0px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
      background: linear-gradient(to right, white,#fefefc,#585d6fe0,#0a1025,#0a1025a1);
	  -webkit-transition:all 2s ease;
  -o-transition: all 2s ease;
  transition:all 2s ease;
}
.scrolled .gtco-nav > .container {
  padding-bottom: 0px;

}
.scrolled .gtco-nav a {
  color: #fff;
}
.scrolled .gtco-nav ul li a:hover, .scrolled .gtco-nav ul li a:focus, .scrolled .gtco-nav ul li a:active {
  color: #fc6218 !important;
}
.scrolled .gtco-nav ul li.active a {
  color: #fc6218;
}
.scrolled .gtco-nav ul li.has-dropdown:hover > a, .scrolled .gtco-nav ul li.has-dropdown:focus > a {
  color: #fc6218;
}
.scrolled #imx{
	width:80% !important;
}
#imx{ 
width: 100%;-webkit-transition:all 2s ease;
  -o-transition: all 2s ease;
  transition:all 2s ease; }
.scrolled .logo{-webkit-transition:all 2s ease;
  -o-transition: all 2s ease;
  transition:all 2s ease;}
.scrolled .gtco-nav ul{    padding-top: 2%;}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#gtco-header .date-post {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-transform: uppercase;
}
#gtco-header a {
  color: white;
}
#gtco-header a:hover {
  color: white;
}
.padtop{padding-top:3% !important;}
.gtco-cover {

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(39, 41, 43, 0.7);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {

}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {

  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {

  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#gtco-main {
  width: 100%;
  float: left;
}
#gtco-main .related-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto Mono", serif;
  color: #000;
  margin-bottom: 50px;
}

.mt-negative {
  top: -7em;
  position: relative;
  z-index: 200;
}

article {
  text-align: center;
  float: left;
  margin-bottom: 0px;
  padding: 3em;
  background: #fff;
  position: relative;
}
article p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  article {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  article {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
article a img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
article a:hover img {
  opacity: .4;
}
article figure {
  margin-bottom: 30px;
}
article h2 {
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
}
article h2 a {
  color: #000;
}
@media screen and (max-width: 992px) {
  article h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
article .gtco-meta {
  font-size: 16px;
  font-family: "Roboto Mono", serif;
  color: #999999;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 480px) {
  article .gtco-meta {
    margin-bottom: 10px;
  }
}
article .gtco-meta.gtco-date {
  text-transform: uppercase;
  letter-spacing: 2px;
}
article .content-article {
  padding-top: 1em;
}
article .content-article a {
  text-decoration: underline;
}
article .content-article blockquote {
  border-left: none;
  padding-left: 0;
}
article .content-article blockquote p {
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1.5;
  color: #000;
}
article .content-article blockquote p cite {
  padding-top: 20px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-family: "Roboto Mono", serif;
  color: gray;
}
article .gtco-highlight {
  border: 4px solid #f2f2f2;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}
article .gtco-highlight.right {
  float: right;
  margin-left: 30px;
}
article .gtco-highlight.left {
  float: left;
}
article .gtco-highlight h4 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: "Roboto Mono", serif;
}
article .gtco-highlight p {
  font-family: "Crimson Text", Arial, sans-serif;
  font-style: italic;
  color: #000;
  font-size: 20px;
}

figure figcaption {
  padding-top: 15px;
  font-size: 12px;
  font-family: "Roboto Mono", serif;
  color: #999999;
}

#gtco-post-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-left: -2%;
}
@media screen and (max-width: 768px) {
  #gtco-post-list {
    margin-left: 0% !important;
  }
}
#gtco-post-list li {
  display: block;
  padding: 0;
  margin: 0 0 20px 2%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #gtco-post-list li {
    margin-left: 0;
  }
}
#gtco-post-list li .post-meta {
  position: absolute;
  bottom: 30px;
  display: block;
  padding: 0 30px;
}
#gtco-post-list li .post-meta .date-posted {
  margin-left: 10px;
}
#gtco-post-list li.two-third {
  width: 64.6%;
}
@media screen and (max-width: 992px) {
  #gtco-post-list li.two-third {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.two-third {
    width: 100%;
  }
}
#gtco-post-list li.one-third {
  width: 31.3%;
}
@media screen and (max-width: 992px) {
  #gtco-post-list li.one-third {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.one-third {
    width: 100%;
  }
}
#gtco-post-list li.one-half {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #gtco-post-list li.one-half {
    width: 100%;
  }
}

.entry {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
  float: left;
  width: 100%;
}
.entry.one-half {
  width: 50%;
  margin-right: 20px;
}
.entry.one-half:last-child {
  margin-right: 0;
}
.entry h3 {
  font-size: 30px !important;
  line-height: 1.2;
}
.entry .entry-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 340px;
}
.entry .entry-desc {
  padding: 30px;
  margin-bottom: 40px;
}
.entry p {
  color: #1a1a1a;
  line-height: 1.9;
}
.entry.full {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry.full {
    display: block;
  }
}
.entry.full .entry-img {
  display: table-cell;
  vertical-align: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .entry.full .entry-img {
    display: block;
    width: 100%;
  }
}
.entry.full .entry-desc {
  background: #fff;
  padding: 30px;
  display: table-cell;
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .entry.full .entry-desc {
    display: block;
    width: 100% !important;
  }
}
.entry.full .post-meta {
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  .entry.full .post-meta {
    margin-left: 0px;
  }
}

.post-entry > .post-entry,
.post-entry > .post-img {
  vertical-align: top;
}
.post-entry > .post-img {
  display: table-cell;
  width: 100px;
}
.post-entry > .post-img a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-entry > .post-img a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-entry > .post-img a:hover img {
  opacity: .8;
}
.post-entry > .post-copy {
  padding-left: 20px;
  display: table-cell;
}
.post-entry > .post-copy h4 {
  color: #fff;
  font-size: 20px;
}
.post-entry > .post-copy h4 a {
  color: #fff;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
}
.pagination > li > a:hover {
  color: #fc6218 !important;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  z-index: 19;
  background: #fff !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fc6218 !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #cac7c6;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.1;
  font-family: "Crimson Text", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 40px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn {
  padding: 15px 30px;
  background: #fc6218;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#gtco-header .display-tc .or,
#gtco-counter .display-tc .or,
.gtco-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#gtco-header .display-tc .text-link,
#gtco-counter .display-tc .text-link,
.gtco-cover .display-tc .text-link {
  border-bottom: none;
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 14px;
  color: #fc6218;
  font-family: "Roboto Mono", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#gtco-header .display-tc .text-link:hover,
#gtco-counter .display-tc .text-link:hover,
.gtco-cover .display-tc .text-link:hover {
  color: #fff;
}
#gtco-header .display-tc .form-inline .form-group,
#gtco-counter .display-tc .form-inline .form-group,
.gtco-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-header .display-tc .form-inline .form-group .form-control,
#gtco-counter .display-tc .form-inline .form-group .form-control,
.gtco-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.gtco-bg-section {
  background: #F0F5F9;
}

#gtco-services,
#gtco-main,
#gtco-started,
#gtco-testimonial,
#gtco-blog,
#gtco-project,
#gtco-about,
#gtco-team,
#gtco-contact,
#gtco-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #gtco-services,
  #gtco-main,
  #gtco-started,
  #gtco-testimonial,
  #gtco-blog,
  #gtco-project,
  #gtco-about,
  #gtco-team,
  #gtco-contact,
  #gtco-footer {
    padding: 3em 0;
  }
}

#gtco-testimonial {
  background: #F0F5F9;
}
#gtco-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
}
#gtco-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#gtco-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
#gtco-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#gtco-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Crimson Text", Arial, sans-serif;
}
#gtco-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#gtco-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
#gtco-testimonial .testimonial.gtco-selected {
  background: #fc6218;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#gtco-testimonial .testimonial.gtco-selected p {
  color: #fff;
}
#gtco-testimonial .testimonial.gtco-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#gtco-testimonial .testimonial.gtco-selected:after {
  border-color: #fc6218 transparent;
}
@media screen and (max-width: 768px) {
  #gtco-testimonial .testimonial.gtco-selected {
    bottom: 0;
  }
}

#gtco-blog .gtco-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gtco-blog .gtco-post h3 {
  margin-bottom: 20px;
}
#gtco-blog .gtco-post h3 a {
  color: #fc6218;
}
#gtco-blog .gtco-post h3 a:hover {
  color: #f35f55;
}
#gtco-blog .gtco-post .gtco-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#gtco-blog .gtco-post p.author {
  color: #b3b3b3;
}
#gtco-blog .gtco-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-blog .gtco-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#gtco-blog .gtco-post p:last-child {
  margin-bottom: 0;
}
#gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gtco-blog .gtco-post:hover, #gtco-blog .gtco-post:focus {
    bottom: 0;
  }
}

#gtco-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    padding: 3em 0;
  }
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fc6218;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
#gtco-counter .feature-center:hover .counter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 30px;
  }
}
#gtco-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gtco-project .gtco-project {
  margin-bottom: 30px;
}
#gtco-project .gtco-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-project .gtco-project > a .gtco-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gtco-project .gtco-project > a .gtco-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
#gtco-project .gtco-project > a .gtco-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#gtco-project .gtco-project > a .gtco-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a .gtco-copy {
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    color: #000;
    padding: 20px;
    background: #fff;
  }
}
#gtco-project .gtco-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover {
    bottom: 0;
  }
}
#gtco-project .gtco-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#gtco-project .gtco-project > a:hover .gtco-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover .gtco-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
}
#gtco-project .gtco-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #gtco-project .gtco-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#gtco-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

.feature-center {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
  background: #fc6218;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}
.project-grid:hover:before, .project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project, .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.gtco-heading {
  margin-bottom: 2em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 55px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.gtco-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #cccccc;
}

#gtco-started {
  background: rgba(42, 51, 86, 0.9);
}
#gtco-started .gtco-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}
#gtco-started .gtco-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#gtco-started .btn {
  height: 54px;
  border: none !important;
  background: #fc6218;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
#gtco-started .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#gtco-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-started .form-inline .form-group .form-control {
  width: 100%;
}

#gtco-footer {
     background: #070a15;
}
#gtco-footer h3 {
  color: #fff;
}
#gtco-footer .footer-heading {
  margin-bottom: 50px;
}
#gtco-footer .post-meta {
  position: relative !important;
  display: block;
  padding: 0;
  float: left;
  color: rgba(255, 255, 255, 0.3);
}
#gtco-footer .post-meta .date-posted {
  margin-left: 0px;
}
#gtco-footer .footer-logo {
  font-family: "Roboto Mono", serif;
}
#gtco-footer .footer-logo span {
  color: #fc6218;
}
#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-widget {
    text-align: left;
  }
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#gtco-footer .copyright {
  margin-top: 50px;
  padding-bottom:28px;
}
#gtco-footer .copyright .block {
  display: block;
}

#gtco-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .gtco-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Crimson Text", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #fc6218;
  color: #fff;
  border: 2px solid #fc6218;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f8516d !important;
  border-color: #f8516d !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #fc6218;
  border: 2px solid #fc6218;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #fc6218;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fc6218;
}

.mb30 {
  margin-bottom: 30px !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#gtco-header-subscribe #email {
  padding-right: 9em;
}
#gtco-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.nopad{padding:0;}

#hero-wrapper {
  height: 100%;
  width: 100%;

}
.carousel-control.right{background-image:none;}
.carousel-control.left{background-image:none;}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;

}
#hero-carousel img {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
#gtco-header{padding:5em 0;}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
  
}
#about{background:#e2e2e2;padding:3em 0;}
/*# sourceMappingURL=style.css.map */
h1{font-family: "Roboto-Medium";font-size:57px;text-align:left;color:#434040;    padding-bottom: 0px;
    margin-bottom: 0px;}
.yellow{padding: 34px 21px;overflow:hidden;    min-height: 234px;   margin-bottom: 24px;background: url(../images/news.png) no-repeat top right #fcb039;    padding-bottom: 18px;}
.news{
    width: 90px;
    height: 90px;border-radius:50%;overflow:hidden;float:left;background:#000;    margin-top:3%; margin-left:0px;}
.yellow h4{font-family: "Roboto-Bold";font-size:20px;color:#1d1d1d;line-height:25px;width:70%;float:left;clear:left;    margin-bottom: 0px;
    padding-bottom: 10px;font-weight:bold;}
.yellow p{    width: 100%;
    float: left;
    color: #524736;
    font-size: 15px;
    line-height: 24px;    margin-bottom: 5px;}
.orrange{background:#fc6318;    padding: 57px;overflow:hidden;background-image:url(../images/hand.jpg);background-position:right;    background-size: 69%;background-repeat: no-repeat;min-height:234px;    margin-bottom: 24px;}
.orrange h4{font-size:32px;text-align:left;font-family: "Roboto-Regular";color:#ffd7c4;}
.orrange .size{font-size:48px;color:#fff;width:100%;float:left;}
.cont{width:100%;background:#393e52;    padding: 48px;position:relative;}
.cont h3{font-family: "Roboto-Regular";font-size:30px;text-align:left;color:#fff;}
.style{background:none;border:none;border-bottom:1px solid #fff;width:100%; font-family: "Roboto-Regular";    margin-bottom: 27px;
    line-height: 35px;}
.style2{background:none;border:none;border-bottom:1px solid #fff;width:100%; font-family: "Roboto-Regular";    margin-bottom: 27px;
    line-height: 35px;    height: 40px;}
#gtco-header input{color:#fff;}
#gtco-header::placeholder{color:#fff !important;}
#gtco-header:placeholder{color:#fff;}
::-webkit-input-placeholder {
color: #bfbfbf;
}
.cont textarea{color:#fff;}
.box{width:100%;border:1px solid #fff;text-align:center;color:#fff;font-size:18px;font-family: "Roboto-Medium";padding:20px;margin-bottom:15px;}
.modal-content h2 {
    font-family: "Roboto-Bold";
    margin-bottom: 0px;
	    text-transform: uppercase;
       color: #ec804d;
	   font-size:25px;
}
#gtco-header h3{    color: #e2e2e2;
    font-family: "Roboto-Medium";
    font-size: 27px;
    margin-top: 36px;    line-height: 34px;}
.btnround{    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    background: #fc6218d9;
    right: 5%;
    bottom: -9%;
	font-size:12px;text-align:center;color:#fff;font-family: "Roboto-Regular";line-height: 63px;
	transition:background 2s;
	-webkit-transition:background 2s;
	}
.btnround:hover{    background: #fcb039;}	
	

.carousel-inner h3{font-family: "Roboto-Regular";font-size:60px;color:#fff;text-align:right;padding-right:20px;font-weight:normal;text-transform:uppercase;width:auto;float:right;}
.brdr{    width: 1px;
    height: 100%;
    min-height: 110px;
    background: #fff;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 12px;
    margin-right: 14px;}
.carousel-inner p{
   }

.carousel-caption{max-width:1080px;width:100%;left:0;right:0;margin-left:auto;margin-right:auto;top:38%;bottom:inherit;}

.screen {
  background-image: url(https://41.media.tumblr.com/tumblr_lvv2z3bsYG1qz7u7yo1_1280.jpg);
  height: 540px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 100px;
  transform: translate(-50%);
  width: 960px;
  box-shadow: 0px 0px 40px #111111;
}
.screen:hover .pic1 {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 0;
}
.screen:hover .pic2 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}

.pic1 {
  position: absolute;
  z-index: 2;
  transition: .4s;
  transform-origin: 50%,50%;
}

.pic2 {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 1;
  transition: .4s;
}

.button {
  text-align: center;
  background-color: #aaaaaa;
  height: 50px;
  width: 250px;
  border-radius: 25px;
}

.career{background: url(../images/career.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      width: 100%;
    min-height: 327px;
	    padding-bottom: 4em;
   }
.career h4 {
    font-size: 32px;
    text-align: left;
    font-family: "Roboto-Regular";
        color: #c9d5ff;
		text-align:right;
	display:grid;
	    margin-bottom: 48px;
 }
.career .size {
    font-size: 72px;
        color: #f69731;
    width: 100%;
    float: left;
}
.apd-top3{padding-top:13%;}
.shape {
    border-style: solid;
    border-width: 0 70px 72px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.offer{
	      background: #161e33;border: 1px solid #2f3a4e;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.shape {
    border-color: rgba(255,255,255,0) #fcb039 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform: rotate(45deg);
}	
.offer-content{
	padding:0 33px 10px;
}
.img-right{    float: right;
    width: 21px !important;
    height: 120px !important;
    min-width: auto !important;
	margin-top:5px;
	}
#group {
    background: #091124;
    margin-top: -10%;
    padding-bottom: 3em;
}



figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;

  width: 100%;
  background: #f96c26;
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
      position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 112%;
    height: 100%;
	z-index:100;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom:0px;
  left: 100%;
  
  content: '';
  opacity: 0;
      background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;

}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
      border-left: 2px solid #fff;
    padding-left: 15px;
    color: #fff;
    font-family: Roboto-Bold;
	    margin-top: 27%;
    font-size:23px;
}
figure.snip0016 h2 span {
  font-weight: 800;
}
figure.snip0016 p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
 
}
figure.snip0016:hover figcaption h2 {
	
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
      position: absolute;
    z-index: 100;
    bottom: 70px;
    width: 39px;
}
.image-hover h3 > a:hover{display:none;}
figure.snip0016:hover figcaption::before {
   background: #ff4700ab;
  left: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  top:0;
      min-height: 310px;
  
}





.date{float:right;font-family: "Roboto-Regular";font-size:18px;color:#fff;}







/* DOCUMENTATION CSS */

.content-in {background:#fff;padding:20px;font-size:13px}

.content-in table {border-collapse:collapse;float:left;clear:both;width:100%;margin:0px;background:#fff;border:1px solid #fff;
box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}

.content-in td {padding:5px;border:1px dotted #ccc;font-size:13px;text-align:center;color:#000}

td.light {background:#d9d9d9 url("icons/background.jpg") repeat-y center top;padding:20px}
td.dark {background:#060606 url("icons/background-dark.gif") repeat-y center top;padding:20px}
td.transparent {background:#d9d9d9 url("icons/background-transparent.jpg") repeat-y center top fixed;padding:20px}

code {font-family:"Courier New", monospace, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco;color:#27BB0A;font-size:12px}

pre code {
font-family:"Courier New", monospace, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco;
display:block;
clear:both;
background:#000;
padding:20px 0px 20px 0px;
color:#fff;
font-size:12px;
overflow:auto;
line-height:16px;
margin:0px 0px 0px 0px;
white-space:pre;
width:100%
}


.sep {width:100%;text-align:center}


/****** image hover ******/

.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-hover {position:relative;width:100%;min-height:299px;overflow:hidden;}
.image-hover a {text-decoration:none}






/*** effect - image opacity ***/

.img-opacity img {position:absolute;top:0px;right:0px;bottom:0px;left:0px}

.img-opacity .img-1 {opacity:1}
.img-opacity .img-2 {opacity:0}
.img-opacity:hover .img-1 {opacity:0}
.img-opacity:hover .img-2 {opacity:1}

.img-opacity img
{
transition:all .6s ease-in-out;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
}

.img-opacity:hover img
{
transition:all 1.2s ease-in-out;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-ms-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
}
.image-hover h3{position: absolute;
    z-index: 1;
    bottom: 0;
    /* height: 100%; */
    color: #fff;
    font-size: 21px;
    font-family: "Roboto-Regular";
	    left: 10%;    text-shadow: 15px 7px 9px #000; text-transform: uppercase !important;
	}
/*** effect - image roll ***/

.inner_title {
       min-height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
}
.inner_title h4 {
    font-size: 32px;
    text-align: left;
    font-family: "Roboto-Regular";
    color: #c9d5ff;
    text-align: right;
}
.whitez{background:#fff !important;padding:0 !important;}
.whitez h3 {
        font-size: 34px;
    text-align: left;
    font-family: "Roboto-Bold";
    color: #444443;
    margin-bottom: 0;
       padding-top: 4%;
    padding-bottom: 16px;
 
}
.mesg{background: url(../images/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  min-height:300px;
  padding:3em 0;
  
  }
.whitez h4{    font-size: 26px;
    text-align: left;
    font-family: "Roboto-Medium";
    color: #ca9256;
    margin-bottom: 6px;} 
.inner_title .size {
    font-size: 72px;
    color: #f69731;
    width: 100%;
    float: left;
}
.inner_title h2::after {
    content: '';
    width: 45px;
    height: 4px;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #fc7f0c;
    display: block;
    margin-top: 20px;
}
.innerabt{background:#0a1124;padding:2em 0;}
.innerabt h2 {
    font-size: 30px;
    font-weight: bold;
        color: #f39530;
    line-height: 39px;
    text-align: center;
    font-family: "Roboto-Bold";
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 38px;
}
.testimonials p{color:#111;font-size:15px;    line-height: 23px;}
.innerabt span.italic {
         font-family: "Roboto-Light";
    font-style: italic;
    color: #fff4f4;
}
.innerabt p{text-align:center;}
.wdth {
    width: 100%;
    padding: 0px;
}
.modal-dialog{margin:0;}
.modal-content {
    position: relative;
        background-color: #f3f3f3;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
	    overflow: hidden;
}
.mrg2 {
    margin-top: 4%;
}
.modal-body .styles1 {
    border: 0;
    font-family: "Roboto-Medium", arial;
    background: none;
    padding: 10px 0px;
    font-size: 13px;
    width: 91%;
    color: #111 !important;
    float: left;
        background: #f9f9f9;
    margin-bottom: 20px;
    padding-left: 17px;
    box-shadow: 2px 12px 20px #ecebeb;
}


.rounds {
    border-radius: 50%;
    background: rgb(255, 108, 0) !important;
    width: 50px;
    height: 50px;
    margin-right: -15px;
    margin-top: -6px !important;
    opacity: inherit;
    color: #fff;
}
.careerbg h4 {
       font-size: 32px;
    text-align: left;
    font-family: "Roboto-Regular";
    color: #fff;
    text-align: right;
    display: grid;
    margin-bottom: 0;
    padding-top: 78%;
}
.careerbg p{color:#ccc;text-align:center;}
.careerbg .size {
    font-size: 72px;
    color: #fff;
    width: 100%;
    float: left;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #FF9800 !important;
    border-color: #FF9800 !important;
}
.whitez p{    padding-top: 0px !important;    line-height: 23px !important;}
.modal-header{border-bottom:none;}
.modal-content h2{ font-family: "Roboto-Bold";margin-top:0px;margin-bottom:10px;}
.modal-content h3{ font-family: "Roboto-Medium";margin-bottom:0px;margin-top: 8px;color: #9a9a9a;margin-bottom: 18px;}
.modal-content:placeholder{color:#111 !important;}
input{outline:none;}
select{outline:none;}
textarea{outline:none;}
.paddng .styles2 {
    border: 0;
 
    font-family: "Roboto-Medium", arial;
    background: none;
    padding: 10px 0px;
    font-size: 13px;

    width: 91%;
    color: #afafaf !important;
    float: left;
	 background: #f9f9f9;
    margin-bottom: 20px;
    padding-left: 10px;
    box-shadow: 2px 12px 20px #ecebeb;
}
.labels {
    border: 0;

    font-family: "Roboto-Medium", arial;
    background: none;
    padding: 10px 0px;
    font-size: 13px;
    max-width: 313px;
    width: 100%;
        color: #716771 !important;
    float: left;
}
.offer h3 {
   font-family: "Roboto-Bold", arial;
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    line-height: 23px;
    color: #fff;
	    padding-top: 27px;
    margin-bottom: 6px;
    /* padding: 0px 0px 2px 0px; */
}
.offer h4 {
    font-family: "OpenSans-Bold", arial;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
        color: #ffc56b;
    padding: 0;
    margin: 0;
    line-height: 18px;
	    padding-bottom: 10px;
}
.offer-content{color: #a5a5a5;
line-height: 20px;}
.shape:hover{opacity:0.6;cursor:pointer;}
.offer-content  p{color: #e6edff;font-family: "Roboto-Light";}
.contact100-more {
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
        padding: 10em 15px 0px 15px;
    overflow: hidden;
    padding-bottom: 3em;
}
.txt1 {
    font-family: Roboto-Bold;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
	    display: inherit;
    padding-bottom: 5px;
	    width: auto;
    float: left;
}
.txt2 {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 20px;
    color: #e2e2e2;
        margin-bottom: 4em;
}
.wrap-contact100 .btnz{margin-top:20px;}
.contact100-form-title {
    width: 100%;
    display: block;
    font-family: Roboto-Bold;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px;
}
.wrap-contact100 {
 
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:2em;
}
.padlr{padding-left: -15px;
    padding-right: -15px;}
.size2 {
    width: calc(100% - 43px);
	    display: inline-grid;
}
.p-r-25 {
    padding-right: 25px;
}
.frm h3{font-family: "Roboto-Medium";text-align:center;font-size:30px;}
.frm{padding-top:3em;padding-bottom:2em;}
.frm .styles1 {
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    font-family: "Roboto-Medium", arial;
    background: none;
    padding: 6px 0px;
    font-size: 13px;
    max-width: 313px;
    width: 100%;
    color: #111 !important;
    float: left;
	    margin-bottom: 15px;
}
.frm  label {
       display: grid;
    max-width: 100%;
    margin-bottom: 0px;
    font-family: "Roboto-Medium";
    font-weight: normal;
}
.btnz{border-radius:20px;background:#ff5521;color:#fff !important;   -webkit-transition: background 2s, padding 2s; /* Safari */
    transition: background 2s, padding 2s;    font-family: "Roboto-Regular";}
.btnz:hover{background:#fcb039;padding:8px 25px;}
.maxwdth{max-width:100%;width:100%;max-height:560px;padding:0;}

.morimg{width:34px !important;height:34px;margin-top:20%;}
.careerbg{
	background:url(../images/hiring.jpg); background-size:134%;height:100vh;background-repeat: no-repeat;}
.mr-r{margin-right:20px;}
.image-hover h3:hover{display:none;}	
.content {
    padding-top: 30px;
}
#about p{    margin-bottom: 20px;
    font-family: "Roboto-Regular";
    padding-top: 21px;
    line-height: 29px;}
/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 45px;
    position: relative;
	    border-radius: 11px;
		margin-bottom:40px;
}
.testimonials blockquote::before {
         width: 0;
    height: 1px;
    left: 78px;
    bottom: -18px;
    content: " ";
    display: block;
    position: absolute;
    border-top: 18px solid #ffffff;
    border-left: 0 solid white;
    border-right: 26px solid transparent;
    border-left-style: inset;
    /* border-bottom-style: inset; */
    overflow: hidden;
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
         color: #f39530;
    font-size: 21px;
    font-weight: 300;
        margin: 15px 0 7px;
    font-family: Roboto-Bold;
    line-height: 16px;
	    margin-bottom: 3px;
}
.testimonials span.testimonials-post {
        color: #656565;
    font-size: 15px;
    font-family: Roboto-Regular;
  
}
.latest-news > h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 40px;
}
.latest-news{    margin-bottom: 4%;}
.latest-news-all {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
	background:#fff;
	padding: 26px;
}
.latest-news-right h3{font-family:Roboto-Medium;color:#111;padding-top:20px;    margin-bottom: 10px;}
.latest-news{    margin-top: 4%;}
.latest-news-left {
        display: inline-block;
    float: left;
    padding-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 21px;
    margin-right: 14px;
    margin-left: 9px;
}

.latest-news-right > p {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 9px;
}
.news span.news-left {
    padding-right: 18px;
}
 
.news span {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}
.zx{font-size: 19px;
    color: #c7c7e6;} 
.padlr2{padding-left:8px;padding-right:8px;}
.menuActive{color: #f69731 !important;    border-left: 8px solid;}
.latest-news-left img{    width: 128%;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
#gtco-footer{padding:0 ;}
.gtco-social-icons{color:#ccc;    float: right;}
.icon-twitter:hover{color:#76a9ea !important;}
.icon-facebook:hover{color:#475993 !important;}
.icon-linkedin:hover{color:#76a9ea !important;}
.icon-instagram:hover{color:#be1979 !important;}
.icon-google:hover{color:#f34a38 !important;}
.carousel-indicators {
    bottom: 1px;
    right: -89px;
    left: inherit;
}
.orrange:hover{opacity:0.6;}
.pad-l1{padding-left:0;}
.pad-r1{padding-right:0;}
.ht{    height: 46px;}
.devider{    width: 96%;
    border-bottom: 1px solid #dedede;min-height:2px;margin-bottom:7px;}
.bgz1{padding:30px;    background: #f7f7f7;    border-radius: 20px;}
.dropdown li a{}
.dropdown li a:hover{border-left:0 !important;color:#fff !important;}
#about ul{padding:0;margin:0;}
#about ul li{padding:0;margin:0;width:100%;list-style-type:none;   }
#about ul li a{list-style-type:none;    font-family: "Roboto-Regular";font-size: 15px;padding:10px 0;text-decoration:none;color:#1b1919;transition:opacity 2s;-webkit-transition:opacity 2s;}
#about ul li a:hover{opacity:0.7;}
#about p{margin-bottom:9px;}
#construction{background:#e2e2e2 !important;text-align:center;}
#construction h3{ font-family: "Roboto-Bold";font-size:30px;text-align:center;padding-top:11%;text-transform:uppercase;color: #585757;}
.inner_title2{    min-height: 527px;}
.news-para{width:78%;}
#myCarousel2 .carousel-indicators{width: 44%;}
#myCarousel2 .carousel-inner{min-height: 181px;}