@font-face {
    font-family: avenir-black;
    src: url(../text_fonts/AvenirLTStd-Black.otf);
}

@font-face {
    font-family: avenir-roman;
    src: url(../text_fonts/AvenirLTStd-Roman.otf);
}

@font-face {
    font-family: avenir-book;
    src: url(../text_fonts/AvenirLTStd-Book.otf);
}

body {
    font-family: avenir-book;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

body.modal-open {
    padding: 0 !important;
}

.no_padding {
    padding: 0;
}

.main_home_div {
    float: left;
    width: 100%;
    background-image: url(../images/home_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.header_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
}

.header_main.active {
    background: #fff;
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0px 0px 5px 1px #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
    z-index: 15;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.header_main .navbar-inverse {
    background-color: transparent;
    border: none;
    display: block;
    padding: 25px 0;
    margin: 0;
}

.header_main .navbar-inverse .navbar-nav>li>a:focus,
.header_main .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    font-we transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.header_main .navbar-brand {
    height: auto;
    padding: 0;
}

.header_main .navbar-inverse .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #fff;
    right: 0;
    left: 0;
    bottom: 6px;
    margin: auto;
    opacity: 0;
    transition: 0.2s ease-in;
}

.header_main .navbar-inverse .navbar-nav>li>a:hover:after {
    opacity: 1;
    transition: 0.2s ease-in;
}

.header_main .navbar-inverse .navbar-nav>li>a {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.header_main .navbar-nav>li {
    padding: 0;
}

.header_main .navbar-inverse .navbar-nav>.active>a {
    background-color: transparent;
    color: #154DF3;
}

.header_main .navbar-collapse {
    padding: 0;
}

.banner_content {
    float: left;
    width: 100%;
    text-align: center;
    padding: 210px 15px;
}

.adc_blue_logo {
    display: none;
    max-width: 161px;
    height: auto !important;
}

.header_main.active .adc_blue_logo {
    display: block;
}

.header_main.active .adc_white_logo {
    display: none;
}

.header_main.active .navbar-inverse .navbar-nav>li>a {
    color: #000;
}

.header_main.active .navbar-inverse .navbar-nav>li>a:hover,
.header_main.active .navbar-inverse .navbar-nav>li>a:focus {
    color: #154DF3;
}

.header_main.active .navbar-inverse .navbar-nav>li>a:hover:after,
.header_main.active .navbar-inverse .navbar-nav>li>a:focus:after {
    background-color: #154DF3;
}

.banner_content h1 {
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 900;
    margin-top: 40px;
}

.banner_content p {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
    font-weight: 500;
}

.inner_banner_div .banner_content p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.it_services_block {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.heading_black_bluefill {
    float: left;
    text-align: center;
    width: 100%;
}

.heading_black_bluefill h2 {
    font-size: 40px;
    line-height: 55px;
    font-style: normal;
    color: #06080D;
    font-family: avenir-roman;
    padding-bottom: 50px;
}

.heading_black_bluefill span {
    background-color: #0720FF;
    color: #fff;
    padding: 0 5px;
}

.service_boxes_wrap {
    float: left;
    width: 100%;
    display: flex;
}

.box_wrap {
    text-align: center;
    float: left;
    display: flex;
    flex-direction: column;
    padding-right: 95px;
}

.box_wrap:last-child {
    padding-right: 0;
}

.icon_holder {
    float: left;
    background: rgba(7, 32, 255, 0.05);
    border-radius: 500px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.icon_holder img {
    width: 40px;
}

.content_holder {
    float: left;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
}

.content_holder h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0 15px;
}

.content_holder p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(44, 45, 51, 0.75);
    margin: 0;
    transition: 0.3s ease;
}

section.development_wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.heading_black_underline {
    background: #F7F7F7;
    padding: 50px 30px 85px;
    width: 100%;
}

.heading_black_underline {
    float: left;
    width: 100% color: #06080D;
}

.heading_black_underline h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
}

.heading_black_underline h2 span {
    font-family: avenir-black;
    border-bottom: 2px solid #0720FF;
    display: inline;
    padding-bottom: 5px;
}

.development_items_wrap {
    float: left;
    width: 100%;
    display: flex;
}

.development_item a {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.development_item a img {
    width: 100%;
    max-width: none;
}

.dev_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dev_content p {
    color: #FFFFFF;
    font-weight: 800;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
}

.development_item a {
    -webkit-transition: -moz-transform .3s ease-in-out;
    -moz-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.development_item a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.development_item {
    width: 25%;
}

section.footer_main {
    float: left;
    width: 100%;
    /*background-color: #F2F2F2;*/
    padding-top: 70px;
    background-size: cover;
    background-image: url(../images/curve.svg);
    background-position: center;
}

.footer_top {
    display: flex;
    justify-content: space-between;
}

.box_wrap_footer {
    display: flex;
    flex-direction: column;
    float: left;
    width: 25%;
    padding-right: 50px;
}

.box_wrap_footer:last-child {
    padding: 0;
}

h5.footer_heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #06080D;
    padding-bottom: 20px;
}

.desc_footer {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.desc_footer p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 600;
}

.desc_footer a {
    color: #06080D;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    text-decoration: none;
}

.desc_footer a:hover,
.desc_footer a:focus {
    text-decoration: none;
    color: #0720FF;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.cities_main {
    display: flex;
    justify-content: space-between;
}

.cities_wrap {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.cities_wrap:last-child {
    padding-right: 0;
}

.cities_wrap p {
    color: #06080D;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
}

.box_wrap_footer:nth-child(2) {
    width: 15%;
}

.box_wrap_footer:nth-child(3) {
    width: 35%;
}

.footer_bottom {
    float: left;
    width: 100%;
    background: #06080D;
    padding: 8px 15px;
    color: #fff;
    margin-top: 20px;
}

.bottom_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.ftr_social_icon a {
    background: #ffffff;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    float: left;
    line-height: 35px;
    text-align: center;
    color: #06080D;
    font-size: 16px;
    margin-left: 15px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.ftr_social_icon a:first-child {
    margin-left: 0;
}

.ftr_social_icon a:hover {
    background-color: #06080D;
    color: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.ftr_social_icon a i {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
}

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

section.blog_section_main {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.blog_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blog_box {
    width: 47%;
    margin-right: 50px;
}

.blog_box:nth-child(even) {
    margin-right: 0;
}

.image_holder {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.image_holder img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.img_desc_blog {
    display: flex;
    width: 100%;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.img_desc_blog a {
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #0720FF;
    padding-right: 10px;
}

.img_desc_blog a:last-child {
    padding-right: 0;
}

.img_desc_blog a:hover,
.img_desc_blog a:focus {
    text-decoration: none;
}

.calendar_box {
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 45, 51, 0.5);
    font-weight: 600;
}

.blog_headings {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.blog_headings h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 34px;
    color: #06080D;
    min-height: 70px;
}

.blog_headings h5 a {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    color: #06080D;
}

.blog_headings h5 a {
    color: #06080D;
}

.blog_headings h5 a:hover,
.blog_headings h5 a:focus,
.blog_headings h5 a:active {
    text-decoration: none;
}

.blog_desc {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.blog_desc p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(44, 45, 51, 0.75);
    font-weight: 600;
}

section.top_companies_main {
    float: left;
    width: 100%;
    background: linear-gradient(108.07deg, #F71051 2.01%, #F5503C 100%);
    padding: 50px 0 100px;
}

.top_companies_wrap {
    float: left;
    width: 100%;
}

.heading_white_underline {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
}

.heading_white_underline h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.heading_white_underline h3 span {
    display: inline;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.heading_white_underline p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.company_main_box {
    float: left;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.company_wrap {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(78, 7, 7, 0.15);
    border-radius: 10px;
    padding: 40px 15px 10px;
    text-align: center;
    width: 18.5%;
}

.company_wrap p {
    /* padding: 50px 0 20px;*/
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #06080D;
    padding-bottom: 20px;
}

.company_wrap span {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: rgba(44, 45, 51, 0.5);
    font-weight: 600;
}


/*
.company_wrap:last-child {
    padding-top: 8px;
}

.company_wrap:last-child p {
    padding-top: 15px;
}
*/

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

section.consulation_section {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.cosulation_wrap {
    text-align: center;
    float: left;
    width: 100%;
}

h3.heading_bold_black {
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    color: #06080D;
    text-align: center;
    font-family: avenir-black;
    padding-bottom: 20px;
}

.heading_bold_black {
    font-weight: 800;
    color: #06080D;
    text-align: center;
    font-family: avenir-black;
    padding-bottom: 20px;
}

.cosulation_wrap p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #06080D;
    padding-bottom: 50px;
}

a.btn_orange {
    background: #FFAB15;
    border-radius: 5px;
    padding: 12px 20px;
    color: #5C3B00;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
}

a.btn_orange i {
    padding-left: 24px;
    font-weight: 100;
}

a.btn_orange:hover,
a.btn_orange:focus,
a.btn_orange:active {
    text-decoration: none;
    background-color: #ffab15bf;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

section.recent_writings {
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

.recent_writings_wrap {
    float: left;
    width: 100%;
}

.recent_blogs_main {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: space-between;
}

.recent_blog_box {
    display: flex;
    flex-direction: column;
    width: 30.4%;
    margin-right: 50px;
    padding-bottom: 50px;
}

.recent_blog_box:nth-child(3n+0) {
    margin-right: 0;
}

.recent_image_holder {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
}

.recent_image_holder img {
    /*object-fit: cover;*/
    width: 100%;
}

h5.blog_inner_heading {
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #06080D;
    padding: 20px 0 15px;
    min-height: 142px;
}

.recent_blog_box p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(44, 45, 51, 0.75);
}

.recent_blog_box:hover .recent_blog_box h5 {
    color: #0720FF;
}

.recent_blog_box a:hover,
.recent_blog_box a:focus,
.recent_blog_box:active {
    text-decoration: none;
}

.recent_blog_box a {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.recent_blog_box a:hover h5.blog_inner_heading,
.recent_blog_box a:focus h5.blog_inner_heading,
.recent_blog_box a:active h5.blog_inner_heading {
    color: #0720FF;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.more_btn_wrap {
    text-align: center;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.border-btn {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #06080D;
    border: 1px solid #F71051;
    border-radius: 5px;
    padding: 12px 25px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.border-btn i {
    margin-left: 20px;
}

.border-btn:hover,
.border-btn:focus,
.border-btn:active {
    color: #F71051;
    text-decoration: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

section.send_article_main {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-image: url(../images/curve.svg);
    background-position: top center;
}

.article_wrap {
    background: linear-gradient(92.2deg, #0779FF 1.75%, #0779FF 99.14%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    float: left;
    width: 85%;
    text-align: center;
    padding: 70px 0;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.white_heaidng_article {
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.border-btn-white {
    color: #fff;
    border: 1px solid #fff;
    padding: 12 40px;
}

.border-btn-white:hover,
.border-btn-white:focus,
.border-btn-white:active {
    color: #fff;
}

.bg_grey_relative {
    float: left;
    width: 100%;
    /*background-color: #F2F2F2;*/
    position: relative;
    height: 160px;
}

.development_item a .icon_holder_dev img {
    width: auto;
    max-width: 100%;
}

.icon_holder_dev {
    text-align: center;
    padding-bottom: 15px;
    min-height: 115px;
}

.header_main .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.header_main .navbar-toggle .middle-bar {
    opacity: 0;
}

.header_main .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.header_main .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #000;
}

.header_main .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.header_main .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.header_main .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.header_main .navbar-toggle {
    background: transparent !important;
    border: none;
}

.header_main .navbar-toggle:hover {
    background: transparent !important;
    border: none;
}


/*internal page css*/

.inner_banner_div {
    float: left;
    width: 100%;
    /*background-image: url(../images/inner_blog_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

section.blog_details {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #F7F7F7;
}

section.blog_details p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;
    color: #2C2D33;
}

section.wesites_main {
    float: left;
    width: 100%;
    background-color: #F7F7F7;
}

.website_wrap {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 30px;
}

.web_upper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;
    padding: 15px;*/
    border-bottom: 1px solid #EEEEEE;
    flex-wrap: wrap;
}

.company_intro h5 {
    font-weight: 900;
    font-size: 30px;
    line-height: 41px;
}

.company_intro p {
    font-size: 12px;
    line-height: 16px;
    color: #2C2D33;
}

.star_icons {
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.star_icons i {
    color: #FFB800;
    padding-right: 5px;
}

.star_icons i:last-child {
    padding-right: 0;
}

.star_icons p {
    font-size: 15px;
    line-height: 20px;
    color: #2C2D33;
    padding: 0 8px;
}

.star_icons span {
    font-size: 15px;
    line-height: 20px;
    color: #0066FF;
}

.address_wrap a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #06080D;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.address_wrap img {
    padding-right: 12px;
}

.address_wrap {
    padding-bottom: 15px;
}

.address_wrap:last-child {
    padding-bottom: 0;
}

.address_wrap a:hover,
.address_wrap a:focus,
.address_wrap a:active {
    text-decoration: none;
    color: #0720FF;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.logo_wrap_web {
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.logo_wrap_web img {
    object-fit: fill;
}

.logo_wrap {
    max-height: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    justify-content: center;
}

.company_intro {
    width: 47%;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.company_address {
    width: 33%;
    padding: 15px;
}

.web_middle {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.web_middle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(44, 45, 51, 0.75);
}

.web_lower {
    float: left;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web_desc {
    display: flex;
    align-content: flex-start;
}

.web_desc_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 25px 5px 25px;
    border-right: 1px solid #EEEEEE;
}

.web_desc_box:first-child {
    padding-left: 15;
}

.web_desc_box:last-child {
    border-right: none;
}

.web_desc_box p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: rgba(44, 45, 51, 0.5);
}

.web_desc_box span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #06080D;
}

.button_gradiant,
.tnp-button {
    background: linear-gradient(108.07deg, #F71051 2.01%, #F5503C 100%);
    border-radius: 5px;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.button_gradiant i {
    padding-left: 24px;
}

.form-control-style {
    background: #F2F2F2;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 12px;
    height: 40px;
}

textarea.form-control-style {
    height: 150px;
    resize: none;
}

.form_consulataion {
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 20px 10px;
    width: 100%;
}

.form_consulataion .form-group {
    margin-bottom: 10px;
}

.form_heading {
    font-weight: 900;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #06080D;
}

.form_consulataion .form_heading {
    padding-bottom: 20px;
}

.sample_desc_div {
    float: left;
    width: 100%;
}

.sample_desc_div p {
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    color: #2F3D56;
    padding: 10px 0;
}

.devices_box {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.devices_box p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #3B3B3B;
    background: #E0E0E0;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.blog_sample_main {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 50px;
}

.image_holder_sample {
    float: left;
    width: 100%;
    padding-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.website_wrap:last-child {
    margin-bottom: 50px;
}


/*category css*/

.wesites_main .image_holder {
    height: 218px;
}

.wesites_main .blog_headings h5 {
    font-size: 23px;
    min-height: 105px;
}

.category_banner {
    background-image: url(../images/category_banner.png);
}

.pd_t_50 {
    padding-top: 50px;
}

span.verticle_line_div {
    width: 2px;
    background-color: #fff;
    height: 15px;
    display: inline-block;
    margin: 0 20px;
}


/*.material-textfield {
  position: relative; 
  width: 100%;
  margin-bottom: 20px; 
}

.material-textfield label {
  position: absolute;
  font-size: 14px;
  line-height: 19px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .2s ease-out;
  transform-origin: left top;
  pointer-events: none;
  font-weight: 500;
}
.material-textfield input, .material-textfield textarea {
  font-size: 14px;
  line-height: 19px;
  outline: none;
  border: 1px solid #EDEDED;
  border-radius: 5px;  
  padding: 10px 12px;
  color: gray;
  transition: 0.2s ease-out;
  width: 100%;
}
.material-textfield input:focus , .material-textfield textarea:focus {
  border-color: #3395cc;  
}
.material-textfield input:focus + label, .material-textfield textarea:focus + label {
  color: #3395cc;
  top: 0;
  transform: translateY(-50%) scale(.9);
  background-color: #fff;
}
.material-textfield input:not(:placeholder-shown) + label, .material-textfield textarea:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}
.material-textfield label.text-area_label {
  top: 15%;
}
.material-textfield textarea {
    height: 150px;
    resize: none;
}*/


/*blog css*/

.button_gradiant:focus {
    outline: none;
}

.blog_page_main {
    float: left;
    width: 100%;
}

.blog_banner {
    background-image: url(../images/blog_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_box_new {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.left_aside {
    display: flex;
    width: 29%;
}

.left_aside .image_holder {
    max-width: 245px;
    max-height: 143px;
    width: 100%;
    height: 100%;
}

.right_aside {
    float: left;
    width: 71%;
    padding-left: 30px;
}

.right_aside a {
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #0720FF;
}

.right_aside .blog_headings {
    padding: 15px 0;
}

.right_aside .blog_desc {
    padding-bottom: 15px;
}

.share_wrap {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seen_box p {
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 45, 51, 0.5);
}

.seen_box span {
    padding-left: 10px;
}

.seen_box i {
    font-size: 16px;
}

.right_aside .share_icon_wrap a {
    color: #FFAB17;
    border-radius: 2px;
    font-size: 24px;
    line-height: 24px;
}

.blog_links_main {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.blog_links_main a {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 19px;
    color: #06080D;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.blog_links_main a:last-child {
    margin-bottom: 0;
}

.blog_links_main a:hover,
.blog_links_main a:focus,
.blog_links_main a:active {
    text-decoration: none;
    border-color: #0720FF;
}

.links_wrap {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.grey_text_subscribe {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(44, 45, 51, 0.75);
    padding-bottom: 20px;
}

.subscribe_from .button_gradiant {
    width: 100%;
}

.button_blue {
    background: linear-gradient(92.2deg, #0779FF 1.75%, #0779FF 99.14%);
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    padding: 12px 20px;
    width: 100%;
    border: none;
    color: #fff;
}

.button_blue:hover,
.button_blue:focus,
.button_blue:active {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.write_for_us_box {
    background: #F7F7F7;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 20px 10px;
    margin: 50px 0;
}

.write_for_us_box:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
}

.write_for_us_box .form_heading {
    padding-bottom: 20px;
}


/*write us */

.write_us_banner {
    background-image: url(../images/write_us_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.write_us_main {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
}

.write_us_main p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(44, 45, 51, 0.75);
    display: block;
}

.write_us_main strong {
    font-weight: 900;
    font-size: 16px;
    line-height: 40px;
    color: #06080D;
}

.write_us_main h5 {
    font-weight: 900;
    font-size: 30px;
    line-height: 41px;
    color: #06080D;
    float: left;
    width: 100%;
    padding: 20px 0;
}

.write_us_main p a {
    word-break: break-all;
    color: #18A0FB;
}

.write_us_main p a:hover,
.write_us_main p a:focus,
.write_us_main p a:active {
    text-decoration: none;
}

.write_us_main hr {
    float: left;
    width: 100%;
    border: 1px solid #EDEDED;
}

.recent_writings_main,
.twitter_wrap {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.twitter_wrap .form_heading,
.recent_writings_main .form_heading {
    text-align: left;
    padding-bottom: 20px;
}

.writings_wrap_bg {
    float: left;
    width: 100%;
    background-image: url(../images/recent_post_bg.png);
    background-size: cover;
    background-position: center;
    padding: 15px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

.writings_wrap span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(44, 45, 51, 0.75);
    padding-top: 10px;
    font-weight: 500;
}

.writings_wrap_bg span {
    color: #ffffff;
}

.recent_writings_main .no_padding {
    padding: 0;
}

.recent_writings_main p {
    float: left;
    width: 100%;
}

.recent_writings_main span {
    display: inline-block;
}

.writings_wrap {
    float: left;
    width: 100%;
}

.twitter_plugin_wrap {
    float: left;
    width: 100%;
}

.twitter_plugin_wrap img {
    width: 100%;
}

.write_us_main li {
    color: rgba(44, 45, 51, 0.75);
}

.write_us_main ul li::marker {
    font-size: 20px;
    color: #06080D;
}

.write_us_main ul li {
    font-size: 16px;
    line-height: 40px;
    color: rgba(44, 45, 51, 0.90);
}

.write_us_main ul {
    padding-left: 20px;
}

.write_us_main img {
    display: block;
}


/*social icons*/

.blog_box_new:last-child {
    padding-bottom: 70px;
}

.share_icon_wrap {
    position: relative;
}

.social_share_btn_main {
    float: left;
    width: auto;
    display: flex;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: absolute;
    right: 0;
    margin-top: 8px;
}

.social_share_btn_main a {
    padding: 14px 17px;
    background: #f1f1f1;
    position: relative;
    width: 100%;
    display: inline-block;
}

.social_share_btn_main a:first-child {
    color: #3b5998;
}

.social_share_btn_main a:nth-child(2) {
    color: #00acee;
}

.social_share_btn_main a:nth-child(3) {
    color: #3b5998;
}

.social_share_btn_main a:nth-child(4) {
    color: #0e76a8;
}

.social_share_btn_main a:hover {
    background: #3b5998;
    color: #fff!important;
}

.social_share_btn_main a i {
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}

.social_share_btn_main a:hover i {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 0 0 #fff;
}

.social_btn_display {
    display: none;
}

.social_btn_display.collapse {
    display: none;
}

.social_btn_display.collapse.in {
    display: block;
}

.social_btn_display .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}


/* designer 6 css start */

.privancy_policy {
    margin: 150px 0px 80px;
}

.text_center {
    text-align: center;
}

.light_header.header_main .navbar-inverse .navbar-nav>li>a {
    color: #06080D;
}

.light_header.header_main .navbar-inverse .navbar-nav>li>a:focus,
.light_header.header_main .navbar-inverse .navbar-nav>li>a:hover {
    color: #154DF3;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}


/*.header_main .navbar-inverse .navbar-nav>li>a:hover {
    color: rgba(255,255,255,0.8);
}*/

.privancy_policy h1 {
    font-size: 50px;
    line-height: 68px;
    color: #06080D;
    font-weight: bold;
    margin-bottom: 20px;
}

.privancy_policy h6 {
    font-size: 18px;
    line-height: 25px;
    color: #06080D
}

.privancy_content {
    padding: 50px 0px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.privancy_content p {
    margin-bottom: 20px;
}

.privancy_content h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.privancy_content ul {
    padding: 0px;
    padding-left: 18px;
    margin-bottom: 20px;
}

.privancy_content ul li {
    color: rgba(6, 8, 13, 0.75);
    padding-bottom: 10px;
}

.category_banner {
    background-image: url(../images/contact_banner.png);
    height: 360px;
}

.category_banner .banner_content {
    padding: 164px 15px 98px;
}

.contact_section {
    background-color: #F9F9F9;
    padding: 60px 0px 80px;
    float: left;
    width: 100%;
}

.contact_section h2 {
    font-size: 40px;
    line-height: 55px;
    color: #06080D;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact_section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.form_div {
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 20px;
}

.form_div .form-control {
    background: #F7F7F7;
    border-radius: 5px;
    height: 50px;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    /*color: rgba(0, 0, 0, 0.5);*/
    color: rgba(0, 0, 0, 0.8);
}

.form_div textarea.form-control {
    height: auto;
    padding: 15px 10px;
}

.form_div .form-group label {
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #3B3B3B;
}

button.yw_button {
    padding: 12px 22px;
    border: none;
    background: #FFAB15 !important;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #5C3B00 !important;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

button.yw_button:hover {
    transition: all .2s ease-in;
    -webkit-box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
}

input.yw_button {
    padding: 12px 22px;
    border: none;
    background: #FFAB15 !important;
    border-radius: 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #5C3B00 !important;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
}

input.yw_button:hover {
    transition: all .2s ease-in;
    -webkit-box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 13px -1px rgba(0, 0, 0, 0.75);
}

.captch {
    margin-top: 10px;
}

button.yw_button img {
    padding-left: 10px;
}

.about_banner {
    background-image: url(../images/about_banner.svg);
}

section.about_main {
    float: left;
    width: 100%;
}

.same_div {
    display: flex;
    /* width: 100%; */
    margin: 60px 0px 30px;
}

.about_inner h2 {
    font-size: 40px;
    line-height: 55px;
    color: #06080D;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_inner p {
    font-size: 18px;
    line-height: 30px;
    color: #06080D;
    margin-bottom: 20px;
    text-align: center;
}

.category_inner {
    text-align: center;
}

section.about_category {
    float: left;
    width: 100%;
    margin: 50px 0px;
}

.cat_image {
    width: 75px;
    height: 75px;
    background-color: rgba(7, 32, 255, 0.05);
    border-radius: 100%;
    line-height: 75px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}

.category_inner h3 {
    font-size: 18px;
    line-height: 25px;
    color: #06080D;
    font-weight: bold;
    margin-bottom: 15px;
}

.category_inner p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(44, 45, 51, 0.75);
}

.about_category h2 {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    color: #06080D;
    font-weight: bold;
    margin-bottom: 40px;
}

.footer_main ul {
    padding: 0;
    list-style: none;
}

.footer_main ul li a {
    color: #06080D;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    text-decoration: none;
    text-decoration: none;
}

.footer_main ul li a:hover {
    text-decoration: none;
    color: #0720FF;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-i
}

.blog_section .tag_inner a {
    background: rgba(7, 32, 255, 0.1);
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
    font-weight: bold;
    color: #0720FF;
    text-decoration: none;
    display: inline-block;
}

.blog_section a {
    text-decoration: none;
}

.blog_section .tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 45, 51, 0.5);
    margin-bottom: 10px;
}

.margin_left_30 {
    margin-left: 30px;
}

.blog_content {
    margin-top: 20px;
}

.post h2 {
    margin-top: 20px;
    font-weight: bold;
}

.blog_content p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px;
}

.blog_content h2,
h3,
h4,
h4,
h6 {
    font-weight: bold;
    margin: 10px 0px;
    padding: 10px 0px;
}

.post_footer .share_link {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 25px 0px;
    margin-top: 15px;
}

.post_footer .share_link a {
    border: 1px solid #EDEDED;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 5px;
    transition: 0.3s ease;
}
.post_footer .share_link a:hover {
    background-color: #f3f3f6;
    transition: 0.3s ease;
}
.post_footer .share_link a i {
    margin-right: 5px;
}

.share_link a.facebook {
    color: #1877F2;
}

.share_link a.twitter {
    color: #08A0E9;
}

.share_link a.linked {
    color: #2867B2;
}

.share_link a.pint {
    color: #E60023;
}

img.round {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.other_info {
    display: flex;
    margin: 50px 0px 30px;
}

.other_info .left_side {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: start;
}

.other_info .left_side .text_info {
    margin-left: 20px;
}

.other_info h6 {
    font-size: 18px;
    line-height: 30px;
    color: rgba(44, 45, 51, 0.5);
    padding: 0;
    margin: 0;
}

.other_info h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.left_side {
    /* border-right: 1px solid #EDEDED;
    padding-right: 50px; */
    width: 35%;
}

.right_side {
    width: 65%;
}

.right_side p {
    font-size: 16px;
    line-height: 30px;
    color: #2C2D33;
    padding-left: 20px;
}

.divider {
    border: 1px solid #EDEDED;
}

.bg_post {
    background-image: url('../images/rec_blog_bg.png');
    height: 150px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #fff;
    justify-content: flex-end;
    background-size: cover;
}

.post_list h4 {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
}

.post_list span {
    font-size: 12px;
    line-height: 16px;
}

.post_inner {
    border-radius: 5px;
    margin: 15px 0px;
}

.round_line {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 0px 10px;
}

.round_line h4 {
    color: #06080D
}

.round_line span {
    color: rgba(44, 45, 51, 0.75);
}

.post_list {
    margin: 15px 0;
}

.subscribe_form {
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    padding: 15px 10px;
}

.subscribe_form h3 {
    margin: 0px;
}

.subscribe_form p {
    margin-bottom: 10px;
}

.subscribe_form input {
    width: 100%;
    border: none;
    background: #F2F2F2;
    height: 40px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    color: #828282;
    padding: 0px 10px;
}

.subscribe_form p {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 15px;
    color: rgba(44, 45, 51, 0.75);
}

.subscribe_form button {
    width: 100%;
    background: linear-gradient(108.07deg, #F71051 2.01%, #F5503C 100%);
    border-radius: 5px;
    border: none;
    height: 49px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    font-weight: bold;
}

.write {
    padding: 20px 10px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 5px;
    margin-top: 30px;
}

.write h3 {
    margin: 0px;
}

.write p {
    font-size: 12px;
    line-height: 16px;
    color: rgba(44, 45, 51, 0.75);
    padding: 0px 15px;
}

.write button {
    width: 100%;
    background: linear-gradient(92.2deg, #0779FF 1.75%, #0779FF 99.14%);
    border-radius: 5px;
    border: none;
    margin-top: 15px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.rec_post img {
    border-radius: 10px;
}

.rec_post .image_holder {
    height: 250px;
}

section.recent_post h2 {
    font-weight: bold;
    margin: 40px 0px;
}

section.recent_post a {
    color: #2C2D33;
    text-decoration: none;
}

section.recent_post h4 {
    font-size: 25px;
    line-height: 34px;
    min-height: 120px;
}

section.recent_post a.tag_link {
    font-size: 14px;
    line-height: 19px;
    color: #0720FF;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

section.recent_post span {
    font-size: 14px;
    line-height: 19px;
    color: rgba(44, 45, 51, 0.5);
}

section.recent_post span i {
    margin-right: 5px;
}

.margin_10 {
    margin-left: 10px;
}

section.recent_post {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.m-auto {
    margin: auto;
}

.blog_section h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 61px;
    color: #000000;
}

.blog_section {
    margin-top: 100px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.margin_top {
    margin-top: 40px;
}


/* designer6 css end */


/*UI issues fixes*/

.post_pagination .pagination>li>a,
.post_pagination .pagination>li>span {
    background-color: #f9f3f3;
    padding: 10px 18px;
    color: rgba(44, 45, 51, 0.75);
    border: 1px solid #d2cece;
}

.post_pagination .pagination>li>a:focus,
.post_pagination .pagination>li>a:hover,
.post_pagination .pagination>li>span:focus,
.pagination>li>span:hover {
    background: #0779FF;
    color: #fff;
    border: 1px solid #0779FF;
}

.post_pagination .pagination>li>a.active {
    background: #0779FF;
    color: #fff;
    border: 1px solid #0779FF;
}

.post_pagination {
    float: left;
    width: 100%;
}

section.dynamic_category_banner {
    float: left;
    width: 100%;
    position: relative;
}

section.dynamic_category_banner .banner_content {
    float: left;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 0;
}

section.dynamic_category_banner .banner_content h1 {
    margin: 0;
}

section.dynamic_category_banner img {
    object-fit: cover;
    height: 360px;
}

.tnp-button {
    background: linear-gradient(108.07deg, #F71051 2.01%, #F5503C 100%) !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 12px 25px !important;
    color: #fff !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    line-height: 25px !important;
    margin-top: 10px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.tnp-button :hover,
.tnp-button :focus,
.tnp-button :active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

.blog_section ol {
    padding-left: 15px;
}

.blog_section ol li {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px 20px;
}


/*Thankyou page start here*/

.thankyou-banner {
    min-height: 691px;
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96.65deg, rgba(7, 32, 255, 0.6) 34.74%, rgba(255, 47, 7, 0.6) 82.85%);
}

.thankyou-banner .banner_content {
    padding: 0;
}

.thank_title {
    text-align: center;
    padding: 60px 0;
    float: left;
    width: 100%;
}

.thank_title h2 {
    font-weight: 800;
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 20px;
}

.thank_title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.thank_title a {
    font-size: 30px;
    line-height: 41px;
    color: #0049FF;
    text-decoration: none;
}

.thank_blog h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    color: #06080D;
}

.blog_section_inner {
    margin: 20px 0;
}

.blog_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog_section_inner a {
    text-decoration: none;
}

.blog_section_inner h4 {
    font-size: 26px;
    line-height: 36px;
    color: #06080D;
    transition: 0.5s ease;
}

.blog_section_inner h4:hover {
    color: #0720FF;
    transition: 0.5s ease;
}

.blog_section_inner p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(44, 45, 51, 0.75);
    text-overflow: ellipsis;
}

.margin_bottom_none {
    margin-bottom: 20px !important;
}


/*Thankyou page end here*/

.full_bg .banner_content {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    min-height: 360px;
}

.full_bg .image_banner {
    position: relative;
}

.full_bg .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(103.76deg, rgba(7, 32, 255, 0.6) 37.64%, rgba(255, 47, 7, 0.6) 88.94%)
}

.full_bg .image_banner img {
    width: 100%;
    object-fit: cover;
    height: 360px;
}

.write_us_main ul {
    display: flex;
    flex-direction: column;
}

.wesites_main {
    padding-bottom: 50px;
}

section.send_article_main:after {
    content: '';
    position: absolute;
    bottom: -36px;
    background-color: #F2F2F2;
    width: 100%;
    /* z-index: 99999; */
    height: 90px;
    left: 0;
    right: 0;
}


/*section.wesites_main.pd_t_50 {
    background-color: #E7E7E7;
    position: relative; 
}*/

section.wesites_main:after {
    position: absolute;
    content: ' ';
    height: 40px;
    bottom: -33px;
    background-color: #F9F9F9;
    z-index: -1;
    width: 100%;
}

section.wesites_main {
    position: relative;
}

.contact_section {
    position: relative;
}

.contact_section:after {
    position: absolute;
    content: ' ';
    height: 40px;
    bottom: -33px;
    background-color: #F9F9F9;
    z-index: -1;
    width: 100%;
}

.blog_headings h5 a:hover {
    color: #154DF3;
    transition: 0.2s ease;
}

.blog_headings h5 a {
    transition: 0.2s ease;
}

section.blog_section ul {
    padding-left: 15px;
}

section.blog_section ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px 20px;
}

.es_subscription_form label {
    width: 100%;
}

.es_subscription_form input {
    background: #F2F2F2;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    color: #040404;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 12px;
    height: 40px;
    width: 100%;
    font-weight: 400;
}

.es_subscription_form input.es_submit_button {
    background: linear-gradient(108.07deg, #F71051 2.01%, #F5503C 100%);
    border-radius: 5px;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    min-height: 49px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.es_subscription_form input.es_submit_button:hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

section.footer_main .widget.widget_email-subscribers-form {
    margin-top: 10px;
}

section.footer_main .widget.widget_email-subscribers-form .es_subscription_form input {
    background-color: #fff;
}

section.footer_main .widget.widget_email-subscribers-form .es-field-wrap {
    margin-bottom: 0;
}

.header_main .navbar-inverse .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 0.8);
}

a:focus {
    outline: none !important;
}


/*footer .emaillist {
	position: relative !important;
}
footer .emaillist span#spinner-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}*/

.recent_blog_box h2 {
    font-size: 26px;
    min-height: 100px;
}

.article_wrap a:hover {
    background-color: #fff;
    color: #0779FF;
}

.box_wrap:hover .content_holder {
    color: #0720FF!important;
    transition: 0.3s ease;
}
.box_wrap:hover .content_holder p {
    font-weight: 800;
    transition: 0.3s ease;
}
.category_inner h3 {
	transition: 0.3s ease;
}
.category_inner:hover h3 {
	color: #0720FF;
	transition: 0.3s ease;
}
.category_inner p {
	transition: 0.3s ease;
}
.category_inner:hover p {
	font-weight: bold;
	transition: 0.3s ease;
}
.new_padding .banner_content {
            padding: 140px 15px;
}
ul.links_sitemap {
    list-style: disc;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #000;
    padding-left: 20px;
}
ul.links_sitemap li {
    padding-bottom: 10px;
}
ul.links_sitemap li a {
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
}
ul.links_sitemap li::marker {
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    transition: 0.5s all;
}
ul.links_sitemap li a:hover {
    color: rgba(0,0,0,1);
    transition: 0.5s all;
}
ul.links_sitemap a:before, ul.links_sitemap a:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}
ul.links_sitemap a {
  padding-top: 10px;
  position: relative;
}
ul.links_sitemap a:before {
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #000;
  transform: scaleX(0);
}
ul.links_sitemap a:hover:before {
  transform: scaleX(1);
}
