@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html{
    overflow: auto !important;
}
.flt {
    float: left;
}

.flr {
    float: right;
}

.clr {
    clear: both;
}

body {
    background: url(../images/body-bg.jpg) repeat-y top center;
    font-family: 'AvenirNextLTProRegular';
    background-size: 100%;
    overflow-x: hidden;
}

header {
    padding: 20px 20px 20px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.7s;
    background: rgba(255, 255, 255, 0.5);
}

header.fixed {
    padding: 5px 20px;
    transition: all 0.7s;
	color:white;
}

.header-min-height {
    min-height: 108px;
}

header.fixed {
    background: rgba(0, 0, 0, 0.5);
}

.trigger {
    padding-top: 10px;
}

.logo {
    text-align: center;
}

header.fixed .logo {
    display: none;
}

.logo_onscroll {
    display: none;
}

header.fixed .logo_onscroll {
    display: block;
    text-align: center;
}

.trigger_scroll {
    display: none;
}

header.fixed .trigger_scroll {
    display: block;
    padding-top: 17px;
}

header.fixed .trigger {
    display: none;
}

.call {
    background: url(../images/call.png) no-repeat center left;
	cursor:pointer;
}

header.fixed .call {
    background: url(../images/call-scroll.png) no-repeat center left;
}

.qot {
    background: url(../images/qot.png) no-repeat center left;
}

header.fixed .qot {
    background: url(../images/qot-scroll.png) no-repeat center left;
}

.header-right ul {
    text-align: left;
}

.header-right ul li:first-child {
    width: 60%;
}

.header-right ul li:last-child {
    width: 40%;
}

.header-right ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-left: -4px;
    padding-left: 20px;
    font-size: 15px;
    font-family: Effra_Rg;
    color: #231f20;
}

header.fixed .header-right ul li {
    color: #fff;
}

.header-right ul li span {
    padding: 15px 0 15px 32px;
    display: inline-block;
    vertical-align: middle;
}

.header-right ul li a {
    text-decoration: none;
    font-size: 15px;
    font-family: Effra_Rg;
    color: #231f20;
}

header.fixed .header-right ul li a {
    color: #fff;
}

.fixed ul li a{
	
	color:white !important;
}
.fixed-social {
    width: 50px;
    position: fixed;
    top: 130px;
    right: 0;
	z-index: 999;
	background:#e1e1e1;
}
.fixed-social ul{
	margin-bottom:0;
	padding:10px 0;
}
.fixed-social ul li {
    padding: 5px 10px;
    text-align: center;
    list-style: none;
}

.fixed-social ul li a .fa {
    color: #23365b;
    font-size: 25px;
}
.banner-slider{
	    padding-bottom: 100px;
}
.banner-slider .banner{
	 padding-bottom: 0;
}
.banner {
    width: calc(100% - 150px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
	padding-bottom: 100px;
}

.banner-left {
    width: 40%;
}

.banner-left h1 {
    text-align: right;
    font-size: 41px;
    color: #23365b;
    font-family: 'AvenirNextLTProHeavy';
    padding-right: 20px;
    text-transform: uppercase;
}

.banner-right {
    width: 60%;
}

.banner-right img {
    width: 100%;
    vertical-align: top;
}

.main-section {
    padding-bottom: 100px;
}

.section-heading {
    font-size: 35px;
    color: #000;
    line-height: normal;
    padding-bottom: 20px;
    font-family: 'AvenirNextLTProDemi';
    text-transform: uppercase;
}

.text p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: 'AvenirNextLTProRegular';
}

.learn-more a {
    background: #23365b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    margin-top: 20px;
    border: 1px solid #23365b;
    transition: all 0.6s;
}

.learn-more a:hover {
    background: none;
    color: #23365b;
}

.home-box h2 {
    text-align: center;
    color: #395a9b;
    font-size: 65px;
    margin: 0;
    padding: 0;
    margin-bottom: -30px;
}

.main-section-box .col-md-4:first-child .home-box .inner-box {
    background: #231f20;
}

.main-section-box .col-md-4:first-child .home-box .box-txt .box-txtinner {
    border-left: 1px solid #23365b;
    padding-left: 20px;
}

.home-box .inner-box {
    padding: 20px;
    background: #23365b;
    color: #fff;
    min-height: 300px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.home-box .box-txt {
    padding-left: 50px;
}

.home-box .box-txt .box-txtinner {
    font-size: 25px;
    color: #23365b;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    margin-top: 30px;
    line-height: 28px;
    font-family: 'AvenirNextLTProCn';
    text-transform: uppercase;
}

.home-box .box-txt .box-txtinner span {
    display: block;
    font-family: 'AvenirNextLTProDemi';
}

.home-video {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.home-video-inner {
    width: 55%;
}

.home-video-content {
    width: 45%;
    padding-left: 40px;
    box-sizing: border-box;
}

.home-industry ul.industy_home {
    overflow: hidden;
    margin: 0;
}

.home-industry ul.industy_home li {
    float: left;
    width: 33%;
    padding: 20px 10px;
    box-sizing: border-box;
    list-style: none;
}
.servicez {
    padding-bottom: 75px;
}

.home-industry ul.industy_home li a {
    text-decoration: none;
}

.home-industry ul.industy_home li a img {
    width: 100%;
    vertical-align: top;
}

.home-industry ul.industy_home li a span {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-top: 60px;
    display: block;
}

.home-industry ul.industy_home li a span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #000;
    top: 0;
    left: 50%;
}

.home-industry .learn-more a {
    margin-top: -50px;
}

.home-contact {
    background: url('https://n7security.ae/ae/wp-content/uploads/2023/07/drop-us.jpg'
) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 150px 0;
    position: relative;
    z-index: 99;
}

.home-contact .section-heading {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.home-contact .learn-more a {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.home-contact .learn-more a:hover {
    background: none;
    color: #23365b;
    background: #fff;
    border: 1px solid #fff;
}

footer {
    background: #23365b;
    padding: 60px 0;
}

.subscrib input {
    width: 100%;
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    border: none;
}

.width80 {
    float: left;
    width: 70%;
    border: 1px solid #000;
    border-right: none;
}

.width80 {
    border: none;
}

.width20 {
    float: left;
    width: 30%;
    border-left: none;
}

.subscrib button {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: none;
    color: #fff;
    background: #4c4d4f;
    transition: all .7s;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid transparent;
    outline: none;
}

.subscrib input {
    height: 47px;
}

.footer-menu h4 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-family: Effra_Rg;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-family: Effra_Lt;
    text-decoration: none;
}

.copy-right {
    font-size: 15px;
    color: #fff;
    padding-top: 53px;
}

.follow-us {
    text-align: left;
    padding-top: 12px;
}

.follow-us ul {
    margin-bottom: 0;
}

.follow-us ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px 0 0;
}

.follow-us ul li a {
    text-decoration: none;
    padding-left: 0;
}

.follow-us ul li a .fa {
    font-size: 22px;
    color: #fff;
    transition: all .5s;
}

.follow-us h4 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-family: Effra_Rg;
    text-transform: uppercase;
}

.mega_menu.open {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

.mega_menu {
    background: #23365b;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 999;
    background-size: cover;
}

.mega_menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s, visibility 0s .4s;
    transition: transform .4s, visibility 0s .4s;
}

.mega_menu ul li a {
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all .7s;
    font-size: 20px;
}

.mega_menu ul li:hover a {
    background: #fff;
    color: #23365b;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 99;
    display: none;
}

.custom-form .form-input {
    margin-top: 20px;
}

.custom-form .form-input input {
    width: 100%;
    border: 2px solid #ccc;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.custom-form .form-input textarea {
    width: 100%;
    border: 2px solid #ccc;
    height: 120px;
    resize: none;
    padding: 10px;
}

.custom-form button {
    background: #23365b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #23365b;
    transition: all 0.6s;
    width: 150px;
    margin: 20px auto 0;
}

.custom-form #customsubmit {
    background: #23365b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    border: 1px solid #23365b;
    transition: all 0.6s;
    width: 150px;
    margin: 20px auto 0;
}

.custom-form #customsubmit1 {
    background: #23365b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    border: 1px solid #23365b;
    transition: all 0.6s;
    width: 150px;
    margin: 20px auto 0;
}


.custom-form button:hover {
    background: none;
    color: #23365b;
}

.modal-title {
    font-size: 35px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
    font-family: 'AvenirNextLTProDemi';
    text-transform: uppercase;
}

.modal-body {
    padding: 20px 30px 30px;
}

.form-error {
    color: red;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}
.innerbanner{
    position: relative;
}
.innerbanner img {
    width: 100%;
    vertical-align: top;
}

.about-section2 {
    padding-bottom: 60px;
}

.about-section2 .container {
    border: 5px solid #000;
    position: relative;
}

.about-section2 .col-md-6 {
    padding: 70px;
    box-sizing: border-box;
}

.about-section2.text h2 {
    font-size: 35px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
    margin: 0;
    font-family: 'AvenirNextLTProDemi';
    text-transform: uppercase;
}

.about-section2.text p {
    margin-bottom: 0;
}

.padding-bottom-60 {
    padding-bottom: 80px;
}

.ab_dot {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -49px;
    background: url(../images/border-bg2.jpg) no-repeat top center;
}

.ab_dot ul {
    margin: 0;
}

.ab_dot ul li {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.about-standered {
	
    background: url(https://n7security.ae/ae/wp-content/uploads/2023/07/maintaining-high-standards.jpg
) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}

.about-standered h2 {
    color: #fff;
    padding-bottom: 40px;
    font-size: 35px;
    font-family: 'AvenirNextLTProDemi';
}

.about-standered p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: 'AvenirNextLTProRegular';
    padding-bottom: 15px;
}

.about-value {
    padding: 60px 0;
}

.about-value .container {
    border: 5px solid #000;
    position: relative;
}

.about-value .col-md-6 {
    padding: 70px;
    box-sizing: border-box;
}

.about-value.text h2 {
    font-size: 35px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
    margin: 0;
    font-family: 'AvenirNextLTProDemi';
    text-transform: uppercase;
}

.about-value .ab_dot {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 50%;
    margin-left: -49px;
}

.about-value .ab_dot ul {
    margin: 0;
}

.about-value .ab_dot ul li {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.blog-main-heading {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding-bottom: 20px;
}

.blog-image {
    padding: 20px;
    box-sizing: border-box;
}

.blog-image img {
    width: 100%;
}

.blog-details {
    padding: 20px;
}

.blog-details h2 {
    font-size: 35px;
    color: #000;
    line-height: normal;
    padding-bottom: 0;
    margin: 0;
    font-family: 'AvenirNextLTProDemi';
    text-transform: uppercase;
    padding-bottom: 20px;
}

.blog-details h2 a {
    text-decoration: none;
    color: #000;
}

.blog-details p {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}

.blog-outer .row {
    padding-bottom: 60px;
}

.blog-outer .row:nth-child(even) {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}

.blog-footer.about-standered {
    padding: 200px 0;
    background: url(https://n7security.ae/ae/wp-content/uploads/2023/07/world-class-services.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

.blog-footer.about-standered h2 {
    text-transform: uppercase;
    font-family: 'AvenirNextLTProBold';
}

.bl_border {
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 50px auto 80px;
}

.pp {
    padding-bottom: 20px;
}

.pp h4 {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: 'AvenirNextLTProDemi';
}

.pp p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-family: 'AvenirNextLTProRegular';
    padding-bottom: 15px;
}

.pp p span {
    display: inline-block;
    padding-right: 20px;
}

.testimonials-outer {
    padding: 30px 0 60px;
}

.testimonials {
    padding: 30px 0;
}

.ts_slider {
    padding: 30px 40px;
    transition: all 0.7s;
}

.ts_slider_inner {
    padding: 50px 20px 30px;
    box-shadow: 1px 4px 10px -1px rgba(0, 0, 0, 0.5);
    min-height: 280px;
    background: #fff;
    border-radius: 5px;
}

.ts_slider_inner p {
    font-size: 15px;
    color: #000;
    line-height: 24px;
}

.ts_slider_inner h4 {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.ts_slider_inner h4 span {
    display: block;
}

.testimonials .owl-item:hover .item .ts_slider {
    padding: 30px !important;
    transition: all 0.7s;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
    background: none;
    width: 30px;
    height: 30px;
    color: #000 !important;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 0;
}

.testimonials button {
    outline: none;
}

.testimonials .owl-carousel .owl-nav button.owl-next span,
.testimonials .owl-carousel .owl-nav button.owl-prev span {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
}

.testimonials .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -50px;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -50px;
}

.testimonials .owl-dots {
    display: none;
}

.page-template-services .header-min-height {
    min-height: 0;
}

.services-banner-caption {
    position: absolute;
    bottom: 25%;
    right: 6%;
    z-index: 9;
    text-align: right;
}

.services-banner-caption h2 {
    font-size: 35px;
    color: #fff;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 500;
}

.services-banner-caption p {
    font-size: 18px;
    color: #0f0c42;
}

.serv-page-heading {
    color: #231f20;
    font-size: 18px;
    padding: 60px 10px;
}

.services-slider1 {
    padding-left: 0%;
    position: relative;
    margin-right: 0px;
    padding-bottom: 60px;
}

.services-slider1 .item {
    margin-left: 0px;
}

.services-v1 {
    padding: 20px 0;
}

.services-v1-inner {
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
	min-height:400px;
}

.services-v1-inner img {
    border-radius: 5px 5px 0 0;
}

.sslider_details {
    padding: 20px;
    box-sizing: border-box;
}

.sslider_details h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.sslider_details p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}

.services-slider1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9%;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 998;
	display:none;
}


.services-slider1 .owl-carousel .owl-nav button.owl-prev {
    background: none;
    width: 30px;
    height: 30px;
    color: #fff !important;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #fff;
}
.services-slider1 .owl-carousel .owl-nav button.owl-next{
    background: none;
    width: 30px;
    height: 30px;
    color: #fff !important;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #fff; 
}
.services-slider1 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    left: 50px;
    z-index: 99999;
}

.services-slider1 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: 50px;
}

.services-slider1 button {
    outline: none;
}

.services-slider1 .owl-dots {
    display: none;
}

.services2-inner{
	display:flex;
	align-items:center;
	margin:0 0 60px;
    background:#252525;
    overflow: hidden;
}

.services2 .mCSB_inside > .mCSB_container{
	margin-right:7px !important;
}

.left-aware{
	width:25%;
}
.left-aware ul{
	margin-bottom:0
}
.left-aware ul li{
	display:block;
	border-bottom:1px solid #fff;
	padding:25px 20px;
	color:#fff;
	font-size:20px;
	font-weight:600;
    background:#23365b;
    cursor: pointer;
}
.left-aware ul li:last-child{
	border:none;
}
.left-aware ul li.active{
	background:#252525;
}
.right-aware{
	width:75%;
	background:#252525;
}
.tabData{
	color:#fff;
	font-size:15px;
	padding:30px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}
.tabDatanew{
	color:#fff;
	font-size:15px;
	padding:30px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}
.tabData-details{
	width:50%;	
	padding:20px;
}
.tabData-img{
	width:50%;
}
.tabData-img img{
	width:100%;
	vertical-align:top;
}
.padding-top-60{
    padding-top:60px;
}
.padding-30{
    padding:0 0 30px;
}

.gallery-section1 {
    column-width: 300px;
    column-gap: 5px;
    padding: 15px 0px;
  }
  
  .gallery-section1 img{
    width: 100%; 
    padding-bottom: 5px;
  }
  
  .gallery{
      padding-bottom:60px;
  }

  .career-main{
      padding:30px;
      box-shadow:1px 4px 6px rgba(0,0,0,0.5);
	  background:#fff;
  }
  .job-section{
      padding-bottom:60px;
  }
.opening-outer{
    max-width:800px;
    margin:0 auto;
}
.select-job-location.job-department{
	text-align:right;
}

.select-job-location select{
	max-width:300px;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px;
	box-sizing:border-box;
	font-size:18px;
	 font-family: 'AvenirNextLTProDemi';
}

.opening-outer{
	padding:20px 0;
}


.job-list ul{ 
	padding:60px 0;
}
.job-list ul li{ 
	display:flex;
	font-size:18px;
	border-bottom:1px solid #8a94a8;
	padding:15px 0;
	align-items: center;
}

.job-list ul li .job-title-list{ 
	width:80%;
}
.job-list ul li .job-title-details{ 
	width:20%;
	text-align:right;
	font-weight:100;
}
.job-list ul li .job-title-details a{
	text-align:center;
	font-weight:100;
	border:1px solid #000;
	display:inline-block;
	padding:5px 30px;
	transition:all 0.7s;
}
.job-list ul li .job-title-details a:hover{
	color:#fff;
	background:#000;
}
.job-list ul li a{
	font-size:18px;
	font-family: 'AvenirNextLTProDemi';
	color:#000;
	text-decoration:none;
}

.view-all{
	text-align:center;
}
.view-all a{
	background:#23365b;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:5px 30px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #23365b;
	transition:all 0.7s;
}
.view-all a:hover{
	color:#000;
	background:none;
	transition:all 0.7s;
}

.list-my{
	text-align:left;
}
.list-my li{
	    color: #fff;
    font-size: 15px; 
    line-height: 25px;
    font-family: 'AvenirNextLTProRegular';
    padding-bottom: 5px;
}
.home-contact-new{
	background:url(../images/home-new-bg.jpg) no-repeat top center;
	background-size:cover;
	margin-bottom:60px;
}
.home-contact-new h4{
	font-size:25px;
	color:#fff;
    text-align:center;
    font-family: 'AvenirNextLTProBold';
}
.home-contact-new p{
	font-size:20px;
    color:#fff;
    text-transform: capitalize;
}

.home-services-new-inner{
	position:relative;
	transition:all 0.7s;
}
.serv_over{
	background:rgba(0,0,0,0.5);
	font-size:15px;
	 font-family: 'AvenirNextLTProDemi';
	 padding:10px;
	 box-sizing:border-box;
	 position:absolute;
	 bottom:0;
	 width:100%;
	 color:#fff;
	 text-transform:uppercase;
	 transition:all 0.7s;
}
.home-services-new-inner:hover .serv_over{
	bottom:-100%;
	transition:all 0.7s;
} 
.servic_hover{
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100%;
	left:0;
	z-index:999;
	display:flex;
	text-align:center;
	justify-content:center;
	align-items: center;
	transition:all 0.7s;
}
.home-services-new-inner:hover .servic_hover{
	bottom:0;
	transition:all 0.7s;
	
}
.inner-servic-hover{
	padding:0 10px;
}
.inner-servic-hover h4{
	color:#fff;
	font-size:15px;
	color:#fff;
	 font-family: 'AvenirNextLTProDemi';
	 padding-bottom:0;
	 text-transform:uppercase;
}
.inner-servic-hover p{
	color:#fff;
	font-size:15px;
	line-height:22px;
	
}

.home-services-new .owl-carousel .owl-nav button.owl-next, .home-services-new .owl-carousel .owl-nav button.owl-prev {
    background: none;
    width: 30px;
    height: 30px;
    color: #000 !important;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 0;
}
.home-services-new{
	padding-top:30px;
}
.home-services-new  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -50px;
}
.home-services-new .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -50px;
}
.home-services-new .owl-dots{display:none;}

.tch-flex{
	display:flex;
	flex-wrap: wrap;
}
.tech-about-section2{
	padding-bottom:100px;
}
.tch-flex .home-services-new-inner{
	width:33.33%;
	overflow:hidden;
	
}
.tch-flex .home-services-new-inner img{
	width:100%;
}
.tch-flex .home-services-new-inner .serv_over{
	text-transform:uppercase;
	text-align:center;
	font-size:22px;
	
}
.tch-flex .home-services-new-inner h4{
	    font-size: 20px;
}
 .add-text{
	text-align:center;
}

.add-text h4{
	color:hsl(220, 44%, 25%);
	font-family: AvenirNextLTProBold;
	font-size:16px;
	padding:20px 0;
	margin:0;
}
.add-text strong{
	font-size:14px;
	color:#626366;
	 font-family: AvenirNextLTProDemi;
}
.add-text p{
	font-size:14px;
	color:#626366;
	font-family: AvenirNextLTProRegular;
	margin-bottom:0;
}
.add-text p a{
	font-size:14px;
	color:#626366;
	font-family: AvenirNextLTProRegular;
	margin-bottom:0;
}
.main-address{
	margin-bottom:30px;
}
.contact-form{
	padding:60px 0;
	max-width:800px;
	width:100%;
	margin:0 auto;
}

.contact-form .custom-form button{
	margin-top:30px;	
}

.cs-check {
	padding: 5px 0;
	box-sizing: border-box
}
.cs-check label {
	font-size: 17px
}
.cs-check .custom-control-label::before {
	width: 30px;
	height: 30px;
	border: #464645 solid 2px
}
.cs-check .custom-control span {
	display: block
}
.help-block.form-error {
	color: red;
	font-size: 12px
}
.cs-check label {
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 9px
}
.cs-check .custom-checkbox .custom-control-label::before {
	border-radius: 0
}
.cs-check .custom-control-label::after {
	width: 20px;
	height: 20px
}
.cs-check .custom-control-label::after {
	top: 9px;
	left: -19px
}
.cs-check .custom-control-input:checked~.custom-control-label::before {
	background: #464645
}
.cs-check .custom-control-input:checked~.custom-control-label::before {
	border-color: transparent
}
.cs-check .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: transparent;
	background: 0 0
}
.location-map img{
	width:100%;
	vertical-align:bottom;
}
.popmobile-no{
	width:300px;
	height:150px;
	background:#23365b;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	z-index:99999;
	display:none;
}
.pop-mobile-inner{
	padding:20px;
	box-sizing:border-box;
}
.pop-mobile-inner p{
	font-family: 'AvenirNextLTProBold';
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
}

.pop-mobile-inner ul{
	margin-bottom:0;
}
.pop-mobile-inner ul li{
	font-size:15px;
	color:#fff;
	font-family: 'AvenirNextLTProDemi';
	list-style:none;
	padding:5px 0;
	text-align:center;
} 

.pop-mobile-inner ul li a{
	font-size:15px;
	color:#fff;
	font-family: 'AvenirNextLTProDemi';
	text-decoration:none;
} 

.blackhover{
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(255,255,255,0.7);
	display:none;
}
.close-mob-pop{
	margin:-20px;
	float:right;
	cursor:pointer;
}

.lic{
	font-size:18px;
	color:#000;
	text-align:center;
	padding:30px;
	  font-family: 'AvenirNextLTProRegular';
	 background:#fff;
	 border:1px solid #23365b;
	 max-width:800px;
	 width:100%;
	 margin:60px auto 0;
}

.lic h2{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
	 font-family: 'AvenirNextLTProDemi';
}


.about-value p strong{
	font-family: 'AvenirNextLTProBold';
}


.banner-slider .owl-nav, .banner-slider .owl-dots{
	display:none;
}


.bd-content p{
	color: #231f20;
    font-size: 20px;
    font-family: 'AvenirNextLTProBold';
}

.single-blogpost article {
    background: #fff;
	box-shadow: 1px 4px 6px rgba(0,0,0,0.5);
	margin-bottom:60px;
}
.single-blogpost .entry-title {
    padding: 60px 60px 0 100px;
    font-size: 35px;
    font-family: Effra_Bd;
    color: #404041;
    max-width: 700px;
    width: 100%;
    position: relative;
    text-transform: capitalize;
}
.blogs-contet {
    padding: 35px 60px 60px;
}
.blogs-contet p {
    color: #404041;
	font-family:Effra_Rg;
font-size:16px;
}
.blogs-contet h3 {
    font-size: 24px;
    color: #404041;
    font-family: Effra_Bd;
    margin: 30px 0 15px;
    text-transform: capitalize;
}
.blogs-contet ul li {
    padding-left: 20px;
    margin-left: 15px;
    color: #404041;
    padding-bottom: 5px;
	font-family:Effra_Rg;
font-size:16px;
}
.single-blogpost .entry-title:before {
    content: '';
    background: #404041;
    position: absolute;
    left: 60px;
    width: 5px;
    z-index: 1;
    top: 60px;
    bottom: 10px;
}

.blog-banner-right img{
	width:100% !important;
	height:auto !important;
}


.blog-details-page .entry-content{
	padding-bottom:60px;
}
.media-icon{
	position:relative;
}
.media-icon span{
	display:inline-block;
	padding:10px 5px;
	cursor:pointer;
	position:absolute;
}
.media-icon span.pause{
	display:none;
}
.media-icon .fa{
	font-size:40px;
	color:#fff !important;
	
}

.home-video-inner video{
    width:100%;
}



.whiteoverlay{
    position: fixed; 
    top:0;
    left:0;
    margin:auto;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:99999;
    display:none;
}

.whiteoverlay1{
    position: fixed; 
    top:0;
    left:0;
    margin:auto;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:99999;
    display:none;
}

#Request-a-qoute{
    display: none;
    margin:auto;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: fixed;
    z-index: 999999;
    overflow-y: scroll;
}
#Request-a-qoute .modal-dialog{
    width:100%;
    max-width:500px;
    display:flex;
  
}


#Request-a-qoute1{
    display: none;
    margin:auto;
    width:100%;
    height:100%;
    top:100px;
    left:0;
    right:0;
    bottom:0;
    position: fixed;
    z-index: 999999;
    overflow-y: scroll;
}
#Request-a-qoute1 .modal-dialog{
    width:100%;
    max-width:500px;
    display:flex;
  
}



.close1{
    background: none;
    border: none;
    font-size: 27px;
}


.reqmy .modal-dialog{
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}
.form-input-flex{
    display: flex;
}
.country-code{
    width:200px;
}
.country-phone{
    width:calc(100% - 200px);
}

.form-input select{
    width: 100%;
    border: 2px solid #ccc;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border-right:none;
}
.blog-post .banner-right img{
    width:100%;
    height:auto !important;
}
.blogs-contet h1{
    font-size: 41px;
    color: #23365b;
    font-family: 'AvenirNextLTProHeavy';
    text-transform: uppercase;
}
.single-blogpost .entry-title{
    padding-left:40px;
    padding-right:0;
	padding-top:0;
}
.single-blogpost .entry-title:before {
    content: '';
    background: #404041;
    position: absolute;
    left: 0;
    width: 5px;
    z-index: 1;
    top: 0;
    bottom: 10px;
}

.form-field input {
    width: 100%;
    padding: 0 20px;
    height: 45px;
    font-size: 15px;
    border: 2px solid #cacaca;
    box-shadow: initial;
    border-radius: 0;
    -webkit-appearance: none;
}

.file-upload .file-select .file-select-button {
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background: #464645;
    color: #fff;
}

.file-upload .file-select {
    display: block;
    cursor: pointer;
    height: 37px;
    line-height: 38px;
    text-align: left;
    overflow: hidden;
    position: relative;
    margin-left: -5px;
}

.form-field .mobile-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background-image: none;
    background: 0 0;
}
.form-field {
    margin-top: 20px;
}
.tel_no{
	width:calc(100% - 155px);
}
.form-field .mobile-field .select:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #e5e5e5;
}
.select-style {
    padding: 0 10px;
    height: 45px;
    border: 2px solid #cacaca;
    border-right: 0;
    background: #fff;
}
.form-field .mobile-field{
	display:flex;
	width:100%;
}
.form-field .mobile-field .select {
    position: relative;
    overflow: hidden;
    border-radius: 0;
	width:90px;
    line-height: 40px;
    vertical-align: top;
}
.tel_no{
	width:calc(100% - 90px);
}


.form-field textarea {
    width: 100%;
    padding: 20px;
    height: 174px;
    font-size: 15px;
    line-height: 20px;
    border: 2px solid #cacaca;
    box-shadow: initial;
    border-radius: 0;
    -webkit-appearance: none;
}

.submit{
	text-align:center; 
	margin:20px 0;
}
.submit input[type="submit"]{
    background: #464645;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 50px 8px;
    box-sizing: border-box;
    transition: all .7s;
    color: #fff;
    border: 2px solid transparent;
}

.my-check{
	display:flex;
	padding:20px;
}
.chk-inner{
	font-size:17px;
	line-height:30px;
}
.chk-inner label{
	padding-left:20px;
	font-family: 'AvenirNextLTProRegular';
}
.chk-inner label input[type="checkbox"]{
	font-size:30px;
}
#positionname{
	opacity:0;
}

.file-upload .file-select p{
	    z-index: 9999999;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	margin-bottom:0;
}

.file-upload .file-select .file-select-button {
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background: #464645;
    color: #fff;
}
.file-upload .file-select {
    display: block;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    text-align: left;
    overflow: hidden;
    position: relative;
    margin-left: -11px;
}
.input-file .file-upload {
    width: 100%;
    padding: 0 10px;
    height: 45px;
    font-size: 15px;
    line-height: 50px;
    border: 2px solid #cacaca;
    box-shadow: initial;
    border-radius: 0;
    -webkit-appearance: none;
    background: #fff;
}


