@import url('https://fonts.googleapis.com/css?family=Hind:400,600');



#section1 {
    padding-bottom: 50px;
}
#section2 {
    padding-bottom: 50px;
}
#section3 {
    padding-bottom: 50px;
}
#section4 {
    padding-bottom: 50px;
}

.ntext{
    text-align: center;
    padding:10px;
    
    margin-bottom: 20px;
 }
 .nimg-margin-bottom{
     margin-bottom: 40px;
 }
 .nrotate {     
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
    transition: width 1s, height 1s, transform 1s;
}
.nrotate:hover {
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
}
.img-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.n-text{
    text-align: center;
    color: rgb(34, 32, 32);

}
.about .about-content-box1 {
    padding:  20px;
    text-align: center;
}
.nbox-1{
    padding: 80px 20px;
    text-align: center;
    
}
.nbox-txt{
    color:white;
    font-size:18px;
   
}
.n-img{
    border-radius:50%;
    margin: 20px;
    text-align:center;
}
.nbutton {
    background-color: rgb(13, 23, 78); /* Green */
    border: none;
    color: white;
    padding: 6px 30px; ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   margin-top: 5px;
   margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
}
.nbutton1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgb(255, 145, 0);
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 999;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: rgb(255, 2, 2);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(224, 2, 2);
    text-decoration: none;
    cursor: pointer;
}


.modal-body {padding: 2px 16px;}


.cls{
    color: rgb(54, 51, 51);
}
.cls:hover{
    color: rgb(255, 11, 11);
}
.nlink-box{
    background-color: rgb(243, 239, 239);
    border-top: 7px solid rgb(123, 185, 7);
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    
}
.nlink{
    font-size: 16px;
    font-weight: bold;
    color: rgb(35, 54, 136);
    line-height: 35px;

}
.nlink:hover{
    color: rgb(80, 134, 10);
    text-decoration: none;
}
.ncustomer
{
border-radius: 6px;
box-shadow:  0 4px 18px 0 rgba(0, 0, 0, 0.2), 0 16px 40px 0 rgba(0, 0, 0, 0.19);
padding: 20px;
margin-top:10px;
}
.ntexts{
    text-align: center;
    
}
.nbr{
   
    margin-top:60px; 
}
.nicon{
    box-shadow:  0 4px 18px 0 rgba(0, 0, 0, 0.2), 0 16px 40px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;  
    margin-bottom: 30px;
}
.nweare{
    color: #41464b;
    text-align: center;
    font-weight: 900;
    margin: 20px auto 10px auto;
}
.nheading-border {
    width: 60px;
    height: 10px;
    background-color: #70A416;
    margin: 0 auto 20px auto;
}
.nserverhed{
    color: #ffffff;
    text-align: center;
    font-weight: 900;
   margin-top: 40px;
}
.nenq-box{
    color:#0b385d;
    font-size:30px;
    font-weight: 700;
    margin: 40px;
    padding: 5px;
}
.nenq-box1{
    color:#0b385d;
    font-size:30px;
    font-weight: 700;
    margin: 40px;
    padding: 5px;
    background-color: orangered;
}
.nclmhead{
        color:rgb(70, 77, 83);
        font-size:30px;
        font-weight: bold;
        text-transform: none;
  
}
.bg-client{
    background-image: url("img/6s-implimentation&training.jpg");
    background-repeat: no-repeat;
 
}
.bg-callnow{
    background-image: url("https://northcotedoc.com.au/wp-content/uploads/2016/10/call-to-action-background.jpg");
    background-repeat: no-repeat;
 
}

.nform{
    margin-bottom:15px; 
    border-bottom: 4px solid rgb(166, 255, 0);
    border-top:none;
    border-left:none;
    border-right:none;
    transition-duration: 0.8s;
}

.nbutton1 {
    background-color:  rgb(255, 161, 21); /* Green */
    border: none;
    color: rgb(70, 70, 70);
    padding: 6px 30px; ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
   margin-top: 5px;
   margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
}
.nbutton2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgb(68, 68, 68);
    color: rgb(255, 255, 255);
}
.nbutton3 {
  
    border: none;
    
    padding: 6px 30px; ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
   margin-top: 5px;
   margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
}
.nbutton4 {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgba(68, 68, 68, 0);
    color: rgb(255, 255, 255);
    border: solid 2px white;
    transition-duration: 0.7s;
    margin-right: 18px;
}
.nbutton4:hover {
   
    background-color: rgb(255, 255, 255);
    color: rgb(41, 41, 41);
    border: solid 2px white;
}
.nbutton5 {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgb(255, 202, 29);
    color: rgb(61, 59, 59);
    border: solid 2px rgba(166, 255, 0, 0);
    transition-duration: 0.7s;
    margin-right: 18px;
    font-weight: 500;
}
.nbutton6:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: rgb(61, 61, 61);
    color: rgb(241, 241, 241);
    border: solid 2px rgba(46, 46, 46, 0);
    text-decoration: none;
    margin-right: 18px;
    font-weight: 500;
}
.client-logo{
    margin: 20px;
    width: 60%;
    border-radius: 5%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.bg-abut {
    background-image: url("https://defuniakherald.com/wp-content/uploads/2017/03/Globe-Map-Flat-1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;    
}
.couponbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 110px;
    padding-left: 25%;
    padding-right: 25%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(255, 255, 255, 0.767);
    
}
.couponbox .cbox {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 90%;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
    box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
}

@media screen and (max-width: 799px) {
    .couponbox {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 70px;
        padding-left: 6%;
        padding-right: 6%;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(255, 255, 255, 0.767);
        
    }
    .couponbox .cbox {
        background-color: #fefefe;
        margin: auto;
        border: 1px solid #888;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
        box-shadow: 0px 0px 78px -9px rgba(0,0,0,1);
    }
  }
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.n-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.imgestyle{
border: 13px solid rgb(252, 252, 252);
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.button-info {
    background-color: rgb(0, 145, 255); 
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-bottom: 5px solid rgb(0, 145, 255);
    border-radius:3px;
}

.button-info:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom: 5px solid rgb(10, 38, 99);
}
.button-down {
    background-color: rgb(18, 196, 92); 
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-bottom: 5px solid rgb(18, 196, 92); 
    border-radius:3px;
}

.button-down:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-bottom: 5px solid rgb(12, 126, 60);
}