/**
  * Name: Tectxon
  * Version: 1.0
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
/**

  1. General
     - Variables
     - Transition
     - Shadow

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color

  4. SocialIcon

  5. TopBar

  6. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)

  7. Footer
     - FirstFooter
     - SecondFooter
     - ttm-recent-post-list
     - menu-footer-services
     - mailchimp-inputbox
     - Footer-nav-menu

  8. GoTop BUtton
  
  9. Page-Title-Row


**/

 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 list-style: none;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #0faaaa; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #202525; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}

blockquote{ font-size: 18px; }

p { 
    margin: 0 0 15px; 
    letter-spacing: 0.5px;
}

*::-moz-selection { 
    background: #0faaaa; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff5e14; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #ff5e14; 
    color: #fff; 
    text-shadow: none; 
}

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: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 10px 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #0fa9aa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: "Poppins",Tahoma,Geneva,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #626262;
    background-color: #fff;
    letter-spacing: 0px;

}
h1, h2, h3, h4, h5, h6{ font-family: 'Oswald', sans-serif; margin-bottom: 15px; font-weight: 600; color: #182333;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 35px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 25px; line-height: 30px; }
h5 { font-size: 18px; line-height: 34px; }
h6 { font-size: 14px; line-height: 28px; }

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/** Transition **/

#totop {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .ttm-btn, i.ttm-btn, a.nav-link , .social-icons li>a {
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}



/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.padding-150{ padding: 150px; }
.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-100{padding-right: 100px !important;}


.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-87{ padding-top: 87px !important; }
.pt-90{padding-top: 90px !important;}
.pt-100{padding-top: 100px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}


/** Margin **/
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}
.mt-100{margin-top: 100px !important;}
.mt-110{margin-top: 110px !important;}
.mt-120{margin-top: 120px !important;}
.mt-130{margin-top: 130px !important;}
.mt-140{margin-top: 140px !important;}
.mt-150{margin-top: 150px !important;}

.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_85{ margin-top: -85px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100 { margin-top: -100px !important;}

.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.ml_40{ margin-left: -40px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_115{ margin-left: -115px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-15 { margin-right: 15px!important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}
.mr_90{ margin-right: -90px ;}
.mr_100{ margin-right: -100px ;}

.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-100 { margin-bottom: 100px !important; }



/* ===============================================
    Color
------------------------*/


/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu > ul,
#site-header-menu #site-navigation .menu ul > li.active > a,
.top-contact i ,
.section-title h2.title strong,
.ttm-icon_element-color-skincolor,
.contact-widget ul:not(.social-icons) li i{
  color: #0faaaa;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-icon_element-background-color-skincolor,
.ttm-box-view-overlay .featured-iconbox a i,
#totop.top-visible,
.social-icons.square li>a:hover ,
.ttm-tabs.style2 ul.tabs li.active a,
.featured-box.style2 .featured-content:after{
  background-color: #0faaaa;
}

/** bg-color-darkgrey **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover,
.contactform button:hover{
  background-color: #000;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .8;
}

/** grey-bg-color **/
.ttm-bgcolor-grey{ background-color: #f3f7f9; }

/* white-color */
.ttm-topbar-wrapper.ttm-textcolor-white, 
.ttm-textcolor-white h1, 
.ttm-textcolor-white h2, 
.ttm-textcolor-white h3, 
.ttm-textcolor-white h4, 
.ttm-textcolor-white h5, 
.ttm-textcolor-white h6, 
.ttm-textcolor-white p,
.ttm-bgcolor-skincolor a, 
.ttm-textcolor-white a, 
.ttm-textcolor-white .ttm-box-content .ttm-box-title h5 a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover, 
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-box-view-overlay .featured-iconbox a i, 
.footer .social-icons li>a:hover,
.ttm-tabs.style2 ul.tabs li.active a {
    color: rgba(255,255,255,1);
}

.ttm-bgcolor-darkgrey blockquote{ color: rgba( 255, 255, 255, 0.65); }


/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
}
.social-icons.circle li{ margin: 6px 0 5px; }
.social-icons.circle li>a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ededed;
    color: #7f7f7f;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li>a, 
.ttm-bgcolor-skincolor .social-icons.circle li>a,
.ttm-bgcolor-grey .social-icons.circle li>a{
  background-color: #fff;
}

.social-icons.square li{ margin: 6px 0 5px; }
.social-icons.square li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
}
.ttm-bgcolor-darkgrey .social-icons.square li>a, 
.ttm-bgcolor-skincolor .social-icons.square li>a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.square li>a, 
.ttm-bgcolor-skincolor .social-icons.square li>a,
.ttm-bgcolor-grey .social-icons.square li>a{
  background-color: #fff;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper{ background-color: #202525; }
.topbar-btn-wrap, .top-contact{
    line-height: 68px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.top-contact i {
    font-size: 15px;
    margin-right: 10px;
}
.top-contact li{
    position: relative;
    z-index: 1;
}
.top-contact li:not(:last-child) {
    margin-right: 20px;
}


/*  ===============================================
    Header
------------------------*/

/** SiteBrand(logo) **/
.site-branding{
    float: left;
    height: 90px;
    line-height: 90px;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    float: right;
}
#site-header-menu #site-navigation .menu ul { 
  padding: 0px; 
  margin: 0px; 
}
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}

#site-header-menu #site-navigation .menu ul li > a {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    position: relative;
}


/* ===============================================
    Footer
------------------------*/
.footer{ position: relative; }
.footer .second-footer {
    padding: 50px 0 48px;
    background-color: #202525;
    letter-spacing: 0.5px;
}
.footer .ttm-textcolor-white { color: rgba(255,255,255, 1); }
.social-icons.square li>a { background-color: #292e2e; }
.widget-area.text-right{ padding-right: 45px; }
.widget-area.text-left{ padding-left: 45px; }
.footer .widget { margin: 30px 0 0px; }
.second-footer .container .row>.widget-area .widget:not(:first-child){  margin: 30px 0 15px;  }

/** widget-contact **/
.widget.contact-widget ul{
  margin: 0;
  padding: 0;
}
.widget.contact-widget ul:not(.social-icons) li{
    list-style: none;
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 20px;
    color: rgba(255,255,255, 0.70);
}
.contact-widget ul:not(.social-icons) li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.contact-widget:before{
  content: "";
  position: absolute;
  height: 80%;
  top: 10%;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.10);
}

/** Footer-nav-menu **/
.footer-nav-menu{ padding: 0; }
.footer-nav-menu li {
    display: inline-block;
    padding-right: 25px;
    font-size: 14px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}


.bottom-footer-text{ background-color: #292e2e; }
.copyright{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255,255,255, 0.70); 
}



/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    background: url(../images/ttm-pagetitle-bg.png);
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.ttm-page-title-row-inner { 
    width: 100%;
    float: left;
    padding: 85px 0;
    text-align: center;
    background-color: rgba(14, 15, 16, 0.30);
}
.title-box .page-title-heading h1 {
    font-weight: 600;
    font-size: 53px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading{ position: relative; }
.title-box .page-title-heading .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

.bottom-wheel {   
    border: 1px solid #fff;
    padding: 10px;
    float: left;
    margin-top: 0;
	margin-left: 186px;
	color: #fff;
}
