/*
  Theme Name: Fixelo Handyman Repair Services HTML Template
  Author: Udayraj
  Author URI: https://themeforest.net/user/udayraj
  Created Date: 1 May 2020
  Description: A default stylesheet Handyman Repair Service HTML Template.
  Version: 1.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================
01. Typography 
02. General
03. Preloader
04. Topbar
05. Header
06. Home Page
  -  Home Slider
  -  Our Services
  -  Effective Solution
  -  Counter Solution
  -  About Section
  -  Project Section
  -  Why Choose
  -  Team
  -  Testimonial
  -  Blog
7. Footer
8. Home 2
9. Breadcrumbs 
10. Inner Pages
  -  About Page
  -  Blog Page
  -  Blog Details
  -  Service Details
  -  Project
  -  Project Details
  -  FAQ
  -  Contact
  -  Team Details
  -  404 Error


/* =============== Colors Used =====================

  Orange       : #FC6A20;
  Blue         : #002B57;
  White        : #FFF;
  Gray         : #f6f6f6;
  Black        : #232323;

 ===================================================*/

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


html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* ================================= */
		/*===== Typography =====*/
/* ================================= */

body {  
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #777777;
  font-size: 15px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.page{
  overflow: hidden;
  z-index: 10;
}
/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


h1, h2, h3, h4, h5, h6 { 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #09162a;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 600;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
a {  
  color: #F96921;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 400;
}
a:hover, 
a:focus {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #FFF;
  text-decoration: none;
}
p {
  margin-bottom: 15px; 
}
.m-t-50 {
    margin-top:50px;
}

/* ================================= */
/* 02. General                     */
/* ================================= */
blockquote {
    display: block;
    background: #fffaf8;
    position: relative;
    padding: 40px;
    color: #09162a;
    min-height: 100px;
    border-left: 3px solid #fc6a20;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
}
ul {
  margin: 0;
  padding: 0; 
}

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: #696884;
    padding: 12px 15px 11px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
ul.list-none{
  padding:0;
  list-style: none;
}
.form-group{
  margin-bottom: 25px;
}
/* ================================= */


/* 04. Topbar                        */
/* ================================= */
.top-bar{
  background-color: #002b57;
  color: #fff;
  padding: 8px;
}
.top-bar li{
  display: inline-block;
  font-size: 14px;
}
.top-bar li a,.top-bar li{
  color: #fff;  
}
.top-bar li i{
  color: #009cff;
  padding-right: 7px;  
}
.top-left ul{
  list-style: none;
}
.top-left ul li{
  padding-right: 30px;
  position: relative;
}
.top-left ul li:not(:last-child):after {
    content: "";
    height: 22px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
    display: block;
    position: absolute;
    right: 15px;
    top: -1px;
}
.top-left li:not(:last-child) {
    padding-right: 30px;
}

.top-right li i{
  color: #FFFFFF; 
  padding-left: 5px;
}
.top-right li i:hover{
  color:#1789d2; 
}

.top-right .tooltip-bottom:before {
    border-bottom-color: #FC6A20;
}
.top-right .tooltip-bottom:after{
  background-color: #FC6A20;
}

.top-bar2{
  background: #f6f6f6;
  padding: 0;
  line-height: 50px;
}
.top-bar2 li i{
  color:#FFF; 
}

.top-bar2 .top-left:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3500px;
    height: 100%;
   background: #fc6a20;
}

.top-bar2 .top-left{
    position: relative;
    float: left;  
}
.top-bar2 .top-left ul{
  line-height: 50px;
  list-style:none;
}
.top-bar2 .top-left li {
    position: relative;
    z-index: 1;
}
.top-bar2 .top-left li a i,.top-bar2 .top-bar-email{
  color: #fff;
}
.top-bar2 li a, .top-bar2 li{
  color: #888888;  
}
.top-bar2 .top-right li a:hover i,.top-bar2 .top-right li a:focus i{
  color: #fc6a20;
}
.top-bar2 .top-right li i{
  color: #888888;  
}
.top-bar2 .top-right-seperator{
  position: relative;
  padding-right: 26px;
}
.top-bar2 .top-right-seperator:after {
    content: "";
    height: 22px;
    width: 1px;
    background-color:#dcdbdb;
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
}

.tgt-top {
    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: 38px;
    border-radius: 0;
    background: #1789d2;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s    
}
.tgt-top.tgt-top-is-visible {
    height: 44px;
    width: 44px;
    font-size: 22px;
    display: inline;
}
.tgt-top.tgt-top-is-visible:hover{
  color: #FFF;
}
/* ================================= */
/* 04. Header                        */
/* ================================= */
.tgt-site-branding{
  height: 90px;
  line-height: 90px;
}
.tgt-site-branding .logo-link img {
  max-width: 230px;
}
.tgt-header-right-cart-search{
    position: relative;
    padding-left: 0;
    text-align: right;

}
.tgt-header-listicon {
    position: relative;
    transition: unset;
    line-height: 90px;
}
.tgt-header-listicon .tgt-header-right-link{
    position: relative;
    text-align: center;
    font-size: 15px;
    z-index: 9;
    margin: 0 10px;
    transition: unset;
    color: #09162a;
}
.tgt-header-listicon button.tgt-header-right-link{
  background: transparent;
  border:none;
}
.tgt-header-listicon button:hover,.tgt-header-listicon button:focus{
  background: transparent;
  border:none;
  box-shadow: none;  
  outline:none;
}

.tgt-header-search:after{
    display: block;
    content: "";
    position: absolute;
    height: 22px;
    width: 1px;
    right: 0;
    top: 5%;
    background-color: rgba(9, 22, 42, .26);  
}

.tgt-header-right-cart-search .tgt-number-cart {
    position: absolute;
    width: 15px;
    height: 15px;
    top: -8px;
    left: 8px;
    line-height: 16px;
    font-size: 8.5px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    background: #fc6a20;
    vertical-align: middle;
    border-radius: 50%;
}
.tgt-header-listicon.tgt-header-btn{
  margin-left: 10px;
}
.tgt-header-listicon a.btn-primary{
  padding: 11px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
}
.tgt-header-listicon .btn-primary {
  background: #1789d2;
}
.tgt-header-listicon .btn-primary:hover {
  background: #002b57;
}
.tgt-header-right,.tgt-header2 .tgt-site-branding{
  line-height: 100px;
  height: 100px;
}
.tgt-header-iconlist{
  list-style: none;
  padding: 0;
  margin: 0;
}
.tgt-header-iconlist li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding-right: 25px;
}
.tgt-header-iconlist li:last-child {
    padding-right: 0;
}
.tgt-header-iconlist .tgt-header-iconlist-icon, .tgt-header-iconlist-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.3;
}
.tgt-header-iconlist-subtitle{
  font-weight: 600;
  font-size: 16px;
  color: #002c5b;
  margin-bottom: 5px;
}
.tgt-header-iconlist-icon{
  padding-right: 20px;
}
.tgt-header-iconlist-icon i{
  color:#fc6a20;
  font-size: 30px;
}
.tgt-header-iconlist-details{
  color: #7d8791;
  font-size: 14px;
}
.tgt-header2 .header-right-seperator{
  position: relative;
  padding-right: 50px;
}
.tgt-header2 .header-right-seperator:after {
    content: "";
    height: 36px;
    width: 1px;
    background-color:#efecec;
    display: block;
    position: absolute;
    right: 24px;
    top: 30px;
}
.tgt-header2 .btn-outline-primary{

}

@media only screen and (min-width: 1200px){
  .tgt-site-menubar{
    position: relative;
    height: auto;

  }
  .tgt-site-menubar .tgt-header-menu-options{
    float: none;
    position: absolute;
    width: 100%;
    bottom: -36px;
    z-index: 10;
    background: #002b57;
  }
  .tgt-header2 .tgt-site-branding{
    margin-bottom: 36px;
  }

  .tgt-header2 #tgt-site-navigation .menu ul>li>a{
    color: #FFFFFF;
    line-height: 50px;
  }  
  .tgt-header2 .sticky-top-header.tgt-header-sticky{
      bottom: inherit;
  }
}
.tgt-site-menubar .container {
    padding: 0;
}
.tgt-site-menubar .tgt-header-listicon{
  line-height: 65px;
}
.tgt-site-menubar .tgt-header-listicon .tgt-header-right-link{
  color: #FFF;
}
.tgt-site-menubar .tgt-header-search:after{
  background-color: rgba(250, 250, 250, .26);
}
.tgt-site-menubar .tgt-site-navigation-content{
  position: relative;
}
.tgt-site-menubar .tgt-header-right-cart-search{
  position: absolute;
  right: 15px;
}
/* ================================= */
/*   -  Home Slider                  */
/* ================================= */
.tgt-home-main-block{
  position: relative;
}
.tgt-home-slider-bg{
  width: 100%;
  height: 600px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tgt-overlay-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  background: -moz-linear-gradient(left,  rgba(9,22,42,0.80) 0%, rgba(9,22,42,0.13) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(9,22,42,0.80) 0%,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(9,22,42,0.80) 0%,rgba(9,22,42,0.13) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a609162a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.tgt-slider-dtl{
  margin-top:22%;
}
.tgt-slider-dtl.tgt-slider-dtl3{
  margin-top:20%;
}
.tgt-slider-highligt-heading{
  background:rgba(252,106,32,.9);
  color: #FFF;
  padding:10px 18px;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px; 
}
.tgt-slider-highligt-heading2{
  color: #09162a;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px; 
  position: relative;
  padding-left: 45px;
}
.tgt-slider-highligt-heading2:after {
    content: "";
    background: #FC6A20;
    position: absolute;
    left: 0;
    height: 3px;
    width: 30px;
    bottom: 10px;
    display: block;
}
.tgt-slider-heading{
  font-size: 54px;
}
.tgt-slider-highligt{
  margin-bottom: 30px;
}
.tgt-slider-details{
  color: #FFFFFF;
  margin-bottom: 50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    border-radius: 100%;
    background: #000;
    opacity: 0.3;
    color: #FFF;
    top: 50%;
    transform: translate(0, -15%);
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
    border:none;
}

.owl-carousel .owl-nav button:hover,.owl-carousel .owl-nav button:focus{
    outline: none;
    border:none;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.tgt-overlay-bg-bottom.tgt-overlay-bg{
  background: -moz-linear-gradient(bottom,  rgba(9,22,42,0.80) 45%, rgba(9,22,42,0.13) 96%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(9,22,42,0.80) 45%,rgba(9,22,42,0.13) 96%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a609162a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.owl-dark-arrow.owl-carousel .owl-nav button.owl-next,.owl-dark-arrow.owl-carousel .owl-nav button.owl-prev {
  background: #1789d2;
  opacity: 1;
  -webkit-box-shadow: 0px 0 15px 0px rgba(250, 250, 250, 0.2);
  -moz-box-shadow:    0px 0 15px 0px rgba(250, 250, 250, 0.2);
  box-shadow:         0px 0 15px 0px rgba(250, 250, 250, 0.2);  
}
.tgt-overlay-bg-full.tgt-overlay-bg{
  background:rgb(243 243 245 / 0%); 
}
.tgt-slider-dtl2.tgt-slider-dtl{
  text-align: center;
  margin-top: 17%;
}
.tgt-home-main-2 .tgt-slider-details{
  margin-bottom: 50px;
}
.tgt-slider-color-black .tgt-slider-details,.tgt-slider-color-black  .text-white{
  color: #09162a !important;
}
/* ================================= */
/*   -  Our Services                  */
/* ================================= */
/* Service Image */
.tgt-services-section{
  padding-bottom:110px;  
}
.tgt-our-services{
  margin-bottom: 50px;  
}
.tgt-our-services-img{
  position: relative;
}
.tgt-our-services-img img {
  max-height: 235px;
    align-items: center;
    display: flex;
    margin: auto;
}
.tgt-our-services-img a:after{
  content: "";
  background: #09162a47;
  opacity: 0.20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services{
  position: relative;
}
.tgt-our-services:hover a:after{
  opacity: 0.40;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.tgt-our-services-box{
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: -50px 20px 20px;
  padding: 30px 15px 35px 15px;
}
.tgt-our-services-icon{
  margin-bottom: 10px;
}
.tgt-our-services-icon i{
  color:#fc6a20;
  font-size: 42px;
  line-height: 1.2;
}  
.tgt-our-services-box{
  position: relative;
}
.tgt-our-services:hover .tgt-our-services-box:after{
  right: 20%;
}
.tgt-our-services-box{
   -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}  
.tgt-our-services-box:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #1789d2;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tgt-our-services-box h4{
  font-size: 18px;
}
.tgt-our-services:hover .btn-read{
  color: #1789d2;
  border-bottom: 1px solid #1789d2;
}
/* ================================= */
/*   -  Effective Solution           */
/* ================================= */
.tgt-effective-solution{
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
}
.tgt-effective-solution-box-right{
  position: relative;
}
.tgt-bg-overlay-content{
    z-index: 9;
    height: 100%;
    background-color: #052f5a;
    padding: 60px;
    margin-top: -60px;
    position: relative;
    background-image: url(../images/bg/feature-box-bg.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;        
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.tgt-bg-overlay,.tgt-bg-inner-overlay{
}
.tgt-effective-solution-box-right .tgt-bg-overlay {
    width: auto;
    margin-right: -100px;
    right: 0;
    background-image: url(../images/bg/feature-box-bg.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -37px -25px;       
    background-color: #052f5a;  
}
.tgt-effective-solution-icon {
 margin-bottom: 10px;
    text-align: center;
    background: #1789d2;
    padding: 25px 0;
}
.tgt-effective-solution-icon i{
  color:#08315c;
  font-size: 40px;
}

/* ================================= */
/*   -  Counter Solution          */
/* ================================= */
.tgt-counter-section{
  padding: 40px 0;  
}
.tgt-counter-box.style1{
  border-right: 1px solid rgba(255,255,255,.25);
}
.tgt-counter-box.style3{
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.tgt-counter-box.style1:last-child,.tgt-counter-box.style2{
  border-right:none;
}  
.tgt-counter-box.style1 h4, .tgt-counter-box.style1 p,.tgt-counter-icon i{
  color: #FFF;
}
.tgt-counter-box.style1 p{
  font-size: 18px;
}
.tgt-counter-box.style1 h4{
  font-size: 50px;
}
.tgt-counter-box.inner-box
{
  padding-left: 40px;
  margin-bottom: 0;
}
.tgt-counter-icon{
  position: absolute;
  top: 30px;  
}
.tgt-counter-icon i{
  font-size: 44px;
}
.tgt-counter-content-left{
  padding-left: 65px;
  text-align: left;
}
/* ================================= */
/*   -  About Section                        */
/* ================================= */
.tgt-about-last{
  border-top: 1px solid rgba(9,22,42,0.2);
  margin-top: 20px;
  padding-top: 25px;
}
.tgt-about-bottom{
  border-bottom: 1px solid rgba(9,22,42,0.2);
  padding-bottom: 25px;
}
.tgt-about-last-box{
  display: flex;
  float: right;
}
.tgt-about2-last-box.tgt-about2-bottom-box{
  margin-top:33px;
}
.tgt-about-content{
  padding-left: 35px;
}
.tgt-about-content p{
  font-size: 14px;  
}
.tgt-about-right-image{
  position: relative;
  margin-bottom: 20px;
}
.tgt-about-right-content{
  background-color:#002b57;
  color: #FFF;
  position: absolute;
  bottom: 55px;
  border:8px solid #FFF;
  padding: 30px 50px 30px 30px;
  left: -70px; 
}
.tgt-about-right-content h3{
  font-size: 44px;
  color: #FFF;
}
.tgt-about-right-content p{
  color: #FFF;
}
.tgt-about-right-content .icon{
  margin-bottom: 15px;
}
.tgt-about-right-content i{
  font-size: 44px;
  color: #335579;
}
.tgt-about-call{
  padding-top: 20px;
  border-right: 1px solid rgba(9,22,42,0.2);
}
.tgt-about-call .tgt-feature-icon{
  background: #fc6a20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-right: 0;
  display: inline-block;
}
.tgt-about-call .tgt-feature-icon i{
  color: #FFF;
  font-size: 22px;
}
.tgt-about-call .tgt-feature-details{
  padding-left: 20px;
  display: inline-block;

}
/* ================================= */
/*   -  Project Section                        */
/* ================================= */

.h-p-90 {
    height:90px;
}

.tgt-section.tgt-project-section{
    background-color: #f6f6f6;
    border-top:1px solid rgba(0,0,0,.10);
    border-bottom:1px solid rgba(0,0,0,.10);
    padding-bottom: 170px;
}
.tgt-section {
      padding: 90px 0 0;
}
.tgt-section p {
  text-align: justify;
  overflow: hidden;
}
.tgt-project-box{
  position: relative;
  overflow: hidden;
  height: 350px;
}
.tgt-project-box-image{
  position: relative;
  overflow: hidden;

}
.tgt-project-box-image img {
  width: 268px;
    align-items: center;
    margin: auto;
    display: flex;
    height: 100%;
}

.tgt-project-box .tgt-project-box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgt-project-box-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.tgt-project-box:hover .tgt-project-box-overlay:before,.projects-gallery-block-2:hover .tgt-project-box-overlay:before{
    opacity: .8;
    -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); 
    background-color: #002B57;      
}    

.tgt-project-box-overlay-content{
    position: relative;
    opacity: 0;
    z-index: 9;
    transform: translateY(30px);
    transition: .5s ease;
    width: 100%;
    height: 100%;  
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.tgt-project-box:hover .tgt-project-box-overlay-content,.projects-gallery-block-2:hover .tgt-project-box-overlay-content{
    opacity: 1;
    transform: translateY(0);
}

.tgt-project-box-overlay-content .icon{
  margin-bottom: 20px;
}
.tgt-project-box-overlay-content .icon i{
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.14);
  vertical-align: middle;
  line-height: 3.2;
  border-radius: 50%;
  color: #FFF;
}
.tgt-project-box-overlay-content h4{
  color: #FFF;
  font-weight: 500;
}
.tgt-project-box-subtitle{
  color: #fff;
  text-transform: uppercase;
}
.tgt-project-section-list{
  margin-top: -160px;
}
.tgt-project-section-list .owl-carousel .owl-stage-outer{
  overflow: inherit;
}
.project-filter{
  padding: 0;
  margin: 0;
  float: right;
}
.project-filter li{
  list-style: none;
  margin:10px 12px;
  color: #777777;
  cursor: pointer;
  display: inline-block;
}
.project-filter li:hover,.project-filter li.active{
  color: #F96921;
}

/* ================================= */
/*   -  Why Choose                    */
/* ================================= */
.tgt-section.tgt-whychoose-section{
    position: relative;
    background-image: url(../images/bg/whychoose-bg.png);  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;     
}
/* ================================= */
/*   -  Team                          */
/* ================================= */
.tgt-team-box{
  text-align: center;
  margin-bottom: 10px;
}
.tgt-team-box-img{
  position: relative;
}
.tgt-team-box-img:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 78%;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color:#f7f7f7;
}
.tgt-team-box-img img{
  position: relative;
  z-index: 9;
}
.tgt-team-box-content{
  text-align: center;
  padding: 20px 15px 35px 15px;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #FFF;
  z-index: 9;   
}
.tgt-team-box:hover .tgt-team-box-content {
  margin-top:-35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;      
}
.tgt-team-social{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 70px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: .8s;
}
.tgt-team-box:hover .tgt-team-social{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;       
}
.tgt-team-social ul{
  padding: 0;
  margin: 0;
}
.tgt-team-social ul li{
  display: inline-block;
  margin: 5px;
}
.tgt-team-box:hover .tgt-team-box-content:after {
    right: 20%;
}
.tgt-team-box-content:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: 0;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}    
/* ================================= */
/*   -  Testimonials                   */
/* ================================= */

.tgt-testimonial-section{
  padding-top: 90px;
  background-image: url(../images/bg/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tgt-testimonial-section .tgt-bg-overlay{

}
.tgt-testimonial-left{
  position: relative;
  margin-left: -100px;
  margin-bottom: -150px;
}

.tgt-client-section{
  background: #f6f6f6;
  padding: 40px 0;
  border-bottom:1px solid rgba(0,0,0,.10);
}

.owl-testiomonal{
  margin-top: 30px;
  padding-bottom: 30px;
}
.tgt-testiomonal-box{
  position: relative;
}
.tgt-testiomonal-box:after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";  
    color: #FC6A20;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 5px;
    font-weight: 900;
    top:-10px;
    font-size: 40px;   
}
.tgt-testiomonal-box-content {
    display: inline-flex;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding:10px 0;
    margin-bottom: 20px;  
}
.tgt-testiomonal-box-content .lead{
  font-size: 18px;
  color: #f6f6f6;
  line-height: 1.6;
}
.tgt-testiomonal-box-person-img img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.tgt-testiomonal-box-person-title{
  padding-left: 90px;
  float: left;
  padding-top: 15px;
}
.white-color .tgt-testiomonal-box-person-title p{
  color: #FC6A20;
}
.tgt-testiomonal-box-person-img{
  position: absolute;
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-next{
  background: transparent;
  opacity:1;
  border:none;
  top: 80%;
  right: 1%;
}
.owl-testiomonal.owl-carousel .owl-nav button.owl-prev{
  left: 88%;
  background: transparent;
  opacity:1;
  border:none;
  top: 80%;
}

.tgt-testiomonal-box-outer{

}
.tgt-testiomonal-box2{
  border-left: 2px solid #1789d2;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin:10px;
}
.tgt-testiomonal-box-content2{
  position: relative;
}
.tgt-testiomonal-box-content2:after{
    content: "\f10e";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0,0,0,0.04);  
}
.tgt-testiomonal-box-person-img2{
  position: absolute;
}
.owl-carousel .owl-item .tgt-testiomonal-box-person-img2 img{
  width: 150px;
}
.tgt-testiomonal-box-content2{
  padding-left: 170px;
}
.tgt-testiomonal-box-content2 .star-ratings{
  float: none;
  margin-right:0;
  margin-bottom:10px;
}
.tgt-testiomonal-name{
  font-size: 14px;
  color: #09162a;
  font-weight: 500;
}
.tgt-testiomonal-name span{
  color: #777777;
  margin-left: 5px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-next{
  right: 10px;
  top:-50px;
}
.owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev{
  right: 60px;
  left: auto;
  top:-50px;
}
.owl-carousel.tgt-testiomonal-box-outer  .owl-nav button.owl-next, .owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev{
  width: 45px;
  height: 45px;
  background:#f6f6f6;
  border:2px solid #e5e5e5;
  color: #252e3c;
  opacity: 1; 
}
.owl-carousel.tgt-testiomonal-box-outer  .owl-nav button.owl-next:hover, .owl-carousel.tgt-testiomonal-box-outer .owl-nav button.owl-prev:hover{
  border:2px solid #1789d2;
  color: #1789d2; 
}
/* ================================= */
/*   -  Blog                         */
/* ================================= */
.tgt-blog-box,.tgt-blog-box-img{
  position: relative;
}
.tgt-blog-box-meta-date{
  background-color: #FC6A20;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;  
  z-index: 3;
}
.tgt-blog-box-content{
  padding: 20px 0;
}
.tgt-blog-box-content-meta{
  color: #555555;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tgt-blog-box-content-meta a{
  color: #555555;
}
.tgt-blog-box-content-meta span i{
  margin-right: 5px;
}
.tgt-blog-box-content-meta .meta-author{
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(0,0,0,0.3);
}
.tgt-blog-box-content .tgt-blue-link{
  font-size: 18px;
  font-weight: 500;
}
.tgt-blog-box-img a:after{
  content: "";
  background: #09162a;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index:2; 
}
.tgt-blog-box-img:hover a:after{
  opacity: 0.25;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}  

/* ================================= */
/* 7. Footer                         */
/* ================================= */
.footer{
  background: #031323;
}
.footer p{
  color:#c5c5c5;
  margin-bottom: 10px; 
}
.tgt-footer-section{
  padding-top: 90px;
  padding-bottom: 40px;
  border-bottom: 1px solid #162c42;
}
.text-widget{
  margin-bottom: 20px;
}
.tgt-footer-section .text-widget h4{
    margin-bottom: 23px;
}
.tgt-footer-contact-box span{
  margin-right: 10px;
}
.tgt-footer-contact-box span i{
  color: #1789d2;
  font-size: 17px;
}
.tgt-footer-contact-box p{
  margin-bottom: 8px;
}
.tgt-footer-link.tgt-list-style li{
  width: 50%;
  float: left;
  margin-bottom: 12px;
}
.tgt-footer-link.tgt-list-style li a{
  color: #c5c5c5;
}
.tgt-footer-link.tgt-list-style li a:hover{
 color: #fc6a20;
}
.tgt-subscribe-box{
  position: relative;
  margin-bottom: 20px;
}
.tgt-subscribe-box .btn[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    height: 47px;
    width: 100px;
    color: #fff;
    border: 0;
    padding: 0;
    line-height: 46px;
}
.tgt-subscribe-box .form-control{
  border:none;
  background-color: #182e44;
  height: 44px;
  font-size: 13px;
  padding-left: 20px;
  color: #c5c5c5;
}
.tgt-subscribe-box .form-control:focus{
  box-shadow: none;
}
.tgt-footer-social{
  margin-top:15px; 
  border-top: 1px solid #1d2b39;  
  padding-top:30px; 
}
.tgt-footer-social-box li{
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 15px;
}
.tgt-footer-social-box li a{
  color: #c5c5c5;
}
.tgt-footer-social-box li a:hover{
  color: #fc6a20;
}
.tgt-footer-social-box li i{
  padding-right: 10px;
}  
.tgt-footer-tiny-section{
  padding: 20px 0;
}
.tgt-footer-tiny-section p{
  color: #989494;
  font-size: 14px;
}

/* ================================= */
/* 8. Home 2                     */
/* ================================= */

.tgt-about2-last-box{
  display: flex;
  margin-top: 10px;
}
.tgt-about2-last-box .tgt-about-content p{
  margin-bottom: 5px;
}
.tgt-about2-feature{
  background: #fff;
  margin-top: -50px;
}
.tgt-about2-feature ul{
  list-style: none;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25);  
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tgt-about2-feature ul li{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 30px;  
   background:#ebeef2; 
}  
.tgt-feature-icon,.tgt-feature-details{
    display: table-cell;
    vertical-align: middle;
    text-align: left;  
}
.tgt-feature-icon{
  padding-right: 20px;
}
.tgt-feature-icon img {
    width: 130px;
}
.tgt-feature-icon i{
  color: #fc6a20;
  font-size: 44px;
}
.tgt-about2-feature h5{
  font-size: 16px;
}
.tgt-about2-feature h5{
  margin-bottom: 10px;
}
.tgt-about2-feature p{
  margin-bottom: 0;
}
.tgt-about2-feature p{
  font-size: 14px;
}
.tgt-feature-last{
  border-right: 1px solid #d3dae2;
}

.tgt-year-experience-box-right .tgt-bg-overlay-year-experience {
    z-index: 9;
    height: 100%;
    padding: 80px 70px 0 0;
    position: relative;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding-top: 140px;
}
.tgt-year-experience-box-right  .tgt-bg-overlay {
    width: auto;
    margin-right: -100px;
    right: 0;
    background-size: cover;
    background-color: #f3631a;  
    margin-top: 60px;
}
.tgt-background-image-yes{
    height: 100%;
    z-index: 9;  
    position: relative;
}
.tgt-background-image-yes .tgt-bg-overlay {
    background-image: url(../images/bg/year-experience.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: auto;
    margin-right: -100px;
    right: 0;
}
.tgt-bg-layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}
.tgt-year-experience-last-img{
  display: none;
}
.white-color .tgt-bg-overlay-year-experience p{
  color: #f5f5f5;
}
.tgt-progress-bar{
  margin-bottom: 20px;
}
.tgt-progress-bar h4{
  margin-bottom: 10px;
  font-size: 16px;
}
.tgt-progress-bar .progress-bar{
  border-radius: 0;
  background-color:#002b57;
}
.tgt-progress-bar .progress{
  border-radius: 0;
  background-color:#fff;
  height: 7px;
}
.tgt-progress-bar {
  position: relative;
}
.tgt-progress-bar .percentage-count {
    position: absolute;
    right: 0;
    color: #f5f5f5;
    z-index: 3;
    text-shadow: none;
    font-size: 16px;
    padding: 2px 0;
    border-radius: 0;
    top: 0;
}

/* -- Service2 -- */

.tgt-services2{
  padding: 140px 0 100px 0;
}
.tgt-services2-inner{
  padding: 90px 0 70px 0;
}
.tgt-services2-subtitle p{
  font-size: 16px;
}
.tgt-our-services2{
  background: transparent;
  text-align: center;
  padding: 50px 30px;
  border:2px solid #23466a;
  margin-bottom: 30px;
}

.tgt-our-services2 .tgt-our-services-icon i{
  color: #fc6a20;
  font-size: 66px;
}
.tgt-our-services2 h4{
    color: #FFF;
}
.tgt-our-services2 .btn-read{
    color: #FFF;
}
.tgt-our-services2 p{
  color: #b3b3b3;
}
.tgt-our-services2:hover:after{
  right: 20%;
}
.tgt-our-services2{
   -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}  
.tgt-our-services2:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 20%;
    right: 80%;
    bottom: -1px;
    background: #fc6a20;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* -- Project2 -- */
.tgt-project2 .project-filter{
  float: none;
  text-align: center;
}
.tgt-project-section-list2 #projects-gallery{
  background: #FFF;  
}
.tgt-project-section-list2 #projects-gallery .row{
  padding: 5px;
}
.tgt-project-section-list2 .projects-gallery-block{
  padding: 5px;
}
.scale-anm {
    transform: scale(1);
}
.tgt-project-section-list2{
  padding-bottom: 90px;
}
/* -- Process -- */
.tgt-process-section{
  background:#f6f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 300px;  
}
.tgt-processbox{
  text-align: center;
  margin-bottom: 30px;
}
.tgt-processbox-image{
  position: relative;
  margin-bottom: 50px;
}

.tgt-processbox .tgt-processbox-image img {
    height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 0 15px 0 rgba(10,10,10,.19);
    position: relative;
    z-index: 2;
}
.tgt-processbox .tgt-process-num {
    margin-right: 5px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left:93px;
    bottom: -30px;
    z-index: 3;
    background:#fc6a20;
    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;
}
.tgt-processbox:hover .tgt-process-num{
    background:#002b57;
}
.tgt-processbox:hover  .tgt-processbox-image img {
    box-shadow: 0 0 20px 0 rgba(10,10,10,.29);
    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;    
}
.tgt-processbox-content h4{
  margin-bottom: 10px;
}
/* -- Counter Box  -- */
.tgt-counterbox-section{
  margin-top: -250px;
}
.counterbox-img{
  margin-top: 80px;
  position: relative;
  z-index: 3;
}
.tgt-counterbox-content{
  background:#fc6a20;
}
.tgt-counterbox-content .tgt-bg-overlay-right {
    width: auto;
    margin-right: -100px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
   background-image: url(../images/bg/counterbox.jpg);
    padding-left: 200px;
    margin-left: -200px;   
}
.tgt-counterbox-content .tgt-bg-overlay-contentbox {
    z-index: 2;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 90px 0 90px 30px; 
}
/* -- Video box  -- */
.tgt-video-section{
  padding-bottom: 200px;
  margin: 50px 0 0;
}
.tgt-video-box{
}
.tgt-video-box .tgt-icon{
    height: 60px;
    width: 60px;
    line-height: 60px;
    background:#fc6a20; 
    border-radius: 50%;
}
.tgt-video-box .tgt-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;

}
.tgt-video-box .tgt-icon:before {
  width: 85px;
  height: 85px;
  opacity: 0
}
.tgt-video-box .tgt-icon:after {
  z-index: 1;
  width: 105px;
  height: 105px;
  opacity: 0
}
.tgt-video-box .tgt-icon {
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}
.tgt-video-box a {
  display: inline-block;
  vertical-align: middle
}
.tgt-video-box .tgt-icon:after,
.tgt-video-box .tgt-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.tgt-video-box .tgt-icon:after,
.tgt-video-box .tgt-icon:before {
  -webkit-animation: prittyphoto 1.05s infinite;
  -moz-animation: prittyphoto 1.05s infinite;
  -ms-animation: prittyphoto 1.05s infinite;
  -o-animation: prittyphoto 1.05s infinite;
  animation: prittyphoto 1.05s infinite
}
.tgt-video-box .tgt-icon:before {
  opacity: .35
}
.tgt-video-box .tgt-icon:after {
  opacity: .09
}
.tgt-right-video-icon {
  left: auto;
  right: 0;
  top: auto
}
.tgt-video-box a {
  display: inline-block;
  vertical-align: middle
}
.tgt-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

@-webkit-keyframes prittyphoto {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
@keyframes prittyphoto {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
/* -- Get Quote Section  -- */
.tgt-get-quote-section{
  margin-top: -150px;
      margin-bottom: 50px;
}
.tgt-get-quote-box{
  background:#FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.tgt-get-quote-box .form-group{
  margin-bottom: 25px;
}
.tgt-quote-call{
      position: absolute;
    background: #031323;
    padding: 20px 25px;
    left: 0;
    bottom: 30px;
    width: 100%;
}
.tgt-quote-call .tgt-feature-icon i,.tgt-quote-call p,.tgt-quote-call h2,.tgt-quote-call h3{
  color: #FFF;
}
.tgt-bgcolor-orange-left-bg{
  position: relative;
  z-index: 1;
}
.tgt-bgcolor-orange-left-bg:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3500px;
    height: 100%;
    background: #fc6a20;
    z-index: 2;
}
.tgt-bgcolor-orange-left-bg .tgt-bgcolor-orange{
  position: relative;
  z-index: 3;
}
/* -- Blog2 Section  -- */
.tgt-blog2-section{
  padding-top:150px;
  background:#f6f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;  
  margin-top: -60px;
}
.tgt-post-box{
  border:2px solid #ececec;
  background:#FFFFFF; 
  margin-bottom: 30px;
}
.tgt-post-box-content{
  padding: 30px;
}
.tgt-post-box-content-right{
  padding: 20px;
}
.tgt-post-title h3 a,.tgt-post-title h5 a{
  font-weight: 600;
  color:#09162a; 
}
.tgt-post-title h3 a:hover,.tgt-post-title h5 a:hover{
  color:#F96921; 
}
/* -- client2 Section  -- */
.tgt-client2-section .tgt-client-img{
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
  margin:10px;  
}
.tgt-client2-section .tgt-client-img img{
  opacity: 0.80;
}
.tgt-client2-section .tgt-client-img:hover img{
  opacity: 0.95;
}
.tgt-client2-section.tgt-client-no-border .tgt-client-img{
  box-shadow: none;
  margin:10px;  
}


/* ================================= */
/* 9. Breadcrumbs                   */
/* ================================= */
.tgt-page-header{
    position: relative;
    background-image: url(../images/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;    
}
.tgt-overlay-bg-header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  background: -moz-linear-gradient(left,  rgba(9,22,42,0.80) 40%, rgba(9,22,42,0.13) 82%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(9,22,42,0.80) 40%,rgba(9,22,42,0.13) 82%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(9,22,42,0.80) 40%,rgba(9,22,42,0.13) 82%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a609162a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.tgt-page-header-box{
  padding-bottom: 50px;
}
.tgt-page-header-box h2{
  color: #FFF;
}
.breadcrumb-box{
  padding: 15px 0;
  background: rgba(9,22,42,0.4); 
}
.breadcrumb-wrapper a,.breadcrumb-wrapper{
  color: #D4D4D4;
}
.breadcrumb-wrapper a:hover{
  color: #F96921;
}

/* -------  About Page   -----------  */
.tgt-history-content{
  text-align: center;
}
.tgt-history-year{
  text-align: center;
}
.tgt-history-dots{
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.tgt-history-dots-circle{
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #feffff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 5px solid #002b5766; 
}
.tgt-history-section  [class*='col-']:nth-child(1) .tgt-history-dots:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    left: -46px;
    background-color: #cecece;
}
.tgt-history-section  [class*='col-']:nth-child(1) .tgt-history-dots:after {
    left: -46px;
    width: 160%;
}
.tgt-history-dots:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 120%;
    left: 15px;
    right: auto;
    top: 15px;
    z-index: -1;
    border-top: 2px dashed #cecece;
}

.tgt-history-dots-circle{

}
.tgt-history-dots-last{
  position: relative;
  width: 130%;
}
.tgt-history-dots-last:before,.tgt-history-dots-last:after {
    border-right: 2px solid #cecece;
    content: '';
    display: block;
    height: 16px;
    margin-top: 2px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
}

.tgt-history-dots-last:after {
    margin-top: 13px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tgt-why-choose-box{
  padding: 41.9px 40px; 
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item.show .nav-link,.tgt-why-choose-box-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border:none;
    border-radius: 0;
    border-bottom: 2px solid #f6f6f6;
}
.tgt-why-choose-box-tabs .nav-tabs .nav-item{
    padding: .5rem 1.4rem .5rem 0;
    margin-bottom: 0;
}
.tgt-why-choose-box-tabs  .nav-tabs .nav-link {
    border:none;
    border-radius: 0;
    color: #FFF;
    text-align: left;
    padding: .5rem 1rem;
    border-bottom: 2px solid #fdb59c;
}
.tgt-why-choose-box-tabs   .tab-content{
  padding-top: 20px;
  color: #FFF;
}
.tgt-why-choose-box-tabs .tab-content p,.tgt-why-choose-box-tabs .tgt-list-style li,
.tgt-why-choose-box-tabs .tgt-list-style li:before{
  color: #fff;
}
.tgt-why-choose-box-tabs .nav-tabs{
  border:none;
  margin: 0;
}

.tgt-team-box2{
    margin-bottom: 30px;
}
.tgt-team-box-content2{
  background:#f6f6f6;
  text-align: center;
  padding:20px 5px; 
}
.tgt-team-box-content2 h4{
  font-size: 18px;
}
.tgt-team-box-content2 p{
  margin-bottom: 0;
  font-size: 15px;
}
.tgt-team-box-img2{
  position: relative;
}
.tgt-team-social2{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 20px;
  opacity: 0;
  z-index: 9;
  -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: .8s;
  text-align: center;
  z-index: 9;
}
.tgt-team-box2:hover .tgt-team-social2{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;       
}
.tgt-team-social2-box {
    text-align: center;
    margin: auto;
    display: inline-grid;
}
.tgt-team-social2 ul{
  padding: 6px 22px;
  margin: 0;
  background:#FC6A20; 
  border-radius: 50px;
}
.tgt-team-social2 ul li{
  display: inline-block;
  margin: 5px;
}
.tgt-team-social2 ul li a{
  color: #FFF;
} 
.tgt-team-box2:hover .tgt-team-box-img2 .img-effect:after {
    content: "";
    background: rgb(0,43,87);
    opacity: 0.60;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.tgt-team-box2 .tgt-team-box-img2 .img-effect{
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

/* -------  Blog Page   -----------  */
.tgt-blog-list{
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;

}
.tgt-blog-list .tgt-blog-box-content .tgt-blue-link{
  font-size: 30px;
  color: #09162a;
  font-weight: 600;
}
.pagination-block .page-numbers,.pagination-block .page-numbers {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 17px;
    margin: 0 2px;
    background: #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pagination-block a{
  color:#09162a; 
}
.pagination-block a:hover,.pagination-block a:focus{
  background:#F96921;
  color: #FFF; 
}
.pagination-block .page-numbers.current{
  background:#F96921;
  color: #FFF; 
}

.sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 28px;
    border:1px solid #efefef;
    background-color: #f6f6f6;
}
.sidebar .widget.widget-search .blog-search-form {
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .blog-search-form i{
  color: #FFF;
}
.sidebar .widget.widget-search .blog-search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 14px;
    z-index: 1;
    border-radius: 0;
    box-shadow: unset;
    background-color: #fc6a20;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
    position: relative;
}
ul.listborder li{
    padding: 12px 0 ;
    border-top:1px solid #e8e8e8;
}
.sidebar .widget ul.listborder li:first-child {
    border-top: none;
    padding-top: 0;
}
.sidebar .widget ul li a{
  color:#09162a;
}
.sidebar .widget ul li a:hover,.sidebar .widget ul li a:focus{
  color:#fc6a20;
}
.sidebar .widget ul.tgt-list-style li{
  padding-left: 18px;  
}
.widget-latest-blog ul.listborder li{
    padding: 18px 0;
}
.sidebar .widget .widget-title{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sidebar .widget .widget-title:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 3px;
    opacity: 1;
    width: 35px;
    height: 2px;
    background: #fc6a20;
}
.widget .cat_count{
  position: absolute;
  right: 0;
}

.sidebar .widget ul.tgt-latest-post-list>li img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 20px;
}
ul.tgt-latest-post-list li h5 a{
  font-weight: 500;
}

.tgt-latest-post-list h5{
  font-weight: 500;
}
.tgt-latest-post-date{
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.widget .tagcloud a,a.tag-links  {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 9px 22px;
    border: 1px solid #09162a;
    color: #09162a;
}
a.tag-links  {
    padding: 8px 14px;
}
.widget .tagcloud a:hover,.widget .tagcloud a:focus,a.tag-links:hover {
    color: #FFF;
    border: 1px solid #fc6a20;
    background: #fc6a20;
}
ul.tgt-widget-social-media  li{
  display: inline-block;
  margin-right: 5px;
}
ul.tgt-widget-social-media  li a{
  background: #FFF;
  border-radius: 50%;
  border:1px solid #d6d6d6;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  display: block;
  line-height: 36px;
  color: #09162a;
}
ul.tgt-widget-social-media  li a:hover{
  color: #fc6a20;
}
.widget-custom-image{
  position: relative;
  margin-bottom: 30px;
}
.widget-custom-image .tgt-quote-call{
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px 40px;
}
.widget-custom-image .tgt-feature-icon{
  padding-right: 15px;
}
/* -------  Blog Details   -----------  */
.tgt-tag-box{
  margin-bottom: 15px;
}
.tgt-socla-tag-box{
  margin-bottom: 10px
}
.tgt-comment-box{
  margin-top: 30px;
}
.tgt-next-pre-post-box{
  margin-top: 35px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.prev-link-title a{
  font-size: 18px;
  font-weight: 500;
}
.comment-list{
  margin-bottom: 40px;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-body .comment-author, .comment-body .comment-box {
    display: table-cell;
    vertical-align: top;
}
.comment-list li {
    position: relative;
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ededed;
}
.comment-list li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.comment-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin-right: 25px;
}
.comment-meta .tgt-comment-user h5, .tgt-comment-user {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.comment-meta, .comment-meta a {
    color: #6e6e6e;
    font-size: 13px;
}
.comment-meta a {
  margin-bottom: 10px;
  display: block;
}
.reply-box{
  margin-top: 15px;
}
.comment-list .children {
    margin-left: 35px;
    padding-top: 30px;
}
.comment-reply-btn{
  border:2px solid #09162a;
  padding: 6px 14px;
  color: #09162a;
  font-size: 13px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.comment-reply-btn:hover{
  border:2px solid #09162a;
  background: #09162a;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

/* -------  Service Details   -----------  */
.widgest-list-services{

}
.widgest-list-services ul li a{
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #fff;
    color: #09162a;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    margin-bottom: 5px;
    border:1px solid #EEE;
}
.widgest-list-services li a:before{
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  color: #FC6A20;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  right: 25px;
  font-weight: 900;
  font-size: 13px;
}
.widgest-list-services ul li.active a:before,.sidebar .widgest-list-services li a:hover:before{
  color: #FFF;
}
.sidebar .widgest-list-services ul li a:hover,.widgest-list-services ul li.active a,.widgest-list-services ul li.active a:hover{
  background: #fc6a20;
  color: #FFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;    
}
.widgest-list-docs ul li{
    border:1px solid #EEE;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
}
.sidebar .widgest-list-docs ul li a{
    padding:15px 20px;
    color: #777777;
    font-weight: 500;  
}
.widgest-list-docs ul li span{
  background: #fc6a20;
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.widgest-list-docs ul li span i{
  font-size: 17px;
  color: #FFF;

}
/* -------  Project   -----------  */
.tgt-project{
  padding-top: 90px;
  padding-bottom: 30px;
}
.tgt-project-section-list2.tgt-project-inner .projects-gallery-block{
  padding: 10px;
}
.projects-gallery-block-2{
  background: #f6f6f6;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;    
}
.projects-gallery-block-2:hover{
  background: #1789d2;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}
.projects-gallery-block-2:hover h4{
  color:#FFF;
}

.projects-gallery-title-box{
  padding: 20px;
  text-align: center;
}
.projects-gallery-title-box:hover {
    background: #1789d2;
    color:#fff;
}
.projects-gallery-title-box h4{
  font-weight: 500;
}
/* -------  Project Details   -----------  */
.tgt-project-details-info{
  padding: 45px 40px;
}
.tgt-project-details-list{
  font-weight: 500;
}
.tgt-project-details-list li{
  padding-bottom: 15px;
  border-bottom: 1px solid #dedfe1; 
  margin-bottom: 15px; 
}
.tgt-project-details-list li:last-child{
  border-bottom: none;  
  margin-bottom: 0; 
}
.tgt-project-info-details{
  color: #09162a;
  padding-left: 10px;
}
.tgt-project-info-title i{
  font-size: 16px;
  color: #fc681d;
  font-weight: 600;
  padding-right: 12px;
}
.tgt-project-related{
  margin-top: 40px;
}
/* -------  FAQ   -----------  */
.widgest-list-faq ul li a{
  font-weight: 500;
}
.widgest-list-faq ul li.active a{
  color: #fc6a20;  
}
.widgest-list-contact li{
  margin-bottom: 10px;
  display: flex;
}
.widgest-list-contact li span{
  padding-right: 12px;
  display: flex;
}
.widgest-list-contact li i{
  font-size:16px;
  font-weight: 700;
  color: #1789d2;
}
.tgt-faq .card{
  margin-bottom: 20px;
  border-radius:0;
}
.tgt-faq .card-header{
  border-bottom: none;
  background: #FFFFFF;
}
.tgt-faq .card-header,.tgt-faq .card-header:first-child{
  border-radius: 0;
  padding: 0;
}
.tgt-faq .card-header a.btn:hover, .tgt-faq .card-header a.btn.collapsed {
    color: #232323;
}
.tgt-faq .card-header a.btn{
  border-radius: 0;
  text-align: left;
  display: block;
  padding: 15px 50px 15px 20px;
  background: #FFF;
}
.tgt-faq .card-header a.btn[aria-expanded="true"]{
  background: #fc6a20;
  color: #FFF;
}
.tgt-faq .card-header a.btn:hover,.tgt-faq .card-header a.btn:focus{
  outline: none;
  box-shadow:none;
}
.tgt-faq .card-header a.btn[aria-expanded="true"]:after {
    content: "\-";
    right: 20px;
    position: absolute;
    width: 30px;
    text-align: center;
    font-size: 30px;
    height: 30px;
    line-height: 28px;
    font-weight: 300;
    color: #FFF;
    border:1px solid;
    border-radius: 100%;
    top: 13px;
}
.tgt-faq .card-header a.btn[aria-expanded="false"]:after {
    position: absolute;
    content: "\+";
    right: 20px;
    color: #777;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    border:1px solid;
    border-radius: 100%;
    top: 13px;
}
/* -------  Contact   -----------  */
.tgt-contact-form-box{
  padding: 40px 40px 30px 40px !important;
  margin-top: 70px;
}
.tgt-contact-form-img{
  margin-right: -160px;
}
.tgt-get-touch-box .widget-title{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.tgt-main-contact-box{
  margin-bottom: 70px;
}
.tgt-get-touch-box {
  margin-bottom: 30px;  
}
.tgt-get-touch-box .widgest-list-contact li{
  margin-bottom: 15px;
}
.tgt-contact-social{
  margin-top: 25px;
}
.tgt-contact-social ul li{
  display: inline-block;
}
.tgt-contact-social ul li a{
  width: 32px;
  height: 32px;
  line-height: 32px;  
  background: #1789d2;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
}
.tgt-contact-social ul li a:hover,.tgt-contact-social ul li a:focus{
  color: #FFF;
  background: #fc6a20;
}  
/* -------  Team Details   -----------  */
.tgt-team-details{
  padding: 90px 0 10px 0;  
}
.tgt-team-box-single{
  padding: 40px 40px 30px 40px !important;
  margin-top: 50px;
}
.tgt-team-main-box{
  margin-bottom: 50px;
}
.tgt-team-box-single-img{
  margin-right: -60px;
}
.tgt-team-details-processbar .tgt-progress-bar .progress-bar{
    background-color: #f3631a;
}
.tgt-team-details-processbar .tgt-progress-bar .progress{
    background: #EEE;
}
.tgt-team-details-processbar .tgt-progress-bar .percentage-count{
  color: #777777;
}
.tgt-team-details-current-job .lead{
  font-size: 18px;
  font-weight: 500;
}
.current-job-year{
  color: #f25f14;
  font-size: 13px;
}
.p-tb-50 {
    padding:50px 0;
}
/* -------  404 Error   -----------  */
.tgt-error-title{
  font-size: 72px;
}

.footer .text-white img  {
  width: 322px;
}