/****** Sketchup page css ****/
.mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.rmt {
    margin-top: 50px;
}

.rounded {
    border-radius: 50px !important;
    border: 3px solid;
    padding: 10px 45px;
}

.roundedbuy {
    border-radius: 50px !important;
    border: 3px solid;
    border-color: brown;
    padding: 10px 63px;
}

.h4news {
    font-weight: 700;
    padding-top: 50px;
}

.pnews {
    color: black !important;
    letter-spacing: .1px !important;
    margin-top: 10px;
    margin-bottom: 35px;
}

.roundedsub {
    border-color: rgb(161, 100, 100);
    border: 2px solid;

}

.btn-text {
    font-weight: 700;
    font-size: 15px;
}

.form-news {
    border: 2px solid #000 !important;
    border-radius: 5px !important;
}

.sk-form {
    width: 30%;
}

.form-input {
    color: #fff !important;
    background-color: white !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
}

.form-inputpro {
    color: #000000 !important;
    background-color: white !important;
    border: 2px solid #000000;
    border-radius: 5px !important;
}

.text-1 {
    font-size: 18px !important;
    font-weight: 500;
}

.textali {
    text-align: -webkit-center !important;
    text-align: center;
}

.pt-1 {
    padding-top: 35px !important;
}

.sk_hr {
    display: none;
}

/****  Chaosgroup page CSS ***/
.chgrbtn {
    text-align: center;
    margin-top: 70px;
}

.roundedcg {
    border-radius: 50px !important;
    border: 3px solid;
    border-color: #17a2b8;
}

.cgbtntext {
    font-size: 18px;
    font-weight: 600;
}

.chgrp {
    text-align: center;
    font-size: 15px;
    font-weight: 600 !important;
    padding-top: 30px;
}

.mt-0 {
    margin-top: 70px;
}

.cgimg {
    width: 100%;
}

.cg_content {
    padding: 25px 0;
}

.rmt {
    margin-top: unset;
}

.chgrbtn {
    margin-top: 30px;
}

.cg_content h6 {
    font-weight: 600 !important;
    letter-spacing: .5px;
    color: #6d6d6d;
}

@media screen and (max-width:520px) {
    .bb_background .bblogo-size {
        width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    .cgimg {
        height: auto;
        padding: 10px 5px;
    }
    
    .bb_background .bblogo-size {
        width: 60%;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .cgimg {
        height: 260px;
    }

    .bb_background .bblogo-size {
        width: 45%;
    }
}

@media screen and (min-width: 992px) {
    .cgimg {
        height: 300px;
    }

    .bb_background .bblogo-size {
        width: 30%;
    }
}

/***** glyphTech page css *****/
.glyphimg {
    width: 25% !important;
    min-height: 25% !important;
    position: absolute;
    bottom: 20px;
    right: -40px;
}

.glyph_content h5 {
    font-size: 20px;
    text-transform: none;
}

.glyph_content p {
    color: black;
    text-align: justify;
}

/*****   BlueBean Page CSS   *****/
.bb_section {
    padding: 30px 10px;
}

.bb_section img {
    width: 100%;
}

.bb_content p {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.bb_content img {
    width: 100%;
}

.form-groupbb {
    margin-bottom: 1rem !important;
}

.contact-formbb {
    width: 70%;
    margin: 0 auto;
}

.btn-footer-c2a {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: 60px;
    font-weight: 700;
    padding: 12px 25px;
    border: solid 2px transparent;
    background-color: #1ff8dc;
    font-size: 18px;
    color: #001b35;
    text-decoration: none;
    line-height: 2;
}

.bb_background {
    background-color: rgb(68, 68, 68);
}

.bbp {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

/*****  Matrox page CSS   ******/
.all-form {
    width: 30%;
}

.mat_content h4 {
    padding: 12px 5px;
    letter-spacing: .6px;
    color: black;
}

.mat_content h6 {
    font-weight: 800;
    color: black;
}

.mat_content p {
    font-size: 14px;
}

.cinfobtn {
    border: 2px solid #17a2b8;
    background-color: white;
    color: black;
}

/***** Adder page CSS *****/
.add_content p {
    color: black;
    font-weight: 400;
}

.add_content h6 {
    padding-top: 20px;
    font-weight: 600;
    color: black;
}

.kvmimg {
    padding-top: 20px;
}

.adderbtn {
    font-size: 17px;
    color: #fff;
    padding: 12px 30px;
    border: none;
    background-color: #0062cc;
}

.adderbtn:hover {
    color: #fff;
}

/**** Responsivness  *****/
@media (max-width: 991px) and (max-width: 1024px) {
    .sk-form {
        width: 70% !important;
    }

    .sk-desktop {
        display: none;
    }

    .sk-phone {
        display: block;
    }

    .phone {
        width: 100%;
        min-height: 200px;
        border-radius: 10px;
        background-color: white;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-inputpro {
        color: #000000 !important;
        background-color: unset !important;
        border: 2px solid #000000;
    }

    .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .btnspro {
        margin-top: 10px;
    }

    .ptr-1 {
        padding-top: 30px;
    }

    .contact-formbb {
        width: 80%;
        margin: 0 auto;
    }

    .all-form {
        width: 80% !important;
    }
}

@media screen and (max-width: 768px) {
    .sk-form {
        width: 100% !important;
    }

    .pbr-1 {
        padding-bottom: 30px;
    }

    .contact-formbb {
        width: 100%;
        margin: 0 auto;
    }

    .all-form {
        width: 100%;
    }

    .glyphimg {
        width: 25% !important;
        min-height: 9% !important;
        text-align: -webkit-right;
        position: absolute;
        bottom: 90px;
        right: -20px;
    }

    .sk_hr {
        display: block;
    }

    .bbp {
        font-size: 15px;
        font-weight: 500;
        padding-left: 12px;
        padding-right: 12px;
        color: white;
    }
}

@media screen and (max-width: 346px) {
    .btn1 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:570px) {
    .glyphimg {
        right: 5px;
    }
}

input[type='submit'],
button.conbtnbb {
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1ff8dc;
    border: none;
    border-radius: 50px;
    transition: all .7s;
}

input[type='submit']:hover,
button.conbtnbb:hover {
    background-color: #6cffeb;
}


figure{
    width: 720px;
    height: 90px;
    background-image: url("http://adnanahmad.digital/img/housunrise.jpg");
    background-position: 50% 46%;
    background-size: 800px; 
  /*   border: 2px solid #000000; */
    position: relative;
  }