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

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #828282;
    background: #fff;
}

#page {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.canvs #page {
    overflow: hidden;
    position: absolute;
}

.canvs #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #F73859;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #F73859;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #F73859;
}

::-moz-selection {
    color: #fff;
    background: #F73859;
}

::selection {
    color: #fff;
    background: #F73859;
}

.tagnt_nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 1001;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    .tagnt_nav {
        padding: 25px 0;
    }
}

.tagnt_nav #tagnt_logo {
    font-size: 24px;
    padding: 0;
    margin: 7px;
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .tagnt_nav #tagnt_logo {
        margin-bottom: 0;
    }
}
.tagnt_nav #tagnt_logo a > span {
    color: #F73859;
}
.tagnt_nav a {
    padding: 5px 10px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .tagnt_nav .menu-1 {
        display: none;
    }
}
.tagnt_nav ul {
    padding: 0;
    margin: 7px 0 0 0;
}
.tagnt_nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.tagnt_nav ul li a {
    font-size: 16px;
    padding: 30px 10px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tagnt_nav ul li a:hover, .tagnt_nav ul li a:focus, .tagnt_nav ul li a:active {
    color: white;
}
.tagnt_nav ul li.has-dropdown {
    position: relative;
}
.tagnt_nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.tagnt_nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.tagnt_nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}
.tagnt_nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}
.tagnt_nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}
.tagnt_nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}
.tagnt_nav ul li.has-dropdown:hover a, .tagnt_nav ul li.has-dropdown:focus a {
    color: #fff;
}
.tagnt_nav ul li.btn-cta a {
    color: #F73859;
}
.tagnt_nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.tagnt_nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.tagnt_nav ul li.active > a {
    color: #fff;
    position: relative;
}
.scrolled .tagnt_nav {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .tagnt_nav a {
    color: #000;
}
.scrolled .tagnt_nav ul li a:hover, .scrolled .tagnt_nav ul li a:focus, .scrolled .tagnt_nav ul li a:active {
    color: #F73859 !important;
}
.scrolled .tagnt_nav ul li.active a {
    color: #F73859;
}
.scrolled .tagnt_nav ul li.has-dropdown:hover > a, .scrolled .tagnt_nav ul li.has-dropdown:focus > a {
    color: #F73859;
}

#tagnt_header,
#tagnt_counter,
.tagnt_bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.tagnt_bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
}

#tagnt_header a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#tagnt_header a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.tagnt_cover {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}
.tagnt_cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(42, 51, 86, 0.9);
}
.tagnt_cover > .tagnt_container {
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .tagnt_cover {
        height: 600px;
    }
}
.tagnt_cover .display-t,
.tagnt_cover .display-tc {
    z-index: 9;
    height: 650px;
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .tagnt_cover .display-t,
    .tagnt_cover .display-tc {
        height: 600px;
    }
}
.tagnt_cover.tagnt_cover-sm {
    height: 600px;
}
@media screen and (max-width: 768px) {
    .tagnt_cover.tagnt_cover-sm {
        height: 600px;
    }
}
.tagnt_cover.tagnt_cover-sm .display-t,
.tagnt_cover.tagnt_cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .tagnt_cover.tagnt_cover-sm .display-t,
    .tagnt_cover.tagnt_cover-sm .display-tc {
        height: 600px;
    }
}

.tagnt_staff {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}
.tagnt_staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.tagnt_staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.tagnt_staff p {
    margin-bottom: 30px;
}
.tagnt_staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.pagination a {
    background: none;
    border: none !important;
    color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
    background: none !important;
}
.pagination > li > a {
    margin: 0 2px;
    font-size: 18px;
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.pagination > li > a:hover {
    color: #000;
    background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
    background: none;
}
.pagination > li.active > a {
    background: #F73859 !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}
.pagination > li.active > a:hover {
    cursor: pointer;
    background: #f96982 !important;
}

.tagnt_social-icons {
    margin: 0;
    padding: 0;
}
.tagnt_social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagnt_social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #F73859;
    padding-left: 10px;
    padding-right: 10px;
}
.tagnt_social-icons li a i {
    font-size: 20px;
}

.tagnt_contact-info ul {
    padding: 0;
    margin: 0;
}
.tagnt_contact-info ul li {
    padding: 0 0 0 70px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}
.tagnt_contact-info ul li:before {
    color: #ccddea;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tagnt_contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}
.tagnt_contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}
.tagnt_contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}
.tagnt_contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

#tagnt_header .display-tc,
#tagnt_counter .display-tc,
.tagnt_cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}
#tagnt_header .display-tc h1, #tagnt_header .display-tc h2,
#tagnt_counter .display-tc h1,
#tagnt_counter .display-tc h2,
.tagnt_cover .display-tc h1,
.tagnt_cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#tagnt_header .display-tc h1,
#tagnt_counter .display-tc h1,
.tagnt_cover .display-tc h1 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 40px;
    line-height: 1.3;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    #tagnt_header .display-tc h1,
    #tagnt_counter .display-tc h1,
    .tagnt_cover .display-tc h1 {
        font-size: 30px;
    }
}
#tagnt_header .display-tc h2,
#tagnt_counter .display-tc h2,
.tagnt_cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#tagnt_header .display-tc .btn,
#tagnt_counter .display-tc .btn,
.tagnt_cover .display-tc .btn {
    padding: 15px 30px;
    background: #F73859;
    color: #fff;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#tagnt_header .display-tc .btn:hover,
#tagnt_counter .display-tc .btn:hover,
.tagnt_cover .display-tc .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#tagnt_header .display-tc .or,
#tagnt_counter .display-tc .or,
.tagnt_cover .display-tc .or {
    color: rgba(255, 255, 255, 0.3);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 20px;
}
#tagnt_header .display-tc .link-watch,
#tagnt_counter .display-tc .link-watch,
.tagnt_cover .display-tc .link-watch {
    border-bottom: none;
}
#tagnt_header .display-tc .form-inline .form-group,
#tagnt_counter .display-tc .form-inline .form-group,
.tagnt_cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}
#tagnt_header .display-tc .form-inline .form-group .form-control,
#tagnt_counter .display-tc .form-inline .form-group .form-control,
.tagnt_cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}

.tagnt_bg-section {
    background: #F0F5F9;
}

#tagnt_services,
#tagnt_started,
#tagnt_testimonial,
#tagnt_blog,
#tagnt_catchphrase,
#tagnt_project,
#tagnt_about,
#tagnt_team,
#tagnt_contact,
#tagnt_footer {
    padding: 3em 0;
    clear: both;
}
/*
@media screen and (max-width: 768px) {
    #tagnt_services,
    #tagnt_started,
    #tagnt_testimonial,
    #tagnt_blog,
    #tagnt_project,
    #tagnt_about,
    #tagnt_team,
    #tagnt_contact,
    #tagnt_footer {
        padding: 3em 0;
    }
}
#tagnt_testimonial {
    background: #F0F5F9;
}
*/

#tagnt_testimonial .testimonial {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 4em;
    bottom: 0;
}
#tagnt_testimonial .testimonial blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
}
#tagnt_testimonial .testimonial p {
    color: #666666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}
#tagnt_testimonial .testimonial p.author {
    color: #b3b3b3;
}
#tagnt_testimonial .testimonial p.author img {
    width: 60px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#tagnt_testimonial .testimonial p.author cite {
    font-style: normal;
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
}
#tagnt_testimonial .testimonial p:last-child {
    margin-bottom: 0;
}
#tagnt_testimonial .testimonial:after {
    position: absolute;
    left: 11%;
    bottom: -30px;
    display: block;
    width: 0;
    content: "";
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #fff transparent;
}
#tagnt_testimonial .testimonial.tagnt_selected {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#tagnt_testimonial .testimonial.tagnt_selected p {
    color: #fff;
}
#tagnt_testimonial .testimonial.tagnt_selected p.author cite {
    color: rgba(255, 255, 255, 0.7);
}
#tagnt_testimonial .testimonial.tagnt_selected:after {
    border-color: #F73859 transparent;
}
@media screen and (max-width: 768px) {
    #tagnt_testimonial .testimonial.tagnt_selected {
        bottom: 0;
    }
}

#tagnt_blog .tagnt_post {
    background: #fff;
    float: left;
    width: 100%;
    margin: 0 10px 15px 0;
    padding: 20px 20px 5px 20px;
    -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    position: relative;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#tagnt_blog .tagnt_post h3 {
    margin-bottom: 20px;
}
#tagnt_blog .tagnt_post h3 a {
    color: #F73859;
}
#tagnt_blog .tagnt_post h3 a:hover {
    color: #f35f55;
}
#tagnt_blog .tagnt_post .tagnt_date {
    display: block;
    margin: 3px 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #cccccc;
    letter-spacing: .07em;
}
#tagnt_blog .tagnt_post p.author {
    color: #b3b3b3;
}
#tagnt_blog .tagnt_post p.author img {
    width: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#tagnt_blog .tagnt_post p.author cite {
    font-style: normal;
    font-size: 13px;
}
#tagnt_blog .tagnt_post p:last-child {
    margin-bottom: 0;
}
#tagnt_blog .tagnt_post:hover, #tagnt_blog .tagnt_post:focus {
    bottom: 10px;
}
@media screen and (max-width: 768px) {
    #tagnt_blog .tagnt_post:hover, #tagnt_blog .tagnt_post:focus {
        bottom: 0;
    }
}

#tagnt_counter {
    background: #fff;
    padding: 7em 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #tagnt_counter {
        padding: 3em 0;
    }
}
#tagnt_counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #F73859;
    font-weight: 100;
    display: block;
}
#tagnt_counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}
#tagnt_counter .feature-center:hover .counter {
    color: #fff;
}
@media screen and (max-width: 768px) {
    #tagnt_counter .feature-center {
        margin-bottom: 30px;
    }
}
#tagnt_counter .icon {
    width: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}
#tagnt_counter .icon i {
    height: 70px;
}
#tagnt_counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#tagnt_project .tagnt_project {
    margin-bottom: 30px;
}
#tagnt_project .tagnt_project > a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#tagnt_project .tagnt_project > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#tagnt_project .tagnt_project > a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#tagnt_project .tagnt_project > a .tagnt_copy {
    z-index: 12;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#tagnt_project .tagnt_project > a .tagnt_copy h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
#tagnt_project .tagnt_project > a .tagnt_copy p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
#tagnt_project .tagnt_project > a .tagnt_copy p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #tagnt_project .tagnt_project > a .tagnt_copy {
        position: relative;
        visibility: visible;
        opacity: 1;
        bottom: 0;
        color: #000;
        padding: 20px;
        background: #fff;
    }
}
#tagnt_project .tagnt_project > a:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
    #tagnt_project .tagnt_project > a:hover {
        bottom: 0;
    }
}
#tagnt_project .tagnt_project > a:hover:after {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 768px) {
    #tagnt_project .tagnt_project > a:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}
#tagnt_project .tagnt_project > a:hover .tagnt_copy {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
@media screen and (max-width: 768px) {
    #tagnt_project .tagnt_project > a:hover .tagnt_copy {
        bottom: 0;
        padding: 20px;
        background: #fff;
    }
}
#tagnt_project .tagnt_project > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    #tagnt_project .tagnt_project > a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

#tagnt_catchphrase.tagnt_heading{
     padding-top: 20px;
}

#tagnt_catchphrase.border-bottom {
    border-bottom: 1px solid #dae6ef;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

#tagnt_services.border-bottom {
    border-bottom: 1px solid #dae6ef;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}
.feature-center .desc {
    padding-left: 180px;
}
.feature-center .icon {
    margin-bottom: 20px;
    display: block;
}
.feature-center .icon i {
    font-size: 40px;
    color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
    float: left;
}
.feature-center .icon2 i {
    font-size: 100px;
}
.feature-center p:last-child {
    margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}
.feature-center h3 {
    font-size: 22px;
    color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
    margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
    color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
    color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .feature-center:hover, .feature-center:focus {
        bottom: 0;
    }
}

.project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 40px;
}
.project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.project-grid .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.project-grid .desc h3 a {
    color: white;
}
.project-grid .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .project-grid .desc {
        bottom: 0;
    }
}
.project-grid:hover:before, .project-grid:focus:before {
    opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
    bottom: 0;
}

.project-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding: 7em 0;
}
@media screen and (max-width: 768px) {
    .project-content {
        padding: 3em 0;
    }
}
.project-content .col-half {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 480px) {
    .project-content .col-half {
        width: 100%;
    }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
    opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
    bottom: 0;
}
@media screen and (max-width: 480px) {
    .project-content .col-half .project, .project-content .col-half .project-grid {
        height: 340px !important;
        margin-bottom: 20px;
    }
}
.project-content .col-half .project {
    height: 800px;
}
.project-content .col-half .project-grid {
    height: 390px;
    margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
    margin-bottom: 0;
}
.project-content .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.project-content .desc h3 {
    color: white;
}
.project-content .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .project-content .desc {
        bottom: 0;
    }
}

.tagnt_heading {
    margin-bottom: 2em;
}
.tagnt_heading.tagnt_heading-sm {
    margin-bottom: 2em;
}
.tagnt_heading h2 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
}
.tagnt_heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}
.tagnt_heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #cccccc;
}

#tagnt_started {
    background: rgba(42, 51, 86, 0.9);
}
#tagnt_started .tagnt_heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-weight: 300;
}
#tagnt_started .tagnt_heading p {
    color: rgba(255, 255, 255, 0.5);
}
#tagnt_started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#tagnt_started .form-control::-webkit-input-placeholder {
    color: #fff;
}
#tagnt_started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
#tagnt_started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
#tagnt_started .form-control:-ms-input-placeholder {
    color: #fff;
}
#tagnt_started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}
#tagnt_started .btn {
    height: 54px;
    border: none !important;
    background: #F73859;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}
#tagnt_started .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#tagnt_started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}
#tagnt_started .form-inline .form-group .form-control {
    width: 100%;
}

#tagnt_footer .tagnt_footer-links {
    padding: 0;
    margin: 0;
}
#tagnt_footer .tagnt_footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#tagnt_footer .tagnt_footer-links li a {
    color: #000;
    text-decoration: none;
}
#tagnt_footer .tagnt_footer-links li a:hover {
    text-decoration: underline;
}
#tagnt_footer .tagnt_widget {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #tagnt_footer .tagnt_widget {
        text-align: left;
    }
}
#tagnt_footer .tagnt_widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#tagnt_footer .copyright .block {
    display: block;
}

#tagnt_canvs {
    position: fixed;
    z-index: 1901;
    width: 310px;
    background: rgb(240, 240, 240);
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(310px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    #tagnt_canvs {
        display: block;
    }
}
.canvs #tagnt_canvs {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#tagnt_canvs a {
    color: #828282;
}
#tagnt_canvs a:hover {
    color: #5e33af;
}
#tagnt_canvs ul {
    padding: 0;
    margin: 20px 0 0 0;
}
#tagnt_canvs ul li {
    padding: 0 0 40px 0;
    margin: 0;
    list-style: none;
}
#tagnt_canvs ul li > ul {
    padding-left: 20px;
    display: none;
}
#tagnt_canvs ul li.canvs-has-dropdown > a {
    display: block;
    position: relative;
}
#tagnt_canvs ul li.canvs-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#tagnt_canvs ul li.canvs-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.tagnt_nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.tagnt_nav-toggle.active i::before, .tagnt_nav-toggle.active i::after {
    background: #444;
}
.tagnt_nav-toggle:hover, .tagnt_nav-toggle:focus, .tagnt_nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.tagnt_nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}
.tagnt_nav-toggle i::before, .tagnt_nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}
.tagnt_nav-toggle.tagnt_nav-white > i {
    color: #fff;
    background: #fff;
}
.tagnt_nav-toggle.tagnt_nav-white > i::before, .tagnt_nav-toggle.tagnt_nav-white > i::after {
    background: #fff;
}

.tagnt_nav-toggle i::before {
    top: -7px;
}

.tagnt_nav-toggle i::after {
    bottom: -7px;
}

.tagnt_nav-toggle:hover i::before {
    top: -10px;
}

.tagnt_nav-toggle:hover i::after {
    bottom: -10px;
}

.tagnt_nav-toggle.active i {
    background: transparent;
}

.tagnt_nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.tagnt_nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.tagnt_nav-toggle {
    position: fixed;
    right: 0px;
    top: 30px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 1040;
    border-bottom: none !important;
}
.scrolled .tagnt_nav-toggle {
    top: 15px;
}
@media screen and (max-width: 768px) {
    .tagnt_nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #F73859;
    color: #fff;
    border: 2px solid #F73859;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f8516d !important;
    border-color: #f8516d !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #F73859;
    border: 2px solid #F73859;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #F73859;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}
.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}





.btn-info {
    background: #967acc;
    color: #fff;
    border: 2px solid #967acc;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #b1a3cc !important;
    border-color: #b1a3cc !important;
}
.btn-info.btn-outline {
    background: transparent;
    color: #967acc;
    border: 2px solid #967acc;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #967acc;
    color: #fff;
}

/*
.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
*/

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}
.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.with-arrow:hover {
    padding-right: 50px;
}
.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.label-info {
  background: #967acc;
  color: #fff;
  border: 2px solid #967acc;
}

.label-info.label-outline {
  background: transparent;
  color: #967acc;
  border: 2px solid #967acc;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}
.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #F73859;
}

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

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.tagnt_loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

#tagnt_header-subscribe #email {
    padding-right: 9em;
}
#tagnt_header-subscribe button {
    position: absolute;
    top: 0;
    right: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.func_price {
    font-weight: bold;
    color: #f35f55;
}

.func_off {
    color: #C1C1C1;
}

.card {
    border: solid 2px #f35f55;
    border-radius: 10px;
    padding: 20px;

}

.service-spacer {
    margin-bottom:60px;
}

.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-60 {
    height: 60px;
}

dl.price_list dt {
    color: #000000;
}

.dd_price {
    color: #f35f55;
    font-weight: bold;
}

.dl-height {
    padding-bottom: 10px;
}

.dd_req_area {
    padding-top : 10px;
    padding-left: 20px;
    padding-bottom : 10px;
}

.dd_req_plan {
    margin-bottom: 60px;
}

.all_price_area {
    font-size: 20px;
}

#base_num {
    width:120px;
    margin-right:20px;
}

#ai_num {
    width:120px;
}

#all_price {
    padding-left: 20px;
    color:#ff0000;
    font-weight: bold;
}


.point-label {
    font-size: 14px;

}

.img-view {
    border-radius: 10px;
    border: 5px solid #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and ( min-width:576px ) {
    .d-sm-none {
        display: none!important
    }
}

.function-syl {
    padding-top: 20px;
}

#mb-slider {
    display: none;
}

#pc-slider {
    margin-top: 210px;
}


@media screen and (max-width: 758px) {

    #mb-slider {
        display: block;
    }

    #pc-slider {
        display: none;
    }

    dt.dl-height {
        text-align: left;
    }

    dd.dl-height {
        text-align: right;
    }

    h2* {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

}

.tagnt_nav ul li.mb_nav_txt {
    display: none;
}

@media screen and (max-width: 768px) {
    .tagnt_nav ul li.mb_nav_txt {
        display: block;
    }
}
