/*
Theme Name: ndiswebconsultants
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
/*font-family: 'Fredoka One', cursive;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');
/*font-family: 'Lato', sans-serif;*/
body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}
p {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}
a {
   color: #000000;
   text-decoration: none;
}
a:hover,
a:focus {
    color: #58469d;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}
.white-con,
.white-con p,
.white-con a {
  color: #fff;
}
.center {
  text-align: center;
}
strong {
    font-weight: 700;
}
ul {
    list-style: none;
    padding-left: 0;
}
/*feature sec*/
.featured-image {
    min-height: 616px;
    position: relative;
    background-size: cover !important;
    padding-bottom: 30px;
}
.page-title {
    font-family: 'Fredoka One', cursive;
    font-size: 68px;
    font-weight: 400;
    line-height: 68px;
    color: #fff;
    padding-top: 251px;
    padding-left: 13px;
    text-transform: uppercase;
}
/*feature end*/





/*header*/
.nav-sec {
    max-width: 1118px;
    margin: 0 auto;
}
.header {
    position: absolute;
    top: 0;
    z-index: 8;
    left: 0;
    right: 0;
    padding-top: 27px;
    padding-bottom: 15px;
}
.navbar-default {
    background: none;
    border: medium none;
    border-radius: 0;
    min-height: 1px;
    margin: 0;
    float: left;
    padding-top: 35px;
    padding-right: 59px;
    margin-left: -26px;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0;
}
.navbar-default ul {
    list-style: none;
    margin: 0;
    width: 100%;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 17px 22px 7px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-menu-section > div {
    display: inline-block;
    vertical-align: middle;
}
.mainmenu-area > nav, .mainmenu-area > div {
    display: inline-block;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #58469d;
}
.sub-menu {
    background: #58469d;
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 5px 4px 5px;
    position: absolute;
    width: 100%;
    margin: 0px;
    min-width: 160px;
    z-index: 999;
}
.sub-menu li > a {
    border: medium none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 6px 14px 6px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
	color: #000;
}
#menu-main-menu li:hover > .sub-menu {
    display: block;
}
.header-right {
    padding-top: 13px;
}
.header-right a {
    display: inline-block;
    width: 181px;
    height: 70px;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    background: #58469d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border: 1px solid #58469d;
}
/*header end*/





/*slider start*/
#topslider .slick-list {
    overflow: inherit;
}
#topslider .slide-item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 786px;
  padding-bottom: 30px;
}
.slide-content {
    max-width: 700px;
    padding-top: 264px;
    margin-left: 12px;
}
.slide-content p {
    color: #fff;
}
.slide-content strong {
    display: inline-block;
    font-size: 68px;
    line-height: 81px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    margin-bottom: 30px;
}
.slide-content em {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #58469d;
    font-size: 28px;
    margin-bottom: 16px;
}
/*slider end*/





/*home start*/
.design-section {
    padding-top: 151px;
    padding-bottom: 215px;
}
.wpb_text_column.dsgn-txt strong {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
.wpb_text_column.dsgn-txt em {
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
}
.wpb_text_column.dsgn1-txt strong {
    color: #58469d;
}
.wpb_text_column.dsgn2-txt strong {
    color: #ee6477;
}
.wpb_text_column.dsgn3-txt strong {
    color: #62cdf5;
}
.wpb_text_column.dsgn4-txt strong {
    color: #d7ab64;
}
.dsgn1-txt > .wpb_wrapper {
    max-width: 364px;
    padding-bottom: 31px;
}
.dsgn2-txt > .wpb_wrapper {
    max-width: 366px;
    padding-bottom: 55px;
}
.dsgn3-txt > .wpb_wrapper {
    max-width: 370px;
}
.dsgn4-txt > .wpb_wrapper {
    max-width: 378px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 4px;
    position: relative;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 525px;
    background: #d5d5d5;
    bottom: 0;
    left: -109px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::before {
    position: absolute;
    content: "";
    height: 440px;
    width: 1px;
    background: #d5d5d5;
    top: -21px;
    right: 7px;
}
.dsgn3-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 42px;
}
.wpb_single_image.wpb_content_element.dsg2-img {
    min-width: 79px;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 51px;
    position: relative;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 525px;
    background: #d5d5d5;
    bottom: 0;
    left: -101px;
}
.wpb_single_image.wpb_content_element.dsg4-img {
    min-width: 69px;
}
.dsgn7-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 40px;
}
.dsgn8-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 51px;
}
.vc_custom_heading.clnt-title {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-weight: 700;
}
.vc_custom_heading.clnt-title i {
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.vc_custom_heading.clnt-title strong {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #ee6477;
    font-family: 'Montserrat', sans-serif;
}
.wpb_text_column.clnt-dtl strong {
    display: inline-block;
    line-height: 23px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 21px;
    font-size: 18px;
}
.clnt-dtl a {
    display: inline-block;
    width: 183px;
    height: 72px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ee6477;
    border-radius: 50px;
    border: 2px solid #fff;
    line-height: 67px;
    margin-top: 35px;
}
.vc_custom_heading.rcntclnt-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 48px;
}
.clnt-btn a {
    display: inline-block;
    width: 227px;
    height: 72px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #ee6477;
    border-radius: 50px;
    border: 2px solid #fff;
    line-height: 67px;
    margin-top: 40px;
    color: #fff;
}
.vc_row.wpb_row.vc_row-fluid.clnt-section {
    overflow: visible;
}
.clnt1-col > .vc_column-inner > .wpb_wrapper {
    margin-left: -203px;
}
.clnt-section {
    padding-bottom: 75px;
    padding-top: 43px;
}
.wpb_single_image.clnt-main-img {
    margin-top: -312px;
    min-width: 791px;
}
.clnt2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 54px;
    padding-right: 13px;
}
.vc_custom_heading.web-title {
    font-size: 60px;
    line-height: 73px;
    color: #5eccf5;
    font-family: 'Fredoka One', cursive;
    font-weight: 700;
    padding-bottom: 26px;
    margin-top: -13px;
}
.wpb_single_image.wpb_content_element.web-img {
    margin-bottom: -217px;
}
.web-txt p {
    font-size: 15px;
    line-height: 22px;
}
.web-rt-col > .vc_column-inner > .wpb_wrapper {
    min-width: 902px;
}
.vc_row.wpb_row.vc_row-fluid.web-section {
    overflow: visible;
}
.wpb_text_column.web-txt {
    margin-bottom: 0;
}
.wpb_single_image.wpb_content_element.web-img {
    margin-bottom: -334px;
    z-index: 8;
    position: relative;
}
.web-section {
    padding-top: 129px;
}
.web-btm-section {
    padding-top: 12px;
    padding-bottom: 27px;
}
.web-btm-txt p {
    font-size: 15px;
    line-height: 23px;
}
.wpb_text_column.web-btm-txt strong {
    display: inline-block;
    color: #58469d;
}
.web-btm-txt a {
    display: inline-block;
    width: 183px;
    height: 72px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #ee6477;
    border-radius: 50px;
    border: 2px solid #fff;
    line-height: 67px;
    margin-top: 33px;
}
.hmsrvc-section {
    padding-top: 105px;
    padding-bottom: 90px;
}
.vc_custom_heading.hmsrvc-title {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Fredoka One', cursive;
    color: #58469d;
    text-transform: uppercase;
    margin-top: 0;
}
.hmsrvctxt-title p {
    font-size: 15px;
    line-height: 23px;
    color: #1c1c1c;
}
.wpb_text_column.hmsrvctxt-title strong {
    display: inline-block;
    color: #58469d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 23px;
}
.wpb_text_column.hmsrvctxt1-title strong {
    max-width: 86px;
}
.wpb_text_column.hmsrvctxt2-title strong {
    max-width: 248px;
}
.wpb_text_column.hmsrvctxt3-title strong {
    max-width: 214px;
}
.wpb_text_column.hmsrvctxt5-title strong {
    max-width: 154px;
}
.wpb_text_column.hmsrvctxt7-title strong {
    max-width: 154px;
}
.wpb_text_column.hmsrvctxt8-title strong {
    max-width: 154px;
}
.wpb_single_image.wpb_content_element.hmsrvc-img {
    margin-bottom: 0;
}
.wpb_single_image.wpb_content_element.hmsrvc1-img {
    padding-bottom: 29px;
}
.wpb_single_image.wpb_content_element.hmsrvc2-img {
    padding-bottom: 13px;
}
.wpb_single_image.wpb_content_element.hmsrvc3-img {
    padding-bottom: 26px;
}
.wpb_single_image.wpb_content_element.hmsrvc4-img {
    padding-bottom: 28px;
}
.wpb_single_image.wpb_content_element.hmsrvc5-img {
    padding-bottom: 38px;
}
.wpb_single_image.wpb_content_element.hmsrvc6-img {
    padding-bottom: 28px;
}
.wpb_single_image.wpb_content_element.hmsrvc7-img {
    padding-bottom: 25px;
}
.wpb_single_image.wpb_content_element.hmsrvc8-img {
    padding-bottom: 39px;
}
.wpb_single_image.wpb_content_element.hmsrvc9-img {
    padding-bottom: 28px;
}
.wpb_single_image.wpb_content_element.hmsrvc10-img {
    padding-bottom: 30px;
}
.wpb_single_image.wpb_content_element.hmsrvc11-img {
    padding-bottom: 40px;
}
.wpb_single_image.wpb_content_element.hmsrvc12-img {
    padding-bottom: 28px;
}
.hmsrvctxt-title > .wpb_wrapper {
    padding-right: 14px;
}
.hmsrvc1-sec, 
.hmsrvc2-sec, 
.hmsrvc3-sec {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 27px;
}
.hmsrvc2-sec {
    padding-top: 48px;
}
.hmsrvc3-sec {
    padding-top: 50px;
}
.hmsrvc4-sec {
    padding-top: 47px;
}
/*home end*/




/*about start*/
.banner-section {
    min-height: 616px;
}
.ab-banner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 380px;
    padding-top: 217px;
}
.banner-title {
    font-size: 68px;
    line-height: 68px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    padding-bottom: 33px;
}
.wpb_text_column.banner-txt strong {
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    color: #5eccf5;
    margin-bottom: 14px;
}
.wpb_text_column.ab-tp-txt strong {
    font-size: 36px;
    line-height: 47px;
    color: #58469d;
    font-family: 'Fredoka One', cursive;
}
.wpb_text_column.ab-txt strong {
    display: inline-block;
    font-size: 18px;
    color: #58469d;
    max-width: 502px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.ab-lf-col > .vc_column-inner > .wpb_wrapper {
    min-width: 573px;
}
.ab-txt p {
    font-size: 15px;
    line-height: 23px;
}
.ab-inner-sec {
    padding-top: 40px;
}
.wpb_single_image.abclnt-img {
    margin-top: -304px;
    min-width: 791px;
}
.wpb_single_image.ab-img {
    min-width: 789px;
}
.ab-section {
    padding-top: 83px;
    padding-bottom: 231px;
}
/*about end*/





/*service start*/
.wpb_text_column.srvctp-txt strong {
    font-size: 36px;
    line-height: 45px;
    color: #58469d;
    font-family: 'Fredoka One', cursive;
}
.srvc1-col > .vc_column-inner > .wpb_wrapper {
    min-width: 595px;
    padding-top: 211px;
}
.srvc2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 50px;
}
.wpb_single_image.srvc-img {
    min-width: 570px;
}
.srvc-list ul li {
    font-size: 15px;
    line-height: 23px;
    background: url(images/ser_list.png) no-repeat scroll 0 0;
    padding-left: 37px;
    padding-bottom: 24px;
}
.srvc-btm-sec {
    padding-top: 28px;
    padding-bottom: 44px;
}
.vc_custom_heading.srvcs-title {
    font-size: 36px;
    line-height: 36px;
    color: #58469d;
    font-family: 'Fredoka One', cursive;
    padding-bottom: 95px;
}
.wpb_single_image.srvcs1-img {
    min-width: 98px;
}
.wpb_single_image.srvcs2-img {
    min-width: 100px;
}
.wpb_single_image.srvcs3-img {
    min-width: 99px;
}
.wpb_single_image.srvcs4-img {
    min-width: 100px;
}
.wpb_single_image.srvcs5-img {
    min-width: 107px;
}
.wpb_single_image.srvcs6-img {
    min-width: 96px;
}
.wpb_text_column.srvcs-txt strong {
    display: inline-block;
    font-size: 24px;
    color: #58469d;
    text-transform: uppercase;
    margin-bottom: 27px;
}
.wpb_text_column.srvcs-txt em {
    display: inline-block;
    font-size: 24px;
    color: #58469d;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper::after {
    position: absolute;
    content: "";
    width: 525px;
    height: 1px;
    background: #d5d5d5;
    left: -92px;
    bottom: 0;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 24px;
    max-width: 428px;
}
.srvcs6-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 24px;
    max-width: 412px;
}
.srvcs10-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 24px;
    max-width: 410px;
}
.srvcs10-col > .vc_column-inner > .wpb_wrapper::after,
.srvcs12-col > .vc_column-inner > .wpb_wrapper::after {
    content: none;
}
.srvcs4-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 65px;
}
.srvcs8-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 64px;
}
.srvcs12-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 64px;
    max-width: 400px;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper::after {
    bottom: -19px;
}
.srvcs4-col > .vc_column-inner > .wpb_wrapper::after {
    bottom: -43px;
    left: -82px;
}
.srvcs6-col > .vc_column-inner > .wpb_wrapper::after,
.srvcs8-col > .vc_column-inner > .wpb_wrapper::after {
    bottom: -20px;
}
.srvcs-tp-sec {
    padding-bottom: 28px;
}
.srvcs-btm-sec {
    padding-top: 44px;
}
.srvcs2-img-col > .vc_column-inner > .wpb_wrapper,
.srvcs4-img-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 35px;
}
.srvcs6-img-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 34px;
}
.srvcs6-col > .vc_column-inner > .wpb_wrapper::after {
    left: -83px;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper::before {
    position: absolute;
    content: "";
    width: 1px;
    line-height: 745px;
    background: #d5d5d5;
    top: 0;
    right: -41px;
    height: 745px;
}
.srvcs-section {
    border-top: 2px solid #5eccf5;
    padding-top: 50px;
    padding-bottom: 101px;
}
.srvc3-col > .vc_column-inner > .wpb_wrapper {
    padding-right: 43px;
}
.srvc4-col > .vc_column-inner > .wpb_wrapper {
    padding-right: 10px;
}
/*service end*/




/*contact start*/
.contact_col > .vc_column-inner > .wpb_wrapper {
    max-width: 1005px;
    margin: 0 auto;
}
.con_rt_col label {
    width: 100%;
    display: inline-block;
    margin-bottom: 13px;
}
.con_rt_col .wpcf7-form-control.wpcf7-text, .wpcf7-select {
    width: 100%;
    height: 44px;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 25px 0px;
    border: 1px solid #c5c5c5;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    background: none;
}
.con_rt_col .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 158px;
    padding: 8px 25px 0px;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    outline: none;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    background: none;
}
.con_rt_col .wpcf7-form-control.wpcf7-submit {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: inline-block;
    height: 52px;
    width: 176px;
    text-align: center;
    font-weight: 300;
    border: 1px solid #ee6477;
    background: #ee6477;
    border-radius: 30px;
    margin-top: 18px;
    color: #fff;
    text-transform: uppercase;
}
.con_rt_col .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.con_rt_col ::placeholder {
    color: #000000;
    opacity: 1;
}
.vc_custom_heading.con_tit {
    font-family: 'Fredoka One', cursive;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 38px;
    color: #ee6477;
}
.contact_sec {
    padding-top: 87px;
    padding-bottom: 81px;
}
.con_dtl a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #58469d;
}
.con_dtl p {
    font-size: 15px;
    color: #000000;
}
.con_lf_col > .vc_column-inner > .wpb_wrapper {
    max-width: 302px;
}
.vc_custom_heading.dtl_tit {
    color: #58469d;
    margin-bottom: 31px;
}
/*contact end*/




/*Portfolio start*/
 .port_dtl h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #58469d;
    padding-bottom: 50px;
}
.port_dtl strong {
    color: #58469d;
    font-size: 15px;
}
.port_dtl p {
    color: #1d1d1d;
    font-size: 15px;
}
.port_dtl > .wpb_wrapper {
    padding-right: 36px;
}
.port_tp_col {
    padding-top: 129px;
    padding-bottom: 89px;
}
.wpb_single_image.port_img {
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}
.port-img-sec {
    padding-bottom: 125px;
}
/*Portfolio end*/





/*blog start*/
.blog .main-content-text {
    padding-top: 122px;
    padding-bottom: 20px;
}
.blog-content h3 a {
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    font-size: 30px;
    color: #1c1c1c;
    display: inline-block;
    line-height: 38px;
    text-transform: uppercase;
}
.post-list {
    padding-bottom: 40px;
}
.blog-pagination {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.wp-pagenavi {
    padding-bottom: 20px;
    margin-top: 30px;
}
.wp-pagenavi span.current {
    border-color: #58469d;
    background: #58469d;
    border-width: 1px;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #58469d;
    background: #ffffff;
    padding: 0;
    margin: 2px 5px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #58469d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 0;
}
.post-main-content-text {
    padding-top: 62px;
    padding-bottom: 32px;
}
.blog-title.post-title {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Fredoka One', cursive;
    color: #252525;
    line-height: 40px;
    padding-bottom: 30px;
}
/*blog end*/




/* Footer start*/
.footer {
    background: #58469d;
}
.footer-tp {
    max-width: 1012px;
    margin: 0 auto;
    text-align: center;
    padding-top: 105px;
    padding-bottom: 21px;
}
.footer-top strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 51px;
    display: inline-block;
}
.footer-top .inline-field label {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.footer-top label {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-top  .inline-field label:last-child {
    margin-right: 0;
}
.footer-top .wpcf7-form-control.wpcf7-text, .wpcf7-select {
    width: 100%;
    height: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0px 41px 0px;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 17px;
}
.footer-top .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 65px;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #fff;
    background: none;
}
.footer-top .wpcf7-form-control.wpcf7-submit {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    display: inline-block;
    height: 39px;
    width: 144px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #fff;
    background: none;
    border-radius: 0;
    margin-top: 38px;
    color: #fff;
}
.footer-top ::placeholder {
    color: #fff;
    opacity: 1;
}
.footer-top.wpcf7-not-valid-tip {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    padding-top: 18px;
}
.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.footer-two ul li {
    display: inline-block;
    margin-right: 31px;
}
.footer-widgets-area.two {
    padding-top: 40px;
    padding-left: 27px;
}
.footer-one {
    padding-left: 61px;
}
.copyright {
    padding-left: 61px;
}
.footer-widgets-area.three {
    padding-top: 15px;
}
.footer-two ul li a {
    color: #fff;
}
.footer-two:first-child .textwidget a {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding-top: 3px;
    display: inline-block;
    padding-bottom: 8px;
}
.footer a:hover {
    color: #000000;
}
.footer-two:first-child .textwidget a:hover{
    color: #000000;
}
.footer-two:first-child .widget-title {
    font-weight: 300;
}
.footer-three {
    margin-left: -28px;
}
/*footer end*/




/*Responsive site css*/
/*Large Devices, Wide Screens*/
@media only screen and (max-width : 1200px) {
#topslider .slide-item {
    min-height: 712px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::after {
    width: 425px;
    left: -77px;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper::after {
    width: 425px;
    left: -57px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::before {
    right: -14px;
}
.clnt1-col > .vc_column-inner > .wpb_wrapper {
    margin-left: -126px;
}
.wpb_single_image.clnt-main-img {
    margin-top: -276px;
    min-width: 632px;
}
.vc_custom_heading.clnt-title {
    font-size: 51px;
    line-height: 65px;
}
.vc_custom_heading.web-title {
    font-size: 56px;
}
.web-rt-col > .vc_column-inner > .wpb_wrapper {
    min-width: 800px;
}
.wpb_text_column.web-txt {
    margin-bottom: 11px;
}
.ab-section {
    padding-top: 61px;
}
.ab-lf-col > .vc_column-inner > .wpb_wrapper {
    min-width: 498px;
}
.wpb_single_image.ab-img {
    min-width: 674px;
}
.srvc1-col > .vc_column-inner > .wpb_wrapper {
    min-width: 500px;
    padding-top: 179px;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper::after {
    width: 454px;
}
.srvcs4-col > .vc_column-inner > .wpb_wrapper::after {
    bottom: -45px;
    left: -45px;
    width: 430px;
}
.srvcs6-col > .vc_column-inner > .wpb_wrapper::after {
    bottom: -42px;
}
.srvcs8-col > .vc_column-inner > .wpb_wrapper::after {
    left: -50px;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper::before {
    right: -20px;
}
.footer-one {
    padding-left: 45px;
}
.copyright {
    padding-left: 45px;
}
.footer-tp {
    padding-top: 87px;
}
.hmsrvc-section {
    padding-bottom: 80px;
}
.navbar-default .navbar-nav > li > a {
    padding: 12px 14px 7px;
}
.navbar-default {
    padding-right: 15px;
}
.header-right a {
    height: 58px;
    line-height: 60px;
}
.featured-image {
    min-height: 550px;
}
}

/*Medium Devices, Desktops*/
@media only screen and (max-width : 992px) {
.hmsrvc-section {
    padding-top: 15px;
}
.vc_custom_heading.hmsrvc-title {
    font-size: 22px;
    line-height: 32px;
}
.vc_custom_heading.web-title {
    font-size: 43px;
    line-height: 52px;
}
.web-section {
    padding-top: 15px;
}
.web-rt-col > .vc_column-inner > .wpb_wrapper {
    min-width: 597px;
}
.wpb_text_column.web-txt {
    margin-bottom: 17px;
}
.web-btm-section {
    padding-bottom: 0;
}
.wpb_single_image.clnt-main-img {
    min-width: 492px;
}
.clnt1-col > .vc_column-inner > .wpb_wrapper {
    margin-left: -78px;
}
.clnt-section {
    padding-bottom: 0;
    padding-top: 0;
}
.vc_custom_heading.clnt-title {
    font-size: 45px;
    line-height: 57px;
}
.design-section {
    padding-top: 58px;
    padding-bottom: 116px;
}
.wpb_single_image.wpb_content_element.dsgn1-img {
    min-width: 54px;
}
.wpb_single_image.wpb_content_element.dsg3-img {
    min-width: 54px;
}
.dsgn3-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 10px;
}
.dsgn7-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 10px;
}
.wpb_text_column.dsgn-txt strong {
    font-size: 20px;
}
.wpb_text_column.dsgn-txt em {
    font-size: 20px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::after {
    width: 359px;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper::after {
    width: 347px;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper::before {
    right: -18px;
}
.vc_custom_heading.clnt-title {
    font-size: 30px;
    line-height: 36px;
}
.vc_custom_heading.clnt-title i {
    font-size: 20px;
}
.vc_custom_heading.clnt-title strong {
    font-size: 20px;
}
.vc_custom_heading.rcntclnt-title {
    font-size: 30px;
    line-height: 30px;
}
.ab-section {
    padding-top: 10px;
}
.ab-lf-col > .vc_column-inner > .wpb_wrapper {
    min-width: 398px;
}
.wpb_single_image.ab-img {
    min-width: 508px;
}
.wpb_text_column.ab-tp-txt strong {
    font-size: 30px;
    line-height: 36px;
}
.srvc1-col > .vc_column-inner > .wpb_wrapper {
    min-width: 456px;
    padding-top: 59px;
}
.wpb_text_column.srvctp-txt strong {
    font-size: 31px;
    line-height: 42px;
}
.vc_custom_heading.srvcs-title {
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 60px;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 48px;
    max-width: 428px;
}
.wpb_text_column.srvcs-txt strong {
    font-size: 22px;
    margin-bottom: 6px;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper::after {
    width: 329px;
    left: -50px;
}
.srvcs6-img-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.srvcs2-img-col > .vc_column-inner > .wpb_wrapper, 
.srvcs4-img-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.wpb_text_column.wpb_content_element.srvcs-txt.srvcs2-txt {
    padding-bottom: 24px;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper::before {
    top: 24px;
    height: 915px;
}
.srvc-btm-sec {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-two ul li a {
    font-size: 14px;
}
.footer-two:first-child .textwidget a {
    font-size: 21px;
}
.footer-two ul li {
    margin-right: 11px;
}
.footer-three {
    padding-top: 16px;
}
.footer-one {
    padding-left: 0;
}
.copyright {
    padding-left: 0;
}
.footer-tp {
    padding-top: 68px;
}
.hmsrvc-section {
    padding-bottom: 25px;
}
.srvcs-section {
    padding-bottom: 15px;
}
.navbar-default {
    padding-right: 0;
    margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
    padding: 7px 7px 7px;
    font-size: 14px;
    letter-spacing: 0;
}
.header-right a {
    width: 130px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}
.header-right {
    padding-left: 9px;
}
.contact_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.vc_custom_heading.con_tit {
    font-size: 30px;
    line-height: 30px;
}
.port_tp_col {
    padding-top: 60px;
    padding-bottom: 50px;
}
.port-img-sec {
    padding-bottom: 60px;
}
.port_dtl > .wpb_wrapper {
    padding-right: 0;
}
.port_dtl h2 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
}
.blog-title.post-title {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 20px;
}
.post-main-content-text {
    padding-top: 40px;
}
.blog .main-content-text {
    padding-top: 80px;
}
.page-title {
    font-size: 45px;
    line-height: 45px;
    padding-top: 180px;
}
.featured-image {
    min-height: 400px;
}
.banner-title {
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 20px;
}
.ab-banner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 145px;
}
.banner-section {
    min-height: 450px;
}
.slide-content strong {
    font-size: 45px;
    line-height: 60px;
}
.slide-content {
    max-width: 530px;
    padding-top: 190px;
}
#topslider .slide-item {
    min-height: 600px;
}
}

/*Small Devices, Tablets*/
@media only screen and (max-width : 767px) {
.dsgn2-col > .vc_column-inner > .wpb_wrapper::after {
    content: none;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper::after {
    content: none;
}
.dsgn2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.dsgn4-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.dsgn8-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.design-section {
    padding-bottom: 133px;
}
.wpb_single_image.clnt-main-img {
    min-width: 100%;
    margin-top: -191px;
}
.clnt1-col > .vc_column-inner > .wpb_wrapper {
    margin-left: 0;
}
.clnt2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.vc_custom_heading.web-title {
    font-size: 41px;
    line-height: 47px;
}
.wpb_single_image.wpb_content_element.web-img {
    margin-bottom: -120px;
}
.web-rt-col > .vc_column-inner > .wpb_wrapper {
    min-width: 338px;
}
.web-btm-section {
    padding-top: 103px;
}
.wpb_single_image.wpb_content_element.clnt-img {
    text-align: center;
}
.slide-content strong {
    font-size: 30px;
    line-height: 38px;
}
.slide-content em {
    font-size: 24px;
}
#topslider .slide-item {
    min-height: 591px;
}
.ab-lf-col > .vc_column-inner > .wpb_wrapper {
    min-width: 100%;
}
.wpb_text_column.ab-tp-txt strong {
    font-size: 23px;
    line-height: 26px;
}
.wpb_single_image.ab-img {
    min-width: 100%;
}
.ab-section {
    padding-bottom: 123px;
}
.vc_custom_heading.rcntclnt-title {
    font-size: 23px;
    line-height: 27px;
}
.vc_custom_heading.srvcs-title {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 23px;
}
.srvc1-col > .vc_column-inner > .wpb_wrapper {
    min-width: 100%;
    padding-top: 43px;
}
.srvc2-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
}
.wpb_single_image.srvc-img {
    min-width: 100%;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 0;
    max-width: 100%;
}
.srvcs-col > .vc_column-inner > .wpb_wrapper::after {
    content: none;
    position: relative;
}
.srvcs-section {
    padding-top: 20px;
}
.wpb_text_column.wpb_content_element.srvcs-txt.srvcs2-txt {
    padding-bottom: 0;
}
.srvcs-btm-sec {
    padding-top: 0;
}
.srvcs-tp-sec {
    padding-bottom: 0;
}
.srvcs2-col > .vc_column-inner > .wpb_wrapper,
.srvcs4-col > .vc_column-inner > .wpb_wrapper,
.srvcs6-col > .vc_column-inner > .wpb_wrapper,
.srvcs8-col > .vc_column-inner > .wpb_wrapper,
.srvcs10-col > .vc_column-inner > .wpb_wrapper {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}
.footer-three {
    margin-left: 0;
}
.footer-one {
    padding-left: 0;
}
.copyright {
    padding-left: 0;
}
.footer-top .inline-field label {
    float: none;
    width: 100%;
    margin-right: 0;
}
.footer-tp {
    padding-top: 39px;
}
.hmsrvc-section {
    padding-bottom: 8px;
}
.ab-inner-sec {
    padding-top: 0;
}
.srvcs-section {
    padding-bottom: 9px;
}
.navbar-default .navbar-toggle {
    border-color: #58469d;
    background: none !important;
    position: absolute;
    top: -73px;
    right: 95px;
}
.header-right a {
    width: 93px;
    font-size: 11px;
    height: 42px;
    line-height: 42px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #58469d;
}
.header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 7px;
    margin: 2px 0;
    text-align: left;
    border: none;
    background: none;
}
.header-menu-section {
    padding: 0;
}
.sub-menu li > a {
    font-size: 15px;
    padding: 6px 15px 6px;
    color: #5eccf5;
}
.navbar-default ul.sub-menu {
    background: none;
    display: block;
    padding: 0px 0px 5px;
    position: relative;
    text-align: left;
    border-top: none;
}
.navbar-default ul.sub-menu li {
    display: block;
    width: 100%;
}
.header-menu-section > div {
    display: block;
    padding-left: 0;
}
.navbar-nav > li {
    display: block;
}
.navbar-default .navbar-nav > li > a {
    color: #5eccf5;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
    color: #1f1f1f;
}
.navbar-default {
    width: 100%;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #000000;
    background: none;
}
.logo-area {
    width: 206px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    padding: 9px;
    background: #fff;
}
.navbar-default {
    padding-left: 0;
}
.nav-area {
    padding: 0;
}
.header-right {
    position: absolute;
    right: 5px;
    top: -42px;
}
.navbar-default {
    padding-top: 0;
}
.vc_custom_heading.con_tit {
    font-size: 26px;
    line-height: 26px;
}
.contact_sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.port_dtl h2 {
    font-size: 25px;
    line-height: 30px;
}
.port_tp_col {
    padding-top: 40px;
    padding-bottom: 25px;
}
.port-img-sec {
    padding-bottom: 30px;
}
.port_img.wpb_single_image.vc_align_left {
    max-width: 361px;
    margin: 0 auto;
    margin-bottom: 38px;
}
.blog-content h3 a {
    font-size: 25px;
}
.page-title {
    font-size: 32px;
    line-height: 32px;
    padding-top: 115px;
}
.featured-image {
    min-height: 250px;
}
.banner-title {
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 6px;
}
.ab-banner > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 80px;
}
.banner-section {
    min-height: 380px;
}
.slide-content strong {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
}
.slide-content {
    padding-top: 120px;
}
.slide-content em {
    font-size: 22px;
    margin-bottom: 10px;
}
#topslider .slide-item {
    min-height: 410px;
}
}