/**
  * Name: Altech
  * Version: 1.0
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
/* hide show mixin */
/**

  1. General
     - Variables
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color
     - darkGrey-color
     - white-color
     - Grey-color

  4. Pre-loader

  5. Tooltip

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay
     - widget_info
     - home banner

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  11. Home Slider

  12. Inner-Pages
      - contact-us
      - map
      - error
      - portfolio
      - blog
      - team-member-details
      - element
      - key frame

**/
/* ===============================================
    1. General
------------------------*/
/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
  outline: none !important;
}

a {
  color: #05c8f9;
}

a:not([href]) {
  color: #05c8f9;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #05c8f9;
  cursor: pointer;
}

a, button, input {
  outline: medium none;
  color: #05c8f9;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

p {
  margin: 0 0 15px;
}

::-moz-selection {
  background: #05c8f9;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #05c8f9;
  color: #fff;
  text-shadow: none;
}

.form-control {
  padding: 17px 24px;
  height: auto;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #05c8f9;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
input[type="tel"], input[type="color"], .uneditable-input, select {
  font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #666666;
  padding: 12px 15px 12px;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}

textarea:focus, input:focus {
  border: 1px solid #05c8f9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #6e6e6e;
  background-color: #fff;
  letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/**  Shadow **/
.box-shadow {
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
          box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}

.box-shadow2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
          box-shadow: 0 0 15px 0 rgba(32, 46, 60, 0.12);
}

.border-rad-30 { border-radius: 30px;}

.ttm-horizontal_sep {
  border-top: 1px solid #cdcdcd;
  display: block;
  position: relative;
}
.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .ttm-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}
.ttm-vertical_sep > [class*='col'] {
    position: relative;
}


/**  Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body .page .site-main {
  padding: 0;
  background-color: #fff;
}

.about-overlay-01 {
  top: 100px;
  color: #fff;
  padding: 28px 30px;
  border-radius: 15px;
  font-size: 22px;
  line-height: 31px;
  width: 210px;
  text-align: center;
  position: absolute;
  right: 0px;
  background-color: #05c8f9;
}
.about-overlay-02 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 15px 30px 15px 30px;
  border-left: 8px solid #05c8f9;
  background-color: #05c8f9;
}
.about-overlay-02 h3 {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.about-overlay-02 p {
  font-size: 13px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
.about-overlay-03 {
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding: 10px 23px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #05c8f9;
}
.about-overlay-03 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.with-border15 img {
  border: 15px solid;
}

/* ===============================================
    2. Spacing
------------------------*/
.spacing-1 {
  padding: 112px 400px 120px 55px;
}
.spacing-2 {
  padding: 0 85px;
}
.spacing-3 {
  padding: 82px 50px 83px;
}
.spacing-4 {
  padding: 44px 50px 40px 50px;
}
.spacing-5 {
  padding: 20px 0px 12px 0px;
}
.spacing-6 {
  padding: 76px 50px 100px;
}


/** font size  **/
.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-38 {
  font-size: 38px !important;
}

.fw-500 {
  font-weight: 500;
}

/** z-index **/
.z-1 {
  z-index: 1;
}

.z-9 {
  z-index: 9;
}

.desc-line {
  width: 8% !important;
  margin: 0 auto;
  height: 2px !important;
  background-color: #fff;
}

/** Padding  **/
.pr-20 {
  padding-right: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-60 {
  padding-right: 60px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-155 {
  padding-left: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pl-70 { 
  padding-left: 70px;
}
.pt-10 {
  padding-top: 10px;
}
.pr-70 { 
  padding-right: 70px;
}
.pr-20 { 
  padding-right: 20px;
}

/** Margin  **/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-25 {
  margin-top: 25px;
}

.mt_80 {
  margin-top: -80px;
}

.pl-220 {
  padding-left: 220px;
}

.mt_90 {
  margin-top: -90px;
}

.mt_95 {
  margin-top: -95px;
}

.mt_100 {
  margin-top: -100px;
}

.mt_225 {
  margin-top: -225px;
}

.mt_230 {
  margin-top: -230px;
}

.mb_80 {
  margin-bottom: -80px;
}

.ml-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-70 {
  margin-top: 70px;
}

/* ===============================================
    3. Colors
------------------------*/
/** Skincolor **/
.ttm-textcolor-skincolor {
  color: #05c8f9;
}
.ttm-bgcolor-skincolor {
  background-color: #05c8f9;
  color: #fff;
}
.ttm-btn-bgcolor-skincolor {
  border-color: #05c8f9;
}
.ttm-bgcolor-gradient {
  background-image:linear-gradient(90deg, #40db5c, #03c7fd 50%, #40db5c);
}
.ttm-textcolor-gradient {
  background-image:linear-gradient(90deg, #40db5c, #03c7fd 50%, #40db5c);
}

/** Darkgreycolor **/
.ttm-textcolor-darkgrey {
  color: #010a10;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-skincolor [data-tooltip]:after {
  background-color: #010a10;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey blockquote {
  color: rgba(255, 255, 255, 0.8);
}
.ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey label, .ttm-bgcolor-darkgrey p, .ttm-bgcolor-darkgrey blockquote, .ttm-bgcolor-darkgrey blockquote h5, .ttm-bgcolor-darkgrey blockquote label, .ttm-bgcolor-darkgrey blockquote p, .ttm-bgcolor-darkgrey blockquote blockquote {
  color: rgba(255, 255, 255, 0.8) !important;
}
.ttm-bgcolor-skincolor [data-tooltip]:before {
  border-top-color: #05c8f9;
}


/** Greycolor **/
.ttm-textcolor-grey {
  color: #f6f6f6;
}
.ttm-bgcolor-grey {
  background-color: #f6f6f6;
}
.grey-boder {
  border-color: #f6f6f6 !important;
}

/** Whitecolor **/
.ttm-textcolor-white, .ttm-textcolor-white a, .ttm-bgcolor-darkgrey .section-title h2.title span, .ttm-bgcolor-skincolor .section-title h2.title span, .section-title h2.title span.ttm-textcolor-white, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-darkgrey h5 {
  color: #fff;
}
.ttm-bgcolor-skincolor .title-desc, .ttm-bgcolor-skincolor p, .ttm-bgcolor-skincolor blockquote, .ttm-textcolor-white .title-desc, .ttm-textcolor-white p, .ttm-textcolor-white blockquote {
  color: rgba(255, 255, 255, 0.8);
}
.ttm-bgcolor-white {
  background-color: #fff;
}
.ttm-icon_element-border.ttm-icon_element-color-white, .ttm-bgcolor-grey .ttm-pagination .page-numbers {
  border-color: #fff;
}
.ttm-bgcolor-skincolor .section-title .title-header:before, .ttm-bgcolor-darkgrey .section-title .title-header:before {
  border-top-color: #fff;
}

/* ===============================================
    5. Tooltip
------------------------*/
.tooltip-top, .tooltip-bottom {
  position: relative;
}

.tooltip::after, .tooltip::before, [data-tooltip]::after, [data-tooltip]::before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.tooltip::before, [data-tooltip]::before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}

.tooltip::before, [data-tooltip]::before, .tooltip-top::before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #05c8f9;
}

.tooltip::after, [data-tooltip]::after, .tooltip-top::after {
  margin-left: -20px;
}

.tooltip::after, .tooltip::before, [data-tooltip]::after, [data-tooltip]::before, .tooltip-top::after, .tooltip-top::before {
  bottom: 78%;
  left: 50%;
}

.tooltip:hover::after, .tooltip:hover::before, .tooltip:focus::after, .tooltip:focus::before, [data-tooltip]:hover::after, [data-tooltip]:hover::before, [data-tooltip]:focus::after, [data-tooltip]:focus::before, .tooltip-top:hover::after, .tooltip-top:hover::before, .tooltip-top:focus::after, .tooltip-top:focus::before {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.tooltip::after, [data-tooltip]::after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  background-color: #05c8f9;
}

.tooltip:hover::after, .tooltip:hover::before, .tooltip:focus::after, .tooltip:focus::before, [data-tooltip]:hover::after, [data-tooltip]:hover::before, [data-tooltip]:focus::after, [data-tooltip]:focus::before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

.tooltip-bottom::after {
  bottom: -68px;
  left: 0;
  margin-left: -10px;
}

.tooltip-bottom::before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent !important;
  bottom: -24px;
  border-bottom-color: #05c8f9;
}

/* ===============================================
    6. TopBar
------------------------*/
.ttm-topbar-wrapper {
  font-size: 13px;
  height: 52px;
  line-height: 52px;
}

.ttm-topbar-wrapper .top-contact li {
  position: relative;
}

.ttm-topbar-wrapper .top-contact li:first-child {
  padding-right: 15px;
  margin-right: 15px;
}

.ttm-topbar-wrapper .top-contact li:first-child::before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.09);
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}

.ttm-topbar-wrapper .social-icons li {
  text-align: center;
  margin: 0 7px;
}

.ttm-topbar-wrapper ul li {
  display: inline-block;
}

.ttm-topbar-wrapper .header-btn a.ttm-btn {
  padding: 14px 25px;
  margin-left: 15px;
  border-color: transparent;
}

.ttm-topbar-wrapper .header-btn a.ttm-btn:hover {
  background-color: #fff;
  color: #05c8f9;
}

/* ===============================================
    7. Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
  float: left;
  height: 100px;
  line-height: 100px;
  position: relative;
  display: block;
  z-index: 1;
}
.site-branding img {
  max-height: 56px;
}
.site-branding h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 80px;
}
.ttm-header-style-01 .site-branding, .ttm-header-style-01 .ttm-right-header {
  height: 93px;
  line-height: 93px;
}

/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
}
.site-navigation .ttm-right-header {
  float: right;
  padding-left: 35px;
  position: relative;
}
.site-navigation .ttm-header-icons::before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  background-color: rgba(38, 48, 69, 0.09);
}
.menu-dropdown,
.menu input[type="checkbox"] {
  display: none;
}
.menu label:hover {
  cursor: pointer;
}

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.menu {
  display: inline-block;
  height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: capitalize;
}
li.menu-hasdropdown.active a {
  color: #2d4a8a;
}
li.menu-hasdropdown a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #fff;
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 600;
}
li.menu-hasdropdown a label {
  font-size: 10px;
  margin: 0;
  float: right;
}
li.menu-hasdropdown ul li a {
  font-size: 15px;
  font-weight: 400;
}

/*.row-heading*/
.row-heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: right;
}
.row-heading-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 142px;
  line-height: 122px;
  font-weight: 600;
}
.row-heading-h2 {
  font-size: 154px;
  line-height: 134px;
}

/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons li {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  height: 31px;
  width: 31px;
  line-height: 31px;
  font-size: 12px;
  z-index: 1;
}

.ttm-header-icons li.ttm-header-cart-link {
  margin-left: 10px;
  position: relative;
}

.ttm-header-icons li.ttm-header-cart-link span {
  position: absolute;
  bottom: 20px;
  left: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  display: block;
  color: #fff;
  background-color: #05c8f9;
  border-radius: 50%;
}

/** ttm-search-overlay **/
.ttm-header-icon {
  position: relative;
}
.ttm-search-overlay {
  position: absolute;
  top: 100%;
  right: 40px;
  width: 400px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #fff;
  border-top: 3px solid #05c8f9;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 111;
}
.ttm-search-overlay .w-search-form-row {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px;
}
.ttm-search-overlay .w-search-form-row::before {
  position: absolute;
  right: 17px;
  top: -8px;
  width: 47px;
  height: 47px;
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #05c8f9;
  content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
  font-size: 14px;
  text-align: left;
  height: 45px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #333;
  width: 88%;
  line-height: 45px;
  float: left;
  padding: 9px 15px;
  background-color: #f7f9fe;
}
.ttm-search-overlay .ttm-site-searchform button {
  font-size: 14px;
  width: 12%;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  float: left;
  background-color: #05c8f9;
}
.ttm-tectxon-icon-search:before {
  content: '\e825';
  font-family: "themify";
}

/* header-call */
.header_call .call-text:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.19);
  height: 18px;
  width: 1px;
  display: block;
  right: 0;
  left: -27px;
  top: 5px;
}
.header_call .call-text {
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.header_call a.call_btn {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  padding-left: 4px;

}

/**  side-menu **/

.side-menu{ position: relative;padding-left: 60px; }
.side-menu a{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.side-menu a i{opacity: 0;}
.side-overlay .side{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 9;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    background-image: url(../images/bg-img-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.side-overlay.on .side{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
    height: 100%;
}
.side-overlay .flotingbar-title h2{
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.side .close-side{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
.side .ttm-detailss ul {
    padding-left: 0;
    padding-top: 30px;
}
.side .ttm-detailss ul>li {
    padding-bottom: 12px;
    list-style: none;
}
.side .ttm-detailss li {
    color: rgba(255,255,255,.50);
    font-size: 16px;
    line-height: 26px;
}
.side .ttm-detailss li span,
.side .ttm-detailss li span a{
    color: #fff;
     font-size: 14px;
    line-height: 24px;
}
.side ul.social-icons{
    padding-top: 125px;
}
.side .social-icons li a{
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 30px;
}
.side .ttm-detailss li span a:hover,
.side .social-icons li a:hover{color: #05c8f9;}
.side p{
    color: rgba(255,255,255,.6);
}
.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input, 
.side aside.widget_text .wrap-form.cta_form span.text-input textarea, 
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255,255,255,.40);
}

/* .widget_info */
.widget_info {
  position: relative;
}
.widget_info .widget_content {
  margin-left: 14px;
  position: relative;
}
.widget_info:not(:last-child) {
  padding-right: 50px;
}
.widget_info:not(:last-child) .widget_content::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #f7f9fe;
  display: block;
  position: absolute;
  right: -25px;
  top: 0px;
}
.widget_info .widget_icon {
  font-size: 34px;
  color: #05c8f9;
}
.widget_info .widget_title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget_info .widget_desc {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.ttm-service-single-content-area div:not(.featured-title) > h3 { font-size: 40px; line-height: 50px; }
.ttm-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.ttm-service-single-content-area .ttm_fatured_image-wrapper { position: relative; border-radius: 0; overflow: hidden;}
.ttm-service-single-content-area img { width: 100%; }

/* service-detail-list */

ul.service-detail-list {
  margin: 0;
  padding: 0;
}
.service-detail-list-item {
  display: block;
  margin-bottom: 10px;
}
.service-detail-list-text {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Space Grotesk', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

/*service-processbox*/
.service-process-box {
  margin: 30px 0;
  transition: .5s all;
}
.service-process-box:hover .service-process-image img{
  border-radius: 3rem;
  transition: .5s all;
}
.sd-sub-heading {
  margin-bottom: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  line-height: 36px;
}
.service-process-image img{
  object-fit: cover;
  border-radius: 24rem;
  transition: .5s all;
}
.fid-block-content .sd-text {
  color: #fff !important;
}

/* ===============================================
    Footer
------------------------*/
.footer{
  background-color: var(--base-dark);
  background-image: url('../images/footerbg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer.text-base-white,
.footer.text-base-white a {
  color: rgba(255, 255, 255, .40);
}
.footer.text-base-white a:hover {
  color: var(--base-skin) !important;
}
.footer .footer-logo {
  position: relative;
}
.widget_social_wrapper.social-icons{
  border-top: 1px solid rgb(255 255 255 / 12%);
  padding: 30px 0 0;
  margin-top: 34px;
}
.footer .social-icons li {
  margin: 0;
  padding: 0;
  min-width: 23px;
}
.footer .social-icons li a {
  margin: 0 2px 0 0px;
  display: block;
  background-color: transparent;
  font-size: 18px;
  color: #888888;
}
.footer .social-icons li a:hover {
  color: #fff;
}
.footer .widget .widget-title { 
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
.footer .widget ul{
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.footer .second-footer .footer-content-call h3,
.footer .second-footer .footer-content-location h3{
  font-size: 15px;
  line-height: 15px;
  color: rgb(255 255 255 / 40%);
  font-weight: 400;
}
.footer .second-footer .footer-content-email p a{
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.footer .second-footer .footer-content-call p a,
.footer .second-footer .footer-content-location p a{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.footer .second-footer .footer-content-location{
  margin-top: 26px;
  padding: 30px 0 0 0;
  border-top: 1px solid rgb(255 255 255 / 12%);
}
/* footer-nav-menu */
.footer-nav-menu {
  list-style: none;
  margin: 6px 0 0;
  padding: 0px;
  text-align: center;
}
.footer-nav-menu li:last-child {
  padding-right: 0;
}
.footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 14px;
  font-size: 14px;
  padding-bottom: 0px;
  position: relative;
}
ul.footer-nav-menu li:after {
  position: absolute;
  content: "|";
  padding-left: 7px;
  top: 0;
}
ul.footer-nav-menu li:last-child:after {
content: unset;
}
.footer-widget-box {
  padding: 95px 30px 75px;
  border-right: 1px solid rgb(255, 255, 255, 0.16);
  border-left: 1px solid rgb(255, 255, 255, 0.16);
  width: 100%;
  height: 100%;
}
.footer-widget-box.first-child {
  border-left: 1px solid rgb(255, 255, 255, 0.16);
  border-right-color: transparent;
}
.footer-widget-box.last-child {
  padding-right: 0px;
  padding-left: 0px;
  border-left-color: transparent;
}
.footer-widget-box .ttm-horizontal_sep {
  border-top: 1px solid rgb(255, 255, 255, 0.16);
}
.widget-title-h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: var(--base-headingfont);
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.form-block {
  margin-bottom: 25px;
}
.footer-icon {
display: flex;
align-items: center;
}
.footer-icon-box {
  width: 53px;
  height: 53px;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 50%;
  text-align: center;
}
.footer-icon-link {
  color: #fff !important;
  font-size: 22px;
  line-height: 53px;
  text-decoration: none;
}
.footer-box-content {
  padding-left: 25px;
}
.footer-social-links-wrapper {
  margin-top: 50px;
}
.footer-social-icons {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.footer-social-icons-item {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  line-height: 23px;
}
.footer-social-icons-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 20px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.23);
  border-radius: 10px;
  color: #fff !important;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-social-icons-link:hover {
  border-color: #05c8f9;
  background-color: #05c8f9;
  color: #fff !important;
}
.footer-menu-list {
  padding-left: 0px;
  list-style-type: none;
}
.footer-menu-item {
  display: inline-block;
  width: calc(49% - 0px);
  padding-right: 15px;
  padding-bottom: 20px;
}
.footer-menu-item-link {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.footer-menu-item-link:hover {
  color: #fff;
}
.textwidget-widget-text {
  padding: 0 30px 15px;
}
.ttm-numbertext-p {
  margin-bottom: 6px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  line-height: 26px;
}
.ttm-numbertext-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ttm-numbertext-link {
  font-family: var(--base-headingfont);
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
}
.ttm-numbertext-p {
  margin-bottom: 6px;
  color: hsla(0, 0%, 100%, 0.65);
}
.ttm-numbertext-p-link {
  color: #fff;
  text-decoration: none;
}

/* second-footer */
.second-footer .footer-img{    position: relative;}
.second-footer .footer-img img { border-radius: 142px;}
.second-footer .footer-logo{position: absolute;top: 45%;left: 16%;}

.widget-area{position:relative;}
.second-footer .row .col-lg-2.widget-area:nth-child(2):after,
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  left: 4px;
  background-color: rgba(255,255,255,.1);
  top: 0;
}
.second-footer .row .col-lg-4.widget-area:nth-child(4):after{
  left: 83px;
}

/* first-footer */
.first-footer .footer-box {
  margin: 10px -15px 50px;
}
.first-footer .ttm-section {
  padding: 20px 37px 35px 40px;
  background-color: #162030;
  border-radius: 5px;
  position: relative;
}
.first-footer .ttm-section label {
  font-size: 16px;
}

/* bottom-footer-text */
.footer.text-base-white .bottom-footer-text span a{color: var(--base-skin);}

/*widget-form*/
.second-footer .newsletter-form {
  position: relative;
  margin-bottom: 0px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.second-footer .newsletter-form .mailchimp-inputbox {
  display: table;
  width: 100%;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.second-footer .newsletter-form .mailchimp-inputbox .submit svg {
  transform: rotate(45deg);
  margin-left: 10px;
}
.second-footer .newsletter-form input[type="email"] {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  padding: 0px 110px 8px 0px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid rgba(255 , 255 , 255 , 0.16);
  position: relative;
}
.second-footer .newsletter-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.60); }
.second-footer .newsletter-form i{
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-left: 10px;
  transform: rotate(45deg);
}
.second-footer .newsletter-form button[type="submit"] {
  position: absolute;
  padding: 0;
  margin: 0;
  top: -20px;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  text-transform: uppercase;
}
.newsletter-form .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--base-skin);
}
.newsletter-form .ttm-btn.ttm-icon-shap.ttm-btn-style-fill:hover i{
  background-color: var(--base-skin);
  color: #fff;
}

/* checkbox  */
.footer input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.footer input[type=checkbox] + label{
  height: 14px;
  width: 14px;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 8px;
}
.footer input[type=checkbox] + label:before{
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 8px;
}
.footer .widget-form p.cookies,
.footer .widget-form p.cookies a {
  color: rgb(255 255 255 / 40%);
  font-size: 14px;
  line-height: 24px;
}
.footer input[type=checkbox]:checked + label:before{
  content: "";
  border: solid;
  border-color: var(--base-skin);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
  border-radius: 0;
  position: relative;
}
.footer .widget-form p.cookies a.underline:before{
  height: 1px;
  background-color: rgb(255 255 255 / 60%);
}
/** widget_nav_menu **/
.footer .widget.widget_nav_menu ul > li:first-child,
.footer .widget.link-widget ul > li:first-child {
  padding-top: 0px;
}
.footer .widget.widget_nav_menu ul > li,
.footer .widget.link-widget ul > li {
  display: inline-block;
  padding: 0 0 12px 0;
  position: relative;
  width: calc(50% - 2px);
  float: none;
}
.footer .widget.widget_nav_menu ul > li a,
.footer .widget.link-widget ul > li a{
  font-size: 14px;
  line-height: 14px;
  color: rgb(255 255 255 / 40%);
  text-transform: capitalize;
  position: relative;
}
.footer .widget.link-widget ul > li a:before{
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 100%;
  background-color: var(--base-skin);
  transition-property: left,right;
  transition: 0.5s ease;
}
.footer .widget.link-widget ul > li a:hover:before{
  left: 0;
  right: 0;
}
/** widget_cta **/
.widget_cta h4 { 
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  color: var(--base-skin) !important;
}
ul.widget_contact_wrapper li {
  padding-left: 45px;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255,255,255,.70);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
ul.widget_contact_wrapper li > a {
  display: block;
  color: var(--base-white) !important;
  margin-bottom: 5px;
}
ul.widget_contact_wrapper li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}
ul.widget_contact_wrapper li i{
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 27px;
  font-weight: 400;
  color: var(--base-skin);
}
footer .g-map iframe {
  width: 100%;
  margin-top: 15px;
  filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  border-radius: 5px;
}
/*payment*/
.footer .second-footer .ttm-payment{margin-top: 30px;}
.footer .second-footer .ttm-payment a{
  display: inline-block;
  padding: 10px 8px 0 0;
}
/** copyright **/
.bottom-footer-text {
  padding: 0 105px 23px;
}
.copyright{
  padding-bottom: 0;
  font-size: 15px;
  color: #929292;
  display: block;
  text-align: center;
  border-top: 1px solid #1b1b1b;
  padding: 22px 0 0;
}
.copyright a { color: #fff !important; }
.copyright .footer-nav-menu a{color: rgba(255, 255, 255, .40) !important;}



/* ===============================================
    9. GoTop BUtton
------------------------*/
.Scrolltop {
  position: fixed;
  right: 34px;
  bottom: 34px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-image: linear-gradient(to right,#40db5c 0%,#03c7fd 50%,#40db5c 100%)!important;
  border-right-color: #03c7fd;
  border-left-color: #40db5c;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  font-weight: 900;
  z-index: 999;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  cursor: pointer;
}

/* ===============================================
    10. Page-Title-Row
------------------------*/
.ttm-page-title-row {
  position: relative;
  background-image: url("../images/pagetitle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 180px;
    padding-bottom: 100px;
  z-index: 1;
}
.ttm-page-title-row > .ttm-bg-layer {
  background-color: rgba(38, 48, 69, 0.85);
}
.ttm-page-title-row .title-box .page-title-heading {
  position: relative;
}
.ttm-page-title-row .title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.ttm-page-title-row-01 {
  position: relative;
  background-image: url("../images/pagetitle01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.ttm-page-title-row-01 > .ttm-bg-layer {
  background-color: rgba(38, 48, 69, 0.85);
}
.ttm-page-title-row-01 .title-box .page-title-heading {
  position: relative;
}
.ttm-page-title-row-01 .title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.ttm-page-title-row-02 {
  position: relative;
  background-image: url("../images/pagetitle02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.ttm-page-title-row-02 > .ttm-bg-layer {
  background-color: rgba(38, 48, 69, 0.85);
}
.ttm-page-title-row-02 .title-box .page-title-heading {
  position: relative;
}
.ttm-page-title-row-02 .title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}


.breadcrumb-wrapper span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
}
.breadcrumb-wrapper span a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.breadcrumb-wrapper span:last-child {
  color: #fff;
}
.breadcrumb-wrapper span a:first-child:after,
.breadcrumb-wrapper span a:nth-child(2):after {
    position: absolute;
    font-family: 'themify';
  
    font-size: 12px;
    left: 68px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.ttm-blog-single .ttm-blog-single-content h2.entry-title{
  font-size: 32px;
  line-height: 42px;
}
.ttm-blog-single .ttm-post-entry-header{
  text-align: center;
  padding: 0 40px;
}
.ttm-blog-single .ttm-post-featured-wrapper{    
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ttm-blog-single .post-meta{
  display: block;
  padding: 5px 0 15px 0;
}
.ttm-blog-single h3 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}
.ttm-blog-single blockquote {
  display: block;
  margin: 40px 0 45px 0;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 42px 30px 46px 137px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  color: #000;
}
.ttm-blog-single p { margin-bottom: 20px; }
.ttm-blog-single blockquote:before {
  content: '';
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 60px;
  height: 55px;
  top: 30%;
  border-radius: 5px;
  left: 8%;
  transform: translateX(-30px);
}
.ttm-blog-single blockquote cite{
  text-align: center;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
.ttm-blog-single blockquote .qoute-text p{margin-bottom: 32px;}
.ttm-blog-single blockquote span.qoute-txt{
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
}
.ttm-blog-single .ttm_tag_lists,
.ttm-blog-single .ttm-social-share-wrapper {
  padding-top: 10px;
  padding-right: 10px;
}
.ttm-blog-single .social-media-block .ttm-tags-links a:hover {
  color: #05c8f9;
}
.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title,
.ttm-blog-single .ttm-social-share-wrapper .ttm-tags-links-title {
  color: #000;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-right: 5px;
}
.ttm-blog-single .social-media-block .ttm-tags-links a {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  color: #828282;
  margin: 0 6px 0 0;
}
.social-media-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ttm-blog-single .social-media-block .ttm-tags-links a:last-child {
  margin: 0;
}
.ttm-blog-single .ttm-social-share-wrapper{
  display: flex;
  align-items: center;
}
.ttm-blog-single .ttm-social-share-wrapper ul li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.ttm-blog-single .ttm-social-share-wrapper ul li:last-child {
  margin: 0;
}
.ttm-blog-single .ttm-social-share-wrapper ul li a {
  display: block;
  font-size: 18px;
  line-height: 8px;
  padding: 0px 0px;
  color: #828282;
}
.ttm-blog-single .ttm-social-share-wrapper ul li a:hover {
  color: #05c8f9;
}


/* ===============================================
    11. Home-slider
------------------------*/

#Home_banner .carousel-inner .carousel-item, #Home_banner2 .carousel-inner .carousel-item {
  height: calc(850px - 52px);
}
#Home_banner .carousel-inner .carousel-item img, #Home_banner2 .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: calc(850px - 52px);
}
#Home_banner .carousel-caption, #Home_banner2 .carousel-caption {
  right: 0;
  left: 0;
  bottom: 23%;
}
#Home_banner .carousel-caption-inner, #Home_banner2 .carousel-caption-inner {
  text-align: left;
  max-width: 690px;
}
#Home_banner .carousel-caption-inner.banner2, #Home_banner2 .carousel-caption-inner.banner2 {
  float: right;
}
#Home_banner .carousel-caption-inner.banner3, #Home_banner2 .carousel-caption-inner.banner3 {
  text-align: center;
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
}
#Home_banner .carousel-caption-inner.banner3 h2, #Home_banner2 .carousel-caption-inner.banner3 h2 {
  color: #fff;
}
#Home_banner .carousel-caption-inner.banner3 h2::before, #Home_banner2 .carousel-caption-inner.banner3 h2::before {
  content: none;
}
#Home_banner .carousel-caption-inner.banner3 p, #Home_banner2 .carousel-caption-inner.banner3 p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto 10px;
}
#Home_banner .carousel-caption-inner.banner3 span, #Home_banner2 .carousel-caption-inner.banner3 span {
  height: 37px;
  width: 2px;
  background-color: #fff;
  position: absolute;
}
#Home_banner .carousel-caption-inner.banner4, #Home_banner2 .carousel-caption-inner.banner4 {
  text-align: left;
  float: none;
}
#Home_banner .carousel-caption-inner.banner4 h2, #Home_banner2 .carousel-caption-inner.banner4 h2 {
  color: #fff;
}
#Home_banner .carousel-caption-inner.banner4 h2::before, #Home_banner2 .carousel-caption-inner.banner4 h2::before {
  content: none;
}
#Home_banner .carousel-caption-inner.banner4 p, #Home_banner2 .carousel-caption-inner.banner4 p {
  color: rgba(255, 255, 255, 0.7);
}
#Home_banner .carousel-caption-inner h2, #Home_banner2 .carousel-caption-inner h2 {
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 62px;
}
#Home_banner .carousel-caption-inner p, #Home_banner2 .carousel-caption-inner p {
  line-height: 27px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #3b404c;
}
#Home_banner .carousel-caption-inner button, #Home_banner2 .carousel-caption-inner button {
  font-size: 15px;
  padding: 15px 35px;
}
#Home_banner .carousel-caption-inner button i, #Home_banner2 .carousel-caption-inner button i {
  font-size: 22px;
  vertical-align: middle;
}
#Home_banner .carousel-caption-inner button.btn-inline, #Home_banner2 .carousel-caption-inner button.btn-inline {
  padding: 15px 25px;
}
#Home_banner .carousel-caption-inner h2 {
  position: relative;
}
#Home_banner .carousel-caption-inner h2::before {
  content: "";
  height: 4px;
  width: 55px;
  background-color: #05c8f9;
  position: absolute;
  top: -15px;
  left: 3px;
}
#Home_banner2 .container-xl {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Home_banner2 .carousel-caption-inner {
  margin-right: -140px;
  position: relative;
  z-index: 1;
}
#Home_banner2 .carousel-caption-inner h5 {
  position: relative;
}
#Home_banner2 .carousel-caption-inner h5::after {
  content: "";
  height: 2px;
  width: 36px;
  background-color: #05c8f9;
  position: absolute;
  top: 12px;
}
#Home_banner2 .carousel-caption {
  bottom: 0px;
  padding: 0;
}
#Home_banner2 .effect img {
  max-height: 600px;
  min-height: auto !important;
}
#Home_banner2 .effect span {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #05c8f9;
  border-radius: 50%;
  top: 70px;
  left: 70px;
}
#Home_banner2 .effect span:nth-child(1) {
  background-color: #05c8f9;
}
#Home_banner2 .effect span:nth-child(2) {
  background-color: #b6bfd5;
  right: 80px;
  left: auto;
  top: 130px;
  width: 30px;
  height: 30px;
}
#Home_banner2 .effect span:nth-child(3) {
  background-color: #05c8f9;
  width: 25px;
  height: 25px;
  top: auto;
  bottom: 100px;
  right: 120px;
  left: auto;
}
#Home_banner2 .effect span:nth-child(4) {
  color: #fff;
  width: 150px;
  height: 150px;
  top: auto;
  bottom: 0;
  left: -20px;
  font-size: 15px;
  padding: 30px;
}
#Home_banner2 .effect span:nth-child(4) svg {
  font-size: 37px;
  display: block;
  margin: 0 auto;
}

/* ===============================================
    12. Inner-Pages
------------------------*/
/* map */
.map-wrapper {
  height: 450px;
  width: 100%;
}

/* Error Page*/
.page-header {
  margin: 40px 0 20px;
}
.error-404 {
  position: relative;
  padding: 300px 0 150px;
  text-align: center;
}
.error-404 .ttm-big-icon {
  font-size: 150px;
}
section.error-404 {
  background-image: url(../images/bg-image/row-bgimage-5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 180px 0 90px;
}
.error-404 h1 {
  font-size: 95px;
  text-transform: uppercase;
  line-height: 100%;
  color: #fff;
}
.error-404 .page-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #828282;
}

/* link-list*/
.list-style-disc {
  list-style-type: disc !important;
}

.list-style-decimal {
  list-style-type: decimal !important;
}

ul.ttm-list {
  list-style: none;
  padding: 0;
  padding-left: 0;
}
ul.ttm-list .ttm-list.ttm-list-style-icon li i, .ttm-list.ttm-list-style-icon li svg {
  background-color: #05c8f9;
  background-size: 200% auto;
  border-radius: 50px;
  min-height: 20px;
  min-width: 20px;
  line-height: 20px;
  padding: 3px;
  font-size: 11px;
  text-align: center;
  background-image: linear-gradient(to right,#40db5c 0%,#03c7fd 50%,#40db5c 100%)!important;
  color: #fff;
  margin-right: 18px;
}
ul.ttm-list.ttm-list-style-icon li {
  padding-left: 27px;
  list-style: none;
  position: relative;
  padding-bottom: 10px;
}
ul.ttm-list.ttm-list-style-icon li i {
  position: absolute;
  left: 0px;
  top: 5px;
}
ul.ttm-list.ttm-list-textsize-medium li {
  font-size: 18px;
    padding-bottom: 7px;
    font-family: "Space Grotesk", Sans-serif;
    font-weight: 500;
    padding-left: 35px;
    color: #828282;
}

/** ttm-history-box-wrapper **/
.ttm-history-box-wrapper {
  position: relative;
  text-align: center;
  margin-top: 5px;
}
.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {
  position: relative;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #e5e5e5;
}
.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i {
  font-size: 35px;
}
.ttm-history-box-wrapper .ttm-history-box-border {
  position: relative;
  margin: 39px 0 43px;
  border: 1px dashed #e5e5e5;
  width: 111%;
}
.ttm-history-box-wrapper .ttm-historybox-title h5 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 8px;
}
.ttm-history-box-wrapper:hover .ttm-icon.ttm-icon_element-size-md {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.ttm-history-box-details {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
          box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}

/*.ttm-populated-box*/
.ttm-populated-box-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ttm-populated-box {
  position: relative;
  padding: 0px 10px 0px;
  margin: 5px 0;
  border-right: 1px solid #ddd;
  display: inline-block;
  min-width: 20%;
  text-align: center;
}
.ttm-populated-box.last-child {
  border: 0;
}
.ttm-populated-box .ttm-populated-list li.ttm-populated-list-item a.ttm-populated-list-link-2:hover {
  color: #05c8f9;
}
.ttm-populatedbox {
  display: contents;
}
.ttm-populated-h3-2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
ul.ttm-populated-list {
  margin: 0px;
  padding: 0px;
}
ul.ttm-populated-list li.ttm-populated-list-item {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 5px;
  text-align: center;
  list-style-type: none;
}
ul li a.ttm-populated-list-link-2 {
  color: #828282;
}
.pf-single-related-title-2{
  font-size: 35px;
  line-height: 35px;
}
.pf-single-btn .ttm-btn {
  padding: 12px 34px;
  border-radius: 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  border: 1px solid #000;
}
.section-title-h2 {
  color: #000;
  font-size: 60px;
  line-height: 70px;
}
.contact-address-box {
  position: relative;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.address-box-heading {
  margin-top: 0px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
}
.contact-address-box.last-child {
  border-top-color: transparent;
}
.address-box-link {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.contact-heading-h3 {
  margin-top: 0px;
  margin-bottom: 25px !important;
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}

/**   project single **/
.ttm-pf-single-detail-box {
  padding: 35px 35px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
          box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  border-bottom: 3px solid #2d4a8a;
}

.ttm-pf-single-detail-box ul {
  margin: 0;
  padding: 0;
}

.ttm-pf-single-detail-box ul li {
  position: relative;
  display: block;
  padding: 15px 0 15px 0px;
  font-size: 15px;
  margin-left: 3px;
}

.ttm-pf-single-detail-box ul li i, .ttm-pf-single-detail-box ul li svg {
  margin-right: 10px;
  font-size: 16px;
  color: #05c8f9;
}

.ttm-pf-single-detail-box ul li span {
  font-weight: 500;
  margin-right: 5px;
}

.ttm-pf-single-detail-box ul li:not(:last-child) {
  border-bottom: 1px solid #e8ecef;
}

.ttm-pf-single-title h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 11px;
}

.ttm-nextprev-bottom-nav .nav-next a:after, .ttm-nextprev-bottom-nav .nav-previous a:after {
  position: absolute;
  font-size: 15px;
  top: 10px;
}

.ttm-nextprev-bottom-nav .nav-previous a {
  padding-right: 25px;
  padding-left: 44px;
}

.ttm-nextprev-bottom-nav .nav-previous a::after {
  content: '\f100';
  font-family: FontAwesome;
  left: 25px;
}

.ttm-nextprev-bottom-nav .nav-next a {
  padding-right: 50px;
  padding-left: 32px;
}

.ttm-nextprev-bottom-nav .nav-next a:after {
  content: '\f101';
  font-family: FontAwesome;
  right: 25px;
}

.ttm-pf-single-related-wrapper {
  margin-top: 50px;
}

.project-single .slick-dots {
  bottom: 10px;
}

/** Classic_Blog **/
.post-featured-wrapper, article.ttm-blog-classic {
  position: relative;
}

article.ttm-blog-classic {
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
          box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
}

article.ttm-blog-classic:last-child {
  margin-bottom: 15px;
}

article.ttm-blog-classic .ttm-box-post-date .entry-month, article.ttm-blog-classic .ttm-box-post-date .entry-date {
  display: block;
  font-size: 22px;
  line-height: 18px;
}

article.ttm-blog-classic .ttm-blog-classic-content {
  padding: 45px 30px 30px;
  background: #fff;
  z-index: 1;
  position: relative;
}

article.ttm-blog-classic .ttm-post-entry-header {
  position: absolute;
  top: -20px;
  left: auto;
}

article.ttm-blog-classic .post-meta {
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
          box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0;
}

article.ttm-blog-classic .entry-header .entry-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

article.ttm-blog-classic .ttm-blogbox-desc-footer {
  margin-top: 15px;
  clear: both;
  overflow: hidden;
}

article.ttm-blog-classic .ttm-blogbox-desc-footer a {
  color: #05c8f9;
}

article.ttm-blog-classic .ttm-commentbox i, article.ttm-blog-classic svg {
  margin-right: 5px;
  color: #05c8f9;
}

.ttm-blog-single-content blockquote {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
          box-shadow: 0 0 15px 0 rgba(40, 61, 88, 0.07);
  padding: 32px 60px 16px 40px;
  position: relative;
  font-weight: 500;
  margin: 35px 0 50px 0;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #6e6e6e;
  border-left: 4px solid #263045;
}

.ttm-blog-single-content blockquote::before {
  content: '\f10d';
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  line-height: 70px;
  top: auto;
  bottom: -30px;
  right: 35px;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  background-color: #05c8f9;
}

.ttm-blog-single-content .post-meta .ttm-meta-line, .ttm-blog-classic .post-meta .ttm-meta-line {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after, .ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.ttm-blog-single-content .post-meta .ttm-meta-line i, .ttm-blog-single-content .post-meta .ttm-meta-line svg, .ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-classic .post-meta .ttm-meta-line svg {
  padding-right: 7px;
  font-size: 20px;
  color: #2d4a8a;
  vertical-align: middle;
}

.ttm-tag-list span a {
  padding: 7px 15px;
  background-color: #f7f9fe;
  display: inline-block;
  margin-right: 6px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}

/*blog-comment*/
.comments-area {
  margin-top: 45px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  padding: 55px 70px 50px;
}
.comments-area h3.comment-reply-title{
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 10px;
  margin-top: 0;
}
.comments-area p.comment-notes { 
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
  margin-bottom: 25px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #000;
  text-transform: inherit;
  border: 0;
  padding: 9px 15px 9px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
}
.comments-area input[type=checkbox] {
  margin: 0 6px 0 0;
}
.comments-area span.checkbox{
  font-size: 15px;
  line-height: 25px;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email {
  position: relative;
  float: left;
  width: 100%;
}
.comments-area .comment-form .comment-form-email {
  margin-right: 0;
}
.single-post .comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}
.single-post .comments-area .comments-title {
  font-size: 33px;
  font-weight: 600;
}
.comment-body {
  margin-left: 105px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 20px 20px;
  position: relative;
  background-color: #f5faff;
  border: 1px solid #f5faff;
}
.comment-body::before {
  position: absolute;
  top: 17px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #f5faff transparent #f5faff;
  z-index: 1;
  content: "";
  left: -12px;
}
.comment-author {
  float: left;
  text-align: center;
  width: 87px;
  height: 87px;
  display: block;
  margin-right: 25px;
  overflow: hidden;
  margin-left: -125px;
  margin-top: -20px;
}
.comment-author img {
  max-width: 100%;
  height: auto;
}
.comment-meta {
  font-size: 14px;
  padding: 0;
  position: relative;
}
.comment-meta a {
  color: #6e6e6e;
  font-size: 13px;
}
.comment-meta .ttm-comment-owner {
  font-size: 18px;
  margin-bottom: 0px;
}
.comment-meta .ttm-comment-owner h5 {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #182333;
  font-style: normal;
}
.comment-box .author-content-wrap p {
  margin-top: 10px;
}
.single article.post .comment-body p {
  margin-top: 10px;
  margin-bottom: 0;
}
.comment-list a.comment-reply-link {
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 2px 30px 3px 17px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  background-color: #263045;
}
.comment-list a.comment-reply-link::after {
  position: absolute;
  top: 6px;
  font-family: 'themify';
  content: "\e649";
  font-weight: 400;
  display: inline-block;
  margin-right: .2em;
  text-align: center;
  opacity: 1;
  line-height: 22px;
  font-size: 10px;
  margin-left: 8px;
}
#respond .comment-reply-title, #respond .comments-area h2, .comments-area #respond h2 {
  margin: 0 0 20px !important;
}
.comments-area .comment-respond {
  padding-top: 10px;
}
.comments-area .comment-form textarea, .comments-area .comment-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding-left: 0;
}

/** element-progressbar **/
.progress-bar-color-bar_blue .progress-bar, .progress-bar-color-bar_blue .progress-bar::before {
  background-color: #0074cc;
}

.progress-bar-color-bar_green .progress-bar, .progress-bar-color-bar_green .progress-bar::before {
  background-color: #5bb75b;
}

.progress-bar-color-bar_pink .progress-bar, .progress-bar-color-bar_pink .progress-bar::before {
  background-color: #f4524d;
}

.progress-bar-color-bar_turquoise .progress-bar, .progress-bar-color-bar_turquoise .progress-bar::before {
  background-color: #00c1cf;
}

.progress-bar-color-bar_yellow .progress-bar, .progress-bar-color-bar_yellow .progress-bar::before {
  background-color: #ffb300;
}

/* Element */
.element-row {
  padding: 40px 0 0px;
  position: relative;
}

.element-row .section-title h2.title {
  margin-top: 22px;
  margin-bottom: 25px;
}

.element-row .ttm-row {
  padding: 50px 0;
}

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
  color: #fff;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
  background-color: #ffb300;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
  background-color: #ff4c00;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
  background-color: #ff0a26;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
  background-color: #ff0061;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
  background-color: #50485b;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
  background-color: #39c8df;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
  color: #39c8df;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
  border-color: #50485b;
  color: #50485b;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
  border-color: #5472d2;
  color: #5472d2;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
  border-color: #fff;
  color: #fff;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
  border-color: #ffb300;
  color: #ffb300;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
  border-color: #ff4c00;
  color: #ff4c00;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
  border-color: #ff0a26;
  color: #ff0a26;
}

.ttm-icon.ttm-icon_element-size-md {
  line-height: 64px;
}

.element-style .icon-box-wrapper {
  padding-top: 15px;
}

.row .col-md-6 .featured-icon-box:not(:last-child) {
  padding: 0;
  margin-bottom: 40px;
}

/** team-member-details **/
.ttm-team-member-single-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 0;
}

.ttm-team-member-single-position {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

.ttm-team-details-list {
  margin: 0;
  padding: 0;
}

.ttm-team-details-list li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}

.ttm-team-details-list .ttm-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px;
  color: #263045;
}

.ttm-team-details-list .ttm-team-list-title i, .ttm-team-details-list .ttm-team-list-title svg {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0px;
  color: #2d4a8a;
}

.ttm-team-details-list .ttm-team-list-title, .ttm-team-details-list .ttm-team-list-value {
  display: inline-block;
}

.ttm-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px;
}

.member-info-box {
  padding: 30px;
}

.timing-box {
  position: relative;
}

.timing-box i {
  font-size: 25px;
  position: absolute;
  left: 0;
  font-weight: normal;
  color: #2d4a8a;
}

.timing-box h5 {
  padding-left: 35px;
}

ul.timing-list, ul.info-list {
  padding: 10px 0 0;
  margin: 0;
}

ul.timing-list li {
  padding: 2px 0;
  font-size: 15px;
  line-height: 23px;
}

ul.timing-list li span.time {
  float: right;
}

ul.info-list li {
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
}

ul.info-list li:first-child {
  padding-top: 0;
}

ul.info-list li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

ul.info-list li:last-child {
  padding-bottom: 0;
}

ul.info-list li i {
  margin-right: 10px;
  font-size: 15px;
}

.member-contact-form {
  padding: 30px;
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: .2s;
          animation-timing-function: .2s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dialog {
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  z-index: 99;
}

#videobox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#videobox #video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
  height: 70%;
}

#videobox #video-wrapper iframe {
  width: 500px;
  height: 100%;
}

#videobox #close-btn {
  color: grey;
  font-size: 25px;
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: color .5s ease, -webkit-transform .5s ease;
  transition: color .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease, -webkit-transform .5s ease;
}

#videobox #close-btn:hover {
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */