@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe|Open+Sans:300,400,700,800|Playfair+Display');

.cr-list li {display: inline-block;margin-right: 10px;}

.cr-list li a {
    font-size: 16px;
    color: #e65b1d;
}
.socials-list li {
    display: inline-block;
    margin-right: 20px;
}
section.our-banner.inner-banner img {
    width: 100%;
}
footer ul.socials-list li a {
    font-size: 18px;
}

footer ul.socials-list li a i.fa {
    color: #fff;
}

h5.sochead {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pf-web-col i {
    width: 22% !important;
    overflow: hidden;
    border-radius: 17px;
    padding: 5px;
    margin: 0 !important;
}

.pf-web-col i img {
    width: auto !important;
    border: #ececec 3px solid;
}

section.services-list a {
    margin: 0 8px 0 0;
}
section.banner.inner-banner {
    height: 290px;
    padding-bottom: 43px;
    padding-top: 113px;
}
a:focus, a{outline: none;}
section.banner.inner-banner h2 {
    font-size: 40px !important;
    margin-bottom: 0;
}
.form-messages.success {
    background: green;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 9px 16px;
    margin-top: 11px;
    text-align: center;
    border-radius: 72px;
}
body{
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoonc9f5.eot?45kvjd');
  src:  url('../fonts/icomoonc9f5.eot?45kvjd#iefix') format('embedded-opentype'),
    url('../fonts/icomoonc9f5.ttf?45kvjd') format('truetype'),
    url('../fonts/icomoonc9f5.woff?45kvjd') format('woff'),
    url('../fonts/icomoonc9f5.svg?45kvjd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-email:before {
  content: "\e902";
}
.icon-icon-phone:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
section.banner {text-align: center;background: url(../images/home-banner.jpg);display: -webkit-flex;display: inline-flex;-webkit-flex-direction: column;flex-direction: column;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;height: 100vh;width: 100%;font-family: 'Lato', sans-serif;font-size: 16px;color: #fff;line-height: 26px;background-size: cover;}
.logodiv {
    position: absolute;
    z-index: 9;
    top: 17px;
    overflow: hidden;
}
header {position: absolute;width: 100%;padding: 0 0 !important;z-index: 2;}
header .container {
    position: relative;
}
header ul.nav.navbar-nav li a {font-size: 12px;font-weight: 600;}
header ul.nav.navbar-nav {text-align: left;margin-top: 41px;margin-left: 38px;margin-right: 120px;}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li span {
  position: relative;
  display: block;
  cursor: pointer;
}
  header ul.nav.navbar-nav>li>a {
    padding: 0px 12px;
    border-bottom: 2px solid transparent;
    outline: none !important;
}
div#navbar {text-align: right;}
section.banner h2 {font-size: 127px;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 700;margin-bottom: 40px;margin-top: 120px;line-height: 87px;letter-spacing: -8px;margin-bottom: 0;}
section.banner a {display: block;margin: 20px 0;color: #fff;position: relative;width: 200px;margin: 40px auto;font-family: 'Poppins', sans-serif;font-weight: 500;padding: 12px 20px;border-radius: 5px;}
section.banner a i {background: #f7ce0f;padding: 9px;color: #000;border-radius: 100px;height: 43px;width: 43px;font-size: 22px;margin-left: 10px;}
header ul.nav.navbar-nav li a:hover ul.submenu {
    display: block;
}
ul.submenu {
    display: none;
    width: 216px;
    position: absolute;
    left: 0;
    background: #ffffff;
    box-shadow: #00000080 0px 63px 20px;
    text-align: left;
    padding-bottom: 5px;
    top: 16px;
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
    padding-top: 0;
}
header ul.nav.navbar-nav li:hover ul.submenu {
    display: block;
}
header ul li a {
    padding: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
section.banner h2 span {
    color: #f6c920;
}
section.banner h3 {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
}
a.grad-btn {
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}
ul.submenu li {
    padding: 0;
    display: block;
    border-bottom: #e6e4e4 1px solid;
}
header ul.nav.navbar-nav li a:hover, header ul.nav.navbar-nav li a.active {
    border-bottom: 0px solid transparent  !important;
}
header ul.nav.navbar-nav li a:hover {
    color: #fff;
    position: relative;
}
section.faq {
    padding: 25px 0;
    color: #848894;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1px solid #eeeeee;
}
section.faq h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
}
section.faq h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #282828;
    margin-bottom: 10px;
}
section.faq select {
    padding: 9px 100px 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}
section.faq p {
    margin-bottom: 0;
}
section.faq {}
section.ab-home {
    padding: 70px 0 30px;
    text-align: center;
    color: #848894;
    font-size: 18px;
}
section.ab-home h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
section.ab-home p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}
.popupform ul li{text-align: center;position:relative;width:100%;margin:8px 0px;display:inline-block;}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea{background:#ffffff;border:#dedede 2px solid;padding:10px 10px 10px 34px;width:100%;border-radius:6px;font-size:14px;color:#000;box-shadow:none !important;outline:none 0px !important;}
.popupform ul li i{position:absolute;top:15px;left:14px;color: #de443a;}
.popupform ul li textarea{height:161px;}
.popupform ul li.last{text-align:center;}
.popupform ul li input[type="submit"]{background: #de443a;color:#fff;font-size:18px;border: #de443a 1px solid;text-transform:uppercase;font-weight:600;padding: 9px 10px;letter-spacing:1px;outline:0px none;border-radius: 50px;width: 195px;}
.popupform ul li input[type="submit"]:hover{background: #ce3c33;}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus{border:#b9bbbd 2px solid !important;}
.popupform{width: 450px;border-radius:23px;padding:31px 67px 31px 31px;overflow:visible;border-bottom:#0467ff 5px solid;border: 9px solid #000;}
.popupform h2{font-size:28px;color: #de443a;font-weight: 700;padding-left:15px;border-left: #de443a 6px solid;margin-bottom:12px;line-height:35px;margin-top: 0;}
.popupform h2+p{line-height:19px;font-size:14px;margin-bottom:12px;}
.popupform .fancybox-close-small{border: #de443a 3px solid;background:#fff;border-radius:72px;text-align:center;box-shadow:#000 0 0 10px;right: -14px;top: -13px;overflow: visible;}
.popupform .fancybox-close-small:after{color: #de443a;font-size:25px;right:4px;}
.popupform ul {
    margin: 0;
}
input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
.sub-heading {
    color: #f7ce0f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 15px;
}
.thankyou-banner h1 {
    font-size:  46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
}
.thankyou-banner h1 span {
    display:  block;
    font-family:  georgia;
    font-style:  italic;
}
.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}
a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
i.bulb-icon {
    background: url(../images/logo-icon.html) no-repeat;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -108px;
    left: -60px;
    z-index: -1;
}
section.packages {
    padding: 50px 0 100px;
    /* background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); */
    font-size: 14px;
    color: #848894;
    line-height: 23px;
}
section.packages h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
section.packages h2 a.grad-btn {
    color: #fff;
}
section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
section.packages p {
    margin: 0 auto 20px;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}
section.packages a.border-btn {
        font-weight: 600;
        padding: 8px 30px;
        display: inline-block;
        border: 2px solid #e65a38;
        border-radius: 5px;
        text-transform: uppercase;
        color: #000 !important;
        margin: 0 0 0 6px;
    }
a {}
section.packages .col-md-4 {
    margin: 51px -4px 0;
    float: none;
    display: inline-block;
    text-align: center;
}
section.packages [class^="col-md-4"]>div {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
section.packages [class^="col-md-4"]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
    line-height: 22px;
}
section.packages [class^="col-md-4"]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}
section.packages [class^="col-md-4"]>div .pricebox, .cs-wb-pkg-show .pricebox {
    position: relative;
        text-align: left;
}
section.packages [class^="col-md-4"]>div .pricebox sup, .cs-wb-pkg-show .pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #dd342f;
}
section.packages [class^="col-md-4"]>div .pricebox h3, .cs-wb-pkg-show .pricebox h3 {
    display: inline-block;
    font-size: 55px;
    margin: 0;
    font-weight: 700;
    color: #dd342f;
}
section.packages [class^="col-md-4"]>div .pricebox strike, .cs-wb-pkg-show .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
    left: 7px;
}
section.packages [class^="col-md-4"]>div .pricebox span, .cs-wb-pkg-show .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}

section.packages [class^="col-md-4"]>div ul li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}
section.packages [class^="col-md-4"]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
}
section.packages [class^="col-md-4"]>div ul {
    margin-bottom: 0px;
    margin-top: 5px;
}
 p.addontag {
    font-size: 12px;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    font-weight: 700;
    margin: 7px 0;
}
 p.addontag strong {
    color: #db0000;
}
section.packages [class^="col-md-4"]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px;
}
section.packages [class^="col-md-4"]>div h2+p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 0 0 9px;
}
section.packages [class^="col-md-4"]>div:hover {
    border: 2px solid #d22a43 !important;
    border-radius: 14px;
    box-sizing: border-box;
    box-shadow: #dadada 0 0 20px;
}
/*
 *  STYLE 14
 */
.style-14::-webkit-scrollbar-track
{

    background-color: #e8e8e8;
}
.style-14::-webkit-scrollbar
{
    width: 5px;
    background-color: #d5363f;
}
.style-14::-webkit-scrollbar-thumb
{
    background-color: #d5363f;
}
.scrollbar
{
    margin-left: 0px;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden;
}
.force-overflow
{
    min-height: 450px;
}
section.br-sol {
    background: url(../images/br-sol-bg.png);
    color: #fff;
    padding: 50px 0;
    position: relative;
    background-size: cover;
}
section.br-sol .col-md-7 h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin: 50px 0 20px;
}
section.br-sol .col-md-7 h2+p {
    font-size: 16px;
    line-height: 26px;
}
section.br-sol .col-md-7 a {
    background: #5d3c83;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 5px;
}
section.br-sol [class^="col-md-4"]>div {
    border-radius: 14px;
    padding: 0px 30px 0;
    position: relative;
    /* background: rgba(219,51,76,1); */
    background: -moz-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,51,76,1)), color-stop(100%, rgba(249,124,21,1)));
    /* background: -webkit-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%); */
    background: -o-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%);
    /* background: linear-gradient(to right, rgba(219,51,76,1) 0%, rgba(249,124,21,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db334c', endColorstr='#f97c15', GradientType=1 );
    position: relative;
    top: 0;
    border: 2px solid #fff;
}
section.br-sol [class^="col-md-4"]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10p
}
section.br-sol [class^="col-md-4"]>div i {
    position: absolute;
    right: -2px;
    top: 0;
}
section.br-sol [class^="col-md-4"]>div .pricebox {
    position: relative;
}
section.br-sol [class^="col-md-4"]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
}
section.br-sol [class^="col-md-4"]>div .pricebox h3 {
    display: inline-block;
    font-size: 87px;
    margin: 0;
    font-weight: 700;
    color: #fff;
}
section.br-sol [class^="col-md-4"]>div .pricebox strike {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: -10px;
    font-weight: 700;
}
section.br-sol [class^="col-md-4"]>div .pricebox span {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}
c {}
section.br-sol [class^="col-md-4"]>div ul li {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
section.br-sol [class^="col-md-4"]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
}
section.br-sol [class^="col-md-4"]>div ul {
    margin-bottom: 20px;
}
section.br-sol [class^="col-md-4"]>div p.addontag {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 7px;
}
section.br-sol [class^="col-md-4"]>div p.addontag strong {
    color: #ffffff;
}
section.br-sol [class^="col-md-4"]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px;
}
section.br-sol [class^="col-md-4"]>div h2+p {
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
section.br-sol [class^="col-md-4"]>div a.various {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
}
section.solution {
    padding: 50px 0 0px;
    text-align: center;
}
section.solution h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}
section.solution h2+p {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}
section.solution .col-md-4>div {
    text-align: left;
}
section.solution .col-md-4>div i {
    display: inline-block;
    padding-right: 15px;
}
section.solution .col-md-4>div span {
    display: inline-block;
    color: #c8c8c8;
    font-size: 16px;
    position: absolute;
    top: 5px;
}
section.solution .col-md-4>div h3 {
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    margin: 30px 0 20px;
}
section.solution .col-md-4>div p {
    font-size: 13px;
    color: #8e929c;
    line-height: 23px;
}
section.solution a.grad-btn {
    margin: 40px 0;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
section.solution a.border-btn {
    font-weight: 600;
    padding: 6px 30px;
    background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    border-image-slice: 5;
    text-transform: uppercase;
}
.contact-sec {
    position: absolute;
    right: -20px;
    top: 33px;
}
.contact-sec a {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 0;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-sec a+a {
    padding: 11px 40px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 0;
    position: relative;
    top: -1px;
}



section.numbers {
    padding: 50px 0;
    text-align: center;
}

section.numbers h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

section.numbers h2+p {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}

section.numbers .col-md-3 h3 {
    margin: 0;
    color: #d32e3f;
    font-size: 73px;
    font-weight: 300;
}

section.numbers .col-md-3 h4 {
    margin: 0;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
}

section.satisfied-customer {
    background: #eeeeee;
    padding: 50px 0;
}

section.satisfied-customer .leftsec {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: center;
    justify-content: center;
    height: 340px;
    padding-left: 50px;
}

section.satisfied-customer .rightsec {
    float: left;
    text-align: right;
    width: 50%;
}

section.satisfied-customer h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}

section.satisfied-customer h2+p {
    font-size: 14px;
    color: #858899;
    /* font-style: italic; */
    font-weight: 300;
    line-height: 25px;
}

section.satisfied-customer .row {
    /* padding: 0px 80px; */
}
 section.valuedclients {
    padding: 50px 0;
    text-align: center;
}

section.valuedclients ul li {
    display: inline-block;
    padding: 0 25px;
}

section.valuedclients h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

section.valuedclients h2+p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}

section.cta-new {
    padding: 30px 0;
    background: #180545;
    color: #fff;
}

section.cta-new h2 {
    margin: 0 0;
    font-size: 45px;
    font-weight: 600;
    margin-top: 2px;
}

section.cta-new a.grad-btn {
    padding: 10px 70px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.cta-new ul li {
    font-size: 15px;
    font-weight: 600;
}

section.cta-new ul li i {
    color: #ff4474;
    font-size: 39px;
}

section.cta-new ul li+li i {
    font-size: 23px;
}

section.cta-new ul {
    margin-bottom: 0;
}

.customerslider .owl-dot.active span {
    height: 11px;
    background: #d42d3e;
    width: 11px;
    display: inline-block;
    border-radius: 100px;
}

.customerslider .owl-dot span {
    height: 8px;
    background: #afafaf;
    width: 8px;
    display: inline-block;
    border-radius: 100px;
}

.customerslider .owl-dot {
    display: inline-block;
    margin: 0 4px;
}



.customerslider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

section.satisfied-customer h2:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -90px;
    color: #e0dfdf;
    font-size: 152px;
    opacity: .7;
    z-index: -1;
    left: -30px;
}
















/*CLIENT AND FOOTER*/


section.clients-sec {
    padding: 80px  0;
    font-size: 14px;
    color: #848894;
    font-family: 'Poppins', sans-serif;
}

section.clients-sec h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

section.clients-sec h2:after {
    content: "";
    left: 0;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.clients-sec i {
    color: #e55c49;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

section.clients-sec em {
    font-size: 25px;
    font-style: italic;
    padding-left: 10px;
    color: #686868;
    display: inline-block;
    padding-bottom: 20px;
}

section.clients-sec em+p {
    padding-right: 70px;
    line-height: 26px;
}

.client-feedback h2{font-size:42px;font-weight:800;position:relative;color:#000;margin-bottom:30px;margin-top:0;line-height:34px;}
.client-feedback h2 span{display:block;font-weight:400;font-size:37px;}
div#testimoanial-slider .feeback-img{float:left;width:114px;}
div#testimoanial-slider .feecback-content{display:inline-block;width:66%;font-size:12px;padding-left: 20px;}
div#testimoanial-slider .feecback-content h6{text-transform:uppercase;color:#000;font-size: 16px;margin-bottom: 7px;font-weight:600;font-family: 'Lato', sans-serif;letter-spacing: 3px;}
div#testimoanial-slider .item{clear:both;min-height: 180px;margin-bottom: 20px;}
.testimonail-wrapper{position:relative;margin-top:60px;}




footer {
    background: #120336;
    background-size: cover;
    padding: 50px 0 0px !IMPORTANT;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    line-height: 26px !important;
}


footer ul li i {
    color: #ff4474;
    font-size: 35px;
}

footer ul li+li i {
    font-size: 22px;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 500;
}
footer .text-center a {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    margin-bottom: 20px;
}

ul.social-icons li a {
    background: none;
}

ul.social-icons li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.social-icons li a {
    padding: 0;
    margin: 0;
    padding: 0 8px;
}

ul.social-icons li a i {
    color: #fff;
    font-size: 19px;
}

ul.social-icons {
    margin: 0;
}

footer .row {
    border-bottom: 1px solid #b9c0ba38;
    padding-bottom: 30px;
}

footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    margin-top: 0px;
}

footer ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

footer ul li {line-height: 19px;}
.col-md-12.disclaimer {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.col-md-12.disclaimer .col-md-4 {
    padding: 0;
}

.disclaimer ul li a {
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.disclaimer ul li a:after {
    content: "\f111";
    padding: 0 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    position: relative;
    top: -3px;
}
.disclaimer ul li {
    display: inline-block;
}

.disclaimer ul li:last-child a:after {
    display: none;
}
section.clients-sec span i {
    font-size: 145px;
    color: #efefef73;
    top: 30px;
    position: relative;
}


section.clients-sec span {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
}

section.clients-sec span i {
    font-size: 145px;
    color: #efefef73;
    top: 30px;
    position: relative;
}

.testimonail-wrapper .bx-controls-direction{position:absolute;right:0;text-indent:-9999em;top: 30px;}
.testimonail-wrapper a.bx-prev{display:block;background: url('../images/sprite.png') no-repeat -10px -5px;width: 15px;height: 26px;margin-bottom: 100px;}
.testimonail-wrapper a.bx-next{display:block;background: url('../images/sprite.png') no-repeat -10px -44px;width: 15px;height: 26px;}

div#testimoanial-slider .feecback-content p {
    font-size: 12px;
    line-height: 20px;
}




.actions{
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    display: block;
    float: none;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 4px auto 10px;
}


.actions a{
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
        cursor: pointer;
    color: #7b7b7b;
    font-size: 9px;
}

.actions a span{font-size: 12px;float: left;font-weight: bold;color: #7f7b7b;text-align: center;}
.actions a span small{
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #000000;
    }

.actions::before{
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 46%;
    top: 10px;
    }




section.packages .row+.row {
    width: 1000px;
    margin: 0 auto -15px;
}

.br-sol .actions a span {
    color: #ffffff;
}

.actions .col-md-6 {
    padding: 0 0px;
}
section.br-sol:before {
    content: "";
    background: #5d3c83ad;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.br-sol .actions a span small {
    color: #e3e3e3;
}
header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    border-bottom: 0px solid #ffffff;
    color: #fff;
}
section.packages [class^="col-md-4"]>div a.various {
    display: inline-block;
    top: 20px;
}
.clear{clear:both;}
footer h2+p {
    font-size: 12px;
    line-height: 21px;
}






/* PF SEC */


section.pfsec {
    padding: 0px 0;
    text-align: center;
}

section.pfsec h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}

section.pfsec h2+p {
    color: #818181;
    font-size: 14px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.portfolioslider {}

.portfolioslider i {
    width: 22%;
    display: inline-block;
    margin: 8px;
    transition: all 0.5s;
}

.portfolioslider i img {
    display: block;
    width: auto;
    border-radius: 3px;
}

.portfolioslider i:hover {
    transform: scale(1.08);
    background: #ffffff;
    content: "";
    border: none !important;
    color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
}
.portfolioslider  .owl-dots {
    margin-top: 20px;
}

.portfolioslider  .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.portfolioslider  .owl-dot span {
    background: #d32c42;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.5s;
}

.portfolioslider  .owl-dot.active span {
    background: #ee710e;
    height: 10px;
    width: 20px;
    display: inline-block;
    border-radius: 10px;
}


.faq-sections {
    margin-top: 50px;
}
.faq-sections div{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px;
    font-weight: 400;
}
.clients-answer h4.text-left {
    margin: 0px 10px 10px;
}
.client-drop{
  border-right:1px solid #ccc;
  padding-right: 25px;
 }
 select.clients-answer-inner {
    padding: 15px 15px;
    width: 320px;
    border-radius: 30px;
}
.clients-answer-inner option{
    height: 35px;
    padding: 5px;
    line-height: 35px;
}
.client-drop .cs-skin-elastic > span {

    border: 1px solid #ccc;
    color: #353535;
    background-color: #fff;
    z-index: 20;
}
.client-drop .cs-skin-elastic.cs-active .cs-options {
    width: 320px;
    margin-top: -21px;
}
.client-drop .cs-skin-elastic .cs-options span {
    color: #bbb;
}

.client-drop .cs-select > span::after {
	content: '\25BE';
    right: 8px;
    background: #bc2a73;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 120px;
    padding: 0;
    font-size: 24px;
    text-indent: 1px;
    line-height: 39px;
}
.client-drop .cs-select ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
}
.client-drop .cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    margin-top: 26px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 14px 14px;
    height: 275px;
}
.client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #bc2a73;
}
.client-drop .cs-skin-elastic .cs-options span:hover, .client-drop .cs-skin-elastic .cs-options li.cs-focus span, .client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #bc2a73;
}
.clients-answer {
    padding: 40px 0 40px;
    border-bottom: 1px solid #e8e8e8;
}
.clients-sec .faq-sections {
    margin-top: 0;
}
.clients-sec {
    margin-top: 10px;
}
.clients-section h3 {
    font-family: 'Circular Std';
	font-style:normal;
}

section.what-we-do-sec {
    padding: 60px 0;
    color: #636363;
}

section.what-we-do-sec h2 {
    font-size: 44px;
    font-weight: 700;
    color: #f6ca47;
}

section.what-we-do-sec .col-md-8 {
    padding-right: 32px;
}

section.what-we-do-sec ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 13px;
}

section.what-we-do-sec ul {}

section.what-we-do-sec ul li:before {
    width: 6px;
    height: 6px;
    padding: 5px;
    border-radius: 54px;
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    background: rgb(221, 72, 48);
}

section.what-we-do-sec .col-md-8 p {
    line-height: 25px;
    font-size: 13px;
}

section.banner.about-ban {
    padding-bottom: 52px;
}

section.banner.about-ban h2 {
    font-size: 66px !important;
    letter-spacing: 0;
}

section.banner.about-ban p {
    padding: 0 230px;
}

section.banner.about-ban h2 span {
    font-size: 47px;
}
section.services-list {
    padding: 70px 0;
}

section.services-list h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

section.services-list h3 {
    margin: 0;
    font-size: 17px;
    color: #694ea8;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}

section.services-list p {
    font-size: 14px;
    color: #848894;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

section.services-list a.border-btn {
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 6px !important;
    color: #000 !important;
    border: #ee7238 2px solid;
}

section.services-list a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

section.services-list i img {
    margin: 0 auto;
    display: block;
}

.greybg {
    background: #eeeeee;
}
section.banner.about-ban.services-ban {
    height: 450px;
}

section.contact-us {
    padding: 82px 0;
}

.contact-form input[type="submit"] {
    border:  0px none;
    text-transform:  uppercase;
    color: #fff;
    padding: 8px 59px;
    font-size:  17px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

section.contact-us h2 {
    color: #282828;
    font-size: 37px;
    position: relative;
    font-weight: 600;
    margin-top:  0;
    margin-bottom: 32px;
}

.contact-form textarea {
    height: 95px;
}

section.contact-us h2+p {
    margin-bottom: 23px;
}

section.contact-us h5 {
    color:  #848894;
    font-size:  24px;
    font-style:  italic;
    font-weight: 300;
}

section.contact-us h4 {
    font-size:  34px;
    color: #e65b1d;
    font-weight: 600;
}

.contact-form {
    padding-right: 22px;
    margin-bottom: 63px;
}


.contact-form input[type="text"], .contact-form input[type="email"].contact-form input[type="text"] {}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea, .contact-form select {
    padding: 12px;
    width:  100%;
    border: #d6d1d1 1px solid;
    margin-bottom:  15px;
}




section.packages.detail-packages {
    text-align: center;
}

.toolbar.mb2.mt2 {
    margin: 0px 0  50px;
    text-align: center;
}
.toolbar.mb2.mt2 button.active-pf, .toolbar.mb2.mt2 button:hover, .toolbar.mb2.mt2 button:focus {background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);color: #fff;}

.toolbar.mb2.mt2 button {
    display: inline-block;
    border: 3px solid #ef7239;
    border-radius: 5px !important;
    width: auto;
    margin: 0 8px;
    outline: none;
    padding: 5px 40px;
    background: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
section.packages.detail-packages p {
    width: 80%;
}

section.packages.detail-packages .col-md-4 {
    /* margin: 10px 0 0 -10px; */
}
section.packages.detail-packages .row {
    width: 1000px;
    margin: 0 auto -15px;
}



section.pfsec {
    padding: 0px 0;
    text-align: center;
}

section.pfsec h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}

section.pfsec h2+p {
    color: #818181;
    font-size: 14px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.single-pf {
    padding: 50px 0;
}

.single-pf i {
    width: 31.7%;
    display: inline-block;
    margin: 10px 8px;
    transition: all 0.5s;
}

.single-pf i img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.single-pf i:hover {
    transform: scale(1.08);
    background: #ffffff;
    content: "";
    border: none !important;
    color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
}



section.single-pf h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}

section.single-pf h2+p {
    color: #818181;
    font-size: 13px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}

.bg-gradient {
    background: rgba(238,238,238,1);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(77%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}




span.plan {
    font-size: 11px;
    position: relative;
    top: 0;
    background: #cf2e48;
    padding: 3px 12px;
    color: #fff;
    display: block;
}
.mg-left-176-pkg {
    margin-left: 176px;
}
span.plan1{
    display: block;
    font-size: 11px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}

span.plan2{
    display: block;
    font-size: 10px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}

section.packages [class^="col-md-4"]>div p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 10px 0;
    line-height: 17px;
}

.mg-left-176-pkg {
    margin-left: 176px  !important;
}

.pf-web-col {
    text-align: center;
}

header .navbar-default .navbar-nav>a {}

a {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

header {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

header:hover {
    background: #ffffff;
}

header:hover nav a {
    color: #353535 !important;
}

header:hover a.various.grad-btn {
}

img.logo-img.hd-hover-logo {
    position: absolute;
    top: 0px;
    left: 1px;
    opacity: 0;
}

img.logo-img {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

img.hd-default-logo {}

header:hover img.hd-default-logo {
    opacity: 0;
}

header:hover img.logo-img.hd-hover-logo {
    opacity: 1;
}

ul.submenu li a {
    padding: 13px 14px !important;
    display: block;
    color: #616161 !important;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px !important;
}

ul.submenu li:last-child {
    border-bottom: 0px none;
}

.logodiv a {
    display: block;
}

.navbar-nav>li:hover>a {
    color: #e24f38 !important;
}

ul.submenu li a:hover {
    color: #e04939 !important;
    margin-left: 2px;
}
span.pet {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 165px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

span.pet small {
    padding-right: 7px;
}

span.pet {}

header:hover span.pet {
    color: #353535;
}

.logodiv img {
    max-width: 150px;
}

header ul.nav.navbar-nav li.active a {
    /* color: #403f3f !important; */
}

section.contentadd {
    padding: 40px 0 0;
    text-align: center;
}

section.contentadd h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #282828;
}

section.contentadd p {
    color: #818181;
    font-size: 14px;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.7;
}
#portfolio i {
    /* display: none; */
}

a#loadMore, #showMore {
    display: table;
    margin: 0px auto 0;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    outline: 0px !important;
    padding: 10px 30px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

div#portfolio {
    margin-bottom: 30px;
}




section.helpingbrand {
    padding: 50px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

section.helpingbrand h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.helpingbrand p {
    font-size: 14px;
    color: #232323;
    padding: 0 100px;
    font-weight: 400;
    line-height: 23px;
}

section.helpingbrand ul li {
    display: inline-block;
    padding: 0 20px;
    width: 19.3%;
    font-size: 15px;
    font-weight: 700;
}

section.helpingbrand ul li i {
    display: block;
    margin-bottom:  20px;
}

section.helpingbrand ul {
    margin-top: 30px;
}




/*PKG DETAILS*/



section.packages.detail-packages.inner-package .col-md-4 {
    float: left;
    margin: 0;
}

section.packages.detail-packages.inner-package {
    text-align: left;
}


section.packages.detail-packages.inner-package .row {
    width: auto;
}

section.packages.detail-packages.inner-package .col-md-8.inner-details p {
    width: 100%;
    margin-bottom: 6px;
    line-height: 26px;
}

section.packages.detail-packages.inner-package .col-md-8.inner-details h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #ed6f0f;
    margin-top: 6px;
}

section.packages.detail-packages.inner-package .col-md-8.inner-details h4 {
    font-size: 23px;
    margin: 3px 0 10px;
    font-weight: 700;
    color: #000;
}

section.packages.detail-packages.inner-package .col-md-8.inner-details a {
    margin-top: 20px;
}

section.packages.detail-packages.inner-package {
    padding: 60px 0 0;
}
section.packages.detail-packages.inner-package .col-md-8.inner-details {
    padding-left: 20px;
}

.fullscreen-bg {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    height: 112%;
    width: 100%;
}

section.br-sol.custom-web-pkg {
    position: relative;
    overflow: hidden;
    padding: 0 0 17px;
    background: #45356a;
}

section.br-sol.custom-web-pkg:before {
    background: #5d3c83ad;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

section.br-sol.custom-web-pkg .container {
    position: relative;
    z-index: 3;
    text-align: center;
}

.cs-wb-ul {
    border-radius: 2px;
    margin: 20px 0 0 0;
    width: 24% !important;
    padding: 0 0 !important;
}

.cs-wb-ul li {
    font-size: 12px;
    padding: 8px 0 8px 10px;
    position: relative;
    border-bottom: #ffffff36 1px solid;
    text-align: left;
}

.cs-wb-ul li:last-child {
    border-bottom: 0px none;
}

.cs-wb-ul li:before {
    content: "";
    background: #ffffff;
    width: 5px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 17px;
}


.cs-wb-ul ul {
    padding: 0 17px;
}

.cs-wb-pkg-show {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: #5d3c83ad 0 0 10px;
    padding: 30px 25px;
    margin-top: 23px;
    color: #424242;
    width: 28% !important;
    margin-left: 0;
}

.cs-wb-ul+.cs-wb-ul+.cs-wb-ul ul {
    /* min-height: 359px !important; */
}

.cs-wb-pkg-show a.grad-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 2px;
    font-size: 17px;
    width: 83%;
    border-radius: 5px;
}

.cs-wb-pkg-show .pricebox {
    margin-top: 23px;
}

.cs-wb-pkg-show .actions a {
    color: #000 !important;
}

.cs-wb-pkg-show .actions a span {
    color: #000;
}

.cs-wb-pkg-show .actions a small {
    color: #6f6e6e !important;
}

.cs-wb-pkg-show  .actions {
    margin-top: 13px;
    padding-top: 13px;
}

section.br-sol.custom-web-pkg:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: url(../images/video-overlay.png) rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
}

.cs-wb-pkg-show h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #614a8a;
    margin: 0 0 -3px !important;
}

.cs-wb-pkg-show h2+p {
    color: #a59e9e;
}


section.br-sol.custom-web-pkg h2 {
    font-size: 39px;
    font-weight: 600;
    margin: 39px 0 2px;
    text-transform: capitalize;
}

.fullscreen-bg video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}

.cs-wb-pkg-show .pricebox h3, .cs-wb-pkg-show .pricebox sup {
    color: #614a8a !important;
}

section.packages * {
    vertical-align: top;
}

section.packages .pricebox *, section.packages ul {
    vertical-align: middle;
}

section.br-sol.custom-web-pkg h2 span {
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
}

section.br-sol.custom-web-pkg h2+p {
    font-size: 12px;
    margin-bottom: 23px;
}

.br-sol ul.style-14 {
    height: 90px !important;
}

 a.pkg-view-detail {
    margin: 4px 0 0 0;
    display: inline-block;
    color: #d6373f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    clear: both;
    border-bottom: #ccc 1px dotted;
}
 .hd-white-ln-height-normal,  .hd-white-ln-height-normal span{
	 line-height: normal !important;
	 color: #fff !important;
 }
.actions:after, .actions:before {
    content: "";
    clear: both;
    display: block;
}

section.packages [class^="col-md-4"]>div a.pkg-view-detail:after, section.packages [class^="col-md-4"]>div a.pkg-view-detail:before {
    clear: both;
    display: block;
    content: "";
}

section.banner.about-ban h5 {
    color: #ef7239;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    font-family: georgia;
}


section.testimonials-sec {
    padding: 20px 0 50px;
}

section.testimonials-sec ul {
    margin: 0;
}

section.testimonials-sec ul li {
    padding: 57px 21px;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    color: #5f5f5f;
    width: 46%;
    border: #f5f5f5 2px solid;
    line-height: 22px;
    transition: all .3s ease-in-out;
    box-shadow: #7575750f 0 0 8px;
    display: inline-block;
    border-radius: 20px;
    margin: 10px;
}

section.testimonials-sec ul li:before, section.testimonials-sec ul li:after {
      content: "\f10d";
      display: inline-block;
      transition: all .3s ease-in-out;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 2px;
      color: #f5f5f5;
      font-size: 42px;
      opacity: 1;
      z-index: 0;
      left: 8px;
}

section.single-pf .video [class^="col-md-4"] {
    height: 205px;
    margin-bottom: 20px;
}

section.single-pf .video [class^="col-md-4"] img {
    margin-top: -34px;
}

section.single-pf [class^="col-md-4"] {
    position: relative;
    padding: 0 8px;
}




section.testimonials-sec ul li .auth-name {
    color: #ef7239;
    font-style: italic;
    font-family: Georgia;
    font-weight: 600;
}

section.testimonials-sec .container {
    /* padding: 0 140px; */
}

section.testimonials-sec ul li:hover {
    transform: scale(1.05);
    box-shadow: #75757530 0 0 20px;
    border-color: #ef7239b3;
}

section.testimonials-sec ul li:hover:before, section.testimonials-sec ul li:hover:after {
    color: #ef7239;
    opacity: 0.8;
}

section.testimonials-sec ul li:after {
    left: inherit !important;
    top: inherit !important;
    right: 14px !important;
    bottom: 20px !important;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(180deg);
}








section.testimonials-sec ul li .initial {
    width: 30%;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

section.testimonials-sec ul li .testicontent {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 0px;
}

section.testimonials-sec ul li .initial h3 {
    font-size: 46px;
    background: #ccc;
    border-radius: 100px;
    display: block;
    height: 100px;
    width: 100px;
    font-family: 'Mr Dafoe', cursive;
    text-align: center;
    vertical-align: middle;
    padding-top: 26px;
    color: #fff;
    font-weight: 800;
    margin: 0 auto;
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

section.testimonials-sec ul li .testicontent p {
    font-size: 12px;
    line-height: 19px;
}

section.testimonials-sec ul li .testicontent h4 {
    font-size: 14px;
    font-weight: 700;
}

section.testimonials-sec ul li .testicontent span.stars {
    color: #ff7e65;
}

section.packages [class^="col-md-4"]>div ul li.heading {
    font-size: 13px;
    font-weight: 700;
    color: #2d2b25;
    padding: 3px 0;
    list-style-type: none;
}

section.packages [class^="col-md-4"]>div ul li.heading:before {
    display: none;
}
.cs-wb-ul li.heading {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 0;
    border: none;
}

.cs-wb-ul li.heading:before {
    display: none;
}
div#pflogo i {
    width: auto;
}








.tile {
    float: left;
    width: 33%;
    display: none;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    display: none;
}
.tile:hover {

}

.scale-anm {
  transform: scale(1);
  /* display: block; */
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;

}



a#loadMore {
    clear: both;
}

div#packages-sec .tile {
    width: inherit;
    float: none;
    display:block;
}










#showMore {
    margin-top: 32px;
    clear: both;
    display: block;
}

.grid:after {
    display: block;
    clear: both;
    content: "";
}


/* ---- .element-item ---- */

.element-item {/* display: inline-block; */color: #262524;/* position: inherit !important; *//* float: left !important; *//* left: inherit !important; *//* top: inherit !important; */margin-bottom: 0;width: 355px !important;padding: 8px;/* transform: translate3d(0, 10px, 0) !important; */height: 355px;}
.grid {
    /* height: auto !important; */
}
.element-item > * {
  margin: 0;
  padding: 0;
}


.element-item img {
    border-radius: 7px;
    width: 100%;
}

.element-item:hover img {
    transform: scale(1.20);
    -ms-transform: scale(1.20);
    -webkit-transform: scale(1.20);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
    transition: all 0.5s;
}

.new-pf div#filters button {
    display: inline-block;
    border-bottom: 3px solid #ef7239;
    border-radius: 5px !important;
    width: auto;
    margin: 0 8px;
    outline: none;
    padding: 8px 27px;
    background: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.new-pf div#filters {
    text-align: center;
    margin-bottom: 24px;
}


.new-pf div#filters .button.is-checked {
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    color: #fff;
}

section.new-pf {
    padding: 40px 0;
}



.element-item.col-md-4.video {
    height: 253px !important;
}

.hidden{visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }


.element-item:hover {
    z-index: 1;
}



.new-pf div#filters button:active {
    color: #fff !important;
    background: rgba(210,42,67,1);
    background: -moz-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,42,67,1)), color-stop(100%, rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    background: linear-gradient(to right, rgba(210,42,67,1) 0%, rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43', endColorstr='#f0760a', GradientType=1 );
}

.grid {
    /* width: 93%; */
    /* margin: 0 auto; */
}

.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}

.grid {
    /* height: auto !important; */
    overflow-y: hidden;
    padding: 20px;
}

ul.list-ul li {
    margin-bottom: 10px;
}




.our-banner{
    overflow: hidden;
    background: #2a2088;
    position: relative;
    z-index: 0;
}
.our-banner.inner-banner .caption {
    padding-top: 0;
    display: flex;
    align-items: center;
    color: #fff;
}


.our-banner .owl-theme .owl-nav {
    position: absolute;
    top: 44%;
    width: 100%;
    text-align: left;
}

.our-banner .owl-theme .owl-nav * {
}

.our-banner .owl-theme .owl-nav button {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    color: #647de9;
    position: relative;
    left: -21px;
}

.our-banner .owl-theme .owl-nav button.owl-next {
    float: right;
    left: 22px;
}


.our-banner .caption {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    padding-top: 8%;
}

.our-banner .caption h1 {
    color: white;
    font-weight: 600;
    font-size: 46px;
}

.our-banner .caption h2 {
    color: #ffb400;
    font-size: 54px;
    font-weight: 700;
}

.our-banner .caption a {
    background: #ff2e53;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
}

.our-banner h4 {
    color: white;
    font-size: 100px;
    font-weight: 700;
    opacity: .06;
    position: absolute;
    bottom: -30px;
    left: 0;
}



/*TRADEMARK FORM*/
section.trademark-form {
    padding: 50px 0;
    background: #fff;
}

form.tmform {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 23px;
}

form.tmform .infobox {
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}

form.tmform h3.title {
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 7px;
    text-transform: uppercase;
}

form.tmform input, form.tmform select, form.tmform textarea {
    width: 100%;
    padding: 10px;
    height: 36px;
    border: 1px solid #dedede;
    border-bottom-width: 2px;
    border-radius: 5px;
    font-size: 11px;
    background: #fbfbfb87;
}

form.tmform label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
    display: block;
    padding-left: 3px;
}

form.tmform .infobox h2 {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff624c;
}

form.tmform .infobox h2+p {
    line-height: 22px;
    font-size: 13px;
}

form.tmform textarea {
    min-height: 150px;
}

form.tmform input[type="radio"] {width: inherit;height: auto;position: relative;top: 2px;left: -5px;}

.option label {
    display: inline-block !important;
    padding-left: 5px !important;
}

.tmform .col-md-12, .tmform .col-md-6 {
    padding: 0;
}

.tmform .col-md-6 ul li {
    width: 98%;
}

.tmform .col-md-6+.col-md-6 ul li {
    margin-top: 20px;
    float: right;
}

.tmform input.field-element {
    width: 55px;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.tmform input.field-element+label {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 10px;
    float: left;
}
ul.shotli li {
    display: inline-block;
}

ul.shotli {
    float: left;
    width: 100%;
}

ul.shotli label {
    padding: 0;
    text-align: center;
}
.tmform input[type="submit"] {
    background: #ff2e53;
    width: auto;
    font-size: 17px;
    padding: 7px 39px;
    line-height: normal;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: none;
}
 



section.trademark-form.gcr [class^=col-]{
    padding: 0 15px !important;
    margin-bottom: 13px;
}

section.trademark-form.gcr [class^=col-] h4 {
    color: #3035ac;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    margin-top: 13px;
}
section.trademark-form label#pn-error {
    display: none !important;
}

section.trademark-form.gcr form.tmform input, section.trademark-form.gcr  form.tmform select, section.trademark-form.gcr
 form.tmform textarea {height:inherit !important}
.notebox {
 
    padding: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0 140px;
    font-style: italic;
}

.notebox h3 {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: initial;
}


form.tmform ul {
    margin-bottom: 10px;
}

header ul.nav.navbar-nav>li>a.help-link {
    color: #0f002d;
    background: #f6c91e;
    padding: 5px 12px;
    margin-top:  -5px;
    font-size: 12px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
}

header {
    padding-bottom: 16px !important;
}



.services_page_content {
    padding: 40px 0;
}

.services_page_content p {
    font-size: 13px;
}

.services_page_content ul {
    padding-left: 15px;
    list-style-type: disc;
}

.services_page_content ul li {
    font-size: 13px;
    margin-bottom: 10px;
}

.services_page_content ul li a {
    color: #1f004e;
    font-weight: 500;
}