@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Public+Sans:400,500,600,700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

* {
    margin: 0px;
    outline: none;
    padding: 0px;
}
body {
    color:#4f4f4f;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    /*overflow-X: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform:capitalize;

}


h1 {
    font-size: 34px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    color: #272727 !important;
}


h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    color: #000 !important;
}


h3,h4,h5,h6 {
    font-size:24px !important;
    line-height:30px !important;
    color: #000 !important;
    font-weight: 700 !important;
}


a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus,
a:active {
    color: #262a80;
    outline: none;
    text-decoration: none;
}
ul { margin: 0px; }
figure {
    position: relative;
}
blockquote{ quotes: none; }

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {

}
input[type=search]{
    width: 370px;
    font-size: 14px;
    padding:10px 20px;
}
input[type=text]{
}

textarea { height: 150px; }
input:focus { outline: 0; }

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {

    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}
::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder { /* Firefox 18- */
    color: #282828;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

h1 span{
    color: #ff9f00;
}
.fixed-top {
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.18);
}
.fixed-top .nav-item .nav-link{
    color: #000 !important;
}
.bg-gray{
    background-color: #424242;
}
.text-blue{
    color: #2147a7;
}
.bg-blue{
    background-color: #2147a7;
}
.bg-red{
    background-color: #E83A15;
}
.text-red{
    color: #d62121;
}

/* ================================header================================= */
header{
}
.ph-right{
    right: -23px !important;
}
header .sticky-phone{
    right: -199px;
    top: 50%;
    z-index: 1;
    transform: translate(0,-50%);
    transition: all 1s;
}
header .sticky-phone .trigger{
    background: #e83a15 none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    left: -23px;
    position: absolute;
    top: 0;
    width: 46px;
    text-align: center;
    color: #fff;
    border-radius: 50rem 0 0 50rem;
    line-height: 46px;
    border: 3px solid #ff0606;
}
header .sticky-phone a{
    font-size: 20px;
    line-height: 26px;
    width: 220px;
    border: 3px solid #d62121;
}
header .navbar .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}
header .navbar .navbar-nav .nav-item a:hover{
    color: #2147a7 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
header .dropdown-menu.show{
    max-height: 340px;
    overflow-y: scroll;
}
/* ============Fancy Scroll========== */
/* width */
header .dropdown-menu.show::-webkit-scrollbar {
    width: 10px;
}
/* Track */
header .dropdown-menu.show::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
header .dropdown-menu.show::-webkit-scrollbar-thumb {
    background: #2147a7;
}
/* Handle on hover */
header .dropdown-menu.show::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* ============End Fancy Scroll========== */


/* ================================Banner================================= */

.banner{
    /*background-image: url("../images/banner.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.banner:before, .banner-utility:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
.banner .row-banner{
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner .phone{
    border: 3px solid #ffffff;
    font-size: 22px;
    line-height: 28px;
    padding: 12px 35px;
    -webkit-box-shadow: 0px 5px 27px 0px rgba(146, 0, 0, 0.5);
    box-shadow: 0px 5px 27px 0px rgba(146, 0, 0, 0.5);
}
.banner-utility{
    background: url("../images/banner-utility.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
/* =================================Footer=================================== */
footer{
    /*background: url(../images/footer-bg.jpg);*/
    background: #09152b;
    background-size: cover;
    font-size: 16px;
}
footer ul.social{
    margin-top: -64px;
    max-width: 250px;
}
footer ul.social a i {
    font-size: 13px;
    line-height: 2em;
    height: 2em;
    width: 2em;
}
footer ul.social .border {
    border: 1px solid #fff!important;
}
footer ul.social:before{
    position: absolute;
    content: "";
    top: 0;
    left: -9px;
    border-right: 9px solid #777;
    border-top: 16px solid transparent;
}
footer .text-red:hover , footer .text-red:focus{
    color: #e83a15;
}


.banner-top {
    background: #000;
    height: 10px;
    padding-top: 130px;
}

.rss-img {
    margin-top: 20px;
    margin-right: 5px;
}

.tg-categories {
    font-size: 20px;
    line-height: 26px;
    background: #00235a;
    border-radius: 50px;
}

.tg-category-type {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #ebebeb;
}

.navigation a {
    text-decoration: none;
    color: #dcdedb;
}

.navigation a div:hover {
    color: #006fc4;
}

.letr-widget {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 20px;
    font-weight: bold;
    color: #136da5;
    margin-top: 15px;
    margin-left: 2px;
}

.search-bg {
    background: none repeat scroll 0 0 #dcdedb;
    margin-left: 3px;
    margin-top: 10px;
    width: 212px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.email-txt {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    text-align: center;
}

.gs-search {
    border: 1px solid #aeaeae;
    height: 43px;
    line-height: 43px;
    margin-bottom: 3px;
    padding-left: 10px;
    width: 99px;
}

.gs-top {
    margin-top: 15px;
    margin-left: 10px;
}

.btn-bg-2 {
    background: #ff0410;
    background: -moz-linear-gradient(top,#ff0410 0%,#cb0912 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff0410),color-stop(100%,#cb0912));
    background: -webkit-linear-gradient(top,#ff0410 0%,#cb0912 100%);
    background: -o-linear-gradient(top,#ff0410 0%,#cb0912 100%);
    background: -ms-linear-gradient(top,#ff0410 0%,#cb0912 100%);
    background: linear-gradient(to bottom,#ff0410 0%,#cb0912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0410', endColorstr='#cb0912',GradientType=0 );
    width: 73px;
    height: 40px;
    border: 3px solid #b9b9b9;
    border-radius: 8px;
    margin-left: 8px;
}

.btn-txt-2 {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.btn-bg-2 a {
    text-decoration: none;
    color: #fff;
}

.btn-bg-2 a:hover {
    color: #000;
}

.findus-img {
    margin-top: 20px;
    margin-right: 5px;
}

.blog-bg {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
}

.bg7 {
    color: #fff;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 235px;
    -webkit-box-shadow: 0 0 3px 0 rgba(50,50,50,.75);
    -moz-box-shadow: 0 0 3px 0 rgba(50,50,50,.75);
    box-shadow: 0 0 3px 0 rgba(50,50,50,.75);
}

.blog-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 0;
     color: #000 !important;
}

.blog-heading a {
    color: #000 !important;
}

.blog-post {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 16px;
    color: #7c7c7c;
    margin-left: 15px;
    display: none;
}

.admin {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 16px;
    color: #136da5;
    margin-left: 10px;
    display: none;
}

.blog-border {
    border-bottom: 1px solid #969796;
    margin-left: 15px;
    margin-top: 8px;
    width: 310px;
    display: none;
}

.tg_date {
    font-size: 16px;
}

.blog-comment {
    margin-left: 20px;
    margin-top: 8px;
}

.tg_leave_comment {
    font-size: 14px;
    line-height: 20px;
    float: right;
    font-weight: bold;
    color: #969796;
    padding: 3px;
    border-bottom: 2px solid #969796;
}

.tg_leave_comment a {
    color: #969796;
}

.time-comment {
    padding: 10px 0;
}

.car-img {
}

.txt-box {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 16px;
    color: #969796;
    text-align: justify;
    line-height: 22px;
}

.btn-bg {
    background: linear-gradient(to bottom,#fff 0%,#f5f9f0 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border: 2px solid #0159a3;
    border-radius: 7px;
    color: #0159a3;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    margin-left: 520px;
    margin-top: 15px;
    padding: 5px 10px;
    text-align: center;
    width: 160px;
}

.excerpt {
    margin-bottom: 10px;
}

.read-more {
    font-size: 16px;
    line-height: 22px;
    background: #E83A15;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 6px 22px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
}

.read-more:hover {
    color: #fff;
    background: #E83A15;
}

.pagination {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.pagination a {
    display: inline-block;
    padding: 4px 12px;
    text-decoration: none;
    border: 2px solid #006fc4;
    color: #006fc4;
}

.pagination a:hover {
    background-color: #006fc4;
    color: #fff;
}

.foote-bg {
    height: 262px;
    background: #dcdedb;
    margin-top: 17px;
    padding-bottom: 15px;
}

.latest-news {
    margin-top: 20px;
    width: 400px;
}

.latest-heading {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.txt-widget {
    margin-left: 5px;
    margin-top: 20px;
    width: 315px;
}

.txt-heading {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.be-friends {
    margin-top: 20px;
    margin-left: 70px;
}

.be-friends-heading {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.img-box {
    margin-top: 17px;
}

.img-txt {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    width: 240px;
    font-weight: bold;
    color: #000;
    margin-left: 10px;
    margin-top: 22px;
}

.box-txt {
    font-family: "Myriad Pro",verdana,Arial;
    height: 50px;
    font-size: 12px;
    width: 215px;
    color: #7e7c7c;
    text-align: justify;
    margin-left: 10px;
    margin-top: 3px;
}

.new-btn {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-left: 222px;
    margin-top: 5px;
}

.new-btn a {
    text-decoration: none;
    color: #000;
}

.new-btn a:hover {
    text-decoration: underline;
    color: #136da5;
}

.widget-heading {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    width: 320px;
    text-align: justify;
    margin-top: 15px;
}

.widget-heading-2 {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    width: 320px;
    text-align: justify;
    margin-top: 25px;
}

.ftr-social ul li {
    padding: 0 3px;
    list-style: none;
}

.ftr-social img {
    width: 35px;
    margin-top: 12px;
}

.ftr-social img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.social-fb {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    margin-top: 20px;
    margin-left: 10px;
}

.social-tw {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    margin-top: 20px;
    margin-left: 10px;
}

.social-google {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    margin-top: 20px;
    margin-left: 10px;
}

.social-you {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    color: #7e7c7c;
    margin-top: 20px;
    margin-left: 10px;
}

.foote-bg-2 {
    background: #000;
    height: 60px;
    margin-top: 0;
}

.btm-menu {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}

.btm-menu ul li {
    float: left;
    list-style: none;
    padding: 0 3px;
}

.btm-menu ul li a {
    text-decoration: none;
    color: #fff;
}

.btm-menu ul li a:hover {
    color: #a3a3a3;
    text-decoration: underline;
}

.txt-web {
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 15px;
    color: #fff;
    line-height: 60px;
    margin-right: 9px;
}

.txt-web span {
    color: #136da5;
}

.share {
    background: #eff3f6;
    border: 1px solid #126591;
    padding: 15px;
    text-align: center;
}

.like {
    color: #008f09;
    font-size: 51px;
    font-weight: bold;
    font-family: Calibri,Arial,Verdana;
}

.subscribe-news {
    font-size: 34px;
    font-weight: bold;
    color: #171717;
    font-family: Calibri,Arial,Verdana;
}

.news-text-box2 {
    height: 31px;
    padding: 10px;
    width: 500px;
    margin-top: 10px;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75);
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.75);
    font-family: Calibri,Arial,Verdana;
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff;
}

.comments {
    font-size: 22px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-msg {
    width: 628px;
}

.round img {
    width: 100px;
    height: 68px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.round {
    margin-right: 20px;
}

.name {
    color: #000;
    font-size: 18px;
}

.replay a {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
}

.comment-text {
    text-align: justify;
    font-size: 16px;
}

.comment2 {
    margin-left: 80px;
}

.comment-msg2 {
    width: 552px;
}

.contact-field {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    font-family: Calibri,Arial,Verdana;
    font-size: 16px;
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    width: 224px;
    margin-left: 10px;
    color: #999;
}

.comment-textarea {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    box-shadow: inset 0 1px 2px 0 rgba(50,50,50,.75);
    font-family: Calibri,Arial,Verdana;
    font-size: 16px;
    width: 734px;
    margin-left: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.car-img a img {
    width: 100%;
    height: auto;
}

.img-box a img {
    width: 72px;
    height: 63px;
    max-width: 72px;
    max-height: 63px;
}

.page-numbers li span:child-first {
    background: none repeat scroll 0 0 #dcdedb;
    display: inline-block;
    line-height: 1.5em;
    padding: 4px 12px;
    text-decoration: none;
}

.pagination ul li {
    list-style: none;
    display: inline;
}

.tag-links {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tag-links a {
    color: #000!important;
    font-weight: normal !important;
}

.tag-links a:hover {
    text-decoration: underline;
}

#author,#email,#url {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    color: #999;
    font-size: 16px;
    height: auto;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}

#comment {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    border: 1px solid #999;
    font-size: 16px;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
}

.form-allowed-tags {
    display: none;
}

#submit {
    background: #E83A15;
    border: 3px solid #fff;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 50px;
}

.txt-box strong a {
    color: #00f;
}

.txt-box a {
    color: #00f;
}


#comments-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fn {
    color: #000;
    font-size: 18px;
}

.says {
    color: #000;
    font-size: 18px;
}

.comment-reply-link {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}

.comment-meta {
    width: 687px;
}

.comment-meta a {
    color: #000;
    font-size: 16px;
}

.comment-body p {
    font-size: 14px;
    text-align: justify;
    width: 700px;
    margin-top: 10px;
}

#newsletterwidget-4 h3 {
    color: #7e7c7c;
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 13px;
    text-align: center;
    list-style: none;
}

.widget-area ul li {
    list-style: none;
}

.newsletter-email {
    border: 1px solid #aeaeae;
    height: 31px;
    line-height: 43px;
    margin-bottom: 3px;
    margin-left: 5px;
    padding-left: 10px;
    width: 188px;
}

.newsletter-submit {
    background: linear-gradient(to bottom,#ff0410 0%,#cb0912 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border: 3px solid #b9b9b9;
    border-radius: 8px;
    color: #fff;
    font-family: "Myriad Pro",verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 63px;
    text-align: center;
    width: 96px;
}

.wp-caption-text {
    font-size: 14px!important;
    font-family: Georgia,"Times New Roman",Times,serif!important;
    font-style: italic!important;
    margin-bottom: 10px!important;
}

#respond h3 {
    text-align: left;
}

#commentform label {
    display: block;
}

.fb {
    background-color: #fff;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.posting img {
    height: 244px!important;
    width: 100%!important;
    object-fit: cover;
}

.wp-caption {
    width: 100%!important;
}

.wp-caption img {
    width: 100%;
    height: auto!important;
    border-radius: 7px;
}

.bg {
    background: #f9f9f9;
    padding:10px 0 0 0;
}

.blog-wrapper .content a{
   font-weight: bold;
   color:#2147A7;
}

.blog-wrapper h2 {
    margin: 0;
    font-size: 24px;
    text-align: left;
}

.blog-wrapper li {
    margin-left: 25px;
}

.blog-wrapper ol li {
    margin-left: 25px;
}

.blog-wrapper ul ol li {
    margin-left: 40px;
}


.tg_sharing_icons ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.tg_sharing_icons ul li {
    display: inline;
    padding: 0 2px;
    margin-left: 10px;
}

.heading_height {
    height: 300px;
}

.larg {
    margin-bottom: 10px;
}

.content p img {
    width: 100%!important;
    height: auto!important;
}

header .btn.btn-success,.tg-contact-form .btn-secondary {
    background: #06c!important;
}

.t-login,.t-buy {
    display: none!important;
}

footer .links {
    margin: 0 30px;
}