
@media (max-width: 576px) {
  .container {
      max-width: 540px;
  }
}
/*---------header / navbar------------*/

.tk_serv__navbar {
  min-height: 80px;
  background: #fff;
  border: 0;
  margin-bottom: 0;
}

.tk_serv_logo__a {
  height: 82px !important;
  width: 240px;
}

.tk_serv_logo {
  width: 250px;
  margin-left: 12px;
}

.tk_serv__collapse {
  margin-top: 18px;
}

.aftr_bdr {
  position: relative;
}

.aftr_bdr:after {
  content: "|";
  top: 12px;
  right: -3px;
  font-size: 26px;
  position: absolute;
  font-weight: 300;
  color: #15416e;
}

.tk_serv_nav__a {
  color: #15416e !important;
}

.tk_serv_nav__li.active .tk_serv_nav__a {
  background: transparent !important;
  color: #ff6600 !important;
}

.tk_serv_nav__a:hover, .tk_serv_nav__a:focus {
  background: transparent !important;
  color: #ff6600 !important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}


/*-----------------banner sec-------------------*/

.slv__bnr_sec {
  padding: 75px 0;
}

.bg-slv-top {
  background: url('../images/slv-top-banner.jpg') no-repeat center;
  background-size: cover;
}

.bg-goldkey-top {
  background: url('../images/goldkey-top-banner.jpg') no-repeat center;
  background-size: cover;
}

.bg-goldkeyplus-top {
  background: url('../images/goldkeyp-top-banner.jpg') no-repeat center;
  background-size: cover;
}

.bg-vip-top {
  background: url('../images/vip-top-banner.jpg') no-repeat center;
  background-size: cover;
}

.slv_clr {
  color: #f5f5f5;
}
.tk_serv-bnr__h4 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 17px;
} 

.tk_serv-bnr__h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
}

.mt-100 {
  margin-top: 100px;
}

/*-----------Services---------------*/

.tk_serv-services {
  padding: 85px 0px;
  background: url('../images/05.png') #f1f1f1;
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
  animation: animatedBackground 19s linear infinite alternate;
  -ms-animation: animatedBackground 19s linear infinite alternate;
  -moz-animation: animatedBackground 19s linear infinite alternate;
  -webkit-animation: animatedBackground 19s linear infinite alternate;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.services_featue__h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  align-content: center;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.services_featue__p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 50px;
}

.slv_ttl_clr {
  color:  #003066;
}

.bdr1:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  border: 2px solid #ff6600;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.bdr1:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  border: 2px solid #ff6600;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tk_serv_ftr__item {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
}

.tk_serv_ftr__item:hover .tk_serv_ftr__thumb .tk_serv_ftr__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}

.tk_serv_ftr__thumb {
  position: relative;
  padding: 60px 40px 0;
  height: 250px;
}

.tk_serv__icon_lft {
  display: inline-block;
  text-align: center;
}

.serv_icons {
  width: 100% !important;
  height: auto;
  display: inline-block !important;
}

.serv_item__h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
}

.tk_serv_ftr__content {
  padding: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff6600;
  background: linear-gradient(180deg, #ff6600 0%, #e65c00 100%);
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  height: 250px;
  display: flex;
  align-items: center;
}

.serv_item__p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.owl-carousel.off {
  display: block;
}

#tk_serv_owl .owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
}

#tk_serv_owl .owl-nav button.owl-prev, #tk_serv_owl .owl-nav button.owl-next {
  font-size: 40px;
  line-height: 46px;
  margin: 0 26px;
}

/*-----------------Advantage--------------------*/

.tk__serv_advan {
  padding: 75px 0px 50px;
}

.slv_advan {
  background: url('../images/slv-mid-banner.jpg') no-repeat center;
  background-size: cover;
}

.goldkey_advan {
  background: url('../images/goldkey-mid-banner.jpg') no-repeat center;
  background-size: cover;
}

.goldkeyplus_advan {
  background: url('../images/goldkeyp-mid-banner.jpg') no-repeat center;
  background-size: cover;
}

.vip_advan {
  background: url('../images/vip-mid-banner.jpg') no-repeat center;
  background-size: cover;
}

.text-white {
  color: #ffffff;
}

.bdr1_wht:before {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  border: 2px solid #ffffff;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.bdr1_wht:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  border: 2px solid #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mb-30 {
  margin-bottom: 30px;
}

.advan_lft__cont {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.advan_lft_img {
  width: 60px;
  height: 58px;
}

.advan_rght__cont {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
}

.advan_rht_ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  min-height: 52px;
}

.mb-15 {
  margin-bottom: 30px;
}


/*---------contact form-----------*/

.tk_serv__cnt_form {
  background: url('../images/05.png') #f1f1f1;
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
  animation: animatedBackground 19s linear infinite;
  -ms-animation: animatedBackground 19s linear infinite;
  -moz-animation: animatedBackground 19s linear infinite;
  -webkit-animation: animatedBackground 19s linear infinite;
  padding: 85px 0px;
}

.tk_serv__form_cont {
  padding: 0 30px;
}

.screen-readers-only {
  position: fixed !important;
  top: -10000px !important;
  left: -10000px !important;
}

.mb-12 {
  margin-bottom: 12px;
}

.tk_serv__input {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 300;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -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;
}

.tk_serv__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b5b5 !important;
  font-size: 16px;
  font-weight: 300;
}

.tk_serv__textarea {
  height: auto;
  resize: none;
}

.tk_serv__textarea:focus {
  outline: 0;
}

.mbl_code {
  width: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.mbl_number {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: top;
}

.area_code {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: top;
}

.tk_serv__form_term {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #929292;
  margin: 10px 0;
}

.tk_serv__form_btnctn {
  text-align: center;
  margin: 20px 0;
}

.tk_serv__form_btn {
  font-size: 20px;
  background: #0352ab;
  background: linear-gradient(180deg, #0352ab 0%, #003066 100%);
  padding: 18px 34px;
  color: #ffffff;
  border-radius: 12px;
}

.tk_serv__form_btn:hover {
  background: #ff6701;
  background: linear-gradient(180deg, #ff6701 0%, #b54900 100%);
}

/*-----------------testimonials------------------*/

.tk_serv__testim {
  padding: 50px 0px;
}

.slv_btm_bg {
  background: url('../images/slv-btm-banner.jpg') no-repeat center;
  background-size: cover;
}

.goldkey_btm_bg {
  background: url('../images/goldkey-btm-banner.jpg') no-repeat center;
  background-size: cover;
}

.goldkeyplus_btm_bg {
  background: url('../images/goldkeyp-btm-banner.jpg') no-repeat center;
  background-size: cover;
}

.vip_btm_bg {
  background: url('../images/goldkeyp-btm-banner.jpg') no-repeat center;
  background-size: cover;
}

#tk_serv__testimonial {
  margin-bottom: 50px;
}

.tk_serv_testim__item{
  position: relative;
}

.tk_serv_testim__content {
  background: #ffffff;
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

.tk_serv_testim__li {
  display: inline-block;
  margin: 0px 1px;
}

.tk_serv_testim__ic {
  color: #191919;
  font-size: 13px;
}

.tk_serv_testim__h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #ff6600;
}

.tk_serv_testim__pera {
  color: #191919;
  font-style: italic;
  font-weight: 300;
  margin: 20px 0px 15px 0px;
}

.tk_serv_testim__spn {
  color: #191919;
  font-weight: 300;
  font-size: 13px;
}

.tk_serv_testim__author-img {
  max-width: 120px;
  margin-bottom: -60px;
}

#tk_serv__testimonial .owl-nav {
  position: relative;
  text-align: center;
  margin-top: 26px;
}

#tk_serv__testimonial .owl-nav button.owl-next span {
  z-index: 10;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  padding: 3px 30px;
  text-align: center;
  display: inline-block;
  background: #ff6600;
  background: linear-gradient(180deg, #ff6600 0%, #e65c00 100%);
}

#tk_serv__testimonial .owl-nav button.owl-prev span {
  z-index: 9;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  padding: 3px 30px;
  text-align: center;
  display: inline-block;
  background: #ff6600;
  background: linear-gradient(180deg, #ff6600 0%, #e65c00 100%);
  margin-right: 20px;
}


/*--------------------footer------------------------*/


footer{
  background: #fff;
  padding: 80px 0 0;
  color:#191919;
  z-index: 11;
  position: relative;
}

footer p{
  font-size:14px;
  font-weight:400;
  color: #191919;
  margin: 20px 0;
}

footer ul li{
  font-size:14px;
  font-weight:400;
  margin-bottom:9px;
  text-decoration:none!important;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  outline:0!important;
  position:relative;
  transition:all .2s ease-in;
}

footer ul li a{
  display:block;
  color: #191919;
}

footer ul li a:hover{
  color:#ff6600
}

footer h5{
  font-size:17px;
  position:relative;
  padding-bottom:6px;
  margin-bottom:19px;
}

footer ul.socialMedia li{
  font-size:14px;
  font-weight:400;
  margin-bottom: 18px;
  text-decoration:none!important;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  outline:0!important;
  position:relative;
  transition:all .2s ease-in;
  padding-left:11px;
}

footer h5 a{
  color: #191919;
}

footer h5 a:hover{
  color: #ff6600;
  padding-left:11px;
}

footer h5:after{
  width:50px;
  height:2px;
  background:#ff6600;
  content:"";
  position:absolute;
  bottom:0;
  left:0
}

footer ul{
  margin:0
}

footer ul li a:hover{
  margin-left:2px
}

footer .m-t-30{
  margin-top:30px
}

footer p.pfLink{
  text-align:center;
  padding:30px 0;
  width:70%;
  margin: 20px auto 0;
  border-top:1px solid #191919;
}

footer p.pfLink a{
  color: #191919;
  margin: 10px;
}

footer p.pfLink a:hover{
  color: #ff6600;
}

.p-t-10 {
  padding-top: 10px;
}

footer .ftr-copyright{
  background:#fff;
  padding:10px 0;
  color: #191919;
  font-size: 13px !important;
  line-height: 20px !important;
}

footer .ftr-copyright a{
  color: #2a75c1;
  margin: 10px;
}

footer .ftr-copyright a:first-child{
  color: #2a75c1;
  margin: 10px 10px 10px 0;
}

footer .ftr-copyright a:hover{
  color: #ff6600;
}

footer .ftr-copyright img{

}

.hm-sec-2 [class^=col-] .reg-channel-col ul li:hover,.hm-sec-2 [class^=col-] .reg-channel-col ul li:hover a{
  color:#e61d24;
}

.category-tabs .tab-content>.tab-pane ul li:hover a{
  color:#e61d24;
  margin-left:1px;
}

footer ul.socialMedia li a:before{
  content:"";
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family:"Font Awesome 5 Brands";
  position:absolute;
  left:0;
  top:4px;
}

footer ul.socialMedia li.tkFacebook a:before{
  content:"\f39e";
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position:absolute;
  left:0;
  top:-5px;
  background:#ff6600;
  text-align: center;
  border-radius:50px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  color: #fff;
}

footer ul li.tkFacebook{
  padding-left:28px;
}

footer ul.socialMedia li.tkInstagram a:before{
  content:"\f16d";
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position:absolute;
  left:0;
  top:-5px;
  background:#ff6600;
  text-align: center;
  border-radius:50px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  color: #fff;
}

footer ul li.tkInstagram{
  padding-left:28px;
}

footer ul.socialMedia li.tkTwitter a:before{
  content:"\f099";
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  position:absolute;
  left:0;
  top:-5px;
  background:#ff6600;
  text-align: center;
  border-radius:50px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  color: #fff;
}

footer ul li.tkTwitter{
  padding-left:28px;
}

footer ul.socialMedia li.tkblogs a:before{
  content:"\f27a";
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1;
  font-family: 'Font Awesome 5 free';
  font-weight: 400;
  position:absolute;
  left:0;
  top:-5px;
  background:#ff6600;
  text-align: center;
  border-radius:50px;
  width: 24px;
  height: 24px;
  line-height: 26px;
  color: #fff;
}

footer ul li.tkblogs{
  padding-left:28px;
}

.desk_hide {
  display: none;
}
/*----------------responsive---------------------*/

@media screen and (min-width: 992px) {
  .tk_serv-bnr__h4 {
    margin-top: 14%;
  }
}

@media screen and (min-width: 1201px) {
  .mr-goldp {
    margin-top: 10%;
  }
  .mr-vip {
    margin-top: 8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
  .tk_serv__navbar_header {
    float: none;
    text-align: center;
  }
  .tk_serv_logo__a {
    text-align: center;
    float: none;
    display: inline-block;
    height: 56px !important;
  }
  .aftr_bdr:after {
    content: "|";
    right: -4px;
    top: 7px;
  }
  .tk_serv_logo {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 0;
  }
  .tk_serv__collapse.collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .tk_serv_nav__a {
    padding: 10px 8px !important;
    font-size: 13px;
  }
  .tk_serv_nav__ul {
    float: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .mr-goldp {
    margin-top: 5%;
  }
  .mr-vip {
    margin-top: 8%;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .tk_serv_ftr__content {
    padding: 22px;
  }
}

@media screen and (max-width: 991px) {
  .tk_serve_badge {
    display: inline-block !important;
  }
  footer .ftr-copyright .text-right {
    text-align: center !important;
  }
  footer .ftr-copyright .text-left {
    text-align: center !important;
  }
  footer h5 {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
  }
  .advan_rht_ttl {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }
}

@media screen and (max-width:  767px) {
  .mb-15 {
    margin-bottom: 15px;
  }
  .tk_serv_logo__a {
    padding: 8px !important;
  }
  .service-item .icon {
    margin-bottom: 20px;
  }
  .aftr_bdr:after {
    content: ;
    top: 0px;
    right: 0;
    font-size: 0px;
    position: absolute;
    font-weight: ;
    color: ;
  }
  .ftr_logo_img {
    width: 250px;
    height: auto;
  }
  footer {
    text-align: center;
  }
  footer h5:after {
    width: 50px;
    height: 2px;
    background: #ff6600;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .tk_serv_testim__author, .advan_lft__cont {
    text-align: center;
  }
  .tk_serv_testim__author-img {
    display: inline-block !important;
  }
  .tk_serv_testim__content {
    margin-left: 0px;
    padding: 72px 30px;
  }
  .services_featue__h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .tk_serv-bnr__h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .tk_serv-bnr__h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .tk_serv-services, .tk_serv__cnt_form, .tk_serv__testim {
    padding: 50px 0px;
  }
  .tk__serv_advan {
    padding: 60px 0px 10px;
  }
  .bdr1:before, .bdr1:after, .bdr1_wht:before, .bdr1_wht:after {
    width: 55px;
  }
  .advan_lft_img {
    width: 45px;
    height: auto;
  }
  .advan_rht_ttl {
    font-size: 14px;
    line-height: 20px;
    min-height: 36px;
  }
  .tk_serv__form_cont {
    padding: 0;
  }
  .tk_serv__input {
    padding: 8px 12px;
    font-size: 14px;
  }
  .tk_serv__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  .tk_serv__form_term {
    font-size: 13px;
  }
  .tk_serv__form_btn {
    font-size: 15px;
    padding: 14px 30px;
  }
  .tk_serv_logo {
    width: 175px;
    margin-left: 0;
  }
  .tk_serv_logo__a {
    height: 0px !important;
  }
  .tk_serv_ftr__content {
    padding: 8px;
    height: 175px;
  }
  .serv_item__p {
    font-size: 9px;
    line-height: 12px;
  }
  .serv_item__h4 {
    font-size: 12px;
    line-height: 14px;
  }
  .serv_icons {
    width: 70% !important;
  }
  .tk_serv_ftr__thumb {
    padding: 20px 8px 0;
    height: 175px;
  }
  #tk_serv__testimonial {
    margin-bottom: 0px;
  }
  footer {
    padding: 45px 0 0;
  }
  .tk_serv__navbar {
    min-height: 60px;
  }
  .services_featue__p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .disp_hide {
    display: none;
  }
  .desk_hide {
    display: inline-block;
  }
  .mbl_blk {
    display: block;
  }
  footer ul li.tkFacebook, footer ul li.tkInstagram, footer ul li.tkTwitter, footer ul li.tkblogs {
    padding-left: 28px;
    display: inline-block;
    vertical-align: top;
  }
  .advan_rht_ttl {
    min-height: 20px;
    margin-bottom: 0px;
  }
  footer .m-t-30 {
    margin-top: 12px;
  }
  footer p.pfLink {
    padding: 15px 0 0;
    margin: 0;
  }
  footer .ftr-copyright {
    padding: 0;
  }
  footer h5 {
    margin-bottom: 12px;
  }
  .p-t-10 {
    padding-top: 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  footer ul.socialMedia li.tkFacebook a:before,
  footer ul.socialMedia li.tkInstagram a:before,
  footer ul.socialMedia li.tkTwitter a:before,
  footer ul.socialMedia li.tkblogs a:before {
    left: 43%;
    transform: translateX(-43%);
  }
  .tk_serv-bnr__h4 {
    margin-top: 12%;
  }
  .mr-goldp {
    margin-top: 8%;
  }
  .mr-vip {
    margin-top: 4%;
  }
}

@media screen and (min-width: 320px) and (max-width: 499px) {
  footer ul.socialMedia li.tkFacebook a:before,
  footer ul.socialMedia li.tkInstagram a:before,
  footer ul.socialMedia li.tkTwitter a:before,
  footer ul.socialMedia li.tkblogs a:before {
    left: 35%;
    transform: translateX(-35%);
  }
}

.switcher {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
label.error {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #dc3545;
  margin-top: 5px;
  display: block;
}