/*
Theme Name:
Theme URI:
Description:
Author: Click Click Media
Author URI: https://clickclick.media/
Version: 1.0
*/
@font-face {
  font-family: 'ProximaNova-Rg';
  src: url('fonts/ProximaNova-Rg.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Rg';
  src: url('fonts/ProximaNova-Rg.woff') format('woff'), url('fonts/ProximaNova-Rg.ttf') format('truetype'), url('fonts/ProximaNova-Rg.svg#ProximaNova-Rg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.ttf') format('truetype'), url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  outline: 0 !important;
}
@media screen {
  html,
  body {
    min-width: 320px;
    overflow-x:hidden;
  }
  body {
    color:rgba(0,0,0,1);
  }
  /** Wordpress Wrap Image
   * ================================= */
    img.alignright { float: right; margin: 0 0 1em 1em; }
    img.alignleft { float: left; margin: 0 1em 1em 0; }
    img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
    .alignright { float: right; }
    .alignleft { float: left; }
    .aligncenter { display: block; margin-left: auto; margin-right: auto; }
    p img { padding: 0; max-width: 100%; }
    img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
    img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
    .wp-caption { margin: 30px; padding: 20px; border: solid 0px #FFFFFF; background: #FFFFFF; font-size:90%; color:#606060 }
  h1 {
    font-family: 'ProximaNova-Light';
    color: #fff;
    font-size: 25px;
    /* 55px */
    margin-top: 0;
    margin-bottom: 29px;
    line-height: 30px;
  }
  h1 strong {
    font-family: 'ProximaNova-Bold';
  }
  h2 {
    color: #fff;
    font-family: 'ProximaNova-Light';
    font-size: 18px;
    /*21px*/
    margin-top: 0;
    margin-bottom: 10px;
    /* 37px */
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  h2 strong {
    font-family: 'ProximaNova-Bold';
  }
  h3 {	  line-height: 35px;  }
  h4 {}
  h5 {}
  h6 {	      font-family: "ProximaNova-Light";  }
  p {}
  a {
    font-size: 12px;
    font-family: 'ProximaNova-Bold';
    color: #fff;
  }
  a {
    outline: none;
  }
  * {
    outline: none;
  }
  a:focus {
    color: rgba(255,255,255,1);
  }
  a:hover {
    text-decoration: none;
    color: #BE3769;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    outline: none;
  }
  .row-align {
    font-size: 0;
  }
  .col-middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  a.btn-orange {
    color: #fff;
    border: 1px solid #fff;
  }
  a.btn-orange:hover {
    border-color: rgba(255, 168, 0, 1);
    color: rgba(255, 168, 0, 1);
  }
  .btn {
    transition: all .9s;
    -webkit-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
  }
  .btn:hover {}
  .btn-modal {
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #fff;
    line-height: 38px;
    display: inline-block;
    height: 39px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 22px;
    padding-right: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .9s;
    -webkit-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    margin-left: 8px;
    margin-right: 8px;
  }
  .btn-modal:hover {
    outline: none;
    border-color: #C2386C;
    color: #C2386C;
  }
  .btn-modal:active {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
  }
  .table-layout {
    display: table;
  }
  .table-layout .table-item {
    display: table-cell;
    vertical-align: middle;
  }
  .top .media-links {
    padding-top: 0;
  }
  .top .media-links .fa {
    font-size: 12px;
    padding: 4px 5px;
  }
  .top .media-links .fa-facebook {
    padding: 4px 7px;
  }
  .media-links {
    padding-top: 20px;
  }
  .media-links a:hover .fa {
    color: #fff;
    opacity: .9;
  }
  .media-links .fa {
    font-size: 16px;
    padding: 7px 8px;
    border-radius: 50%;
  }
  .media-links .fa-facebook {
    background-color: #3b5998;
    padding: 8px 11px;
  }
  .media-links .fa-twitter {
    background-color: #4099ff;
  }
  .media-links li {
    padding-right: 0;
  }
  .gfield  {
    position: relative;
  }
  .gfield_description.validation_message {
    position: absolute;
    color: rgba(255,255,255,1);
    background-color: rgba(204, 0, 0, 1);
    padding: 1px 15px;
    border-radius: 3px;
    top: 4px;
    right: 30px;
    font-size: 10px;
  }
  .gfield_required {
    display: none;
  }
  .validation_error {
    display: none;
  }
  /* SIDEPANEL */
  .navbar-toggle {
    margin: 0;
    position: relative;
    border: 3px solid #F8E6ED;
    padding: 6px;
  }
  .navbar-toggle .icon-bar {
    background-color: #F8E6ED;
    width: 31px;
    height: 3px;
  }
  #sidepanel {
    background: url('images/pattern.jpg');
    height: 100%;
    position: fixed;
    width: 280px;
    z-index: 1000;
    left: -280px;
    box-shadow: -3px -2px 6px #FF9E9E;
  }
  #sidepanel header {
    padding: 11px 15px;
    color: #FFF;
    font-size: 20px;
    line-height: 1.9em;
    background: url('images/pattern.jpg');
    position: relative;
  }
  #sidepanel header img {
    max-width: 200px;
  }
  #sidepanel .exit {
    cursor: pointer;
    line-height: 36px;
    color: #fff;
    top: -37px;
    right: 1%;
    font-size: 30px;
  }
  #sidepanel .menu {
    padding: 0;
    background-color: #fff;
  }
  #sidepanel .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #sidepanel .menu ul li {
    font-size: 16px;
    display: block;
  }
  #sidepanel .menu li > a {
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #D0D0D0;
    font-weight: bold;
    text-transform: uppercase;
    color: #868686;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    text-transform: uppercase;
  }
  #sidepanel .menu li a:hover,
  #sidepanel .menu li a:active,
  #sidepanel .menu li a:focus,
  #sidepanel .menu li.current_page_item a {
    padding-bottom: 7px;
    /*border-bottom: 4px solid #c53971;*/
    color: #c53971;
    transition: all 0s;
    -webkit-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
  }
  #sidepanel .header-menu {
    width: 100%;
    margin: 0;
  }
  #sidepanel .header-menu .menu-item {
    display: block;
  }
  #sidepanel .menu .header-sub-menu li a {
    color: #279A53;
  }
  .sidepanel-bottom {
    padding: 0 20px;
  }
  .sidepanel-social .links {
    list-style: none;
    margin-bottom: 20px;
  }
  .sidepanel-social .links li {
    margin-bottom: 10px;
  }
  .sidepanel-social .links li a {
    font-size: 12px;
    color: #b2b0b0;
  }
  .sidepanel-login .social li {
    display: inline-block;
    margin-left: 3px;
  }
  .nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin: auto;
  }
  .navbar-header {
    padding: 10px 15px;
    background: url('images/pattern.jpg');
    width: 100%;
  }
  .mobile-logo img {
    max-width: 210px;
  }
  #sidepanel .menu-bottom {
    padding: 10px 15px;
  }
  #sidepanel .menu-bottom li {
    padding-bottom: 10px;
  }
  #sidepanel .menu-bottom li a {
    font-size: 15px;
    color: #fff;
    font-family: 'ProximaNova-Semibold';
  }
  .menu-item-has-children {
    position: relative;
  }
  #sidepanel .menu-item-has-children .fa {
    position: absolute;
    right: 5px;
    top: 2px;
    padding: 10px 15px;
    background-color: rgba(192, 55, 107, 1);
    color: #fff;
    cursor: pointer;
  }
  #sidepanel .sub-menu li > .fa {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 10px 15px;
    background-color: rgba(228, 73, 132, 1);
    color: #fff;
    cursor: pointer;
  }
  #sidepanel .sub-menu > li {
    background-color:rgba(208, 93, 137, 1) ;
  }
  #sidepanel .sub-menu > li > a {
    color: rgba(255,255,255,1);
  }
  #sidepanel .sub-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  #sidepanel .sub-menu .sub-menu > li {
    background-color: rgba(219, 132, 166, 1);
  }
  .not_found {
    text-align: center;
  }
  /*Banner*/
  .banner.inner h2 {
    text-align: center;
  }
  /* HEADER */
  .header {
    padding-top: 61px;
  }
  .header .top {
    background-color: #be3769;
    line-height: 31px;
    height: 31px;
  }
  .header .top a:hover {
    color: #8CC700;
  }
  .header .top .table-layout {
    width: 100%;
  }
  .header .top .table-layout .table-item:nth-child(2) {
    text-align: right;
  }
  .header .top .table-layout .table-item:nth-child(2) > a {
    margin-left: 15px;
  }
  .header .top .media-links {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .header .banner {
    padding-top: 40px;
    padding-bottom: 39px;
    background-size: cover;
    position: relative;
    text-align: center;
    border-bottom: 6px solid #be3769;
    z-index: 1;
  }
  .header .banner > div {
    position: relative;
    z-index: 99;
  }
  .header .banner:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: auto;
  }
  .header .banner.inner h1 {
    padding-bottom: 10px;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase;
    background-image: url('images/heading-border.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    font-size: 35px;
  }
  header h1 strong {
    position: relative;
  }
  header h1 strong:after {
    position: absolute;
    content: "";
    border-bottom:1px solid rgba(236, 64, 128, 1);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .fixed-contact {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 90px;
    width: 51px;
    z-index: 3;
  }
  .fixed-contact a {
    display: block;
    margin-bottom: 5px;
    background-color: rgba(255, 168, 0, 1);
  }
  .fixed-contact .mail-link {
    padding: 14px 16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .fixed-contact .mobile-link {
    padding: 7px 18px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .fixed-contact a .mail {
    font-size: 14px;
  }
  .fixed-contact a .mobile {
    font-size: 26px;
  }
  .site-header {
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    background-position: top center;
    background-attachment: fixed;
    padding:27px 0 0;
  }
  .site-header {
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    background-position: top center;
    background-attachment: fixed;
    padding:27px 0 0;
  }
  .header-is-fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    background-image: url('./images/pattern.jpg');
    background-repeat: repeat;
    z-index: 5;
    padding:10px 0;
  }
  .site-header:before {
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url('./images/wave.png');
    background-repeat: repeat;
    opacity: 0.05;
    z-index: 1;
  }
  .page-id-5 .site-header:after {
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,0);
  }
  .site-header:after {
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(190, 55, 105, 0.92);
  }
  .site-header .container {
    position: relative;
    z-index: 5;
  }
  .site-header ul.main-menu {
    position: relative;
    margin:0;
    padding:0;
    text-align: right;
    z-index: 5;
  }
  .site-header .main-menu .menu-item {
    padding:0 7px;
  }
  .site-header .main-menu .menu-item a {
    font-size:14px;
  }
  .site-header .main-menu .cs-search {
    padding: 0px;
    margin: 0px;
    width: 23px;
  }
  .site-header .main-menu .cs-search a {
    display:inline-block;
    background-color: transparent;
    border: 0;
    color: transparent;
    padding: 0;
    margin: 0 ;
    position: relative;
    visibility: hidden;
  }
  .site-header .main-menu .cs-search a:after {
    position: absolute;
    content:"";
    background-image: url('./images/search.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width:23px;
    width: 100%;
    height: 23px;
    display:inline-block;
    border: 0;
    top:0;
    bottom:0;
    left: 0;
    margin:auto;
    visibility: visible;

  }
  .site-header ul li .submenu li .sub-menu {
    padding-top:0;
  }
  .site-header .cs-getintouch a {
    display: inline-block;
    line-height: 40px;
    border:1px solid rgba(255,255,255,1);
    border-radius: 2px;
    text-transform: uppercase;
    font-size:12px;
    padding:0 18px;
    text-align: center;
    margin-left:16px;
  }
  .site-header .cs-getintouch a:hover{
    background-color:rgba(255,255,255,1);
    border:1px solid rgba(194, 56, 108, 1);
  }
  .site-header .banner-title {
    padding:70px 0 75px;
  }
  .site-header .banner-title h1 {
    padding:0;
    margin:0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 35px;
  }
  .site-header .banner-title h1 span {
    font-family: 'ProximaNova-Bold';
  }
  /*Award Slider*/
  .award {
    padding: 20px 0;
    background-color: rgba(249, 249, 249, 1);
    border-bottom: 1px solid rgba(0,0,0,1);
  }
  .award .award-slides {
    padding: 30px 0;
    position: relative;
  }
  .award .cs-slider {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
  }
  .award ul li img {
    margin: 0 auto;
  }
  .award .cs-slider .caroufredsel_wrapper {
    margin-bottom: 0 !important;
  }
  .award .award-slides p {
    position: absolute;
    font-family: "ProximaNova-Bold";
    top: 0;
    left: 9px;
    font-size: 12px;
    height: 30px;
    color: #A9A9A9;
    text-align: left;
    margin: auto;
    color: rgba(169, 169, 169, 1);
    text-align: left;
  }
  .award .award-slides p br {
    display: none;
  }
  .award .award-slides .prev,
  .award .award-slides .next {
    position: absolute;
    top: 0;
    margin: auto;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(204, 204, 204, 1);
  }
  .award .award-slides .prev {
    left: 254px;
  }
  .award .award-slides .next {
    right: 14px
  }
  .award .short-text p {
    font-family: "ProximaNova-Light";
    font-size: 15px;
    text-align: center;
  }
  .award .short-text img {
    padding-top: 11px;
    display: inline-block;
    margin: 0 auto;
  }
  /*content*/
  .content {
    padding-top: 70px;
    padding-bottom: 60px ;
  }
  .content h2 {
    font-family: "ProximaNova-Bold";
    color: rgba(51, 64, 80, 1);
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
  }
  .content p {
    font-family: "ProximaNova-Light";
    color: #333;
    font-size: 17px;
    text-align: center;
  }
  .content ul {
    font-family: "ProximaNova-Light";
    color: #333;
    font-size: 17px;
  }
  .content ul li a {
    font-size: 17px;
	color: #BE3769;
  }
  .content ul li a:hover {
	color: #8CC700;
  }
  .content .pink-pig {
    margin:0 auto;
    padding-bottom: 15px ;
  }
  .content .inner-wrapper {
    margin-top: 30px;
    text-align: center;
  }
  .content .inner-wrapper img {
    margin: 30px auto 0 auto;
  }
  .content .inner-wrapper h3 {
    font-family: "ProximaNova-Bold";
    color: rgba(51, 64, 80, 1);
    font-size: 14px;
    padding: 10px 0 5px;
  }
  .content .inner-wrapper h3 span {
    color: rgba(237, 67, 153, 1);
  }
  .content .inner-wrapper p {
    font-family: "ProximaNova-Rg";
    font-size: 15px;
  }
  .content .btn-wrapper {
    padding-top: 40px;
    text-align: center;
  }
  .content .btn-modal {
    background-color:  rgba(190, 55, 105, 1);
    color: rgba(255,255,255,1);
    margin-left: 0;
    display: inline-block;
    font-size: 11px
  }
  .content .btn-modal:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(190, 55, 105, 1);
  }
  /*Services*/
  .services {
    padding:20px 0;
    background-color: rgba(252, 252, 252, 1);
  }
  .services .service-desc {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .services .list-of-services {
    text-align: center;
  }
  .services h3 {
    font-family: "ProximaNova-Bold";
    color: rgba(51, 64, 80, 1);
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 0;
  }
  .services p {
    font-family: "ProximaNova-Light";
    color: rgba(169, 169, 169, 1);
    font-size: 16px;
    padding-bottom: 30px;
    text-align: center;
  }
  .services .btn-modal {
    background-color:  rgba(190, 55, 105, 1);
    color: rgba(255,255,255,1);
    margin-left: 0;
    margin: 0 auto;
    display: block;
    display: inline-block;
  }
  .services .btn-modal:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(190, 55, 105, 1);
  }
  .services .list-of-services h4,
  .services .list-of-services img {
    display: inline-block;
    vertical-align: middle;
  }
  .services .list-of-services h4 {
    font-family: "ProximaNova-Bold";
    color: rgba(51, 64, 80, 1);
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 15px;
  }
  .services .list-of-services p {
    font-size: 14px;
  }
  .services .list-of-services .readmore {
    color: rgba(255, 96, 0, 1);
    font-size: 14px;
  }
  .main-services {
    padding: 50px 0;
  }
  .main-services .inner {
    padding: 20px 10px;
  }
  .main-services .inner h4 {
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
  .main-services .inner p {
    text-align: center;
  }
  .main-services .inner h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    height: 3px;
    margin: auto;
    background-color: rgba(190, 55, 105, 1);
  }
  * {
    outline: none;
  }
  .main-services .serv-details {
    padding: 23px 0;
  }
  .main-services .inner img {
    border: 3px solid rgba(0, 0, 0, 0);
  }
  .main-services .inner img:hover {
    border: 3px solid rgba(190, 55, 105, 1);
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  .main-services .readmore {
    color: rgba(255, 96, 0, 1);
  }
  .main-services .readmore:hover {
    color: rgba(190, 55, 105, 1);
  }
  /*testimonials*/
  .home.page-id-5 .testimonials {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .page-template-default .testimonials {
    padding: 20px 0 0;
    background-color: rgba(252, 252, 252, 1);
  }
  .page-template-default .cs-slider li p {
    font-family: "ProximaNova-Light";
    padding-bottom: 0;
    text-align: center;
  }
  .testimonials .list-of-testi {
    position: relative;
    width: 100%;
  /*max-width: 885px;*/
    margin: 0 auto;
	color: rgba(169, 169, 169, 1);
	font-size: 17px;
  }
  .testimonials h4 {
    font-family: "ProximaNova-Bold";
    color: rgba(51, 64, 80, 1);
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 35px;
  }
  .home.page-id-5 .testimonials li p {
    font-family: "ProximaNova-Rg";
    text-align: center;
    font-size: 16px;
    color: rgba(113, 113, 113, 1);
    padding-bottom: 55px;
  }
  .testimonials .fa {
    color: rgba(209, 209, 209, 1);
    font-size: 20px;
  }
  .testimonials .fa-quote-left,
  .testimonials .fa-quote-right {
    position: absolute;
    top: 50px;
    margin: auto;
  }
  .testimonials .fa-quote-left {
    left: -20px;
  }
  .testimonials .fa-quote-right {
    right: -20px;
  }
/*  .testimonials .thumb-wrapper {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: rgba(247, 247, 247, 1);
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }*/
  .testimonials .thumb-wrapper {
    height: 75px;
    width: 150px;
    background-color: rgba(247, 247, 247, 1);
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .testimonials ul li {
    vertical-align: top;
  }
  .home.page-id-5 .testimonials .user-details h4 {
    font-family: "ProximaNova-Bold";
    color:rgba(29, 45, 56, 1);
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .home.page-id-5 .testimonials .user-details p {
    font-family: "ProximaNova-Rg";
    font-size: 17px;
    color:rgba(29, 45, 56, 1);
    padding-bottom: 0;
  }
  /*Partners*/
  .home.page-id-5 .partners {
    padding: 45px 0;
    background-color: rgba(252, 252, 252, 1);
  }
  .partners .award-slides {
    position: relative;
  }
  .partners ul li img {
    margin: 0 auto;
  }
  .award-slides .cs-slider li {
    width: 100%;
    /*padding: 30px 15px;*/
  }
  .partners .award-slides .fa-angle-left,
  .partners .award-slides .fa-angle-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    font-size: 40px;
    cursor: pointer;
    color: rgba(204, 204, 204, 1);
  }
  .partners .award-slides .fa-angle-left {
    left: -25px;
  }
  .partners .award-slides .fa-angle-right {
    right: -25px;
  }
  .partners .cs-slider .caroufredsel_wrapper {
    margin-bottom: 0 !important;
  }
  .partners .cs-slider {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
  }
  .page-template-default .partners,
  .page-template .partners {
    padding: 45px 0;
    background-color: rgba(255,255,255,1);
  }
  /*featured Page Content*/
  .content.page {
    background-color: rgba(249, 249, 249, 1);
  }
  .content a {
    color: rgba(190, 55, 105, 1);
	font-size: 17px;
  }  .content h3 a {	  font-size: 24px;  }  .content h6 a {	 font-size: 12px;      font-family: "ProximaNova-Bold";  }
  .content a:hover {
    color: #8CC700;
  }
  .content h3 {
    color: rgba(190, 55, 105, 1);
	font-weight: bold;
  }
  .featured-content .btn-wrapper .btn-modal {
    background-color:  rgba(190, 55, 105, 1);
    color: rgba(255,255,255,1);
    margin-left: 0;
    display: inline-block;
    font-size: 11px
  }
  .featured-content .btn-wrapper .btn-modal:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(190, 55, 105, 1);
  }
  .featured-content .featured-wrapper {
    width: 100%;
    max-width: 745px;
  }
  .featured-content .featured-wrapper h3 {
    font-family: "ProximaNova-Bold";
    width: 100%;
    max-width: 540px;
    padding-bottom: 18px;
    color: rgba(51, 64, 80, 1);
    font-size: 20px;
    text-align: center;
  }
  .featured-content .featured-wrapper p {
    font-family: "ProximaNova-Light";
    color: rgba(169, 169, 169, 1);
    font-size: 17px;
    padding-bottom: 18px;;
    text-align: center;
  }
  .featured-content .container-fluid {
    max-width: 1600px;
  }
  /*Contact*/
  .contact-us {
    padding: 20px 0;
    background-image: url('images/pattern.jpg');
    background-repeat: repeat;
  }
  .contact-us h4 {
    font-family: "ProximaNova-Bold";
    color:rgba(255, 255, 255, 1);
    font-size: 40px;
    width: 100%;
    max-width: 350px;
  }
  .contact-us a {
    font-family: 'ProximaNova-Semibold';
    font-size: 11px;
  }
  .contact-us a:hover {
    color: rgba(255, 150, 0, 1);
  }
  .contact-us input {
    width: 100%;
  }
  .contact-us input,
  .contact-us textarea {
    border:none;
    box-shadow: none;
    border-radius: 2px;
    padding:10px;
  }
  .contact-us textarea {
    height: 90px;
    width: 100%;
  }
  .contact-us .gform_fields {
    position: relative;
    list-style: none;
    padding: 20px;
  }
  .contact-us .gfield {
    position: relative;
    width: 100%;
    clear: left;
  }
  .contact-us .gfield_label {
    display: block;
    margin-bottom: 10px;
  }
  .contact-us .gfield:nth-last-child(2) {
    right: 0px;
  }
  .contact-us .gform_footer {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .contact-us .gform_button {
    font-family: "ProximaNova-Bold";
    background-color: rgba(255, 150, 0, 1);
    color: rgba(255,255,255,1);
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px 0;
  }
  .gform_ajax_spinner {
    display: none;
  }
  /* FOOTER */
  .footer {
    background-color: #202b37;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .footer .footer-menu a {
    font-size: 14px;
  }
  .footer img {
    margin: 0 auto 20px;
  }
  .footer ul {
    text-align: center;
  }
  .footer .footer-menu {
    text-transform: uppercase;
  }
  .footer .copyright {
    font-family: 'ProximaNova-Semibold';
    color: #576574;
    font-size: 12px;
  }
  .a-footer {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .a-footer p {
    font-size: 10px;
    color: #8d8d8d;
    font-family: 'ProximaNova-Light';
    margin: 0;
  }
  .a-footer p a {
    color: #8d8d8d;
    font-weight: bold;
  }
  .a-footer p a:hover {
    color: #202b37;
  }
  /* FEEDS */
  .newsfeed {
    padding: 30px 0;
  }
  .newsfeed h2 {
    color: rgba(51, 64, 80, 1);
  }
  .newsfeed ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .newsfeed ul li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 10px;
  }
  .newsfeed ul li a {
    color: #FF6000;
    font-size: 17px;
  }
  .newsfeed ul li a:hover {
    color: rgba(190, 55, 105, 1);
  }
  /* CONTACT US PAGE */
  .content h2 {
    margin-bottom: 0;
  }
  .content #gform_wrapper_1 {
    position: relative;
  }
  .content #gform_wrapper_1 ul.gform_fields {
    padding: 0;
    margin: 20px;
    list-style: none;
  }
  .content #gform_wrapper_1 ul.gform_fields li {
    width: 48%;
  }
  .content #gform_wrapper_1 ul.gform_fields li:last-child {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .content #gform_wrapper_1 ul.gform_fields li:last-child textarea {
    width: 100%;
    height: 94px;
    resize: none;
    font-size: 13px;
    border: 1px solid #A9A9A9;
    font-family: inherit;
    padding: 8px 5px;
  }
  .content #gform_wrapper_1 ul.gform_fields li input[type=text] {
    width: 100%;
    padding: 0 5px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #A9A9A9;
    font-family: inherit;
  }
  .content #gform_wrapper_1 .gform_footer {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 48%;
  }
  .content #gform_wrapper_1 .gform_footer input[type=submit] {
    width: 100%;
    height: 35px;
    background-color: rgba(255, 150, 0, 1);
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mcgrath {
	text-align: center;
	color: #fff;
	height: 72px;
	line-height: 72px;
	background-position: left center;
	background-size: 120px 72px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 5px auto;
	text-indent: 130px;
	font-size: 17px;
  }
  .two {
    position:relative;
    padding:35px 0 55px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-attachment: fixed;*/
  }
  .two:after {
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    background-color:rgba(255,255,255,0.5);
  }
  .two .two-content {
    /*padding-top:65px;*/
    padding:0;
  }
  .two .two-content,
  .two .video-content,
  .two .box {
    position: relative;
    z-index: 1;
  }
  .two .two-content h2 {
    font-family: 'ProximaNova-Light';
/*    font-size:38px;
    line-height: 47px;*/
    font-size: 18px;
    line-height: 30px;
    color:rgba(42, 42, 42, 1);
    text-transform: initial;
  }
  .two .two-content h2 .bold {
    font-family: 'ProximaNova-Bold';
  }
  .border-pink {
    font-family: 'ProximaNova-Bold';
    display: inline-block;
    border-radius: 3px;
    line-height: 40px;
    border:1px solid rgba(190, 55, 105, 1);
    padding:0 20px;
    color:rgba(190, 55, 105, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:12px;
    margin-bottom:10px;
  }
  .border-pink:hover {
    border:1px solid rgba(190, 55, 105, 1);
    background-color:rgba(190, 55, 105, 1);
    color:rgba(255,255,255,1);
  }
  .bg-pink {
    font-family: 'ProximaNova-Bold';
    display: inline-block;
    border-radius: 3px;
    line-height: 40px;
    border:1px solid rgba(190, 55, 105, 1);
    background-color:rgba(190, 55, 105, 1);
    color:rgba(255,255,255,1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:12px;
    padding:0 20px;
    margin-bottom:10px;
  }
  .bg-pink:hover {
    border:1px solid rgba(190, 55, 105, 1);
    background-color:rgba(0,0,0,0);
    color:rgba(190, 55, 105, 1);
  }
  .two .bg-pink:hover {
    color:rgba(190, 55, 105, 1);
  }
  .two .video-content a {
    position: relative;
    display: inline-block;
  }
  .two .video-content a:after {
    position: absolute;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,0.7);
    margin:auto;
    cursor:pointer;
  }
  .two .video-content .fa {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    font-size:45px;
    height:45px;
    width:45px;
    color:rgba(255,255,255,1);
    z-index: 1;
  }
  .two .box {
    position:relative;
    padding:115px 0;
    /*margin-top:70px;*/
    margin-top:20px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .two .box:after {
    position: absolute;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
    margin:auto;
  }
  .two .box:before {
    position: absolute;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    border:1px solid rgba(255,255,255,1);
    background-color:rgba(0,0,0,0);
    margin:auto;
    width:95%;
    height: 95%;
    z-index: 1;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .two a:hover {
    color:rgba(255,255,255,1);
  }
  .two a:hover .box:after {
    background-color:rgba(0,0,0,0);
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .two a:hover .box:before {
    border:5px solid rgba(255,255,255,1);
    width:100%;
    height: 100%;
    -webkit-transition: all .3s ease-in;
       -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
         -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
  }
  .two .box .box-content  {
    position: relative;
    z-index: 1;
  }
  .two .box h3 {
    font-family: 'ProximaNova-Bold';
    text-align:center;
    text-transform: uppercase;
  }
  .four {
    /*padding:127px 0 138px;*/
    padding:50px 0;
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
  }
  .four:after {
    position: absolute;
    content:"";
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,0.6);
    margin:auto;
  }
  .four .four-content,
  .four .buttons {
    position: relative;
    z-index: 1;
  }
  .four .four-content h2 {
    font-family: 'ProximaNova-Bold';
    color: rgba(255,255,255,1);
    /*font-size:49px;*/
    font-size:26px;
    padding:0;
    margin:0;
  }
  .four .four-content h3 {
    font-family: 'ProximaNova-Light';
    color: rgba(255,255,255,1);
    /*font-size:30px;*/
    font-size:24px;
    padding:35px 0;
  }
  .four .four-content h3 .bold {
    font-family: 'ProximaNova-Bold';
  }
  .four .four-content p {
    font-size:17px;
    color:rgba(255,255,255,1);
    margin:0;
    padding:0;
    line-height: 24px;
    font-family: "ProximaNova-Light",ProximaNova-Rg;
  }
  .four .buttons ul {
    padding-left: 0;
    padding-top:20px;
  }
  .four .buttons a {
    position: relative;
    display: inline-block;
    line-height: 68px;
    height: 68px;
    padding:0 20px;
    font-family: 'ProximaNova-Bold';
    /*font-size:20px;*/
    font-size:15px;
    max-width: 468px;
    width:100%;
    z-index: 1;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .four .buttons a:after {
    position: absolute;
    content:"\f054";
    font-family: "fontawesome";
    top:0;
    right:10px;
    bottom:0;
    margin:auto;
    font-size:19px;
    width:19px;
    line-height: 19px;
    height: 19px;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .four .buttons a:before {
    position: absolute;
    content:"";
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    font-size:19px;
    width:0%;
    background-color:rgba(255,255,255,0.1);
    z-index:-1;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .four .buttons a:hover,
  .four .buttons a:hover:before {
    color:rgba(255,255,255,1);
    width: 100%;
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .four .buttons ul li {
    padding-bottom:10px;
  }
  .four .buttons a .fa {
    padding-right: 13px;
  }
  /** Section five
    ===================================== */
  .five {
    padding:30px 0;
    background-color:rgba(255,255,255,1);
  }
  .five h2 {
    /*font-size:39px;*/
    font-size:26px;
    font-family: 'ProximaNova-Bold';
    color:rgba(42, 42, 42, 1);
    text-align: center;
  }
  .five h2 span {
    color:rgba(177, 42, 92, 1);
  }
  .five .table-layout {
    position: relative;
    display:table;
    width:100%;
    table-layout: fixed;
  }
  .five .table-layout > .item {
    position: relative;
    display: block;
    width: 100%;
    padding:28px 15px 0;
  }
  .five .table-layout > .item > .step-circle {
    position:relative;
    /*max-width:261px;*/
    max-width: 160px;
    width:100%;
    /*height: 261px;*/
    height: 160px;
    margin:0 auto;

  }
  .five .table-layout > .item > .step-circle .step-front,
  .five .table-layout > .item > .step-circle .step-back  {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(212, 53, 112, 1);
    border:1px solid rgba(212, 53, 112, 1);
  }
  .five .table-layout > .item > .step-circle .step-front,
  .five .table-layout > .item > .step-circle .step-back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.6s;
            transition: transform 0.6s;
  }
  .five .table-layout > .item > .step-circle .step-front {
    background-color:rgba(212, 53, 112, 1);
  }
  .five .table-layout > .item > .step-circle .step-back {
    padding:19px 20px;
    text-align: center;
    background-color: rgba(255,255,255,1);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .five .table-layout > .item > .step-circle .step-back h2,
  .five .table-layout > .item > .step-circle .step-back p {
    font-size:16px;
    font-family: 'ProximaNova-Bold';
    margin:0;
    padding:0;
    color:rgba(0,0,0,1);
  }
  .five .table-layout > .item > .step-circle .step-back h2 {
    color:rgba(177, 42, 92, 1);
  }
  .five .table-layout > .item > .step-circle:hover .step-front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }

  .five .table-layout > .item > .step-circle:hover .step-back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .five .table-layout > .item > .step-circle .fa,
  .five .table-layout > .item > .step-circle img {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    font-size: 50px;
    height: 50px;
    max-width: 100%;
    text-align: center;
    color:rgba(255,255,255,1);
  }
  /** Section six
    ========================================== */
  .six {
    padding:70px 0;
    background-color:rgba(32, 43, 55, 1);
  }
  .six h2 {
    /*font-size:49px;*/
    font-size:26px;
    font-family: 'ProximaNova-Bold';
    color:rgba(255,255,255,1);
    text-transform: capitalize;
    padding:52px 0 39px;
    margin:0;
  }
  .six p {
    font-size:15px;
    font-family: "ProximaNova-Light",ProximaNova-Rg;
    color:rgba(255,255,255,1);
    padding:0 0 35px;
    margin:0;
  }
  .six form {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .six .gform_fields {
    text-decoration: none;
    list-style: none;
  }
  .six .gform_body,
  .six .gform_footer {
    display: block;
    width:100%;
    vertical-align: top;
  }
  .six .gform_body label {
    display: none;
  }
  .six .gform_body .gform_fields input[type="text"] {
    max-width: 410px;
    width:100%;
    border-radius: 3px;
    box-shadow: none;
    border:0 solid rgba(0,0,0,0);
    line-height: 39px;
    height: 39px;
    padding:0 15px;
  }
  .six .gform_footer .gform_button {
    box-shadow: none;
    border:2px solid rgba(0,0,0,0);
    /*line-height: 39px;*/
    border-radius: 3px;
    height: 39px;
    /*padding:15px 30px;*/
    padding: 5px 30px;
    text-transform: uppercase;
    font-size:12px;
    font-family: 'ProximaNova-Bold';
    background-color: rgba(255, 150, 0, 1);
    /*margin-left: 6px;*/
    /*margin-top:10px;*/
    color:rgba(255,255,255,1);
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .six .gform_footer .gform_button:hover {
    border:2px solid rgba(255, 150, 0, 1);
    background-color: rgba(0,0,0,0);
    color: rgba(255, 150, 0, 1);
    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
  }
  .six .gform_body .gform_fields {
    padding-left: 0;
    margin-bottom:20px;
  }
  /**  404
    ===================================== */
  .no-result {
    padding:50px 0;
  }
  .no-result h1,
  .no-result h2 {
    text-align: center;
    color:rgba(0,0,0,1);
  }
  .no-result h1 {
    text-align: center;
    color:rgba(0,0,0,1);
  }
  .no-result .not_found .btn-modal {
    border:1px solid rgba(194, 56, 108, 1);
    color:rgba(194, 56, 108, 1);
  }
  .no-result .not_found .btn-modal:hover {
    color:rgba(255,255,255,1);
    background-color: rgba(194, 56, 108, 1);
  }
  /** Thank you
   * ===================================== */
  .thank-you,
  .thank-you h3,
  .thank-you p{
    text-align: center !important;
  }

  .thank-you a.btn-modal{
    margin-top: 20px;
    color: white !important;
  }
  .thank-you h2 {
    font-family: 'ProximaNova-Bold';
    font-size:36px;
    text-align: center;
  }
  .ebook h2 {
    font-family: 'ProximaNova-Bold';
    font-size:36px;
    text-align: left;
  }
  .ebook .not_found {
    text-align: left;
  }
  .ebook .not_found .btn-modal {
    margin:20px 0 0;
    color:rgba(255,255,255,1);
    background-color: rgba(194, 56, 108, 1);
    border:1px solid rgba(194, 56, 108, 1);
    margin-bottom:20px;
  }
  .ebook .not_found .btn-modal:hover {
    border:1px solid rgba(255,255,255,1);
    background-color:rgba(0,0,0,0);
  }
  .ebook .dl-file {
    display: inline-block;
  }
  .thank-you .not_found .btn-modal {
    border:1px solid rgba(194, 56, 108, 1);
    color:rgba(194, 56, 108, 1);
  }
  .thank-you .not_found .btn-modal:hover {
    color:rgba(255,255,255,1);
    background-color: rgba(194, 56, 108, 1);
  }
  .main-ebook {
    padding:50px 0;
    background-color:rgba(32, 43, 55, 1)
  }
  /**  main
    ===================================== */
  .main {
    padding:60px 0;
  }
   .main .page-title {
    font-family: 'ProximaNova-Bold';
    font-size:36px;
   }
   .main h2,
   .main h3,
   .main h4 {
    font-family: 'ProximaNova-light';
    color:rgba(0,0,0,1);
    font-size:26px;
    color:rgba(194, 56, 108, 1);
   }
   .main .read-more {
    color:rgba(194, 56, 108, 1);
    text-decoration: underline;
    font-size:18px;
   }
  /**
    ===================================== */
  .testimonial-page .testt-list-wrapper {
    border-bottom:5px solid rgba(194, 56, 108, 1);
    padding:30px 0;
  }
  .testimonial-page .testi-title {
    color:rgba(194, 56, 108, 1);
    font-family: 'ProximaNova-Bold';
    font-size:26px;
    margin:0;
    padding:0 0 20px;
  }
  .testimonial-page .testi-excerpt p {
    font-family: 'ProximaNova-light';
    margin:0;
    padding:0;
    font-size: 16px;
  }
  .testimonial-page .testi-excerpt .not_found {
    text-align:left;
    margin-right:auto;
  }
  .testimonial-page .testi-excerpt .btn-modal {
    border:1px solid rgba(194, 56, 108, 1);
    color:rgba(194, 56, 108, 1);
    margin:15px 0;
  }
  .testimonial-page .testi-excerpt .btn-modal:hover {
    border:1px solid rgba(194, 56, 108, 1);
    background-color: rgba(194, 56, 108, 1);
    color:rgba(255,255,255,1);
    margin:15px 0;
  }
  #gallery-2 img {    border: none !important;  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* HEADER */
  .header {
    padding-top: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .header .banner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    max-height: 584px;
  }
  /*content*/
  .content h2 {
    font-size: 31px;
    text-align: left;
  }
  .content p {
    text-align: left;
  }
  .content .inner-wrapper {
    text-align: left;
  }
  /*Award Slider*/
  .award .award-slides .prev {
    left: 375px;
  }
  /*Services*/
  .services .service-desc {
    text-align: left;
  }
  .services .btn-modal {
    margin: 0;
  }
  .services .services-inner {
    border-right: 1px solid rgba(224, 224, 224, 1);
  }
  .services .list-of-services,.services p,.services h3 {
    text-align: left;
  }
  .main-services .inner img {
    border-radius: 50%;
    height: 110px;
  }
  .main-services .inner h4 {
    text-align: left;
  }
  .main-services .inner p {
    text-align: left;
  }
  .main-services .inner h4:after {
    width: 10%;
    margin: 0;
  }
  .content .btn-wrapper {
    text-align: left;
  }
  /*testimonials*/
  .home.page-id-5 .testimonials,
  .page-template-default .testimonials {
    padding: 40px 0;
  }
  .home.page-id-5 .testimonials li p {
    font-size: 17px;
  }
  .testimonials .fa {
    font-size: 30px;
  }
  /*Partners*/
  .award-slides .cs-slider li {
    padding: 10px 15px;
  }
   /*Contact*/
  .contact-us {
    padding: 50px 0;
  }
  .contact-us h4 {
    font-size: 35px;
  }
  .contact-us .gfield {
    float: left;
    width: 50%;
    padding: 0px 10px;
  }
  .contact-us .gfield:nth-last-child(2) {
    position: absolute;
    padding: 0px 10px 0px 0px;
  }
  .contact-us .gform_footer {
    position: absolute;
    width: 50%;
    padding: 0 22px 0 0;
  }
  .page-template-default .cs-slider h4 {
    letter-spacing: 2px;
    padding-bottom: 24px;
    margin: 0;
  }
  /*featured page content*/
  .featured-content .fi-wrapper img {
    margin:0 auto;
  }
  .featured-content .featured-wrapper {
    margin: 0 auto;
  }
  .featured-content .featured-wrapper h3 {
    margin: 0 auto;
    padding-top: 20px;
  }
  .featured-content .btn-wrapper {
    text-align: center;
  }
  /* FEEDS */
  .newsfeed ul li {
    width: 50%;
  }
  /** Section two
    ===================================== */
  .two .two-content h2 {
    font-size:20px;
    line-height: 37px;
  }
/** Section four
  ====================================== */
  .four {
    padding:80px 0;
  }
  .four .four-content h2 {
    font-size:34px;
  }
  .four .four-content h3 {
    font-size:28px;
  }
  .four .buttons a {
    font-size:15px;
  }
  .four .buttons ul {
    padding-left: 0;
    padding-top:0;
  }
  /** Section five
    ===================================== */
  .five {
    padding:60px 0;
  }
  .five h2 {
    font-size:39px;
  }
  .five .table-layout {
    margin-top:67px;
  }
  .five .table-layout:after {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    height: 5px;
    border-radius: 5px;
    z-index: 1;
    background: rgba(221, 221, 221, 1);
  }
  .five .table-layout > .item {
    display: table-cell;
    width:25%;
  }
  .five .table-layout > .item > .dot-nav {
    position: absolute;
    left:0;
    right:0;
    width: 12px;
    height: 12px;
    margin:auto;
    border-radius: 100%;
    background-color:rgba(177, 42, 92, 1);
    border: 3px solid rgba(221, 221, 221, 1);
    display: inline-block;
    top: -9px;
    z-index: 3;
  }
/** Section six
    ========================================== */
  .six h2 {
    /*font-size:49px;*/
    font-size:30px;
  }
  .six .gform_body,
  .six .gform_footer {
    display: table-cell;
    width:1%;
    vertical-align: top;
  }
  .six .gform_footer .gform_button {
    margin-left: 6px;
   /* margin-top:20px;*/
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* NAV */
  .header .banner .menu-wrap {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
  }
  .header .banner .site-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*padding: 10px 0;*/
    background-color: rgba(190, 55, 105, 0.8);
  }
  .head-menu .table-layout {
    width: 100%;
  }
  .head-menu .table-item ul {
    line-height: 50px;
    margin: 0;
    display: inline-block;
    margin-top: 6px;
    list-style: none;
  }
  .main-menu ul li a {
    display: block;
  }
  .main-menu li a:hover {
    color: #FFA800;
  }
  .menu-item-has-children ul.sub-menu {
    display: block;
    position: absolute;
    margin: 0;
    text-align: left;
    width: 270px;
  }
  .sub-menu li > .sub-menu {
    left: 100%;
    top: 0;
  }
  .menu-item-has-children ul.sub-menu li a {
    line-height: 22px;
    padding:15px 0;
  }
  .menu-item-has-children ul.sub-menu > li {
    padding: 20px 5px;
    border-top: 1px solid rgba(255,255,255,1);
    background-color: #BE3769;
  }
  .menu-item-has-children > ul.sub-menu {
    display: none !important;
  }
  .menu-item-has-children:hover > ul.sub-menu {
    position: absolute;
    padding:23px  0 0;
    display: block !important;
  }
  ul.sub-menu > li:hover > .sub-menu {
    padding-top:0;
  }
  .menu-item-has-children ul.sub-menu a:hover {
    color: #FFA800;
  }

  .head-menu .table-layout > .table-item:nth-child(2) {
    text-align: right;
  }
  .head-menu ul li a {
    font-size: 14px;
  }
  .head-menu .desktop-logo img {
    max-width: 140px;
  }
  .head-menu .header-menu button {
    margin: 0;
  }
  /* Search */
  .site-header .menu-wrapper ul {
    margin:0;
    padding:0;
    text-align: right;
    margin-left: auto;
  }
  .site-header .head-banner {
    z-index: 1;
  }
  .site-header .menu-wrapper ul > li {
    /*position: relative;*/
    vertical-align: middle;
    text-align: left;
  }
  .site-header .form-wrapper {
    position: absolute;
    /*top:20px;*/
    top: -5px;
    bottom:0;
    right:150px;
    margin:auto;
    max-width: 260px;
    width:100%;
    height: 40px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .site-header .sub-menu {
    padding-top:25px;
  }
  .searchbox{
    position:relative;
    min-width:25px;
    width:0%;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 7;
  }
  .searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    background:rgba(0,0,0,0);
    max-width: 250px;
    width:100%;
    margin:0;
    padding:10px;
    font-size:14px;
    border-radius: 5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .searchbox-input::-webkit-input-placeholder {
    color:rgba(0,0,0,0);
    display: none;
  }
  .searchbox-input:-moz-placeholder {
    color:rgba(0,0,0,0);
    display: none;
  }
  .searchbox-input::-moz-placeholder {
    color:rgba(0,0,0,0);
    display: none;
  }
  .searchbox-input:-ms-input-placeholder {
    color:rgba(0,0,0,0);
    display: none;
  }
  .fa.searchbox-icon {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    padding:0;
    margin:auto;
    border:0;
    outline:0;
    cursor:pointer;
    height: 23px;
    width: 23px;
    font-size:23px;
    line-height: 23px;
    color:rgba(255,255,255,1);
  }
  .searchbox-open .searchbox-icon {
    color:rgba(0,0,0,0.8);
  }
  .searchbox-open {
    width:100%;
    background-color:rgba(255,255,255,1);
    color:rgba(0,0,0,0.8);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  h2 {
    font-size: 21px;
    margin-bottom: 26px;
  }
  .container {
    max-width: 1164px;
  }
  /* HEADER */
  .header .banner {
    padding-top: 181px;
    padding-bottom: 137px;
    max-height: 584px;
  }
  .head-menu .desktop-logo img {
    max-width: 100%;
  }
  .header .banner {
    text-align: left;
  }
  .head-menu ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
 /*Award Slider*/
  .award {
    padding: 35px 0;
  }
  .award .award-slides {
    padding: 0 0;
  }
  .award .award-slides p {
    top: 0;
    bottom: 0;
    left: 0;
  }
  .award .award-slides p br {
    display: block;
  }
  .award .award-slides .prev,
  .award .award-slides .next {
    top: 0;
    bottom: 0;
    height: 30px;
    font-size: 30px;
  }
  .award .award-slides .prev {
    left: 60px;
  }
  .award .award-slides .next {
    right: 70px
  }
  /*content*/
  .content .pink-pig {
    margin:0;
    padding-bottom: 0 ;
  }
  /*Services*/
  .services {
    padding: 90px 0px 40px;
  }
  .services .service-desc {
    padding-bottom: 0;
  }
  .services h3 {
    font-size: 50px;
  }
  .services p {
    font-size: 21px;
  }
  .main-services .inner img {
    height: 150px;
  }
  /*testimonials*/
  .home.page-id-5 .testimonials,
  .page-template-default .testimonials {
    padding: 72px  0;
  }
  .home.page-id-5 .testimonials li p {
    font-size: 17px;
  }
  .testimonials .fa {
    font-size: 40px;
  }
 /*Contact*/
  .contact-us {
    padding: 87px 0;
  }
  .contact-us h4 {
   font-size: 46px;
  }
  .contact-us a {
    font-size: 14px;
  }
  /*featured page content*/
  .featured-content {
    padding:75px 0;
  }
  .featured-content .fi-wrapper {
    margin-left: -15px;
  }
  .featured-content .fi-wrapper img {
    margin:0;
  }
  .featured-content .featured-wrapper {
    margin: 0;
  }
  .featured-content .featured-wrapper h3 {
    margin: 0;
    text-align: left;
    padding-top: 0;
  }
  .featured-content .featured-wrapper p {
    text-align: left;
  }
  .featured-content .btn-wrapper {
    text-align: left;
  }
  /** Section two
    ===================================== */
  .two .two-content {
    padding-top:10px;
  }
  .two .two-content h2 {
    font-size:30px;
    line-height: 40px;
  }
  .two .box {
    margin-top:70px;
  }
  /** Section four
    ====================================== */
  .four {
    padding:100px 0;
  }
  .four .four-content h2 {
    font-size:49px;
  }
  .four .four-content h3 {
    font-size:30px;
  }
  .four .buttons a {
    font-size:20px;
  }
  /** Section five
    ===================================== */
  .five {
    padding:105px 0;
  }
  .five .table-layout > .item > .step-circle {
    max-width: 200px;
    height: 200px;
  }
  .five .table-layout > .item > .step-circle .step-back {
    padding:30px 20px;
  }
  .five .table-layout > .item > .step-circle .step-back h2,
  .five .table-layout > .item > .step-circle .step-back p {
    font-size:16px;
  }
  .five .table-layout > .item > .step-circle .step-back h2 {
    padding-bottom:20px;
  }
  .five .table-layout > .item > .step-circle .fa,
  .five .table-layout > .item > .step-circle img {
    font-size: 95px;
    height: 95px;
  }
  /** Section six
    ========================================== */
  .six h2 {
    font-size:49px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /*Site Header*/
  .site-header .main-menu .menu-item {
    padding:0 10px;
  }
  .site-header .main-menu .menu-item a {
    font-size:15px;
  }
  .site-header .main-menu .cs-search {
    padding:0;
  }
  .site-header .form-wrapper {
    right:156px;
  }
 .award .award-slides .prev,
  .award .award-slides .next {
    height: 40px;
    font-size: 40px;
  }
  .award .award-slides .prev {
    left: 80px;
  }
  .award .award-slides .next {
    right: 80px
  }
  /*Contact*/
  .contact-us h4 {
   font-size: 54px;
  }
    /*featured page content*/
  .featured-content .featured-wrapper h3 {
    padding-top: 21px;
    font-size: 31px;
  }
  /* FEEDS */
  .newsfeed ul li {
    width: 33%;
  }
  /** Section two
    ===================================== */
  .two .two-content h2 {
    font-size:36px;
    line-height: 42px;		letter-spacing: -1px;
  }
  /** Section four
    ====================================== */
  .four {
    padding:127px 0 138px;
  }
  /** Section five
    ===================================== */
  .five .table-layout > .item > .step-circle {
    max-width:261px;
    height: 261px;
  }
  .five .table-layout > .item > .step-circle .step-back {
    padding:60px 20px;
  }
  .five .table-layout > .item > .step-circle .step-back h2,
  .five .table-layout > .item > .step-circle .step-back p {
    font-size: 20px;
  }
}
  .back-top {
      width: 50px;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.27);
      border: 2px solid #FFF;
      color: #FFF;
      position: fixed;
      bottom: 1%;
      right: 1%;
      font-size: 37px;
      line-height: 0;
      padding: 0 4px;
      cursor: pointer;
      display: block;
      opacity: .9;
  }
  /* iframe styling */
  #smartdiv {
  	width: 100%;
  	height: 1750px;
  	overflow: hidden;
  }
  #smartiframe {
  	margin-top: -580px;
  	border: none;
  }
  .loadinggif {
    background: url('./images/ajax-loader.gif') no-repeat 245px center;
  }
@media screen and (min-width: 768px){
	#smartdiv {
		height: 1550px;
	}
	#smartiframe {
		margin-top: -540px;
	}
}
@media screen and (min-width: 1200px){
	#smartdiv {
		height: 1200px;
	}
	#smartiframe {
		margin-top: -750px;
	}
}
/** Newsletter Modal
 * ========================================= */
  #NewsLetter .modal-header {
    background-image:url('./images/pattern-wave.png');
    background-repeat: repeat;
    background-size: cover;
  }
  #NewsLetter h2 {
    font-family: 'ProximaNova-Bold';
    color:rgba(255,255,255,1);
    font-size:26px;
    padding:0;
    margin:0;
  }
  #NewsLetter .modal-content {
    margin-top:50px;
  }
  #NewsLetter .gform_body .gform_fields {
    padding-left: 0;
    list-style: none;
  }
  #NewsLetter .gform_body .gform_fields input {
    width:100%;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: none;
    padding:0 15px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
  }
  #NewsLetter .gform_footer {
    text-align: center;
  }
  #NewsLetter #gform_submit_button_4 {
    display: inline-block;
    white-space: nowrap;
    max-width: 160px;
    width:100%;
    border:0 solid rgba(0,0,0,0);
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin:0 auto;
    background-color: rgba(212, 53, 112, 1);
    color:rgba(255,255,255,1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  #NewsLetter #gform_submit_button_4:hover {
    border:1px solid rgba(212, 53, 112, 1);
    background-color: rgba(0,0,0,0);
    color:rgba(212, 53, 112, 1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  #NewsLetter .gfield_description.validation_message {
    top: 12px;
  }
  #gform_3 .gfield_description.validation_message {
    top:-8px;
  }


  /*hide honeypot*/
  .gform_wrapper .gform_body ul li:last-child{
    display: none;
  }

  /*content page*/
  .content h3{
    text-align: center;
  }
  .featured-content .btn-wrapper{
    text-align: center;
  }

  @media (min-width: 768px){
    .content h3{
      text-align: left;
    }
  }

  @media (min-width: 992px){
    .featured-content .btn-wrapper{
      text-align: left;
    }
  }

  /*Gian Update*/

  @media screen {
    .blog-content {
      padding:30px 0;
    }
    .blog-content h2{
      margin-bottom: 10px;
    }
    .blog-content h2 a{
      font-size:26px;
      color:#C3396D;
    }

    .blog-content .featured-image {
      margin-bottom: 30px;
    }

    .blog-content .inner-content {
      max-width: 400px;
      margin: 0 auto;
    }

    .blog-content .featured-image img {
      margin:0 auto;
    }

    .blog-content .blog-item {
      margin-bottom: 30px;
    }

    .blog-content .blog-item article {
      margin-bottom:10px;
      font-family: "ProximaNova-Light";
      color: #333;
      font-size: 17px;
    }

    .blog-content .blog-item p {
      font-family: "ProximaNova-Light";
      color: #333;
      font-size: 17px;
    }

    .blog-content .action .btn{
      background-color: #C3396D;
      border-radius:0;
      border:2px solid #C3396D;
    }
    .blog-content .action .btn:hover{
      background-color: transparent;
      color:#C3396D;
    }
    .blog-content .pagination {
      color:#C3396D;
      float:right;
      font-size:16px;
      float:right;
    }
    .blog-content .pagination a{
       color:#888;           
    }
    .post-nav  {
      color:#888;
    }
    .post-nav a{
      background-color: #C3396D;
      border-radius:0;
      border:2px solid #C3396D;        
      color:#FFF;
      padding: 5px 5px;
    }
    .post-nav a:hover{
      background-color: transparent;
      color:#C3396D;
    }
    .post-nav a:focus {
      
    }
    .post-nav .screen-reader-text {
      display: none;
    }

    .post-nav .nav-links div {
      display: inline-block;
    }
    .post-nav .nav-links .nav-previous {
      float:left;
    }
    .post-nav .nav-links .nav-next {
      float:right;
    }

    .category-list {
      margin-bottom: 10px;
      display: inline-block;
    }
  
    .category-list .cat-item {
      display: inline-block;
      color:#C3396D;
    }

    .category-list .cat-item a{
      color:#C3396D;
      display: inline-block;
      font-family: "ProximaNova-Light";
      color: #333;
      font-size: 12px;
    }



  }

  @media (min-width:768px){
    .blog-content .inner-content {
      max-width: 100%;
      margin: 0 auto;
    }

  }