/*
Theme Name: IT Networks
*/

/*********************/
/* BOOTSTRAP OVERRIDES */
/*********************/

.container {
    position: relative;
}

/*********************/
/* GLOBAL */
/*********************/

h1 {
	font-size: 40px;
	color: #191e2d;
	font-weight: 600;
}

h2 {
	font-size: 28px;
	color: #0067b1;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	color: #191e2d;
	font-weight: 400;
}

h4 {
	font-size: 24px;
	color: #0067b1;
	font-weight: 400;
}

h5 {}

h6 {}

p {
	font-weight: 300;
	color: #323232;
	font-size: 16px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}




html {
	position: relative;
}

body {
    font-family: 'Montserrat', sans-serif;
	position: relative;
}

.outerwrap {
	width: 100%:
	max-width: 1920px;
	position: relative;
}

.content {
	max-width: 1140px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}

.btn-itn-blue {
    background-color: #0067b1;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 300px;
    font-weight: 700;
}

.btn-itn-blue:hover {
    background-color: #fff;
    color: #0067b1;
}

.btn-itn-white {
    background-color: #fff;
    color: #0067b1;
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 300px;
    font-weight: 700;
    border: 1px solid #fff;
}

.btn-itn-white:hover {
    background-color: transparent;
    color: #fff;

}

.entry-title {
	margin: 50px auto;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.section-title-dark {
    font-weight: 700;
    color: #191e2d;
    position: relative;
    display: inline-block;
}

.section-subtitle-dark {
    max-width: 600px;
    color: #8c8c8c;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    margin: 25px auto 50px auto;
}

.section-title-dark::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 4px;
	background-color: #0067b1;
	bottom: -11px;
	right: 0;
	margin: 0 auto;
	left: 0;
}

.section-title-light {
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
}

.section-subtitle-light {
    max-width: 600px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    margin: 25px auto 50px auto;
}

.section-title-light::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*********************/
/* TOP BAR */
/*********************/

.top-bar {
    height: 40px;
    background-color: #fff;
}

.top-bar ul {
    padding: 0;
    position: absolute;
    right: 0;
    margin-top: 10px;
}

.top-bar ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 60px;
}

.top-bar ul li a {
    text-decoration: none;
    color: #8c8c8c;
    position: relative;
    font-weight: lighter;
}

.top-bar ul li .contact-phone::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url('images/phone-logo.jpg');
	background-size: auto 90%;
	background-position: center center;
	background-repeat: no-repeat;
    top: -5px;
    left: -158px;
    right: 0px;
    margin: 0 auto;
}

.top-bar ul li .contact-email::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url('images/email-logo.jpg');
	background-size: auto 90%;
	background-position: center center;
	background-repeat: no-repeat;
	top: -2px;
	left: -230px;
    right: 0px;
    margin: 0 auto;
}

/*********************/
/* MAIN NAV */
/*********************/

.main-nav-bar {
    height: 80px;
    background-color: #0067b1;
}

.main-nav .logo {
    display: block;
    position: absolute;
    left: 0;
    width: 270px;
    height: 80px;
    background-image: url('images/it-networks-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-nav ul {
    position: absolute;
    right: 0;
    padding: 0;
    margin-top: 28px;
}

.main-nav ul li {
    display: inline-block;
    margin-left: 10px;
    list-style-type: none;
	position: relative;
}

.main-nav ul li a {
    color: #fff;
    text-decoration: none;
}

#menu-main-menu-1 .menu-item-93 a {
    border: 1px solid #fff;
    border-radius: 300px;
    padding: 5px 25px
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#menu-main-menu-1 .menu-item-93 a:hover {
    color: #0067b1 !important;
    background-color: #fff;
    border: 1px solid #0067b1;
}

.main-nav ul li .sub-menu {
	position: absolute;
	display: none;
	width: 321%;
	height: auto;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 2;
	left: 0;
	margin: 5px 0 0 0;
}

.main-nav ul li:hover .sub-menu {
	display: block;
}

.main-nav ul li .sub-menu li {
	line-height: 30px;
	border-bottom: 1px solid #0067b1;
	margin: 0;
	display: block;
}

.main-nav ul li .sub-menu li:hover {
	background-color: #0067b1;
}

.main-nav ul li .sub-menu li:hover a {
	color: #fff;
}

.main-nav ul li .sub-menu li:last-of-type {
	border-bottom: none;
}

.main-nav ul li .sub-menu li a {
	color: #191e2d;
	line-height: 17px;
	display: inline-block;
	padding: 10px 15px;
}

.main-nav ul li:hover .sub-menu {
	display: block;
}

.main-nav ul #menu-item-72 {
	padding-bottom: 10px;
}

/*********************/
/* MOBILE NAV */
/*********************/

.mobilemenutoggle {
    background-image: url('images/mobilemenutoggle.svg');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    display: none;
    position: absolute;
    right: 0;
    top: 16px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    cursor: pointer;
}

.mobile-menu {
	position: absolute;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	top: 120px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	display: none;
}

.mobile-menu ul {
	padding: 0;
	margin: 0;
}

.mobile-menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #0067b1;
	cursor: pointer;
}

.mobile-menu ul li:last-of-type {
	border-bottom: none;
}

.mobile-menu ul li a {
	color: #13171c;
	line-height: 40px;
	cursor: pointer;
	width: 100%;
	display: block;
	padding: 5px 20px;
}

.mobile-menu ul li:hover {
	background-color: #0067b1;
}

.mobile-menu ul li:hover a {
	color: #fff;
}


/*********************/
/* HOMEPAGE BANNER */
/*********************/

.homepage-banner {
    width: 100%;
    height: calc(100vh - 80px);
}

.homepage-banner .banner-content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    transform: translateY(24%);
    color: #fff;
}

.homepage-banner .banner-content h1 {
    color: #0067b1;;
    font-weight: 700;
    font-size: 60px;
}

.homepage-banner .banner-content strong p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
}

.homepage-banner .banner-content p {
    max-width: 650px;
    font-size: 16px;
    position: relative;
    font-weight: 300;
    margin: 0 auto 30px auto;
	color: #13171c;
}

.homepage-banner .swiper-slide img {
    
}

/*********************/
/* HOMEPAGE OUR PROCESS */
/*********************/

.homepage-our-process {
    text-align: center;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    margin-bottom: 50px;
}

.homepage-our-process .process-box {
    position: relative;
    margin-top: 20px;
}

.homepage-our-process .process-box .accountable-management {
	background-image: url('images/accountable-management.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 1px -10px;
}

.homepage-our-process .process-box .live-tracking {
	background-image: url('images/live-tracking-reporting.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center -10px;
}

.homepage-our-process .process-box .active-maintenance {
	background-image: url('images/active-maintenance.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center -10px;
}

.homepage-our-process .process-box .inner {
    background-color: #a9a9a9;
    height: 250px;
    margin: 0;
    padding: 0;
    transition: 0.3s;
}

.homepage-our-process .process-box .inner:hover {
    background-color: rgba(0, 102, 176, 0.8);
}

.homepage-our-process .process-box span {
    background-color: #191e2d;
    padding: 15px 0;
    display: block;
    width: 100%;
    color: white;
    font-size: 18px;
    bottom: 0;
    position: absolute;
}

/*********************/
/* HOMEPAGE CTA SECTION */
/*********************/

.cta-section {
    background-image: url('images/cta-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    height: 400px;
}

.cta-section h1 {
    padding-top: 120px;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
	margin: 0 auto 40px auto;
	max-width: 850px;
}

/*********************/
/* HOMEPAGE DEDICATED TEAM */
/*********************/

.homepage-dedicated-team {
    text-align: center;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    /*margin-bottom: 50px;*/
	max-width: 770px;
}

.homepage-dedicated-team img {
	width: 100%;
	height: auto;
}

.homepage-dedicated-team .team-member {
    position: relative;
    margin-bottom: 50px;
	max-width: 400px;
}

.homepage-dedicated-team .team-member a {
    text-decoration: none;
} 

.homepage-dedicated-team .team-member .inner {
    height: 320px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    color: #fff;
    transition: 0.3s;
    display: block;
    position: relative;
	max-width: 400px;
}

.homepage-dedicated-team .team-member .inner .overlay {
    height: 320px;
    margin: 0;
    padding: 0;
    background-color: #a9a9a9;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    position: relative;
}

.homepage-dedicated-team .team-member .inner .overlay:hover {
    background-color: rgba(0, 102, 176, 0.8);
    opacity: 1;
}

.homepage-dedicated-team .team-member .inner .text {
    position: absolute;
    bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.homepage-dedicated-team .team-member .inner .text .name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
	color: #fff;
}

.homepage-dedicated-team .team-member .inner .text .position {
    position: relative;
	color: #fff;
}

.homepage-dedicated-team .team-member .inner .text .position::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.homepage-dedicated-team .team-member .team-member-social {
    padding: 0;
    margin-top: 20px;
	display: none;
}

.homepage-dedicated-team .team-member .team-member-social li {
    list-style-type: none;
    display: inline-block;
}

.homepage-dedicated-team .team-member .team-member-social li a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

.homepage-dedicated-team .team-member .team-member-social .twitter a { background: url('images/twitter.jpg') no-repeat center center; }
.homepage-dedicated-team .team-member .team-member-social .linkedin a { background: url('images/linkedin.jpg') no-repeat center center; }
.homepage-dedicated-team .team-member .team-member-social .instagram a { background: url('images/instagram.jpg') no-repeat center center; }



/*********************/
/* HOMEPAGE CLIENTS */
/*********************/

.homepage-clients {
    text-align: center;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    margin-bottom: 50px;
}

.homepage-clients .clients-scroller {
    margin: 100px 0 60px 0;
}

/*********************/
/* HOMEPAGE CONTACT */
/*********************/

.homepage-contact {
    background-image: url('images/contact-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 680px;
    text-align: center;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    margin-bottom: 20px;
}

.homepage-contact .blue-overlay {
    background-color: rgba(0, 102, 176, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.homepage-contact .dots-overlay {
    background-image: url('images/contact-banner-dots.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.homepage-contact .form-wrapper {
    max-width: 800px;
    text-align: center;
    position: relative;
    margin: 20px auto 0 auto;
}

.homepage-contact .form-wrapper input[type="text"] {
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-block;
    width: 48%;
    margin: 8px 5px;
    box-sizing: border-box;
    color: #a9a9a9;
    font-size: 16px;
	font-weight: 300;
}

.homepage-contact .form-wrapper textarea {
    width: 98%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    margin: 8px 5px;
    color: #a9a9a9;
    height: 120px;
    font-size: 16px;
    resize: none;
}

.homepage-contact .btn-itn-white {
    padding: 12px 75px;
    margin-top: 40px;
}

/*********************/
/* FOOTER */
/*********************/

.footer {
    height: 40px;
    background-color: #fff;
}

.footer p {
    text-align: center;
    margin: 0;
    color: #a9a9a9;
}

/*********************/
/* CLIENTS PAGE */
/*********************/

.client-logos-layout {
	margin-bottom: 50px;
}

.client-logos-layout .client-logo {
	margin: 20px 0;
}

.client-logos-layout .client-logo-inner {
	text-align: center;
}

/* 404 PAGE */

.btn-itn-404 {
    background-color: #0067b1;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 300px;
    font-weight: 700;
	border: 1px solid #0067b1;
}

.btn-itn-404:hover {
    background-color: #fff;
    color: #0067b1;
}

/*********************/
/* CONTACT PAGE */
/*********************/

.page-template-page-contact .clients-scroller {
	margin: 20px 0;
}

.section-contact-details {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.section-contact-details:last-of-type {
    margin-left: 20px;
}

.section-contact-details a {
    color: #fff;
    text-decoration: none;
}

.section-contact-details img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

/*********************/
/* RESPONSIVE */
/*********************/

@media screen and (max-width: 1200px) {
	.homepage-banner .banner-content h1 {
		font-size: 50px;
	}

	.homepage-banner .banner-content {
		transform: translateY(24%);
	}
}

@media screen and (max-width: 990px) {
	#menu-main-menu-1 {
		display: none;
	}

	.mobilemenutoggle {
		display: inline-block;
	}
}



@media screen and (max-width: 768px) {

    .homepage-contact {
        height: 800px;
    }

    .homepage-contact .form-wrapper input[type="text"] {
        width: 100%;
    }

	.homepage-dedicated-team .team-member {
		margin: 0 auto 20px auto;
	}

	.page-template-page-contact .btn-itn-white {
		margin-top: 20px;
	}

	.page-template-page-contact .section-contact-details {
		font-size: 14px;
	}

	.page-template-page-contact .section-subtitle-light {
		margin-bottom: 30px;
	}
}

@media screen and (max-height: 680px) { .homepage-banner .banner-content { transform: translateY(24%); } }
@media screen and (max-height: 600px) { .homepage-banner .banner-content { transform: translateY(15%); } }

@media screen and (max-width: 620px) {
	.cta-section h1 {
		padding-top: 100px;
		font-size: 30px;
	}
}

@media screen and (max-width: 550px) {
	.homepage-banner .banner-content h1 {
		font-size: 40px;
	}

	.homepage-banner .banner-content p {
		font-size: 14px;
	}
}

@media screen and (max-width: 460px) {
	.top-bar {
		display: none;
	}

	.mobile-menu {
		top: 80px;
	}
}

@media screen and (max-width: 400px) {
	.section-title-dark, .section-title-light {
		font-size: 24px;
	}
}

@media screen and (max-width: 305px) {
	.cta-section h1 {
		padding-top: 80px;
		font-size: 30px;
	}
}




