.container{
    max-width: 1920px !important;
}
body{
    color: #687b8d;
    background-color: #fcfcfc;
    overflow-x: hidden;
    font-family: MutiTel-Alt-Light, sans-serif;
}
p{
    line-height: 1.3;
    margin-bottom: 20px;
}
h1{
    line-height: 1.2;
}
#navbar-mobile{
    font-size: 10px;
}
.border-0{
    border: none;
}
.relative{
    position: relative;
}
.p-10{
    padding: 10px !important;
}
.py-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.py-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
i.icon-arrow-right8{
    font-size: 12px;
}

.p-5{
    padding: 5px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.mt-3{
    margin-top: 3px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.m-0{
    margin: 0px;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.btn-success{
    background-color: #24c4af !important;
    border-color: #24c4af !important;
}
.btn.btn-danger,.btn.btn-success{
    margin-top: 20px;
    padding: 10px 15px;
    font-family: MutiTel-Alt-Semibold;
    width: 200px;
    text-align: left;
    font-size: 12px;
    color: #eaeaea;
}
.page-container {
    padding:0 !important;
}
.btn.btn-danger span,.btn.btn-success span{
    font-family: MutiTel-Alt-Semibold !important;
    font-size: 12px !important;
}
.btn-danger{
    background-color: #dc2219 !important;
    border-color: #dc2219 !important;
}

.bg-white{
    color: #505050;
}
.overflow-x-auto{
    overflow-x: auto !important;
}
.overflow-hidden{
    overflow: hidden !important;
}
.cust-nav-divider{
    border: 1px solid black;
    min-height: 15px;
    margin-top: 15px;
}
.cust-form-control,.cust-form-control:focus,.select2-selection--single{
    background-color: inherit;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
}
.select2-selection--single:not([class*=bg-]){
    background-color:transparent;
}
.cust-input-checkbox{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.cust-range{
    margin-top: 20px;
    position: relative;
}
.cust-range .cust-range-bar{
    position: relative;
}
.cust-range .cust-range-bar .cust-range-lane{
    width: 100%;
    border: 2px solid #eaeaea;
    border-radius: 5px;
}
.cust-range .cust-range-bar .cust-range-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    border: 2px solid red;
    border-radius: 5px;
}
.cust-range .cust-range-bar .cust-range-progress:after{
    position: absolute;
    right: -10px;
    top: -6px;
    content: '';
    border-radius: 50%;
    border: 6px solid red;
}
.cust-range .cust-range-lines{
    margin-top: 20px;
    position: relative;

}
.cust-range .cust-range-lines .cust-range-lines-group{
    width: 20%;
    margin-right:-4px;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 100px;
}
.cust-range .cust-range-lines .cust-range-lines-group.close-range-lines{
    width: auto;
}
.cust-range .cust-range-lines .line{
    float: left;
    margin-right: 18%;
    display: inline-block;
    height: 5px;
    border: 1px solid #eaeaea;
}
.cust-range .cust-range-lines .line.big{
    height: 10px;
}
.cust-range .cust-range-lines .cust-range-number{
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    right: 0;
}
i.icon{
    display:inline-block !important;
    width:auto !important;
    height:auto !important;
}

#btnSignup{
    margin: 7px 10px 0;
    padding: 5px 15px;
    color: white;
    font-size: inherit;
    border: 0;
    transition: .3s;
    background-color: #12af92;

}
#btnSignup:hover{
    opacity: .8;
    background-color: #12af92;
}
#btnLanguange,#btnLanguange:hover{
    margin: 7px 10px 0;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid #eaeaee;
    border-radius: 3px;
    font-size: inherit;
    color: inherit;
}
.navbar{
    border: 0;
    margin-bottom: 0;
    z-index: 100;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    height:80px;
}
.navbar .navbar-brand img{

    height: 130%;
}
.navbar .navbar-nav li{
    /*margin: auto 3px;*/
}
.navbar .navbar-nav > li > a{
    font-family: MutiTel-Alt-Bold;
    color: #687b8d;
}
.navbar .navbar-nav li a.hover{
    color: red;
}
.navbar .navbar-nav li a.hover:after{
    content: '';
    display: block;
    width: 100%;
    margin: auto;
    border-bottom: 3px solid red;
}
.navbar .navbar-nav li a.active{
    color: red;
    background-color: transparent;
}
.navbar .navbar-nav li a.active:after{
    content: '';
    display: block;
    width: 100%;
    margin: auto;
    border-bottom: 3px solid red;
}

#getStarted{
    padding-top: 30px !important;
}
#getStarted h1{
    font-size: 26px;
    font-family: MutiTel-Alt-Thin;
}
#getStarted h5{
    font-size: 13px;
    margin-bottom: 20px;
    font-family: MutiTel-Alt-Bold;
}

#footer{
    overflow: hidden;
}
.footer-page{
    padding-bottom: 20px;
}
.footer-page .logoFooter{
    width: 100px;
}
.footer-page .row1{
    margin-top: 50px;
}
.footer-page .row1 .features ul{
    padding: 0;
}
.footer-page .row1 .features ul li{
    list-style: none;
    line-height: 30px;
}
.footer-page .row1 .features ul li a{
    color: #687b8d;
    transition: .3s;
    font-size: 12px;
}
.footer-page .row1 .features ul li a.bold{
    font-family: MutiTel-Alt-Bold;
}
.footer-page .row1 .features ul li a:hover{
    opacity: .8;
}
.footer-page .row1 .footer-right h1{
    font-size: 26px;
    font-family: MutiTel-Alt-Thin;
}
.footer-page .row1 .footer-right h5{
    font-family: MutiTel-Alt-Bold;
}

.footer-page .copyright{
    margin-top: 100px;
}
.footer-page .copyright .text-left{
    color: inherit;
    font-size: 10px;
}
.footer-page .copyright .text-center a{
    color: inherit;
    margin: 0px 10px;
}
.footer-page .copyright .text-right ul{
    padding: 0;
}
.footer-page .copyright .text-right ul li{
    list-style: none;
    display: inline-block;
}
.footer-page .copyright .text-right li a{
    color: inherit;
    font-size: 10px;
    transition: .8s;
    margin-right: 8px;
    font-family: MutiTel-Alt-Bold;
}
.footer-page .copyright .text-right li a:hover{
    opacity: .5;
    text-decoration: underline;
}

#patternFooterContainer{
    overflow: visible;
    position: relative;
    height: 200px;
}
#patternfooter1{
    display: block;
    height: 80px;
    width: 40%;
    background-color:white;
    position: absolute;
    left: 0;
    top: 37px;
}
#patternfooter2{
    display: block;
    height: 80px;
    width: 246px;
    background-color:white;
    position: absolute;
    left: 40%;
    transform: translate(-50%,0);
    transform: rotate(15deg);
    top: 69px;
}
#patternfooter3{
    display: block;
    height: 80px;
    width: 40%;
    background-color:white;
    position: absolute;
    right: 0;
    top: 102px;
}
#patternfooter4{
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:white;
    position: absolute;
    left: 40%;
    transform: translate(-50%,0);
    top: 37px;
}
#patternfooter5{
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:white;
    position: absolute;
    right: 33%;
    transform: translate(-50%,0);
    top: 102px;
}
#patternfooter6{
    display: block;
    height: 80px;
    width: 40%;
    background-color:white;
    position: absolute;
    left: -40%;
    top: 37px;
}
#patternfooter7{
    display: block;
    height: 80px;
    width: 40%;
    background-color:white;
    position: absolute;
    right: -40%;
    top: 102px;
}


.patternImageContainer{
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}
.patternImageContainer img{
    /*max-height: 899px;*/
    width: auto !important;
    min-width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    /*right: 0;*/
    z-index: 0;
}
.patternImageContainer:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.topOfImage > .container{
    color: white;
    height: 222px;
}
.topOfImage > .container h5{
    font-family: MutiTel-Alt-Semibold;
    color: #eaeaea;
}
h1,h2{
    font-family: MutiTel-Alt-Thin;
}
h5,h6{
    font-family: MutiTel-Alt-Semibold;
}
.topOfImage > .container h1{
    font-size: 32px;
}


.patternImageContainer .topOfImage{
    position: relative;
    z-index: 1;
    margin-top: 200px;
}
.patternImageContainer .topOfImage .left-element{
    margin-top: 100px;
}
.patternImageContainer .topOfImage .left-element .container{
    position: relative;
    padding-top: 50px;
    z-index: 2;
}
.patternImageContainer .topOfImage .left-element .container{
    font-family: MutiTel-Alt-Thin;
}
.patternImageContainer .topOfImage .left-element .curve{
    position: absolute;
    padding: 20px;
    width: 45%;
    height: 200px;
    border-top-right-radius: 200px;
    background-color: white;
    left: 0;
    top: 0;
}

.patternImageContainer .topOfImage .left-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 120px;
    background-color: white;
    left: 0;
    top: 150px;
}
.patternImageContainer .topOfImage .left-element .compound{
    position: absolute;
    width: 404px;
    height: 200px;
    background-color: white;
    right: -422px;
    top: 186px;
    transform: rotate(25deg) translate(-51%,0);
}

.patternImageContainer .topOfImage .right-element{
    margin-top: 100px;
}
.patternImageContainer .topOfImage .right-element .container{
    position: relative;
    background-color: #fcfcfc;
    z-index: 2;
}
.patternImageContainer .topOfImage .right-element .curve{
    position: absolute;
    padding: 20px;
    width: 50%;
    height: 200px;
    border-top-left-radius: 200px;
    background-color: #fcfcfc;
    right: 0;
    top: 56px;
}
.patternImageContainer .topOfImage .right-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 350px;
    background-color: #fcfcfc;
    right: 0;
    top: 200px;
}
.patternImageContainer .topOfImage .right-element .compound{
    position: absolute;
    width: 324px;
    height: 100px;
    background-color: #fcfcfc;
    left: -333px;
    top: 192px;
    transform: rotate(-30deg) translate(50%,0);
}


.patternImageContainerwithmenu{
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}
.patternImageContainerwithmenu:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.patternImageContainerwithmenu img{
    /*max-height: 899px;*/
    min-width: 100%;
    width: auto !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    /*right: 0;*/
    z-index: 0;
}
.patternImageContainerwithmenu .topOfImage{
    position: relative;
    z-index: 1;
    margin-top: 200px;
}
.tagline{
    font-size: 32px;
    font-family: MutiTel-Alt-Thin;
    color: #c0c0c0;
}
.patternImageContainerwithmenu .topOfImage .left-element{
    margin-top: 100px;
}
.patternImageContainerwithmenu .topOfImage .left-element .container{
    position: relative;
    padding-top: 50px;
    z-index: 2;
}
.patternImageContainerwithmenu .topOfImage .left-element .curve{
    position: absolute;
    padding: 20px;
    width: 45%;
    height: 200px;
    border-top-right-radius: 200px;
    background-color: white;
    left: 0;
    top: 0;
}
.patternImageContainerwithmenu .topOfImage .left-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 200px;
    background-color: white;
    left: 0;
}
.patternImageContainerwithmenu .topOfImage .left-element .compound{
    position: absolute;
    width: 404px;
    height: 200px;
    background-color: white;
    right: -422px;
    top: 186px;
    transform: rotate(25deg) translate(-51%,0);
}

.patternImageContainerwithmenu .topOfImage .right-element{
    margin-top: 100px;
}
.patternImageContainerwithmenu .topOfImage .right-element .container{
    position: relative;
    background-color: #fcfcfc;
    z-index: 2;
}
.patternImageContainerwithmenu .topOfImage .right-element .curve{
    position: absolute;
    padding: 20px;
    width: 62%;
    height: 200px;
    border-top-left-radius: 200px;
    background-color: #fcfcfc;
    right: 0;
    top: 88px;
    z-index: 1;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu{
    position: absolute;
    right: 50px;
    top: 150px;
    z-index: 3;
    width: 55%;
    text-align: center;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul{
    padding: 0;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul li{
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul li a{
    color: inherit;
    font-family: MutiTel-Alt-Bold;

}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul li a:hover{
    color: red;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul li a.active{
    color: red;
}
.patternImageContainerwithmenu .topOfImage .right-element .menu ul li a.active:after{
    content: '';
    display: block;
    border-bottom: 2px solid red;
    width: 100%;
    margin: auto;
}

.patternImageContainerwithmenu .topOfImage .right-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 350px;
    background-color: #fcfcfc;
    right: 0;
    top: 200px;
}
.patternImageContainerwithmenu .topOfImage .right-element .compound{
    position: absolute;
    width: 324px;
    height: 100px;
    background-color: #fcfcfc;
    left: -333px;
    top: 192px;
    transform: rotate(-30deg) translate(50%,0);
}


.patternImageContainerwithmaps{
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

.patternImageContainerwithmaps img{
    max-height: 899px;
    min-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}
.patternImageContainerwithmaps .topOfImage{
    position: relative;
    z-index: 1;
    margin-top: 500px;
}
.patternImageContainerwithmaps .topOfImage .left-element .container{
    position: relative;
    padding-top: 50px;
    z-index: 2;
    top: 70px;
}
.patternImageContainerwithmaps .topOfImage .left-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 200px;
    background-color: white;
    left: 0;
}

.patternImageContainerwithmaps .topOfImage .right-element{
    margin-top: 100px;
}
.patternImageContainerwithmaps .topOfImage .right-element .container{
    position: relative;
    background-color: #fcfcfc;
    z-index: 2;
}
.patternImageContainerwithmaps .topOfImage .right-element .curve{
    position: absolute;
    padding: 20px;
    width: 62%;
    height: 200px;
    border-top-left-radius: 200px;
    background-color: #fcfcfc;
    right: 0;
    top: 88px;
    z-index: 1;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu{
    position: absolute;
    right: 50px;
    top: 150px;
    z-index: 3;
    width: 55%;
    text-align: center;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul{
    padding: 0;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul li{
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul li a{
    font-family: MutiTel-Alt-Bold;
    color: inherit;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul li a:hover{
    color: red;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul li a.active{
    color: red;
}
.patternImageContainerwithmaps .topOfImage .right-element .menu ul li a.active:after{
    content: '';
    display: block;
    border-bottom: 2px solid red;
    width: 100%;
    margin: auto;
}

.patternImageContainerwithmaps .topOfImage .right-element .cube{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 350px;
    background-color: #fcfcfc;
    right: 0;
    top: 200px;
}
.patternImageContainerwithmaps .topOfImage .right-element .compound{
    position: absolute;
    width: 300px;
    height: 100px;
    background-color: #fcfcfc;
    right: 59%;
    top: 212px;
    transform: rotate(-25deg) translate(50%,0);
}


.patternSmallRightBottom{
    position: absolute;
    right: 0;
    top: 0;
    width:11%;
}
.patternSmallRightBottom .curve{
    background-color: white;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
}
.patternSmallRightBottom .curve .compound{
    position: absolute;
    left: -140px;
    top: -62px;
    background-color: white;
    width: 230px;
    height: 100px;
    transform: rotate(29deg);
}

.patternBigLeftBottom{
    position: absolute;
    left: 0;
    top: 0;
    width:50%;
    transform : scaleX(-1);
    z-index:-1;
}
.patternBigLeftBottom .curve{
    background-color: white;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
}
.patternBigLeftBottom .curve .compound{
    position: absolute;
    left: -140px;
    top: -62px;
    background-color: white;
    width: 230px;
    height: 100px;
    transform: rotate(29deg);
}


@media (max-width: 1200px){
    #patternfooter3{
        width:35%;
    }
    #patternfooter5{
        right: 277px;
    }
    .patternImageContainerwithmenu .topOfImage .right-element .menu{
        text-align: center;
        top: 220px;
        width: 100%;
        right: 0;
    }
    .patternImageContainerwithmaps .topOfImage .right-element .menu{
        text-align: center;
        top: 220px;
        width: 100%;
        right: 0;
    }
    .grid-20{
        width: 25% !important;
    }
}
@media (max-width: 1024px){
    #patternfooter1{
        width: 35%;
    }
    #patternfooter2{
        left: 34%;
    }
    #patternfooter3{
        width: 33%;
    }
    #patternfooter4{
        left: 35%;
    }
    #patternfooter5{
        right: 173px;
    }
}
@media (max-width: 1024px){
    .navbar .container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .grid-20{
        width: 33% !important;
    }
}
@media (max-width: 778px){
    .grid-20{
        width: 50% !important;
    }
    #patternFooterContainer{
        visibility: hidden;
    }
    .patternImageContainer .topOfImage .left-element .container{
        padding-top: 10px;
    }
    .patternImageContainer .topOfImage .left-element .container h1{
        font-size: 20px;
        font-family: MutiTel-Alt-Thin;
    }
    .patternImageContainer .topOfImage .left-element .curve{
        width: 68%;
    }

    .patternImageContainer .topOfImage .right-element .cube{
        top: 125px;
    }

    .patternImageContainerwithmenu .topOfImage .left-element .container{
        padding-top: 10px;
    }
    .patternImageContainerwithmenu .topOfImage .left-element .container h1{
        font-size: 20px;
        font-family: MutiTel-Alt-Thin;
    }
    .patternImageContainerwithmenu .topOfImage .left-element .curve{
        width: 68%;
    }
    .patternImageContainerwithmenu .topOfImage .left-element .compound{
        left: 68%;
    }
    .patternImageContainerwithmenu .topOfImage .right-element .cube{
        top: 125px;
    }
    .patternImageContainerwithmenu .topOfImage .right-element .menu{
        top: 158px;
    }
    .patternImageContainerwithmenu .topOfImage .right-element .container{
        padding-top: 44px;
    }

    .patternImageContainerwithmaps .topOfImage .left-element .container{
        padding-top: 10px;
    }
    .patternImageContainerwithmaps .topOfImage .left-element .container h1{
        font-size: 20px;
        font-family: MutiTel-Alt-Thin;
        margin-top: 0;
    }
    .patternImageContainerwithmaps .topOfImage .right-element .cube{
        top: 125px;
    }
    .patternImageContainerwithmaps .topOfImage .right-element .menu{
        top: 158px;
    }
    .patternImageContainerwithmaps .topOfImage .right-element .container{
        padding-top: 44px;
    }

}
@media (max-width: 420px){
    .grid-20{
        width: 100% !important;
    }
    .patternImageContainer .topOfImage .left-element .container h1{
        font-size: 16px;
        font-family: MutiTel-Alt-Thin;
    }
    .patternImageContainer .topOfImage .left-element .curve{
        width: 88%;
    }

    .patternImageContainer .topOfImage .right-element .cube{
        top: 125px;

    }
    .patternImageContainerwithmenu .topOfImage .left-element .container h1{
        font-size: 16px;
        font-family: MutiTel-Alt-Thin;
    }
    .patternImageContainerwithmenu .topOfImage .left-element .curve{
        width: 88%;
    }
    .patternImageContainerwithmenu .topOfImage .left-element .compound{
        left: 88%;
    }
    .patternImageContainerwithmenu .topOfImage .right-element .cube{
        top: 125px;

    }
    .patternImageContainerwithmaps .topOfImage .left-element .container h1{
        font-size: 16px;
        font-family: MutiTel-Alt-Thin;
        margin-top: 0;
    }
    .patternImageContainerwithmaps .topOfImage .right-element .cube{
        top: 125px;

    }
}
#compoundFooter{
    position: relative;
    display: block;
}
#compoundFooter:after{
    content: '';
    display: block;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 105px;
}

/*Carousel*/
.cust-carousel{
    overflow: hidden;
    height: 750px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100%;
}
.cust-carousel .box-item{
    display: inline-block;
    width: 100%;
    position: relative;
}
.cust-carousel .item.active{
    width: 100%;
    display: inline-block;
}
.cust-carousel .item.active img{
    opacity:1;
}
.cust-carousel .item img{
    opacity:0;
    transition : .3s;
}
.cust-carousel .item{
    transition: .3s;
    float: left;
    /*display: none;*/
    overflow: hidden;
    width: 0;
    padding-top: 150px;
    color: white;

}
.cust-carousel .item > .container{
    position: relative;
    z-index: 10;
}
.cust-carousel .item img{
    width: auto !important;
    min-width: 100%;
    position: absolute;
    left: 50%;
    /*right: 0;*/
    top: 0;
    z-index: -1;
    transform: translate(-50%,0);
    /*min-height: 900px;*/
    max-height: none;
}
.cust-carousel .controls .control-carousel.left{
    left: 0;
}
.cust-carousel .controls .control-carousel.right{
    right: 0;
}
.cust-carousel .controls .control-carousel{
    display: block;
    position: absolute;
    width: 100px;
    text-align: center;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: .2s;
    z-index: 1000;
}
.cust-carousel .controls .control-carousel:hover{
    /*background-color: rgba(0,0,0,.4);*/
    opacity: 1;
}
.cust-carousel .controls .control-carousel *{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 32px;
    color: white;
}
.cust-carousel .navigated{
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 150px;
    z-index: 100;
}
.cust-carousel .navigated .nav-carousel{
    margin-left: 10px;
}
.cust-carousel .navigated .nav-carousel.active *{
    color: red !important;
    border-color: red !important;
}
.cust-carousel .navigated .nav-carousel .strip-bar{
    display: inline-block;
    width: 80px;
    border-bottom: 3px solid #eaeaea;
}
@media (max-width: 1200px) {
    .cust-carousel .navigated .nav-carousel .strip-bar{
        width: 50px;
        border-bottom: 3px solid #eaeaea;
    }
    .cust-carousel .navigated{
        padding: 0 50px;
    }
}
@media (max-width: 778px) {
    .cust-carousel .navigated{
        position: absolute;
        bottom: 200px;
        text-align: left;
        width: 100%;
        padding: 0 10px;
        z-index: 100;
    }
}
/*End Carousel*/

/*login*/
#formLogin .login-header *{
    line-height: 20px;
}
#formLogin .login-body *{
    line-height: 20px;
}
#formLogin .login-body{
    margin: 40px 0 !important;
}
#formLogin .login-body button{
    font-size: 12px;
}
#formLogin .login-form,#formLogin .login-form:focus{
    /* background-color: inherit; */
    /* border: 0; */
    /* box-shadow: none; */
    /* border-bottom: 1px solid #eaeaea; */
}
#formLogin .login-footer p, #formLogin .login-footer a{
    font-family: MutiTel-Alt-Bold;
    color: inherit;
    transition: .3s;
}
#formLogin .login-footer p a:hover{
    opacity: .7;
}
/*end login*/

/* about */
#aboutPart1 .subPart1 .left p,#aboutPart1 .subPart1 .left a{
    margin-top: 20px;
    margin-bottom: 20px;
}
#aboutPart1 .subPart1 .left .heading{
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#aboutPart1 .subPart1 .left img{
    width: 100px;
}
#aboutPart1 .subPart1 .right img{
    width: 80%
}

#aboutPart2 .container {
    background-image: url('/assets/images/new_template_img/about/about2.webp');
    background-repeat: no-repeat;
    background-size: 985px;
    background-position: 514px -7px;
}
#aboutPart2 .subPart1{
    margin-top: 150px;
    margin-bottom: 50px;
}
#aboutPart2 .subPart1 .left .heading{
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#aboutPart2 .subPart2 h5{
    margin-bottom: 40px;
}
#aboutPart2 .subPart2 ul{
    padding: 0;
}
#aboutPart2 .subPart2 ul li{
    list-style: none;
}

#aboutPart3 .subPart1 .left .heading{
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#aboutPart3 .subPart1 .right .subPart1-sub1 *{
    margin: 0;
    line-height: 23px;

}
#aboutPart3 .subPart1 .right .subPart1-sub1 h6{
    margin-top: 40px;
    margin-bottom: 30px;
}
#aboutPart3 .subPart1 .right .subPart1-sub1 h5{
    font-size: 24px;
    margin: 5px 0;
}
#aboutPart3 .subPart2{
    margin-top:50px;
}
#aboutPart3 .subPart2 p{
    margin: 0;
}
#aboutPart4 .subPart1 .left p,#aboutPart4 .subPart1 .left a{
    margin-top: 20px;
    margin-bottom: 20px;
}
#aboutPart4 .subPart1 .left .heading{
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#aboutPart4 .subPart1 .left img{
    width: 100px;
}
#aboutPart4 .subPart1 .right img{
    width: 80%
}
#aboutPart4 ul{
    padding:0;
}
#aboutPart4 li{
    list-style: none;
}

#featuresPart1 ul,#featuresPart2 ul{
    padding: 0;
    margin-bottom: 40px;
}
#featuresPart1 ul li,#featuresPart2 ul li{
    list-style: none;
    line-height: 50px;
}
#featuresPart1 ul li i,#featuresPart2 ul li i{
    color: red;
}
#featuresPart2 ul li{
    font-family: MutiTel-Alt-Semibold;
}
#featuresPart2 h3{
    font-family: MutiTel-Alt-Bold;
}
/* end about */
/* contact */
#contactSalesPart1,#contactSupportPart1,#contactReportPart1,#contactInvestorPart1{
    padding-bottom: 50px;
}
#contactSalesPart1 .subPart2 button,#contactSupportPart1 .subPart2 button,#contactReportPart1 .subPart2 button,#contactInvestorPart1 .subPart2 button{
    width: 200px;
    text-align: left;
    margin-top: 40px !important;
}

/* end contact */
/*coverage*/
#coverageInternationalNumberPart1,#coveragePortabilityPart1{
    padding-bottom: 50px;
}
#coverageInternationalNumberPart1 .subPart2 button,#coveragePortabilityPart1 .subPart2 button{
    width: 200px;
    text-align: left;
}
#coverageInternationalNumberPart1 .subPart1 .form-control{
    display: inline-block;
    width: auto;
}
#coveragePortabilityPart1 .container > select{
    width: 50%;
}
#coveragePortabilityPart1 .container .subPart1 .box{
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}
#coveragePortabilityPart1 .container .subPart1 .country{
    height: 60px;
}
#coveragePortabilityPart1 .container .subPart1 h1{
    margin-bottom: 0;
    font-family: MutiTel-Alt-Semibold;
}
#coveragePortabilityPart1 .container .subPart1 small{
    margin-bottom: 20px;
    display: block;
}
#coveragePortabilityPart1 .container .subPart1 small ~ p{
    font-family: MutiTel-Alt-Semibold;
    font-size: 11px;
}
/*end coverage*/
/* pricing */
#pricingMenu.menu{
    text-align: left;
}
#pricingMenu.menu ul{
    padding: 0;
}
#pricingMenu.menu ul li{
    list-style: none;
    display: inline-flex;
    margin: 10px 50px 10px 0px;
}
#pricingMenu.menu ul li a{
    color: inherit;
    font-family: MutiTel-Alt-Bold;
}
#pricingMenu.menu ul li a:hover{
    color: red;
}
#pricingMenu.menu ul li a.active{
    color: red;
}
#pricingMenu.menu ul li a.active:after{
    content: '';
    display: block;
    border-bottom: 2px solid red;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

#pricingEnterprisePart1{
    padding-bottom: 50px;
}
#pricingEnterprisePart1 .subPart2 button{
    width: 200px;
    text-align: left;
}
#pricingEnterprisePart1 .subPart1 input{
    width: 100%;
}
#pricingEnterprisePart1 .subPart1 input,#pricingEnterprisePart1 .subPart1 button{
    margin: 20px 0;
}
#pricingEnterprisePart1 .row{
    margin: 0;
}

#pricingPortabilitySmallBusinessPart2 .subPart1{
    margin-top: 50px;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 > select{
    width: 50%;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 .box{
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 .box .country{
    height: 50px;
    font-family: MutiTel-Alt-Thin;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 .box h1{
    font-family: MutiTel-Alt-Semibold;
    margin-bottom: 0;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 .box small{
    margin-bottom: 20px;
    display: block;
}
#pricingPortabilitySmallBusinessPart2 .subPart1 .box p{
    font-family: MutiTel-Alt-Semibold;
}
#pricingGeneralPart1 .row{
    margin-bottom: 50px;
}
#pricingGeneralPart1 .row .box-content h1{
    height: 100px;
    font-family: MutiTel-Alt-Bold;
}
#pricingGeneralPart1 .row .box-content p{
    font-size: 16px;
    height: 100px;
}
#pricingGeneralPart1 .row .box-content .btn{
    background:silver;
    display:block;
}
#pricingGeneralPart1 .row .box-content:after{
    content: '';
    border: 1px solid #eaeaea;
    display: block;
    width: 200px;
}
#pricingGeneralPart1 .row .box-content.active h1{
    color: red;
}
#pricingGeneralPart1 .row .box-content.active .btn{
    display: block;
}

#pricingEmergencyCallingSmallBusinessPart1 .nominal{
    font-size: 4rem;
    margin-top: 0;
    font-family: MutiTel-Alt-Bold;
}
#pricingEmergencyCallingSmallBusinessPart1 .subPart1 h1{
    margin-bottom: 50px;
}
#pricingEmergencyCallingSmallBusinessPart1 .subPart1 p{
    margin-bottom: 0;
}

#pricingCnamSmallBusinessPart1 .nominal{
    font-size: 4rem;
    margin-top: 0;
    font-family: MutiTel-Alt-Bold;
}
#pricingCnamSmallBusinessPart1 .nominal sup{
    font-size: 10px;
    font-family: MutiTel-Alt-Regular;
    top: -2em;
}
#pricingCnamSmallBusinessPart1 .subPart1{
    overflow-x: auto;
}
#pricingCnamSmallBusinessPart1 .subPart1 .row,#pricingCnamSmallBusinessPart1 .subPart1 .cust-range{
    min-width: 768px;
    margin: 0;
}
#pricingCnamSmallBusinessPart1 .subPart2 h1{
    margin-bottom: 50px;
}

#pricingCnamSmallBusinessPart1 .subPart2 p{
    margin-bottom: 30px;
}

#pricingCnamSmallBusinessPart2 > .container{
    padding-bottom: 20px;
    overflow-x: auto;
}
#pricingCnamSmallBusinessPart2 > .container > .row{
    min-width: 768px;
    margin: 0;
}
#pricingCnamSmallBusinessPart2 .box h1{
    margin-bottom: 30px;
}
#pricingCnamSmallBusinessPart2 .box .content:after{
    content: '';
    display: inline-block;
    width: 150px;
    border-bottom: 1px solid #687b8d;
}
#pricingCnamSmallBusinessPart2 .box .content h6{
    font-size: 12px;
    font-family: MutiTel-Alt-Bold;
}
#pricingCnamSmallBusinessPart2 .box .content h3{
    margin-top: 10px;
    font-size: 16px;
}
#pricingCnamSmallBusinessPart2 .box .btn{
    display: none;
    width: 200px;
    text-align: left;
}
#pricingCnamSmallBusinessPart2 .box.active .content h6,#pricingCnamSmallBusinessPart2 .box.active h1{
    color: red;
}
#pricingCnamSmallBusinessPart2 .box.active .btn{
    display: block;
}

#pricingSupportOptionPlansPart1 .box{
    opacity: .3;
    box-shadow: 1px 1px 10px 3px rgba(0,0,0,.2);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 50px;
}
#pricingSupportOptionPlansPart1 .box .header{
    padding: 20px;
}
#pricingSupportOptionPlansPart1 .box .header p{
    color: red;
    font-family: MutiTel-Alt-Bold;
}
#pricingSupportOptionPlansPart1 .box .header h2{
    margin-bottom: 0;
}
#pricingSupportOptionPlansPart1 .box .header small{
    font-size: 10px;
}
#pricingSupportOptionPlansPart1 .box .body p{
    height: 50px;
    margin: 0;
    padding:15px 10px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    font-size: 11px;
    font-family: MutiTel-Alt-Bold;

}
#pricingSupportOptionPlansPart1 .box .btn{
    width: 100%;
    display: none;
    border-radius: 0;
}
#pricingSupportOptionPlansPart1 .box.active{
    opacity: 1;
    margin-bottom: 14px;
}
#pricingSupportOptionPlansPart1 .box.active .btn{
    display: block;
}
.cust-grid{
    width: 100%;
}
.cust-grid .grid-20{
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 0 10px;
}
#pricingAntiSpamSmallBusinessPart1 .subPart1 h1{
    margin-bottom: 50px;
}
#pricingAntiSpamSmallBusinessPart1 .subPart1 p{
    font-family: MutiTel-Alt-Bold;
    margin-bottom: 10px;
}
#pricingAntiSpamSmallBusinessPart1 .box{
    padding: 1rem 2rem;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    background-color: white;
    margin-bottom: 20px;
}
#pricingAntiSpamSmallBusinessPart1 .box h6{
    font-size: 12px;
    color: red;
    margin-bottom: 0;
}
#pricingAntiSpamSmallBusinessPart1 .box h1{
    margin: 0;
}
#pricingAntiSpamSmallBusinessPart1 .box small{
    font-size: 11px;
    display: block;
    height: 80px;
}
#pricingAntiSpamSmallBusinessPart1 ~ #backdoor-white:after{
    height: 120px;
    bottom: 0;
}
#backdoor-white:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: -1;
}
#backdoor-white{
    position: relative;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1{
    overflow-x: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 > .row{
    min-width: 1150px;
    margin: 0;
}

#pricingHostedPbxSmallBusinessPart1 .subPart1 .subPart1-part1{
    height: 100px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .heading .subPart1-part1 h3{
    margin: 0;
    padding-top: 30px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .subBox .subPart1-part1 h3,#pricingHostedPbxSmallBusinessPart1 .subPart1 .subBox .subPart1-part1 h6{
    margin: 0;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .heading .subPart1-part2 h3{
    margin-top: 20px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .subBox .subPart1-part2 h5{
    font-size: 12px;
    font-family: MutiTel-Alt-Bold;
    margin-top: 32px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .subBox{
    margin-bottom: 30px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .heading .subPart1-part2{
    margin-bottom: 36px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .heading .subPart1-part3 .features{
    padding: 15px 0;
}
#pricingHostedPbxSmallBusinessPart1 .subPart1 .subPart1-part3 .features{
    border-top: 1px solid #eaeaea;
    padding: 15px;
    height: 40px;
}
#pricingHostedPbxSmallBusinessPart1 .box .subBox{
    background-color: white;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    padding: 10px 20px;
}
#pricingHostedPbxSmallBusinessPart1 .box .btn{
    display: none;
}
#pricingHostedPbxSmallBusinessPart1 .box.active{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    background-color: white;
}
#pricingHostedPbxSmallBusinessPart1 .box.active .subBox{
    box-shadow: none;
}

#pricingHostedPbxSmallBusinessPart1 .box.active .btn{
    display: block;
    font-size: 12px;
    text-align: left;
    width: 100%;
}
#pricingHostedPbxSmallBusinessPart1 #backdoor-white:after{
    height: 780px;
    top: 200px;
}
#pricingHostedPbxSmallBusinessPart1 .subPart2{
    margin-top: 50px;
}



#pricingInboundOutboundSmallBusinessPart1 .subPart1{
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 > .row{
    min-width: 1150px;
    margin: 0;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part1{
    height: 180px;
    padding: 10px 20px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .heading .subPart1-part1 select{
    border-bottom: none;
    font-size: 20px;
    font-family: MutiTel-Alt-Thin;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .heading .subPart1-part1 h2{
    margin: 0;
    padding-top: 30px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .box .subPart1-part1 h3,#pricingInboundOutboundSmallBusinessPart1 .subPart1 .box .subPart1-part1 h6{
    margin: 0;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .heading .subPart1-part2 h3{
    margin-top: 20px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .box .subPart1-part2 h5{
    font-size: 12px;
    font-family: MutiTel-Alt-Bold;
    margin-bottom: 30px;
    padding: 0 20px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .box{
    margin-bottom: 30px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .heading .subPart1-part2{
    margin-bottom: 36px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .heading .subPart1-part3 .features{
    padding: 15px 0;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part3 .features small ~ h3{
    margin-top: 10px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part3 .features{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
    height: 100px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part3 .features h3{
    font-family: MutiTel-Alt-Bold;
    font-size: 28px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part3 .features sup{
    font-size: 18px;
}
#pricingInboundOutboundSmallBusinessPart1 .subPart1 .subPart1-part3 .features sub{
    font-size: 20px;
}
#pricingInboundOutboundSmallBusinessPart1 .box{
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.1);
    background-color: white;
}
#pricingInboundOutboundSmallBusinessPart1 #backdoor-white:after{
    height: 780px;
    top: 200px;
}



.pricingInboundOutboundSmallBusinessSomePart .subPart1{
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 > .row{
    min-width: 1150px;
    margin: 0;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .heading .subPart1-part1{
    padding-left: 0;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .subPart1-part1{
    height: 130px;
    padding: 10px 20px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .heading .subPart1-part1 select{
    border-bottom: none;
    font-size: 20px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .heading .subPart1-part1 h2{
    margin: 0;
    padding-top: 30px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part1 h2,.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part1 h6{
    margin: 0;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box{
    margin-bottom: 30px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .heading .subPart1-part2 .features h6{
    font-size: 12px;
    color: #0b172a;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part1 h6{
    color: #0b172a;
}
.pricingInboundOutboundSmallBusinessSomePart .features h6{
    color: #0b172a !important;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .heading .subPart1-part2 .features{
    padding: 15px 0;
    padding-top: 30px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part2 .features h3{
    font-family: MutiTel-Alt-Bold;
    font-size: 28px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part2 .features sup{
    font-size: 18px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .box .subPart1-part2 .features sub{
    font-size: 20px;
}
.pricingInboundOutboundSmallBusinessSomePart .subPart1 .subPart1-part2 .features{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px;
    height: 100px;
}
.pricingInboundOutboundSmallBusinessSomePart .box{
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.1);
    background-color: white;
}

/* end pricing */

/*developers*/
.btn.btn-default{
    margin-top: 20px;
    padding: 10px 15px;
    font-family: MutiTel-Alt-Semibold;
    font-size: 12px;
    margin-right: 10px;
    color: inherit;
}
#developersArticleListPart1 .container .subPart1 .box{
    margin-bottom: 20px;
}
#developersArticleListPart1 .container .subPart1 .box .text{
    padding: 20px;
}
#developersArticleListPart1 .container .subPart1 .box .img{
    width: 100%;
    height: 100px;
}
#developersArticleListPart1 .container .subPart1 .box small{
    font-family: MutiTel-Alt-Thin;
}

#developersPart1 .subPart1 small{
    font-family: MutiTel-Alt-Bold;
}
#developersPart1 .subPart1 h3{
    font-family: MutiTel-Alt-Thin;
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px;
}
#developersPart1 .subPart1 input{
    padding: 30px;
    border-right: none;
    background-color: white;
    box-shadow: none;
}
#developersPart1 .subPart1 .input-group-addon{
    background-color: white;
    padding-right: 20px;
    padding-left: 20px;
}
#developersPart1 .subPart2{
    margin-top: 30px;
}
#developersPart1 .subPart2 .box{
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin-bottom: 15px;
}

#developersPart1 .subPart2 .box h4{
    font-family: MutiTel-Alt-Bold;
}
#developersPart1 .subPart2 .box p{
    margin: 10px 0;
    font-size: 12px;
}
#developersPart1 .subPart2 .box a{
    color: inherit;
    font-family: MutiTel-Alt-Bold;
    font-size: 11px;
}

.developersSomePart .container .subPart1{
    overflow-x: auto;
}
.developersSomePart .container .subPart1 .group{
    min-width: 1180px;
}
.developersSomePart .container .subPart1 .group .content-group{
    display: inline-block;
    width: 20%;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
}
.developersSomePart .container .subPart1 .box{
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.developersSomePart .container .subPart1 .box .text{
    position: relative;
    padding: 20px;
}
.developersSomePart .container .subPart1 .box small{

    font-family: MutiTel-Alt-Thin;
}
.developersSomePart .container .subPart1 .box .img{
    width: 100%;
    height: 100px;
}
.developersSomePart .container .subPart1 .box a{
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: MutiTel-Alt-Bold;
    color: inherit;
}

#developersArticleDetailedPart1{
    padding-top: 100px;
}

#developersArticleDetailedPart1 .subPart1 small{
    font-family: MutiTel-Alt-Bold;
}
#developersArticleDetailedPart1 .subPart1 h3{
    font-family: MutiTel-Alt-Thin;
    margin: 0;
    font-size: 28px;
    margin-bottom: 20px;
}
#developersArticleDetailedPart2 .container > div{
    margin-bottom: 30px;
}
#developersArticleDetailedPart2 .container > div h5{
    font-family: MutiTel-Alt-Bold;
    font-size: 13px;
    margin-bottom: 0;
}
textarea.cust-form-control{
    line-height: 6ch;
    background-image: linear-gradient(#eaeaea, transparent calc(2px));
    background-size: 100% 6ch;
    background-position: 0 5px;
    height: auto;
    resize: none;
    border-bottom: none !important;
}
textarea.cust-form-control[disabled]{
    background-color: transparent !important;
    cursor: default;
}

/*end developers*/
/* Cnam */
#cnamPart1 .nominal{
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: MutiTel-Alt-Bold;
}
#cnamPart1 .nominal sup{
    top: -2em;
    font-size: 10px;
    font-family: MutiTel-Alt-light;
}
#cnamPart1 .subPart1{
    overflow-x: auto;
    overflow-y: hidden;
}
#cnamPart1 .subPart1 h2{
    margin-bottom: 0;
}
#cnamPart1 .subPart1 p{
    margin-bottom: 30px;
}
#cnamPart1 .subPart1 .row,#cnamPart1 .subPart1 .cust-range{
    min-width: 768px;
    margin: 0;
}
#cnamPart1 .subPart2 h1{
    font-size: 32px;
    margin-bottom: 30px;
}
#cnamPart1 .subPart3 h1{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
}
#cnamPart2 > .container{
    padding-bottom: 20px;
    overflow-x: auto;
}
#cnamPart2 > .container > .row{
    min-width: 768px;
    /*margin: 0;*/
}
#cnamPart2 .box h1{
    margin-bottom: 30px;
    font-family: MutiTel-Alt-Bold;
}
#cnamPart2 .box .content:after{
    content: '';
    display: inline-block;
    width: 150px;
    border-bottom: 1px solid #687b8d;
}
#cnamPart2 .box .content-last:after{
    display: none;
}
#cnamPart2 .box .content h6{
    font-size: 12px;
    font-family: MutiTel-Alt-Bold;
}
#cnamPart2 .box .content h3{
    margin-top: 10px;
    font-size: 18px;
    font-family: MutiTel-Alt-thin;

}
#cnamPart2 .box .btn{
    display: none;
    width: 200px;
    text-align: left;
}
#cnamPart2 .box.active .content h6,#cnamPart2 .box.active h1{
    color: red;
}
#cnamPart2 .box.active .btn{
    display: block;
}

#cnamPart3 .container > * {
    margin-bottom: 30px;
}
/*end cnam*/

/*e911*/
#e911part2{
    background-image: url('/assets/images/new_template_img/e911/e911-1.webp');
    background-size: 50% auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
#e911part2 .subPart1 h1{
    margin-bottom: 50px;
}
#e911part2 .subPart1 p{
    margin-bottom: 30px;
}
#e911part2 .subPart2{
    margin-top: 200px;
}
#e911part2 .subPart2 h1{
    margin-bottom: 50px;
}
#e911part2 .subPart2 p{
    margin-bottom: 30px;
}

#e911part3 .subPart1 h1 {
    margin-bottom: 50px;
}
#e911part3 .subPart1 .row * {
    margin: 0;
}
#e911part3 .subPart1 > .row > div {
    margin-bottom: 20px;
}
#e911part3 .subPart1 span{
    font-size: 10px;
}
#e911part3 .subPart1 span.line{
    border-bottom: 1px solid #0e0e0e;
    display: inline-block;
    width: 160px;
}

#e911part4 .nominal{
    font-size: 4rem;
    margin-top: 0;
    font-family: MutiTel-Alt-Bold;
}
/*end e911*/

/*global number*/
#globalNumbersPart1 .sub{
    margin-bottom: 30px;
}
#globalNumbersPart1 .sub h6{
    margin: 0;
    font-family: MutiTel-Alt-Bold;
}
#globalNumbersPart2 .subPart1 h1{
    font-size: 32px;
    margin-bottom: 40px;
}
#globalNumbersPart2 .subPart1 p{
    margin-bottom: 30px;
}
#globalNumbersPart2 .subPart1 img{
    width: 100%;
}
#globalNumbersPart2 .subPart2 .box{
    padding-right: 20%;
}
#globalNumbersPart2 .subPart2 h1{
    font-size: 32px;
    margin-bottom: 40px;
}
#globalNumbersPart2 .subPart2 p{
    margin-bottom: 30px;
}
#globalNumbersPart3 .subPart1 .icon{
    font-size: 35px;
    margin-bottom: 20px;
}
#globalNumbersPart3 .subPart1 > h1{
    font-size: 32px;

    margin-bottom: 50px;
}
#globalNumbersPart3 .subPart1 .row > div{
    margin-bottom: 30px;
    padding-right: 20px;
}
#globalNumbersPart3 .subPart1 .row h1{
    margin: 0;
    margin-bottom: 5px;
}
#globalNumbersPart3 .subPart1 .row p{
    font-size: 12px;
    height: 120px;
}
#globalNumbersPart4 .subPart1 p{
    margin: 30px 0;
}
#globalNumbersPart4 .subPart1 img{
    width: 70%;
}
#globalNumbersPart4 .subPart2 > h1{
    margin-top: 0;
}
#globalNumbersPart4 .subPart2 > h1,#globalNumbersPart4 .subPart2 > p{
    margin-bottom: 30px;
}
#globalNumbersPart4 .subPart2 .box{
    height: 50px;
    margin-right: 20px;
}

#globalNumbersPart4 .subPart2 .box p{
    position: relative;
    margin-bottom: 0;
}
#globalNumbersPart4 .subPart2 .box p .icon{
    position: absolute;
    top: 2px;
    left: -20px;
}
#globalNumbersPart4 .subPart2 .box > *{
    margin-left: 20px;
}
#globalNumbersPart4 .subPart2 .btn{
    margin-top: 30px;
}
/*global number*/

/*landing*/
#landingPart1{
    background-image: url('/assets/images/new_template_img/landing/landing1.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
#landingPart1 h6{
    font-family: MutiTel-Alt-Bold;
}
#landingPart1 .subPart1 *,#landingPart1 .subPart2 *{
    margin-bottom: 30px;
}
#landingPart2 .subPart2 #pricingMenu li{
    margin-right: 80px;
}
#landingPart2 .subPart1{
    padding-bottom: 200px;
}
#landingPart2 .subPart2{
    margin-top: -80px;
}
#landingPart2 .subPart2 .subPart2-part1{
    margin-top: 100px;
    margin-bottom: 100px;
}
#landingPart2 .subPart2 .subPart2-part1 ul{
    padding: 0;
}
#landingPart2 .subPart2 .subPart2-part1 ul li{
    list-style: none;
    line-height: 50px;
}
#landingPart2 .subPart2 img{
    width: 100%;
}
#landingPart2 .subPart2 .btn,#landingPart3 .btn,#landingPart6 .btn{
    margin-top: 20px;
    padding: 10px 15px;
    font-family: MutiTel-Alt-Semibold;
    font-size: 12px;
    margin-right: 20px;
}
#landingPart3 .subPart1 > * {
    margin-bottom: 30px;
}
#landingPart3 .cust-range .cust-range-lines .cust-range-lines-group{
    height: 50px;
}
#landingPart4{
    background-image: url('/assets/images/new_template_img/landing/landing3.webp');
    background-size: cover;
    color: white;
    padding-top: 100px;
    padding-bottom: 150px;
}
#landingPart4 h5{
    font-family: MutiTel-Alt-Bold;
    font-size: 12px;
    margin-bottom: 20px;
}
#landingPart4 h1{
    font-size: 28px;
    font-family: MutiTel-Alt-Thin;
    margin-bottom: 20px;
}
#landingPart4 p{
    margin-bottom: 30px;
}
#landingPart5 .container > h1{
    margin-bottom: 30px;
}
#landingPart5 .container .row h5{
    font-size: 12px;
    margin : 0;
}
#landingPart5 .container .row h1{
    font-size: 50px;
    font-family: MutiTel-Alt-Thin;
    margin : 0;
    float: left;
}
#landingPart5 .container .row sup{
    font-size: 12px;
    font-family: MutiTel-Alt-Bold;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

#landingPart7 .topOfImage{
    margin-top: -200px;
}
#landingPart7 .topOfImage .left-element{
    margin-top: 0;
}
#landingPart7 .topOfImage .left-element .cube{
    top: 175px;
}
/*end landing*/

/*lata*/
#lataPart1 .sub{
    margin-bottom: 30px;
}
#lataPart1 .sub h6{
    margin: 0;
    font-family: MutiTel-Alt-Bold;
}
#lataPart2 h1{
    margin-bottom: 40px;
    font-family: MutiTel-Alt-Thin;
}
#lataPart2 .subPart1 p{
    margin-bottom: 30px;
}
#lataPart2 .subPart1 h5{
    font-size: 18px;
    font-family: MutiTel-Alt-Bold;
}
#lataPart2 .subPart1 img{
    width: 100%;
}
#lataPart2 .subPart2 h1{
    margin-bottom: 30px;
}
#lataPart2 .subPart2 p{
    margin-bottom: 30px;
    font-size: 11px;
}
#lataPart2 .subPart2 ul{
    padding: 0;
    margin-bottom: 30px;
}
#lataPart2 .subPart2 ul li{
    list-style: none;
    line-height: 40px;
}
#lataPart3 .subPart1 .icon{
    font-size: 35px;
    margin-bottom: 20px;
}
#lataPart3 .subPart1 > h1{
    margin-bottom: 100px;
}
#lataPart3 .subPart1 .row > div{
    margin-bottom: 30px;
    padding-right: 20px;
}
#lataPart3 .subPart1 .row h1{
    margin: 0;
    margin-bottom: 5px;
}
#lataPart3 .subPart1 .row p{
    font-size: 12px;
}
/*end lata*/
/*signup*/
#signupPart1 textarea.cust-form-control{
    background-image: none;
    border-bottom: 1px solid #eaeaea !important;
}
#signupPart1 .login a:hover{
    opacity: .8;
}
#signupPart1 .login a,#signupPart1 .login p{
    color: inherit !important;
    font-family: MutiTel-Alt-Bold;
}
/*end signup*/
/*lrn*/
#lrnPart1 .sub{
    margin-bottom: 30px;
}
#lrnPart1 .sub h6{
    margin: 0;
    font-family: MutiTel-Alt-Bold;
}
#lrnPart2 .subPart2 .box{
    padding-right: 15%;
}
#lrnPart2 .subPart2 .box h1{
    height: 5pc;
}
#lrnPart3 .subPart1 .icon{
    font-size: 35px;
    margin-bottom: 20px;
    display:inline-block;
    width :auto;
    height:auto;
}
#lrnPart3 .subPart1 > h1{
    margin-bottom: 100px;
}
#lrnPart3 .subPart1 .box{
    padding-right: 5%;
}
/*end lrn*/

/*pbx*/
#pbxPart1 .box{
    padding-right: 10%;
}
#pbxPart1 .box .icon{
    font-size: 40px;
}
#pbxPart2 .subPart1{
    padding-bottom: 200px;
}
#pbxPart2 .subPart2{
    margin-top: -120px;
}
#pbxPart2 .subPart2 .menu{
    margin-bottom: 100px;
}
#pbxPart2 .subPart2 .menu li{
    margin-right: 50px;
}
#pbxPart2 .subPart2 .subPart2-part1 .left{
    margin-top: 50px;
    padding-right: 10%;
}
#pbxPart2 .subPart2 .subPart2-part1 .icon{
    font-size: 50px;
}
#pbxPart2 .subPart2 .subPart2-part1 h1{
    font-size: 32px;
}
#pbxPart2 .subPart2 .subPart2-part1 p{
    margin-top: 30px;
    margin-bottom: 30px;
}
#pbxPart2 .subPart2 .subPart2-part1 .sub p{
    margin: 0;
}
#pbxPart2 .subPart2 .subPart2-part1 .sub p .bold{
    font-family: MutiTel-Alt-Bold;
}
#pbxPart3 .subPart1 .icon{
    font-size: 35px;
    margin-bottom: 20px;
}
#pbxPart3 .subPart1 > h1{
    margin-bottom: 100px;
}
#pbxPart3 .subPart1 .box{
    padding-right: 5%;
}
#pbxPart3 .subPart1 .box .text{
    margin-bottom: 0;
}
#pbxPart3 .subPart1 .box .text .bold{
    font-family: MutiTel-Alt-Bold;
}
#pbxPart4 .left{
    margin-top: 100px;
}
#pbxPart4 .left h1{
    font-size: 32px;
}
#pbxPart4 .right img{
    width: 120%;
}
#pbxPart5 h1{
    font-size: 32px;
}
#pbxPart5 p{
    height: 55px;
}

#pbxPart5 .subPart2 .subPart2-part1{
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}
#pbxPart5 .subPart2 .subPart2-part1 .frame{
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
}
#pbxPart5 .subPart2 .subPart2-part1 .frame{
    max-width: 100%;
    max-height: 100%;
}
#pbxPart5 .subPart2 .subPart2-part1 p{
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
}
#pbxPart6 .subPart1 h1{
    font-size: 32px;
}
#pbxPart6 .subPart1 p{
    margin-top: 30px;
    margin-bottom: 30px;
}
#pbxPart6 .subPart2 .box:first-child{
    border-top: 1px solid #eaeaea;
}
#pbxPart6 .subPart2 .box{
    border-bottom: 1px solid #eaeaea;
    margin-left: -50px;
    padding: 15px 0px 15px 50px;
}
#pbxPart6 .subPart2 .box p.title{
    font-family: MutiTel-Alt-Semibold;
}
#pbxPart6 .subPart2 .box .icon{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    transition: .5s;
}
#pbxPart6 .subPart2 .box .subBox{
    height: 0;
    overflow: hidden;
    padding-right: 80px;
    transition: .5s;
}
#pbxPart6 .subPart2 .box.active .subBox{
    height: auto;
    transition: .5s;
}
#pbxPart6 .subPart2 .box.active .icon{
    transition: .5s;
    transform: rotate(180deg);
}
#pbxPart6 .subPart2 .box.active p.title{
    color: red;
}

.pbxBusinessCaseSomePart .subPart1{
    overflow-x: auto;
    padding-bottom: 10px;
    overflow-y : hidden;
}
.pbxBusinessCaseSomePart .subPart1 .row{
    min-width: 1180px;
    margin-right: 0;
    margin-left: 0;
}
.pbxBusinessCaseSomePart .title{
    margin-bottom: 30px;
}
.pbxBusinessCaseSomePart .subtitle{
    font-family: MutiTel-Alt-Bold;
}
.pbxBusinessCaseSomePart .content{
    padding-top: 30px;
    padding-right: 15%;
}
.pbxBusinessCaseSomePart .content:after{
    content: '';
    display: block;
    border-bottom: 1px solid #a0a0a0;
    width: 200px;
}
.pbxBusinessCaseSomePart .content h6{
    font-size: 12px;
}
.pbxBusinessCaseSomePart .content p{
    font-family: MutiTel-Alt-Thin;
    font-size: 18px;
}
/*end pbx*/

/*terms*/
#termsPart1 .subPart1{
    margin-bottom: 80px;
}
#termsPart1 .subPart2{
    margin-bottom: 80px;
}
#termsPart1 .subPart3{
    padding-left: 20px;
}
#termsPart1 .subPart3 li{
    margin-bottom: 40px;
    margin-top: 40px;
}
/*end terms*/


/*engineering*/
#engineeringPart2 .row{
    margin-bottom: 50px;
}
#engineeringPart2 .row .box-content h1{
    height: 100px;
    font-family: MutiTel-Alt-Bold;
}
#engineeringPart2 .row .box-content p{
    font-size: 14px;
}
#engineeringPart2 .row .box-content .btn{
    display: none;
}
#engineeringPart2 .row .box-content:after{
    content: '';
    border: 1px solid #eaeaea;
    display: block;
    width: 200px;
}
#engineeringPart2 .row .box-content.active h1{
    color: red;
}
#engineeringPart2 .row .box-content.active .btn{
    display: block;
}
/*end engineering*/

/*callRomania*/
#callRomaniaPart2 h1,#callRomaniaPart3 h1{
    font-family: MutiTel-Alt-Thin;
}
#callRomaniaPart3 h5{
    font-size: 12px;
}
#callRomaniaPart3 .subPart2 .box{
    box-shadow: 1px 1px 5px 1px rgba(200,200,200,.5);
    padding: 20px;

}
#callRomaniaPart3 .subPart2 .box ~ .btn{
    width: 100%;
    visibility: hidden;
}
#callRomaniaPart3 .subPart2 .box.active ~ .btn{
    visibility: visible;
}
#callRomaniaPart4 .left-element .subPart2{
    position: absolute;
    top: -185px;
    width: 80%;
}
#callRomaniaPart4 .left-element .subPart2 .box{
    padding: 20px;
    box-shadow: 1px 5px 5px 1px rgba(200,200,200,.5);
    height: 225px;
    border-radius: 5px;
}
#callRomaniaPart4 .tagline{
    font-family: MutiTel-Alt-Thin;
}
#callRomaniaPart4 .container{
    height: 272px;
}
#callRomaniaPart4 .left-element .subPart1{
    margin-top: 50px;
}
#callRomaniaPart4 .left-element .subPart1 h1{
    font-family: MutiTel-Alt-Thin;
}
#callRomaniaPart4 .left-element .subPart2 .box h1{
    margin: 0;
}
#callRomaniaPart4 .left-element .subPart2 .box p{
    position: absolute;
    bottom: 0;
}
#callRomaniaPart4 .left-element .subPart2 .box p,#callRomaniaPart4 .left-element .subPart2 .box h1,#callRomaniaPart4 .left-element .subPart2 .box sub,#callRomaniaPart4 .left-element .subPart2 .box h5{
    font-family: MutiTel-Alt-Bold;
}
/*end callRomania*/

/*Start Colocation*/
#ColocationPart2{
    width: 100%;
    overflow-x: auto;
}
#ColocationPart2 .overflow{
    min-width: 992px;
}
#ColocationPart2 .subPart2{
    background-color: white;
}
#ColocationPart2 .subPart2 .header{
    /*padding: 0;*/
}
#ColocationPart2 .subPart2 .list{
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eaeaea;
    padding: 0;
}
#ColocationPart2 .subPart2 .list li{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
    height: 50px;
    align-items: center;
    margin: 0;
}
#ColocationPart2 .subPart2 .list li p{
    margin-bottom: 0;
}
#ColocationPart2 .subPart2 .item{
    position: relative;
    /*padding: 0;*/
    top: -130px;
}
#ColocationPart2 .subPart2 .item > *{
    position: relative;
    z-index: 5;
}
#ColocationPart2 .subPart2 .item .shadow{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    height: 195px;
    box-shadow: 1px 0px 10px rgba(200,200,200,.5);
    background-color: #fff;
    z-index: 2;
}
#ColocationPart2 .subPart2 .item.active .shadow{
    height: 100%;
}
#ColocationPart2 .subPart2 .item .heading{
    margin: 0;
}
#ColocationPart2 .subPart2 .item .permonth{
    margin-top: 0;
    line-height: 1;
    margin-bottom: 55px;
}
#ColocationPart2 .subPart2 .item .list{
    margin-bottom: 0;
    margin-top: 66px;
}
#ColocationPart2 .subPart2 .item .btn{
    margin: 0;
    display: none;
    width: 100%;
}
#ColocationPart2 .subPart2 .item.active .btn{
    display: block;
}
#ColocationPart3{
    background-color: #fff;
}
#ColocationPart4 .left{
    margin-top: 36px
}
#ColocationPart4 .subPart1 .left .heading{
    margin-bottom: 20px;
}
#ColocationPart4 .subPart1 .left a{
    margin-top: 30px;
    text-align: center;
}
#ColocationPart4 .subPart1 .right img{
    margin-top:-7%;
    width: 100%;
}
.patternImageContainerwithmenu{
    padding-bottom: 0;
}
@media (max-width: 768px) {
    #ColocationPart4 .subPart1 .col-sm-6{
        float: left;
        width: 50%;
    }
}
@media (max-width: 600px) {
    #ColocationPart4 .subPart1 .col-sm-6{
        float: left;
        width: 100%;
    }
    #ColocationPart4 .subPart1 .right img{
        margin-top: 20px;
    }
}
/*End Colocation*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600 !important;
    color: #5c5c5c;
}

.as-pricing-item-container .subPart1 h1{
    margin-bottom: 50px;
}
.as-pricing-item-container .subPart1 p{
    font-family: MutiTel-Alt-Bold;
    margin-bottom: 10px;
}
.as-pricing-item-container .box{
    padding: 1rem 2rem;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.1);
    background-color: white;
    margin-bottom: 20px;
}
.as-pricing-item-container .box h6{
    font-size: 12px;
    color: red;
    margin-bottom: 0;
}
.as-pricing-item-container .box h1{
    margin: 0;
}
.as-pricing-item-container .box small{
    font-size: 11px;
    display: block;
    height: 80px;
}
.as-pricing-item-container ~ #backdoor-white:after{
    height: 120px;
    bottom: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
