/* include */

@import url('bootstrap.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

.over {
    overflow: hidden;
}

/* default */

.custom-btn {
    color: #fff;
    text-decoration: none;
    background: #cc0f00;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
}

.custom-btn:hover {
    color: #fff;
    background: #a20c00;
}

.custom-btn-w {
    color: #cc0f00;
    text-decoration: none;
    background: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
}

h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 20px;
}

p {
    color: #3a3a3a;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}

/* navigatrion */

nav {
    border-bottom: 1px solid #e6e6e6;
}

img.logo {
    max-width: 278px;
}

.navbar-nav {
    padding: 10px;
}

.nav-item {
    padding: 5px 30px;
    font-weight: 600;
}

.nav-item a {
    color: #050505 !important;
}

.nav-item.active {
    background: #cc0f00;
    border-radius: 10px;
}

.nav-item.active a {
    color: #fff !important;
    font-weight:
}

/* hero */

header.homepage {
    position: relative;
}

header.homepage:before {
    background: url(../img/illustration.png) center right no-repeat;
    content: "";
    position: absolute;
    width: 1511px;
    height: 1024px;
    top: 2%;
    left: 22%;
}

.hero {
    padding-top: 15%;
    padding-bottom: 15%;
}

.top-title {
    color: #cc0f00;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
}

/* about us */

.about-us .about-info {
    padding-top: 55px;
}

.about-us .custom-btn {
    margin-top: 20px;
}

.about-us .video {
    position: relative;
}

.about-us img.logo {
    max-width: 150px;
}

.about-us .video .play {
    background: #fff url(../img/play.svg) no-repeat center center;
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    box-shadow: 17px 27px 27px 0px rgba(0, 0, 0, 0.34);
    text-shadow: 17px 27px 27px rgba(0, 0, 0, 0.34);
    border-radius: 100%;
    top: 42%;
    left: 51%;
    cursor: pointer;
}

.about-us .aboutimg {
    max-width: 630px;
    width: 100%;
}

/* network */

.network {
    margin-top: 150px;
    margin-bottom: 150px;
}

.network sup {
    top: -1em;
    font-size: 20px;
}

.network .select img {
    border-radius: 15px;
    box-shadow: 7px 11px 65px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 7px 11px 65px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    margin-bottom: 50px;
}

.network .select p {
    display: inline;
}

.network .select span {
    font-weight: 600;
    padding-right: 50px;
}

.network .select .dc {
    margin-left: 20px;
}

.network .onl {
    background-position: 10px !important;
    background: url(../img/red.svg) center left no-repeat;
}

.network .onl.active {
    background-position: 10px !important;
    background: #eaeaea url(../img/red.svg) center left no-repeat;
}

.network .dc {
    background-position: 10px !important;
    background: url(../img/yellow.svg) center left no-repeat;
}

.network .dc.active {
    background-position: 10px !important;
    background: #eaeaea url(../img/yellow.svg) center left no-repeat;
}

.network .select p {
    padding: 2px 12px 2px 26px;
    border-radius: 10px;
}

.network p.info-select {
    padding-left: 0px;
}

/* solutions */

.solutions h3 {
    font-weight: 700;
}

.solutions .title {
    background: #f4f4f4;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 200px;
}

.solutions .title h2 {
    margin-bottom: 80px;
}

.solutions .swipe {
    margin-top: -240px;
}

.solutions .swipe .item {
    padding: 100px 0px;
    background: #fff;
    box-shadow: 7px 4px 15px 0px rgb(0 0 0 / 7%);
    text-shadow: 7px 4px 15px rgb(0 0 0 / 7%);
    text-align: center;
    border-radius: 10px;
}

.owl-stage {
    position: relative;
    display: inline-block;
}

.solutions .swipe img {
    max-width: 135px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.solutions .custom-btn {
    margin: auto;
    text-align: center;
    display: table;
}

.left-nav-owl {
    background: #fff url(../img/arrow.png) center center no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    box-shadow: 7px 11px 65px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 7px 11px 65px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    transform: rotate(180deg);
    top: 42%;
    left: -9%;
}

.left-nav-owl:hover {
    background: #fff url(../img/arrow-hover.png) center center no-repeat;
    transform: rotate(0deg);
}

.right-nav-owl {
    background: #fff url(../img/arrow.png) center center no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    box-shadow: 7px 11px 65px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 7px 11px 65px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    transform: rotate(0deg);
    top: 42%;
    right: -9%;
}

.right-nav-owl:hover {
    background: #fff url(../img/arrow-hover.png) center center no-repeat;
    transform: rotate(180deg);
}

/* cta  */

.cta {
    color: #fff;
    background: #cc0f00 url(http://hipdev.co/2021/mb/coloc-5/html3/assets/img/parrent.png) center center;
    margin-top: 100px;
    margin-bottom: 150px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.cta .top-title {
    color: #fff;
}

/* contact */

input,
textarea,
select {
    width: 100%;
    margin-bottom: 25px;
    background: #f8f8f8;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #878787 !important;
}

textarea{min-height: 176px;}

 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f8f8 url(../img/drop.png) right center no-repeat;
  background-position-x: 96%;
}

.contact textarea {
    max-height: 200px;
}

.contact img {
    padding-top: 100px;
}

/* footer */

footer {
    margin-top: 100px;
    background: #050505;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer img.f-logo{
    max-width: 268px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .contact-details {
    color: #fff;
    margin-top: 50px;
}

footer .contact-details p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}

.footer-nav {
    border-bottom: 1px solid;
}

.footer-nav ul {
    text-align: right;
    padding-bottom: 30px;
    padding-left: 0px;
}

.footer-nav ul li {
    display: inline;
    text-align: right;
    list-style: none;
    padding-left: 50px;
}

footer .copyright {
    margin-top: 50px;
}

footer .copyright p {
    color: #888888;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

/* solutions page */

.solutions-page {
    padding: 100px 0px;
}

.solutions-page p {
    width: 360px;
}

.country .cols {
    margin-top: -30px;
}

.country .cols2 {
    margin-top: -50px;
}

.country .title {
    padding: 80px 0px 200px 0px;
    color: #fff;
    background: #cc0f00 url(http://hipdev.co/2021/mb/coloc-5/html3/assets/img/parrent.png) center center;
    text-align: center;
}

.country .citys {
    position: relative;
    margin-top: -130px;
    box-shadow: 7px 11px 65px 0px rgb(0 0 0 / 7%);
    text-shadow: 7px 11px 65px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: 100px;
}

.country .citys h4 {
    font-weight: 800;
    margin-top: 30px;
}

.country .citys .cols2 h4 {
    font-weight: 800;
    margin-top: 50px;
}

.country .citys h4,
.country .citys ul li {
    font-size: 14px;
}

.country .citys ul {
    padding: 0px;
}

.country .citys ul li {
    padding: 0px;
    list-style: none;
}

.country .citys ul li a,
.country .citys h4 a{
	text-decoration: none !important;
	color: #000 !important;
}

/* contact page */

.contact-header {
    margin-top: 50px;
}

.contact-header h2 {
    margin-top: -50px;
}

.behind-bg {
    min-height: 400px;
    width: 100%;
    background: #cc0f00 url(http://hipdev.co/2021/mb/coloc-5/html3/assets/img/parrent.png) center center no-repeat;
    margin-top: -10px;
    position: relative;
    z-index: 99;
}

.form-bg {
    margin-top: -310px;
    background: #fff;
    box-shadow: 7px 11px 65px 0px rgb(0 0 0 / 7%);
    text-shadow: 7px 11px 65px rgb(0 0 0 / 7%);
    padding: 60px;
    border-radius: 15px;
    position: relative;
    z-index: 99999;
}

.contact-form form .custom-btn {
    margin: auto;
    display: table;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

/* responsive */

@media (min-width: 991px) and (max-width: 1200px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    header.homepage:before {
        width: 0px;
        height: 0px;
    }
    img.logo {
    width: 100%;
    max-width: 230px;
}


    .form-bg{
    	padding: 30px;
    }
    .about-us .about-info{
    	text-align: center;
    }

    .about-us .about-info img{
    	margin-bottom: 50px;
    }
    .custom-btn{
    	margin:auto;
    	display: table;
    }

    .contact-header {
    	padding-top: 50px;
    }

    h2 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 50px;
    }

    footer {
        text-align: center;
    }
    .solutions-page p{
    	width: 100%;
    	margin-right: 0px;
    }

    .footer-nav {
    	margin-top: 50px;
    }

    .footer-nav ul li {
        text-align: center;
        padding-left: 0px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block;
    }

    footer .copyright p {
        text-align: center;
    }

    .top-title {
        text-align: center;
    }

    br {
        display: none;
    }

    .solutions-page {
        text-align: center;
    }
}

@media (max-width: 530px){
	.network .select p{
		width: 100%;
	}
	.network .select .dc{
		margin-left: 0px;
	}
}


@media (max-width: 642px){
	.right-nav-owl{
		right: 0px;
	}
	.left-nav-owl{
		left: 0;
	}
}