@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');

}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal !important;
}

.icon-tags:before {
    content: "\e7e5";
}

.icon-right1:before {
    content: "\e670";
}

.icon-left-arrow:before {
    content: "\e83d";
}

.icon-tag:before {
    content: "\e66c";
}

.icon-left1:before {
    content: "\e661";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-time:before {
    content: "\e627";
}

.icon-audio:before {
    content: "\e613";
}

.icon-service:before {
    content: "\e626";
}

.icon-leftquote:before {
    content: "\e778";
}

.icon-service:before {
    content: "\e617";
}

.icon-info:before {
    content: "\e60e";
}

.icon-plus:before {
    content: "\e60d";
}

.icon-check:before {
    content: "\e614";
}

.icon-star:before {
    content: "\e629";
}

.icon-mobile:before {
    content: "\e62a";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-leftquote1:before {
    content: "\e7c8";
}

.icon-calender:before {
    content: "\e600";
}

.icon-linkedin:before {
    content: "\e6ce";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-edit:before {
    content: "\e603";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-navbar1:before {
    content: "\e611";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-rightquote:before {
    content: "\e663";
}

.icon-close:before {
    content: "\e606";
}

.icon-search:before {
    content: "\e6c8";
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: Lora;
    line-height: 1.15;
}

footer,
nav {
    display: block
}

body {
    margin: 0;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

button,
input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }

	.tgt-menu-mobile-box{
		display: none;
		width: 0;
		height: 0;
		position: relative;
		z-index: -1;
	}
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-12,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-8,
.col-sm-11,
.col-sm-12,
.col-xl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:576px) {

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:1200px) {

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+.75rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.dropdown {
    position: relative
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-inline-block {
    display: inline-block !important
}

@media(min-width:1200px) {

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

#tgt-site-navigation .menu ul {
    padding: 0;
    margin: 0
}

.tgt-menu-mobile-box {
    float: right
}

.tgt-menu-mobile-box input[type=checkbox] {
    display: none
}

#tgt-site-navigation .menu>ul>li {
    display: inline-block;
    position: relative
}

#tgt-site-navigation .menu ul li>a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 15px;
    position: relative
}

#tgt-site-navigation .menu {
    clear: both;
    min-width: inherit;
    float: none
}

#tgt-site-navigation .menu.active {
    max-height: 55em;
    display: block;
}

#tgt-site-navigation .menu>ul>li:last-of-type a {
    border: 0
}

#tgt-site-navigation .menu li a {
    display: block;
    padding: .8em;
    position: relative
}

#tgt-site-navigation .menu ul>li>a {
    display: block;
    margin: 0 5px;
    text-decoration: none;
    z-index: 1;
    line-height: 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    color: #09162a
}

.tgt-menu-mobile-box input[type=checkbox] {
    display: none
}

@media(max-width:1199px) {
    .tgt-menu-mobile-box {
        position: relative;
        width: 28px;
        float: left
    }

    .tgt-menu-mobile-box label {
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 25px;
		height: 25px;
        top: 14px;
        right: 20px;
        margin: 0;
    }

    .tgt-menu-mobile-box .toggle-line-1 {
        position: relative;
        float: left
    }

    .tgt-menu-mobile-box .toggle-line {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #09162a
    }

    .tgt-menu-mobile-box .toggle-line-2 {
        position: relative;
        float: left;
        margin-top: 8px
    }

    .tgt-menu-mobile-box .toggle-line-3 {
        position: relative;
        float: left;
        margin-top: 6px
    }

    #tgt-site-navigation .menu {
        overflow: hidden;
        max-height: 0;
        background-color: #fff
    }

    #tgt-site-navigation .menu {
        display: none
    }

    #tgt-site-navigation {
        clear: both;
        min-width: inherit;
        float: none
    }

    .tgt-menu-mobile-box input[type=checkbox]:checked~.tgt-menu-mobile-box-content>.toggle-line-1 {
        transform: rotate(135deg);
        margin-top: 10px
    }

    .tgt-menu-mobile-box input[type=checkbox]:checked~.tgt-menu-mobile-box-content>.toggle-line-2 {
        opacity: 0
    }

    .tgt-menu-mobile-box input[type=checkbox]:checked~.tgt-menu-mobile-box-content>.toggle-line-3 {
        transform: rotate(-135deg);
        margin-top: -1px
    }

    #tgt-site-navigation .menu>ul {
        position: fixed;
        padding: 15px 20px;
        box-shadow: rgba(0, 0, 0, .33) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: 48px;
        right: 0;
        background-color: #fff
    }

    #tgt-site-navigation .menu.active {
        max-height: 55em;
        display: block
    }

    #tgt-site-navigation .menu ul li a {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        height: auto
    }

    #tgt-site-navigation .menu li,
    #tgt-site-navigation .menu>ul>li {
        display: block
    }

    #tgt-site-navigation .menu ul li>a {
        line-height: 20px
    }

    #tgt-site-navigation .menu>ul li:not(:last-child) {
        border-bottom: 1px solid rgba(93, 101, 118, .15)
    }
}

.tgt-bgcolor-light {
    background-color: #f6f6f6
}

.tgt-txt-orange {
    color: #4520fc
}

.tgt-sub-title {
    color: #4520fc;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.tgt-list-style {
    padding: 0 0 10px 0
}

.tgt-list-style li {
    padding-left: 23px;
    list-style: none;
    position: relative;
    padding-bottom: 8px;
    color: #4b5463;
    font-weight: 500;
    font-size: 14px
}

.tgt-blog-box-content .tgt-list-style li:before {
    content: "\e614" !important;
    font-family: "iconfont";
	font-size: 20px;
    color: #4520fc;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 0;
	top: -5px;
    font-weight: 900
}

.tgt-list-style li:before {
    content: "\e642" !important;
    font-family: "iconfont";
	font-size: 16px;
    color: #4520fc;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    left: 0;
    font-weight: 900
}

.tgt-list-style.style2 li:before {
    content: "\f054"
}

.form-control {
    border-radius: 0;
    font-size: inherit;
    background: #fdfdfd;
    border: 1px solid #e4e4e4;
    min-height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #999
}

.form-group input[type=text],
.form-group textarea {
    border: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    border-radius: 0;
    min-height: 48px;
    font-size: 14px;
    color: #999
}

.form-control:focus {
    box-shadow: none
}

.btn-primary {
    border-radius: 0;
    background: #4520fc;
    color: #FFF;
    border-color: #4520fc;
    font-size: 15px;
    padding: 10px 23px;
    border: 0
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #FFF;
    box-shadow: none;
    background: #f3631a;
    border: 0
}

.btn-primary.btn-lg {
    padding: 15px 28px;
    font-size: 16px
}

.btn-default {
    border-radius: 0;
    background: #002B57;
    color: #FFF;
    border-color: #002B57;
    font-size: 15px;
    padding: 10px 23px;
    border: 0
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
    color: #FFF !important;
    box-shadow: none;
    background: #002850;
    border: 0
}

.btn:hover,
.btn:focus {
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: #002b57;
    border-color: #002b57;
    box-shadow: none;
    color: #FFF
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-read {
    color: #09162a;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #7a7d83;
    font-weight: 500
}

.btn-read:hover,
.btn-read:focus {
    color: #4520fc;
    border-bottom: 1px solid #4520fc
}

.btn.btn-lg {
    padding: 12px 22px
}

.m0 {
    margin: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mr10 {
    margin-right: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

html,
body {
	height: 100%;
}

body {
	font-weight: 400;
	color: #777;
	font-size: 15px;
	line-height: 1.5;
}

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

@viewport {
	width: device-width
}

h2,
h3,
h4,
h5 {
	color: #09162a;
	line-height: 1.2;
	margin-bottom: 18px;
	font-weight: 600
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 16px
}

a {
	color: #4520fc;
	
	transition: all .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
}

blockquote {
	display: block;
	background: #fffaf8;
	position: relative;
	padding: 40px;
	color: #09162a;
	min-height: 100px;
	border-left: 3px solid #4520fc;
	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="email"],
input[type="search"] {
	transition: border linear .2s, box-shadow linear .2s;
	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: 0;
	line-height: inherit;
	letter-spacing: 0
}

ul.list-none {
	padding: 0;
	list-style: none
}

.form-group {
	margin-bottom: 25px
}

.tgt-section {
	padding: 120px 0
}

.tgt-section-style2 {
	padding: 120px 0 70px 0
}

.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: 0
}

.tgt-header-listicon button:hover,
.tgt-header-listicon button:focus {
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0
}

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

@media only screen and (max-width:1200px) {
	.tgt-header-right-cart-search{
		display: none;
	}
}
@media only screen and (min-width:1200px) {
	
	#tgt-site-navigation .menu.active {
		margin-left: 200px;
	}

	.tgt-site-menubar {
		position: relative;
		height: auto
	}

	.tgt-site-menubar .tgt-header-menu-options {
		float: none;
		position: fixed !important;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		background: #002b57
	}

	.tgt-header2 #tgt-site-navigation .menu ul>li>a {
		color: #FFF;
		line-height: 50px
	}
}

.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;
	cursor: pointer;
	font-weight: bold;
}

.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
}

.tgt-our-services {
	margin-bottom: 50px
}

.tgt-our-services-img {
	position: relative
}

.tgt-our-services-img a:after {
	content: "";
	background: #09162a;
	opacity: .20;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	transition: all .5s ease
}

.tgt-our-services {
	position: relative
}

.tgt-our-services:hover a:after {
	opacity: .40;
	transition: all .5s ease
}

.tgt-our-services-box {
	text-align: center;
	background: #FFF;
	box-shadow: 0 2px 15px 0 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 {
	font-style: normal;
	color: #4520fc;
	font-size: 42px;
	line-height: 1.2
}

.tgticon-drill:before{
	font-style: normal;
	font-family: "iconfont";
	content: '\e626';
}
.tgticon-leak:before{
	font-style: normal;
	font-family: "iconfont";
	content: '\e617';
}

.tgt-header .logo{
	width: 220px;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    height: 74px;
    align-items: center;
}

.logo {
	display: inline-block;
	width: 220px;
	font-weight: bold;
	font-size: 20px;
}
.logo:hover {
	color: #4520fc;
}

.tgt-our-services-box {
	position: relative
}

.tgt-our-services:hover .tgt-our-services-box:after {
	right: 20%
}

.tgt-our-services-box {
	transform: translateZ(0);
	backface-visibility: hidden;
	position: relative;
	overflow: hidden
}

.tgt-our-services-box:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 20%;
	right: 80%;
	bottom: 0;
	background: #4520fc;
	height: 2px;
	transition-property: right;
	transition-duration: .3s;
	transition-timing-function: ease-out
}

.tgt-our-services-box h4 {
	font-size: 18px
}

.tgt-our-services:hover .btn-read {
	color: #4520fc;
	border-bottom: 1px solid #4520fc
}

.tgt-blog-box,
.tgt-blog-box-img {
	position: relative
}

.tgt-blog-box-meta-date {
	background-color: #4520fc;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 20px;
	position: absolute;
	bottom: -45px;
    right: 20px;
	font-weight: 500;
	letter-spacing: .3px;
	z-index: 3
}

.tgt-blog-box-content {
	padding: 20px 0
}

.tgt-blog-box-content-meta {
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.tgt-blog-box-content-meta a {
	color: #555
}

.tgt-blog-box-content-meta span i {
	margin-right: 5px;
	font-size: 14px;
}

.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-img a:after {
	content: "";
	background: #09162a;
	opacity: .15;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	transition: all .5s ease;
	z-index: 2
}

.tgt-blog-box-img:hover a:after {
	opacity: .25;
	
	transition: all .5s ease
}

.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: #4520fc;
	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: #4520fc
}

.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: 0;
	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: #4520fc
}

.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
}

.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;
	transition: all .3s ease 0s
}

.pagination-block ul{
	display: flex;
	justify-content: center;
}

.pagination-block ul, .pagination-block li{
	list-style: none;
}

.pagination-block a {
	color: #09162a
}

.pagination-block a:hover,
.pagination-block a:focus {
	background: #4520fc;
	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 {
	font-weight: bold;
	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: #4520fc;
	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: 0;
	padding-top: 0
}

.sidebar .widget ul li a {
	color: #09162a
}

.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:focus {
	color: #4520fc
}

.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: #4520fc
}

.widget .cat_count {
	position: absolute;
	right: 0
}

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 #4520fc;
	background: #4520fc
}

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: #4520fc
}

.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
}

.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: #4520fc
}

.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: #9da1a9;
	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: #4520fc
}

.tgt-header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100vw;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
}

@media(max-width:1199px) {
	.tgt-header .logo{
		height: 48px;
	}
    .tgt-section {
        padding: 60px 0
    }

    .tgt-section-style2 {
        padding: 60px 0 40px 0
    }

    .tgt-header2 .tgt-site-menubar .tgt-header-listicon .tgt-header-right-link {
        color: #000
    }

    .tgt-header2 .tgt-site-menubar .tgt-header-listicon {
        line-height: 100px
    }
}

@media(max-width:991px) {
    .tgt-section {
        padding: 60px 0 20px
    }

	.tgt-blog-box-content{
		padding-top: 46px;
	}

	.tgt-blog-box-meta-date {
		bottom: -38px;
		left: 0;
		right: unset;
		padding: 6px 20px;
	}

    .pagination-block {
        margin-bottom: 50px
    }

    .tgt-contact-form-img {
        margin-right: 0
    }

    .tgt-contact-form-box {
        margin-top: 30px;
        padding: 30px !important
    }

    .tgt-main-contact-box {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .tgt-footer-section {
        padding-top: 40px;
        padding-bottom: 10px
    }

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.tgt-our-services-box {
		padding: 15px;
	}

    .tgt-comment-box {
        margin-bottom: 40px
    }
}

@media(max-width:640px) {
    .tgt-footer-section .text-widget {
        margin-bottom: 30px
    }

	h3{
		margin-bottom: 10px;
	}
}

@media(max-width:480px) {
    .tgt-header-search {
        display: none
    }
}

.entry-content{
    font-size: 16px;
    line-height: 1.8;
}


@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}