/* GENERIC STYLES */

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.6
}

/* TYPOGRAPHY STYLES */

a, a:hover, a:active, a:focus{
  color: #36a5dd;
}

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

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

.text-left{
  text-align: left;
}

h3.section-header{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 3px;
  word-spacing: 4px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}

.large-thin-text{
  font-weight: 300;
  font-size: 32px;
  color: #343c3b;
  line-height: 1.3;
}

@media (max-width: 767px){
  .large-thin-text{
    font-size: 26px;
  }
}

@media (max-width: 321px){
  .large-thin-text{
    font-size: 22px;
  }
}



.larger-text{
  font-size: 18px;
  font-weight: 300;
}

.medium-text{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}



/* LAYOUT STYLES */

.full-width{
  width: 100%;
}

.medium-box{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-section-large{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.horizontal-section{
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.horizontal-section-small{
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.separating-line{
  height: 1px;
  width: 100%;
  background: #d5d9db;
  margin-bottom: 80px;
}


/* FORM STYLES */

.form-control{
  border-radius: 0;
  border: 1px solid #dbdbdb;
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus{
  border: 1px solid #aaa;
}



/* BUTTONS STYLE */

.btn-acc-gray{
  background: #eceff0 !important;
  border-radius: 0;
  padding: 20px 40px;
  text-transform: uppercase;
  color: #a3aaa9 !important;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 3px solid #e5e8e8;
}


.btn-acc-main{
  background: #6e6e6e !important;
  border-radius: 0;
  padding: 20px 40px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 3px solid #444444;
}

.btn-acc-yellow{
  background: #f9c92d !important;
  border-radius: 0;
  padding: 20px 40px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 3px solid #ddb01c;
}

.btn-acc-blue{
  background: #36a5dd !important;
  border-radius: 0;
  padding: 20px 40px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 3px solid #2886b6;
}



/*

HEADER

*/

@media (min-width: 992px){

  .navbar.navbar-default{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: none;
    width: 100%;
    position:fixed;
    z-index: 10000;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(0,0,0,0);
  }

  #header.thin-header{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f7f7f7;
    background: #fff;
    height: 100px;
    width: 100%;
    position:fixed;
    z-index: 10000;
    transition: all 0.4s;
  }

  #logo-simple{
    display: none;
    padding-top: 12px;
  }

  #logo{
    padding-top: 40px;
    height: 124px;
  }

  #logo-mobile{
    display: none;
  }

  #header.thin-header #logo{
    display: none;
  }

  #header.thin-header #logo-simple{
    display: block;
  }

  .navbar-default .navbar-nav{
    padding-top: 94px;
  }

  .navbar-default .navbar-nav>li>a{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1.8px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-default .navbar-nav>li>a:last-child{
    padding-right: 15px;
  }

  #header.thin-header .navbar-nav{
    padding-top: 24px;
    padding-right: 160px;
  }

  #header.thin-header .navbar-nav>li>a{
    color: #474747 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
  }

  header .container{
    position: relative;
  }

  header #contact-icons{
    position: absolute;
    right: 30px;
    top: 40px;
  }

  header #contact-icons a{
    text-decoration: none !important;
  }

  header #contact-icons .mail,
  header #contact-icons .phone{
    background: #fff !important;
    display: inline-block;
    border-radius: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #36a5dd !important;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 3px solid #e5e8e8;
    margin-left: 8px;
  }

  #header.thin-header #contact-icons{
    position: absolute;
    right: 30px;
    top: 25px;
  }

  #header.thin-header #contact-icons .text-wrapper{
    display: none;
  }

  #header.thin-header #contact-icons .mail,
  #header.thin-header #contact-icons .phone{
    background: #fafafa !important;
  }
}

@media (max-width: 991px){
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    background: #fafafa !important;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #e5e8e8;
    top: 18px;
    height: 50px;
    width: 50px;
    text-align: center;
  }
  .navbar-toggle .icon-bar{
    width: 100%;
    height: 3px;
  }
  .navbar-collapse{
    border-top: none;
    box-shadow: none;
    background: #fff;
    font-size: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    border-bottom: 1px solid #f7f7f7;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar.navbar-default{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f7f7f7;
    background: #fff;
    height: 100px;
    width: 100%;
    position:fixed;
    z-index: 10000;
    transition: all 0.4s;
  }
  #logo-mobile{
    display: block;
    padding-top: 12px;
    padding-left: 15px;
  }
  #logo, #logo-simple{
    display: none;
  }
  .navbar-default .navbar-nav{
    padding-top: 20px;
  }
  .navbar-default .navbar-nav>li>a{
    font-size: 20px;
    color: #474747 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }
  header #contact-icons{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  header #contact-icons a{
    text-decoration: none;
  }
  header #contact-icons .mail,
  header #contact-icons .phone{
    background: #fafafa !important;
    display: inline-block;
    border-radius: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #36a5dd !important;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 3px solid #e5e8e8;
    margin-left: 8px;
    margin-bottom: 10px;
  }
}

@media (max-width: 401px){
  header #contact-icons .mail, header #contact-icons .phone{
    font-size: 11px;
    width: 100%;
    margin-left: 0;
  }
}


/*

FOOTER

*/

#get-in-touch{
  background: #f5f7f8;
  padding-top: 100px;
}

footer{
  background: #f5f7f8 url('../images/bg-footer.png') no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 20px;
  padding-bottom: 100px;
  font-size: 14px;
}

footer h3.section-header{
  margin-bottom: 5px;
}

#get-in-touch .contact-link{
  padding-bottom: 10px;
}

#get-in-touch .contact-link a{
  color: #343c3b;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important;
}

#get-in-touch .contact-link .glyphicon{
  padding-right: 10px;
}

#footer-logo{
  padding-top: 30px;
}

.footer-links{
  text-align: center;
  padding-top: 15px;
}

.footer-links a{
  color: #515151 !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding-left: 10px;
  padding-right: 10px;
}

#get-in-touch .row .contact-text{
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (max-width: 991px){
  footer{
    text-align: center;
    padding-bottom: 50px;
  }
  #get-in-touch{
    text-align: center;
  }
  #contact-info-wrapper{
    padding-top: 60px;
  }
  #get-in-touch .row .contact-text{
    padding-top: 0px;
    padding-bottom: 20px;
  }
  #footer-logo{
    padding-top: 50px;
  }
}



/*

HOMEPAGE

*/

#hero-section{
  background: #36a5dd;
  background: -moz-linear-gradient(-45deg,  rgba(41,141,192,1) 0%, rgba(69,171,223,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(41,141,192,1) 0%,rgba(69,171,223,1) 100%);
  background: linear-gradient(135deg,  rgba(41,141,192,1) 0%,rgba(69,171,223,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298dc0', endColorstr='#45abdf',GradientType=1 );
  color: #fff;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 100px;
}

#hero-section .btn{
  margin-top: 60px;
}

h1.slogan{
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.horizontal-section-large .container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 991px){
  #hero-section{
    padding-top: 200px;
    padding-bottom: 70px;
  }
  h1.slogan{
    font-size: 54px;
  }
}

@media (max-width: 767px){
  #hero-section{
    padding-bottom: 50px;
  }
  h1.slogan{
    font-size: 42px;
  }
  #hero-section .btn{
    margin-top: 30px;
  }
}

#page-header-section{
  background: #36a5dd;
  color: #fff;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 80px;
}

#page-header-section .subheader{
  font-size: 22px;
  font-weight: 300;
}

#what-we-do-section{
  text-align: center;
}

@media (min-width: 1200px){
  #what-we-do-section .text-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#services-row{
  padding-top: 80px;
  padding-bottom: 20px;
}

#services-row .col-sm-4{
  padding-bottom: 60px;
}

#services-row h4{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#services-row .text-wrapper{
  font-size: 17px;
  color: #414d5b;
  font-weight: 300;
}

#testimonials{
  background: #fbfcfc;
  padding-top: 80px;
  padding-bottom: 40px;
}

#testimonials .icon-quotes{
  padding-top: 40px;
  padding-bottom: 20px;
}

#testimonial-quote-icon{
  text-align: center;
  font-size: 144px;
  line-height: 1;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding-top: 30px;
  margin-bottom: -60px;
}

#testimonials .carousel-indicators li{
  background: #d1dcdc;
  margin-left: 10px;
  margin-right: 10px;
}

#testimonials .carousel-indicators .active{
  background: none;
  border: 2px solid #36a5dd;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}

#testimonials .item{
  text-align: center;
  padding-bottom: 80px;
}

#testimonials .testimonial-text{
  font-size: 16px;
  color: #414d5b;
  font-weight: 300;
  padding-bottom: 30px;
}


@media (max-width: 321px){
  #testimonials .testimonial-text{
    font-size: 20px;
  }
}


.testimonial-author-avatar{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.testimonial-author .name{
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 1.5px;
}

.testimonial-author .position{
  font-weight: 300;
  font-size: 13px;
}

#client-logos .carousel-control{
  background: none;
}

#client-logos .icon-prev,
#client-logos .icon-next{
  width: auto !important;
  height: auto !important;
}

#client-logos .col-xs-4{
  padding-top: 15px;
  padding-bottom: 5px;
}

#client-logos .client-logo{
  opacity: 0.4;
  transition: all 0.4s;
}

#client-logos .client-logo:hover{
  opacity: 1;
}

@media (max-width: 420px){
  #client-logos .col-xs-4{
    width: 100%;
  }
}


/*

SERVICES PAGE

*/

.services-ul-list{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.services-ul-list li{
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
}

.services-ul-list li:after{
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 55px;
  margin-top: 14px;
  background: #d5d9db;
}

.services-ul-list li:last-child:after{
  display: none;
}

#secondary-services{
  text-align: left;
  padding-top: 50px;
}

#secondary-services .secondary-service{
  background: url('../images/bg-ss.png') no-repeat 0 7px;
  padding-left: 30px;
  padding-bottom: 20px;
}

#secondary-services .secondary-service h6{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  word-spacing: 3px;
  line-height: 1.3;
}

#secondary-services .secondary-service p{
  font-size: 16px;
  font-weight: 300;
}



/*

CONTACT PAGE

*/

#contact-options-wrapper{
  text-align: left;
  padding-bottom: 40px;
}

#contact-options-wrapper .col-sm-4{
  padding-bottom: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

#contact-options-wrapper p{
  color: #9ba3a2;
  margin-bottom: 0;
  padding-top: 5px;
}

#contact-options-wrapper a{
  color: #343c3b !important;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none !important;
}

@media (max-width: 991px){
  #contact-options-wrapper a{
    font-size: 20px;
  }
}

@media (max-width: 767px){
  #contact-options-wrapper{
    text-align: center;
  }
  #contact-options-wrapper img{
    margin-left: auto;
    margin-right: auto;
  }
}



/*

WORK PAGE

*/

.left-img{
  background: #fafbfb;
}

.work-sample-wrapper .row{
  display:flex;
}

.work-sample-wrapper .col-sm-6{
  align-self: center;
}

.work-sample-wrapper h5{
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 30px;
}

.work-sample-wrapper.left-img .text-wrapper{
  padding-left: 100px;
}

.work-sample-wrapper.right-img .text-wrapper{
  padding-right: 100px;
}

.work-sample-wrapper .text-wrapper .description{
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px){
  .work-sample-wrapper.left-img .text-wrapper{
    padding-left: 20px;
  }
  .work-sample-wrapper.right-img .text-wrapper{
    padding-right: 20px;
  }
}

@media (max-width: 767px){
  .work-sample-wrapper.left-img .text-wrapper{
    padding-left: 15px;
  }
  .work-sample-wrapper.right-img .text-wrapper{
    padding-right: 15px;
  }
  .work-sample-wrapper .row{
    display:block;
    text-align: center;
  }
  .work-sample-wrapper h5{
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}

#work-pagination a{
  text-decoration: none !important;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}



/*

BLOG PAGE

*/

#single-post-wrapper{
  padding-left: 180px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 991px){
  #single-post-wrapper{
    padding-left: 0px;
  }
}

@media (max-width: 500px){
  #single-post-wrapper{
    font-size: 19px;
  }
}

#single-post-wrapper img{
  max-width: 100% !important;
  height: auto;
}

#single-post-wrapper h1.post-title{
  font-weight: 300;
  font-size: 46px;
  margin-bottom: 30px;
}

@media (max-width: 500px){
  #single-post-wrapper h1.post-title{
    font-size: 32px;
  }
}

#single-post-wrapper .post-date{
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}

#single-post-wrapper p{
  padding-top: 10px;
  padding-bottom: 10px;
}

#single-post-info{
  margin-left: 180px;
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 1px solid #d5d9db;
}

#single-post-info .post-author h4.media-heading{
  color: #85c441;
  font-weight: 600;
  font-size: 15px;
  padding-top: 3px;
}


#single-post-wrapper a{
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 991px){
  #single-post-info{
    margin-left: 0px;
  }
}

#cateogries-list{
  padding-top: 30px;
  padding-bottom: 30px;
}

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

#cateogries-list ul li{
  display: inline-block;
}

#cateogries-list ul li{
  padding: 10px 30px;
  background: #f6f7f9;
  margin: 3px;
}

#cateogries-list ul li a{
  font-weight: 300;
  color: #82858b !important;
  text-decoration: none !important;
}

#comments-section{
  padding-left: 180px;
}

.commentlist{
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul{
  list-style: none;
}


#respond .form-control{
  margin-bottom: 15px;
}

#comments-wrapper .comment-author.vcard{
  float: left;
}

#comments-wrapper .comment-content{
  border: 1px solid #eff0f0;
  padding: 20px;
  margin-left: 80px;
  font-weight: 300;
  position: relative;
}

#comments-wrapper .comment-content .reply{
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#comments-wrapper .comment-content .reply a{
  color: #dedede;
  padding-left: 5px;
}

.commentlist .comment{
  margin-bottom: 30px;
}


#recommended-posts{
  background: #fcfcfc;
  padding-top: 80px;
  padding-bottom: 80px;
}

.recommended-post-wrapper{
  background: #fff;
  /*border: 2px solid #f2f2f2;*/
  -webkit-box-shadow: 0px 0px 6px 0px rgba(89,89,89,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(89,89,89,0.3);
  box-shadow: 0px 0px 6px 0px rgba(89,89,89,0.3);
  padding: 30px;
  height: 100%;
  position: relative;
}

#recommended-posts .row{
  display:flex;
}

.recommended-post-wrapper a.title{
  font-weight: 300;
  font-size: 20px;
  color: #414d5b !important;
  text-decoration: none;
  line-height: 1.3;
}

.recommended-post-wrapper .post-author{
  padding-top: 10px;
}

.recommended-post-wrapper h4.media-heading{
  color: #85c441;
  font-weight: 600;
  font-size: 15px;
  padding-top: 3px;
}

@media (max-width: 991px){
  #recommended-posts .row{
    display: block;
  }
  #recommended-posts .row .col-md-4{
    margin-bottom: 30px;
  }
}

#posts-index .post{
  border-bottom: 1px solid #eff0f0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#posts-index .post-title {
  font-weight: 300;
  font-size: 42px;
  text-decoration: none !important;
  color: #414d5b;
  line-height: 1.2;
}

@media (max-width: 767px){
  #posts-index{
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

@media (max-width: 500px){
  #posts-index .post-title {
    font-size: 32px;
  }
}

#posts-index .post-snippet{
  padding-top: 20px;
}

.blog-pagination{
  padding-top: 50px;
}

.blog-pagination .btn{
  border-radius: 0;
}

.blog-pagination .btn-primary{
  background: #fac92e !important;
  border: 1px solid #fac92e !important;
}

.grecaptcha-badge {
  visibility: hidden;
}


/*
  General page styles for pages
    Privacy Policyz
    Cookie Policy
    Terms of Service
 */
#policy {
  color: #414d5b;
}

#policy h2 {
  font-weight: 300;
  font-size: 32px;
  color: #343c3b;
  line-height: 1.3;
  text-align: center;
}
#policy p {
  font-size: 18px;
  color: #414d5b;
  font-weight: 300;
}

#policy .tg-last-updated-date {
  display: none;
}


#policy .accordion-heading {
  font-weight: 300;
}
/* Accordion */
#policy .accordion[open] .accordion-summary::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
}

#policy .accordion-summary::after {
  width: 24px;
  height: 24px;
  margin: 3px;
  display: inline-block;
  float: right;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 24px;
  transition: transform .2s ease-in-out;
}

#policy .accordion .accordion-content {
  display: block !important;
}

.accordion-section-content {
  font-weight: 300;
}
