/*   

Theme Name: Tax and Accounting Center 2020

Description: Custom Theme for Tax and Accounting Center

Author: Jerick Duguran 

Email: jerick.duguran@gmail.com

Version: 1.0

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

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

 /* Custom Colors */  
 .nav > li > a{ 
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #1c75bc;
  border-color: #1c75bc;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #39b54a;
  color: #fff;
  font-weight: bold;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #39b54a;
}
/* Custom Colors */
html { 
  font-family: Arial, sans-serif;
  font-size: 14px;
}
body {
  /* padding-top: 20px; */
  padding-bottom: 0px;
  color: #231f20; 
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.navbar{
  margin: 10px 0;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tnp-email{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 768px){
  .navbar-nav{
      margin: 0 auto;
      display: table;
      table-layout: fixed;
      float:none;
  }
  .navbar-nav li{
      padding: 0 5px;
      color: #fff
  }
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100%;
height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
border-radius: 0px;
}

.carousel-caption {
background-color: rgba(0,0,0,.5);
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
padding: 0 0 10px 25px;
color: #fff;
text-align: left;
}

.carousel-indicators {
position: absolute;
bottom: 0;
right: 0;
left: 0;
width: 100%;
z-index: 15;
margin: 0;
padding: 0 25px 25px 0;
text-align: right;
}

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


.event .list-group-item-heading{
  font-weight: bold;
}

.event .list-group-item{
  background:#f1f1f1;
  color: #1c75bc;
  
}

.event a.list-group-item .list-group-item-heading{
  color: #1c75bc;
}

.event a:hover.list-group-item .list-group-item-heading{
  color: #f1f1f1;
}
.event .list-group-item:hover{
  background-color: #39b54a;
  color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #39b54a;
  border-color: #4cae4c;
}



.seminars-section{
  background-color: #f9fcff;
  border-color: #ebecee;
}

.seminars-section .heading{
margin-left: 5px;
}

.top-address{
  font-size: 12px;
}

.speaker-section{
  background-color: #f9fcff;
  border-color: #ebecee;
}

/* Team Members */

.team-members {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

.team-members .team-avatar {
  position: relative;
}

.team-members .team-avatar:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.team-members .team-desc {
  left: auto;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.team-members .team-desc h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}

.team-members .team-desc span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.team-members:hover .team-avatar:after {
  background: rgba(47, 60, 72, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.big-btn{
padding: 10px 0px 11px 0px;
width: 215px;
margin-top:5px;
}

.big-btn i{
font-size: 65px;
margin-right: 0px !important;
}
.big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}
.big-btn .btn-text{
margin-top:6px;
}

.big-btn small{font-size: 75%;}

.android-btn{

width: 240px;
padding: 13px 17px 13px 0px;
background-color: #000;
border-color: #000;
margin-bottom: 20px;
}
.android-btn:hover{
background-color: #272727;
}

.android-btn i{
font-size: 55px;
}

.android-btn .btn-text{
margin-top: 0px;
}

.android-btn strong{
font-size: 25px;
text-shadow: none;
color: #fff;
line-height: 24px;
}

.windows-btn{
background-color:#008A00;
width: 235px;
padding: 13px 5px 13px 10px;
border-color: #055805;
}

.windows-btn:hover{
background-color: #008A00;
}
.windows-btn .btn-text{
text-shadow: none;
font-size: 26px;
line-height: 25px;
}

.big-btn{
  padding: 10px 0px 11px 0px;
  width: 215px;
  margin-top:5px;
  }
  
  .big-btn i{
  font-size: 65px;
  margin-right: 0px !important;
  }
  .big-btn strong{
  font-size: 25px;
  text-shadow: 1px 2px 0px #34659B;
  color: #fff;
  line-height: 24px;
  }
  .big-btn .btn-text{
  margin-top:6px;
  }
  
  .big-btn small{font-size: 75%;}
  
  .qb-logo{
    margin: 20px 0;
  }

  .android-btn{
  width: 100%;
  padding: 13px 17px 13px 0px;
  background-color: #000;
  border-color: #000;
  margin-bottom: 20px;
  }
  .android-btn:hover{
  background-color: #272727;
  }
  
  .android-btn i{
  font-size: 55px;
  }
  
  .android-btn .btn-text{
  margin-top: 0px;
  }
  
  .android-btn strong{
  font-size: 25px;
  text-shadow: none;
  color: #fff;
  line-height: 24px;
  }
  
  .windows-btn{
  background-color:#008A00;
  width: 235px;
  padding: 13px 5px 13px 10px;
  border-color: #055805;
  }
  
  .windows-btn:hover{
  background-color: #008A00;
  }
  .windows-btn .btn-text{
  text-shadow: none;
  font-size: 26px;
  line-height: 25px;
  }
  
  .social {
    position: relative;
    height: 3em;
    width: 13.5em;
    margin: 59px 60px;
}

.social li {
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 6em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em; 
  
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}
.facebook2 {
    background: #155b9d;
    left: 50%;
    top: 0%;
}

.twitter2 {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}
.behance {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}
.behance2 {
    background: #3f7aa3;
    top: 0%;
    left: 50%;
}
.behance3 {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/** 
  * tc stylesheets
 **/

 /* Common */

body{
  padding: 0px;
  background-image: linear-gradient(360deg, #436eb3c4,#02612fd1),url(./images/layout/bg4.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}

a:hover{
  color: #00B034;
}

.container.main{
  background: #FFF;
}

/* Header */
.header{ 
  background: #FFF;
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px;
  /* background-image: linear-gradient(90deg,#FFF,rgba(226, 69, 135, 0.04),#025DA6); */
}

.tagline{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00622E;
  color: #FFF;
}
.tagline .item{
  display: flex;
  align-items: center;
}
.tagline .item > span{
  padding: 18px;
  font-size: 30px;
}
.tagline h2{ 
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tagline h2 span{
  display: block;
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
}

.navbar-taci .navbar-toggle .icon-bar {
  background-color: #1C75BC;
}
.navbar-brand.navbar-image {
  padding: 0 20px 0 0;
  display: flex;
}

.navbar-nav > li > a{
  /* text-transform: uppercase; */
}

.navbar-nav > li.active > a,.navbar-nav > li > a:hover{
   border-bottom-style: solid;
   border-bottom-color: #0080006b;
   background: transparent;
}

.navbar-nav > li.active > a{
  color: #0080006b;
}


.navbar-brand.navbar-image>img {
  margin: auto 0;
  z-index: 1;
  height: initial;
  max-width: 250px;
}

.tc__nav_wrapper{
  background: #1c75bc;
} 

.tc__banner{
  background: #00B0344A;
} 

.tc__nav_wrapper .navbar{
  border: none;
  margin: 0px;
} 

.info_blocks{
  padding-top: 20px;
  padding-bottom: 20px; 
  background: #FFF;
}

.info_blocks .block {
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0 0 5px 0 gray; 
  border-bottom-width: 4px;
  border-bottom-style: solid;
} 

.info_blocks .block .head {
  min-height: 128px;
  background: rgb(145, 149, 153); 
  padding: 10px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto auto,cover;
}
.info_blocks .block .head h3{
  margin: 0px;
  font-size: 1.7em;
}

.info_blocks .block .title_head {
  font-size: .90em;
  letter-spacing: 2.4px;
  color: #888;
  font-weight: 600;
  margin-bottom: 5px;
} 
.info_blocks .block .content .latest{ 
   list-style: none;
   padding-left: 0px; 
   white-space: normal;
   overflow: hidden;
   text-overflow: ellipsis;
   min-height: 155px;
} 
.info_blocks .block .content .latest li{ 
  padding: .25em 0;
  margin: 0;
  line-height: 1.375;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_blocks .block.block1{
  border-bottom-color: #1C75BC;
}
.info_blocks .block.block1 .read_more{
  color: #1C75BC;
}
.info_blocks .block.block2{
  border-bottom-color: #4F9B0A;
}

.info_blocks .block.block2 .head{
  background-image: linear-gradient(90deg,#4F9B0A,rgba(226, 69, 135, 0.04)),url("./images/seminar.jpg"); 
}

.info_blocks .block.block1 .head{
  background-image: linear-gradient(90deg,#1C75BC,rgba(226, 69, 135, 0.04)),url("./images/tax_compliance.jpg"); 
}

.info_blocks .block.block3 .head{
  background-image: linear-gradient(90deg,#77278B,rgba(226, 69, 135, 0.04)),url("./images/learning-event.jpg"); 
  background-position: center center;
}
.info_blocks .block.block4 .head{
  background-image: linear-gradient(90deg,#E65800,rgba(226, 69, 135, 0.04)),url("./images/forum.jpg"); 
  background-position: center center;
}

.info_blocks .block.block2 .read_more{
  color: #4F9B0A;
}

.info_blocks .block.block3{
  border-bottom-color: #77278B;
}
.info_blocks .block.block3 .read_more{
  color: #77278B;
}

.info_blocks .block.block4{
  border-bottom-color: #4F9B0A;
}

.info_blocks .block.block4 .read_more{
  color: #4F9B0A;
}

/* .info_blocks .block.block2 .head { 
  background: #4F9B0A;
} */ 

.info_blocks .block .content{
  padding: 10px;
  padding-bottom: 40px;
  position: relative;
}
.info_blocks .block .content .sub_heading{
  min-height: 60px;
}
 
.info_blocks .block .content .read_more{
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding: 1em;
  font-size: .875em;
  letter-spacing: 1.5px;
  font-weight: 600; 
}
.testimonials{ 
  background: #FFF;

}
.testimonials .tc_carousel{ 
  width: 100%;
  overflow: hidden; 
  font-family: 'Questrial'; 
}
.testimonials .tc_carousel .block{ 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.testimonials .tc_carousel .content .comment{ 
  background-image: linear-gradient(90deg,#00622ECF,#00622E87 50%,#00622E87);
  padding: 15px;
  padding-top: 30px;
  padding-top: 30px;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: 2px;
}
.testimonials .tc_carousel .content .comment div{ 
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}
.testimonials .tc_carousel .content .comment div h4{
  font-size: 22px; 
  margin: 0px;
}
.testimonials .tc_carousel .content1 img{
  border-radius: 50%;
  width: 90%;
}
.testimonials .tc_carousel .content1>div:first-child{ 
  display: flex;
  align-items: center;
  height: inherit;
}

.testimonials .tc_carousel .content1 .comment{
  background-image: linear-gradient(90deg,#29587E,#1C75BC82 50%,#025DA6); 
}

.testimonials .tc_carousel .content2{
  display: flex;
  align-items: center; 
}
.testimonials .tc_carousel .content2 img{
  height: 100%;
}

.testimonials .tc_carousel .content2 .comment{
  background:#659359a3;
  height: 100%;
}
.testimonials .content3 div.row{ 
  margin-top: 10px; 
}
.testimonials .content3 img{
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 3%;
  width: 70%;
} 

.testimonials .content3 .speech-bubble h4{ 
  line-height: 24px;
  font-size: 18px;
}

.testimonials .content3 .speech-bubble.first { 
	background: #0A9926
}
.testimonials .content3 .speech-bubble.first h4{ 
  font-size: 19px;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 30px;
}
.testimonials .content3 .speech-bubble.first span{
  margin-right: 35px;
  width: 315px;
  font-size: 18px;
}
.testimonials .content .speech-bubble span{ 
  font-size: 14px;
  text-align: right;
  display: block;
  margin: 0 auto; 
  color: #f3f5f7c7;
  text-align: center;
  width: 300px;
}

.testimonials .content3 .speech-bubble.first:after {  
	border-left-color: #0A9926;
}
.testimonials .content3 .speech-bubble.second { 
	background: #092699
}
.testimonials .content3 .speech-bubble.second:after {  
	border-left-color: #092699;
}
.testimonials .content3 .speech-bubble.third { 
	background: #CED634
}
.testimonials .content3 .speech-bubble.third:after {  
	border-left-color: #CED634;
}
.testimonials .content3 .speech-bubble.fourth { 
	background: #D67732
}
.testimonials .content3 .speech-bubble.fourth:after {  
	border-left-color: #D67732;
} 
.testimonials .content3 .speech-bubble {
	position: relative;
	border-radius: 4em;
  padding: 20px;
  color: #FFF;
  text-align: center;
  margin-left: 5px;
  margin-right: 18px;
}

.testimonials .content3 .speech-bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 63%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -20px;
}

.testimonials .content .comment h3{
  color: #FFF;
  font-size: 2.25em;
}

.testimonials .content .comment .title{
  font-weight: bold; 
}

.testimonials .content .comment p{
  font-size: 24px;
}

.testimonials .tc_carousel .slick-prev{
  margin-left: 35px;
  z-index: 1;
}

.testimonials .tc_carousel .slick-next{
  margin-right: 35px;
  z-index: 1;
}

.testimonials .block{
  height: 500px; 
  color: #000;  
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonials .block:nth-child(1){
    background: gray;
}

.testimonials .block .content{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  overflow: hidden;
}
/* .testimonials .block .content img {
  width: 70%;
  margin: 0 auto;
  position: absolute;
} */

/* why us */
.why_us{
  padding-top: 10px;
  padding-bottom: 10px; 
  text-align: center;
  background: #FFF;
}
.why_us .heading{
  padding-top: 10px;
  padding-bottom: 40px;
}
.why_us .heading span{ 
  font-size: 35px;
  color:#00B034;
}
 
.why_us .why_col{
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}

.why_us .info_box{
  position: relative;
  height: 340px;
  background: gray;
  color: #FFF;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-blend-mode: multiply,normal;
  background-position: center center;
}

.why_us .info_box.speaker{ 
  background-image: linear-gradient(90deg,rgb(55, 43, 86),rgba(60, 14, 33, 0.54)),url(./images/block/updates.jpeg); 
  background-size: cover;
}

.why_us .info_box.decade{
  background-image: linear-gradient(90deg,#05A44F,rgba(226,69,135,.9)),url(./images/block/decade.jpg); 
}

.why_us .info_box.compliant{
  /* background-image: linear-gradient(90deg,#05A44F17,#32CD32,#32CD32); */
}

.why_us .why_col:focus .info_box,.why_us .why_col:hover .info_box {
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}  

.why_us .info_box .title{
  top: 120px;
  font-size: 54px; 
  line-height: 1.11;  
  font-family: "Questrial";
  left: 0;
  right: 0;
  position: absolute;
  margin-top: 0px;
  margin-bottom: .5rem;
  font-weight: bold;
}

.why_us .info_box .sub_title{ 
  display: block; 
  font-size: .30741em;
}

.why_us .info_box .excerpt{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.47368;
  min-height: 3.5rem;
  margin-bottom: 30px;
}

/** Seminars**/
.seminars{
  background: #00B034;
  padding-top: 40px;
  padding-bottom: 40px;
}
.seminars .box_wrapper{
   display: flex;
   align-items: center;
   flex-flow: row;
}
.seminars .box{
  background: #FFF;
  border-radius: 10px; 
  padding: 20px; 
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  height: 109px;
  overflow: hidden;
  text-overflow: ellipsis; 
  box-shadow: 5px 7px green;
}
.seminars .box .date{
  font-style: italic;
  position: absolute;
  bottom: 9px;
  background: #F00;
  color: #FFF;
  padding-left: 8px;
  padding-right: 9px; 
}

.seminars .box .pin.coming{    
  color: red;
}
.seminars .box .pin{    
  position: absolute;
  top: 2px;
  right: 1px;
  font-size: 25px;
  font-weight: bold;
} 
.seminars a{
  text-decoration: none;
} 
.seminars .title{
  color: #FFF; 
  line-height: 50px;
  font-size: 38px;
  text-align: right;
}
.seminars a:hover,.seminars a:active{
  text-decoration: none;
}
.seminars .box h2{ 
  margin: 0px;
  font-size: 16px; 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} 
/* Overrides */
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .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;
      margin: 0px;
      margin-top: 20px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}



.wp1s-slider-wrapper{
  padding-bottom: 0px !important;
}
.tnp-widget input.tnp-submit{
  background-color: #00B034 !important;
}
.tnp-widget input.tnp-submit:hover{
  opacity: 0.8;
}

.wp1s-caption-wrapper.wp1s-caption-type-2 .wp1s-caption-content{
  background-image: linear-gradient(90deg, #00622E9E,#00622E52,#8890);
  padding: 8px;
}
 /* footer */
.tc__footer{
  background-color: #1c75bc;
  color: #FFF;
}
.tc__footer a{
  color: #FFF;
}
.tc__footer .gov_links{
  list-style: none;
  padding-left: 0px;
}
.tc__footer .gov_links li{
  line-height: 30px;
}

.tc__footer2{
    background-color: #005596;
    color: #FFF;
    padding: 10px;
}
.tc__footer2 p{
  margin-bottom: 0px;
}
.tc__footer2 input.tnp-submit{
  border: none;
}
.tc__footer .social_assets a{
  padding: 10px; 
  width: 52px;
  display: inline-block;
  border-radius: 70px;
  text-align: center;
}
.tc__footer .social_assets a:hover{ 
    opacity: 0.5;
    background: #00622E;
    color: #FFF;
}
.tc__footer .social_assets .fb
{
  background: #155B9D;
}
.tc__footer .social_assets .in
{
  background: #0E72A3;
}

.tc__sub_footer{
  min-height: 120px;
  background: #3D4842;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tc__sub_footer h3{
  color:#FFF;
  font-size: 18px; 
}

.tc__sub_footer  a.btn-large{
  background: #00b034;
  padding: 24px;
  border-radius: 10px; 
  color:#FFF;
  font-size: 18px; 
  margin-top: 8px;
  text-decoration: none;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc__sub_footer  a.btn-large:hover{
  opacity: 0.5;
}
.tc__sub_footer  a.btn-large > span{
  padding: 2px;
  font-size: 40px;
  margin-right: 10px;  
  transition: font-size 1s;
}
.tc__sub_footer  a.btn-large:hover > span{ 
  font-size: 45px;
}

.tc__sub_footer  a.btn-large.youtube{
  background: #cc181e; 
}
.tc__sub_footer h3>span{
  border-right: 1px solid #FFF;
  padding-right: 8px;
}
.tc__sub_footer .search_box input{
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-color: #ddd;
  background-color: #f4f4f4;
}

.tc__sub_footer .search_box button{ 
  background: #1C75BC;
  border-color: #1C75BC;
  color: #FFF;
}

.middle-fix{
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle-fix.vertical{
  flex-direction: column;
}


/* Overrides */ 
@media (max-width: 1099px) {   
  .testimonials .tc_carousel .content2 .comment p{
    font-size: 22px;
  }
  .testimonials .tc_carousel .content .comment div{
    font-size: 22px;
  }
  .testimonials .tc_carousel .content .comment div h4{
    font-size: 22px;
  }
}

@media (max-width: 991px) { 
  .testimonials .tc_carousel .content1>div:first-child{ 
    height: auto;
    min-height: 40px;
  }
  .testimonials .tc_carousel .content1 img{
    border-radius: 50%; 
    position: absolute;
    margin: 0 auto; 
    width: 40%; 
    margin: 0 auto; 
    top: 60px;
    margin-left: 53%; 
  }

  .testimonials .tc_carousel .content2 .comment p{
    font-size: 18px;
  }
  .testimonials .tc_carousel .content .comment div{
    font-size: 18px;
  }
  .testimonials .tc_carousel .content .comment div h4{
    font-size: 18px;
  }
  .testimonials .content3 img{
    width: 40%;
  }

}
@media (max-width: 767px) {  
  .seminars .box_wrapper{
     display: block;
  }
  .seminars .title{
    text-align: center;
  }
  .seminars .box{
    margin-left: 5px;
    margin-right: 5px;
  }
  .seminars .box .pin {
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 25px;
    font-weight: bold;
  }
  .testimonials .content .comment p{
    font-size: 19px;
  } 
  .testimonials .tc_carousel .content .comment{ 
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonials .tc_carousel .content2 .comment{
    z-index: 1; 
    display: flex;
    flex-direction: column;  
    justify-content: center;
  }
  .testimonials .tc_carousel .content2 img{ 
    position: absolute;
    height: 42%;
    bottom: 21px;
  }
 
  .testimonials .tc_carousel .content2 .comment p{
    font-size: 18px;
  }
  .testimonials .tc_carousel .content .comment div{
     font-size: 18px;
  }
  .testimonials .tc_carousel .content .comment div h4{
     font-size: 18px;
  }
}