/* -- :: Header */
.fa, .far, .fas {
  font-family: normal normal normal 14px/1 FontAwesome !important;
}


header {
  position: relative;
  background: var(--th-blue) url(./../../images/pages/bg-02.png) center top no-repeat;
  background-size: 1920px;
  margin-top: 60px;
  padding: 140px 0;
}
header::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--th-blue);
  opacity: .6;
}
/* text contain */
header .t-c h1 {
  color: #fff;
  font-weight: 700;
  font-size: 54px;
  max-width: 900px;
  margin-bottom: 20px;
}
header .t-c p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: .8;
  margin-bottom: 40px;
}

.serach-item {
  padding: 10px 0px;
  border-bottom: 1px solid #f3ebeb;
}
.search-box {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 6px 30px -10px #d5dbed;
  transition: height 359ms cubic-bezier(0.27, 0.7, 0, 0.99);
  padding: 15px;
  margin-top: 70px;
}
.search-data-layout {
  position: absolute;
  top: 53px;
  z-index: 999;
  border-radius: 0;
  box-shadow: 0 6px 30px -10px #d5dbed;
  transition: height 359ms cubic-bezier(0.27, 0.7, 0, 0.99);
  background: white;
  width: 98%;
  padding: 0px 17px;
  max-height: 300px;
  overflow-y: scroll;
}
.search-box:last-child{
  border-bottom: none;
}
.search-box p {
  font-size: 13px !important;
  color: gray;
  margin: 0px;
}

.search-box i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #28a8de;
  z-index: 9;
} 
.search-box input.form-control {
  padding-left: 30px;
}

/* ------------------------------- */
.generated h2 {
  font-size: 18px;
}
.toolbox{
  border-top: 5px solid #1ca4dc;
  padding: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgb(100 102 106 / 15%), 0 8px 16px 0 rgb(100 102 106 / 33%);
    box-shadow: 0 4px 8px 0 rgb(100 102 106 / 15%), 0 8px 16px 0 rgb(100 102 106 / 33%);
}
.toolbox nav{
  position: relative !important;
}
/* -- :: Pricing */
div.pricing .item {
  display: block;
  background: #fff;
  border: 1px solid var(--th-border);
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
}
div.pricing .item:hover {
  box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
/* head */
div.pricing .item .head h4.name {
  color: var(--th-p-color);
  padding: 10px 0;
  border-bottom: 1px solid var(--th-border);
  font-weight: 600;
  font-size: 20px;
}
div.pricing .item .head img {
  max-width: 120px;
}
div.pricing .item .head h2.price {
  font-size: 36px;
  font-weight: 700;
  color: var(--th-black);
  position: relative;
}
.blog-list p{
  color: #000;
}
.blog {
  white-space: pre-wrap;
  height: 81px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.pricing .item .head h2.price small {
  font-size: 14px;
  vertical-align: middle;
}
div.pricing .item .head p.caption {
  padding: 0 20px 10px;
  color: var(--th-p-color);
  font-size: 14px;
}
/* card features */
div.pricing .item ul.card-features {
  padding: 20px 20px 30px;
}
div.pricing .item ul.card-features li {
  color: var(--th-black);
  font-size: 15px;
}
div.pricing .item ul.card-features li:not(:last-child) {
  margin-bottom: 7px;
}
div.pricing .item ul.card-features li.on i {
  color: var(--th-green);
  margin-top: 1px;
}
.enquiry .content .items .card .card-body{
  letter-spacing: normal !important;
}
.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
}
pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}
.content a {
    color: #0056b3;
}
/* ------------------------------- */
.list-items {
  margin-top: 20px;
}
.list-items li{
  font-size: 14px;
  line-height: 2;
}
.list-items span{
  color:#2ebf6d ;
}

.information-pages strong{
  margin-bottom: 10px;
  display: block;
}
.content h4 {
  color: #008BFF;
}
.information-pages p,.information-pages ul li{
  font-size: 16px;
}


input[type="file"] {
  padding: 32px;
  height: 100px;
  vertical-align: middle;
  display: table-footer-group;
  background: #f7fdff;
}

.information-pages a{
  color: #27a8de;
}
.age-calculator-result {
  font-weight: 700;
  font-size: 20px;
}
.h-title span{
  color: #27a8de;
}
.bg-gray{
  background-color: aliceblue;
  padding: 50px 0px;
  margin: 50px 0px;
}
/* -- :: Team */
/* item */
.team .item {
  border: 1px solid var(--th-border);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
  -webkit-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}
.team .item:hover {
  box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
/* team image */
.team .item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid var(--th-border);
}
/* name & job */
.team .item h5.name {
  font-size: 18px;
  color: var(--th-black);
  font-weight: 600;
}
.team .item h6.job {
  color: var(--th-p-color);
  font-size: 14px;
  font-weight: 600;
}
/* caption */
.team .item p.caption {
  color: var(--th-p-color);
  font-size: 14px;
}
/* social links */
.team .item ul.social-links {
  border-radius: 4px;
  border: 1px solid var(--th-border);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.team .item ul.social-links li a {
  position: relative;
  font-size: 18px;
  height: 36px;
  width: 40px;
}
.team .item ul.social-links li:not(:last-child) a::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--th-border);
}
.team .item ul.social-links li a i {
  color: var(--th-black);
}
.team .item ul.social-links li a i.fa-facebook {
  color: #3b5998;
}
.team .item ul.social-links li a i.fa-twitter {
  color: #00aced;
}
.team .item ul.social-links li a i.fa-github {
  color: #333;
}
.team .item ul.social-links li a:hover {
  background: var(--th-light-blue);
}
/* ------------------------------- */

/* -- :: Partners */
/* content */
.partners .content {
  position: relative;
  max-width: 500px;
}

/* img contain */
.partners .content .img-c {
  position: relative;
  overflow: hidden;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  border:1px solid #8080803b;
}

.partners .content .th-badge {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background: #fff;
  height: 100px;
  width: 100px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(3,27,78,.4);
}
.partners .content .th-badge.top {
  top: 50px;
}
.partners .content .th-badge.bottom {
  top: auto;
  bottom: 50px;
}
.partners .content .th-badge.right {
  right: -50px;
  left: auto;
}
.partners .content .th-badge.left {
  right: auto;
  left: -50px;
}
.partners .content .th-badge.green {
  background: var(--th-green);
}
.partners .content .th-badge.blue {
  background: var(--th-blue);
}
.partners .content .th-badge.move {
  background: var(--th-move);
}
.partners .content .th-badge.orange {
  background: var(--th-orange);
}
.partners .content .th-badge img {
  max-width: 50px;
}
/* text contain */
.partners .t-c h3 {
  color: var(--th-black);
  font-size: 20px;
  font-weight: 600;
}
.partners .t-c p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.partners .t-c a {
  font-size: 16px;
  color: var(--th-blue);
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}
.partners .t-c a i {
  font-size: 12px;
}
.partners .t-c a:hover {
  color: var(--th-green);
}
/* ------------------------------- */
.lh-1 {
  line-height: 2;
}
/* -- :: Why Us */
/* box */
.why-us .service-box {
  position: relative;
  background: #fff;
  border: 1px solid var(--th-border);
  padding: 24px;
  overflow: hidden;  
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
  -webkit-transition: box-shadow .25s linear;
  transition: box-shadow .25s linear;
}
.why-us .service-box:hover {
  box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
.right-side h3 {
  background-color: #ededed;
  font-size: 16px;
  padding: 10px;
}
.right-side ul {
  padding-left: 19px;
}

.right-side li {
  line-height: 2;
}
.social-bar-contact li{
  padding: 10px;
}

.social-bar-contact li .fa {
  background-color: #3a3a3a;
  padding: 14px;
  border-radius: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  width: 50px;
  text-align: center;
}

/* icon */
.why-us .service-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .05;
}
.why-us .service-box .icon i {
  font-size: 4vw;
  color: var(--th-blue);
}

/* text contain */
.why-us .service-box .t-c h4 {
  font-size: 18px;
  color: var(--th-black);
  font-weight: 600;
}
.why-us .service-box .t-c p {
  color: var(--th-p-color);
  font-size: 15px;
}
.home-page {
  padding: 0 0 0em 0px !important;
  margin: 0xp auto;
}
.home-page h1 {
  font-size: 50px;
  color: #000;
  font-weight: 700;
}

.home-page p {
  font-size: 18px;
}
/* ------------------------------- */
.content h1 {
  font-size: 22px;
}
.content p {
  font-size: 16px;
}
.content h4 {
  font-size: 18px;
}
.content h2 {
  color:#008BFF ;
  font-size: 22px;
}
/* -- :: Enquiry */
/* content */
.stickyBar .content {
  position: sticky !important;
  top: 0;
}
.enquiry .content {
  position: relative;
  padding: 20px;
  background-size: 600px;
  background-position-y: bottom;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(3,27,78,.1);
}
/* head */
.enquiry .content .head {
  margin-bottom: 40px;
}
.enquiry .content .head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
}
.enquiry .content .head p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
.enquiry .content .head p a {
  color: #fff;
  font-weight: 300;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}
.enquiry .content .head p a:hover {
  color: var(--th-green);
}
/* items */
.enquiry .content .items {
  margin-bottom: 40px;
}
/* accordion */
/* card */
.enquiry .content .items .card {
  background: transparent;
  border: 0;
}
.enquiry .content .items .card:not(:last-child) {
  margin-bottom: 20px;
}
.enquiry .content .items .card .card-header {
  border: 0;
}
.enquiry .content .items .card .card-header h2 button {
  padding: 15px 40px 15px 15px;
  background: transparent;
  color: #000;
  border-color: rgba(255, 255, 255, 1);
  font-size: 15px;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.enquiry .content .items .card .card-header h2 button.collapsed {
  border-color: rgb(225 225 225 / 60%);
  color: rgb(0 0 0 / 92%);
  border-radius: 4px;
}
.enquiry .content .items .card .card-header h2 button .name i {
  font-size: 18px;
  color: #026ced;
}
.enquiry .content .items .card .card-header h2 button .collapse-icon {
  position: absolute;
  right: 15px;
}
.enquiry .content .items .card .card-header h2 button .collapse-icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .25s linear;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
}
.enquiry .content .items .card .card-header h2 button.collapsed .collapse-icon i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.enquiry .content .items .card .card-body {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;  
  border: 1px solid rgba(255, 255, 255, 1);
  border-top: 0;
  letter-spacing: 1px;
}
/* links */
.enquiry .content .links a.hash-link {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}
.enquiry .content .links a.hash-link:hover {
  color: var(--th-green);
}
/* ------------------------------- */

/* -- :: Media Query */

/* large devices */
@media (max-width: 1199.98px) {
  /* -- :: Partners */
  .partners .content .th-badge {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* text contain */
  .partners .t-c h3 {
    font-size: 24px;
  }
  .partners .t-c p {
    font-size: 15px;
    font-weight: 400;
  }
  .partners .t-c a {
    font-size: 15px;    
  }
}
/* Medium devices */
@media (max-width: 991.98px) {
  /* -- :: Header */
  header {
    padding: 100px 0;
    background-size: 992px;
  }
  /* text contain */
  header .t-c h1 {
    font-size: 44px;
  }
  header .t-c p {
    font-size: 17px;
  }
  /* ------------------------------- */

  /* -- :: Team */
  .team .item {
    padding: 24px;
  }
  /* ------------------------------- */

  /* -- :: Partners */ 
  .partners .content {
    margin: 0 auto;
  }  
  /* ------------------------------- */

  /* -- :: Enquiry */
  .enquiry .content {
    padding: 40px 30px;
  }
  .enquiry .content .head h3 {
    font-size: 24px;
  }
  .enquiry .content .head p {
    font-size: 15px;
  }
  .enquiry .content .head img {
    width: 46px;
  }
  .enquiry .content .items .card .card-header h2 button span span {
    white-space: normal;
  }
  .enquiry .content .items .card .card-header h2 button,
  .enquiry .content .items .card .card-body {
    font-size: 14px;
  }
  /* ------------------------------- */
}
/* small devices */
@media (max-width: 767.98px) {
  /* -- :: Header */
  header {
    padding: 50px 0;
    background-size: 768px;  
  }
  /* text contain */
  header .t-c h1 {
    font-size: 34px;
  }

  

  .enquiry .content {
    padding: 40px 5px;
    box-shadow: none;
  }

  /* ------------------------------- */

  /* -- :: Pricing */
  div.pricing .item {
    max-width: 350px;
    margin: 0 auto;
  }
  /* ------------------------------- */

  /* -- :: Team */
  .team .item {
    max-width: 350px;
    margin: 0 auto;
  }
  /* ------------------------------- */

  /* -- :: Partners */
  .partners .content .th-badge {
    height: 70px;
    width: 70px;
  }
  .partners .content .th-badge img {
    max-width: 30px;
  }
  /* text contain */
  .partners .t-c h3 {
    font-size: 18px;
  }
  .partners .t-c p {
    font-size: 14px;
  }
  .partners .t-c a {
    font-size: 14px;    
  }
  /* ------------------------------- */

  /* -- :: Enquiry */
  .enquiry .content .head h3 {
    font-size: 21px;
  }
  .enquiry .content .head p {
    font-size: 14px;
  }
}
/* ------------------------------- */
.landing-page form {
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
}

.landing-page form .btn {
    padding: 10px;
    background: #00F260;
    background: -webkit-linear-gradient(to right,#fa6e40, #89c702);
    background: linear-gradient(to right,#fa6e40, #89c702);
    box-shadow: -20px 19px 30px -10px grey;
    color: #fff;
    border-radius: 10px;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
.pricetag {
  color: #fece3e;
    margin: 20px 0px;
}

.pricetag {
  animation-name: flash;
   animation-duration: 0.2s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-play-state: running;
}

@keyframes flash {
   from {color: #fece3e;}
   to {color: #f8686e;}
}

.landing-page form p {
 color: #000;
}
.pt-80 {
  padding-top: 120px;
}
.pb-80 {
  padding-bottom: 120px;
}
.landing-page form h3 {
  color: #5c5c5c;
 }

.website-development{
  color: #fff;
  background-image: url(https://themepure.net/template/xotix-prev/xotix/img/slider/slider_bg06.png);
  background-size: contain;
  background-position: center;
}
.website-development .section-head p {
  color: #fff;
}
.website-development h1 {
  font-size: 43px;
}
.website-development .partners {
  background-color: #fff !important;
}
.landing-page .form-group {
  padding: 0px 10px;
}
.trustside {
  background: #fff8f2;
  padding: 50px 0px;
  color: #000;
}

.trustside  ul {
  border-top: 1px solid #3e3e3e4a !important;
}
.trustside p {
  margin: 20px 0px;
}
.pt-80{
  padding-top: 80px;
}
.trustside ul li::before{
 content: none !important;
}

.trustside ul li {
  position: relative;
  padding: 0 30px;
  display: inline-block;
}

.landing-page form h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  background: #f8686e;
  padding: 36px 10px;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.landing-page ul {
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
  border-top: 1px solid #ffffff4a;
  text-align: center;
}
.landing-page ul li {
  display: inline;
  margin-right: 10px;
  line-height: 2;
}


.landing-page ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 6px;
  font-weight: 600;
}

.contact-us {
  background: #d7f2fd;
  padding: 50px 0px;
}
section#contact .row {
  justify-content: center;
}
.website-development .enquiry .content{
  max-width: initial;
}
.website-development .enquiry .content .head p,.website-development .enquiry .content .head h3 {
  color: #3a3a3a;
  font-weight: inherit;

}
#contact  {
  color: #626262;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#contact  img {
  padding: 10px;
}

#contact a {
  color: #38618b;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .website-development{
    background-color: #1da3db !important;
    background-image:none !important;
  }
  .website-development h1,.website-development .pricetag {
    font-size: 29px;
    padding: 16px;
    text-align: center;
  }
  .website-development .section-head p {
    color: #fff;
    padding: 16px;
    text-align: center;
  }
  .trustside ul li{
    display: contents;
  }
  #contact .row {
    justify-content: left !important;
    margin-bottom: 13px;
  }
  .partners .t-c p {
    font-size: 16 px;
  }
  .trustside img {
    padding: 20px;
  }
  .navbar-nav .dropdown-menu{
    position: relative;
    border: 0px;
  }
}