@font-face {
    font-family: Segoe UI; 
    src: local("Segoe UI"), url(../fonts/SegoeUI.ttf);
}

@font-face {
    font-family: Segoe UI Bold; 
    src: local("Segoe UI Bold"), url(../fonts/SegoeUI-Bold.ttf);
}

@font-face {
    font-family: Segoe UI SemiBold; 
    src: local("Segoe UI SemiBold"), url(../fonts/SegoeUI-SemiBold.ttf);
}

@font-face {
    font-family: Segoe UI Black; 
    src: local("Segoe UI Blacks"), url(../fonts/10395.ttf);
}

body {
    font-family: 'Segoe UI', sans-serif;
}

button, a {
    outline: 0 !important;
}

input:focus {
    border: none;
}

.bold {
    font-family: 'Segoe UI Bold', sans-serif;
}

.semibold {
    font-family: 'Segoe UI SemiBold', sans-serif;
}

.black {
    font-family: 'Segoe UI Black', sans-serif;
}

.color {
    color: #ff385c;
}

.shadow {
    text-shadow: 2px 1px 3px #333;
}

.center {
    text-align: center;
}

button[type="submit"] {
    height: 50px;
    background-color: #fc264a;
    font-size: 16px;
    border-radius: 7px;
    transition: 0.5s;
    color: #fff;
}

button[type="submit"]:hover,
button[type="submit"]:focus {
    color: #fff;
    box-shadow: 3px 2px 5px #ff385c;
    transition: 0.5s;
}

ul {
    margin: 0;
    padding: 0;
}

/* Display 1 */

.d1 {
    background-image: url(../img/bg1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-bottom: 150px;
}

.d1 .header {
    margin-top: 15px;
}

.d1 .company {
    font-size: 20px;
    padding-top: 5px;
}

.d1 .phone {
    text-align: right;
    font-size: 24px;
}

.d1 .phone1 {
    margin-top: -15px;
    text-align: right;
    font-size: 24px;
}

.d1 .callback {
    margin-top: -5px;
    background-color: #fc264a;
    border-radius: 7px;
    transition: 0.5s;
    color: #fff;
}

.d1 .callback:hover,
.d1 .callback:focus {
    color: #fff;
    box-shadow: 3px 2px 5px #ff385c;
    transition: 0.5s;
}

.d1 h4 {
    margin-top: 150px;
}

.d1 .line {
    margin-top: -10px;
    border-left: 5px solid #ff385c;
    padding-left: 15px;
}

.d1 ul {
    margin-top: 50px;
}

.d1 li {
    list-style: none;
    background: url(../img/check.png) no-repeat 0px 3px;
    padding-left: 40px;
    font-size: 20px;
    padding-bottom: 15px;
}

/* Display 2 */

.d2 {
    background-image: url(../img/bg2and6.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.d2 .content {
    border: 3px solid #fff;
    padding: 30px 0;
}

.d2 h3 {
    margin-top: -5px;
}

.d2 p {
    font-size: 16px;
    margin: 30px 0;
}

.d2 form input {
    height: 50px;
    font-size: 16px;
}

/* Display 3 */ 

.d3 {
    text-align: center;
    padding: 50px 0;
}

.d3 .content {
    margin-top: 50px;
    margin-bottom: 30px;
}

.d3 p {
    font-size: 16px;
    margin-top: 15px;
}

/* Display 4 */

.d4 {
    background-image: url(../img/bg4.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}

.d4 img {
    margin-top: 20px;
}

.d4 ul {
    margin-top: 30px;
}

.d4 li {
    list-style: none;
    background: url(../img/41.png) no-repeat 0px 3px;
    padding-left: 70px;
    font-size: 20px;
    padding-bottom: 25px;
}

.d4 #li2 {
    background: url(../img/42.png) no-repeat 0px 5px;
}

.d4 #li3 {
    background: url(../img/43.png) no-repeat 0px 5px;
}

.d4 #li4 {
    background: url(../img/44.png) no-repeat 0px 5px;
}

.d4 button[type="submit"] {
    margin-top: 15px;
    color: #fff;
    padding: 0 30px;
}

/* Display 5 */ 

.d5 {
    background-image: url(../img/bg5.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

.d5 .pad {
    padding: 15px;
}

.d5 .content {
    margin-top: 50px;
    margin-bottom: 30px;
}

.d5 p {
    font-size: 20px;
}

.d5 p a {
    color: #333;
    transition: 0.5s;
}

.d5 p a:hover,
.d5 p a:focus {
    color: #fc264a;
    text-decoration: none;
    transition: 0.5s;
}

.d5 .line {
    margin-bottom: 15px;
}

/* Display 7 */

.d7 h1 {
    padding: 10px 0 25px;
}

.d7 .content {
    border: 1px solid #ff385c;
    background-color: #fff;
    padding: 20px 15px;
    margin-top: -400px;
}

.d7 p {
    font-size: 16px;
}

/* Modal */

.modal {
	text-align: center;
}
@media screen and (min-width: 768px) { 
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    margin-left: -50px;
    margin-right: -50px;
}

.modal-content .text1 {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

.modal input {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px #333 solid;
    color: #333;
}

.modal input:focus {
    box-shadow: none;
    border-bottom: 3px #ff385c solid;
    transition: 0.5s;
}

.modal-header {
    border-bottom: 0px;
}

.modal-border {
    border: 2px solid #ff385c;
}

.modal-title {
    text-align: center;
    margin-top: 40px;
}

.angars .modal-title {
    margin-top: 10px;
    text-align: left;
}

.angars .text {
    font-size: 14px;
}

.angars .form {
    margin-top: 30px;
}

.angars .form p {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}

.angars .form input {
    height: 50px;
}

.modal form input:focus::-webkit-input-placeholder {color: transparent}
.modal form input::-webkit-input-placeholder {color: #333; font-size: 14px;}

#thx {
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
}

/* Adaptive */

@media (max-width: 1199px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    button[type="submit"] {
        height: 45px;
        font-size: 14px;
    }
    .d1 .company {
        font-size: 16px;
    }
    .d1 .phone {
        font-size: 20px;
    }
    .d1 .phone1 {
        font-size: 20px;
    }
    .d1 .callback {
        height: 30px;
        font-size: 10px;
    }
    .d1 h4 {
        margin-top: 100px;
        font-size: 16px;
    }
    .d1 li {
        font-size: 16px;
        background: url(../img/check.png) no-repeat 0px 0px;
    }
    .d2 .content {
        padding: 15px 0;
    }
    .d2 p {
        font-size: 12px;
    }
    .d2 form input {
        height: 45px;
        font-size: 14px;
    }
    .d3 p {
        font-size: 12px;
    }
    .d4 li {
        font-size: 16px;
    }
    .d5 p {
        font-size: 16px;
    }
    .d7 p {
        font-size: 12px;
    }
    .angars .form input {
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    button[type="submit"] {
        height: 40px;
        font-size: 12px;
    }
    .d1 {
        padding-bottom: 100px;
    }
    .d1 .company {
        font-size: 12px;
        padding-top: 15px;
    }
    .d1 .phone {
        font-size: 18px;
    }
    .d1 .phone1 {
        font-size: 18px;
    }
    .d1 li {
        font-size: 14px;
    }
    .d2 form input {
        height: 40px;
        font-size: 12px;
    }
    .d5 {
        padding: 30px 0;
    }
    .d5 .content {
        margin-top: 30px;
    }
    .d5 p {
        font-size: 12px;
    }
    .angars .form input {
        height: 40px;
        font-size: 12px;
    }
    .angars .text {
        font-size: 10px;
    }
    .angars .form p {
        text-align: center;
        font-size: 10px;
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .d1 .company {
        padding-top: 30px;
        font-size: 14px;
    }
    .d1 .phone {
        padding-top: 15px;
    }
    .d2 .content {
        padding: 15px;
    }
    button[type="submit"] {
        margin-top: 15px;
    }
    .d3 {
        padding: 30px 0;
    }
    .d3 .content {
        margin-top: 15px;
        margin-bottom: auto;
    }
    .d3 .col-xs-12 {
        margin-bottom: 25px;
    }
    .d4 img,
    .d5 img {
        padding-right: 300px;
    }
    .d5 .content {
        margin-bottom: auto;
    }
    .d7 .content {
        margin: 15px 0;
    }
    .modal-content {
        margin: 0;
    }
    .modal-title {
        font-size: 14px;
    }
    .angars .text {
        margin-top: 15px;
    }
    .angars .form {
        padding: 0 15px;
    }
} 

@media (max-width: 667px) {
    .d1 .company {
        padding-top: 25px;
        font-size: 12px;
    }
    .d1 .phone {
        padding-top: 10px;
    }
    .d4 img,
    .d5 img {
        padding-right: 200px;
    }
}

@media (max-width: 568px) {
    .d1 .company {
        padding-top: 25px;
        font-size: 10px;
    }
    .d1 .phone {
        padding-top: 10px;
        font-size: 16px;
    }
    .d1 .phone1 {
        font-size: 16px;
    }
    .d1 .callback {
        height: 25px;
        font-size: 8px;
    }
    .d1 h1 {
        font-size: 18px;
    }
}

@media (max-width: 415px) {
    h1 {
        font-size: 16px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 12px;
    }
    .d1 h4 {
        margin-top: 50px;
        font-size: 10px;
    }
    .d1 .company {
        padding-top: 12px;
        font-size: 8px;
    }
    .d1 .phone {
        padding-top: 5px;
        font-size: 12px;
    }
    .d1 .phone1 {
        font-size: 12px;
    }
    .d1 .callback {
        font-size: 8px;
    }
    .d1 ul {
        margin-top: 25px;
    }
    .d1 li {
        font-size: 12px;
    }
    .d4 {
        padding: 30px 0;
    }
    .d4 img,
    .d5 img {
        padding-right: 0px;
    }
}

@media (max-width: 376px) {
    button[type="submit"] {
        height: 35px;
        font-size: 10px;
    } 
    h1 {
        font-size: 14px;
    }
    .d1 {
        padding-bottom: 30px;
    }
    .d1 h4 {
        margin-top: 30px;
    }
    .d1 .company {
        font-size: 7px;
    }
    .d1 .phone {
        font-size: 10px;
    }
    .d1 .phone1 {
        font-size: 10px;
    }
    .d1 .callback {
        margin-top: -5px;
    }
    .d1 li {
        font-size: 10px;
        padding-top: 5px;
    }
    .d2 {
        padding: 30px 0;
    }
    .d2 p {
        margin: 15px 0;
        font-size: 8px;
    }
    .d2 form input {
        height: 35px;
        font-size: 10px;
    }
    .d4 li {
        font-size: 12px;
    }
    .angars .form input {
        height: 35px;
        font-size: 10px;
    }
}

@media (max-width: 321px) {
    h1 {
        font-size: 12px;
    }
    h3 {
        font-size: 10px;
    }
    .d1 .company {
        padding-top: 10px;
        font-size: 6px;
    }
    .d1 .phone {
        font-size: 8px;
    }
    .d1 .phone1 {
        margin-top: -10px;
        font-size: 8px;
    }
    .d1 .callback {
        height: 20px;
        font-size: 6px;
    }
}