/*
Theme Name: Tekrevol
Author: Tekrevol Team
Author URI: https://www.tekrevol.com
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-SemiBold.eot');
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-SemiBold.woff') format('woff'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-SemiBold.otf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Bold.eot');
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Bold.woff') format('woff'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Bold.ttf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Bold.otf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Medium.eot');
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Medium.woff') format('woff'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Medium.ttf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Medium.otf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Regular.eot');
    src: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Regular.woff') format('woff'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Regular.ttf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Regular.otf') format('truetype'),
    url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/fonts/newfonts/Gilroy-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root{
    --clr-pri: #F47A1F;
    --tran-all: all .3s linear;
}

body, p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


.blog_main_thumb .lazyloaded{
 min-height:220px;
 height:auto;
}
.grecaptcha-badge{
    display:none;
}
body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*WEBinar Css*/
.max-height {
    height: 800px;
    min-height: 700px;
}
.wpcf7 form .wpcf7-response-output{
    border:0px!important;
    }
.new {
    display: block;
    overflow: hidden;
}

.bg-modal {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2020/03/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 350px;
    border: 0px;
}

.bg-modal ul {
    padding: 0;
    margin: 10px 0px 40px;
}

.bg-modal ul li {
    list-style: none;
    width: 50%;
    float: left;
}

.bg-modal ul li p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-family:'Gilroy-Medium', sans-serif;
}

.bg-modal ul li svg {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.bg-modal h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    font-family:'Gilroy-Medium', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.bg-modal h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    margin-bottom: 20px;
}

.bg-modal ul li svg path {
    fill: #fff;
}

.bg-modal ul li svg rect {
    fill: #fff;
}

.bg-modal .modal-body {
    border: 0px !important;
    padding: 10px 0px;
}

.bg-modal .close {
    position: absolute;
    top: -11px;
    right: -10px;
    background: #ea7e21;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}

.bg-modal .modal.show .modal-dialog {
    max-width: 550px;
}

.modal-dialog.modal-dialog-centered {
    max-width: 550px;
}

.main {
    width: 73%;
    margin-left: auto
}

.bg-modal .close span {
    display: block;
    margin-top: -6px;
}

.btns a {
    padding: 10px 35px;
    font-size: 12px;
    font-family: 'Gilroy-Regular', sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #fff !important;
    background: #ffa20a;
    background: linear-gradient(-45deg, rgba(255, 162, 10, 1) 0, rgba(253, 75, 15, 1) 100%);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
    position: relative;
}
.modal-open .modal {
    z-index: 99999999999999;
}

#BlogModal {
    background: #000000a6;
    z-index: 99999999;
}

#BlogModal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

#BlogModal .modal-dialog .modal-content {
    text-align: center;
}

.banner__img {
    padding: 15px;
}

.banner__img img {
    width: 300px;
    margin-top: 10px;
}

.banner__img h2 {
    font-family: 'Gilroy-Bold', sans-serif;
    line-height: 55px;
    font-size: 42px;
}

.banner__img p {
    color: #333;
    font-family: 'Gilroy-Regular', sans-serif;
    line-height: 25px;
    font-size: 15px;
    width: 80%;
    margin: 20px auto;
}

#BlogModal .tnp-email {
    width: 100%;
    height: 40px;
    border: 1px solid #333;
    font-size: 16px;
    padding-left: 15px;
    color: #333;
    font-family: 'Gilroy-Regular', sans-serif;
    outline: 0;
}

#BlogModal .tnp.tnp-subscription {
    position: relative;
    width: 60%;
    margin: 20px auto;
}

#BlogModal .tnp-submit {
    border: 0 solid #ee3824;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg, #ffa20a 0, #fd4b0f 100%);
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    outline: 0;top: 0px;
}


.btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    background: #fd580e;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Gilroy-Medium', sans-serif;
    line-height: 20px;
    cursor: pointer;
}

.sub_socail {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sub_socail li {
    display: inline-block;
    margin: 0px 10px;

}

.sub_socail li a img {
    width: 40px;
    height: 40px;
}


.contact_main{text-align:center;padding: 10px 0 15px;}
.btn_cta_new {
    border: 0 solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
}

.side-bars.show-side {
    width: 50px;
    opacity: 1;
    transition: linear 0.3s;
}
.side-bars {
    position: fixed;
    right: 0;
    transition: linear 0.3s;
    width: 0;
    text-decoration: none;
    color: #fff;
    border-radius: 0 5px 5px 0;
    top: 150px;
    z-index: 99999;
    opacity: 0;
}
.side-bars ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-bars li:first-child {
    background: #f37a20;
    box-shadow: 0 10px 14px 10px rgba(238, 58, 36, 0.26);
}
.side-bars li {
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.side-bars li a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    font-family: Gilroy-Medium;
    transition: linear 0.3s;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
.side-bars li:last-child {
    width: 340px;
    height: 70px;
    position: relative;
    right: 135px;
    top: 135px;
    margin: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0 10px 14px 10px rgb(238 58 36 / 26%);
    background: #f37a20;
}
.side-bars li a svg#phones {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: relative;
    top: 8px;
}


/* blog ctta style */
.blog_main_sec p {    margin-bottom: 15px!important;
    font-size: 18px!important;
}

.new_btn .btn-cta{    padding: 5px 30px!important;
    font-size: 16px!important;}
/* cta shazia start */
.cta-post-new001 {margin-bottom: 20px;
    background: #f3f3f3 url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2021/09/cta1.png);
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.cta-post-new001 ul {
    margin: 0!important;
    padding: 0!important;
}

.cta-post-new001 ul li {
    list-style: none;
    margin: 0;
}

.heading001 {
    font-size: 27px;
    font-weight: 800;
    color: #000000;
    line-height: 41px;
}

.pera001 {line-height: 28px;margin-bottom: 20px;font-size: 15px;}

.cta-post-new001 ul li button.btn-cta-new {
    background: #f37a20;
    border-radius: 0;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 700;
}

/* cta 2 */
.cta-post-new002 {
    background: #f3f3f3;
    margin: 20px 0;
    background-image: url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2021/09/shape1.png),url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2021/09/shape2.png);
    background-repeat: no-repeat;
    background-position: right top, left bottom;
    padding: 20px 0;
}

.cta-post-new002 ul {
    text-align: center;
    list-style: none;
}

.cta-post-new002 button.btn-cta-new{
    background: #f37a20;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    display:inline-block;
}


.cta-post-new002 a.btn-cta-new {
    background: #f37a20;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    display:inline-block;
}






.cta-post-new002 ul {
    text-align: center!important;padding: 0px 0px 0px  0px!important;
}
/* cta shazia end */


@media (max-width: 667px) and (min-width: 320px) {

    .cta-post-new001 ul li button.btn-cta-new {
    padding: 6px 20px;
    font-size: 14px;
}
.cta-post-new001 {
    padding: 20px 20px;}
.heading001 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
}
.pera001 {
    line-height: 22px;
}
.footer--div input[type='submit']{max-width:100%!important;}
    .footer--div {
        width: 100%!important;
        float: none!important;
        margin-right: 00px!important;
        margin-bottom: 30px!important;
    }.boost {
         padding: 0px 0 0px!important;}
    .bg-modal h3 {
        font-size: 18px;
    }
    .postid-1848 .press-page .col-md-12.col-lg-8 .col-video{
        height:auto;
    }
    .bg-modal h4 {
        color: #fff;
        font-size: 17px;
        line-height: 21px;
    }

    .bg-modal ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .bg-modal ul li p {
        font-size: 13px;
    }

    .bg-modal {
        background-position: -24px 0px;
    }
    .main {
        width: 60%;
        margin-left: auto;
    }

    .bg-modal ul {
        padding: 0;
        margin: 10px 0px 10px;
    }
footer.footer p a{
        display:block;
        height: 48px;
    line-height: 48px;
    }
    .copyright_txt ul#menu-footer-menu li{
        display:block;
        padding:0;
        margin:0;
    }
    .copyright_txt ul#menu-footer-menu li a{
           display:block;
        height: 48px;
    line-height: 48px;
    }
}
/*Webinar*/
body {
    background: #fff;
}

body, input, textarea {
    color: #303030;
    font-size: 18px;
    line-height: 1.5;
}

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

body .padleft {
    padding-left: 0
}

body .padright {
    padding-right: 0
}

body .padtop {
    padding-top: 15px;
}

body .padbottom {
    padding-bottom: 15px;
}

body .nopad {
    padding: 0
}

section.section {
    padding: 50px 0;
    overflow: hidden;
}
nav {
    position: relative;
    z-index: 999;
    width: 100%;
}

.main_logo {
    padding-top: 10px;
}

.main-header .header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    padding: 20px 0px 0px;
    background: #f9f9fb;
}

.main-header .header.fixed {
    background: #fff;
    opacity: 1;
    padding-bottom: 0;
    box-shadow: 2px 5px 10px #ccc;
    z-index: 999;
    width: 100%;
}

.main-header .header.fixed a.btn2:after {
    background: #ffffff;
}

.btn-update {
    position: absolute;
    right: 0px;
}

.btn-update a {
    border: 0 solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-family:'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display:block;
}

.copy_txt {
    text-align:right;
}

.btn-new {
    border: 0 solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-family:'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display:block;
    text-align: center;
    margin-top: 10px;
}
.searchform input {
    float: right;
    width: 200px;
    padding: 8px 46px 8px 8px;
    font-size: 1em;
    border: 1px solid #303030;
    background: #fff;
}

.searchform input[type="submit"] {
    float: right;
    width: 37px;
    height: 37px;
    padding: 0px;
    border: 0px;
    background: #303030 url(https://www.tekrevol.com/blogs/wp-content/themes/tekrevol/css/images/search-icon.png) no-repeat center;
    box-shadow: none;
    font-size: 0;
    margin-left: -37px;
    position: relative;
}

div#container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}




/* shazia style */

.app_slider .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 800px;
    width: 100%;
}

.slick-arrow {
    display: none!important;
}
.app_slider .slick-prev {
    left: -50px;
    text-align: left;
}

.app_slider .slick-next {
    right: -50px;
    text-align: right;
}



.app_slider .item.slick-slide {
    margin-bottom: 0;
}

.app_slider .slick-slide:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s;
}

.app_slider .item.slick-slide {
}

.app_slider .item.slick-slide.slick-center + .slick-slide {
    /* transform: scale(0.8) translate(-250px); */
    z-index: 10;
}

.app_slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    /* transform: scale(0.7)  translate(-640px); */
    z-index: 5;
}

.app_slider .item.slick-slide.slick-active {
    /* transform: scale(0.8) translate(250px); */
}

.app_slider .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    /* transform: scale(1.2); */
    z-index: 30;
    margin-top: 0;
    /* margin: 0 20px; */
}

.app_slider .slick-center:after {
}



.slick-center {
    position: relative;
}
p.slick-slide.slick-active {
    display: none;
}
.app_slider .item.slick-slide.slick-center img {
    /* padding-top: 42px; */
}
.app_slider .slick-list:after {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2020/03/bg_mobile.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 99999;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 32%;
}
.app_slider .slick-list{position:relative;}

.slider.app_slider {padding: 50px 0;}
.content-image{}
.content-image img {
    float: right;
    padding-left: 20px;
}
.app_slider  .slick-track {
}

.app_slider  .slick-list.draggable {}

.item.slick-slide.slick-cloned img {
}

.app_slider .slick-slide img {
    width: 97%;
    /* margin: 0 auto; */
    /* object-fit: cover; */
    padding-top: 10px;
    border-radius: 20px;
}


.app_develop {
    display: flex;
    align-items: center;
}

.app_01 {
    flex-basis: 56%;
}

.app_02 {
    flex-basis: 54%;
}

.app_01 h2 {
    font-size: 36px;
}
h4.down {
    color: #ee3824!important;
}
.mt-50{margin-top:50px;}
.app_store {
    margin-top: 0px!important;
    padding-left: 0px!important;
}

ul.app_store li + li {
    padding-left: 20px!important;
}

ul.app_store ul li {
    display: inline-block;
}
.color_table tr td, .color_table tr th {
    width: 50%;
    padding: 14px 10px;
}
.color_table td {
    width: 50%!important;
}

.color_table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fafe;
}

.color_table.table-striped tbody tr:nth-of-type(even) {
    background-color: #fef8fa;
}


/* ---- Social Icons ---- */
.social_icons {
    text-align: left;
    margin: 30px 0px 0px;
}

.social_icons ul {
    padding: 0;
    margin: 0
}

.social_icons ul li {
    display: inline-block
}


.social_icons ul li a svg.social-links {
    fill: #969596;
    transition: all .5s ease;
    margin-right: 5px;
}

.social_icons ul li a:hover svg.social-links {
    fill: #ef5123;
    transition: all .5s ease;
}

.social_icons ul li a:hover {
    color: rgb(255, 162, 10);
}


/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {
    height: 30px;
    padding: 0;
    margin: 0;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-top: -1px;
}

.tab-content {
    padding: 0px;

}

.tab-content .fade {
    opacity: 1;
}

#tab-1 {
    display: block;
}

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
}

.tabs-left li {
    line-height: 30px;
    display: block;
    list-style: none;
    background: #ccc;
    border: 1px solid #d4d4d1;
    margin-bottom: 10px;
    border-right: 0;
}

.tabs-left li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.tabs-left li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tabs-left .current a {
    color: #2e7da3;
}

.tab-loop {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-left: -1px;
}

.tabsleft-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tabs1 {
    display: block;
}

/* ----------------------------Accordion-----------------------*/
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a.active {
    background-color: #3399cc;
    color: #fff;
}

.set > a:before {
    background: url(https://www.tekrevol.com/blogs/wp-content/themes/tekrevol/css/images/arrow1.png) no-repeat;
    float: right;
    content: "";
    height: 8px;
    margin: 6px 0 0;
    width: 15px;
}

.set > a.active:before {
    filter: invert(100%);
    transform: rotate(180deg);
}

.accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.accordion-container .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll {
    height: 300px;
}

/*BLOG PAGE */
#blog_page {
    background: #FFFFFF;
}

#blog_page .container-770 {
    max-width: 780px;
    margin: 180px auto 180px;
    width:100%;
}

.blog_title {
    margin-bottom: 80px;
}

.blog_title h1 {
    font-size: 42px;
    line-height: 49px;
    color: #282526;
    margin: 0px 0px 20px;
    font-weight: 600;
}

.blog_title p {
    font-size: 18px;
    line-height: 27px;
    color: #282526;
    font-weight: 400;
}

.container-770 .nav-tabs > li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.container-770 .nav-tabs > li > a {
    font-size: 12px;
    color: #acacac;
    border: 0px;
    padding: 0px 8px 0px 8px!important;
    font-weight: 500 !important;
    font-family: 'Gilroy-regular', sans-serif !important;
    text-transform: uppercase;
}

.container-770 .nav-tabs {
    border-bottom: 1px solid #e8e7e9 !important;
}

.container-770 .nav > li > a:focus, .container-770 .nav > li > a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #ef5123 ;
    box-shadow: unset !important;
    padding: 0px 8px ;

}

.container-770 .nav-tabs > li.active > a, .container-770 .nav-tabs > li.active > a:focus, .container-770 .nav-tabs > li.active > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ef5123;
    border: 0px;
    box-shadow: unset !important;
    padding: 0px 8px !important;
}

.container-770 .grid-item, .container-770 .grid-sizer {
    background: #fff;
    margin-top: 30px;
    padding: 0px 0px 40px;
    width: 48%;
    float: left;
    margin-right: 2%;
    min-height:530px;
    height:auto;

}
.container-770 .category-posts{
 min-height: 600px;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.container-770 .withoutimg {
    padding: 78px 0px;
}

.container-770 .grid-item h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 30px 0px 20px;
    padding: 0px 15px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    height:60px;
   overflow: auto;
}
/* .container-770 .grid-item h3::-webkit-scrollbar {
  width: 0px;
} */
.container-770 .grid-item h3 a, .container-770 .withoutimg h3 a {
    color: #000;
}

.container-770 .withoutimg h3 {
    margin: 0px 0px 20px;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.container-770 .blog_content {
padding: 0px 15px;
    height: 130px;
    overflow: auto;
    margin-bottom: 20px;
}
/* .container-770 .blog_content::-webkit-scrollbar {
  width: 0px;
} */
.blog_content a{
    display:none;
}
/*.container-770 .grid-item img {*/
/*margin-bottom: 30px !important;*/
/*}*/

.container-770 .blog_content p {
    color: #282526;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom:10px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.container-770 .blog_content p a {
    display: none;
}

.container-770 .blog_date {
    color: #acacac;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px 0px;


}
.container-770 .blog_date svg{
        width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.container-770 .blog_date svg path{
    fill:#acacac;
}
.container-770 .tab-pane.active img, .container-770 #menu1 img, .container-770 #menu2 img {
    margin: 0px;
}

.container-770 .nav-tabs > li > a {
    border: 0px !important;
    text-transform: uppercase;
}

.container-770 ul.nav.nav-tabs li:hover a, .container-770 ul.nav.nav-tabs li.active a {
    background: unset !important;
    background-size: unset !important;
    color: #ef5123;
    box-shadow: none !important;
    transition: unset !important;
    border: 0 !important;
    padding: 0px 14px;
    font-family: 'Gilroy-Regular', sans-serif; !important;
}

.container-770 ul.nav.nav-tabs li.active a, .container-770 ul.nav.nav-tabs li:hover a {
    box-shadow: unset !important;
}

.container-770 ul.nav.nav-tabs li.active a:before {
    display: none;
}

.load-more {
    border: 0 solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-family:'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 100px;
    outline: 0;
    box-shadow: unset;
    margin: 00px auto 0px;
    display:block;
   cursor: pointer;
}

.load-more:focus {
    outline: 0;
}
/*Single Press*/

.single.single-post {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    width: 100%;

}
.btnshamr .video-container {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.btnshamr .video-container:before {
    content: "";
    content: "";
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.7;
}
.btnshamr .baltmorecaption1 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 15.15%;
    color: #fff;
    padding-top: 290px;
}
.btnshamr .date-post-publish.text-left {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gilroy-Regular', sans-serif;
}
.btnshamr .baltmorecaption .h1h1 {
    font-size: 36px;
    text-transform: inherit;
    font-family:'Gilroy-Medium', sans-serif;
    line-height: 45px;
    margin: 15px 0px;
    width: 50%;
}
.press-page{
    position: relative;
    /*top: 730px;*/
    background: #fff;
    width: 100%;
    padding: 30px 0px 150px;
}
.press-page .parr-press-lg {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    font-family: 'Gilroy-Regular', sans-serif;
    opacity: .9;
}
.press-page .parr-press {
    font-size: 19px;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    font-family: 'Gilroy-Regular', sans-serif;
    margin-bottom: 50px;
    opacity: .6;
}

.press-page .parr-press-left {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
    font-family: 'Gilroy-Regular', sans-serif;
    margin-bottom: 50px;
    opacity: .6;
}
.press-page hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    display: block;
    clear: both;
}
.press-page .img-sec-press{
    margin-bottom: 50px;
    height:500px;
    overflow:hidden;
}
.press-page .balticols1 {
    padding-top: 20px;
    color: #000000;
}
.press-page .balticols2 {
    padding-top: 70px;
    color: #000000;
}
.press-page .balticols3 {
    padding-top: 120px;
    color: #000000;
    margin-bottom: 50px;
}
.press-page .balticols1 img,.press-page .balticols2 img,.press-page .balticols3 img{
    height: 290px;
    object-fit: cover;
    width: 98%;
}
.press-page .baltimorebash2019{
    position:relative;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height:515px;
}
.press-page .baltimorebash2019:before {
    content: "";
    position: absolute;
    border: 20px solid #fff;
    box-shadow: 0px 10px 45px 0px #ccc;
    top: 20px;
    right: 4%;
    width: 30%;
    height: auto;
    padding: 15% 15% 22%;
}
.baltimorebash2019 .heading-rotated > div {
    width: auto;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    color: #a3a3a3;
}
.baltimorebash2019 .featured-clients.heading-rotated > div::before {
    background-color: #f37a20;
    height: 2px;
    width: 100px;
    content: "";
    position: absolute;
    top: 12px;
    left: -130px;
}
.baltimorebash2019 .featured-clients.heading-rotated.right.white {
    position: absolute;
    right: -60px;
    left: auto;
    top: 45%;
    text-transform: inherit;
    transform: rotate(90deg);
}
.press-page .mt-80{
    margin-top:80px;
}
.press-page .col-video{
    margin-bottom:30px;
}
.press-page .col-md-12.col-lg-6 .col-video{
    height: 250px;
    overflow: hidden;
}
.press-page .col-md-12.col-lg-8 .col-video{
    height:400px;
    overflow: hidden;
}
.press-page .para-color{
    text-align:center;
    color: #f37a20;
    font-size: 24px;
    line-height: 36px;
    font-family:'Gilroy-Medium', sans-serif;
    margin-bottom: 50px;
}
.cta-post{
    background: #f8f8f6;
    margin: 50px auto;
}
.cta-post ul{
    padding: 20px 50px!important;
    list-style: none;
}
.cta-post ul li{
    display:block;
}
.cta-post ul li:first-child{
    color: #282526;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Gilroy-Regular', sans-serif;
}
.cta-post ul li:last-child{
    text-align: center;
    margin-bottom: 0px;
}
.cta-post ul li:last-child .btn-cta{
    background: rgb(243, 122, 32);
    background: linear-gradient(-138deg, rgba(243, 122, 32, 1) 0%, rgba(239, 81, 35, 1) 55%, rgba(238, 56, 36, 1) 100%);
    border: 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gilroy-Regular', sans-serif;
    outline: 0;
    box-shadow: unset;
    padding: 8px 30px;
    font-size: 18px;
    margin-top: 12px;
    border-radius: 4px;
}
.btn-cta1 a{
    background: rgb(243, 122, 32);
    background: linear-gradient(-138deg, rgba(243, 122, 32, 1) 0%, rgba(239, 81, 35, 1) 55%, rgba(238, 56, 36, 1) 100%);
    border: 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gilroy-Regular', sans-serif;
    outline: 0;
    box-shadow: unset;
    padding: 8px 30px;
    font-size: 18px;
    margin-top: 12px;
    border-radius: 4px;display: inline-block;
}
.btn-cta1 a:hover{
    color: #fff;
}
.para-txx{
    font-size: 28px;
    color: #282526;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-transform: capitalize;
}

.cta-post-new {
    background-image: url(https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2021/08/cta_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 15px;
    border-radius: 20px;
}
.blog_main_sec .cta-post-new ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    text-align: center;
}
.cta_hd {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 32px;
    color:#fff;

}
.cta_p {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding: 0px 100px;
}
.btn-cta-new {
    color: #ed5225;
    font-size: 18px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 2px 12px;
}
.btn-cta-new:focus {
    outline: none;
}
li.cta_ic {
    display: inline-flex;
    margin-bottom: 0 !important;
}
li.cta_ic div {
    margin: 10px 12px 0;
    color: #fff;
    font-size: 15px;
}
li.cta_ic div img {
    margin-right: 6px;
}
.modal.modal-center .wpcf7-form-control{
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #ccc;
    margin-bottom: 15px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 12px;
    color: #282526;

}
.modal.modal-center .msg .wpcf7-form-control{
    height:150px!important;
}
#wpcf7-f763-o1 .col-12.col-md-12{
    margin-bottom: 10px;
}
#wpcf7-f763-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
}
.wpcf7-form-control.wpcf7-textarea{
    height: 87px;
}
.modal.modal-center .modal-header{
    border-bottom: 0px solid #e9ecef;
}
.modal.modal-center .modal-title{
    font-size: 36px !important;
    font-family: 'Gilroy-Bold' , sans-serif;;
    color: #ffffff;
    text-transform: capitalize;
    background: rgb(0,128,209);
    background: linear-gradient(90deg, rgba(239, 81, 35, 0.75) 0%, rgb(243, 122, 32) 28%, rgb(239, 81, 35) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
    width:100%;
    text-align:center;

}
.modal.modal-center .wpcf7-validation-errors, .modal.modal-center .wpcf7-acceptance-missing {
    border: 0px solid #f7e700!important;
    margin: 0px;
    font-size: 10px;
    text-align: center;
}
.modal-open .modal.modal-center {
    display: flex!important;
    align-items: center!important;
    z-index: 9999999;
}
.modal-open .modal.modal-center .modal-dialog {
    flex-grow: 1;
    max-width:350px!important;
}
.modal.modal-center .wpcf7-form-control.wpcf7-submit {
    width: 240px;
    background: linear-gradient(-138deg, rgba(243, 122, 32, 1) 0%, rgba(239, 81, 35, 1) 55%, rgba(238, 56, 36, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    border: 0;
    border-radius: 4px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 16px;
}
.modal.modal-center .ajax-loader{
    display:block;
    position:absolute;
    top:0px;
}
.footer--div {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    position:relative;
}
.footer--div select {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
}
.footer--div select option{
    background:#333!important;
    background-color:#333!important;
}
.footer--div input {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-style: solid;
    border-color: #fff;
    color: #fff!important;
}
.footer--div.btn-white{
    width: 100%!important;
}
.footer--div input[type='submit'] {
    border: 0 solid #fff;
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #f16721!important;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    font-family:'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #fff;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    max-width: 47%;
}

.footer--div input::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
.wpcf7-select option ,option{
    background: black !important;
}
.footer--div .btn-white {
    border: 1px solid #fff;
    width: 258px;
    height: 40px;
    background-size: 100% 100%;
    color: #fff !important;
    padding-top: 11px;
    padding-left: 30px;
    margin: 0px 22px;
}
.footer--div inpu :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.menu-footer-menu-container{
    line-height:normal;
}
.footer--div input::placeholder {
    color: #fff;
}
.copyright_txt .footer-img {
    display: inline-flex;
    width: auto;
    float: none;
    padding: 0;
    height: 75px;
    margin: 0 auto 0px;
    text-align: center;
    border-bottom: 0px solid #eee;
    list-style: none;
    float:right;
}
.copyright_txt .footer-img li:first-child{
    padding:0px!important;
}
.copyright_txt .footer-img li {
    padding: 0 5px 0 5px!important;
}
.tekrevol-partner1 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -39px -272px;*/
    /*width: 88px;*/
    /*height: 95px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -26px -203px;
    width: 79px;
    height: 55px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tekrevol-partner2 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -34px -377px;*/
    /*width: 98px;*/
    /*height: 89px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -39px -269px;
    width: 54px;
    height: 59px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tekrevol-partner3 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -29px -476px;*/
    /*width: 109px;*/
    /*height: 94px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -35px -337px;
    width: 60px;
    height: 55px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tekrevol-partner4 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -36px -583px;*/
    /*width: 94px;*/
    /*height: 94px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -33px -403px;
    width: 64px;
    height: 55px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tekrevol-partner5 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -19px -173px;*/
    /*width: 128px;*/
    /*height: 89px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -39px -468px;
    width: 51px;
    height: 51px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tekrevol-partner6 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -41px -698px;*/
    /*width: 316px;*/
    /*height: 316px;*/
    /*transform: rotate(90deg);*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -5px -541px;
    width: 159px;
    height: 42px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: linear .3s;
    margin-top: 8px;
}
.tekrevol-partner7 {
    /*background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png) no-repeat -6px -2660px;*/
    /*width: 77px;*/
    /*height: 102px;*/
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/img/sprite_small.png') no-repeat -43px -597px;
    width: 45px;
    height: 60px;
    filter: grayscale(100%);
    transition: linear .3s;
    margin-top: -10px;
}

.footer-img a:hover div {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: linear .3s
}

/* shazia style here
*/

.feature_img {
    min-height: 430px;
    height: auto;
    width:100%;
}

.feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_main_thumb{    width: 100%;
    height: 208px;
    }
.blog_thumb{   width: 100%;
    height: 100%;
    object-fit:cover;}

.table-para{
    color: #282526;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: left;
}
ul.table-list{
    margin: 10px 0 0!important;
}
ul.table-list li{
    color: #282526;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0px;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: left;
}

.table h5{
    color: #282526!important;
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 0px!important;
    font-family: Gilroy-SemiBold!important;
    text-align: left!important;
}
.table h4{
    color: #282526!important;
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 0px!important;
    font-family: Gilroy-SemiBold!important;
    text-align: left!important;
}
.table.table-bordered td, .table.table-bordered th {
    width: 190px;
}
.map-bg {
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2022/08/ezgif.com-gif-maker2.png') no-repeat;}
.marker3 .name_coun p {
    padding-left: 8px;
}
.marker3:hover .contact-canada-banner div.name_coun span {
    float: left;
    margin-top: 10px;
    width: 48%;
    margin-left: 2%;
    border-right: 1px solid #000;
    font-size: 12px;
}

.marker3 span.add__02 {
    border-right: 0px;
}

.marker3:hover .contact-canada-banner div.name_coun span:nth-child(odd) {
    border-right: 0px;
}
.marker3:hover .contact-canada-banner {
     padding: 10px 10px 10px 25px;
    top: -137px;
    left: 23px;
    width: 427px;
    padding-top: 0;
    background-size: 100% 100%;
    padding-bottom: 0;
    transition: all .25s ease;
    height: 165px;
    display: block;
    text-align: left;
    z-index: 99999;
}
.location-list li a {
    font-size: 12px;
    padding: 0 6px;
}

/* Popup shazia start */
 div#fsModal .modal-dialog {
    max-width: 810px;
}
div#fsModal .modal-dialog {
    /* height: 100%; */
    margin: auto;
    max-width: 810px;
}
 #fsModal .modal.show .modal-dialog {
  /*  top: 20%; */
}
.modal.show .modal-dialog {
    /* top: 20%; */
}
div#fsModal button.btn.btn-primary.pull-right {
       position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #F8F8F8;
    right: 7px;
    top: 7px;
    line-height: 30px;z-index: 9999;
}
div#fsModal .modal-header {
    padding: 0;
}
div#fsModal .container {
    width: 100%;
    padding: 0;
}
.img_box {
    background: #F3F9FF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.img_box {
    background: #F3F9FF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

div#fsModal button.btn.btn-primary.pull-right svg {
    width: 15px;
}
div#fsModal .modal-dialog .modal-header h3 {
   font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 18px;
}

div#fsModal .modal-dialog .modal-header p {
    font-size: 17px;
        margin-bottom: 10px;
}

div#fsModal .modal-dialog .modal-header  .form-control.form-1 {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
}
.pd-15 {
   padding: 0 25px 15px 0;
}
 .btn-submit {
    background: linear-gradient(
-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border: 0px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

div#fsModal {
    padding: 0!important;
}
.box_modal {
    display: flex;
    align-items: center;
    height: 100%;
}
div#fsModal .modal-dialog .modal-header .form-control.form-1:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-color: #ced4da;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}
/*NEW CTA*/
.blog_new_cta{
background: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #cccccc;
    padding: 0px 20px;
        background-image: url('https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2023/11/img.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    margin-bottom:40px;
}

.blog_new_img{
flex: 0 0 45%;
}
.blog_new_content{
flex: 0 0 55%;
    padding: 0px;
}
.blog_new_content h5{
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 27px;
    color: #000000;
    line-height: 41px;    margin-bottom: 0px;
}
.blog_new_content h5 a{
  display: inline-block;
    background: #f37a20;
    color: #fff;
    padding: 0px 10px;
    font-size: 24px;
    font-weight: 600;    margin-right: 10px;
}
.btn_cat button.btn-cta-new, .btn_cat a.btn-cta-new{
        color: #fff;
    font-size: 18px;
    font-family: 'Gilroy-Medium', sans-serif;
    background-color: #f37a20;
    border-radius: 40px;
    border: none;
    min-width: 170px;
    display: block;
    height: 40px;
    float: right;
    line-height: 37px;
    text-align: center;
}
.blog_new_cta.simple{
    background-image: url('https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2023/11/tekrevol.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.blog_new_cta.simple .blog_new_content{
    flex: 0 0 100%;
}
.blog_new_cta.simple .blog_new_content h5{
      display: inline-block;
    background: #f37a20;
    color: #fff;
    padding: 0px 10px;
    font-size: 24px;
    font-weight: 600;    margin-right: 10px;
}
.blog_new_cta.simple .blog_new_content p{
     display: inline-block;
    color: #000000;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    max-width: 80%;
    margin-bottom:0px;
}
/* Popup shazia end */
@media (max-width:767px){
    .pd-15 {
    padding: 0 15px 0 15px;
}.modal.show .modal-dialog {
    top: 0%;
}div#fsModal button.btn.btn-primary.pull-right {
    z-index: 99;
}
    }
@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    .btnshamr .video-container {
        height: 700px;
    }
    .btnshamr .video-container:before{
        height:100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
        .cta-post ul {
    padding: 20px 20px!important;
}


    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow-y: scroll;

    }
    .container-770 {
        width: 100%;
        margin: 100px auto 300px;
        padding: 0px 15px;
    }

    .container-770 .tab-content {
        padding-top: 0px;
    }

    .container-770 .nav-tabs > li {
        height: 30px;
        line-height: normal;
    }

    .container-770 .nav-tabs > li > a, .container-770 .nav-tabs > li > a, .container-770 .nav > li > a:focus, .container-770 .nav > li > a:hover, .container-770 ul.nav.nav-tabs li:hover a, .container-770 ul.nav.nav-tabs li.active a {
        /*padding: 0px 3px !important;*/
    }

    .container-770 .col-md-6 {
        width: 50%;
        float: left;
    }

    .blog_page main {
        padding: 0px;
    }

    .blog_page .menu-for-mobile img {
        width: 37% !important;
        margin-top: -5px;
    }
    .btn-update {

        display: none;
    }
}

@media only screen and (max-width: 599px) and (min-width: 501px) {
        .cta-post ul {
    padding: 20px 20px!important;
}
    .copyright_txt ul.menu {

        text-align: center;
    }
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow-y: scroll;

    }
    .container-770 {
        width: 67%;
        margin: 100px auto 300px;
        padding: 0px 15px;
    }

    .container-770 .tab-content {
        padding-top: 0px;
    }

    .container-770 .nav-tabs > li {
           height: 30px;
    line-height: normal;
    width: auto;
    }

    .blog_page main {
        padding: 0px;
    }
    .btn-update {

        display: none;
    }
}

@media only screen and (max-width: 500px) and (min-width: 401px) {
        .cta-post ul {
    padding: 20px 20px!important;
}
    .copyright_txt ul.menu {

        text-align: center;
    }
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow-y: scroll;

    }
    .container-770 {
        width: 80%;
        margin: 100px auto 300px;
        padding: 0px 15px;
    }

    .container-770 .tab-content {
        padding-top: 0px;
    }

    .container-770 .nav-tabs > li {
         height: 30px;
    line-height: normal;
    width: auto;
    }
    .btn-update {

        display: none;
    }
}

@media only screen and (max-width: 400px) and (min-width: 320px) {
        .cta-post ul {
    padding: 20px 20px!important;
}
    .btn-update {

        display: none;
    }
    .copyright_txt ul.menu {

        text-align: center;
    }
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow-y: scroll;

    }
    .container-770 {
        width: 100%;
        margin: 30px auto 300px;
        padding: 0px 15px;
    }

    .container-770 .tab-content {
        padding-top: 0px;
    }

    .container-770 .nav-tabs > li {
          height: 30px;
    line-height: normal;
    width: auto;
    }

    .blog_page main {
        padding: 0px;
    }
}

/*BLOG INNER PAGES*/
#blog_inner_page.container-970 {
    /* max-width:1170px; */
    max-width:970px;
    width: 100%;
    margin: -50px auto 180px;
}

.container {
    max-width: 1600px;
}

.container {
    max-width: 1170px;
}

.container-970 .container {
    width: 100%;
}

.single {
    background: #fff !important;
}

.blog-770 {
    max-width: 770px;
    width: 100%;
    margin: 0px auto;
	min-height:150px;
	height:auto;
}

.feature_blogs {
    padding: 50px 0px;
}

.bed_crm {
    color: #282526;
    font-size: 12px;
    line-height: normal;
    font-family:'Gilroy-Medium', sans-serif;
}
.bed_crm svg{
        width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.bed_crm i {
    color: #282526;
    font-size: 8px;
    margin-right: 5px;
}

.bed_crm a,.bed_crm a:hover{
    color: #282526;
}
.blog_main_sec h1 {
    color: #282526;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    font-family: 'Gilroy-SemiBold', sans-serif;
    margin-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
}

.date_sec {
    font-size: 15px;
    color: #acacac;
    line-height: 20px;
    text-align: left;
    font-family: 'Gilroy-Regular', sans-serif;
    width: 60%;
    float: left;    margin: 40px 0px 10px;
}

.date_sec svg {
        position: relative;
    top: 2px;
}

.cat_sec {
    font-size: 15px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #acacac;
    line-height: 20px;
    text-align: right;
    margin-top: 0;
    width: 40%;
    float: left;
}

.cat_sec strong {
    font-size: 15px;
    font-family: 'Gilroy-SemiBold', sans-serif;

}

.feature_img {
    padding: 0px 0px;
    margin: 20px auto 20px;
    text-align: center;
  min-height: 430px;
    height: auto;
    clear: both;
}
.feature_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-para{
    margin-top: 50px;
}

.img_ref {
    font-size: 15px;
    color: #838488;
    line-height: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
    padding: 20px;
    text-align: center;
}

.blog_main_sec p {
    color: #282526;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: left;
}

.blog_main_sec p a {
    color: #ff8717;
    text-decoration: none;
    cursor: pointer;
}

.blog_main_sec p a:hover {
    text-decoration: underline !important;
}


.img_sep {
    text-align: center;
    width: 100%;
    margin: 50px auto;
}

.blog_main_sec h2,.blog_main_sec h3,.blog_main_sec h4,.blog_main_sec h5,.blog_main_sec h6 {
    font-size: 26px;
    color: #282526;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-transform: capitalize;
}
.blog_main_sec h4.uk_class{
    font-size: 22px;
    color: #282526;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Gilroy-SemiBold', sans-serif;
}
.blog_main_sec h5.uk_class{
    font-size: 19px;
    color: #282526;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Gilroy-SemiBold', sans-serif;
}
.blog_main_sec h6.uk_class{
    font-size: 18px;
    color: #282526;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Gilroy-SemiBold', sans-serif;
}


.blog_main_sec h3 a{
    color: #282526;}
.blog_main_sec ul{
    margin: 40px 0px 40px;
    padding: 0px 0px 0px 20px;
    text-align:left;
}
.blog_main_sec ul.cate_list svg{
        width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.blog_main_sec ul.cate_list li{
    color: #282526;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-align:left;
}
.blog_main_sec ul li{
    color: #282526;
    font-size: 18px !important;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: 'Gilroy-Regular', sans-serif;
}
.blog_main_sec h2 {
    font-size: 32px;
    color: #282526;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-transform: capitalize;
}

.small_txt p {
    color: #282526;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.last_para {
    border-bottom: 1px solid #e6e2d9;
    padding-bottom: 10px;
}

.bg_sec {
    background: #f8f8f6;
    margin: 70px auto;
}

.cate_list {
    list-style: none;
    text-align:right!important;

}

.cate_list li {
    display: inline;
    margin-right: 5px;
}

.cate_list li:last-child {
    display: none;
}

.box_txt {
    padding: 40px 0px 40px;
}

.box_txt p {
    padding: 0px 0px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.box_txt p,.box_txt {
    color: #535351;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 36px;

}

.auter_review {
    padding-bottom: 20px;
    padding-top:40px;
    border-bottom: 1px solid #e6e2d9;
}

.auter_review div.abt-author {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 50px;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.autr_img {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 30px;
}
.auter_review .content_txt{
    margin-left: 130px;
}
.autr_img img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.feature_blogs div.recent-blogs {
    font-size: 30px;
    color: #282526;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-transform: capitalize;
}

.content_txt p {
    color: #767676;
    font-size: 13px !important;
    line-height: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.content_txt h4 {
    color: #383838;
    font-size: 16px;
    line-height: 18px;
    font-family:'Gilroy-Medium', sans-serif ;
    margin:5px 0px;
}

.post_items_box {
    clear: both;
    padding: 10px 0px;
    min-height: 130px
}

.feature_post_img {
    height: 90px;
    width: 170px;
    float: left;
    margin-right: 20px;
}

.feature_post_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.feature_txt a {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    font-family:'Gilroy-Medium', sans-serif;
    text-decoration: none;

}

.feature_txt a:hover {
    cursor: pointer;
    color: #ff8717;
}

.feature_txt .date_time {
    color: #acacac;
    font-size: 11px;
    line-height: normal;
    font-family: 'Gilroy-Regular', sans-serif;
}

.feature_txt .date_time svg {
        width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right:2px;
}

.small_txt a, .link-blg {
    color: #282526;
    text-decoration: none;
    cursor: pointer;
}

.small_txt a:hover, .link-blg:hover {
    color: #ff8717;
}

/*FIXED SOCAIL LINKS*/
.social_link {
    position: -webkit-sticky;
    /* position: sticky; */
    top: 200px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 120px;
    margin: 0px 0px 0px -100px;
    z-index: 99999;
}

.socail-fixed {
    list-style: none;

}

.socail-fixed li {
    background: #fff;
    border: 0px solid #e6e2d9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0px;
}

.socail-fixed li a i {
    color: #767676 !important;
    font-size: 17px;
}
.socail-fixed li a svg.social-links {
    fill: #969596;
    transition: all .5s ease;
}

.socail-fixed li a:hover svg.social-links {
    fill: #ef5123;
    transition: all .5s ease;
}

.socail-fixed li a:hover {
    color: rgb(255, 162, 10);
}

.socail-fixed li a:hover i {
    color: #fd560e !important;
}

.table-of-content{
    margin:30px 0px!important;
    padding:0px!important;
    /*border:1px solid #e6e2d9;*/
}
.table-of-content li{
    list-style:none;
}
.table-of-content li {
    padding:10px 15px;
    border-bottom:1px solid #e6e2d9;
    margin:0px!important;
    position:relative;
    width: 100%;

}

/*.table-of-content li:last-child{*/
/*    border-bottom:0px solid #333;*/
/*}*/

.table-of-content li:first-child{
    color: #ff8717;
    font-size: 20px;
    line-height: normal;
    font-family: 'Gilroy-SemiBold', sans-serif;
    text-transform:capitalize;
    padding:10px 15px;
    background: #f8f8f6;
}

.table-of-content li a {
    color: #282526;
    font-size: 18px;
    line-height: normal;
    font-family: 'Gilroy-Regular', sans-serif;
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 15px;
}
.table-of-content li a:after {
    content: '';
    background-image: url('https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2020/03/right-arrow.png');
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 69%;
}
.stick .table-of-content li a:after {
    display: none !important;
}
.stick .table-of-content li a {
    font-size: 16px;
    padding-right: 0;
}
.stick .table-of-content li:hover {
    background-color: #f8f8f6;
}
.consultation {
    background: #1e1e1e;
    position: relative;
    padding: 24px;
    margin: 60px 0;
    max-width: 100%;
    font-family: 'Gilroy-Regular', sans-serif;
        height: 195px;
}
.consultation__about {
    padding-left: 15px;
    width: 172px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 1px #1e1e1e;
    margin-bottom: 30px;
}

.consultation__manager {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 0;
}
.consultation__title {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
}
.consultation__position {
    color: #fff;
    opacity: .6;
    margin-bottom: 20px;
}
.consultation__about:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 10px;
    background-image: url('https://d3r5yd0374231.cloudfront.net/images-tek/uploads/2021/06/left-quote.png');
    z-index: 100;
    background-size: contain;
    background-repeat: no-repeat;
}
.consultation__btn.text-1 {
    background-color: #f37a20;
    line-height: 48px;
    display: block;
        font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    position: relative;
    margin-bottom: -48px;
}
@media only screen and (max-width: 768px) {
    footer.footer p a{
        display:block;
        height: 48px;
    line-height: 48px;
    }
    .copyright_txt ul#menu-footer-menu li{
        display:block;
        padding:0;
        margin:0;
    }
    .copyright_txt ul#menu-footer-menu li a{
           display:block;
        height: 48px;
    line-height: 48px;
    }
    .date_sec {
        text-align: center;
        width: 100%;
        float: none;
        margin: 10px 0px 10px;
    }.cat_sec {
         text-align: center;
         width: 100%;
         float: none;
     }
    .blog_main_sec ul{
        margin:10px 0px 10px;
    }
    .feature_img{
        width: 100%;
        height: 452px;
    }
    .feature_img img {

        object-fit: contain;
    }
    .container-970 {
        margin: 50px auto 50px;
    }

    .blog_main_sec h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .date_sec {
        font-size: 16px;
    }

    .feature_img {
        padding: 30px 0px;
    }

    .blog_main_sec p {
        font-size: 19px;
        line-height: 29px;
    }

    .box_txt p {
        padding: 0px 10px;
    }

    .feature_txt a {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 625px) {
    .app_slider .slick-list:after {

        background-size: 97%;
    }
    .app_develop {
        display: block;
    }
    .app_01 {
        margin-bottom: 30px;
    }
    .slider.app_slider {
        padding: 30px 0;
    }
    .app_slider .slick-slide img {
        width: 96%;}
    .content-image img {
        float: right;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .container-970 {
        margin: 50px auto 50px;
    }

    .blog_main_sec h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .date_sec {
        font-size: 15px;
    }

    .feature_img {
        padding: 30px 0px;
    }

    .blog_main_sec p {
        font-size: 18px;
        line-height: 28px;
    }

    .img_ref {
        margin-bottom: 0px !important;
    }

    .box_txt p {
        padding: 0px 10px;
    }

    .feature_txt a {
        font-size: 18px;
        line-height: 26px;
    }
    .table-of-content li a {
        font-size: 14px;
    }
    .table-of-content li a:after {
        background-size: 55%;
    }
}

@media only screen and (max-width: 375px) {
    .feature_img{    width: 100%;
        height: 329px;}
    .container-970 {
        margin: 50px auto 50px;
    }

    .blog_main_sec h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .date_sec {
        font-size: 14px;
    }

    .feature_img {
        padding: 30px 0px;
    }

    .blog_main_sec p {
        font-size: 16px;
        line-height: 26px;

    }

    .img_ref {
        margin-bottom: 0px !important;
    }

    .box_txt p {
        padding: 0px 10px;
    }

    .feature_post_img {
        height: 150px;
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .feature_txt a {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
    }

    .post_items_box {
        margin-bottom: 30px;
    }

    .img_sep {
        margin: 30px auto;
    }

    .autr_img {
        float: none;
        margin-bottom: 20px;
    }
}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-header:after, .menu-header > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-header #menu-button {
    display: none;
}

nav.nav {
    border-bottom: 1px solid #ededed;
}

.menu-header > ul > li {
    display: inline-block;
}

.menu-header.align-center > ul {
    font-size: 0;
    text-align: center;
}

.menu-header.align-center > ul > li {
    display: inline-block;
    float: none;
}

.menu-header.align-center ul ul {
    text-align: left;
}

.menu-header.align-right > ul > li {
    float: right;
}

.menu-header > ul > li > a {
    padding: 17px;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #282526;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium', sans-serif;
}

.menu-header > ul > li:hover > a {
    color: #282526;
}

.submenu-button a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/dropdown.svg') no-repeat;
    background-position: right center;
    right: 0;
    margin-right: 0;
    top: 50%;
    margin-top: -5px;
}

.menu-header ul ul::before {
    border-color: transparent transparent #282526;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}

.menu-header ul ul ul::before {
    display: none;
}

.menu-header > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

.menu-header ul ul {
    position: absolute;
    left: -9999px;
}

.menu-header.align-right ul ul {
    text-align: right;
}

.menu-header ul ul li {
    height: 0;
    transition: all .25s ease;
}

.menu-header li:hover > ul {
    left: auto;
}

.menu-header.align-right li:hover > ul {
    left: auto;
    right: 0;
}

.menu-header li:hover > ul > li {
    height: 35px;
}

.menu-header ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-header.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    min-width: 215px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #000;
    font-family: Gilroy-Medium, sans-serif;
}
.menu-header li.has-dropdown>a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 6px;
    background: url('https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/dropdown.svg') no-repeat!important;
    right: 0px;
    margin-top: 3px;
}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {
    border-bottom: 0;
}

.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {
    color: #ef5123;
    transition: linear .3s;
}

.menu-header ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menu-header.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

.menu-header ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    transition: all .25s ease;
}

.menu-header.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

.menu-header ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media (min-width: 100px) and (max-width: 769px) {

    .menu-header {
        width: 100%;
    }

    .menu-header ul {
        width: 100%;
        display: none;
    }

    .menu-header.align-center > ul {
        text-align: left;
    }

    .menu-header ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    .menu-header ul ul li, .menu-header li:hover > ul > li {
        height: auto;
    }

    .menu-header ul li a, .menu-header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    .menu-header > ul > li {
        float: none;
    }

    .menu-header ul ul li a {
        padding-left: 25px;
    }

    .menu-header ul ul ul li a {
        padding-left: 35px;
    }

    .menu-header ul ul li a {
        color: #dddddd;
        background: none;
    }

    .menu-header ul ul li:hover > a, .menu-header ul ul li.active > a {
        color: #ffffff;
    }

    .menu-header ul ul, .menu-header ul ul ul, .menu-header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .menu-header > ul > li.has-sub > a:after, .menu-header > ul > li.has-sub > a:before, .menu-header ul ul > li.has-sub > a:after, .menu-header ul ul > li.has-sub > a:before {
        display: none;
    }

    .menu-header #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .menu-header #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }

    .menu-header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }

    .menu-header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-header #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    .menu-header .submenu-button.submenu-opened {
        background: #262626;
    }

    .menu-header ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    .menu-header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    .menu-header ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    .menu-header .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    .menu-header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }

    .menu-header ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    .menu-header .submenu-button.submenu-opened:before {
        display: none;
    }
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li > a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li > a > i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav, .nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover > a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover > a > i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 769px) {
    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav, .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url('https://www.tekrevol.com/images/search-icon.png') no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav > form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover > a {
        color: #000;
    }

    .nav1 ul li a > i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover > ul {
        display: none;
    }

    .nav1 ul li:hover > a > i {
        transform: rotateZ(0);
    }

    .nav1 ul li.open > a {
        background-color: transparent;
    }

    .nav1 ul li.open > a > i {
        transform: rotateZ(90deg);
    }

    .nav1 ul li.open > ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open > span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}


@media (min-width: 100px) and (max-width: 769px) {

    main {
        padding: 0;
    }

    .logo {
        text-align: center;
    }

    .searchtoggle {
        display: none;
    }

    .push-logo {
        margin: 10px 0;
    }

    .logo img {
        max-height: 60px;
        width: auto;
    }

    header .searchform {
        display: none;
    }

    .slider .inner-item {
        height: 200px;
    }

    .slider .inner-item .caption {
        display: none;
    }
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a:hover {
    text-decoration: none !important;
}

.main-header {
    background: transparent;
}

.main-header ul li.current-menu-item a,
.main-header ul li.current_page_item a {

}

.main-header ul li {
    position: relative;
    padding-bottom: 20px;
}

.main-header ul li:hover:before,
.main-header ul li.current-menu-item:before,
.main-header ul li.current_page_item:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ef5123;
    width: 100%;
    height: 100%;
}

a.btn2 {
    position: relative;
    color: #282526;
    text-decoration: none;
}

a.btn2:before {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/arrow.svg) no-repeat !important;
    padding: 9px;
    width: 46px;
    content: "";
    z-index: 999999999;
    right: -23px;
    left: auto;
    top: 13px;
    position: absolute;

}

a.btn2:hover:before {
    -webkit-animation: leftArrow .5s;
    animation: leftArrow .5s;
}

a.btn2:after {
    top: 35%;
    width: 5px;
    height: 30%;
    content: "";
    position: absolute;
    background: #f9f9fb;
    right: -3px;
}

a.btn1, a.btn2 {
    font-family:'Gilroy-Medium', sans-serif;
    font-size: 12px;
    border: 1px solid #ee3824;
    height: 40px;
    background-size: 100% 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    width: 185px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 5px;
}


a.btn3, footer.footer a.btn3 {
    width: 258px;
    color: #282526;
    font-family:'Gilroy-Medium', sans-serif;
    font-size: 12px;
    border: 1px solid #ee3824 !important;
    height: 40px;
    background-size: 100% 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    position: relative;
    line-height: 40px;
    top: 27px;
}

a.btn3:after {
    top: 35%;
    width: 5px;
    height: 30%;
    content: "";
    position: absolute;
}

a.btn3:before {
    padding: 9px;
    width: 46px;
    content: "";
    z-index: 999999999;
}

a.btn3:before {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/arrow.svg) no-repeat !important;
    position: absolute;
    right: -23px;
    top: 13px;
}

.caption {
    color: #fff;
}

.caption h1 {
    font-size: 42px;
    font-family: 'Gilroy-Bold';
}

.caption p {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
}

.btn1 {
    font-family: 'Gilroy-Bold';
    font-size: 12px;
    background: url(https://www.tekrevol.com/blogs/wp-content/themes/tekrevol/css/images/btn1-bg.png) no-repeat;
    width: 185px;
    height: 40px;
}

.menu-for-mobile {
    display: none;
}

.menu-not-mobile {
    display: block;
}

/*Footer*/
footer.footer .widget_title {
    margin-bottom: 30px;
    color: #282526;
    font-family:'Gilroy-Medium', sans-serif;
    font-size: 21px;
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.1;
}

footer.footer p a:first-child {
    border-right: 1px solid #ededed;
    padding-right: 10px;
    margin-right: 7px;
    margin-top: 30px;
}

footer.footer a {
    font-family: 'Gilroy-SemiBold', sans-serif;
    color: #282526;
    font-size: 14px;
}

footer.footer {
    color: #282526;
    font-size: 14px;
    font-family:'Gilroy-Medium', sans-serif;
    background: #fff;
    padding: 40px 0 30px;
    border-bottom: 1px solid #eee;
    z-index:9;    position: relative;
}

footer.footer input {
    border: 1px solid #000;
    margin-bottom: .5em;
}

footer.footer input[type=email], footer.footer input[type=submit] {
    width: 100%;
}

footer.footer input[type=email] {
    padding: 10px;
}

#subscriber_form .sbt {
    padding: 12px;
    color: #fff;
    border: 0;
    text-align: center;
    background-size: 100% 100%;
    z-index: 99;
    display: block;
    background: rgb(243, 122, 32);
    background: linear-gradient(-138deg, rgba(243, 122, 32, 1) 0%, rgba(239, 81, 35, 1) 55%, rgba(238, 56, 36, 1) 100%);
}

#quote .btn-white, #subscriber_form .sbt {
    font-size: 12px;
    text-transform: uppercase;
    font-family:'Gilroy-Medium', sans-serif;
    letter-spacing: 3px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
}

footer.footer .col-md-4 {
    border-right: 1px solid #ccc;
    padding: 0px 30px 10px;
}

footer.footer .col-md-4:nth-child(2) {
    padding: 0px 50px;
}

footer.footer .col-md-4:last-child {
    border-right: 0px;
}


.copyright_txt ul.menu {
    margin: 0;
    padding: 0;
}

.copyright_txt ul#menu-footer-menu li {
    display: inline-block;
    float: none;
    border-left: 0;
}

.copyright_txt ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.copyright_txt ul li {
    padding: 0 10px;
}

.copyright_txt, .copyright_txt a {
    font-size: 12px !important;
    letter-spacing: 1px;
    color: #282526;
    text-transform: uppercase;
    font-family: Gilroy-Medium !important;
}

.social_icons {
    text-align: left;
    margin: 10px 0;
}

ul.follows-footer {
    padding: 0;
}

.social_icons ul li a {
    background: 0 0;
    border-radius: 100px;
    color: #969596;
    transition: all .5s ease;
    display: block;
    font-size: 18px !important;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
}

.copy_scetion {
    background: #fff;
    z-index:9;
    padding: 20px 0px 0px;    position: relative;
}

.copy_scetion .col-md-4:first-child {
    margin-top: 0px;
    padding: 0px 30px;
}

.copy_scetion .col-md-4 {
    margin-top: 40px;
    padding: 0px 0px;
}

.copy_scetion .col-md-4:last-child {
    margin-top: 0px;
    padding: 0px 0px;
}

.reviewssec3 {
    display: inline-block;
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/compatibility-sprite2.png) no-repeat;
    text-align: left;
    background-position: -2px 0;
    width: 110px;
    height: 110px;
    float: left
}

.reviewssec2 {
    display: inline-block;
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/compatibility-sprite2.png) no-repeat;
    text-align: left;
    background-position: -112px 0;
    width: 110px;
    height: 110px;
    float: left
}

.reviewssec1 {
    display: inline-block;
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/compatibility-sprite2.png) no-repeat;
    text-align: left;
    background-position: -236px 0;
    width: 110px;
    height: 110px;
    float: left
}

.footer_img {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer_img li {
    display: inline-block;
    padding: 0px !important;
}

.bg_boots {
    padding: 50px 0;
    background: #282526;
    margin-top: -150px;
}

.boost {
    padding: 0px 0 100px;
    color: #fff;
    font-size: 14px;
    position: relative;
    background: rgb(243, 122, 32);
    background: linear-gradient(-138deg, rgba(243, 122, 32, 1) 0%, rgba(239, 81, 35, 1) 55%, rgba(238, 56, 36, 1) 100%);
    z-index:9;
}

.sub-heading {
    font-family: 'Gilroy-Regular', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.our-blog-cap span {
    color: #ef5123;

}

.our-blog-cap {
    font-size: 34px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    line-height: 40px;
    padding: 10px 0;
}

.bg_boots p {
    color: #fff;
}

.boots_rocket:before {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/main1.png) no-repeat;
    position: absolute;
    content: "";
    width: 380px;
    height: 474px;
    padding: 0px;
    left: -130px;
}

.title-small {
    padding-bottom: 20px;
    position: relative;
}

.boost a.btn3 {
    color: #fff;
}

.boost a.btn3:after {
    top: 35%;
    width: 5px;
    height: 30%;
    content: "";
    position: absolute;
    right: -3px;
    background: #282526;
}

.title-small:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 30%;
    border-top: 2px solid #ee3824;
    top: 0;
    content: "";
    margin-top: 8px;
    margin-left: 0px;
}

.samll_boots {
    padding-left: 50px !important;
}

.contact_sec {
    padding-top: 100px;
}

.contact_sec .title-small {
    text-transform: uppercase;
    padding-left: 40px;
    font-family:'Gilroy-Medium', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    position: relative;
}

.contact_sec .title-small:before {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30%;
    padding: 10px;
    border-top: 1px solid #fff;
    top: 0;
    content: "";
    margin-top: 9px;
    margin-left: 0;
}

.contact_sec .title_class {
    margin-top: 25px;
    margin-bottom: 40px;

    font-size: 32px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}

.interest {
    font-family: 'Gilroy-Regular', sans-serif;
}
.interest p{
    font-size: 16px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #282526;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: left;
}
.table-sm-responsive thead th{
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    color:#fff;
}
select.interactive {
    background: 0 0;
    border: none;
}

#quote .btn-white, .interactive input {
    display: inline-block;
    text-align: left;
}

.interactive.business-input:before {
    content: 'business name, type, etc.';
}

.interactive:before {
    transition: all .4s cubic-bezier(.52, 0, .08, 1) 0s;
    position: absolute;
    opacity: 0;
    width: 200px;
    top: 15px;
    font-size: 11px;
    content: "";
    margin-top: 5px;
}

select.interactive option {
    background-color: #111;
}

#quote .btn-white {
    border: 1px solid #fff;
    width: 258px;
    height: 40px;
    background-size: 100% 100%;
    color: #fff !important;
    padding-top: 11px;
    padding-left: 30px;
    margin-left: 22px;
}

form .btn-white:hover:before {
    -webkit-animation: leftArrow .5s;
    animation: leftArrow .5s;
}

span.btn-white:after {
    background: #f05e23;
}


.interactive {
    position: relative;
    text-align: left;
    min-width: 110px;
    outline: 0;
    border-bottom: #fff 1px solid;
    line-height: 1.4;
}

.interactive input {
    background: 0 0;
    border: none;
    position: relative;
    min-width: 110px;
    outline: 0;
    line-height: 1.4;
    color: #fff;
    min-height: 22px;
    font-size: 18px;
    font-size: 16px;
    margin-bottom: 0;
}
.show--mobile{
    display:none;
}
.show--dekstop{
    display:block;
}
#exampleModalCenter .form-section {
    padding: 50px 50px 50px;
    margin-bottom: auto;
    background: #191819;
}
.form-content h5 {
    color: #fff;
    font-size: 26px;
    font-family: Gilroy-SemiBold;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.form-content p {
    color: #fff;
    font-size: 16px;
    font-family: Gilroy-Regular;
    margin-bottom: 40px;
    text-align: center;
}
.form-section .container {
    width: 100%;
}

#exampleModalCenter .modal-dialog {
    max-width: 900px;
}
.closed-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    background: #fd580e;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-family: Gilroy-Medium;
    line-height: 20px;
    cursor: pointer;
}
.contact-div {
    margin-bottom: 20px;
    text-align:center;
}
.contact-div input, .contact-div select, .contact-div textarea {
    width: 100%;
    height: 40px;
    background: 0 0;
    border-width: 0 0 1px 0 !important;
    outline: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Gilroy-Regular';
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 0;
}
.contact-div textarea {
    height: 65px !important;
}
.contact-div input::placeholder, .contact-div textarea::placeholder  {
    color: #fff !important;
}
.contact-div input[type="submit"] {
    border: 0 solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Gilroy-Medium;
    transition: linear 0.3s;
    background: #ffa20a;
    background: linear-gradient(-90deg, #ffa20a 0, #fd4b0f 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    margin: auto;
    text-align: center;
    cursor: pointer;
    width: auto;
}
.form-content .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
.blog_popup .modal-content {
    border: none;
}
.intl-tel-input {
    width: 100% !important;
}
.intl-tel-input .flag-container {
    width: 100%;
}
.flag-container .country-list .country-name:before {
    display:none !important;
}
.flag-container .country-list {
    bottom: initial !important;
    color: #000;
}

/* FAQS */

.collapse_wrap .card {
    border: 1px solid #ffffff2e;
    background-color: #fff0;
    border-radius: 5px;
    margin: 5px 0;
}
.collapse_wrap .card-header {
    border-bottom: none;
    padding: 0;
    background-color: transparent;
}
.collapse_wrap .card-header .collapse_btn {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    border-bottom: none;
    padding: 18px 28px;
    cursor:pointer;
}
.collapse_wrap .card-header .collapse_btn h5 {
    font-size: 19px;
    font-weight: 400;
    color: #282526;
    margin-top: 0px;
}
span.accordion_toggle {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.collapse_wrap .card-header .collapse_btn.collapsed span:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #282526;
    height: 10px;
    width: 2px;
}
.collapse_wrap .card-header .collapse_btn span:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #282526;
    height: 2px;
    width: 10px;
}

.collapse_wrap .card-body {
    padding: 10px 30px 20px;
}
.collapse_wrap .card-body p {
    color: #282526;
    font-size: 14px;
    line-height: 24px;
}
.card-list {
    padding-top: 10px;
}
.card-list li {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
ul.card-list li i {
    font-size: 8px;
    margin-right: 8px;
}
.popup_form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #ec5606;
    opacity: 1;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    z-index: 3;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 29px;
}
.popup_form .modal-dialog {
    max-width: 1300px !important;
}
.popup_form .modal-body {
    padding: 0;
}
.popup_content {
    background-color: #ec5606;
    padding: 95px 100px 95px 45px;
    position: relative;
    text-align: left !important;
}
.popup_content h2 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
}
.popup_content p {
    color: #fff;
    font-size: 24px;
    margin-top: 55px;
    line-height: 33px;
}
.popup_content p:nth-child {
    font-weight: 500;
}
.popup_form_area {
    padding: 115px;
    text-align: center;
    position: relative;
}
.popup_form_area:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 35px solid #ec5606;
    border-bottom: 40px solid transparent;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}
.popup_form_area h3 {
    font-size: 31px;
    font-weight: 500;
    color: #f0671f;
    margin-bottom: 25px;
}
.popup_form_area .form-control {
    height: 45px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #b7b7b7;
    font-weight: 500;
}
.popup_form_area textarea.form-control {
    height: 100px;
}
.popup_form_area .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 23px 0 rgba(1, 10, 15, 0.1);
}
.popup_form_area .form-control:focus::placeholder {
    color: #ef5427;
}
input.btn_sub {
    height: 45px;
    background-color: #ec5606;
    border: 1px solid #ec5606;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    margin-top: 30px;
    cursor: pointer;
}
input.btn_sub:hover {
    background-color: #fff;
    color: #ec5606;
}
.popup_form svg {
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    z-index: 2;
}
.popup_form svg .st0 {
    fill: #fff;
}
.popup_form input:-webkit-autofill,
.popup_form input:-webkit-autofill:focus,
.popup_form input:-webkit-autofill:hover,
.popup_form select:-webkit-autofill,
.popup_form select:-webkit-autofill:focus,
.popup_form select:-webkit-autofill:hover,
.popup_form textarea:-webkit-autofill,
.popup_form textarea:-webkit-autofill:focus,
.popup_form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 1199px) and (min-width: 901px) {

.blog_new_content h5{
    font-size: 24px;
   line-height: 36px;
}
.blog_new_content h5 a{
    font-size: 20px;
}
.btn_cat button.btn-cta-new{
    font-size: 16px;
    min-width: 150px;
    height: 35px;
}


    .heading001 {
    font-size: 22px;
    line-height: 31px;
    margin-top: 20px;
}
    .boost .container {
        width: 900px;
    }
    #blog_page a.btn1, #blog_page  a.btn2 {

        width: 160px;
        top: 0px;
    }
    .postid-1848 .btnshamr .baltmorecaption1 {
        padding-top: 150px;
    }
    .postid-1848 .btn-update a {
        font-size: 12px;
        border-radius: 8px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
    }
}
@media (max-width: 900px) and (min-width: 768px) {
     .blog_new_content h5{
    font-size: 24px;
   line-height: 36px;
}
.blog_new_content h5 a{
    font-size: 20px;
}.blog_new_img {
    flex: 0 0 40%;
}
.blog_new_content {
    flex: 0 0 60%;
    padding: 0px 0px 0px 20px;
}
.btn_cat button.btn-cta-new{
    font-size: 16px;
    min-width: 150px;
    height: 35px;
}
.blog_new_cta {
      height: 215px;
    padding: 0px 20px;

}
       .heading001 {
    font-size: 22px;
    line-height: 31px;
    margin-top: 20px;
}
    .app_slider .slick-list:after {
        background-size: 31%;
    }
    .postid-1848 .btnshamr .video-container video{
        margin-top: 58px;
    }
    .postid-1848 .btnshamr .video-container {
        height: 418px;
    }
    .postid-1848 .col-md-12.col-lg-8 .col-video {
        height: auto;

    }
    .app_slider .slick-slide img {
        width: 96%;}

    /*MENU FOR MOBILE*/
    a.closebtn {
        z-index: 999999999;
    }

    header {
        padding: 15px 0;
        background: #fff;
    }.menu-for-mobile a{
    padding-left:15px;
}

    header .pull-right {
          font-size: 30px;
    margin-top: 0px;
    display: inline-block;
    float: right;
    padding-right: 20px;
    padding-top: 6px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 30px
    }

    .sidenav a {
        display: block;
        transition: .3s;
        padding: 1px 15px;
        font-size: 10px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-family: Gilroy-Medium
    }

    .sidenav li:not(.has-dropdown) a {
        position: relative;
        cursor: pointer
    }

    div.main-header ul li {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .main-header ul li {
        padding-top: 10px;
    }

    .sidenav a:hover {
        color: #f1f1f1
    }

    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 36px;
        margin-left: 50px
    }

    li.has-dropdown a:before {
        content: none !important
    }

    li.has-dropdown {
        background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/case-studies/arrow-w.png) 95% 17px no-repeat !important
    }

    li.has-dropdown ul {
        display: none;
        padding-left: 20px
    }

    .main-header ul ul li {
        position: relative;
        padding-bottom: 0 !important;
        margin-bottom: 0
    }

    .menu-for-mobile {
        display: block !important
    }


    .menu-for-mobile ul {
        list-style: none;
        padding-left: 0
    }

    body.menu-active {
        overflow: hidden !important;
        height: 100vh
    }

    header.header.fixed {
        background: #282526;
        opacity: 1;
        height: 60px;
        position: fixed !important;
        top: 0
    }

    nav.nav .btn2 {
        margin-top: -52px;
        margin-right: -85px
    }

    .menu-header ul li a {
        padding: 5px !important;
        color: #fff !important
    }

    header nav.nav a.btn2 {
        padding-left: 0;
        display: none;
    }

    .menu-header {
        padding-right: 6px
    }

    .menu-header ul {
        background: #ef5123;
        padding: 20px
    }

    .menu-header ul {
        margin-top: 0;
        width: 95%
    }

    .main-header ul li:hover:before,
    .main-header ul li.current-menu-item:before,
    .main-header ul li.current_page_item:before {
        border-bottom: 0;
    }

    .menu-for-mobile {
        display: block !important;
    }

    .menu-not-mobile {
        display: none;
    }

    .boots_rocket:before {
        display: none;
    }

    .samll_boots {
        padding-left: 15px !important;
    }

    a.btn2 {
        display: none;
    }

    .interest {
        padding-left: 0px;
    }

    footer.footer .col-md-4:nth-child(2) {
        padding: 0px 25px;
        margin-bottom: 0px;
    }

    .copy_scetion .col-md-4:first-child, footer.footer .col-md-4:nth-child(2), .copy_scetion .col-md-4, .copy_scetion .col-md-4:last-child {
        padding: 0px 15px;
    }

    footer.footer .col-md-4 {
        padding: 0px 15px 40px;
    }

    a.btn3, footer.footer a.btn3 {
        width: 100%;
    }

    .copy_scetion .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .copy_scetion .col-md-4:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer_img {
        padding: 0px;
        margin: -58px 0px 0px 0px;
        list-style: none;
        float: right;
    }

    .copy_scetion {
        padding: 20px 0px;
    }

    .bg_boots .col-md-1, .bg_boots .col-md-2 {
        display: none;
    }

    .bg_boots .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer.footer .widget_title {
        font-size: 17px;
    }


    a.btn3, footer.footer a.btn3 {
        width: 100%;
    }

    .samll_boots a.btn3 {
        width: 90%;
    }
    .header.dekstop_nav .col-md-3.main_logo {
        display: none;
    }

    nav.nav {
        border-bottom: 0px;
        display:none;
    }

    .main-header .container {
        max-width: 770px;
        width: 100%;
    }
    /*PRESS*/
    .btnshamr .video-container {
        height: 428px;
        position: relative;
        width: 100%;
    }
    .btnshamr .baltmorecaption .h1h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .btnshamr .date-post-publish.text-left {
        font-size: 18px;
        line-height: 22px;
    }
    .btnshamr .baltmorecaption1 {
        padding-top: 150px;
    }

    .press-page .parr-press-lg,.para-color{
        font-size:20px;
        line-height:26px;
    }
    .press-page .parr-press,.press-page .parr-press-left{
        font-size:16px;
        line-height:22px;
        margin-bottom: 30px;
    }
    .baltimorebash2019 .featured-clients.heading-rotated.right.white,.press-page .baltimorebash2019:before{
        display:none;
    }
    .baltimorebash2019 .col-sm-10{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .press-page .balticols1,.press-page .balticols2,.press-page .balticols3{
        padding: 0px 5px;
        margin: 0px auto;
        width: 270px;
    }
    .second_row .col-md-12.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        padding-right: 15px!important;
    }
    .press-page .baltimorebash2019 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .second_row .col-md-12.col-lg-6{
        padding:0px;
    }
    .press-page .mt-80 {
        margin-top: 0px;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    .blog_new_content h5{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 0px;
}
.blog_new_content h5 a{
 font-size: 16px;
}
.blog_new_content {
    padding: 0px;
}
.btn_cat button.btn-cta-new{
    font-size: 14px;
    min-width: 150px;
    height: 35px;line-height: 30px;
}
.blog_new_cta {
    height: auto;
    padding: 0px 20px;
    display: block;
}

.blog_new_cta.simple{
  padding:20px 20px;
  display: flex;
}
.blog_new_cta.simple .blog_new_content p {
     padding: 10px 0px 0px;
    max-width: 100%;
}
.blog_new_cta.simple .blog_new_content h5{
    padding: 0px 10px;
    font-size: 20px;
}

    footer.footer p a{
        display:block;
        height: 48px;
    line-height: 48px;
    }
    .copyright_txt ul#menu-footer-menu li{
        display:block;
        padding:0;
        margin:0;
    }
    .copyright_txt ul#menu-footer-menu li a{
           display:block;
        height: 48px;
    line-height: 48px;
    }
.cta-post-new002 {
    padding: 20px 10px;}
    .feature_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .feature_img{
        width: 100%;
        height: auto;
        padding:10px 0px;
        margin:0px;
    }
    /*MENU FOR MOBILE*/
    a.closebtn {
        z-index: 999999999;
    }

    header {
        padding: 15px 0;
        background: #fff;
    }
.menu-for-mobile a{
    padding-left:15px;
}
    header .pull-right {
         font-size: 30px;
    margin-top: 0px;
    display: inline-block;
    float: right;
    padding-right: 20px;
    padding-top: 6px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 30px
    }

    .sidenav a {
        display: block;
        transition: .3s;
        padding: 1px 15px 0px;
        font-size: 10px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-family: Gilroy-Medium
    }

    .sidenav li:not(.has-dropdown) a {
        position: relative;
        cursor: pointer
    }

    .blogs_main_section .nav li a.active {
        color: #ef5123;
    }

    div.main-header ul li {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .main-header ul li {
        padding-top: 15px !important;
    }


    .sidenav a:hover {
        color: #f1f1f1
    }

    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 36px;
        margin-left: 50px
    }

    li.has-dropdown a:before {
        content: none !important
    }

    li.has-dropdown {
        background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/case-studies/arrow-w.png) 95% 17px no-repeat !important
    }

    li.has-dropdown ul {
        display: none;
        padding-left: 20px
    }

    .main-header ul ul li {
        position: relative;
        padding-bottom: 0 !important;
        margin-bottom: 0
    }

    .menu-for-mobile {
        display: block !important
    }


    .menu-for-mobile ul {
        list-style: none;
        padding-left: 0
    }

    body.menu-active {
        overflow: hidden !important;
        height: 100vh
    }

    header.header.fixed {
        background: #282526;
        opacity: 1;
        height: 60px;
        position: fixed !important;
        top: 0
    }

    nav.nav .btn2 {
        margin-top: -52px;
        margin-right: -85px
    }

    .menu-header ul li a {
        padding: 5px !important;
        color: #fff !important
    }

    header nav.nav a.btn2 {
        padding-left: 0;
        display: none;
    }

    .menu-header {
        padding-right: 6px
    }

    .menu-header ul {
        background: #ef5123;
        padding: 20px
    }

    .menu-header ul {
        margin-top: 0;
        width: 95%
    }

    .main-header ul li:hover:before,
    .main-header ul li.current-menu-item:before,
    .main-header ul li.current_page_item:before {
        border-bottom: 0;
    }

    .menu-for-mobile {
        display: block !important;
    }

    .menu-not-mobile {
        display: none;
    }

    .boots_rocket:before {
        display: none;
    }

    .samll_boots {
        padding-left: 15px !important;
    }

    a.btn2 {
        display: none;
    }

    .interest {
        padding-left: 0px;
    }

    footer.footer .col-md-4:nth-child(2) {
        padding: 0px 25px;
        margin-bottom: 30px;
    }

    .copy_scetion .col-md-4:first-child, footer.footer .col-md-4:nth-child(2), .copy_scetion .col-md-4, .copy_scetion .col-md-4:last-child {
        padding: 0px 15px;
    }

    footer.footer .col-md-4 {
        padding: 0px 15px 0px;
    }

    a.btn3, footer.footer a.btn3 {
        width: 100%;
    }

    .copy_scetion .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .copy_scetion .col-md-4:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    footer.footer .col-md-4 {
        border-right: 0px;
    }

    .copy_scetion {
        padding: 20px 0px;
    }

    .bg_boots .col-md-1, .bg_boots .col-md-2 {
        display: none;
    }

    .bg_boots .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    a.btn3, footer.footer a.btn3 {
        width: 90%;
    }
    .main-header .header {
        padding: 10px 0px 0px;
    }

    .header.dekstop_nav .col-md-3.main_logo {
        display: none;
    }

    nav.nav {
        border-bottom: 0px;
    }

    .container-770 .grid-item, .container-770 .grid-sizer {
        width: 100%;
        margin-right: 0px;
    }

    .bg_boots .title-small {
        margin: 0px auto;
        width: 50px;
    }

    .bg_boots {
        text-align: center;
    }

    .copyright_txt .col-md-4:first-child {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .copyright_txt .col-md-4 {
        text-align: center;
        margin: 0px;
    }

    .copyright_txt .copy_txt {
        font-size: 10px;
        letter-spacing: 0;
        text-align: center;
    }

    .main-header .container {
        max-width: 770px;
        width: 100%;
    }
    .show--mobile{
        display:block;
    }
    .show--dekstop{
        display:none;
    }
    .auter_review .content_txt {
        margin-left: 0px;
    }
    /*PRESS*/
    .btnshamr .video-container {
        min-height: 230px;
        height: 100%;
        width: 100%;
        top: 50px;
    }

    .btnshamr .video-container .hero__video-bg{
        min-height: 185px;
        height:100%;
        width:100%;
    }
    .btnshamr .baltmorecaption1 {
        height: 100%;
        padding-top: 40px;

    }
    .btnshamr .baltmorecaption .h1h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 5px 0px;
        width: 100%;
    }
    .btnshamr .date-post-publish.text-left {
        font-size: 13px;
        line-height: 13px;
    }
    .press-page .parr-press-lg,.para-color{
        font-size:20px;
        line-height:26px;
    }
    .press-page .parr-press,.press-page .parr-press-left{
        font-size:16px;
        line-height:22px;
        margin-bottom: 30px;
    }
    .baltimorebash2019 .featured-clients.heading-rotated.right.white,.press-page .baltimorebash2019:before{
        display:none;
    }
    .press-page .balticols1,.press-page .balticols2,.press-page .balticols3{
        padding: 0px;
        margin: 0px auto;
        width: 270px;
    }
    .press-page .baltimorebash2019 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .second_row .col-md-12.col-lg-6{
        padding:0px;
    }
    .press-page .mt-80 {
        margin-top: 0px;
    }

    .blog_main_sec ul li{
        font-size: 16px;
        line-height: 26px;

    }
}


@media (max-width: 767px) and (min-width: 550px){
    .btnshamr .baltmorecaption .h1h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .btnshamr .date-post-publish.text-left {
        font-size: 18px;
        line-height: 22px;
    }
    .btnshamr .baltmorecaption1 {
        padding-top: 200px;
    }
    .btnshamr .video-container:before {
        height: 99%;
    }
}

@media (max-width: 420px) and (min-width: 390px){
    .btnshamr .video-container {
        height: 250px;
        top: 20px;
    }
    .btnshamr .baltmorecaption1 {
        padding-top: 95px;
    }
}

@media (max-width: 375px) and (min-width: 321px){
    .btnshamr .video-container {
        height: 250px;
        top: 20px;
    }
    .btnshamr .baltmorecaption1 {
        padding-top: 85px;
    }
}
/*-- FOOTER MAKER CSS------*/

/*Designate how the animation will take place*/
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* .wrap is our container div and will vary in name on your site */


/* Alter the top and left positions to sit on top of your map location */
.marker1 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 120px;
    display: block;
}


.marker2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 120px;
    display: block;
}

.marker3 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 128px;
    left: 340px;
    display: block;
}

.marker4 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 118px;
    left: 362px;
    display: block;
}


.map-bg .contact-canada-banner div.name_coun {
    font-size: 18px;
}

.map-bg .contact-canada-banner div.name_coun span {
    font-size: 12px;
    line-height: normal;
    font-family: 'Gilroy-Regular', sans-serif;
    display: block;
}

.pin {
    width: 8px;
    height: 8px;
    position: relative;
    top: 11px;
    left: 11px;
    /*background: rgb(240, 91, 34);*/
    border: 1px solid rgb(227, 81, 35);
    border-radius: 50%;
    z-index: 1000;
}

.pin-effect {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    display: block;
    /* background: rgba(239, 90, 34, .6); */
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 2400ms ease-out infinite;
    left: 5px;

}

.marker1 .pin {
    background: rgb(227, 81, 35);
}

.marker1:hover .contact-canada-banner {
    padding: 10px 10px 10px 35px;
    top: -115px;
    left: 23px;
    width: 480px;
    padding-top: 0;
    background-size: 100% 100%;
    padding-bottom: 0px;
    transition: all .25s ease;
    height: 140px;
    display: block;
    text-align: left;
}

.marker1:hover .contact-canada-banner div.name_coun span {
    float: left;
    margin-top: 10px;
    width: 30%;
    margin-left: 2%;
    border-right: 1px solid #000;
    font-size: 12px;
}

.marker1:hover .contact-canada-banner div.name_coun span.add__01 {
    margin-left: 0px;
}

.marker1:hover .contact-canada-banner div.name_coun span.add__03 {
    border-right: 0px solid #000;
    width: 33%;
}

.marker1 .pin-effect {
    background: rgba(0, 0, 0, .33);
}

.marker2 .pin {
    background: rgb(227, 81, 35);
}

.marker2 .pin-effect {
    background: rgba(0, 0, 0, .33);
}

.marker3 .pin {
    background: rgb(227, 81, 35);
}

.marker3 .pin-effect {
    background: rgba(0, 0, 0, .33);
}

.marker4 .pin {
    background: rgb(227, 81, 35);
}

.marker4 .pin-effect {
    background: rgba(0, 0, 0, .33);
}


.marker2:hover .contact-canada-banner,
.marker3:hover .contact-canada-banner,
.marker4:hover .contact-canada-banner {
    padding: 10px 10px 10px 30px;
    top: -75px;
    left: 23px;
    width: 230px;
    padding-top: 0;
    background-size: 100% 100%;
    padding-bottom: 0px;
    transition: all .25s ease;
    height: 95px;
    display: block;
    text-align: left;
}

.country-list {
    bottom: 35px;
    position: absolute;
    width: 100%;
}

.country-list .country-name {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

.country-list .country-name img {
    margin-left: 25px;
}

.country-list .country-name .country--title {
    position: relative;
    top: 19px;
    font-size: 16px;
    font-family: 'Gilroy-Regular', sans-serif;
    letter-spacing: 1px;
}

.country-list .country-name:before {
    content: '';
    width: 4px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: 0px;
}

.country-list .country-name:nth-child(1):before {
    background: #39386e;
}

.country-list .country-name:nth-child(2):before {
    background: #ccc
}

.country-list .country-name:nth-child(3):before {
    background: #027602
}

.country-list .country-name:nth-child(4):before {
    background: #1a89c8
}

.country-list .country-name:nth-child(3) img {
    margin-top: 12px;
}

/* Adjusts the background image and marker for smaller screens */
@media only screen and (max-width: 414px) {
    .map-bg {
        background-position: -100px 0px;
    }

    .marker {
        left: 100px;
    }
}

.map-bg {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images-new/map.png) no-repeat;
    background-position: 0px 0px;
    background-size: auto;
    width: 100%;
    height: 280px;
    position: relative;
    top: 10px;
    left: 28px;
}
.boost .bg-image .blog-t-section{
    padding: 50px 0px;
}
.map-section {
    padding: 10px 0px;
    text-align: center;
    margin: 0px auto;
}
.mobile-view{
    display:none;
}
.contact-canada-banner {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/contact-hover.png) no-repeat;
    position: absolute;
    padding: 30px;
    top: 70px;
    padding-left: 60px;
    left: 118px;
}


.contact-canada-banner {
    display: none;
}
.contact-canada-banner {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/contact-hover.png) no-repeat;
    position: absolute;
    padding: 30px;
    top: -187px;
    padding-left: 60px;
    left: 25px;
    width: 400px;
    z-index: 999999;
    padding-top: 0;
    background-size: cover;
    padding-bottom: 50px;
    transition: all .25s ease;
}
.contact-canada-banner {
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images/contact-hover22.png) no-repeat;
    position: absolute;
    padding: 30px;
    top: -250px;
    padding-left: 60px;
    left: 25px;
    width: 500px;
    z-index: 999999;
    padding-top: 30px;
    background-size: cover;
    padding-bottom: 65px;
    transition: all .25s ease;
}
.contact-canada-banner {
    padding: 10px;
    top: -100px;
    padding-left: 40px;
    left: 25px;
    width: 240px;
    padding-top: 0;
    background-size: 100% 100%;
    padding-bottom: 65px;
    transition: all .25s ease;
    height: 105px;
}
.contact-canada-banner {
    padding: 10px;
    top: -90px;
    padding-left: 40px;
    left: 25px;
    width: 260px;
    padding-top: 0;
    background-size: 100% 100%;
    padding-bottom: 65px;
    transition: all .25s ease;
    height: 105px;
}
.map-bg .contact-canada-banner div.name_coun {
    font-size: 18px;
}
.contact-canada-banner div.name_coun {
    margin-top: 20px;
}
.contact-canada-banner div.name_coun {
    font-family: 'Gilroy-SemiBold', sans-serif;
    color: #282526;
    font-size: 20px;
    padding-left: 0;
    text-transform: capitalize;
}
.contact-canada-banner p{
    color: #282526;
}
.main-header .header.fixed {
    z-index: 999999;
}
.bg_boots {
    padding-bottom: 12px;
}
@media (max-width: 3000px) and (min-width: 1100px){
    .bg_boots {
        padding-left: 50px !important;
    }
}

@media (min-width: 111px) and (max-width: 500px) {
    .map-section{
        display:none;
    }
    .loc-item .country-name{
        text-align:left;
        margin-bottom: 20px;
        position: relative;
    }
    .loc-item{
        margin-bottom: 20px;
    }
    .loc-item .country-name img{
        width: auto;
        height:49px;
        margin-right: 15px;
        text-align:center;
    }

    .loc-item .country-name .country--title {
        position: absolute;
        bottom: 0pc;
        font-size: 25px;
        font-family: 'Gilroy-Regular', sans-serif;
        letter-spacing: 1px;
        left: 65px;
    }
    .boost > .container:nth-child(1) {
        padding: 0px 15px;
    }
    .loc-item  .loc-add{
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px;

    }
    .loc-item  .loc-add:after{
        content: '';
        background: #a8a8a8;
        width: 50px;
        height: 1px;
        display: block;
        margin-top: 10px;
    }
    .mobile-view {
       display: block;
    padding: 0px 65px;
    }
    .our-blog-cap{
           padding: 0px 15px;
    }
    .loc-item .loc-add br {
        display: none;
    }
}
@media (min-width: 901px) and (max-width: 1099px) {
    .country-list .country-name img {
        margin-left: 20px;
    }
    .country-list .country-name {
        margin-right: 25px;
    }
    .contact-canada-banner span{
        font-size:11px;
    }
    .contact-canada-banner p{
        margin-bottom:0px;
    }
    .country-list .country-name img {
        margin-left: 5px;
    }
    .map-bg {
        left: 10px;
    }
    .marker1:hover .contact-canada-banner {
        padding: 7px 7px 7px 35px;
        top: -115px;
        left: 10px;
        width: 450px;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .map-section {
        text-align: left;
    }
    .country-list .country-name img {
        margin-left: 20px;
    }
    .country-list .country-name {
        margin-right: 25px;
    }
    .contact-canada-banner span{
        font-size:11px;
    }
    .contact-canada-banner p{
        margin-bottom:0px;
    }
    .copy .footer-img li:last-child{
        display:none
    }
    .map-section {
        text-align: left;
    }
    .bg_boots .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .our-blog-cap br {
        display: none;
    }
    .col-sm-12.col-12.col-md-8.col-lg-8.map-section {
        flex: 0 0 95%;
        max-width: 100%;
    }
}

.location-list {
    padding: 0px;
    margin: 0px;
}

.location-list li {
    list-style: none;
    font-size: 13px;
    display: inline-block;
    position: relative;
}

.location-list li a {
    font-size: 13px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #fff;
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
}
.location-list li:first-child a{
    padding-left:0px;
}
.location-list li:after {
    content: '';
    background: #fff;
    height: 10px;
    width: 1px;
    display: block;
    position: absolute;
    top: 10px;
    right: -2px;
}

.location-list li:last-child:after {
    display: none;
}
.news__container{
position: fixed;
    bottom: 20px;
    padding: 15px 25px;
    background: #EDF4FB;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    z-index: 0;
    border: 1px solid #DCDEFF;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    transition: all .5s ease-in-out;
    transform: translateY(150%);
}
.news__container.fixed{
     transform: translateY(0%);
}
.news__container .heading__tit {
    font-size: 22px;
    margin: 0;
    color: #fd520f;
    line-height: 22px;
         font-family: 'Gilroy-SemiBold', sans-serif;
}
    .news__container p{
       font-size: 14px;
    color: #42526E;
    margin: 8px 0 0;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
        font-family: 'Gilroy-Regular', sans-serif;
    }

    .news__container .tnp-field .tnp-field-privacy label{
              font-size: 14px;
    color: #42526E;
    margin: 8px 0 0;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
        font-family: 'Gilroy-Regular', sans-serif;
    }
   .news__container .tnp-field .tnp-field-privacy label input[type="checkbox"]{
           margin-right: 10px;
   }
    .news__container .closed{
            position: absolute;
    right: -10px;
    top: -10px;
    background: #f05f22;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 20px;    cursor: pointer;
    }
    .like__dislike{
      border: 1px solid #DCDEFF;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    min-height: 180px;
    background-color: #EDF4FB;
    width: 240px;
    padding: 20px;
   z-index:0;
    top: 250px;
    right: 10px;
    display:none;
    }
    .like__dislike.newClass{
         position: fixed;
    }
     .box__like__dislike svg{
          width: 30px;
    height: 30px;
     }

   .box__like__dislike li.like svg path{
    fill:#09EAAE;
     }
       .box__like__dislike li.dislike svg path{
   fill: #F45A5A;
     }
    .box__like__dislike ul {
         padding: 0px;
    margin: 0px;
    list-style: none;}
      .box__like__dislike ul li {
              display: inline-block;
    background: #fff;
    padding: 10px;
    margin:5px;
    border-radius: 40px;
        height: 50px;
        cursor: pointer;
        }

         .email__sub .tnp-field{
        position:relative;
    }
   .email__sub .tnp-field.tnp-field-email .tnp-email{
       display: inline-block;
    padding: 10px 15px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    color: rgba(66,82,110,1);
    border: 1px solid;
    border-color: rgba(66,82,110,.2)!important;
    border-radius: 4px 0 0 4px;
        font-family: 'Gilroy-Medium', sans-serif;
   }

    .email__sub .tnp-field .tnp-submit{
height: 40px;
    background: #f05f22;
    font-family: 'Gilroy-Medium', sans-serif;
    width: 100%;
    margin-top: 10px;
    }
    .email__sub .tnp-field .tnp-field-privacy label{
              font-size: 14px;
    color: #42526E;
    margin: 8px 0 0;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
        font-family: 'Gilroy-Regular', sans-serif;
    }
      .email__sub .tnp-field .tnp-field-privacy label input[type="checkbox"]{
           margin-right: 10px;
   }
   .email__comments .wpcf7-form-control.wpcf7-textarea {
   color: #102140;
    font-size: 15px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    min-height: 40px;
    box-shadow: none!important;
    text-align: left;
    border: 0;
    width:100%;
}
.email__comments  input[type="submit"] {
  border: 0 solid #ee3824;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium', sans-serif;
    transition: linear .3s;
    background: #ffa20a;
    background: linear-gradient(-90deg,rgba(255,162,10,1) 0,rgba(253,75,15,1) 100%);
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    display: block;
    margin: auto;

}


@media only screen and (max-width: 1300px) and (min-width: 1171px){
     .consultation__about {
    width: 142px;

    font-size: 13px;}
        .stick {

    top: 95px;
}
.consultation__manager img {
    width: 89%;
}
.consultation__manager {
    text-align: right;
}
    }
@media only screen and (min-width: 900px) and (max-width: 992px){
    .consultation__manager img {
    width: 77% !important;
}
 .consultation__about {
    width: 100px !important;
    font-size: 13px;
    }
    .consultation {
    padding: 20px 10px;
}
}
@media only screen and (max-width: 1170px) and (min-width: 801px) {

        .stick {

    top: 95px;
}
.consultation__about {
    width: 142px;
    font-size: 13px;

}
.consultation__manager img {
    width: 89%;
}

.consultation__manager {
    text-align: right;
}
    .btnshamr .video-container:before{
        height:99%;
    }
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow: auto;

    }.boost {
         padding: 0px 0 0px!important;}
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow: auto;

    }
    .footer--div.btn-white {
        width: auto;
        float: none;
        margin-right: 00px;
        margin-bottom: 30px;
    }
    .our-blog-cap {
        font-size: 27px;
        font-family: 'Gilroy-SemiBold', sans-serif;
        line-height: 40px;
        padding: 10px 0;
    }

    .btn-update {
        right: -32px;
    }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {

    .boost {
        padding: 0px 0 0px!important;}
    .copyright_txt .footer-img{
        display: flex;
        float: none;
        overflow: auto;

    }
    .footer--div.btn-white {
        width: auto;
        float: none;
        margin-right: 00px;
        margin-bottom: 30px;
    }
    .container-770 {
        width: 100%;
        margin: 50px auto 300px;
        padding: 0px 15px;
    }

    .container-770 .tab-content {
        padding-top: 0px;
    }

    .container-770 .nav-tabs > li {
        height: 30px;
        line-height: normal;
    }

    .container-770 .nav-tabs > li > a, .container-770 .nav-tabs > li > a, .container-770 .nav > li > a:focus, .container-770 .nav > li > a:hover, .container-770 ul.nav.nav-tabs li:hover a, .container-770 ul.nav.nav-tabs li.active a {
        padding: 0px 8px !important;
    }

    .container-770 .col-md-6 {
        width: 50%;
        float: left;
    }

    .blog_page main {
        padding: 0px;
    }

    .blog_page .menu-for-mobile img {
        width: 37% !important;
        margin-top: -5px;
    }

    .container-770 ul.nav.nav-tabs li:nth-child(2) {
        width: auto !important;
    }
    .btn-update {

        display: none;
    }
}

@media (max-width:900px) and (min-width: 668px){

    .consultation{display:none;}

    .news__container {
     max-width: 640px;}
}
@media (max-width: 667px) and (min-width: 320px){
    .news__container,.like__dislike{
        display:none;
    }
}
@media (min-width: 320px) and (max-width: 567px) {
    .side-bars.show-side {
        display: none;
    }
}
@media (max-width: 991px) {
#exampleModalCenter .modal-dialog {
    max-width: 80%;
}
}

@media (max-width:767px) {

.cta-post-new {
    padding: 20px 0 15px;
    background-position: center;
}
.cta_hd {
    font-size: 23px;
}
.cta_p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 50px;
}
.btn-cta-new {
    font-size: 15px;
}
li.cta_ic div {
    margin: 5px 10px 0;
    font-size: 14px;
}
}


@media (max-width:575px) {
.cta_hd {
    font-size: 20px;
}
.cta_p {
    font-size: 13px;
    line-height: 20px;
    padding: 0px 14px;
}
.collapse_wrap .card-header a {
    padding: 5px 12px;
}
.collapse_wrap .card-header a h5 {
    font-size: 17px;
}
.blog_main_sec p {
    font-size: 15px!important;
    line-height: 22px !important;
}
}
@media (max-width:375px) {
li.cta_ic div {
    margin: 5px 6px 0;
    color: #fff;
    font-size: 13px;
}
li.cta_ic div img {
    margin-right: 3px;
    width: 21px;
}
}
@media (max-width: 1600px) {
    .popup_form .modal-dialog {
        max-width: 1100px !important;
    }
    .popup_form_area {
        padding: 50px 115px;
    }
    .popup_content {
        padding: 50px 100px 50px 45px;
    }
    .popup_content h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .popup_content p {
        font-size: 19px;
        margin-top: 45px;
        line-height: 27px;
    }
    .popup_form_area h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .popup_form_area .form-control {
        height: 40px;
    }
    .popup_form_area textarea.form-control {
        height: 90px;
    }
    input.btn_sub {
        height: 40px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .popup_content {
        padding: 40px 60px 40px 35px;
    }
    .popup_form .modal-dialog {
        max-width: 950px !important;
    }
    .popup_form_area {
        padding: 50px 85px;
    }
}
@media (max-width: 991px) {
    .popup_form .modal-dialog {
        max-width: 700px !important;
    }
    .popup_content h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .popup_content {
        padding: 35px 20px;
    }
    .popup_content p {
        font-size: 17px;
        line-height: 24px;
    }
    .popup_form_area {
        padding: 35px 45px;
    }
    .popup_form_area:before {
        border-top: 30px solid transparent;
        border-left: 25px solid #ec5606;
        border-bottom: 30px solid transparent;
    }
    .popup_form svg {
        width: 30px;
    }
    .popup_form_area .form-control {
        height: 35px;
    }
}
@media (max-width: 767px) {
     .consultation__about:before {
    left: 20px;}
    .consultation__manager {
    right: -35px;width: 48%;
}
.consultation__about {
    padding-left: 35px;}

    .consultation__description {
    padding-left: 35px;
}
    .popup_form_area:before {
        display: none;
    }
    .popup_form svg {
        display: none;
    }
    .popup_form_area {
        padding: 45px 80px;
    }
    .popup_form .modal-dialog {
        max-width: 80% !important;
    }
}
@media (max-width: 575px) {
    .popup_form .modal-dialog {
        max-width: 90% !important;
        margin: auto;
    }
    .popup_form_area h3 {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 26px;
    }
    .popup_form_area .form-control {
        height: 32px;
        font-size: 10px;
    }
    .popup_form_area textarea.form-control {
        height: 50px;
    }
    input.btn_sub {
        height: 32px;
        font-size: 12px;
        margin-top: 10px;
        padding: 0 20px;
    }
    .popup_form .close {
        top: 10px;
        right: 10px;
        height: 20px;
        font-size: 17px;
        width: 20px;
    }
    .popup_form .form-group {
        margin-bottom: 10px;
    }
    .popup_form_area {
        padding: 35px 20px;
    }
    .blog_main_sec{
        margin:auto;
    }
}

@media (max-width: 383px) {
    .consultation__about:before {
    left: 20px;}

     .consultation__manager img {
    width: 80%;
}
.consultation__about {
    font-size: 12px;
}
.consultation {
    padding: 20px 15px;
}
.consultation__manager {
    right: -35px;width: 48%;
}
.consultation__about {
    padding-left: 35px;}

    .consultation__description {
    padding-left: 35px;
}
}
@media (max-width: 375px) {
    .submit .btn_sub {
        padding: 0 45px 0 0;
        font-size: 10px;
        height: 30px;
        line-height: 29px;
        background-size: contain;
    }

}



 .news__container p{
        position:relative;
        width:100%;

    }
   .news__container .wpcf7-form-control-wrap input[type="email"]{
       display: inline-block;
    padding: 10px 15px;
    height: 40px;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    color: rgba(66,82,110,1) !important;
    border: 1px solid !important;
    border-right: 0!important;
    border-color: rgba(66,82,110,.2)!important;
    border-radius: 4px 0 0 4px ;
        font-family: 'Gilroy-Medium', sans-serif;
        width:100%;
   }

    .news__container input[type="submit"].wpcf7-submit{
           position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    background: #f05f22;
            font-family: 'Gilroy-Medium', sans-serif;
            width:100px;
            color:#fff;
    }

/*subscribe message*/
#subscribe-message{
background: #B5D3B5;
 color: #2E6648;
 padding: 5px 20px;
 border-radius: 5px;
font-size: 13px;
text-align: center;
}


 .news__container  .tnp.tnp-subscription{
     margin:0px;
     padding:0px;
 }


/*SPINNER*/
.news__container .wpcf7-spinner {
position: absolute;
    top: -30px;
    left: -15px;
}


.news__container .wpcf7 form .wpcf7-response-output {
    margin: 10px 10px 0;
    padding: 0px;
    border: 2px solid #00A0D2;
    font-size: 12px;
}


.news__container .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46B450!important;
    background: #ABE5B0;
    padding: 5px;
    color: #154C22;
}


@media (max-width: 766px) {
footer.footer  a{
        display:block;
        height: 48px;
    line-height: 48px;
    }
    .copyright_txt ul#menu-footer-menu li{
        display:block;
        padding:0;
        margin:0;
    }
    .copyright_txt ul#menu-footer-menu li a{
           display:block;
        height: 48px;
    line-height: 48px;
    }
    .feature_img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    min-height: 160px;
    }
    .blog_main_thumb{    width: 100%;
    height: 160px;
    }
    .blog_main_sec ul li a{
        height: 48px;
    line-height: 48px;
    display: inline-block;
    }

}

@media (max-width: 1399px) and (min-width: 1200px){
   #menu-center.stick {
    top: 100px;
}
.stick .table-of-content li a {
    font-size: 14px;
}
}
