/* 
Theme Name:		 page-builder-framework-child
Theme URI:		 http://childtheme-generator.com/
Description:	 page-builder-framework-child is a child theme of Page Builder Framework, created by ChildTheme-Generator.com
Author:			 page-builder-framework
Author URI:		 http://childtheme-generator.com/
Template:		 page-builder-framework
Version:		 1.0.0
Text Domain:	 page-builder-framework-child
*/

/*
    Add your custom styles here
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
*{
  margin:0;
  padding:0;
  text-decoration:none;
  list-style:none;
  font-family: 'Montserrat';
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Thin.woff2') format('woff2'),
        url('fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 0;
  background: #292929;
  border: 2px solid #ffffff;
  width: 8px;
}
::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #616161;
}
/* Scroll Bar Css Ends */


/*Comman Css*/
a:hover,
a:focus,
a:active{
  text-decoration: none;
}
ol, ul{
  margin: 0;
  padding: 0;
}
img{
  display: block;
}
body{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: 'Montserrat';  
}
h1, h2, h3, h4, h5, h6{
	 font-family: 'Montserrat' !important;
}
p{
  font-size: 19px;
  font-weight: normal;
  color: #9f9f9f;
  line-height: 34px;
}


@media(min-width:992px){
  /*.product-wrapper>.row>.col-md-3:nth-child(4n+1){
    clear: left;
  }*/
}
.btn-main{
  font-size: 15px;
  font-weight: 500;
  color: #d5ffd7;
  display: table;
  width: 150px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  border: 2px solid #02aefe;
  background-color: #02aefe;
  transition: all 0.4s ease;
  border-radius: 0;
}
.btn-main:focus,
.btn-main:hover{
  color: #fff;
  outline: none;
  border-color: #333;
  background-color: #333;
}

.bor-three,
.bor-two,
.bor-one{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  opacity: 0.07;
  z-index: 999;
  left: 1%;
  top: 0;
  background-color: #f8f8f8;
}
.bor-two{
  left: 72%;
}
.bor-three{
  left: 98.70%;
}

.bor-wrapper{
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bor-wrapper .container{
  position: relative;
  height: 100%;
}
/*End Comman Css*/

/* Navigation*/ 
header{
	width: 100%;	
}
.navbar .wpbf-nav-wrapper.wpbf-container{
  padding: 0!important;
}
.navbar{
  position: absolute;
  width: 100%;
  height: 78px;
  left: 0;
  top: 0;
  height: auto;
  border: none;
  margin:0;
  padding: 36px 0;
  z-index: 120;
  background: transparent;
}
.navbar-brand{
  padding: 0;
  height: auto;
}
.navbar-brand img{
  width: 186px;
}
.navbar .navbar-collapse{
  padding: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin-left: 0;
}
.navbar .navbar-nav>li{
    margin-right: 25px;
    position: relative;
    text-align: center;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}

nav .wpbf-1-4{
  width: 20%;
}
nav .wpbf-3-4{
  width: 80%;
}
.wpbf-menu li>a{
  align-items: center;
  display: block;
  padding: 20px 0;
  color: #fff;
  border-radius: 0;
  border: none;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  transition: .4s linear;
}
.wpbf-menu li.btn-main{
	padding: 0;
	border: none;
	width: auto;
  margin-left: 15px;
}
.wpbf-menu li.btn-main>a{
  border-radius: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 65px;
  font-size: 15px;
  padding: 15px;
  margin-top: -11px;
  border: 2px solid #25d366;
  background-color: #25d366;
}
.wpbf-mobile-menu .btn-main a:before,
.wpbf-menu li.btn-main> a:before{
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-image: url('http://ifw.vimerco.com/wp-content/uploads/2020/10/whatsup-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.wpbf-mobile-menu .btn-main a:before{
  margin-bottom: -4px;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar.navbar-nav>li>a:hover{
  color: #02aefe;
  background-color: transparent;
}
.navbar .navbar-nav>li>a:hover{
  color: #02aefe;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover{
  color: #37c157;
  border-radius: 0;
  background-color: transparent;
}

.wpbf-menu li.btn-main:focus a,
.wpbf-menu li.btn-main:hover a{
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.navbar-nav>li.dropdown>a:after{
  content: '';
  position: relative;
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: 15px;
  right: 0;
  top: 1px;
  border: none;
  transform: rotate(-180deg);
  background-image: url('http://ifw.vimerco.xyz/wp-content/uploads/2020/08/ac-up.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.navbar-nav>li>.dropdown-menu{
  padding: 10px 0;
  left: 50%;
  margin-left: -80px;
  border-radius: 10px;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  transition: .4s linear;
  background-color: #fff;
  border-color: #ddd;
}
.navbar-nav>li>.dropdown-menu a{
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  color: #000;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  transition: .4s linear;
}
.navbar-nav>li>.dropdown-menu a:focus,
.navbar-nav>li>.dropdown-menu a:hover{
  background-color: transparent;
  color: #b3b3b3;
}

/* Toggle */
.navbar-toggler{
  border: 2px solid #129c32;
  margin-right: 15px;
  display: flex;
  padding: 10px;
  transition: all 0.4s ease;
  flex-flow: column;
}
.navbar-toggler:focus,
.navbar-toggler:hover{
  outline: none;
}
.navbar-toggler .navbar-toggler-icon{
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #014110;
  transition: all 0.4s ease;
}
.navbar-toggler .navbar-toggler-icon:last-child{
  margin-bottom: 0;
}
/*End Navigation*/

/* Index */
/* Banner */
.banner-container{
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

/*.banner-container .bor-one{
  left: 3%;
}
.banner-container .bor-two{
  left: 70%;
}
.banner-container .bor-there{
  left: 3%;
}*/

.banner-img{
  width: 100%;
  display: block;
}
.banner-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
.banner-img img{
  width: 100%;
}
.banner-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
}
.banner-block{
  width: 100%;
  display: flex;
  height: 100vh;
  align-items: center;
}
.banner-details{
  width: 100%;
  display: block;
  margin-top: 60px;
}
.banner-details h1{
  font-size: 81px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.banner-details h1 span{
  font-weight: 200;
}
.banner-details blockquote{
  border-left: 4px solid #02aefe;
  padding-left: 20px;
  margin: 20px 0;
}
.banner-details blockquote p{
  font-style: normal !important;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 34px;
  min-height: 80px;
}

.banner-details .social-icon{
  width: 100%;
  display: table;
  margin-top: 80px;
}
.banner-details .social-icon ul{
  float: right;
}
.social-icon ul{
  display: table;
}
.social-icon li{
  float: left;
  margin-right: 20px;
}
.social-icon li:last-child{
  margin-right: 0;
}
.social-icon li a{
  font-size: 20px;
  color: #fff;
  transition: all 0.4s ease;
}
.social-icon li a:hover{
  color: #fff;
  opacity: 0.5;
}

.banner-note{
  width: 50%;
  display: flex;
  align-items: center;
  height: 95px;
  left: 0;
  bottom: -45px;
  padding: 0 90px;
  z-index: 1;
  justify-content: flex-end;
  position: absolute;
  background-color: #02aefe;
}
.banner-note p{
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}

.play-pause-btn {
  display: block;
  background-color: #111;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  color: #fff;
}
/* End Banner */

/* About Us */
.about-us{
  width: 100%;
  display: block;
  position: relative;
}

.faq-container .bor-wrapper .container,
.follow-us .bor-wrapper .container,
.our-services .bor-wrapper .container,
.about-us .bor-wrapper .container{
  z-index: -1;
}
.faq-container>.bor-wrapper>.container>div,
.follow-us>.bor-wrapper>.container>div,
.our-services>.bor-wrapper>.container>div,
.about-us .bor-three,
.about-us .bor-two,
.about-us .bor-one{
  opacity: 0.7;
}

.about-wrapper{
  width: 100%;
  display: block;
}
.about-blk{
  width: 100%;
  display: block;
  padding-top: 200px;
}
.about-details{
  width: 100%;
  display: block;
}
.title-main{
  width: 100%;
  display: block;
  margin-bottom: 100px;
}
.title-main h2{
  font-size: 64px;
  font-weight: bold;
  color: #061732;
  margin: 0 0 40px; 
  text-transform: uppercase;
}
.title-details{
  position: relative;
  padding-left: 25px;
}
.title-details:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 108px;
  background-color: #02aefe;
}
.title-details p{
  font-size: 18px;
  font-weight: normal;
  color: #b0b3bc;
  margin-bottom: 50px;
}

.about-img{
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 90px;
  padding-left: 35px;
}
.about-btfull-img img,
.about-btright-img img,
.about-img img{
  max-width: 100%;
}

.gallery-wrapper:after,
.gallery-wrapper:before,
.follow-wrapper:after,
.follow-wrapper:before,
.about-btfull-img:before,
.about-btright-img:before,
.about-img:before{
  content: '';
  z-index: -1;
  position: absolute;
  width: 176px;
  height: 170px;
  right: -90px;
  top: -90px;
  background-color: #061732;
}

.about-btfull-img,
.about-btright-img{
  width: 100%;
  position: relative;
  display: block;
  z-index: 5;
  margin-top: 170px;
  margin-left: 296px;
}
.about-btfull-img:before,
.about-btright-img:before{
  left: -90px;
  background-color: #0cb1fe;
}
.about-btfull-img{
  margin-left: 0;
  z-index: 1;
}
.about-btfull-img:before{
  top: auto;
  bottom: -80px;
  background-color: #10203a;
}

.about-gym{
  width: 100%;
  display: block;
  position: relative;
  margin-top: 200px;
}
.about-gym .title-main{
  width: 60%;
}
.our-services .title-details,
.about-gym .title-details{
  width: 80%;
}
.about-fitness{
  width: 427px;
  height: 849px;
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  z-index: 5;
  padding: 20px;
  margin-top: 80px;
  margin-left: -77px;
  border-radius: 60px;
  overflow: hidden;
  /*background-image: url('https://ifw.webstage.xyz/wp-content/uploads/2020/08/phone-img.png');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.about-video{
  width: 96%;
  position: relative;
  height: 363px;
  padding: 3px 10px;
  display: block;
  margin-left: 8px;
  border-radius: 44px 44px 0px 0;
  overflow: hidden;
  background-color: #fff;
}
.about-video-btn{
  width: 100%;
  display: block;
}
.play-pause-btn{
  position: absolute;
  z-index: 5;
  bottom: 13px;
  left: 50%;
  width: 90px;
  height: 90px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.20);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 52% center;
  background-size: 15px;
  font-size: 0;
}
.about-video .ply-btn{
  background-image: url('http://ifw.vimerco.xyz/wp-content/uploads/2020/08/play-btn.png');
}
.about-video .pus-btn{
  background-image: url('http://ifw.vimerco.xyz/wp-content/uploads/2020/08/push-icon.png');
}

.about-ft-details{
  width: 96%;
  margin-left: 2%;
  padding: 0 25px;
  padding-top: 70px;
  height: 374px;
  background-color: #fff;
}
.about-ft-details h4{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #061732;
}
.about-ft-details p{
  font-size: 14px;
  font-weight: normal;
  color: #b0b3bc;
  margin: 0;
}
.list-main{
  width: 100%;
  display: block;
  margin: 35px 0 10px;
  padding-left: 25px;
}
.list-main li{
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #02aefe;
}
.list-main li:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  top: 3px;
  left: -25px;
  background-image: url('http://ifw.vimerco.com/wp-content/uploads/2020/08/check-blue.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.list-main li:last-child{
  margin-bottom: 0;
}
.list-main li a{
  color: #02aefe;
}
.about-ft-btn{
  position: absolute;
  left: 4%;
  bottom: 20px;
  width: 100%;
  display: block;
}
.about-ft-btn .btn-main{
  width: 87%;
  margin-bottom: 2px;
  margin-left: 11px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;  
  font-weight: normal;
  color: #fff;
  border-color: #02aefe;
  background-color: #02aefe;
  border-radius: 0px 0px 40px 40px;
}
.about-ft-btn .btn-main:hover{
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.service-block .list-main{
  padding-left: 50px;
}
/* End About Us */

/* Our Services */
.our-services{
  width: 100%;
  position: relative;
  display: block;
  padding: 200px 0 100px;
}
.our-services .bor-two{
  left: 34.5%;
}
.our-services .bor-three{
  left: 68%;
}

.our-services .title-details:before{
  top: -15px;
}
.service-block{
  margin-bottom: 40px;
}
.service-details,
.service-img,
.service-block,
.service-wrapper{
  width: 100%;
  display: block;
}
.service-img{
  width: 100%;
  display: block;
  /*box-shadow: */
}
.service-img img{
  max-width: 100%;
}
.service-details{
  width: 100%;
  display: block;
}
.service-details h3{
  font-size: 38px;
  font-weight: 700;
  color: #061732;
  margin: 20px 0;
  text-transform: uppercase;
}
.service-quote{
  width: 100%;
  display: block;
  padding-left: 22px;
  position: relative;
}
.service-quote:after{
  content: '';
  position: absolute;
  width: 4px;
  height: 185px;
  left: 0;
  top: 0;
  background-color: #02aefe;
}
.service-quote p{
  font-size: 15px;
  font-weight: normal;
  color: #b0b3bc;
  line-height: 26px;
  margin-bottom: 20px;
}
.sr-bt-bottom{
  width: 100%;
  display: table;
}
.sr-bt-bottom{
  width: auto;
  display: table;
  margin: 40px auto 0;
}
.sr-bt-bottom .btn-main{
  display: inline-table;
  margin-right: 10px;
  width: 237px;
}
.sr-bt-bottom span{
  display: inline-table;
  font-size: 17px;
  font-weight: normal;
  color: #b0b3bc;
}

/*.sv-content{
  display: none;
}*/
/* Our Services end*/

/* Follow Us */
.follow-us{
  width: 100%;
  display: block;
  position: relative;
  padding: 100px 0;
}
.follow-us .bor-two{
  left: 34.5%;
}
.follow-us .bor-three{
  left: 68%;
}
.follow-us>.bor-wrapper>.container>div{
  height: 75%;
}

.follow-wrapper{
  width: 100%;
  display: block;
  position: relative;
}
.follow-wrapper:before{
  background-color: #0cb1fe;
}
.gallery-wrapper:after,
.follow-wrapper:after{
  left: -90px;
  bottom: -60px;
  right: auto;
  top: auto;
  background-color: #061732;
	z-index:0 !important
}
.follow-img{
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.follow-img img{
  width: 100%;
  display: block;
}
.follow-wrapper .btn-main{
  z-index: 1;
}
.follow-img h2{
  position: absolute;
  width: 65%;
  right: 0;
  top: 50%;
  transform: translate(0 ,-50%);
  display: flex;
  font-size: 68px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.follow-wrapper .btn-main{
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 65px;
  font-size: 15px;
  padding: 15px;
  margin: -32px auto 0;
  border: 2px solid #25d366;
  background-color: #25d366;
}
.follow-wrapper .btn-main i{
  margin-right: 10px;
  font-size: 20px;
}
.follow-wrapper .btn-main:hover{
  background-color: #333;
  color: #fff;
  border-color: #333;
}
/* End Folow Us */

/* Faq */
.faq-container{
  width: 100%;
  display: block;
  position: relative;
  padding: 100px 0;
}
.faq-container .bor-one{
  top: -4%;
}
.faq-container .bor-two{
  top: -12%;
}
.faq-container .bor-two{
  left: 51.2%;
}
.faq-container .bor-three{
  left: 68%;
  display: none;
}

.faq-block{
  width: 100%;
  display: block;
  border: 2px solid #f2f2f2;
}
.faq-container .title-details{
  width: 80%;
}
.faq-container .title-details:before{
  top: -15px;
}

.faq-img .faq-tag{
  position: absolute;
  top: -30px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 60px;
  background-color: #02aefe;
}
.faq-img .faq-tag{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.faq-img .faq-tag img{
  margin-right: 10px;
  width: auto;
}

.faq-img{
  width: 100%;
  display: block;
  position: relative;
}
.faq-img img{
  width: 100%;
}
.faq-img .dropdown{
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq-img .dropdown .btn{
  color: #061732;
  width: 208px;
  height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-color: #fff;
  background-color: #fff;
}
.faq-img .btn-primary:not(:disabled):not(.disabled).active:focus,
.faq-img .btn-primary:not(:disabled):not(.disabled):active:focus,
.faq-img .show>.btn-primary.dropdown-toggle:focus,
.faq-img .dropdown .btn:focus,
.faq-img .dropdown .btn:hover{
  color: #061732;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #fff;
}
.faq-img .dropdown-menu{
  width: 100%;
  background-color: #061732;
}
.faq-img .dropdown-menu .dropdown-item{
  color: #fff;
}
.faq-img .dropdown-menu .dropdown-item:focus,
.faq-img .dropdown-menu .dropdown-item:hover{
  color: #fff;
  background-color: #09357b;
}

.faq-details{
  width: 100%;
  padding: 15px 40px;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f2f2f2;
}

/*faq tab*/
.faq-img .nav-tabs{
  width: 100%;
  border:none;
  box-shadow: none;
}
.faq-img .nav-tabs .nav-item{
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.faq-img .nav-tabs .nav-item.show .nav-link,
.faq-img .nav-tabs .nav-link,
.faq-img .nav-tabs .nav-link.active{
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  outline: none;
  width: 100%;
  margin: 0;
  transition: all 0.4s ease;
}
.faq-img .nav-tabs .nav-link.active{
  background-color: #09357b;
}
.faq-img .nav-tabs .nav-link.active:focus,
.faq-img .nav-tabs .nav-link.active:hover,
.faq-img .nav-tabs .nav-link:focus,
.faq-img .nav-tabs .nav-link:hover{
  border: none;
  outline: none;
  margin: 0;
}
/*end faq tab*/

/* Accordian */
.faq-wrapper .card [data-toggle="collapse"] .fa:before {  
  /*content: "\f139";*/
  content: '';
  position: absolute;
  right: 40px;
  top: 40%;
  transform: translate(0, -50%);
  width: 9px;
  height: 6px;
  transform: rotate(180deg);
  background-image: url('http://ifw.vimerco.com/wp-content/uploads/2020/08/ac-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
}

.faq-wrapper .card [data-toggle="collapse"].collapsed .fa:before {
  /*content: "\f13a";*/
  transform: rotate(0deg);
  background-image: url('http://ifw.vimerco.com/wp-content/uploads/2020/08/ac-down.png');
}

.faq-wrapper{
  width: 100%;
  display: block;
}
.faq-wrapper .card{
  border-radius: 0;
  border: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.faq-wrapper .card:last-child{
  border-bottom: none;
}
.faq-wrapper .card-header{
  padding: 0;
  border: none;
  background-color: transparent;
}
.faq-wrapper .card .btn-link{
  color: #061732;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
  text-align: left;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border: none;
}
.faq-wrapper .card .btn-link:hover,
.faq-wrapper .card .btn-link:focus{
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border: none;
}
.faq-wrapper .card-body{
  padding: 0 40px;
  padding-top: 0;
}
.faq-wrapper .card-body p{
  color: #7e8986;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.faq-details h4{
  font-size: 26px;
  color: #061732;
  font-weight:500 !important;
  font-family: "Montserrat";
}
.faq-details h3{
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: bold;
  color: #061732;
}
.faq-details h3 span{
  font-weight: 500;
  font-size: 20px;
}
.faq-mon{
	font-weight: 600 !important;
	font-size: 26px !important;
}
.faq-details p{
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #061732;
  margin-bottom: 0;
}


.faq-wrapper .list-main{
  margin-top: 10px;
}
.faq-wrapper .list-main li a{
  color: #061732;
  font-weight: 500;
  text-decoration: underline;
}
.list-pdf li:before{
  height: 15px;
  background-image: url('../images/icons/pdf-icon.png');
  background-repeat: no-repeat;
  background-size: 14px 15px;
  background-position: center;
}

.faq-block .btn-main{
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  font-size: 15px;
  padding: 15px;
  margin: 0px auto 0;
  border: 2px solid #25d366;
  background-color: #25d366;
}
.faq-block .btn-main i{
  margin-right: 10px;
  font-size: 20px;
}
.faq-block .btn-main:hover{
  background-color: #333;
  color: #fff;
  border-color: #333;
}
/* End Accordian */
/* End Faq */

/* Gallery */
.gallery-container{
  width: 100%;
  display: block;
  padding: 100px 0; 
}
.gallery-wrapper{
  width: 100%;
  display: block;
  position: relative;
}
.gallery-wrapper:before{
  background-image: url('http://ifw.vimerco.com/wp-content/uploads/2020/08/insta-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.gallery-wrapper:after{
  bottom: -90px;
}
.gallery-block{
  width: 100%;
  display: block;
}
.gallery-block img{
  width: 100%;
}
/* End Gallery */

/* Footer */
footer{
  width: 100%;
  display: block;
  background-color: transparent;
}

.footer-wrapper{
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  padding: 60px 0;
  display: block;
}
.footer-block{
  width: 100%;
  display: table;
  align-items: center;
}

.social-ft{
  width: 100%;
  display: block;
}
.social-ft{
  display: table;
}
.social-ft li{
  float: left;
  margin-right: 30px;
}
.social-ft li:last-child{
  margin: 0;
}
.social-ft li a{
  display: block;
  transition: all 0.4s ease;
}
.social-ft li:first-child a i{
  font-size: 22px;
  margin-top: 2px;
}

.social-ft li a:hover{
  color: #061732;
}
.social-ft li a i{
  color: #02aefe;
  font-size: 24px;
  transition: all 0.4s ease;
}
.social-ft li a:hover i{
  color: #061732;
}

.footer-list{
  width: 100%;
  display: block;
}
.footer-list h4{
  font-size: 16px;
  font-weight: 600;
  color: #061732;
  margin: 0 0 40px;
}
.footer-list ul{
  display: table;
  width: 100%;
}
.footer-list li{
  display: block;
  margin-bottom: 15px;
}
.cpoyright-list li:last-child,
.footer-list li:last-child{
  margin: 0;
}
.footer-list li,
.footer-list p,
.cpoyright-list li a,
.footer-list li a{
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #b0b3bc;
  transition: all 0.4s ease;
}
.footer-list li a{
  display: table;
  width: 100%;
}
.footer-list li span{
  margin-left: 7px;
  text-align: right;
  float: right;
}
.footer-list p a:hover,
.footer-list li a:hover{
  color: #061732;
  text-decoration: underline;
}
.footer-list p a{
  color: #b0b3bc;
}


.footer-cpoyright{
  width: 100%;
  display: block;
  padding: 20px 0 17px;
}
.cpoyright-blk{
  width: 100%;
  display: table;
}
.cpoyright-list{
  float: left;
}
.cpoyright-nm{
  float: right;
}

.cpoyright-list li{
  float: left;
  margin-right: 60px;
}
.cpoyright-list li a{
  display: block;
  line-height: 40px;
  color: #061732;
}
.cpoyright-list li a:hover{
  color: #061732;
  text-decoration: underline;
}

.footer-cpoyright p{
  font-size: 16px;
  font-weight: normal;
  color: #c8c8c8;
  margin: 0;
}
.footer-cpoyright p a{
  color: #c8c8c8;
  transition: all 0.4s ease;
}
.footer-cpoyright p a:hover{
  color: #061732;
  text-decoration: underline;
}
.footer-cpoyright p img{
  display: inline-block;
  margin-top: -2px;
}
/* End Footer */
/* End Index */

/*inner pages*/
/*inner header*/
.page-template-default .navbar{
  position: relative!important;
}
.page-template-default .wpbf-menu li>a{
  color: #333!important;
}
.page-template-default .wpbf-menu li.btn-main>a{
  color: #fff!important;
}

.defoult-cl-btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  left: -72%;
  height: 117px;
  color: #fff;
  margin-top: 55px;
  padding: 25px 40px;
  background-color: #02aefe;
  position: relative;
  transition: all 0.4s ease;
}
.defoult-cl-btn:hover{
  color: #fff;
  background-color: #333;
}
.defoult-cl-btn:after{
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 96px;
  height: 18px;
  right: 0;
  background-image: url('http://ifw.vimerco.xyz/wp-content/uploads/2020/10/arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
/*inner header end*/
/*inner pages end*/

.facebook-logo{
	width:16px;
	height:auto;
	margin-top:3px;
}
.facebook-logo-blue{
	width:20px;
	height:auto;
	margin-top:1px;
}



