/*
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

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

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

.icon:before {
    font-family: 'linecons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 2em;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e600";
}

.icon-settings:before {
    content: "\e601";
}

.icon-bulb:before {
    content: "\e602";
}

.icon-mail:before {
    content: "\e603";
}

.icon-paperplane:before {
    content: "\e604";
}

.icon-megaphone:before {
    content: "\e605";
}

.icon-calendar:before {
    content: "\e606";
}


/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 0px;
    /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}


/* Page Sections */


/*.section,*/


/*.section-colored {*/


/*padding: 50px 0;*/


/*}*/


/*.section-colored {*/


/*background-color: #DFEFFF; !* change this to change the background color of a colored section *!*/


/**/


/*}*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1190 {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    /*max-width: 310px;*/
    max-height: 380px;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip1190 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.snip1190 img {
    opacity: 0.8;
    width: 100%;
}

figure.snip1190 figcaption {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

figure.snip1190 h2 {
    font-weight: 400;
    left: 0;
    right: 0;
    letter-spacing: -1px;
    margin: 0 auto;
    position: absolute;
    text-transform: uppercase;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

figure.snip1190 h2 span {
    font-weight: 800;
}

figure.snip1190 p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    opacity: 0;
    font-size: 14px;
    -webkit-transform: translateY(-20%) scale(0.7);
    transform: translateY(-20%) scale(0.7);
}

figure.snip1190 .square {
    height: 78px;
    width: 78px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1190 .square:before,
figure.snip1190 .square:after {
    width: 65%;
    height: 2px;
}

figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
    width: 2px;
    height: 65%;
}

figure.snip1190 .square:before,
figure.snip1190 .square div:before {
    left: 0;
    top: 0;
}

figure.snip1190 .square:after,
figure.snip1190 .square div:after {
    bottom: 0;
    right: 0;
}

figure.snip1190 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.snip1190:hover img,
figure.snip1190.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1190:hover h2,
figure.snip1190.hover h2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

figure.snip1190:hover p,
figure.snip1190.hover p {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
    width: 38%;
}

figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
    height: 38%;
}

figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
    width: 55%;
}

figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
    height: 55%;
}

.post-right {
    width: 60%;
    background-color: white;
    color: dark;
}

.post-right_body {
    line-height: 2;
    padding: 2em;
}

.post-right_body p {
    margin-top: 1em;
}

.post-right_body p span {
    font-size: 2em;
}

.post-left_title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
}

.post-left_border {
    border: 2px solid red;
    width: 15%;
    margin-top: 1em;
}

.content_wrap {
    min-height: 100%;
    padding: 120px !important;
}

.content_finish_wrap {
    min-height: 100%;
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    /* border: 1px solid #cccccc; */
}

.card {
    position: relative;
    margin: auto;
    height: 450px;
    width: 700px;
    text-align: center;
    background: linear-gradient(#cf0404, #cf0404, #2B0830);
    border-radius: 2px;
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, .3);
    color: #fff;
    padding: 30px;
    margin-top: 125px;
}

.card header {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    padding: 0 10%;
    transform: translateY(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.card header>*:first-child {
    text-align: left;
}

.card header>*:last-child {
    text-align: right;
}

.logo {
    font-size: 24px;
    position: relative;
}


/*.logo:before,*/


/*.logo:after {*/


/*content: '';*/


/*position: absolute;*/


/*top: 50%;*/


/*border-top: 3px solid currentColor;*/


/*transform: translateY(-50%);*/


/*}*/


/*.logo:before {*/


/*right: 158px;*/


/*width: 40%;*/


/*}*/


/*.logo:after {*/


/*left: 158px;*/


/*width: 55%;*/


/*}*/

.mail-builder {
    overflow-y: initial !important
}

.mail-body {
    height: 550px;
    overflow-y: auto;
}

.logo span {
    /*border: solid currentColor;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: -22px;
  width: 69px;
  height: 70px;
  left: 50%;
  transform: translateX(-58%) rotate(58deg) skew(0deg, -30deg);*/
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 1px);
}

.announcement {
    position: relative;
    border: 3px solid currentColor;
    border-top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.announcement:before,
.announcement:after {
    content: '';
    position: absolute;
    top: 0px;
    border-top: 3px solid currentColor;
    height: 0;
    width: 15px;
}

.announcement:before {
    left: -3px;
}

.announcement:after {
    right: -3px;
}


/* Half Page Height Carousel Customization */

.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* Social Icons Styles */

.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
    font-size: 35px;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}


/* Service Page Styles */

.service-icon {
    font-size: 50px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 8em;
}


/* Pricing Page Styles */

.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}


/* img programming */

.img-programming-logo {
    width: 100%;
    margin-bottom: 20px;
}


/* card business */

.movie_card {
    position: relative;
    display: block;
    /* height: 350px; */
    margin: 80px auto;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s;
    box-shadow: 0px 0px 120px -25px rgba(0, 0, 0, 0.5);
}

.movie_card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0px 0px 80px -25px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.movie_card .info_section {
    position: relative;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    z-index: 2;
    border-radius: 10px;
}

.movie_card .info_section .movie_header {
    position: relative;
    padding: 25px;
    height: 40%;
}

.movie_card .info_section .movie_header h1 {
    color: black;
    font-weight: 400;
}

.movie_card .info_section .movie_header h4 {
    color: #555;
    font-weight: 400;
}

.movie_card .info_section .movie_header .minutes {
    display: inline-block;
    margin-top: 15px;
    color: #555;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.movie_card .info_section .movie_header .type {
    display: inline-block;
    color: #959595;
    margin-left: 10px;
}

.movie_card .info_section .movie_header .locandina {
    position: relative;
    float: left;
    margin-right: 20px;
    height: 120px;
    /*box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);*/
}

.movie_card .info_section .movie_desc {
    padding: 25px;
    height: 50%;
}

.movie_card .info_section .movie_desc .text {
    color: #545454;
    text-align: justify;
}

.movie_card .info_section .movie_social {
    height: 10%;
    padding-left: 15px;
    padding-bottom: 20px;
}

.movie_card .info_section .movie_social ul {
    list-style: none;
    padding: 0;
}

.movie_card .info_section .movie_social ul li {
    display: inline-block;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
    transition-delay: 0.15s;
    margin: 0 10px;
}

.movie_card .info_section .movie_social ul li:hover {
    transition: color 0.3s;
    color: rgba(0, 0, 0, 0.7);
}

.movie_card .info_section .movie_social ul li i {
    font-size: 19px;
    cursor: pointer;
}

.movie_card .blur_back {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    background-size: cover;
    border-radius: 11px;
}

@media screen and (min-width: 768px) {
    .movie_header {
        width: 65%;
    }
    .movie_desc {
        width: 50%;
    }
    .info_section {
        background: linear-gradient(to right, #e5e6e6 50%, transparent 100%);
    }
    .blur_back {
        width: 80%;
        background-position: -100% 50% !important;
    }
}

@media screen and (max-width: 768px) {
    .movie_card {
        width: 95%;
        margin: 70px auto;
        min-height: 350px;
        height: auto;
    }
    .blur_back {
        width: 100%;
        background-position: 50% 50% !important;
    }
    .movie_header {
        width: 100%;
        margin-top: 85px;
    }
    .movie_desc {
        width: 100%;
    }
    .info_section {
        background: linear-gradient(to top, #e5e6e6 50%, transparent 100%);
        display: inline-grid;
    }
}

.tomb_back {
    background: url("../images/Manage-the-New-Digital-Workforce.jpg");
}

.domestic_back {
    background: url("../images/telecom-large-960x688.jpg");
}

.sms_back {
    background: url("../images/sms_img1.png");
}

.did_back {
    background: url("../images/uk-did-numbers.jpg");
}

.toll_back {
    background: url("../images/Toll-free-numbers-Vs-Local-Numbers-Whats-the-Difference.jpg");
}

.voip_back {
    background: url("../images/voip-benefits-750x371.jpg");
}

.wholesale_back {
    background: url("../images/wholesale-az-termination.jpg");
}

.register-btn {
    color: white !important;
    padding: 8px 24px !important;
    margin-top: 6px;
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%) !important;
    border-color: #cf0404 !important;
    margin-right: 4px;
    font-weight: 200 !important;
    font-size: 12px;
    font-family: 'Staatliches', cursive;
}

.register-btn:hover {
    color: #fff !important;
}

.login-btn {
    color: white !important;
    padding: 8px 24px !important;
    margin-top: 6px;
    margin-right: 4px;
    font-weight: 200 !important;
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%) !important;
    border-color: #cf0404 !important;
    font-size: 12px;
    font-family: 'Staatliches', cursive;
}

.login-btn:hover {
    color: #fff !important;
}

.note-agreement {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222;
}

.note-agreement-content {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    color: #222;
}

.note-img-agreement {
    width: 20%;
}

.pd-10 {
    margin-bottom: 20px;
}


/* Footer Styles */

footer {
    margin: 50px 0;
}


/* Responsive Styles */

@media (max-width: 767px) {
    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}

@media (max-width: 767px) {
    .card {
        width: 520px;
        margin-top: 120px;
    }
    .card header>*:first-child {
        text-align: left;
        margin-top: 30px;
    }
    .card header>*:last-child {
        text-align: right;
        margin-top: 30px;
    }
}

@media (max-width: 540px) {
    .card {
        width: 420px;
        margin-top: 120px;
    }
    .card header>*:first-child {
        text-align: left;
        margin-top: 30px;
    }
    .card header>*:last-child {
        text-align: right;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .card {
        width: 390px;
        margin-top: 120px;
    }
    .card header>*:first-child {
        text-align: left;
        font-size: 1.1rem;
        margin-top: 30px;
        margin-left: 10px;
    }
    .card header>*:last-child {
        text-align: right;
        margin-top: 30px;
        font-size: 1.1rem;
        margin-right: 10px;
    }
}

.my-group .selectpicker {
    width: 30%;
}

.my-group .domain {
    width: 70%;
}   width: 70%;
}