html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
select::-moz-expand {
    width:12px;
    border:none;
    background:#fff;
}


@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-LightItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
        url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
        url('../fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Italic.woff2') format('woff2'),
        url('../fonts/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body { 
    font-family: 'Nunito Sans',Helvetica,Arial,sans-serif;
}


/************Slick override code ********/

.slick-prev:before {
    content: '\f104'!important;
}
.slick-next:before {
    content: '\f105'!important;
}
.slick-prev {
    left: 15px!important;
    background: #D23292!important;
    width: 42px!important;
    height: 42px!important;
    z-index: 1;
}
.slick-next {
    right: 15px!important;
    background: #D23292!important;
    width: 42px!important;
    height: 42px!important;
    z-index: 1;
}
.portfolio_slider .slick-next {
    right: -40px!important;
}
.portfolio_slider .slick-prev {
    left: -40px!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome'!important;
    font-size: 30px!important;
    /*font-weight: 600;*/
    line-height: 1;
    opacity: 1;
    color: #ffffff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.see_slider_box .slick-prev:before, .see_slider_box .slick-next:before {
    color: #D23292!important;
}
.see_slider_box .slick-prev, .see_slider_box .slick-next {
    background: #ffffff!important;
    box-shadow: 0 0 15px 5px #d9d9d9;
}


/************ ******************/

#loading {
   background-color: #fff;        
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   opacity: 0.9;
   z-index: 99;
   text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.paddingLeft0{
  padding-left: 0!important;
}
.paddingRight0{
  padding-right: 0!important;
}
.paddingTB40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.paddingTB60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.paddingTB80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.paddingTB100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.paddingT60{
    padding-top: 60px;
}
.paddingT40{
    padding-top: 40px;
}
.paddingB40{
    padding-bottom: 40px;
}
.paddingT20{
    padding-top: 20px;
}
.paddingB20{
    padding-bottom: 20px;
}
.paddingTB20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.paddingTB10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.form_container .error p {
    font-size: 11px;
    margin-top: -12px;
    margin-bottom: 12px;
    padding-left: 10px;
}
.sticky_form_container .error p {
    position: absolute;
    font-size: 11px;
    margin-top: 5px;
}
/**********Header CSS ***********/
.banner_section{
    background: url(../img/banner_img.jpg);
    background-size: cover;
    height: 745px;
    position: relative;
}


header{
    width: 100%;
    height: 80px;
    z-index: 9;
}
header.fixed_header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background: #ffffff;
    z-index: 9;
    box-shadow: 0 1px 5px #e8e8e8;
    transition-property: background;
    transition-duration: 1s;
}
nav.nav_container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 80px;
    padding: 12px 0;
}
nav.nav_container .logo_holder {
    float: left;
    width: 250px;
}
nav.nav_container .logo_holder img{
    width: 150px;
    height: 60px;
}
.menu_container {
    float: left;
    width: calc(100% - 250px);
    height: 60px;
}
.menu_container ul {
    display: flex;
    align-items: baseline;
    padding: 0;
    margin: 0;
    float: right;
}
.menu_container ul li {
    float: left;
    padding: 18px 0;

}
li.phonemenu.dropdown {
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px 8px 12px;
    height: 40px;
    width: auto;
    text-align: center;
    border-radius: 25px;
    margin-right: 20px;
}
.menu_container ul li.phonemenu a{
    padding: 4px 4px;
    font-weight: 400;
    font-size: 13px;
}
.call_icon .fa {
    font-size: 17px;
}
span.country_name{
    padding-left: 3px;
    font-size: 12px;
}
li.phonemenu span.icon {
    position: relative;
    top: 2px;
}
span.icon.ind {
    background-position: 0 224px !important;
    background: url(../img/flags.png);
    width: 25px;
    height: 18px;
    display: inline-block;
    padding-right: 0px;
    float: right;
    margin-left: 5px;
}
.menu_container ul li a{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 20px;
    transition: 0.3s ease;
}
.logo_color{
    display: none;
}
.fixed_header .menu_container ul li a{
    color: #282828;
}
.fixed_header .logo_color{
    display: inline-block;
}
.fixed_header .logo_white{
    display: none;
}
.fixed_header li.phonemenu.dropdown {
    border: 1px solid #000000;
    color: #000000;
}
.menu_container ul li a:hover{
    color: #D23292;
}
.menu_container ul li.active  a{
    color: #D23292;
}
span.menu_img {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.news_icon{
    background: url(../img/news_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.event_icon{
    background: url(../img/event_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.blog_icon{
    background: url(../img/blog_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.login_icon{
    background: url(../img/login_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.toggle_icon{
    background: url(../img/menu_toggle_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}



.fixed_header .news_icon{
    background: url(../img/news_icon_black.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.fixed_header .event_icon{
    background: url(../img/event_icon_black.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.fixed_header .blog_icon{
    background: url(../img/blog_icon_black.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.fixed_header .login_icon{
    background: url(../img/login_icon_black.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.fixed_header .toggle_icon{
    background: url(../img/menu_toggle_icon_black.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/***********intro section css ************/
.wrapper_box {
    width: 100%;
    max-width: 1195px;
    margin: auto;
}
.intro_section{
    margin-top: 50px;
}
.intro_text {
    text-align: center;
    width: 70%;
    margin: auto;
}
.intro_text h3 {
    color: #D23292;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    margin-bottom: 20px;
}
.intro_text h1 {
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 20px;
}
.intro_text p {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
}
span.agent_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D23292;
    color: #ffffff;
    border: 1px solid #D23292;
    border-radius: 25px;
    width: 345px;
    height: 50px;
    padding: 8px 25px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
span.bisnassoc_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /*color: #d6179e;*/
    color: #D23292;
    border: 1px solid #D23292;
    border-radius: 25px;
    width: 345px;
    height: 50px;
    padding: 8px 25px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
}
.site_note_div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.site_note_div p.site_note {
    position: relative;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #D23292;
    background: #ffffff;
    padding: 5px 15px;
}
/*.site_note_div p.site_note:before{
    content: '';
    width: 80px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: -80px;
    top: 50%;
}
.site_note_div p.site_note:after{
    content: '';
    width: 80px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    right: -80px;
    top: 50%;
}*/
.short_info_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 0 30px;
}
.info_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 12%;
    position: relative;
}
.info_box:after {
    content: '';
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
}
.info_box:last-child::after {
    content: none;
}
.info_box p.info_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    text-transform: uppercase;
}
.info_box h2.info_count {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.value_strip {
  /*background-color: rgb(214, 23, 158);*/
  background-color: #D23292;
  width: 100%;
}
.value_strip .title_box h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.value_associ_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}
.associate_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.associate_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff;
    border-radius: 50%;   
}
.associate_box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}
.about_content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.desc_content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(208, 205, 206);
    border-radius: 5px;
    width: 48%;
    min-height: 345px;
    text-align: center;
    padding: 35px 25px;
    margin-bottom: 35px;
}
.desc_content_box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin-top: 10px;
}
.desc_content_box p {
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    margin-top: 15px;
}
.desc_img_box {
    width: 48%;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 35px;
}
.desc_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.become_frenchi_sec {
    background: #f5f5f5;
}
.become_frenchi_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.become_frenchi_text, .become_frenchi_img{
    width: 48%;
}
.become_frenchi_img {
    width: 70%;
}
.become_frenchi_text p {
    font-size: 16px;
    font-weight: normal;
}
.become_frenchi_img img {
    width: 90%;
}
/*********** boost business **********/
.title_box {
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
}
.title_box h2 {
    font-weight: bold;
    font-size: 40px;
    color: #282828;
    text-align: center;
    line-height: 35px;
    position: relative;
}
.title_box h2 span.title_highl{
    color: #D23292;
}
.title_box h2 img {
    width: 40px;
    height: 40px;
    margin: auto 8px;
}
.title_box.after_icon{
    margin-bottom: 80px;
}
.title_box.after_icon h2:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #D23292;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}



/********** help section css *********/
section.help_section {
}
.help_title_box {

}
img.contact_us_icon{
    margin-bottom: 15px;
}
.form_box {
    padding: 0 0 0 50px;
}
.form_box input.form-control {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 55px;
    border-radius: 3px;
    box-shadow: none;
}
textarea#message_box {
    height: 130px;
    background: transparent;
    border-radius: 3px;
    margin-top: 15px;
    border: 1px solid #eae7e7;
    box-shadow: none;
}
span.help_type {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

input.help_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #D23292;
    color: #e8ecff;
    border: 1px solid #D23292;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 25px;
    margin-top: 15px;
    box-shadow: none;
    text-transform: uppercase;
}
.help_title_box h2{
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    color: #282828;
    position: relative;
    margin-bottom: 30px;
}
.help_title_box h2:after{
    content: '';
    width: 80px;
    height: 2px;
    background: #D23292;
    position: absolute;
    left: 0;
    bottom: -15px;    
}
.help_title_box p{ 
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 50px;
}
.email_add_box {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.phone_no_box {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.email_add_box img, .phone_no_box img{
    margin-right: 8px;
}
.phone_container {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 55px;
    border-radius: 3px;
    padding: 0 12px;
}
.country_container {
    width: 95px;
    height: 100%;
    float: left;
}
.country_container select {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    background: #ffffff;
    outline: none;
}
input#phone_no_input {
    width: calc(100% - 95px);
    height: 100%;
    border: none;
}
.city_container {
    width: 100%;
    height: 100%;
    float: left;
}
.city_container select {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    background: #ffffff;
    outline: none;
}
.hearit_box {
    padding: 25px;
    background: #f5f5f5;
    margin: 8px 15px;
}
.hearit_box .hearit_img_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.hearit_box .hearit_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hearit_text_box {
    position: relative;
    padding: 20px 0;
    text-align: center;
}
.hearit_text_box{

}
.hearit_text_box h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
    line-height: 20px;
}
.hearit_text_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    margin-bottom: 25px;
}
.hearit_text_box p {
    font-weight: normal;
    font-size: 14px;
    color: #282828;
}
.hearit_container .slick-dots {
    bottom: -35px!important;
}
.hearit_container .slick-dots li button {
    width: 21px!important;
    height: 21px!important;
    cursor: pointer;
    color: transparent;
    border: 2px solid #404040!important;
    border-radius: 50%!important;
}
.hearit_container .slick-dots li.slick-active button {
    border: 2px solid #D23292!important;
    padding: 0;
}
.hearit_container .slick-dots li button:before {
    content: none!important;
}
.hearit_container .slick-dots  li.slick-active button:before {
    content: '•'!important;
    line-height: 25px!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    text-align: center;
    opacity: .75;
    color: #D23292!important;
    font-size: 21px!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.see_section{
    background: #f5f5f5;
}
.see_box {
    text-align: center;
    outline: none;
}
.see_box_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    border: 8px solid #ffffff;
    border-radius: 50%;
}
.see_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.see_box h2 {
    font-size: 20px;
    font-weight: bold;
}
.see_box h2 span {
    font-size: 14px;
    font-weight: normal;
}
.news_img_box{
    position: relative;
}
.news_img_box img {
    width: 100%;
}
.news_content_box {
    padding: 20px;
    background: #f5f5f5;
}
.news_content_box h2 {
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    margin-bottom: 8px;
}
.news_content_box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
.date_strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #282828;
}
span.read_more_btn a {
    color: #282828;
}
img.play_button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.portfolio_section{
    background: #ffffff;
}
ul.portfolio_slider li {
    outline: none;
}
.portf_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 140px;
    margin: 0 8px;
}
.portf_img_box img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

footer {
    background: #161616;
}
.footer_top_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 160px 0;
}
.social_box ul {
    display: flex;
}
.social_box ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    width: 45px;
    height: 45px;
    border: 1px solid #969696;
    border-radius: 50%;
}
.social_box ul li a{
    color: #969696;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer_logo_box {
    margin-top: 35px;
}
.footer_links {
    margin-top: 90px;
}
.footer_links ul {
    display: flex;
}
.footer_links ul li {
    display: inline-flex;
    margin-right: 40px;
    position: relative;
}
.footer_links ul li:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #D23292;
    position: absolute;
    top: 0;
    right: -20px;
}
.footer_links ul li:last-child:after{
    content: none;
}
.footer_links ul li a{
    color: #969696;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.copy_text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #585858;
}
.copy_text_box p{
    color: #969696;
    font-size: 14px;
    font-weight: normal;
}


/***********side panel menu ************/

  .sidepanel {
    width: 335px;
    position: fixed;
    z-index: 1000000;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1B121E;
    overflow-x: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding-top: 30px;
    display: none;
  }
  .sidepanel li {
      display: block;
      transition: 0.3s;
      padding: 0 30px 10px 40px;
  }
  .sidepanel li a {
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
  }
  .sidepanel hr {
    margin: 10px 30px 10px 40px;
    border-top: 1px solid rgba(241, 241, 242, 0.5);
  }
  .sidepanel .close_right_menu {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 35px;
    color: #ffffff;
  }


/********req modal css ********/

.modal_container {
    position: relative;
    background: #ffff;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding: 50px 30px;
    margin-top: 5%;
    border-radius: 5px;
}
#privacy_modal .modal_container {
    position: relative;
    background: #ffff;
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 30px 30px;
    margin-top: 4%;
    border-radius: 5px;
}
span.close_modal {
    font-size: 35px;
    color: #000000;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    cursor: pointer;
}
.modal_header {
    margin-bottom: 40px;
}
#privacy_modal .modal_header {
    margin-bottom: 40px;
}
.modal_header h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 8px;
}
.modal_header  h5 {
    font-size: 15px;
    color: #707070;
}
.form_container .phone_container {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 48px;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 15px;
}
.form_container .country_container {
    width: 70px;
    height: 100%;
    float: left;
}
.form_container input#phone_no_input {
    width: calc(100% - 70px);
    height: 100%;
    border: none;
    outline: none;
}
.form_container .country_container select {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    background: #f4f2f3;
    padding-left: 8px;
    outline: none;
}
.form_container input.form-control {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 48px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
}
.form_container span.req_submit_btn {
    display: flex;
    background: #d7179e;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

/************* footer sticky form css ************/

.footer_sticky_form {
    position: fixed;
    bottom: 0;
    background: #1b111d;
    width: 100%;
    padding: 20px 80px;
    z-index: 99;
    transition: 0.3s ease;
    display: none;
}
.sticky_form_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sticky_form_container form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sticky_form_container .form-group {
    margin-bottom: 0px;
    margin-right: 15px;
}
.sticky_form_container input.form-control {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 42px;
    width: 250px;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
}
.sticky_form_container .phone_container {
    border: 1px solid #eae7e7;
    background: #ffffff;
    height: 42px;
    border-radius: 3px;
    padding: 0;
}
.sticky_form_container .country_container {
    width: 70px;
    height: 100%;
    float: left;
}
.sticky_form_container .country_container select {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    background: #f4f2f3;
    padding-left: 8px;
    outline: none;
}
.sticky_form_container span.get_call_btn {
    display: flex;
    background: #D23292;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
}
.sticky_form_container span.call_tocall_btn{
    display: flex;
    background: #d7179e;
    width: 190px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
    display: none;
}
span.close_footer_sticky_form {
    position: absolute;
    top: 15px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.17);
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    display: none;
}
.footer_container {
    padding-bottom: 80px;
}
.scroll_top_btn{
    cursor: pointer;
}
@media screen and (min-width: 1900px) {
    .site_wrapper{
        width: 100%;
        max-width: 1698px;
        margin: auto;
    }
    .wrapper_box {
        width: 100%;
        max-width: 1450px;
        margin: auto;
    }
    nav.nav_container {
        width: 100%;
        max-width: 1450px;
        margin: auto;
        height: 80px;
        padding: 12px 0;
    }
    li.phonemenu.dropdown {
        width: auto;
        display: inline-flex;
        align-items: center;
    }
    .call_icon .fa {
        font-size: 20px;
        margin-right: 8px;
    }
}
@media(min-width: 1025px){
    .short_info_container {
        bottom: 100px;
    }
}
@media(max-width: 1899px){
    .site_wrapper{
        width: 100%;
        margin: auto;
        position: relative;
    } 
    .wrapper_box {
        width: 100%;
        max-width: 1195px;
        margin: auto;
    }
}


@media(max-width: 1024px){
    .intro_text {
        text-align: center;
        width: 90%;
        margin: auto;
    }
    span.agent_btn {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .footer_sticky_form {
        padding: 20px 20px;
    }
    .site_wrapper{
        overflow-x: hidden;
    }
    nav.nav_container {
        padding: 12px 15px;
    }
    .news_views_container {
        padding: 0 15px;
    }
    .about_content_box {
        padding: 0 15px;
    }
    .become_frenchi_container {
        padding: 0 15px;
    }
    .help_title_box {
        padding: 0 15px;
    }
    .form_box {
        padding: 0 15px;
        margin-top: 30px;
    }
    .short_info_container {
        flex-wrap: wrap;
        bottom: 100px;
    }
    .info_box {
        width: 30%;
        position: relative;
        margin-bottom: 25px;
    }
    .info_box:nth-child(3n+3):after{
        content: none;
    }
    .portf_img_box{
        width: auto;
    }
    .email_add_box, .phone_no_box {
        font-size: 16px;
    }
    .portfolio_slider .slick-next {
    right: 5px!important;
    }
    .portfolio_slider .slick-prev {
        left: 5px!important;
    }
}
@media(max-width: 1023px){
.sticky_form_container span.call_tocall_btn{
    display: flex;
}
.sticky_form_container form {
    display: none;
    padding: 40px 0;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sticky_form_container .form-group {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
}
.sticky_form_container .error p {
    position: absolute;
    font-size: 11px;
    margin-top: 2px;
}
.sticky_form_container input.form-control {
    width: 100%;
}
span.menu_text {
    display: none;
}
li.phonemenu.dropdown {
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 15px 6px 15px 6px;
    height: 50px;
    width: auto;
    text-align: center;
    border-radius: 25px;
    margin-right: 0px;
    opacity: 0.8;
}
li.phonemenu.dropdown a {
    display: none;
}
li.phonemenu.dropdown span.icon.ind {
    display: none;
}
.fixed_header li.phonemenu.dropdown {
    border: none;
    color: #000000;
}
nav.nav_container .logo_holder {
    float: left;
    width: 100px;
}
.menu_container {
    float: left;
    width: calc(100% - 100px);
    height: 60px;
}
.menu_container ul li {
    float: left;
    padding: 12px 0;
}
.menu_container ul li a {
    padding: 15px 6px;
    transition: 0.3s ease;
}
.intro_section {
    margin-top: 0px;
}
.date_strip {
    font-size: 11px;
}
.email_add_box, .phone_no_box {
    font-size: 11px;
}
}
@media(max-width: 767px){
header {
    height: 70px;
    z-index: 9;
}
.banner_section {
    height: 850px;
    position: relative;
}
header.fixed_header {
    height: 70px;
}
nav.nav_container .logo_holder img {
    width: 90px;
    height: 45px;
}
.intro_section {
    position: absolute;
    padding: 0;
    top: 100px;
}
.intro_text {
    text-align: center;
    width: 90%;
    margin: auto;
}
.intro_text h1 {
    font-size: 40px;
}
.intro_text p {
    font-size: 17px;
}
span.agent_btn {
    width: 300px;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 12px;
    cursor: pointer;
}
span.bisnassoc_btn{
    width: 300px;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 0px;
    cursor: pointer;   
}
.site_note_div {
    bottom: 25px;
}
.short_info_container {
    flex-wrap: wrap;
    padding: 20px 0;
    bottom: 50px;
}
.info_box {
    width: 50%;
    position: relative;
    margin-bottom: 25px;
}
.info_box:nth-child(3n+3):after{
    content: '';
}
.info_box:nth-child(2n+2):after{
    content: none;
}
.value_strip .title_box h2 {
    font-size: 30px;
}
.title_box h2 {
    font-size: 30px;
}
.about_content_box {
    padding: 0 15px;
}
.desc_content_box {
    width: 100%;
}
.desc_img_box {
    width: 100%;
    margin-bottom: 35px;
}
.value_associ_container {
    width: 90%;
    margin: auto;
    flex-direction: column;
}
.associate_box {
    margin-right: 0px;
    margin-bottom: 30px;
}
.associate_box:last-child{
    margin-right: 0;
}
.become_frenchi_container {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.become_frenchi_text, .become_frenchi_img {
    text-align: center;
    width: 100%;
}
.become_frenchi_img img {
    width: 100%;
}
.become_frenchi_text {
    margin-top: 25px;
}
.news_views_container {
    padding: 0 15px;
}
.news_box {
    margin-bottom: 15px;
}
.portf_img_box {
    width: initial;
}
.portfolio_slider .slick-next {
    right: 5px!important;
}
.portfolio_slider .slick-prev {
    left: 5px!important;
}
.help_title_box {
    padding: 0 15px;
}
.form_box {
    padding: 0 15px;
    margin-top: 30px;
}
.modal_container {
    width: 100%;
    max-width: 330px!important;
}
.date_strip {
    font-size: 14px;
}
.footer_top_content {
    padding: 100px 0;
}

.footer_links {
    margin-top: 90px;
    padding: 0 15px;
}
.footer_links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer_links ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    position: relative;
    width: 33%;
    margin-bottom: 15px;
}
.footer_links ul li a {
    font-size: 13px;
}
.footer_links ul li:after {
    right: 5px;
}
.about_content_box div:nth-of-type(1) {
    order: 2;
}
.about_content_box div:nth-of-type(2) {
    order: 1;
}
.about_content_box div:nth-of-type(3) {
    order: 3;
}
.about_content_box div:nth-of-type(4) {
    order: 4;
}
.about_content_box div:nth-of-type(5) {
    order: 6;
}
.about_content_box div:nth-of-type(6) {
    order: 5;
}
.about_content_box div:nth-of-type(7) {
    order: 7;
}
.about_content_box div:nth-of-type(8) {
    order: 8;
}
.about_content_box div:nth-of-type(9) {
    order: 10;
}
.about_content_box div:nth-of-type(10) {
    order: 9;
}
.about_content_box div:nth-of-type(11) {
    order: 11;
}
.about_content_box div:nth-of-type(12) {
    order: 12;
}
.about_content_box div:nth-of-type(13) {
    order: 14;
}
.about_content_box div:nth-of-type(14) {
    order: 13;
}
.about_content_box div:nth-of-type(15) {
    order: 15;
}
.about_content_box div:nth-of-type(16) {
    order: 16;
}
.email_add_box {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.phone_no_box {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
}

@media(max-width: 320px){
    nav.nav_container .logo_holder {
        float: left;
        width: 90px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    nav.nav_container .logo_holder img {
        width: 80px;
        height: 35px;
    }
    .menu_container {
        float: left;
        width: calc(100% - 90px);
        height: 60px;
    }
    .menu_container ul li a {
        padding: 15px 4px;
        transition: 0.3s ease;
    }
    .associate_box {
        width: 90px;
        height: 90px;
    }
    .help_title_box h2 {
        font-size: 28px;
    }
    .email_add_box {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
    }
    .phone_no_box {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
    }
    .footer_links {
        margin-top: 90px;
        padding: 0 4px;
    }
    .footer_links ul li:nth-child(3n+3):after{
        content: none;
    }
}