 
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

a, a:hover {
    text-decoration: none
}
nav.navbar.navbar-default.affix {
    width: 100%;
}
.affix {
    position: fixed;
   
    background: #333;
}
.navbar {
    transition: all 0.5s;
}
nav#navbar.sticky {
    box-shadow: 0px 2px 4px #333;
    border-radius: 0px !important;
}
nav#navbar.navbar-default {
    background: transparent;
    height: 80px;
    margin-bottom: 0px;
    box-shadow: 0px 3px 4px #333;
    border-radius: 0px;
    border: navajowhite;
}
.navbar-default.sticky {
    
    z-index: 999;
}
.navbar-brand {
    padding: 9px 10px !important;
}
.navbar-nav>li>a {
    padding-top: 24px;
    padding-bottom: 20px;
}



#section1 {
    background: url(https://freetring.com/images/showcase-bg.jpg) no-repeat;
   
    background-position: 50% 100%;
    background-size: cover;
    padding: 130px 0px 70px 0px;
    font-family: system-ui;
}


  #section2 {
      padding-top:30px;
      background-color: #fff;
      padding-bottom: 50px;
       font-family: system-ui;
}
h2.suprt-cal {
    font-weight: 400;
    font-size: 2em;
}
p.normal-p {
    font-size: 1.4em;
    font-weight: 400;
    font-family: system-ui !important;
    line-height: 27px;
    margin-top: 25px;
}

#section3 {
    padding:70px 0px;
    
    
    background-color: #eee;
}

.icon-box {
    font-size: 3em;
    background: #057ec8;
    text-align: center;
    max-width: 80px;
    border-radius: 79px;
    height: 76px;
    padding: 10px 0px 0px 0px;
    margin: -40px auto auto auto;
    color: #fff;
}
.content-box {
    border: 1px solid #057ec8;
    padding: 0px 5px 15px 5px;
    min-height: 365px;
}
.content-box {
    text-align: center;
}
.content-box h1 {
    margin: 9px 0px 0px 0px;
    font-size: 2em;
    color: #057ec8;
}
.content-box h2 {
    font-size: 1.5em;
    margin: 3px 0px 5px 0px;
}

.add-here img {
    width: 100%;
}
.space-top {
    margin-top: 70px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #057ec8;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.5px;
}
  
  footer {
    padding: 54px 0px;
    background: cornflowerblue;
    color: #fff;
}
/********Top ROW *********/
section.top-row-sec {
    background-color: #057ec8;
}
.row.top-row {
    text-align: right;
}
ul.top-links li {
    display: inline-block;
    margin: 5px 0px -8px 0px;
    border: 1px solid transparent;
    padding: 1px 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
ul.top-links li:hover {
     border: 1px solid #ddd;
}
ul.top-links li:hover a {
    color: #ddd;
}
ul.top-links li a {
    color: #fff;
    font-size: 15px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 8px;
}

/********Logo ROW *********/

.logo-row {
    padding: 20px 0px;
}



/*****************RESPONSIVENESS *****************/

@media only screen and (max-width: 600px) {
  
  .nav>li {
    position: relative;
    display: block;
    background: rgba(46, 89, 131, 1) !important;
    z-index: 9;
}
      #section1 {
    background-position: 50% 100%;
}
    #section2 {
    padding-top: 0px;  
}
    h1.title-cl {
    font-size: 2.2em;
}
    h2.suprt-cal {
    font-weight: 500;
    font-size: 1.3em;
}
    p.normal-p {
    font-size: 1em;
    font-weight: 400;
    font-family: system-ui !important;
    line-height: 23px;
    margin-top: 20px;
}
    .col-md-4.main-box {
    margin-bottom: 50px;
}
    .content-box {
    min-height: auto;
}
    .icon-box {
    font-size: 2em;
    max-width: 60px;
    height: 58px;
    padding: 11px 0px 0px 0px;
    margin: -30px auto auto auto;
}
    .space-top {
    margin-top: 0px;
}
    .content-box h2 {
    font-size: 1.3em;
    margin: 3px 0px 5px 0px;
    font-weight: 700;
}
    #section3 {
    padding: 0px 0px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 0px;
}
}
