/************************************
    File Name: style.css
    Template Name: SeoTime
    Created By: HTML Design
    Website: https://html.design
    Version: 1.0
************************************/

/************************************
    [Table of contents]

    1. IMPORT FILES
    2. SKELETON
    3. TOPBAR
    4. HEADER
    5. SECTION
    6. PARALLAX
    7. SIDEBAR
    8. BLOG & PAGE
    9. TESTIMONIALS
    10. WP CORE
    11. MODULES
    12. BOOKS
    13. SEO TEST
    14. PRICING BOX
    15. SERVICES & CASE
    16. FOOTER
    17. MISC
    18. COLORS
    19. GRADIENT
    20. RESPONSIVE

************************************/

/************************************
IMPORT FILES
************************************/

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-competition:before {
    content: "\f100";
}

.flaticon-content:before {
    content: "\f101";
}

.flaticon-html:before {
    content: "\f102";
}

.flaticon-cup:before {
    content: "\f103";
}

.flaticon-phone-call:before {
    content: "\f104";
}

.flaticon-chat:before {
    content: "\f105";
}

.flaticon-user:before {
    content: "\f106";
}

.flaticon-home-marker:before {
    content: "\f107";
}

.flaticon-message:before {
    content: "\f108";
}

.flaticon-crown:before {
    content: "\f109";
}

.flaticon-handshake:before {
    content: "\f10a";
}

.flaticon-target:before {
    content: "\f10b";
}

.flaticon-translation-and-localization:before {
    content: "\f10c";
}

.flaticon-domain:before {
    content: "\f10d";
}

.flaticon-presentation-1:before {
    content: "\f10e";
}

.flaticon-medal:before {
    content: "\f10f";
}

.flaticon-responsive:before {
    content: "\f110";
}

.flaticon-presentation:before {
    content: "\f111";
}


/************************************
SKELETON
************************************/


/************************************
TOPBAR
************************************/



/************************************
HEADER
************************************/

.site-header {
    padding: 0px 0 0px;
    background-color: #ae3e3e;
    box-sizing: border-box;
    color: #fff;
    transition: background-color 0.5s ease 0s;
    width: 100%;
    margin-left:1px;
}

.navbar {
    margin-bottom: 0px;
   
}

.navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav > li {
    margin-left: 20px;
    line-height:20px;
    
}

.yamm .yamm-content ul li a,
.navbar-nav > li > a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    background-color: transparent !important;
    color: white !important;
    font-size: 14px;
    padding: 17px 0 3px;
    font-weight: 400;
 margin-bottom:20px;
}

.yamm .yamm-content ul li a {
    padding: 5px 0 3px;
   
    
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    border: 0;
    border-top: 4px solid #fff;
    border-radius: 0;
    margin-top: 30px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: transparent;
}

.navbar-right .lastlink a {
    border: 0;
    color: #ffffff !important;
    border-radius: 500px;
}

.navbar-right .lastlink {
    margin-left: 30px;
    margin-top: 6px;
    border: 0 !important;
    text-transform: capitalize;
    border-radius: 500px;
    border-top: 0 !important;
}

.navbar-right .lastlink a {
    padding: 10px 30px 10px 20px;
}

.navbar-right .lastlink a:hover:after,
.navbar-right .lastlink a:focus:after {
    border-top: 0 !important;
}

.navbar-right .lastlink a i {
    padding-right: 5px;
    font-size: 12px;
    vertical-align: unset;
}

.navbar-right .yamm-content li:hover a {
    padding-left: 10px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-right .yamm-content li:hover a {}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
    z-index: 111;
    
}

.yamm .container {
    position: relative;
}

.yamm .yamm-content {
    padding: 20px 30px;
    background-color:#ae3e3e;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: auto;
    right: 750px;
}

.yamm .yamm-content ul {
    padding: 0;
    min-width: 180px;
}

.yamm .yamm-content .col-md-4 {}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.header-transparent.site-header {
    background-color: transparent;
}

.colorfulheader .navbar-nav li a,
.header-transparent .navbar-nav > li > a {
    color: #ffffff !important;
}

.site-header.affix {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1111;
    padding: 20px 0;
    /**background-color: rgba(255, 255, 255, 0.9);**/
}

.header-transparent.affix {
    background-color: rgba(0, 0, 0, 0.8);
}


/************************************
SECTION
************************************/

/************************************
SIDEBAR
************************************/

/************************************
BLOG & PAGE
************************************/

/************************************
TESTIMONIALS
************************************/

/************************************
Career FAQS
************************************/


/************************************
MODULEs
************************************/

/************************************
BOOKS
************************************/


/************************************
PRICING BOX
************************************/

/************************************
FOOTER
************************************/

.footer {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
}

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

.footer .widget li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.footer.primary-footer {
    background-color: #0b509e;
    padding-bottom: 40px;
    padding-top: 53px;
}

.footer.secondary-footer {
    background-color: #ffffff;
    padding: 23px 0;
}

.footer.secondary-footer ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.secondary-footer li {
    color:#212121;
}

.footer.secondary-footer a,
.footer.primary-footer p,
.footer.secondary-footer p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}

.footer.primary-footer p,
.footer li a {
    color: rgba(255, 255, 255, 1);
}

.footer.secondary-footer p,
.footer.secondary-footer a {
    color: #595959;
}

.custom-title h4,
.widget-title {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 14px;
    text-transform: uppercase;
}

.custom-title h4 {
    
}

.newsletter-widget {
    max-width: 300px;
}

.newsletter-widget form {
    margin-top: 15px;
}

.newsletter-widget p {
    line-height: 21px !important;
}

.newsletter-widget .form-group {
    position: relative;
}

.newsletter-widget .form-control {
    width: 90%;
    height: 40px;
    border-radius: 500px 0 0 500px;
}

.newsletter-widget .btn {
    border-radius: 0 500px 500px 0;
    height: 40px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: 45px;
}

.newsletter-widget .btn i {
    padding: 0;
}

.tp-bannertimer {
    display: none;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    font-weight: 300 !important;
    color: #212121;
      
    font-family: 'Source Sans Pro', sans-serif;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong {
    font-weight: bold !important;
    
    letter-spacing: 0 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.tp-caption.NotGeneric-Title span,
.NotGeneric-Title span {
    font-weight: 600 !important;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    color: #767676;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
}

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    border-width: 2px !important;
    border-radius: 500px;
}



/************************************
COLORS
************************************/

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    color: #3ac5c8 !important;
    border-color: #3ac5c8 !important;
}

.owl-theme .owl-nav [class*="owl-"],
.navbar-right .yamm-content li:hover a,
.icon-wrapper i,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.service-wrapper i,
.about-widget i::before,
.service-wrapper:hover,
.lightcasestudies .case-box:hover .case-link,
.navbar-nav > li > .dropdown-menu,
.btn-transparent,
.quoteform:hover,
.service-box:hover,
.feature-list hr,
.navbar-default .navbar-nav > .active > a,
.form-control:focus {
    border-color: #3ac5c8;
}

.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction,
.owl-theme .owl-nav [class*="owl-"],
.icon-wrapper i,
.design-title small,
.section-title small,
.lightcasestudies .case-box:hover .case-link i,
.testimonial-wrapper small,
.book-details small,
a,
.notfound .lead,
.normalhead .lead,
.topbar a:hover,
.topbar i,
.yamm-content li:hover a,
.feature-list li:before,
.btn-transparent,
.btn-default:focus i,
.btn-default:hover i {
    color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.center-pricing .nav-tabs > li.active > a,
.center-pricing .nav-tabs > li.active > a:focus,
.center-pricing .nav-tabs > li.active > a:hover,
.center-pricing .nav-tabs > li > a,
.calculateform .fa,
.yamm .yamm-content ul li:focus a,
.yamm .yamm-content ul li:hover a {
    color: #3ac5c8 !important;
}

.center-pricing .nav-tabs > li:focus a,
.center-pricing .nav-tabs > li:hover a,
.circle-detail .progress-bar span,
.progress-bar-striped,
.progress-striped .progress-bar,
.topbar .dropdown-menu li:hover a,
.topbar .dropdown-menu li:focus a {
    background-color: #3ac5c8;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong,
.feature-seo i,
a:hover,
a:focus {
    color: #24afb2;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus,
.newsletter-widget .btn {
    background: #3ac5c8 !important
}


/************************************
GRADIENT
************************************/

/************************************
RESPONSIVE
************************************/

@media (max-width: 1600px) {
    .vector-wrapper {
        right: -9%;
    }
}

@media (max-width: 1350px) {
    .vector-wrapper {
        right: -10%;
    }
}

@media (max-width: 1230px) {
    .vector-wrapper {
        right: -20%;
    }
}

@media (max-width: 1200px) {
    .transheader .container {
        width: 100%;
    }
    .vector-wrapper {
        right: -30%;
        bottom: 20%;
    }
}

@media (max-width: 992px) {
    .topbar .container,
    .site-header .container {
        width: 100%;
    }
    .pricing-box,
    .case-box,
    .service-box,
    .footer .widget {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 980px) {
    .footer .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .notfound h2 {
        font-size: 120px;
    }
    .mb30,
    .seo-details {
        margin-top: 30px;
    }
    .calculateform .btn,
    .calculateform .form-inline .form-control {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 none;
        box-shadow: none;
        margin-left:-80px;
    }
    .header-transparent {
        position: relative;
        background-color: #000 !important;
    }
    .header-transparent .yamm .yamm-content ul li a {
        color: #787878 !important;
    }
    .colorfulheader .yamm .yamm-content ul li a {
        color: #fff !important;
    }
    .site-header.affix {
        position: relative;
    }
    .newsletter-widget .form-control {
        border-radius: 0;
    }
    .newsletter-widget .btn {
        display: none;
    }
    .case-box,
    .service-box,
    .footer .widget {
        margin-bottom: 30px !important;
    }
    .topbar ul li,
    .topbar ul,
    .footer.secondary-footer {
        text-align: center;
    }
    .footer.secondary-footer ul {
        text-align: center;
        margin-top: 10px;
    }
    .yamm .yamm-content {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        left: auto;
        right: auto;
    }
}

@media (max-width: 777px) {
    .tp-caption.hidden-small,
    .hidden-small {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header .navbar-collapse {
        padding-right: 0;
        padding-left: 30px;
    }
    .header .hasmenu:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .header .navbar-nav .hasmenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .header .hasmenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header .hasmenu > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .header .hasmenu > ul.start-right {
        right: 0;
        left: auto;
    }
    .header .hasmenu > ul li {
        position: relative;
    }
    .header .hasmenu > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
    .header .hasmenu > ul li:hover > ul.show-right {
        right: 100%;
    }
    .header .navbar-nav .has-submenu {
        position: relative;
    }
    .header .navbar-nav .has-submenu:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .header .navbar-nav .has-submenu:hover > ul li ul {
        margin-top: -1px;
    }
    .header .navbar-nav .has-submenu ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .header .navbar-nav .has-submenu .dropdown-menu {
        min-width: 220px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header .navbar-nav .has-submenu > ul {
        position: absolute;
        top: 130%;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 0;
    }
    .header .navbar-nav .has-submenu > ul.start-right {
        right: 0;
        left: auto;
    }
    .header .navbar-nav .has-submenu > ul li {
        position: relative;
    }
    .header .navbar-nav .has-submenu > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 105%;
    }
    .header .navbar-nav .has-submenu > ul li:hover > ul.show-right {
        right: 100%;
    }
    .header .navbar-nav .has-submenu > ul li ul {
        position: absolute;
        top: 0;
        visibility: hidden;
        display: block;
        opacity: 0;
        left: 130%;
    }
    .header .navbar-nav .has-submenu > ul li ul.show-right {
        right: 130%;
        left: auto;
    }
}

@media (max-width: 550px) {
    .center-pricing .nav-tabs > li.active > a,
    .center-pricing .nav-tabs > li.active > a:focus,
    .center-pricing .nav-tabs > li.active > a:hover,
    .center-pricing .nav-tabs > li > a {
        margin-bottom: 10px;
    }
    .section-title .lead {
        font-size: 15px !important;
    }
    .section-title h3 {
        font-size: 24px;
    }
}