html {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
  padding: 15px 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}


/*---------Authar Style----------*/

.smobitrigger,
.mnuclose {
  display: none;
}

.logo {
  position: relative;
  top: -35px;
}

.navigation {
  float: right;
}


.navigation nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}

.navigation nav ul li {
  display: inline-block;
}

.navigation nav ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 6px 20px;
  transition: 0.4s all ease-in-out;
  border-radius: 30px;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}



.navigation nav ul li a:hover {
	background-color: #8ea7e5;
  color: #fff;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

/*.navigation nav ul li a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: -20px;
  border-bottom: 4px solid #589df9;
  width: 0px;
  transition: all ease-in-out 0.3s;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  right: 0;
}

.navigation nav ul li:last-child a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 10px;
  border-bottom: 4px solid #589df9;
  width: 0px;
  transition: all ease-in-out 0.3s;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  right: 0;
}

.navigation nav ul li a:hover:before {
  width: 15px;
}*/

.ion-close-round:before {
  color: #fff;
}


/* DESKTOP PART */

@media screen and (min-width:992px) and (max-width:1199px) {
  .navigation nav ul li a {
       font-size: 10px;
    padding: 8px 16px;
    display: inline-block;
  }
  .navigation {
    float: right;
  }
  .free-consultation a {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: #f23535;
    font-size: 30px;
    line-height: 12px;
    padding: 10px;
  }
  .mnuclose {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
  }
  .smobitrigger span,
  .mnuclose span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .navigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }
  .navigation nav ul li,
  .navigation nav ul li a {
    width: 100%;
  }
  .navigation nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation nav ul li a:hover {
    background: rgba(0, 0, 0, 0.29);
  }
  .mobimenu {
    list-style: none;
    padding: 20px;
    margin: 0px;
    width: 220px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -250px;
  }
  .mnuopn {
    right: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}




@media screen and (min-width:768px) and (max-width:991px) {
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation {
    float: right;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: #fff;
    font-size: 30px;
    line-height: 12px;
    padding: 10px;
  }
  .mnuclose {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
  }
  .smobitrigger span,
  .mnuclose span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .navigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }
  .navigation nav ul li,
  .navigation nav ul li a {
    width: 100%;
  }
  .navigation nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation nav ul li a:hover {
    background: rgba(0, 0, 0, 0.29);
  }
  .mobimenu {
    list-style: none;
    padding: 20px;
    margin: 0px;
    width: 240px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -250px;
  }
  .mnuopn {
    right: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .logo{
    top: 0;
  }
  .ion-navicon-round:before{
    color: #fff
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .ion-navicon-round:before {
    color: #fff;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .navigation nav ul li a {
    padding-left: 15px;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation nav ul li a:before {
    display: none;
  }
  .navigation nav ul li a:hover:before {
    display: none;
  }
  .navigation {
    float: right;
  }
}


/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
  .ion-navicon-round:before {
    color: #15437b;
  }
  .ovrActv {
    display: none;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation nav ul li a:before {
    display: none;
  }
  .navigation nav ul li a:hover:before {
    display: none;
  }
  .navigation {
    float: right;
  }
  .logo{
  	top: 0;
  }
}


/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
  .ion-navicon-round:before {
    color: #15437b;
  }
  .logo{
    top: 0;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .ovrActv {
    display: none;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation {
    float: right;
  }
}