/* INDEX
----------------------------------------------------------------------------------------
01. General css

02. Navigation area css

03. Slider area css

04. About us area css

05. working process area css

06. Subscribe area css

07. Remittance services css

08. Google map  and contact area css

09. Footer area css

10. New Addes css

11. About Pfg forex Innerpage css

12. Country List Innerpage css
-------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    width: 100%;
}
body {
    color: #293039;
    width: 100%;
    height: 100%;
    font-size: 19px;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #293039;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 36px;
    color: #293039;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}

h5 {
    letter-spacing: 2px;
}

h6 {
    font-size: 15px;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.submit-btn {
    background: #C4161C;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 11px 33px;
    transition: all 0.3s ease;
    border: 1px solid #C4161C; outline: none;border-radius: 6px;
}
.submit-btn:hover,
.submit-btn.active.focus,
.submit-btn.active:focus,
.submit-btn.focus,
.submit-btn.focus:active,
.submit-btn:active:focus,
.submit-btn:focus {
    background: #fff;
    /*border: 0;*/
    color: #C4161C;
    font-size: 15px;
    padding: 11px 33px;
    transition: all 0.3s ease;
    border: 1px solid #C4161C; outline: none;border-radius: 6px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}
.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\0279E";
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.arrow:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.msg-btn-otr {
    float: right;
    text-align: right;
}
.msg-btn-otr button {
 margin-top: 5px;
}
.section-big {
    padding: 80px 0px;
}

.section-bgs {
  background: url(../img/bg/bg-shapenormal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}

@media (max-width: 767px) {
    .section-big {
        padding: 80px 0px;
    }
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.section-title h2 {
    margin-top: 0;
    line-height: 38px;/*padding-bottom: 15px;*/
    margin-bottom:20px
}
.section-title1 h2 {
    line-height: 38px; /*padding-bottom: 15px;*/
    margin-bottom: 20px
}
/* preloader css */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

@media (max-width: 479px) {
    .section-title:before {
        top: -50%;
    }
}

/* Scroll Top css */
#toTop {
    padding: 5px 10px;
    background: #C4161C;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;z-index: 999;
	cursor:pointer; border-radius: 3px;
}
.p-r-5{padding-right:5px;}
.p-b-10{padding-bottom:5px;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400!important;
}
.pb-70 {
    padding-bottom: 30px !important;
}
.pt-70 {
    padding-top: 30px !important;
}
.text-center {
    text-align: center!important;
}
.font-50 {
    font-size: 30px !important;
}
.fw-6 {
    font-weight: 400 !important;
}

/* End Scroll Top css */
/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
    height: 75px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: flex;
    align-items: center;background: rgba(255, 255, 255, .2);
}


.menu-area.sticky-menu {
    background: #fff;
    
}

.sticky-menu {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1); 
}

.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    border: 0px;display:block;
    padding:0px
}

.nav.navbar-nav.navbar-right {
    margin-right: 0;
    padding-top: 10px;
    flex-direction: inherit;
}

.navbar-brand {
    padding: 0;
    color: #b050ff;
    align-items: center;
}

.navbar-brand span {
    color: #f45e58;
}

.navbar-brand:hover {
    color: #b050ff;
}

.navbar-nav li a {
    color: #293039;
    font-size: 19px;
    font-weight: 500;
    padding: 15px 20px;
}

.navbar-nav li .join_us {
    font-size: 15px !important;
    font-weight: 400!important;
}


    .nav > li > a:focus, .nav > li > a:hover {
        color: #C4161C;
    }
.navbar-nav a.btn,.navbar-nav a.btn:focus {
    color: #000;
    font-size: 15px;
    padding: 10px 25px;
    margin-left: 20px;
    background: #fff;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 6px;
}

@media (min-width: 1200px){
   .navbar-nav a.btn,.navbar-nav a.btn:focus{
        margin-left: 130px;
   } 
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;

}
.mainmenu .navbar-nav li.active a {
    color: #C4161C;
}

/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #C4161C;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        padding: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .menu-area {
        display: block;
    }
    .navbar-fixed-top .navbar-collapse {
        background: #f2f4f5;
        margin-top: 25px;
        margin: 0 -15px;
        border-radius: 15px;
        border: 1px solid #e8e4e4;
        box-shadow: 0px 20px 50px 10px rgba(153, 153, 153, 0.2);
    }
    .mainmenu .navbar-nav li.active a {
        color: #c4161c;
    }
    .navbar-nav li a {
        color: #293039;
        padding: 5px 5px 5px 30px;
        margin-top: 5px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .navbar-brand {
        padding-top:10px;
    }
}
/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    height: 100%;
    background-image: url("../img/bg/slider1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: flex;
    /*align-items: center;*/
}

.slider-area:before {
    position: absolute;
    content: "";
    /*background: rgba(255, 255, 255, 0.3);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-text {
    /*max-width: 660px;*/
	width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, .5);
    padding: 30px 40px;*/
	padding-top: 20%;
}

        .intro-text h1 {
            margin-top: 0;
            margin-bottom: 40px;
            color: #293039;
            font-size: 60px;
            font-weight: 400;
        }
    .intro-text p {
        color: #293039;
        font-size: 34px;
        font-weight: 300;
        line-height: 45px;
    }
.video {
    margin-top: 30px;
    position: relative;
}

.intro-text a {
    float: left;
    margin-right: 20px;
}

.video i.fa,
.video span { 
   display: block;
   width: 60px;
   height: 60px;
   line-height: 60px;
   border-radius: 50%;
   font-size: 21px;
   text-align: center;
   color: #fff;
   background-color: #C4161C;
   text-shadow: 0px 10px 15px rgba(255, 101, 165, 0.3); 
}
@media (min-width: 992px) and (max-width: 1599px) {
.intro-text {
	padding-top: 12%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .intro-text h2 {
        font-size: 52px !important;
        font-weight: 300 !important;
    }

    .intro-text p {
        font-size: 30px !important;
        font-weight: 300 !important;
        line-height: 36px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.intro-text {
	padding-top: 15%;
}
    .intro-text h2 {
        font-size: 52px!important;
        font-weight: 300!important;
    }

    .intro-text p {
        font-size: 28px!important;
        font-weight: 300!important;
        line-height: 36px!important;
    }
    .section-cmpl .img-responsive {
        width: 64%;
        margin: 0px auto;
    }
}
@media (min-width: 460px) and (max-width: 767px) {
.intro-text {
	padding-top: 20%;
}
    .intro-text h2 {
        font-size: 45px!important;
        font-weight: 300!important;
    }

    .intro-text p {
        font-size: 26px!important;
        font-weight: 300!important;
        line-height: 36px!important;
    }
}
@media (min-width: 401px) and (max-width: 459px) {
.intro-text {
	padding-top: 30%;
}
    .intro-text h2 {
        font-size: 37px!important;
        font-weight: 300!important;
    }

    .intro-text p {
        font-size: 22px!important;
        font-weight: 300!important;
        line-height: 36px!important;
    }
}
@media (min-width: 300px) and (max-width: 400px) {
    .intro-text {
        padding-top: 30%;
    }

        .intro-text h2 {
            font-size: 37px !important;
            font-weight: 300 !important;
            margin-bottom: 15px;
        }

        .intro-text p {
            font-size: 22px !important;
            font-weight: 300 !important;
            line-height: 31px !important;
            
        }
}
/* ----------------------------------------------------------------------------------------
*                                   04. About us area css
* --------------------------------------------------------------------------------------- */
.aboutus-area {
    background: url(../img/bg/bg-shape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0px;
}
.section-title1{
text-align: left;padding-bottom: 20px;

}
.list_style_3{
    font-size: 19px;
    font-weight: 500;

}
.list_style_3 li {

    list-style: outside none none;
    padding: 5px 5px 5px 25px;
    position: relative;

}
.list_style_3 li::before {

    content: "";
    font-family: ionicons;
    left: 0;
    position: absolute;
    top: 17px;
    width: 12px;
    height: 2px;
    background-color: #C4161C;

}
.list_style_3 li {
    list-style: outside none none;

}
.sol-image img{
    width: 100%;

}
@media (min-width: 300px) and (max-width: 767px) {
    .sol-image img {
        width: 100%;
        margin-bottom: 20px;
    }
.section-title1 {
    text-align: center;
}
}
@media (min-width: 300px) and (max-width: 470px) {
.sol-lst .col-xs-6{
    width: 100%!important;
}	
}
/* ----------------------------------------------------------------------------------------
*                                   05. working process area css
* --------------------------------------------------------------------------------------- */
.working-process .box {
    background: #ffffff;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    /*border-radius: 15px;*/
    padding: 25px 10px;
    transition: all .4s ease-in-out;min-height: 235px;
	    margin-bottom: 10px;

}
.working-process .box:hover {
    transform: translateY(-15px);
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.09);
}
.working-process img {

    vertical-align: middle;
    border-style: none;width: 38%;

}
.working-process .box h3 {

    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px;
    padding: 0;

}
.working-process .box p {
    font-weight: 400;
    color: #293039;
    line-height: 26px;
    margin: 0;margin-top: 20px;
    padding: 0;

}
/*END NEW SECTION AREA*/
.working-process .mrgtp2 {
    margin-top: 35%;
}
@media (min-width: 300px) and (max-width: 470px) {
.wrk-prs .col-xs-6{
    width: 100%!important;
}
.working-process .mrgtp2 {
    margin-top: 0%;
}	
}
/* ----------------------------------------------------------------------------------------
*                                06. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
  background: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-bottom: 0px;
	/*background-image: linear-gradient(to right, #c4161c, #cc2b2d, #d33b3e, #d9494d, #de575d);*/
	
}
.newsletter-form {
   max-width: 500px;
   margin: 0 auto;
}

.newsletter-form input {
   position: relative;
   background: #fff;
   color: #293039;
   font-size: 15px;
   padding-left: 30px;
   height: 80px;
   border: 0;
   margin-top: 25px;
   box-shadow: 0px 20px 50px 7px rgba(153, 153, 153, 0.2);

}

.newsletter-form input:focus {
   border: 0;
   box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);

}

.newsletter-form .mc-submit {
    background: #C4161C;
    /*border: 0;*/
    color: #fff;
    float: right;
    margin-top: -67px;
    font-size: 15px;
    padding: 15px 50px;
    transition: all 0.3s ease;
    transform: translateX(50%);
    border: 1px solid transparent;
}

.newsletter-form .mc-submit:hover {
    background: #fff;
    border: 1px solid #eee;
    color: #C4161C;
}

.newsletter-form .mc-submit:focus {
    border: 0;
    outline: 0;
}

.newsletter-form p {
    margin-top: 30px;
}


.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-success{
    color: #fff;
}

.mailchimp-error{
    color: red;
}

@media (max-width: 767px) {
    .newsletter-form .mc-submit {
        float: none;
        transform: none;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .subscribe-area {
        padding-bottom: 200px;
    }
}
/* ----------------------------------------------------------------------------------------
*                                   07. Remittance services css
* --------------------------------------------------------------------------------------- */
/*Services Area*/
.section {
    padding: 80px 0px;
}

.ul-framework {
    overflow: hidden;
}
.li-framework {
    border: 1px solid #dee2e6;

    margin-top: 10px;
}
.text-black {
    color: #212529;
    fill: #212529;
}
.services-bx {
transition: all .4s ease-in-out;
}
.services-bx:hover {
    transform: translateY(-8px);
}
    .services-bx p {
        font-weight: 500 !important; margin-top:7px
    }
.text-custom {
    background-image: -moz-linear-gradient(to right, #eabfbf 0%, #c4161c 100%);
    background-image: -webkit-linear-gradient(to right, #eabfbf 0%, #c4161c 100%);
    background-image: -ms-linear-gradient(to right, #eabfbf 0%, #c4161c 100%);
    background-image: linear-gradient(to right, #eabfbf 0%, #c4161c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*End  Services Area*/

/* ----------------------------------------------------------------------------------------
*                         08. Google map  and contact area css          
* --------------------------------------------------------------------------------------- */
.services-bx img{
    width:40px
}
.map-contact-area {
    background: url(../img/bg/bg-shape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.map-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact {
    max-width: 100%;
    margin: auto;
    position: relative;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 35px;
    box-shadow: 0px 20px 50px 10px rgba(153, 153, 153, 0.2);
}

.contact-title {
    /*max-width: 570px;*/
    margin: auto;
    margin-bottom: 40px;
    position: relative;
}


.contact-info {
   float: left;
   /*width: 35%;*/
   padding-right: 30px;
   padding-left: 30px;
}
.contact-bxbrd {
  border-right: 1px solid #ccc;min-height: 173px;
}
.contact-box {
       width: 100%;
    margin-bottom: 2px;
    position: relative;
    color: #293039;text-align: center;
}

.contact-box h3 {
   margin-bottom: 8px;
    padding-top: 0px!important;
	margin-top: 0px!important;
    color: #fff;
}

.contact-box .hdr {
display: inline-flex;padding-bottom: 10px;
}
.contact-box .hdr-icon {
font-size: 21px;
    color: #293039;
padding-top: 6px;
	padding-right: 15px;
}
.contact-box .hdr-innr {
font-size: 24px;
    color: #293039;
}
.contact-form {
    float: right;
    margin-top: -10px;
}

.contact-form label {
    font-size: 15px;
    color: #293039;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px!important;
    font-weight: 400!important;
}
    .contact-form input, .contact-form select {
        border: 0;
        outline: 0;
        border-radius: 0;
        box-shadow: none;
        background: #f1f1f1;
        height: 50px;
        padding-left: 10px;
        margin-top: 0px;
    }

.contact-form textarea:focus,
.contact-form input:focus {
    border: 0;
    outline: 0;
    box-shadow: none;background: #f1f1f1;
}

.contact-form textarea {
    background: #f9f9f9;
    /*height: 140px;*/
    padding-left: 10px;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 5px;
}
.success {
    color: #fff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.error {
    padding: 10px;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
}
.address span.lnr, 
.address i.fa {
    width: 40px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

@media(max-width: 1199px) {
    .contact-info {
        padding-left: 0;
    }
}

@media(max-width: 991px) {
    .contact-info,.contact-form {
        width: 100%;
    }

    .contact-info {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width: 479px) {
    .contact-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
        transform: translateY(-150px)
    }
    .contact-title:before {
        top: -70px;
    }
    .contact-form {
        margin-top: 30px;
    }
}
@media(max-width: 575px) {
    .contact-bxbrd {
        border-right: 0px solid #ccc;
        min-height: 173px;
    }
}
/* ----------------------------------------------------------------------------------------
*                                   09. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    /*background: url(../img/bg/footer.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: -50px; width: 100%;
}

/*.footer-title:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 40px;
    top: -77%;
    background-color: #C4161C;
}*/

.footer-title h2 {
    color: #293039;
}

.footer-social {
    padding-top: 0px;
}

.footer-social a span {
    text-align: center;
    color: #293039;
    display: inline-block;
    font-size: 15px;
        width: auto;
    height: auto;
    line-height: 25px;
    
    margin-right: 10px;
}

.footer-social a span:hover {
    color: #C4161C;
  
}

.footer-area p {
    padding-top: 20px;
}

.footer-area p a {
    color: #C4161C;

}

@media (max-width: 991px) {
    .footer-title:before {
        top: -70px;
    }    
}

@media (max-width: 479px) {
    .footer-title:before {
        top: -67px;
    } 
    .footer-title {
        margin-top: 70px;
    }   
}
/* ----------------------------------------------------------------------------------------
*                                   10. New Addes css
* --------------------------------------------------------------------------------------- */
.dest-map-area{
    position: relative;
}
.section-big-dest {
    padding: 80px 0px ;
}
.section-big-dest .section-title {
    margin-bottom: 0px!important;
}
/*#destinations{
    position: relative;
}*/
/*.map-cnt{
    position: absolute;top:100px;
}*/
.map-cnt {
    position: absolute;top: 150px;
}
.top-buffer {
    margin-top: 10px;
}
.top-buffer0 {
    margin-top: 0px;
}
.top-buffer40 {
    margin-top: 40px;
}
.currenciesavailable .box3 {
    opacity: .8;
    font-weight: 500;
}
.currenciesavailable .box3 .title {
    color: #0e282f;
}
.box3 .title {
    font-size: 21px;
    margin-top: 12px;
    margin-bottom: 0px;
}
.currenciesavailable .box3 .item.learn-more {
    font-weight: 500;
}
.box3 .content .item {
    margin-bottom: 5px;
}
/*.boxam {
  position: absolute;
    bottom: 335px;
    left: 200px;
}
.boxaf {
  position: absolute;
    bottom: 200px;
    left: 550px;
}
.boxeu {
 position: absolute;
    bottom: 370px;
    left: 570px;
}
.boxas {
 position: absolute;
    bottom: 290px;
    left: 750px;
}*/
/*flag sprite*/
.fg-crncy {
     margin-top: 53px;
    font-size: 12px;
}
/*End flag sprite*/

/*map country list*/
.cntry-lists ul, li {
list-style: none;
	color:#293039;
}
.cntry-lists a {
	color:#293039;
}
.ar-outr a {
	color:#c4161c;
}
/*End map country list*/
@media (min-width: 768px) and (max-width: 991px) {
.map-cnt {
    position: absolute;top: 60px;
}	
}
@media (min-width: 461px) and (max-width: 767px) {
.map-cnt {
    position: absolute;top: 20px;
}	
}
@media (min-width: 300px) and (max-width: 460px) {
.map-cnt {
    position: absolute;top: -15px;
}	
}
/* ----------------------------------------------------------------------------------------
*                                   11. About Pfg Forex Innerpage css
* --------------------------------------------------------------------------------------- */
/*Why Pfg Header*/	
.tm-breadcrumb-area {
    position: relative;
    z-index: 1;
}
.tm-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tm-breadcrumb-area ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.tm-breadcrumb-area ul li {
    list-style: none;
    display: inline-block;
}
.tm-breadcrumb-area ul li a {
    color: #444444;
}
.tm-breadcrumb-area ul li a:hover {
    color: #C4161C;
}	
.tm-breadcrumb-area ul li::after {
    content: "/";
    padding: 0 8px;
}
.tm-breadcrumb-area ul li.active a {
    color: #C4161C;
}
.tm-breadcrumb-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(90deg, #ffffff 0%, transparent 95%);
    background: -moz-linear-gradient(90deg, #ffffff 0%, transparent 95%);
    background: -ms-linear-gradient(90deg, #ffffff 0%, transparent 95%);
    background: -o-linear-gradient(90deg, #ffffff 0%, transparent 95%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(95%, transparent));
    background: -webkit-linear-gradient(left, #ffffff 0%, transparent 95%);
    background: -o-linear-gradient(left, #ffffff 0%, transparent 95%);
    background: linear-gradient(90deg, #ffffff 0%, transparent 95%);
    z-index: -1;
}
.why-header [class*="bg-image-"], .why-header [data-bgimage] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*Why Pfg Header Ends*/		

/*About Pfg -Why Pfg */	
	

.about-page .about-page-bottom .aboutinr {
    position: relative;
    float: left;
    width: 100%;
}
.about-page .about-page-bottom .aboutinr .aboutinr-image {
    position: relative;
    width: 70%;
    float: left;
    height: 500px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    /*box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);*/
    z-index: 1;
}
.imgfix_wrapper_layer .imgfix_src_img {
    left: -999999px;
    right: -999999px;
    top: -999999px;
    bottom: -999999px;
    z-index: 0;
    width: 778px;
    height: 638px;
    max-width: auto !important;
    min-width: auto !important;
    position: absolute;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.about-page .about-page-bottom .aboutinr .aboutinr-text {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@media(max-width: 575px) {
.about-page .about-page-bottom .aboutinr .aboutinr-text {
     position:relative; 
    z-index: 2;
    width: 100%;
    float: left;
    right: 0px;
    top: 0%;
     transform:none; 
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
}
}
/*End About Pfg -Why Pfg*/	
/*About Pfg Details*/
.about-dtls-area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg-white {
    background: #ffffff !important;
}
.about-dtls-area .about-image2 {
    margin-left: -157px;
}
.about-dtls-area .about-dtls-list {
    margin-top: -7px;
    padding-right: 30px;
}
.single-fun .about-dtls-area h4 {
    font-size: 26px;
    color: #293039;padding-bottom: 25px;
}
.about-dtls-area .about-dtls-list p {
    margin-top: 20px;
    margin-bottom: 20px;
}	
.about-dtls-area .about-dtls-list ul {
    margin-bottom: -8px;
}
.about-dtls-area .about-dtls-stylish-list {
    padding-left: 0;
}
.about-dtls-area .about-dtls-stylish-list li {
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}
.about-dtls-area .about-dtls-stylish-list i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 16px;
    color: #293039;
}
.about-dtls-stylish-list li:before{
position: absolute;
    content: '';
    left: 0;
    top: 12px;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #C4161C;
    border-bottom: 4px solid transparent;}
/*End About Pfg Details*/	
/*About Pfg Details1*/
.about-sec {
    background: #f3f1f1;
}	

.single-fun p {
text-align: justify;
}
.single-fun {
    display: block;
    background: #fff;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0 0 40px rgba(204,204,204,.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 380px;
}
/*End About Pfg Details2*/		
/*About Pfg Compliance*/
.compliance {
    padding: 80px 0;
}
.compliance .section-title{
 max-width: 100%;
}	
.section-cmpl {
  
    position: relative;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.left-heading h4 {
    font-size: 21px;
    color: #293039;
    padding-bottom: 10px;
}
.sec-cmpl-dtls1, .sec-cmpl-dtls2{
text-align: -webkit-left;
text-align: left;
}
.mb-30 {
    margin-bottom: 30px !important
}
@media screen and (max-width: 767px) {
  .section-cmpl{
    display: flex;    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-cmpl .sec-cmpl-dtls2:nth-of-type(1) {
    order: 2;
  }
 
  .section-cmpl .sec-cmpl-dtls2:nth-of-type(2) {
    order: 1;
  }
.sec-cmpl-dtls1,.sec-cmpl-dtls2{
text-align: -webkit-center;
text-align: center;
}
.single-fun.mgtp-rt {
    margin-top: 0px;
}	
}
/*End About Pfg Compliance*/	
/*additional styles*/
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.video-box.sty1 {
    margin: 0 auto;
    position: relative;
    background: none;
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.video-box .video-inner.no-redius {
    border-radius: 0px;
}

.video-box .video-inner.no-shodow {
    box-shadow: none;
}

.img-responsive {
    width: 100%;
}

.video-box.sty1 .video-inner .video-body {
    padding: 0;
}

.ml-6 {
    margin-left: 5rem;
}

.section-cmpl h4 {
    font-size: 24px;
    padding-bottom: 0px;
}

.div-liner {
    margin: 40px 0 40px 0;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
/* ----------------------------------------------------------------------------------------
*                                       12. Country List Innerpage css
* -------------------------------------------------------------------------------------- */
.cntry-div {
    padding: 80px 0px;
}

    .cntry-div span {
        font-size: 15px;
    }

    .cntry-div .box {
        padding: 60px 0px;
    }

    .cntry-div .box-part {
        background: #efefef;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px 10px;
        margin: 10px 0px;
        transition: all .4s ease-in-out;
        box-shadow: none;
    }

        .cntry-div .box-part:hover {
            background: #fefefe;
            transform: translateY(-5px);
            box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
        }

    .cntry-div h4 {
        font-weight: 600;
        margin-bottom: 0px;
        clear: both;
    }

    .cntry-div .text {
        margin: 2px 0px;
        clear: both;
    }

    .cntry-div .cnt {
        font-size: 13px;
    }

    .cntry-div .flag-dv {
        height: 15px;
        margin-bottom: 15px;
    }

    .cntry-div hr {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #e4dfdf;
    }

    .cntry-div .hdr {
        font-size: 21px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
/*
    -------------------------------------------------------------
 * FLAG SPRITE CSS
    -------------------------------------------------------------
 */
span.flag {
    width: 44px;
    height: 30px;
    display: inline-block;
    margin-top: 5px;
}
.flag {
    background: url(../img/flag/flags_responsive.png) no-repeat;
    background-size: 100%
}
.flag-ae {
    background-position: 0 .826446%
}

.flag-at {
    background-position: 0 5.371901%
}

.flag-bd {
    background-position: 0 7.85124%
}

.flag-be {
    background-position: 0 8.264463%
}

.flag-bg {
    background-position: 0 9.090909%
}

.flag-ca {
    background-position: 0 14.876033%
}

.flag-ch {
    background-position: 0 16.942149%
}

.flag-cn {
    background-position: 0 19.008264%
}

.flag-cy {
    background-position: 0 21.487603%
}

.flag-cz {
    background-position: 0 21.900826%
}

.flag-de {
    background-position: 0 22.31405%
}

.flag-dk {
    background-position: 0 23.140496%
}

.flag-ee {
    background-position: 0 25.206612%
}

.flag-es {
    background-position: 0 26.859504%
}

.flag-fi {
    background-position: 0 27.68595%
}

.flag-fj {
    background-position: 0 28.099174%
}

.flag-fr {
    background-position: 0 29.752066%
}

.flag-gh {
    background-position: 0 31.818182%
}

.flag-gr {
    background-position: 0 34.710744%
}

.flag-hk {
    background-position: 0 37.190083%
}

.flag-hr {
    background-position: 0 38.429752%
}

.flag-hu {
    background-position: 0 39.256198%
}

.flag-id {
    background-position: 0 39.669421%
}

.flag-ie {
    background-position: 0 40.082645%
}

.flag-il {
    background-position: 0 40.495868%
}

.flag-in {
    background-position: 0 40.909091%
}

.flag-is {
    background-position: 0 42.561983%
}

.flag-it {
    background-position: 0 42.975207%
}

.flag-jp {
    background-position: 0 44.214876%
}

.flag-ke {
    background-position: 0 44.628099%
}

.flag-kh {
    background-position: 0 45.454545%
}

.flag-li {
    background-position: 0 50.413223%
}

.flag-lk {
    background-position: 0 50.826446%
}

.flag-lt {
    background-position: 0 52.066116%
}

.flag-lu {
    background-position: 0 52.479339%
}

.flag-lv {
    background-position: 0 52.892562%
}

.flag-mc {
    background-position: 0 54.132231%
}

.flag-mt {
    background-position: 0 59.917355%
}

.flag-mx {
    background-position: 0 61.570248%
}

.flag-ng {
    background-position: 0 64.46281%
}

.flag-nl {
    background-position: 0 65.289256%
}

.flag-no {
    background-position: 0 65.702479%
}

.flag-np {
    background-position: 0 66.115702%
}

.flag-nz {
    background-position: 0 67.355372%
}

.flag-ph {
    background-position: 0 69.834711%
}

.flag-pk {
    background-position: 0 70.247934%
}

.flag-pl {
    background-position: 0 70.661157%
}

.flag-pt {
    background-position: 0 72.31405%
}

.flag-qa {
    background-position: 0 73.553719%
}

.flag-ro {
    background-position: 0 74.380165%
}

.flag-sa {
    background-position: 0 76.033058%
}

.flag-se {
    background-position: 0 77.68595%
}

.flag-sg {
    background-position: 0 78.099174%
}

.flag-si {
    background-position: 0 78.92562%
}

.flag-sk {
    background-position: 0 79.752066%
}

.flag-sm {
    background-position: 0 80.578512%
}

.flag-th {
    background-position: 0 85.950413%
}
.flag-tr {
    background-position: 0 89.256198%
}
.flag-ug {
    background-position: 0 92.14876%
}
.flag-gb, .flag-uk {
    background-position: 0 92.561983%
}
.flag-us {
    background-position: 0 93.38843%
}
.flag-za {
    background-position: 0 98.760331%
}
/*
    -------------------------------------------------------------
 * END FLAG SPRITE CSS
    -------------------------------------------------------------
 */

.grey_bg {
    background: #f3f1f1;
}
.process {
    background: #f3f1f1;
}

#clients {
    background: #f3f1f1;
    min-height: 600px;
    background-size: cover;
}

.info-box {
    height: 120px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 20px 15px;
    border: 1px solid #efefef;
    text-align:center
}

    .info-box:hover {
        /*-webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);
    box-shadow: 0 14px 24px rgba(62,57,107,.2);*/ border: 1px solid #ddd;
        z-index: 999;
        transition: 0.3s;
    }

.info-box, .info-box-icon, .info-box-more, .info-box-number {
    display: block;
}



.info-box img{
    width:40px
}

.info-box-number {
    font-size: 19px !important;
    padding-top: 0px;
    color: #151515;
    line-height: 28px;
    width: 100%;
    font-weight: 500 !important;
}
/*.info-box-number a:hover {
    color: #333!important;
    text-decoration: underline!important;
}*/
.info-box-text, .progress-description {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.info-box-icon {
    font-size: 52px;
    text-align: center;
    margin-left: 0px;
    float: left; /*padding-top: 20px;*/
}

    .info-box-icon img {
        width: 40px;
        height: auto !important;
        float:left;
    }

.pl-30 {
 padding-left:30px
}
.mt-10 {
    margin-top: 10px
}
.emphasis{font-size:26px!important; margin-bottom:35px; width:100%}
.mb-30{margin-bottom:30px}
.line {
    color: #C4161C; font-weight:bold
}

.single-blog-item img {
    width: 100%;
    margin-bottom: 20px; border-radius:20px
}

.post-content h4 {
 font-size:20px; font-weight:bold
}

.pvcy h4 {
 font-size:21px; margin-bottom:15px
}

.list_pol ul {
 margin-left:40px;
}

.list_pol ul li {
    list-style: disc; margin-bottom:15px
}

    .list_pol ul li a, .list_pol ul li a:hover {
        color: #C4161C!important; text-decoration:underline
    }

.list_pol_up {
    margin-left: 40px;
}

    .list_pol_up ul li {
        list-style: decimal-leading-zero;
        margin-bottom: 15px
    }

    .list_pol_up ul li::marker{font-weight:bold}

.sub-ul  {
    margin-left: 15px;
}

    .sub-ul li {
        list-style: disc !important;
        margin-bottom: 7px !important
    }

.tabWrapp {
    width: 100%;
    border: 1px solid #808080;
    border-right:0px; margin-bottom:30px;
}
    .tabWrapp > .row, .tabWrapp .tabInner > .row {
        border-bottom: 1px solid #808080;
        display: table;
        width: 100%;
        margin: 0;
    }
        .tabWrapp > .row > div, .tabWrapp .tabInner > .row > div {
            border-right: 1px solid #808080;
            padding: 15px;
            display: table-cell;
            float: none !important;
            vertical-align: middle;
        }

.sub_ul_li {

 margin-left:20px}
.sub_ul_li li{list-style:none!important}

.join_us, .join_us:hover {
    border: 1px solid #C4161C !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 13px 33px !important;
    background: #C4161C !important;
}

.box-mod p {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    padding: 30px 15px; text-align:center
}

    .box-mod p:hover {
        border: 1px solid #ddd;
        z-index: 999;
        transition: 0.3s;
    }


.compli hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.rd_mr {

 display:inline-block}
.mt-30{margin-top:30px}

.item img {
 width:100%
}


@media (width:320px) {

}



@media (max-width:767px) {
    .intro-text h1 {
        font-size: 45px;
        margin-bottom: 16px;
    }
    .info-box{height:auto}
    .working-process{padding-bottom:0px!important}
    .d-nn-rsp {
    
     margin-left:0px!important}
}