@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700 font-display:swap;|Raleway:400,500,600,700 font-display:swap;);
body {
  color: #767676;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input,
textarea {
  width: 100%;
}
textarea {
  height: 113px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #002856;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-family: Raleway, sans-serif;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
p {
  margin-bottom: 12px;
}
ul {
  margin: 0 0 15px 0;
  padding-left: 15px;
  list-style: square outside none;
}
i {
  font-style: italic;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a {
  color: #002826;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #2caee2;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}
.tm-link-block {
  display: block;
}
.tm-gray-bg {
  background-color: #f3fbfd;
}
.section {
  padding: 100px 0 70px;
}
.faq-content {
  font-size: 22px;
}
.ssstitle {
  color: #3eaed6;
  font-size: 22px;
}
.tm-bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bar-link {
  display: inline-block;
  position: relative;
}
.bar-link:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #2caee2;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bar-link:hover:before {
  bottom: 1px;
  opacity: 1;
  width: 95%;
}
.tm-btn {
  display: inline-block;
  text-transform: uppercase;
  background-color: #002856;
  color: #fff;
  padding: 10px 26px 11px;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tm-btn:hover {
  background-color: #2caee2;
  color: #fff;
  border-radius: 4px 40px 4px 40px;
}
.tm-btn1 {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #002856;
  color: #fff;
  padding: 10px 26px;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  min-width: 170px;
  text-align: center;
  font-weight: 400;
}
.tm-btn1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2caee2;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tm-btn1:active,
.tm-btn1:focus,
.tm-btn1:hover {
  color: #fff;
}
.tm-btn1:active:before,
.tm-btn1:focus:before,
.tm-btn1:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tm-btn1 i {
  margin-right: 6px;
}
.col-xs-b0 {
  margin-bottom: 0;
}
.col-xs-b5 {
  margin-bottom: 5px;
}
.col-xs-b10 {
  margin-bottom: 10px;
}
.col-xs-b15 {
  margin-bottom: 15px;
}
.col-xs-b20 {
  margin-bottom: 20px;
}
.col-xs-b25 {
  margin-bottom: 25px;
}
.col-xs-b30 {
  margin-bottom: 30px;
}
.col-xs-b35 {
  margin-bottom: 35px;
}
.col-xs-b40 {
  margin-bottom: 40px;
}
.col-xs-b45 {
  margin-bottom: 45px;
}
.col-xs-b50 {
  margin-bottom: 50px;
}
.col-xs-b55 {
  margin-bottom: 55px;
}
.col-xs-b60 {
  margin-bottom: 60px;
}
.col-xs-b65 {
  margin-bottom: 65px;
}
.col-xs-b70 {
  margin-bottom: 70px;
}
.col-xs-b75 {
  margin-bottom: 75px;
}
.col-xs-b80 {
  margin-bottom: 80px;
}
.col-xs-b85 {
  margin-bottom: 85px;
}
.col-xs-b90 {
  margin-bottom: 90px;
}
.col-xs-b95 {
  margin-bottom: 95px;
}
.col-xs-b100 {
  margin-bottom: 100px;
}
.col-xs-b105 {
  margin-bottom: 105px;
}
.col-xs-b110 {
  margin-bottom: 110px;
}
.col-xs-b115 {
  margin-bottom: 115px;
}
.col-xs-b120 {
  margin-bottom: 120px;
}
.col-xs-b200 {
  margin-bottom: 200px;
}
.col-xs-b250 {
  margin-bottom: 250px;
}
.empty-space.col-xs-b0 {
  height: 0;
  margin-bottom: 0;
}
.empty-space.col-xs-b5 {
  height: 5px;
  margin-bottom: 0;
}
.empty-space.col-xs-b10 {
  height: 10px;
  margin-bottom: 0;
}
.empty-space.col-xs-b15 {
  height: 15px;
  margin-bottom: 0;
}
.empty-space.col-xs-b20 {
  height: 20px;
  margin-bottom: 0;
}
.empty-space.col-xs-b25 {
  height: 25px;
  margin-bottom: 0;
}
.empty-space.col-xs-b30 {
  height: 30px;
  margin-bottom: 0;
}
.empty-space.col-xs-b35 {
  height: 35px;
  margin-bottom: 0;
}
.empty-space.col-xs-b40 {
  height: 40px;
  margin-bottom: 0;
}
.empty-space.col-xs-b45 {
  height: 45px;
  margin-bottom: 0;
}
.empty-space.col-xs-b50 {
  height: 50px;
  margin-bottom: 0;
}
.empty-space.col-xs-b55 {
  height: 55px;
  margin-bottom: 0;
}
.empty-space.col-xs-b60 {
  height: 60px;
  margin-bottom: 0;
}
.empty-space.col-xs-b65 {
  height: 65px;
  margin-bottom: 0;
}
.empty-space.col-xs-b70 {
  height: 70px;
  margin-bottom: 0;
}
.empty-space.col-xs-b75 {
  height: 75px;
  margin-bottom: 0;
}
.empty-space.col-xs-b80 {
  height: 80px;
  margin-bottom: 0;
}
.empty-space.col-xs-b85 {
  height: 85px;
  margin-bottom: 0;
}
.empty-space.col-xs-b90 {
  height: 90px;
  margin-bottom: 0;
}
.empty-space.col-xs-b95 {
  height: 95px;
  margin-bottom: 0;
}
.empty-space.col-xs-b100 {
  height: 100px;
  margin-bottom: 0;
}
.empty-space.col-xs-b105 {
  height: 105px;
  margin-bottom: 0;
}
.empty-space.col-xs-b110 {
  height: 110px;
  margin-bottom: 0;
}
.empty-space.col-xs-b115 {
  height: 115px;
  margin-bottom: 0;
}
.empty-space.col-xs-b120 {
  height: 120px;
  margin-bottom: 0;
}
.empty-space.col-xs-b200 {
  height: 200px;
  margin-bottom: 0;
}
.empty-space.col-xs-b250 {
  height: 250px;
  margin-bottom: 0;
}
.col-xs-text-left {
  text-align: left;
}
.col-xs-text-center {
  text-align: center;
}
.col-xs-text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .col-sm-b0 {
    margin-bottom: 0;
  }
  .col-sm-b5 {
    margin-bottom: 5px;
  }
  .col-sm-b10 {
    margin-bottom: 10px;
  }
  .col-sm-b15 {
    margin-bottom: 15px;
  }
  .col-sm-b20 {
    margin-bottom: 20px;
  }
  .col-sm-b25 {
    margin-bottom: 25px;
  }
  .col-sm-b30 {
    margin-bottom: 30px;
  }
  .col-sm-b35 {
    margin-bottom: 35px;
  }
  .col-sm-b40 {
    margin-bottom: 40px;
  }
  .col-sm-b45 {
    margin-bottom: 45px;
  }
  .col-sm-b50 {
    margin-bottom: 50px;
  }
  .col-sm-b55 {
    margin-bottom: 55px;
  }
  .col-sm-b60 {
    margin-bottom: 60px;
  }
  .col-sm-b65 {
    margin-bottom: 65px;
  }
  .col-sm-b70 {
    margin-bottom: 70px;
  }
  .col-sm-b75 {
    margin-bottom: 75px;
  }
  .col-sm-b80 {
    margin-bottom: 80px;
  }
  .col-sm-b85 {
    margin-bottom: 85px;
  }
  .col-sm-b90 {
    margin-bottom: 90px;
  }
  .col-sm-b95 {
    margin-bottom: 95px;
  }
  .col-sm-b100 {
    margin-bottom: 100px;
  }
  .col-sm-b105 {
    margin-bottom: 105px;
  }
  .col-sm-b110 {
    margin-bottom: 110px;
  }
  .col-sm-b115 {
    margin-bottom: 115px;
  }
  .col-sm-b120 {
    margin-bottom: 120px;
  }
  .col-sm-b200 {
    margin-bottom: 200px;
  }
  .col-sm-b250 {
    margin-bottom: 250px;
  }
  .empty-space.col-sm-b0 {
    height: 0;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b5 {
    height: 5px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b10 {
    height: 10px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b15 {
    height: 15px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b20 {
    height: 20px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b25 {
    height: 25px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b30 {
    height: 30px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b35 {
    height: 35px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b40 {
    height: 40px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b45 {
    height: 45px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b50 {
    height: 50px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b55 {
    height: 55px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b60 {
    height: 60px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b65 {
    height: 65px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b70 {
    height: 70px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b75 {
    height: 75px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b80 {
    height: 80px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b85 {
    height: 85px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b90 {
    height: 90px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b95 {
    height: 95px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b100 {
    height: 100px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b105 {
    height: 105px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b110 {
    height: 110px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b115 {
    height: 115px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b120 {
    height: 120px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b200 {
    height: 200px;
    margin-bottom: 0;
  }
  .empty-space.col-sm-b250 {
    height: 250px;
    margin-bottom: 0;
  }
  .col-sm-text-left {
    text-align: left;
  }
  .col-sm-text-center {
    text-align: center;
  }
  .col-sm-text-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .col-md-b0 {
    margin-bottom: 0;
  }
  .col-md-b5 {
    margin-bottom: 5px;
  }
  .col-md-b10 {
    margin-bottom: 10px;
  }
  .col-md-b15 {
    margin-bottom: 15px;
  }
  .col-md-b20 {
    margin-bottom: 20px;
  }
  .col-md-b25 {
    margin-bottom: 25px;
  }
  .col-md-b30 {
    margin-bottom: 30px;
  }
  .col-md-b35 {
    margin-bottom: 35px;
  }
  .col-md-b40 {
    margin-bottom: 40px;
  }
  .col-md-b45 {
    margin-bottom: 45px;
  }
  .col-md-b50 {
    margin-bottom: 50px;
  }
  .col-md-b55 {
    margin-bottom: 55px;
  }
  .col-md-b60 {
    margin-bottom: 60px;
  }
  .col-md-b65 {
    margin-bottom: 65px;
  }
  .col-md-b70 {
    margin-bottom: 70px;
  }
  .col-md-b75 {
    margin-bottom: 75px;
  }
  .col-md-b80 {
    margin-bottom: 80px;
  }
  .col-md-b85 {
    margin-bottom: 85px;
  }
  .col-md-b90 {
    margin-bottom: 90px;
  }
  .col-md-b95 {
    margin-bottom: 95px;
  }
  .col-md-b100 {
    margin-bottom: 100px;
  }
  .col-md-b105 {
    margin-bottom: 105px;
  }
  .col-md-b110 {
    margin-bottom: 110px;
  }
  .col-md-b115 {
    margin-bottom: 115px;
  }
  .col-md-b120 {
    margin-bottom: 120px;
  }
  .col-md-b200 {
    margin-bottom: 200px;
  }
  .col-md-b250 {
    margin-bottom: 250px;
  }
  .empty-space.col-md-b0 {
    height: 0;
    margin-bottom: 0;
  }
  .empty-space.col-md-b5 {
    height: 5px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b10 {
    height: 10px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b15 {
    height: 15px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b20 {
    height: 20px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b25 {
    height: 25px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b30 {
    height: 30px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b35 {
    height: 35px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b40 {
    height: 40px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b45 {
    height: 45px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b50 {
    height: 50px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b55 {
    height: 55px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b60 {
    height: 60px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b65 {
    height: 65px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b70 {
    height: 70px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b75 {
    height: 75px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b80 {
    height: 80px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b85 {
    height: 85px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b90 {
    height: 90px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b95 {
    height: 95px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b100 {
    height: 100px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b105 {
    height: 105px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b110 {
    height: 110px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b115 {
    height: 115px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b120 {
    height: 120px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b200 {
    height: 200px;
    margin-bottom: 0;
  }
  .empty-space.col-md-b200 {
    height: 250px;
    margin-bottom: 0;
  }
  .col-md-15 {
    width: 20%;
  }
  .col-md-text-left {
    text-align: left;
  }
  .col-md-text-center {
    text-align: center;
  }
  .col-md-text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .col-lg-b0 {
    margin-bottom: 0;
  }
  .col-lg-b5 {
    margin-bottom: 5px;
  }
  .col-lg-b10 {
    margin-bottom: 10px;
  }
  .col-lg-b15 {
    margin-bottom: 15px;
  }
  .col-lg-b20 {
    margin-bottom: 20px;
  }
  .col-lg-b25 {
    margin-bottom: 25px;
  }
  .col-lg-b30 {
    margin-bottom: 30px;
  }
  .col-lg-b35 {
    margin-bottom: 35px;
  }
  .col-lg-b40 {
    margin-bottom: 40px;
  }
  .col-lg-b45 {
    margin-bottom: 45px;
  }
  .col-lg-b50 {
    margin-bottom: 50px;
  }
  .col-lg-b55 {
    margin-bottom: 55px;
  }
  .col-lg-b60 {
    margin-bottom: 60px;
  }
  .col-lg-b65 {
    margin-bottom: 65px;
  }
  .col-lg-b70 {
    margin-bottom: 70px;
  }
  .col-lg-b75 {
    margin-bottom: 75px;
  }
  .col-lg-b80 {
    margin-bottom: 80px;
  }
  .col-lg-b85 {
    margin-bottom: 85px;
  }
  .col-lg-b90 {
    margin-bottom: 90px;
  }
  .col-lg-b95 {
    margin-bottom: 95px;
  }
  .col-lg-b100 {
    margin-bottom: 100px;
  }
  .col-lg-b105 {
    margin-bottom: 105px;
  }
  .col-lg-b110 {
    margin-bottom: 110px;
  }
  .col-lg-b115 {
    margin-bottom: 115px;
  }
  .col-lg-b120 {
    margin-bottom: 120px;
  }
  .col-lg-b200 {
    margin-bottom: 200px;
  }
  .col-lg-b250 {
    margin-bottom: 250px;
  }
  .empty-space.col-lg-b0 {
    height: 0;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b5 {
    height: 5px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b10 {
    height: 10px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b15 {
    height: 15px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b20 {
    height: 20px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b25 {
    height: 25px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b30 {
    height: 30px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b35 {
    height: 35px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b40 {
    height: 40px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b45 {
    height: 45px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b50 {
    height: 50px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b55 {
    height: 55px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b60 {
    height: 60px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b65 {
    height: 65px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b70 {
    height: 70px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b75 {
    height: 75px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b80 {
    height: 80px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b85 {
    height: 85px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b90 {
    height: 90px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b95 {
    height: 95px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b100 {
    height: 100px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b105 {
    height: 105px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b110 {
    height: 110px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b115 {
    height: 115px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b120 {
    height: 120px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b200 {
    height: 200px;
    margin-bottom: 0;
  }
  .empty-space.col-lg-b250 {
    height: 250px;
    margin-bottom: 0;
  }
  .col-lg-text-left {
    text-align: left;
  }
  .col-lg-text-center {
    text-align: center;
  }
  .col-lg-text-right {
    text-align: right;
  }
}
.empty-space {
  position: relative;
}
@-webkit-keyframes tm-preloader {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes tm-preloader {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
#scrollup {
  position: fixed;
  bottom: -60px;
  right: 25px;
  color: #fff;
  padding: 5px;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #2caee2;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#scrollup:hover {
  background-color: #3281a7;
}
#scrollup:before {
  content: "\eb88";
  font-family: IcoFont;
  margin-left: 1px;
}
.tm-site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.tm-header-info-wrap {
  background-color: #002856;
  width: 100%;
}
.tm-header-info {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-site-header.small-height .tm-header-info {
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-header-info a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 40px;
}
.tm-header-info a:first-child {
  margin-left: 0;
}
.tm-header-info a i {
  margin-right: 5px;
}
.tm-header-info a:hover {
  color: #2caee2;
}
.tm-header-menu {
  height: 75px;
  background-color: rgba(255, 255, 255, 0.8);
}
.tm-header-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.tm-site-header.small-height {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
  top: 0;
}
.tm-site-branding {
  width: 275px;
  position: relative;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 30px;
}
.tm-site-branding:before {
  content: "";
  position: absolute;
  height: 120px;
  width: 1500px;
  background-color: #002856;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  right: 22px;
  bottom: 0;
}
.tm-logo-link {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.tm-site-title {
  line-height: 30px;
  display: inline-block;
}
.tm-site-title a {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  display: inherit;
  line-height: inherit;
}
.tm-primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.tm-primary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.tm-primary-nav .tm-primary-nav-list {
  height: 100%;
}
.tm-primary-nav .tm-primary-nav-list .menu-item {
  position: relative;
}
.tm-primary-nav .tm-primary-nav-list > .menu-item {
  margin-right: 25px;
  height: 100%;
}
.tm-primary-nav .tm-primary-nav-list > .menu-item:last-child {
  margin-right: 0;
}
.tm-primary-nav .menu-item > a {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #002856;
}
.tm-primary-nav .menu-item > a {
  height: 100%;
}
.tm-primary-nav .tm-primary-nav-list .menu-item > a:hover {
  color: #2caee2;
}
.m-menu-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 27px;
  cursor: pointer;
  display: none;
}
.m-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.m-menu-btn span:after,
.m-menu-btn span:before {
  position: absolute;
  content: "";
}
.m-menu-btn span,
.m-menu-btn span:after,
.m-menu-btn span:before {
  width: 25px;
  height: 2px;
  background-color: #002856;
  display: block;
}
.m-menu-btn span:before {
  margin-top: -8px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.m-menu-btn span:after {
  margin-top: 8px;
  transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.m-dropdown {
  display: none;
}
.m-dropdown:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 36px;
  left: -9px;
  top: -6px;
}
.tm-primary-nav .tm-primary-nav-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.nav-link {
  position: relative;
}
.tm-header3 .tm-header-info-wrap {
  background-color: transparent;
}
.tm-header3 .tm-header-info a {
  color: #002856;
  font-weight: 600;
}
.tm-header3 .tm-header-info a:hover {
  color: #229cd6;
}
.hero {
  height: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.hero .container {
  position: relative;
  z-index: 4;
  padding-top: 100px;
}
.slider-text h1 {
  font-family: inherit;
  font-display: swap;
  font-size: 56px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 0;
}
.slider-text h1 b,
.slider-text h1 b i {
  font-weight: 600;
  font-style: initial;
}
.slider-text p {
  font-size: 22px;
  color: #002856;
  line-height: 34px;
  margin-bottom: 0;
}
.tm-hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.owl-carousel.tm-hero-slider .owl-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sweet-shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.hero-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 156, 213, 0.149);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.tm-dots1 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tm-hero-slider .owl-dots {
  max-width: 1140px;
  padding: 0 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  bottom: -9px;
}
.tm-section-heading {
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
}
.tm-section-heading h2 {
  font-size: 38px;
  color: #2caee2;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 34px;
}
.tm-section-heading p {
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}
.tm-section-seperator {
  height: 15px;
  width: 170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.tm-section-seperator:before {
  content: "";
  height: 2px;
  background-color: #2caee2;
  width: 70px;
  position: absolute;
  left: 0;
  top: 6px;
}
.tm-section-seperator:after {
  content: "";
  height: 2px;
  background-color: #2caee2;
  width: 70px;
  position: absolute;
  right: 0;
  top: 6px;
}
.tm-section-seperator span {
  position: absolute;
  height: 2px;
  width: 14px;
  background-color: #2caee2;
  left: 50%;
  margin-left: -7px;
  top: 6px;
  -webkit-animation: tm-spin-animaiton 6s linear infinite;
  animation: tm-spin-animaiton 6s linear infinite;
}
.tm-section-seperator span:before {
  content: "";
  height: 7px;
  width: 2px;
  position: absolute;
  background-color: #2caee2;
  top: 2px;
  left: 6px;
}
.tm-section-seperator span:after {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background-color: #002856;
  bottom: 3px;
  left: 6px;
}
.tm-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tm-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.tm-words-wrapper b.is-visible {
  position: relative;
}
.tm-headline.tm-rotate-text .tm-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.tm-headline.tm-rotate-text b {
  opacity: 0;
}
.tm-headline.tm-rotate-text i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .tm-headline.tm-rotate-text i {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.tm-headline.tm-rotate-text i.in {
  -webkit-animation: cd-tm-rotate-text-in 0.6s forwards;
  animation: cd-tm-rotate-text-in 0.6s forwards;
}
@-webkit-keyframes cd-tm-rotate-text-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  }
}
@keyframes cd-tm-rotate-text-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes cd-tm-rotate-text-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@keyframes cd-tm-rotate-text-out {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.tm-headline.scale b {
  opacity: 0;
}
.tm-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.is-visible .tm-headline.scale i {
  opacity: 1;
}
.tm-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tm-icon-box {
  padding-left: 65px;
  position: relative;
}
.tm-icon {
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 36px;
  color: #2caee2;
}
.tm-icon-box-title {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.tm-icon-box-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.tm-icon-box.style1 {
  padding-left: 55px;
  overflow: hidden;
  max-width: 300px;
}
.tm-icon-box.style1 .tm-icon {
  left: 0;
  top: 0;
  font-size: 22px;
  height: 40px;
  width: 40px;
  border: 1px solid #2caee2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tm-icon-box.style1 .tm-icon:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 400px;
  background-color: #2caee2;
}
.tm-icon-box.style1 .tm-icon-box-title {
  letter-spacing: 0;
  margin-top: 2px;
}
.tm-icon-box.style1 .tm-icon-box-text {
  margin-bottom: 0;
  margin-top: 25px;
  margin-left: -55px;
}
.tm-relative {
  position: relative;
}
.tm-half-section-bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.tm-half-section-bg.left {
  left: 0;
}
.tm-half-section-bg.right {
  right: 0;
}
.tm-half-section-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tm-half-section-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #002856;
  opacity: 0.85;
}
.tm-shedule-wrap {
  padding-right: 15%;
}
.tm-shedule-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.tm-shedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tm-shedule-list li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding: 5px 0;
}
.tm-shedule-list li:last-child {
  margin: 0;
}
.tm-about {
  padding: 27px 30px;
}
.tm-about-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tm-about-title span {
  color: #2caee2;
}
.tm-about-text p {
  line-height: 26px;
}
.tm-about-text p:last-child {
  margin-bottom: 0;
}
.tm-tab-wrap {
  position: relative;
  overflow: hidden;
}
.tm-tabs-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabs li {
  float: left;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 10px;
  min-width: 135px;
  font-weight: 700;
  color: #002856;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  margin: 5px 7px;
  margin-right: 30px;
}
.tabs li:last-child {
  margin-right: 7px;
}
.tabs li i {
  font-size: 45px;
  color: #2caee2;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tm-tabs-item {
  display: none;
}
.tm-tabs-item h4 {
  font-weight: 700;
  color: #00f;
  font-size: 20px;
}
.tm-tabs-item:first-child {
  display: block;
}
.tm-dept-details-wrap .tm-about {
  padding: 15px 0;
}
.tm-form-field {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.tm-form-field input,
.tm-form-field textarea {
  font-size: 14px;
  display: block;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  background-color: transparent;
  padding-top: 0;
}
.tm-form-field input:focus,
.tm-form-field textarea:focus {
  outline: 0;
}
.tm-form-field label {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  margin: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #fff;
  padding: 0 5px;
}
.tm-form-field input:focus ~ label,
.tm-form-field input:valid ~ label,
.tm-form-field textarea:focus ~ label,
.tm-form-field textarea:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  background-color: #002856;
  line-height: 20px;
}
.tm-form-field input:focus ~ label,
.tm-form-field input:valid ~ label,
.tm-form-field textarea:focus ~ label,
.tm-form-field textarea:valid ~ label {
  top: -21px;
  left: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  background-color: #002856;
  line-height: 20px;
  padding: 1px 8px;
}
.tm-form-field .bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #2caee2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tm-form-field input:focus ~ .bar,
.tm-form-field textarea:focus ~ .bar {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tm-contact-form .tm-btn {
  width: 100%;
  margin-bottom: 30px;
}
.tm-form-field input::-webkit-input-placeholder,
.tm-form-field textarea::-webkit-input-placeholder {
  color: #fff;
}
.tm-form-field input::-moz-placeholder,
.tm-form-field textarea::-moz-placeholder {
  color: #fff;
}
.tm-form-field input:-ms-input-placeholder,
.tm-form-field textarea:-ms-input-placeholder {
  color: #fff;
}
.tm-form-field input:-moz-placeholder,
.tm-form-field textarea:-moz-placeholder {
  color: #fff;
}
.tm-contact-form .tm-form-field input,
.tm-contact-form .tm-form-field textarea {
  border: 1px solid #dedede;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #767676;
  padding: 10px;
}
.tm-contact-form .tm-form-field input:focus,
.tm-contact-form .tm-form-field input:valid,
.tm-contact-form .tm-form-field textarea:focus,
.tm-contact-form .tm-form-field textarea:valid {
  border-color: #002856;
}
.tm-social-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-social-btn i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-social-btn i:last-child {
  position: absolute;
  left: 0;
  top: 100%;
}
.tm-social-btn.blue i:last-child {
  color: #2caee2;
}
.tm-social-btn.blue i {
  color: #002856;
}
.tm-social-btn.blue:hover i:first-child {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  color: transparent;
}
.tm-social-btn:hover i:last-child {
  top: 1px;
}
.alert {
  padding: 7px 15px;
}
.tm-fun-fact-wrap {
  background-image: url(https://ozelcenazehizmetlerim.com/assets/img/sayi1.jpg);
}
.tm-fun-fact i {
  font-size: 60px;
  color: #2caee2;
  margin-bottom: 8px;
  display: block;
}
.tm-fun-fact h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.tm-fun-fact h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.tm-overflow-hide {
  overflow: hidden;
}
.accordian-wrapper {
  margin-right: calc((100vw - 1132px) / 2);
}
.accordian-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-accordian:not(:last-child) {
  margin-bottom: 15px;
}
.single-accordian {
  background-color: #fff;
  border: 1px solid #dedede;
}
.accordian-head {
  cursor: pointer;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
}
.accordian-head i {
  color: #404040;
  margin-right: 18px;
}
.single-accordian .accordian-body {
  padding: 25px;
}
.tm-about-video {
  position: relative;
  min-height: 500px;
  height: 100%;
}
.tm-video-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tm-about-video .tm-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tm-video-button span {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  -webkit-animation: tm-video-animaion 2s linear infinite;
  animation: tm-video-animaion 2s linear infinite;
  -webkit-box-shadow: 0 0 0 11px #fff;
  box-shadow: 0 0 0 11px #fff;
}
.tm-about-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tm-video-button i {
  font-size: 100px;
  color: #fff;
}
.tm-post-thumb {
  position: relative;
  overflow: hidden;
}
.tm-blog-shap {
  position: absolute;
  height: 150px;
  width: 206px;
  background-color: #002856;
  opacity: 0.8;
  border-radius: 0 35px 0 0;
  -webkit-transform: rotate(-26deg) skewX(12deg);
  -ms-transform: rotate(-26deg) skewX(12deg);
  transform: rotate(-26deg) skewX(12deg);
  bottom: -180px;
  left: -115px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  z-index: 2;
}
.tm-post-thumb i {
  font-size: 30px;
  position: absolute;
  bottom: 17px;
  left: 43px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
}
.tm-post-thumb a img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tm-post-thumb a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.tm-post-thumb a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.tm-post-thumb a:hover:before {
  opacity: 0.6;
}
.tm-post-thumb a:hover i {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tm-post-thumb a:hover .tm-blog-shap {
  bottom: -97px;
  left: -69px;
}
.tm-post-thumb a:hover .small .tm-blog-shap {
  bottom: -118px;
  left: -87px;
}
.tm-post-thumb .small i {
  font-size: 22px;
  bottom: 13px;
  left: 36px;
}
.tm-blog-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.tm-blog-meta.tm-style1 span {
  color: #229cd5;
  margin-right: 20px;
}
.tm-blog-meta.tm-style1 span a {
  color: #229cd5;
}
.tm-blog-meta.tm-style1 span i {
  margin-right: 6px;
}
.tm-entry-content p {
  margin-bottom: 0;
}
.tm-post.tm-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tm-post.tm-style2:not(:last-child) {
  border-bottom: 2px solid #f1f2f3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tm-post.tm-style2 .tm-post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 180px;
  width: 240px;
  margin-right: 25px;
}
.tm-post.tm-style2 .tm-post-thumb .tm-link-block {
  height: 100%;
  width: 100%;
}
.tm-post.tm-style2 .tm-post-thumb .tm-link-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tm-blog-meta span {
  color: #2caee2;
  margin-right: 20px;
}
.tm-blog-meta span i {
  margin-right: 8px;
}
.tm-blog-meta span a {
  color: inherit;
}
.tm-post.tm-style2 .tm-blog-heading {
  font-size: 20px;
}
.tm-single-contact {
  position: relative;
  padding-left: 100px;
}
.tm-single-contact i {
  position: absolute;
  left: 36px;
  top: 50%;
  font-size: 36px;
  color: #229cd5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tm-single-contact h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tm-single-contact p {
  margin-bottom: 0;
}
#tm-map {
  width: 100%;
  height: 500px;
}
.tm-blog-hero {
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(https://ozelcenazehizmetlerim.com/assets/img/blog-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
}
.tm-blog-hero-title {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}
.tm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.tm-breadcrumb li {
  font-size: 18px;
  color: #002856;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.tm-breadcrumb li:last-child {
  margin: 0;
  padding: 0;
}
.tm-breadcrumb li:before {
  content: "/";
  position: absolute;
  right: -4px;
  top: 1px;
}
.tm-breadcrumb li:last-child:before {
  display: none;
}
.tm-breadcrumb li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.tm-breadcrumb li a:hover {
  color: #2caee2;
}
.tm-blog-right-sidebar .tm-site-main {
  padding-right: 4%;
}
.tm-blog-left-sidebar .tm-site-main {
  padding-left: 4%;
}
.tm-post-details-wrap {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.tm-blog-section .tm-post:not(:last-child) {
  margin-bottom: 60px;
}
.tm-entry-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
.tm-entry-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.tm-entry-title a:hover {
  color: #2caee2;
}
.tm-byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tm-byline span {
  color: #229cd5;
  margin-right: 25px;
}
.tm-byline span:last-child {
  margin-right: 0;
}
.tm-byline a {
  color: #229cd5;
}
.tm-byline a:hover {
  color: #2caee2;
}
.tm-byline i {
  display: inline-block;
  margin-right: 5px;
}
.tm-entry-content p {
  margin-bottom: 15px;
}
.tm-entry-content p:last-child {
  margin-bottom: 0;
}
.widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 20px;
}
.widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: -10px;
}
.widget ul li {
  padding-left: 28px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li:before {
  content: ">>";
  position: absolute;
  left: 0;
  top: 6px;
}
.widget ul li a {
  color: inherit;
  display: block;
}
.widget ul li:hover a,
.widget ul li:hover:before {
  color: #2caee2;
}
.tagcloud {
  margin-top: -10px;
}
.tagcloud a {
  display: inline-block;
  color: #767676;
  border: 1px solid #767676;
  padding: 1px 10px 2px;
  margin-top: 10px;
  margin-right: 7px;
  font-size: 13px;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #2caee2;
  border-color: #2caee2;
}
.widget_recent_entries ul li {
  padding: 10px 0;
}
.widget_recent_entries ul li:before {
  display: none;
}
.widget.widget_recent_entries ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.widget.widget_recent_entries img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 64px;
  width: 79px;
  margin-right: 15px;
}
.r-post-head {
  margin-top: 5px;
}
.widget.widget_recent_entries ul span {
  font-size: 14px;
}
.widget.widget_recent_entries ul h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_recent_entries ul a:hover h2 {
  color: #2caee2;
}
.widget.widget_recent_entries ul a:hover span {
  color: #767676;
}
.single-blog:not(:last-child) {
  margin-bottom: 40px;
}
.single-blog .tm-entry-content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .tm-entry-title {
    font-size: 22px;
  }
  .tm-blog-right-sidebar .tm-site-main {
    padding-right: 0;
  }
  .tm-blog-left-sidebar .tm-site-main {
    padding-left: 0;
  }
  .blog-left-sidebar .tm-site-main {
    padding-left: 0;
  }
  .tm-blog-hero-title {
    font-size: 34px;
  }
  .tm-blog-section .tm-post:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget:not(:last-child) {
    margin-bottom: 30px;
  }
}
.tm-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 0;
}
.tm-footer-social h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 5px 30px 5px 0;
}
.tm-footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tm-footer-social-list a {
  font-size: 24px;
  color: #002856;
  margin: 5px 15px 5px 0;
}
.tm-footer-social-list a:last-child {
  margin-right: 0;
}
.tm-copyright {
  margin: 0;
}
.tm-site-footer {
  padding: 20px 0;
  background-color: #002856;
  color: rgba(255, 255, 255, 0.7);
}
.tm-phone-icon {
  position: absolute;
  font-size: 58px;
  color: #fff;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
}
.tm-footer-hotline-in h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  margin-bottom: 3px;
}
.tm-footer-hotline-in p {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}
.tm-footer-hotline {
  position: relative;
  width: 100%;
}
.tm-footer-hotline-in {
  position: absolute;
  padding-left: 55px;
  bottom: -44px;
  height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
}
.tm-footer-hotline:before {
  content: "";
  width: 1500px;
  background-color: #002856;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  position: absolute;
  height: 144px;
  bottom: -44px;
}
.tm-overflow-hidden {
  overflow: hidden;
}
.tm-hf-hide {
  overflow: hidden;
  position: relative;
}
@-webkit-keyframes tm-arrow-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 174, 226, 0.25);
    box-shadow: 0 0 0 0 rgba(44, 174, 226, 0.25);
  }
  70% {
    -webkit-box-shadow: 0 0 0 33px rgba(44, 174, 226, 0);
    box-shadow: 0 0 0 33px rgba(44, 174, 226, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 174, 226, 0);
    box-shadow: 0 0 0 0 rgba(44, 174, 226, 0);
  }
}
@keyframes tm-arrow-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 174, 226, 0.25);
    box-shadow: 0 0 0 0 rgba(44, 174, 226, 0.25);
  }
  70% {
    -webkit-box-shadow: 0 0 0 33px rgba(44, 174, 226, 0);
    box-shadow: 0 0 0 33px rgba(44, 174, 226, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 174, 226, 0);
    box-shadow: 0 0 0 0 rgba(44, 174, 226, 0);
  }
}
@-webkit-keyframes tm-info-animation {
  from {
    color: #002856;
  }
  to {
    color: #2caee2;
  }
}
@keyframes tm-info-animation {
  from {
    color: #002856;
  }
  to {
    color: #2caee2;
  }
}
@-webkit-keyframes tm-shadow-animation {
  from {
    text-shadow: 0 0 8px #2caee2, 0 0 16px #2caee2, 0 0 26px #2caee2;
  }
  to {
    text-shadow: 0 0 0 #002856, 0 0 0 #002856, 0 0 0 #002856;
  }
}
@keyframes tm-shadow-animation {
  from {
    text-shadow: 0 0 8px #2caee2, 0 0 16px #2caee2, 0 0 26px #2caee2;
  }
  to {
    text-shadow: 0 0 0 #002856, 0 0 0 #002856, 0 0 0 #002856;
  }
}
@-webkit-keyframes tm-spin-animaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0);
    transform: rotateX(-20deg) rotateY(0);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@keyframes tm-spin-animaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0);
    transform: rotateX(-20deg) rotateY(0);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@-webkit-keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes shape {
  to {
    opacity: 0;
    -webkit-transform: scale(20) translate(-50%, -50%);
    transform: scale(20) translate(-50%, -50%);
  }
  from {
    opacity: 1;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes shape {
  to {
    opacity: 0;
    -webkit-transform: scale(20) translate(-50%, -50%);
    transform: scale(20) translate(-50%, -50%);
  }
  from {
    opacity: 1;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}
.hero.tm-style2 {
  margin-bottom: 0;
  margin-top: 45px;
}
.hero-slider1,
.hero-slider1 .single-slide {
  height: 100%;
}
.hero-slider1 .single-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.hero-slider1 .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 22px;
  margin-bottom: 20px;
}
.hero-slider1 .owl-nav > div {
  background-color: #002856;
  height: 40px;
  width: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-transform: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transform: all 0.4s ease;
}
.hero-slider1 .owl-nav > div:hover {
  background-color: #2caee2;
}
.hero-slider1 .owl-nav > div i {
  position: relative;
  z-index: 1;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.hero-slider1 .slider-text h1 b {
  font-weight: 400;
}
.hero-slider1 .slider-text h1,
.hero-slider1 .slider-text p {
  position: relative;
  top: 70px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.hero-slider1 .tm-hero-btn {
  position: relative;
  bottom: 70px;
  -webkit-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.hero-slider1 .slider-text h1 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hero-slider1 .slider-text p {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.hero-slider1 .tm-hero-btn {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.hero.style1 .container {
  padding-top: 65px;
}
.hero.style1 .hero-overlay {
  background-color: rgba(34, 156, 213, 0.25);
}
.tm-overflow-hidden {
  position: relative;
  overflow: hidden;
}
.accordian-wrapper.tm-style1 {
  padding: 0;
  margin: 0;
}
.tm-hero-btn.tm-hero-video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
}
.tm-hero-btn.tm-hero-video-btn .tm-video-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin-left: -24px;
}
.tm-hero-btn.tm-hero-video-btn .tm-video-text {
  color: #002856;
  font-size: 22px;
  font-weight: 600;
  margin-left: -10px;
}
.hero.tm-style2 .slider-text {
  margin-left: calc((100vw - 1190px) / 2);
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero.tm-style2 {
  background-color: #002856;
  padding-top: 75px;
}
.hero.tm-style2 .slider-text h1,
.hero.tm-style2 .slider-text p {
  color: #fff;
}
.hero.tm-style2 .tm-hero-btn.tm-hero-video-btn .tm-video-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-left: -10px;
}
.tm-header2 .tm-site-header {
  background-color: #fff;
}
.tm-header2 .tm-primary-nav .menu-item > a {
  font-weight: 600;
}
.hero.tm-style3 {
  margin: 0;
  height: 100vh;
}
.hero.tm-style3 .tm-hero-heading {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 58px;
  line-height: 65px;
}
.tm-hero-btn.tm-hero-btn-group a {
  margin: 0 10px;
}
.tm-video-button.tm-color1 i {
  color: #2caee2;
}
.tm-video-button.tm-color1 span {
  -webkit-box-shadow: 0 0 0 11px #2caee2;
  box-shadow: 0 0 0 11px #2caee2;
}
.tm-style1.tm-single-contact i {
  left: 0;
  top: 2px;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  height: 70px;
  width: 80px;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tm-style1.tm-type1 .tm-blog-heading {
  font-size: 20px;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .hero.tm-style2 {
    height: 660px;
  }
  .hero.tm-style2 .slider-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .hero.tm-style2 .slider-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .accordian-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .tm-site-branding {
    width: 200px;
  }
  .tm-primary-nav .tm-primary-nav-list > .menu-item {
    margin-right: 15px;
  }
  .tm-shedule-wrap {
    padding-right: 10%;
  }
  .tabs li i {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .tabs li {
    padding: 12px 10px;
    min-width: 120px;
    margin-right: 15px;
    font-size: 14px;
  }
  .tabs li:last-child {
    margin-right: 6px;
  }
  .hero.tm-style2 .slider-text {
    max-width: 960px !important;
    margin: auto;
  }
  .accordian-wrapper {
    margin-right: calc((100vw - 952px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .m-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tm-site-header > div {
    width: 100%;
    padding: 0;
  }
  .m-menu-btn {
    display: block;
  }
  .tm-primary-nav-list {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    max-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 0;
  }
  .small-height .tm-primary-nav-list {
    margin: 0;
  }
  .m-menu ul {
    list-style: none;
  }
  .m-menu ul .menu-item a {
    display: block;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 600;
  }
  .m-menu ul .menu-item a:hover {
    background-color: rgba(43, 43, 43, 0.23);
    -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .m-dropdown {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 16px;
    color: #002856;
    font-size: 10px;
    line-height: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    z-index: 11;
    cursor: pointer;
    border: 1px solid #002856;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 1px;
  }
  .m-menu ul .menu-item ul {
    display: none;
    padding-left: 10px;
  }
  .m-menu ul > .menu-item {
    position: relative;
  }
  .nav-link:before {
    left: 10px;
    bottom: initial;
    top: 13px;
  }
  .hero {
    height: 600px;
  }
  .slider-text h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .row-md-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tm-half-section-bg {
    width: 100%;
  }
  .tm-shedule-wrap {
    padding-right: 0;
  }
  .slider-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .tm-section-heading h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .tm-icon-box-title {
    font-size: 22px;
  }
  .tm-about-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tm-shedule-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .tm-dept-details-wrap .tm-about {
    padding-bottom: 0;
  }
  .tm-fun-fact i {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .tm-fun-fact h2 {
    font-size: 35px;
  }
  .tm-fun-fact h3 {
    font-size: 22px;
    margin-top: 3px;
  }
  .accordian-heading {
    font-size: 22px;
  }
  .accordian-wrapper {
    margin-left: 0;
  }
  .tm-single-contact {
    padding-left: 70px;
  }
  .tm-single-contact i {
    left: 0;
  }
  .tm-footer-hotline-in {
    padding-left: 50px;
  }
  .tm-footer-hotline-in h3 {
    font-size: 16px;
  }
  .tm-footer-hotline-in p {
    font-size: 20px;
  }
  .tm-blog-heading {
    font-size: 22px;
  }
  .tm-dept-details-wrap {
    margin-top: 10px;
  }
  .tm-icon-box.style1 {
    max-width: 100%;
  }
  .tm-icon-box.style1 .tm-icon:before {
    width: 250px;
  }
  .tm-blog-section.tm-blog-left-sidebar .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .slider-text h1 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
  }
  .slider-text p {
    font-size: 15px;
    line-height: 26px;
  }
  .tm-btn1 {
    padding: 7px 20px;
    min-width: 140px;
    font-size: 14px;
  }
  .tabs li {
    padding: 8px 5px;
    min-width: 110px;
    margin-right: 15px;
    font-size: 12px;
  }
  .tabs li i {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .tm-video-button {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  .tm-about-video {
    min-height: 380px;
  }
  .accordian-wrapper {
    padding: 0 15px;
  }
  #map {
    height: 400px;
  }
  .tm-footer-hotline-in {
    height: 45px;
    position: initial;
    margin-bottom: 15px;
  }
  .tm-phone-icon {
    left: 0;
  }
  .tm-footer-hotline:before {
    display: none;
  }
  .row-sm-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tm-site-footer {
    padding: 40px 0;
  }
  .shap-wrap {
    display: none;
  }
  .hero.tm-style3 .tm-hero-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
  }
  .tm-about-video .tm-video-button {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 575px) {
  .hero {
    height: 510px;
  }
  .slider-text h1 br,
  .slider-text p br {
    display: none;
  }
  .tm-section-heading h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .tm-section-heading p {
    line-height: 24px;
  }
  .tm-post.tm-style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tm-post.tm-style2 .tm-post-thumb {
    margin-right: 0;
    width: 100%;
  }
  .tm-header-info-wrap {
    display: none;
  }
  .hero.tm-style2 {
    padding-top: 30px;
  }
  .hero .container {
    padding-top: 65px;
  }
  .tm-about-video .tm-video-button {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  .hero-slider1 .owl-nav {
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media screen and (max-width: 991px) {
  .hero.tm-style2 .slider-text {
    max-width: 720px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero.tm-style2 .slider-text {
    max-width: 540px !important;
  }
}
@media screen and (max-width: 575px) {
  .hero.tm-style2 .slider-text {
    max-width: 100% !important;
    padding: 0;
  }
}
