html {

    overflow-x: hidden !important;
}


body {
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

p {font-weight:300;}
li {font-weight:300;}
a {font-weight:300;}


/* Chart.js */

@-webkit-keyframes chartjs-render-animation {
	from {
		opacity: 0.99
	}
	to {
		opacity: 1
	}
}
@keyframes chartjs-render-animation {
	from {
		opacity: 0.99
	}
	to {
		opacity: 1
	}
}

#navbar {
    transition: 0.6s;

}

img#logo {
    transition: 0.6s;
    max-width: 200px;
}

.content-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.chartjs-render-monitor {
	-webkit-animation: chartjs-render-animation 0.001s;
	animation: chartjs-render-animation 0.001s;
}

.primary-btn {
    color: white;
    background: #335088;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 4px;
    transition: 0.4s;
}

aws-btn-menu {
    padding: 6px 20px !important;
}

.primary-btn:hover {
    color: white;
    background: #7b90ba;
}



.navbar {
	background-color: rgba(0, 0, 0, .0)
}

nav#navbar {
    background: #00092a47;
}


.top-nav-collapse {
	background-color: #1C2331
}

ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 400;
}

div#navbarSupportedContent {
    justify-content: flex-end;
}

.main-header-banner {
    min-height: 750px;
}

a.nav-link.waves-effect.waves-light {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.service-box-inner a span i {
    margin-left: 5px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    background: #273757;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
}
.service-box-inner a {
    color: white;
    font-size: 13px;
}
.service-box-inner p {
    color: white;
    font-size: 12px;
}
.service-box-inner h3 {
    font-size: 22px;
    color: white;
    font-weight: 300;
}

.service-box-inner fieldset {
    border: 2px solid white;
    padding: 10px 10px;
    height: 220px;
}

.service-box-inner legend {
    width: auto;
}

.service-box-inner legend img {
    width: 60px;
    padding: 0px 5px;
}

.service-boxes-col {
    padding: 40px 0px;
    background: #11254ebd;
    margin-top: -12%;
    box-shadow: 0 0 20px 5px #0000006b;
    border-radius: 6px;
}

.service-boxes-col .service-box {
    float: left;
}

.service-box:hover .service-box-inner fieldset {
    background: #efefef1a;
    cursor: pointer;
}

.service-box-inner fieldset {
    transition: 0.4s;
}


.section-backup-tapes {
    padding: 100px 0px;
}

.section-teamwork .row {

    display: flex;
    align-items: center;
    justify-content: center;
}

.section-teamwork .row div {
    flex: 1;
}

.teamwork-text {
    position: relative;
    right: 140px;
    padding-right: 60px;
}


.infographics-bg {
    background-size: cover;
    background-position: left top;
    height: 660px;
}

.section-heading h1::after {
    content: '';
    display: block;
    height: 3px;
    width: 10%;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
}

.section-heading h1 {
    font-weight: 500;
    font-size: 36px;
}

.testimonial-slider .owl-item .item .col-md-6 {
    float: left;
}

.owl-nav button span:hover {
    color: white;
}
.owl-nav button span {
    color: #869791;
    transition: 0.4s;
}
.owl-nav {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.owl-nav button:hover {
    background: transparent !important;
}

.owl-nav button {
    margin: 0px 15px !important;
}

.owl-dots {
    position: absolute;
    right: 42%;
    bottom: 20px;
}
.owl-nav button:focus {
    outline: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {

    background: #7d7d7d !important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.testimonial-text {
    padding-top: 20px;
}

p.client-info {
    font-weight: 300;
}

footer.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-col-heading h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;

}

.contact-content ul li span {
    position: absolute;
    left: 20px;
    font-size: 20px;
}
.contact-content ul {
    list-style: none;
}

.contact-content ul li a {
    color: white;
    font-weight: 400;
}

.footer-short-links ul li a {
    color: white;
    font-weight: 300;
}

.footer-short-links ul {
    padding: 0;
    list-style: none;
}

.footer-social-icons ul li a:hover {
    color: white;
}

.footer-social-icons ul li a {
    color: #e7e7e7;
    transition: 0.4s;
}

.footer-social-icons ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0px;
}

.footer-social-icons ul li {
    font-size: 34px;
    margin: 0px 15px;
}


/* INNER PAGE STYLING */

/* GLOBAL */

.sub-header-ipage {

    min-height: 500px !important;
}


/* Services Page Styling */

.service-detail-section {
    padding: 100px 0px;
}


/* About Page Styling */

.team-members-col {

    float: left;
}

.member-name {
    text-align: center;
    background: #4c5973;
    padding: 10px 0px;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.team-member:hover {
    box-shadow: 0 0 15px 3px #2651a57d;
    transition: ease-in-out .4s;
    cursor: pointer;
}

.more-members {

    display: none;
}

.view-moreless-btn:hover {
    cursor: pointer;
}


/* News Page Styling */

.news-block-content {
    background: #353f55;
    padding: 10px 25px;
    border-bottom: 6px solid #6a7894;
}

a.news-view-more:hover {
    text-decoration: none;
}

a.news-view-more {
    color: white;
    font-weight: 600;
    border-bottom: 2px solid white;
    padding-bottom: 2px;
}

.big-block-content p {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 35px;
}

.big-block-content h2 {
    font-weight: 600;
    line-height: 40px;
    margin-top: 20px;
}

.small-block-content h2 {
    font-size: 24px;
    font-weight: 500;
}

.small-block-content p {
    font-size: 14px;
}

.news-block-content {
    min-height: 460px;
}

a.big-block-btn {
    position: relative;
    top: 20px;
}

/* Contact Page Styling */

.contact-info-col {
    float: left;
    position: absolute;
    background: #0e2148;
    z-index: 1;
    box-shadow: 0 0 20px 5px #0000005e;
    top: 10%;
}

.contact-form-main-col {
    float: right;
    background: #5a6782;
}

.contact-form-wrapper {
    width: 60%;
    float: right;
    padding: 100px 0px;
}

.contact-form-heading span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

h2.heading-border-bottom::after {
    content: '';
    height: 2px;
    width: 25%;
    display: block;
    background: white;
    margin-top: 10px;
}

.contact-form-heading h2 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.inner-contact-info-col h2 {

    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;

}


.form-fields input::placeholder {
    color: #cccccc;
    letter-spacing: 0.8px;
}

.form-fields input {
    background: #06183c;
    border: 0px;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    width: 48%;
    line-height: 24px;
    margin-bottom: 20px;
}

.form-fields textarea::placeholder {
    color: #cccccc;
    letter-spacing: 0.8px;
}

.form-fields textarea {
    background: #06183c;
    border: 0px;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
}

.double-fields input:nth-child(2) {
    float: right;
}

.form-submit-btn-outer input:hover {
    background: #1e335f;
}
.form-submit-btn-outer input {
    padding: 10px 20px;
    color: white;
    background: #06183c;
    border: 0px;
    font-weight: 500;
    transition: 0.4s;
}

.inner-contact-info-col {
    padding: 30px 15px;
}

.inner-contact-info-col h6 {

    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.space-break {
    height: 70px;
}

.inner-contact-info-col p {
    margin-bottom: 40px;
}

.contact-info-detail h6 a {
    color: white;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.contact-info-detail span {
    font-weight: 400;
    font-size: 16px;
}

.contact-info-detail {
    padding-left: 70px;
    margin-bottom: 20px;
}

.contact-info-detail i {
    position: absolute;
    left: 10px;
    font-size: 40px;
    top: 0px;
}

.call-us::before {
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 10px;
    background-image: url(../images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.mail-us::before {
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    left: 10px;
    background-image: url(../images/icon-mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}









/******** RESPONSIVE DESIGN STYLING *********/


@media (min-width: 800px) and (max-width: 850px) {
    .h1, h1 {
    font-size: 1.5rem;
}
.w-50 {
    width: 70%!important;
}
	.navbar:not(.top-nav-collapse) {
		background: #1C2331!important;
	}
		img#logo {
    width: 100px !important;
	}
	.owl-nav {
    position: absolute;
    right: 0px;
    bottom: -20px;
}
.owl-dots {
    position: absolute;
    right: 42%;
    bottom: -20px;
}
.section-teamwork .row div {
    flex: none;
}
.teamwork-text {
    position: relative;
    right: 85px;
    padding-right:-10px;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: 1;
}
}

@media only screen and (max-width: 768px) {

    .section-teamwork .row div {
    flex: none;
}
.teamwork-text {
    position: relative;
    right: 0px;
    padding-right:10px;
}
    .owl-dots {
    position: absolute;
    right: 42%;
    bottom: -20px;
}
    .w-50 {
    width: 70%!important;
}
.owl-nav {
    position: absolute;
    right: 0px;
    bottom: -20px;
}
    .h1, h1 {
    font-size: 1.5rem;
}
    img#logo {
    width: 100px !important;
	}
	.navbar {
		background-color: #1C2331
    }
    


}


@media only screen and (max-width: 767px) {

    .backup-img {
        margin: 40px 0px;
    }

    .sub-header-ipage {
        min-height: 850px !important;
    }

    body#aboutPage .sub-header-ipage {
        min-height: 1000px !important;
    }

    body#servicesPage .sub-header-ipage {
        min-height: 500px !important;
    }

    .big-block-content h2 {
        font-size: 1.3rem;
        line-height: 1.7rem;
        font-weight: 500;
    }

    a.big-block-btn {
        position: relative;
        top: 0px;
    }


}





@media only screen and (min-width: 1380px){
    
    .section-teamwork {
        max-width: 1240px;
    }
    
    .mask.rgba-black-light {
    margin: 0 auto;
    }
    
    
}

