@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@media only screen and (min-width: 1200px){
    .container {max-width: 1200px !important;}
}

.herobanner{
    background-image: url(images1/heropetturn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0DA6AC;
}

.flexdisplaystyle {align-items: center;}

body,p,a {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

body,p,a,span,h1,h2,h3,h4,h5,h6 {font-family: 'Ubuntu', sans-serif;}

h1.herotitle {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    text-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    color: #fff;
    text-transform: uppercase;
}

.socialblock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.socialblock ul li {
    list-style: none;
    margin-right: 10px;
}

.socialblock ul li a {color: #000;}

.socialblock ul li:last-child {
    display: flex;
    margin-right: 0;
    align-items: center;
}

.flexinfo {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-bottom: 0;
    padding: 0;
}

.socialblock ul li:last-child dd {margin-bottom: 0;}

header {padding: 13px 0;}

.herobanner {padding: 80px 0;}

.flexjust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.colcustomel {
    background-color: #83CCD3;
    padding: 40px;
    width: 50%;
}

.colcustomelch {padding: 60px !important;}

.colcustomer {
    background-color: #000;
    padding: 40px;
    width: 50%;
}

.colcustomel h3,.colcustomer h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.colcustomel span {color: #000;}

.colcustomer span {color: #0DA6AC;}

.blurbbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blurbbox ul li span:last-child {
    background-color: #DAF9FC;
    padding: 22px 27px 28px;
    font-weight: 500;
    flex: 1;
}

.pd-top {padding-top: 100px;}

.pd-bottom {padding-bottom: 100px;}

.blurbbox ul li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.blurbbox ul li span:first-child {width: 118px;}

.blurbbox.twoline ul li span:last-child {padding: 8px 27px 12px;}

h2.titletext,h2.titletextcenter {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

h2.titletext span,h2.titletextcenter span {color: #0DA6AC;}

h2.titletextcenter {text-align: center;}

.procat {
    display: flex;
    flex-wrap: wrap;
}

.markliststyle, .markliststyle1 {width: 48%;}

.markliststyle ul, .markliststyle1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.markliststyle ul li {
    padding-right: 32px;
    background-image: url(images1/checkmark.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: right;
}

.markliststyle1 ul li {
    padding-left: 32px;
    background-image: url(images1/checkmark.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
    line-height: 30px;
}

.markliststyle {margin-right: 20px;}

.markliststyle1 {margin-left: 20px;}

.procat ul li {font-weight: bold;}

.homesection4 h5 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hstext h3 {
    font-size: 50px;
    line-height: 60px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.hstext h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}

.consoliststyle {
    display: flex;
    margin-top: 70px;
}

.consoliststyle ul {margin-right: 20px;}

.consoliststyle ul li::marker {
    color: #0DA6AC;
    font-size: 25px;
}

.mapbg {
    background-image: url(images1/bgmap.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 149px 0;
}

.trikonblurb {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.trikonblurb-image {
    margin-bottom: 0;
    width: 93px;
    text-align: left;
    position: relative;
    z-index: 0;
}

.trikonblurb-text {
    flex: 1;
    border: 1px solid #0DA6AC;
    padding: 20px 20px;
    margin-left: -48px;
    padding-left: 55px;
}

textarea.mheight {height: 100px;}

.formbackground {
    background-color: #EFFFFD;
    border: 1px solid #0DA6AC;
    padding: 25px;
}

.formbackground input.form-control,
.formbackground textarea.form-control,
.formbackground select {
    border-color: #0DA6AC;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

.formbackground input::placeholder,
.formbackground textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

button.submitbtn {
    background-color: #0DA6AC;
    border: 0px;
    border-radius: 5px;
    padding: 13px 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

footer {
    background-color: #000;
    padding-top: 80px;
}

.finfoblurb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.finfoblurb ul li {
    list-style: none;
    color: #fff;
    font-weight: 500;
}

.finfoblurb ul li:first-child {width: 60px;}

.finfoblurb ul li:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.finfoblurb ul li a {
    color: #fff;
    font-weight: 500;
}

.finfoblurb {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0DA6AC;
    border: 0px;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}

html {scroll-behavior: smooth;}

/*********************** Media Query Code Start ************************/

@media only screen and (max-width: 1024px){

    .homesection3 img,.flogo {width: 100%;}

    .herobanner img {width: 100%;}

    .herobanner {
        background-size: cover;
        padding: 40px 0;
    }

    h1.herotitle {
        font-size: 40px;
        line-height: 50px;
    }

    .flexjust {align-items: stretch;}

    .markliststyle, .markliststyle1 {width: 47%;}
}

@media only screen and (max-width: 980px){

    .container {max-width: 100% !important;}

    header .flexdisplaystyle .col:first-child {width: 40%;}

    header .flexdisplaystyle .col:last-child {width: 60%;}

    img.logo {width: 100%;}

    .colcustomel h3, .colcustomer h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .colcustomel,.colcustomer {padding: 20px;}

    .pd-top {padding-top: 50px;}

    .pd-bottom {padding-bottom: 50px;}

    .blurbbox ul li {
        flex-direction: column;
        justify-content: space-between;
    }

    .blurbbox.twoline ul li span:last-child {padding: 22px 27px 28px;}

    .mapbg {
        padding: 60px 15px;
        background-position: right 100px;
        background-size: 53%;
    }

    .hstext h3, h2.titletextcenter,h2.titletext {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 500px){

    .markliststyle, .markliststyle1 {width: 100%;}

    .markliststyle ul li {
        text-align: left;
        padding-left: 40px;
        background-position: left top;
    }

    .markliststyle1 ul li {padding-left: 40px;}

    .markliststyle1 {margin-left: 0px;}

    .flexjust,.trikonblurb {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .colcustomel,.colcustomer {
        padding: 30px;
        width: 100%;
    }

    h1.herotitle {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .finfoblurb {margin-top: 30px;}

    .trikonblurb-image {
        margin-bottom: 0;
        width: 93px;
        text-align: left;
        position: relative;
        z-index: 0;
    }

    .trikonblurb-text {
        margin-left: 0;
        padding-left: 20px;
        padding-top: 60px;
        margin-top: -50px;
        text-align: center;
    }
    
    a.mainlogo {
        display: block;
        width: 80%;
        margin: 0 auto 15px;
    }

    .socialblock ul {justify-content: center;}

    .blurbbox ul li span:last-child {text-align: center;}

    body, p, a {font-size: 16px;}

    .finfoblurb {flex-direction: row;}
}

/*********************** Media Query Code End ************************/