@charset "utf-8";
@import url('https://fonts.cdnfonts.com/css/verdana');

/* CSS Document input
font-family: 'Rubik', sans-serif;
font-family: 'Verdana', sans-serif;
*/ 

 /* 1 */

 

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #9b9292;
    border-radius: 0;
    background: #ffffff;
}
 
body{ 
    background: #fff !important;
    font-family: 'Rubik', sans-serif !important;
    color: #333333 !important; 
}

body a{
	text-decoration:none;
    cursor: pointer; 
}
body a:hover{
	text-decoration:none;
    
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
}
.img-fluid{
    margin: auto !important;
}
 

 
@keyframes rotate{
    0% {
       transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
} 
 /*==========  preloader CSS START  ========== */
.container-preloader {
	align-items:center; 
	cursor:pointer; 
	display:flex; 
	height:100%;
    justify-content:center;
    position:fixed; 
     left:0; 
     top:0; 
     width:100%;
     z-index:221;
}
.container-preloader .animation-preloader {
	position:absolute;
	z-index: 100;
}
/* Spinner Loading */


.container-preloader .animation-preloader .spinner {
    max-width: 300px;
    background: url(../images/dragon.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;  
    margin: 20px;
}

.container-preloader .animation-preloader .spinner  img{
    animation: round 20s linear infinite;
} 
.container-preloader .loader-section {
  background: #000 no-repeat center;
    height: 100%;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}


/**********************translate css******************************/
.lang_btn{
    background: transparent;
    border: none;
    box-shadow: unset !important;
    padding: 0px;
    margin: 0px;
    outline: none;
    cursor: pointer;
    transition: 1s;
}
.lang_btn:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
 .lang_btn img{
    width: 27px;
}

.lang_popup{
    background: #000 !important;
    border-radius: 5px;
    box-shadow: 0 0 10px #6c6464;
    height: unset !important;
}
.lang_popup  #offcanvasRightLabel{
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    color: #e4b932;
    text-transform: capitalize;
    font-weight: 400;
    transition: 1s;
    font-family: 'Roboto', sans-serif;
}
.lang_popup #lang_popupLabel {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    transition: 1s;
    font-family: 'Rubik', sans-serif;
}
.lang_popup .btn-close{
    box-shadow: unset !important;
    padding: 1px !important;
    margin: 0px;
    filter: invert(1);
    opacity: 1;
    width: 20px;
    height: 20px;
    font-weight: 700;
    border: 1px solid #000;
    background-size: 10px 10px !important;
    transition: 1s;
}
.lang_popup .btn-close:hover{
    transition: 1s;
    transform: rotate(360deg);
}
.lang_popup ul li{
   margin: 10px 5px;
    display: inline-block;
}
.lang_popup ul li a{
    color: #ffffff;
    background: transparent;
    font-size: 15px;
    margin: 0px 0px 10px;
}
.lang_popup ul li a:hover{
    background-image: none;
    color: #ee262e;
}
.lang_popup ul li a img { 
    width: 29px;
    height: 17px;
}
.lang_popup ul li a span{
    padding: 0px 10px;
}
.skiptranslate{
    display: none !IMPORTANT;
}


	/*==========  header CSS START  ========== */
header { 
    padding: 15px 0px;
    background: #000000 !IMPORTANT;
}

header .navbar {
    background: transparent !IMPORTANT;
    padding: 0px;
}

header .navbar .navbar-brand{
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
header .navbar .navbar-brand img{
    max-width: 200px;
}
header .navbar .collapse {
    flex-grow: unset;
}
header .navbar .navbar-nav {
    display: unset;
    float: right;
    width: 100%;
    padding: 0px 0px 0px;
}
header .navbar .navbar-nav .nav-item { 
    display: inline-block;
    margin: 10px 10px 0px;
    vertical-align: middle;
}
header .navbar .navbar-nav .nav-item .nav-link{
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    transition: 1s;
    font-family: 'Rubik', sans-serif ;
}  


header .navbar .dropdown button{
    background: transparent;
    color: #fff;
    border: none;
    outline: none; 
    box-shadow: unset !IMPORTANT;
    padding: 0px;
    margin: 0px;
    font-size: 15px; 
    text-transform: capitalize;
    font-weight: 500;
    transition: 1s;
    font-family: 'Rubik', sans-serif ; 
}
header .navbar .dropdown ul{
    padding: 10px;
    max-width: 220px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
header .navbar .dropdown ul a{
    padding:5px;
    margin: 0px;
    font-size: 14px;
    color: #dc3545;
    text-transform: capitalize;
    font-weight: 500;
    transition: 1s;
    font-family: 'Rubik', sans-serif ;
}
header .navbar .dropdown ul a:hover {
    color: #ffffff;
    background-color: #dc3545;
}
header .navbar .lang_btn{
    background: transparent;
    border: none;
    box-shadow: unset !important;
    padding: 0px;
    margin: 0px;
    outline: none;
    cursor: pointer;
    transition: 1s;
}
header .navbar .lang_btn:h0ver{
    transition: 1s;
    transform: rotate(360deg);
}
header .navbar .lang_btn img{
    width: 27px;
}

.social {
    position: fixed;
    z-index: 111;
    right: 20px;
    top: 250px;
}
.social a {
    display: block;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}
.social a .tele {
    width: 30px; 
    filter: drop-shadow(2px 1px 3px #fff);
    transition: 0.9s;
}
.lang_btn{
    padding: 10px 10px;
    margin: 0px;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    transition: 1s;
    font-family: 'Rubik', sans-serif;
    border: none;
    background: #dc3545;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 10px;
    min-width: 105px;
    text-align: left;
}
.lang_btn i{
    position: absolute;
    right: 8px;
}
.lang_btn:hover{
    box-shadow: 0px 60px 0px #fff inset;
    transition: 1s;
    color: #dc3545;
}
.lang_popup{
    background: #000 !important; 
}
.lang_popup  #lang_popupLabel{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #dc3545;
    text-transform: capitalize;
    font-weight: 400;
    transition: 1s;
    font-family: 'Rubik', sans-serif ;
}
.lang_popup .btn-close{
    box-shadow: unset !important;
    padding: 5px !important;
    margin: 0px;
    filter: invert(1);
    opacity: 1;
    border: 1px solid #000;
    background-size: 10px 10px !important; 
    transition: 1s;
}
.lang_popup .btn-close:hover{
    transition: 1s;
    transform: rotate(360deg); 
}


/*==========  banner_bg CSS START  ========== */
 .banner_bg{
    background: #000;  
    display: flex;
    align-items: center;
    min-height: 90vh;
    position: relative;
 }
 .banner_bg video {
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    object-fit: fill;
    padding: 0px; 
}
.banner_bg .banner_text{
    position: relative;
}
.banner_bg .banner_text h2{
    padding: 0px;
    margin: 0px;
    font-size: 3.5rem;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    line-height: 65px;
}
 
.banner_bg .banner_text h4{
    padding: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    font-family: 'Rubik', sans-serif;
    margin: 10px 0px 0px;
    line-height: 25px;
}
 

/*==========  response CSS START  ========== */
.banner_foot{
    background: #f6f7f8;
    padding: 30px 0px;
}
.banner_foot .banner_foot1{
    max-width: 300px;
    margin: 0px auto 10px;
}
.banner_foot .banner_foot1 img{
    width: 50px;
    float: left;
    margin: 0px 10px 0px 0px !IMPORTANT;
}
.banner_foot .banner_foot1 h3{
    padding: 0px;
    font-size: 20px;
    color: #403a3a;
    font-weight: 500;
    font-family: 'Verdana', sans-serif;
    margin: 0px 0px 0px;
}


/*==========  head CSS START  ========== */
.head{

}
.head h3{  
    color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 12px 0 0;
    line-height: 58px;
}
.head h4{
    color: #9d9c9c;
    font-family: "Verdana", sans-serif;
    font-size: 1.2rem;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0px;
}

/*==========  advan_bg CSS START  ========== */
.advan_bg{
    background: #fff;
    padding: 60px 0px 10px;
}
.advan_bg .advan1{
    max-width: 280px;
    margin: 30px auto 0px;
    background: #f4f4f4cc;
    padding: 15px;
    border-radius: 10px;
    min-height: 450px;
}
.advan_bg .advan1 h3{
    color: #052458;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
.advan_bg .advan1 h3 span{
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    color: #a39f9f;
}
.advan_bg .advan1 h2{
    color: #a39f9f;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    padding: 15px 0px;
    margin: 0px;
    font-size: 15px;
}
.advan_bg .advan1 h2 span{
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: #747474;
}
.advan_bg .advan1 h4{
    color: #979494;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
} 

/*==========  advan2_bg CSS START  ========== */
.advan2_bg{
    padding: 60px 0px;
}
.advan2_bg h4{
    color: #7c7c7c;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 11px -1px #b7b2b2;
    border-radius: 10px;
}
.advan2_bg h4 a{
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}
.advan2_bg .advan2{
    text-align: center;
    max-width: 250px;
    margin: 40px auto 0px;
    border-right: 1px solid #8a87873d;
    padding: 0 20px 0;
    min-height: 100px;
}
.advan2_bg .advan3 {
	border: none;
}
.advan2_bg .advan2 i{
    font-size: 40px;
    color: #333;
}
.advan2_bg .advan2 h3{
    color: #9a9898;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}


/*==========  analys_bg CSS START  ========== */
.analys_bg{
	background: #F6F7F8;
    padding: 80px 0;
}
.analys_bg .head{
    
}
.analys_bg .head img{
    width: 55px;
}
.analys_bg .analys1{
    display: inline-block;
    max-width: 160px;
    margin: 20px 10px;
    box-shadow: 0px 0px 2px #747474;
    padding:20px;
    border-radius: 5px;
    text-align: center;  
}
.analys_bg .analys1 img{
    width: 50px;
}
.analys_bg .analys1 h4{
    color: #282626;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 10px 0 0;
}
.analys_bg .analys_img{
    position: relative;
    max-width: 550px;
    margin: 55px auto 0;
    text-align: center;
}
.analys_bg .analys_img .office4{
    border-radius: 10px;
}
.analys_bg .analys_img a{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0; 
    margin: auto;
}
.analys_bg .analys_img a .play_btn{
    width: 175px; 
}
/*==========  Plan_bg CSS START  ========== */


.plan_bg {
	margin: 30px 0;
}

.plan_bg .plan1 {
	margin: 30px 0 0;
    box-shadow: 0 0 4px #969393;
    border-radius: 8px;
    padding: 30px 52px 30px 30px;
    max-width: 400px;
}
.plan_bg .plan1 h6 {
	font-family: "Verdana", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
    color: #9d9c9c;
    padding: 10px 0px;
    margin: 0px;
}

.plan_bg .plan1 h6 span {
	background: #dc3545;
    padding: 2px 8px;
    border-radius: 30px;
    color: #fff;
}
.plan_bg .plan1 h3 {
	color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0 0 0px;
}
.plan_bg .plan1 h4 {
	color: #8b8888;
    font-family: "Verdana", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0px 26px;
    margin: 0 0 18px;
    border-bottom: 1px solid #a3a0a073;
}
.plan_bg .plan1 h5 {
	font-family: "Verdana", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    color: #9d9c9c;
    padding: 0px 0px;
    margin: 0px;
}
.plan_bg .plan1 h5 i {
	color: #000;
    font-size: 15px;
    position: relative;
    top: 3px;
}
.plan_bg .plan1 a {
	margin: 20px 0 0;
}

/*==========  cal_bg CSS START  ========== */
.cal_bg{
    background: url(../images/cal_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #f3f3f3;
    padding: 50px 0px;
}
.cal_bg .head h3{
    text-align: center;
}
.cal_bg .cal1{
    max-width: 300px;
    margin: 10px auto;
}
.cal_bg .cal1 select{
    width: 100%;
    background: transparent;
    padding: 12px;
    color: #000;
    border-radius: 5px;
    outline: none;
    border: 1px solid #046a0440;
}
.cal_bg .cal1 h3{
    color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px 0px;
    line-height: 35px;
}
.cal_bg .cal1 h3 span{
    font-size: 35px;
    font-weight: 600;
    display: block;
} 


/*==========  app_bg CSS START  ========== */
.app_bg{
    background: url(../images/app_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0px 0;
}
.app_bg ul{
    display: flex;
    border-bottom: 1px solid #7a7a7aa6;
    padding: 0px 0px 20px;
    margin: 0px 0px 30px;
}
.app_bg ul li{

}

.app_bg ul li i{
    float: left;
    color: #7a7a7a;
    font-size: 35px;
    margin: -7px 5px 0px 0px;
}
.app_bg ul li:hover i{
    color: #000000;
}
.app_bg ul li h3{
    color: #7a7a7a;
    font-family: "Verdana", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    line-height: 19px;
}
.app_bg ul li h3 span{
    font-weight: 600;
} 
.app_bg .appimgbg {
}
.app_bg .appimgbg .appimg {
}

/*==========  live_bg CSS START  ========== */
.live_bg{

}
.live_bg .live{
    height: 80px !IMPORTANT;
    overflow: hidden;
    margin: 30px 0px;
} 

/*==========  trade_bg CSS START  ========== */
.trade_bg {
	position: relative;
    padding: 0 0 50px;
}

.trade_bg .tradebuild {
	background-image: url(../images/tradebuild.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 600px auto;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.trade_bg .tradein {
	position:relative;
}
.trade_bg .tradein ul {
	margin: 20px 0 30px;
}
.trade_bg .tradein li {
	margin: 12px 10px;
    display: inline-block;
    width: 43%;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px 30px;
    vertical-align: middle;
    min-height: 246px;
}
.trade_bg .tradein li h2{
	color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: 500;

}

.trade_bg .tradein li h2 img {
	width: 30px;
}
.trade_bg .tradein li p{
	font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 16px 0 0;
    color: #909090;
}
.trade_bg .tradein a {
	padding: 1px 12px !important;
    vertical-align: text-bottom;
    border-radius: 30px;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
}
.trade_bg .tradein h3 {
	display: inline-block;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #a09c9c;
}
/*==========  home_sec_bg CSS START  ========== */
.home_sec_bg{
    padding: 50px 0px;
    background: #f6f7f8;
}
.home_sec_bg .home_sec1{
    max-width: 550px;
    margin: 30px auto 0px;
}
.home_sec_bg .home_sec1 img{
    width: 60px; 
    animation: hvr-pulse 1s linear infinite; 
}
.home_sec_bg .home_sec1 h3{
    color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 0px;
    margin: 0px;
}
.home_sec_bg .home_sec1 h4{
    color: #7c7c7c;
    font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 3;
    padding: 0px;
    margin: 0px;
    line-height: 29px;
}
.home_sec_bg .home_sec2{
    max-width: unset;
    border: 1px solid #b7abab;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.home_sec_bg .home_sec2 h6{
    color: #ffffff;
    font-family: "Rubik", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0px;
    background: #dc3545;
    width: fit-content;
    border-radius: 50px;
    position: absolute;
    top: -12px;
}
.home_sec_bg .home_sec2 h4{ 
    padding: 10px 0px; 
}
 /*==========  Analysis_bg CSS START  ========== */
 .Analysis_bg {
	 padding: 60px 0;
 }
 
  /*==========  mobilebg CSS START  ========== */
.mobilebg {
 margin:85px 0 0 ;
}

.mobilebg .mobiletext {
  margin: 125px 0 0;
}
 .mobilebg .mobiletext .head h3 {
	 font-size: 30px;
 }
 
  .mobilebg .mobiletext p{
	  font-family: "Verdana", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 16px 0 0;
    color: #909090;
 }
 
/*==========  worldbg CSS START  ========== */
 .worldbg {
	 background: linear-gradient(45deg, #dc3545, transparent);
    padding: 50px 0;
    position: relative;
 }
.worldbg .world {
	   background-image: url(../images/world.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.worldbg .woldtext {
	position:relative;
}
.worldbg .woldtext img {
	  float: left;
    width: 100px;
    padding: 30px 0px 68px;
    margin: 0 40px 0;
}
.worldbg .woldtext h2 {
	color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
}
 
.worldbg .woldtext p {
	font-family: "Verdana", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 16px 0 0;
	color: #000;
}
/*==========  statisticbg CSS START  ========== */
.statisticbg {
	margin: 40px 0 70px;
}
.statisticbg li .stat {
 border-bottom: 1px solid #000;
}
.statisticbg li{
	display: inline-block;
    padding: 0 30px;
    width: 21%;
	text-align: justify;
}
.statisticbg li h2 {
font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}
.statisticbg li p{
	color: #333333;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
}
/*==========  trustbg CSS START  ========== */
.trustbg {
	background: url(../images/bulidbg.jpg)center;
    background-size: contain;
    padding: 65px 0;
}

.trustbg .trust {
	background: #F8F8F8;
    padding: 30px 48px;
    border-radius: 10px;
    border: 1px solid #242424;
} 
 .trustbg .trust h4  {
     font-size:16px!important;
 }
 
 .trustbg .trust h5  {
	 font-family: "Rubik", Sans-serif;
    font-size: 18px;
    padding: 0 0 30px;
    margin: 30px 0 30px;
    border-bottom: 1px solid #000;
}

 .trustbg .trust li  {
	 display: inline-block;
    padding: 8px;
    width: 32%;
}

  .trustbg .trust h2  {
	  font-family: "Rubik", Sans-serif;
    font-size: 16px;
    margin: 12px 0 8px;
}
 
  .trustbg .trust p  {
	  font-family: "Verdana", sans-serif;
    font-size: 15px;
    color: #b0b0b0;
    margin: 0;
}

 /*==========  partnerbg CSS START  ========== */
 
  .partnerbg .addvertis {
	  padding: 7px 0 44px;
    text-align: center;
 }
 
   .partnerbg .addvertis p {
	   display: inline-block;
    font-family: "Verdana", sans-serif;
    font-size: 20px;
    color: #b0b0b0;
    margin: 0;
 }
    .partnerbg .addvertis ul {
		display: inline-block;
	}
   .partnerbg .addvertis li {
	   display: inline-block;
    padding: 0 16px;
 }
   .partnerbg .addvertis li img{
	   height: 30px;
 }
 
 .partnerbg .partnertext {
	 margin: 30px 0 0;
 }
 
  .partnerbg .partnertext h4 {
	  font-size: 15px;
 }
 
.partnerbg .patnerimg {
	margin: 50px 0 0;
 }
 
 .partnerbg .patnerimg ul {
 }
 
 .partnerbg .patnerimg ul li {
	display: inline-block;
    text-align: center;
    padding: 20px 0px;
    width: 30%;
 }
  .partnerbg .patnerimg ul li:nth-child(1) {
	  border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #C3C3C3;
	margin: 0 -4px 0 0;
  }
  .partnerbg .patnerimg ul li:nth-child(2) {
	  margin: 0 -4px 0 0;
	border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #C3C3C3;
  }
  .partnerbg .patnerimg ul li:nth-child(3) {
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C3C3C3;
  }
  .partnerbg .patnerimg ul li:nth-child(4) {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #C3C3C3;
  }
  .partnerbg .patnerimg ul li:nth-child(5) {
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #C3C3C3;
  }
  
 .partnerbg .patnerimg ul li img {
	 height: 60px;
 }
 
  .partnerbg .patnerimg ul li h2 {
	font-family: "Rubik", Sans-serif;
    font-size: 18px;
    margin: 10px 0 0;
 }
 
.partnerbg .account {
	margin: 70px 0;
 }
  
.partnerbg .account li {
	 display: inline-block;
    width: 32%;
    vertical-align: middle;
    border-right: 1px solid #c6c6c6;
    padding: 0 13px 0 13px;
    min-height: 140px;
 }
.partnerbg .account li:nth-child(3) {
	  border:none;
  }
  
.partnerbg .account li h2 {
	  color: #000;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0px 0 0;
 }
 
.partnerbg .account li h2 i {
	color: #3550e5;
    font-size: 30px;
    position: relative;
    top: 5px;
 }
 
.partnerbg .account li p {
	   font-family: "Rubik", sans-serif;
    color: #938d8d;
    font-size: 16px;
    margin: 20px 0 0;
 }
 
.partnerbg .account1 {
	border: 1px solid #000;
    border-radius: 10px;
    padding: 30px 30px 26px;
    position: relative;
    margin: 50px 0 0;
 }
 
.partnerbg .account1 h3 {
	 color: #ffffff;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 10px;
    margin: 0px;
    background: #dc3545;
    width: fit-content;
    border-radius: 50px;
    position: absolute;
    top: -12px;
 }
 
.partnerbg .account1 p {
	font-family: "Rubik", sans-serif;
    color: #938d8d;
    font-weight: 300;
    font-size: 16px;
 }
 .partnerbg .account1 a {
 }
 
  /*==========  partnerbg CSS START  ========== */
 .Transacbg {
	 background: url(../images/app_bg.jpg) center no-repeat;
	 background-size: cover;
	 padding: 70px 0;
 }
 .Transacbg .transtab {
list-style-type: none;
    padding: 0px;
    margin: 40px 0px 30px;
    text-align: center;
}

.Transacbg .transtab li {
	padding: 0px 10px;
	margin: 0px;
	width: unset;
	display: inline-block;
}

.Transacbg .transtab li a.active p {
	background: #3c893f;
    background-size: 100% 100%;
    border: unset;
    color: #fff;
}
.Transacbg .transtab a p{
	font-family: 'Archivo', sans-serif;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin: 0px;
    border-radius: 5px;
    padding: 10px 22px;
    border: 2px solid #3c893f;
}

.Transacbg .transac table {
	 width: 100%;
    background: #f6f7f8;
	min-width: 500px;
 }
 
 .Transacbg .transac table tr {
	border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    line-height: 40px;
 }
  .Transacbg .transac table tr th {
 font-family: "Rubik", Sans-serif;
    font-size: 17px;
    padding: 4px 12px;
 
  }
 .Transacbg .transac table tr td:nth-child(1) {
	 font-family: "Rubik", Sans-serif;
    font-weight: 600;
    color: #000;
 }
 
.Transacbg .transac table tr td {
	font-family: "Verdana", Sans-serif;
	font-size: 17px;
	padding: 5px 16px;
	color: #999; 
}
 
.Transacbg .transac table tr td img {
	 width: 50px;
 }
 
.footerbg {
	background: #000;
    padding: 129px 0 90px;
}

.footerbg .flogo {
margin: 0px 40px 0 0;
}

.footerbg .flogo img{
	width: 200px;
}
.footerbg .flogo p {
font-family: "Verdana", Sans-serif;
    font-size: 14px;
    color: #c3c2c2;
    margin: 20px 0 0;
	line-height: 26px;
    text-align: justify;
}
.footerbg .flink h2 {
	font-family: "Rubik", Sans-serif;
    color: #e2dddd;
    font-size: 16px;
    margin: 0 0 15px;
}

.footerbg .flink li a {
	font-family: "Verdana", Sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #c3c2c2;
    margin:  0 0;
} 
.footerbg .flink li a i{
	color: #fff;
}
 
.footerbg .fcopy {
	border-top: 1px solid #d8d4d430;
    margin: 90px 0 0;
    padding: 14px 0 0;
}
 
.footerbg .fcopy p {
	color: #CBCBCB;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    margin: 16px 0;
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/*==========  response CSS START  ========== */
@media only screen and (max-width:1200px) {
  .worldbg .woldtext img {
    padding: 77px 0px 68px;
 }
}
@media only screen and (max-width:1199px) {
  .worldbg .woldtext img {
    padding: 77px 0px 68px;
 }
 .partnerbg .addvertis li {
    padding: 0 8px;
}
.partnerbg .addvertis p {
    margin: 0 0 10px;
}
}

@media only screen and (max-width: 991px) {

header .navbar .navbar-nav { 
    text-align: center;
    padding: 20px 0px 0px;
}

header .navbar .navbar-nav .nav-item {
    display: block;
}
header .navbar .collapse {
    float: none;
    text-align: center;
}
header  .navbar-toggler{
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 111; 
}
header  .navbar-toggler:focus {
    box-shadow: unset;
}
header .navbar span{
    color: #042c4f;
    border: 3px double #e4b932;
    padding: 6px 6px 1px;
    border-radius: 5px;
    font-size: 16px;
    background: #e4b932;
}
header .navbar span i{
    font-size: 20px;
}
header .navbar span:hover{
    color: #e4b932; 
    background: #042c4f;
    border: 3px double #042c4f;
}

header .navbar .navbar-nav .nav-item {
    padding: 0px 0px;
}
header .navbar .navbar-nav .nav-item .nav-link { 
    margin: auto;
    text-align: center;
    width: fit-content;
} 
header .navbar .navbar-nav .nav-item .but1, header .navbar .navbar-nav .nav-item .hvr-float-shadow {
    margin: 0px 0px 5px;
}
header .navbar .navbar-nav .nav-item .btn1 {
    margin: 5px 10px 10px;
    display: inline-block;
}
.banner_foot .banner_foot1 {
    margin: 12px auto;
}
.advan_bg {
    padding: 29px 0px 10px;
}
.head {
    text-align: center;
}
.head h3 {
    font-size: 30px;
	margin: 0px 0 0;
	line-height: 40px;
}
.head h4 {
    padding:  0px;
}
.analys_bg {
    padding: 30px 0;
    text-align: center;
}
.analys_bg .analys_img {
    margin: 10px auto 0;
}
.plan_bg .plan1 {
    margin: 10px auto;
}
.cal_bg {
    padding: 24px 0px;
}
.cal_bg .cal1 h3 span {
    font-size: 22px;
}
.app_bg ul li {
    width: 30%;
    margin: auto;
}
.app_bg ul {
    padding: 0px 0px 8px;
    margin: 0px 0px 12px;
}
.app_bg {
    padding: 30px 0px ;
}
.trade_bg .tradebuild {
    display: none;
}
.trade_bg .tradein ul {
    margin: 13px 0 20px;
}
.trade_bg .tradein li {
    margin: 20px auto;
    display: block;
    width: 280px;
    padding: 12px 20px;
    min-height: unset;
}
.trade_bg .tradein {
    text-align: center;
}
.trade_bg {
    padding: 0 0 30px;
}
.home_sec_bg {
    padding: 30px 0px;
}
.home_sec_bg .home_sec1 {
    margin: 20px auto 0px;
    text-align: center;
}
.Analysis_bg {
    padding: 30px 0;
}
.mobilebg {
    margin: 20px 0 0;
}
.mobilebg .mobiletext {
    margin: 0px 0 20px;
}
.mobilebg .mobiletext p {
    margin: 4px 0 0;
    text-align: center;
}
.statisticbg {
    margin: 27px 0;
}
.statisticbg ul {
	 margin: 10px 0 0 !important;
}
.statisticbg li {
    padding: 12px 12px;
    width: unset;
    text-align: center;
}
.trustbg {
    padding: 30px 0;
}
.trustbg .trust h5 {
    padding: 0 0 5px;
    margin: 10px 0 30px;
}
.trustbg .trust li {
    width: unset;
}
.partnerbg .addvertis li {
    padding: 10px 12px;
}
.partnerbg .addvertis {
    padding: 7px 0 0px;
}
.partnerbg .partnertext {
    margin: 15px 0 0;
}
.partnerbg .account1 {
    padding: 20px 15px 26px;
    text-align: center;
}
.partnerbg .account1 p {
    margin: 0 0 12px;
}
.partnerbg .account {
    margin: 30px 0;
}
.Transacbg {
    padding: 30px 0;
}
.Transacbg .transtab {
    margin: 15px 0px 10px;
}
.footerbg {
    padding: 30px 0 30px;
}
.footerbg .flogo {
    text-align: center;
	margin:0;
}
.footerbg .flogo p {
    margin: 10px 0 0;
    text-align: center;
}
.footerbg .flink {
	text-align: center;
    margin: 20px 0 0;
}
.footerbg .flink h2 {
    margin: 0 0 0px;
}
.footerbg .fcopy {
    margin: 10px 0 0;
    padding: 0px 0 0;
}
.footerbg .fcopy p {
    margin: 10px 0;
    text-align: center;
}
.app_bg .appimgbg {
    display: none;
}
}
 
@media only screen and (max-width: 769px) {
  .banner_bg {
    min-height: 40vh;
}
.banner_bg .banner_text h2 {
    font-size: 2rem;
    line-height: normal;
}
.banner_foot .banner_foot1 {
    margin: 12px auto;
    text-align: center;
}
.banner_foot .banner_foot1 img {
    float: unset;
    margin: 0px 0px 10px 0px !IMPORTANT;
}
.banner_foot .banner_foot1 h3 {
    font-size: 18px;
    margin: 0px 0px 0px;
}
.banner_bg .banner_text {
    text-align: center;
}
.head h3 {
    font-size: 26px;
	line-height: normal;
}
.plan_bg .plan1 {
    padding: 12px 20px 10px 22px;
    max-width: 300px;
}
.plan_bg .plan1 h6 {
    font-size: 12px;
    padding: 4px 0px;
}.plan_bg .plan1 h3 {
    font-size: 22px;
    padding: 0px 0px 0px;
}
.plan_bg .plan1 h4 {
    font-size: 14px;
    padding: 0px 0px 8px;
    margin: 0 0 14px;
}
.plan_bg .plan1 h5 {
    font-size: 13px;
    line-height: 28px;
}
.cal_bg .cal1 {
    text-align: center;
}
.rangeBl {
    padding: 0px 0px 0px !important;
}
.cal_bg .cal1 h3 {
    font-size: 15px;
    padding: 0px 0px 0px;
    line-height: 28px;
}
.worldbg .woldtext img {
    padding: 0px 0px 12px;
    float: unset;
    margin: auto;
}
.worldbg .woldtext {
    text-align: center;
}
.worldbg .woldtext h2 {
    font-size: 26px;
    margin: 0 0 10px;
}
.worldbg .woldtext p {
    font-size: 15px;
    line-height: 26px;
    margin: 0px 0 0;
}
.trustbg .trust {
    padding: 18px 16px;
}
.partnerbg .patnerimg {
    margin: 30px 0 0;
}
.partnerbg .patnerimg ul li {
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: #c3c3c3 !important;
    margin: auto !important;
    display: block !important;
    width: 180px;
}
.partnerbg .patnerimg ul li:nth-child(6){
	border-style: unset !important;
    border-width: unset!important;
    border-color: unset !important;
}
.partnerbg .account li {
    display: block;
    width: unset;
    border-right: none;
    border-bottom: 1px solid #c6c6c6;
    min-height: unset;
    padding: 20px 0;
    text-align: center;
}
.partnerbg .account {
    margin: 0px 0 30px;
}
}


@media only screen and (max-width: 569px) {
 
}


/****************************innerstyle**************/
/****************************aboutpage start**********************/
.abouttopbg {
    background: url(../images/aboutbgg.jpg) no-repeat center;
    background-size: cover;
    min-height: 600px;
    align-items: center;
    display: flex;
}

.abouttopbg h1 {
    padding: 0px;
    margin: 0px;
    font-size: 3rem;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    line-height: 65px;
}

.aboutbg {
    background: #fff;
    padding: 100px 0;
}
.aboutbg .abtleft {
    padding:0 30px 0;
}
.aboutbg .abtleft h3 {
    color: #999999;
    font-family: "Verdana", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 12px;
}

.aboutbg .abtleft h2 {
    color: var(--e-global-color-secondary);
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 0;
    padding: 0 0 0;
}

.aboutbg .abtrit p {
   color: #888686;
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.aboutbg .relation {
    padding: 80px 30px;
}

.aboutbg .relation h2 {
    color: var(--e-global-color-secondary);
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin: 0 0 12px;
}

.aboutbg .relation h3 {
    color: #999999;
    font-family: "Verdana", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 20px;
}

.aboutbg .relation p {
    color: #868080;
    font-family: "Verdana", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 15px;
}

.aboutbg .relation ul li {
    width: 30%;
    display: inline-block;
    background-color: #323232;
    margin: 5px;
    vertical-align: middle;
    padding: 30px;
    text-align: justify;
    border-radius: 10px;
}

.aboutbg .relation ul li .relation1 i {
    background-color: #FFFFFF2B;
    width: 60px;
    text-align: center;
    padding: 16px 2px;
    font-size: 28px;
    border-radius: 10px;
    color: #fff;
}

.aboutbg .relation ul li .relation1 h2 {
    color: #fff;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 20px 0;
}

.aboutbg .relation ul li .relation1 p {
    color: #FFFFFF91;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #7b7a7a;
}

.aboutbg .tradimg {
    padding: 0 30px;
}

.aboutbg .tradimg i {
    background-color: #dc3545;
    width: 75px;
    padding: 18px 0;
    border-radius: 15px;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.aboutbg .tradtext h2 {
    color: var(--e-global-color-secondary);
    font-family: "Rubik", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 16px;
}

.aboutbg .tradtext h3 {
    color: #807e7e;
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 30px;
}

.aboutbg .tradtext ul {
   display:inline-block;
   width:48%;
}

.aboutbg .tradtext p i {
    color: #dc3545;
}

.aboutbg .tradtext p {
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    color: #807f7f;
    margin: 0 0 4px;
}

.aboutbg .accout {
    border: 1px solid #2D2D2D;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 3em;
    margin: 60px 0 0;
}
.aboutbg .accout p {
    color: var(--e-global-color-secondary);
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.aboutbg .accout a {
    float: right;
}

.aboutbg .certifiedbg {
    padding: 70px 0 0;
}

.aboutbg .certifiedbg h2 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 30px 0px;
}


.aboutbg .certifiedbg .team li {
   width: 43%;
    display: inline-block;
    margin: 13px;
    text-align: center;
}
.aboutbg .certifiedbg .team li .timg {
    overflow:hidden;

}
.aboutbg .certifiedbg .team li img {
    transition: 0.3s;
}
.aboutbg .certifiedbg .team li img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.aboutbg .certifiedbg .team li p {
font-family: "Verdana", Sans-serif;
    font-size: 16px;
    color: #807f7f;
    margin: 7px 0 0px;
}

.aboutbg .certifiedbg .certifeid {
    
}
.aboutbg .certifiedbg .certifeid a img {
    width: 230px;
    margin: auto;
    border: 10px solid #95a5a6;
    border-radius: 10px;
}

.aboutbg .certifiedbg .certifeid p {
    padding: 20px 0px 0px 0px;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 600;
   margin: 0 0 16px;
}

.aboutbg .certifiedbg .certifeid p a {
    font-size: 14px;
}

.aboutbg .certifiedbg .certifeid .cerbut {
    font-family: "Rubik", Sans-serif;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #046a04;
    border: 1px solid transparent;
    border-radius: 5px;
}


.aboutbg .officebg {
    padding: 70px 0 0;
}

.aboutbg .officebg h2 {
    text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 30px 0px;
}


.aboutbg .officebg li {
    display: inline-block;
    margin: 5px;
}

.aboutbg .officebg li img{
    width: 450px;
    min-height: 337px;
}

.aboutbg .document {
    padding: 70px 0 0;
}

.aboutbg .document h2 {
     text-align: center;
    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 30px 0px;
}

.aboutbg .document li {
    width: 31%;
    display: inline-block;
    border-right: 1px solid #d0caca;
    padding: 0 48px;
    min-height: 250px;
    vertical-align: middle;
}
.aboutbg .document li:nth-child(2) i {
    background: #4284DD;
}

.aboutbg .document li:nth-child(3) i {
    background: #9A5BB4;
}
.aboutbg .document li:nth-child(3) {
    border:none;
}
.aboutbg .document li i {
    background: #dc3545;
    width: 60px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: 22px;
    padding: 18px 0;
}

.aboutbg .document li h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 12px;
}

.aboutbg .document li p {
    color: #908c8c;
    font-family: "Verdana", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.aboutbg .document li a {
    color: #000;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    transition: 0.3s;
}
.aboutbg .document li a:hover {
    color: #dc3545;
    transition: 0.3s;
}

.aboutbg .document li:nth-child(2) a:hover {
    color: #4284DD;
}

.aboutbg .document li:nth-child(3) a:hover {
    color: #9A5BB4;
}
.aboutbg .document li a i {
    background: none !important;
    width: unset;
    padding: 0;
    color: unset;
    font-size: 18px;
    position: relative;
    top: 3px;
    transition: 0.3s;
}

.aboutbg .document li a:hover i {
    padding: 0 0 0 7px;
    transition: 0.3s;
}


/****************************aboutpage end**********************/
/****************************intopbg start**********************/
.intopbg {
        background: url(../images/insurancebgg.jpg) no-repeat center;
    background-size: cover;
    min-height: 600px;
    align-items: center;
    display: flex;
    
}
.intopbg h2 {
    font-family: "Rubik", Sans-serif;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
}
.intopbg h1 {
    font-family: "Rubik", Sans-serif;
    color: #fdfdfd;
    padding: 10px 0px;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
    text-transform: capitalize;
}
.intopbg p {
    font-family: "Verdana", Sans-serif;
    color: #c3c3c3;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px;
}
.intopbg a {
    padding: 10px 15px;
    margin: 30px 0px 0px;
    font-size: 15px;
    color: #ffffff;
    font-family: "Verdana", Sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    background: #046a04;
    transition: 1s;
    border-radius: 5px;
    display: block;
    text-align: center;
    max-width: 300px;
    text-decoration: none;
}
.intopbg a:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px 30px #fff inset;
    color: #000;
    transition: 1s;
}
/****************************intopbg end**********************/

/****************************ininsurencebg start**********************/


.ininsurencebg {
    padding: 40px 0;
}
.ininsurencebg h1 {
    font-family: "Rubik", sans-serif;
    color: #000;
    padding: 0px 0px 10px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
}

.ininsurencebg .insurenimg {
    text-align: center;
    padding: 20px 0 0;
}

.ininsurencebg .insurenimg img {
    max-width: 200px;
    border: 3px solid #c1c1c1;
    border-radius: 5px;
}

.ininsurencebg .insurenpoint {
    padding: 35px 0 0;
}


.ininsurencebg .insurenpoint ul li {
    font-family: "Verdana", sans-serif;
    color: #616161;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    list-style-type: disclosure-open;
}

.ininsurencebg .securepro {
    padding: 20px;
    border-radius: 10px;
    min-height: 300px;
    max-width: 550px;
    margin: 120px auto 0;
    background-image: url(../wp-content/uploads/2021/11/in-wave-card-bg-2.html);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f3f3f3;
}

.ininsurencebg .securepro img {
    width: 33px;
}

.ininsurencebg .securepro h2 {
    font-family: "Rubik", sans-serif;
    color: #000;
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}

.ininsurencebg .securepro p {
    font-family: "Verdana", Sans-serif;
    color: #626060;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0px;
}

/*********************************faq***************************/

.faqbg {
    padding: 70px 0px;
}


.faqbg .infaq {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 50px;
}

.faqbg .infaq .infaqbg {
    border: 1px solid #c6c4c4;
}

.faqbg .infaq .infaqbg .rank-math-list-item {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #c6c4c4;
}

 .faqbg .infaq .infaqbg .rank-math-list {
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #494949, #2a2a2a);
    background: #782512;
    border: 2px solid #fdd245;
}

.faqbg .infaq .infaqbg .rank-math-list h2 {
    font-weight: 600;
    font-family: 'Bite Chocolate';
    font-size: 16px;
    text-align: end;
    color: #fdd245;
    margin: 0 0 10px;
}

.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question {
    margin: 0px 0 !important;
    cursor: pointer;
    font-family: 'Public Sans', sans-serif;
    line-height: 50px !important;
    text-align: justify !important;
    color: #919090!important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    padding: 0px 43px 0px;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question .icon1{
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    left: 8px;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question .icon2{
    display:none ;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question.open .icon1 {
    display:none ;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question.open .icon2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    left: 8px;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question.open {
    color:#000 !important;
}

.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question span {
    padding-left: 20px;
}

.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-answer p {
    margin: 0 !important;
    padding: 0px 10px 0px !important;
    font-family: "Verdana", sans-serif;
    color: #777272;
    line-height: 26px;
    font-size: 14px;
    text-transform: capitalize;
}

.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-answer {
    margin: 0;
    display: none;
    padding: 12px 6px;
    border-top: 1px solid #c6c4c4;

}

/**********************************investorbg*****************************/

.investorbg {
    padding: 50px 0;
}
.investorbg h1 {
    font-family: "Rubik", sans-serif;
    color: #000;
    margin: 0px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 500;
    padding: 0px 0px 40px 0px;
    text-align: center;
}

.investorbg .investor {
    box-shadow: 0 0 6px #000;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    margin: 30px 0;
    min-height: 755px;
}

.investorbg .investor .investhead {

}
.investorbg .investor .investhead img {
    width: 130px;
    border-radius: 50%;
    margin: auto;
    filter: drop-shadow(2px 4px 4px black);
}

.investorbg .investor .investhead h2 {
    color: #000;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    margin: 8px 0px 5px 0px;
}

.investorbg .investor .investhead p {
    color: #948f8f;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.investorbg .investor .investdetail {
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #c4c4c4;
}

.investorbg .investor .investdetail li {
    width: 31%;
    display: inline-block;
}

.investorbg .investor .investdetail li h2 {
    color: #000;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.investorbg .investor .investdetail li p {
    color: #7a7a7a;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 0;
    padding: 0px;
}

.investorbg .investor a {
    
}

.investorbg .investor h3 {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
    margin: 16px 0;
}

/********************************support************************/

.supportbg {
    padding: 80px 0;
}

.supportbg h3 {
   color: #999999;
    font-family: "Verdana", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 60px;
}

.supportbg .suplink {
    
}

.supportbg .suplink h2 {
    color: #000;
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
}

.supportbg .suplink a {
    color: #6a6a6a;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 46px;
}

.supportbg .suplink a:hover {
    color: #dc3545;
    transition: 0.3s;
}

.supportbg .support {
    
}

.supportbg .support span {
    
}

.supportbg .inpts {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.supportbg .inpt{
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}

.supportbg .sbmt {
    background: #4868f2;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
    padding: 8px 26px;
    font-family: "Verdana", Sans-serif;
}

.supportbg .sbmt:hover {
    box-shadow: inset 0 0 0px 22px #fff;
    transition: 0.3s;
    color: #4868f2;
    border: 1px solid #4868f2;
}

.supportbg  table {
    width: 100%;
    min-width:500px;
}

.supportbg  table tr td{
    border: 1px solid #d3d2d2;
    padding: 9px;
    font-family: "Verdana", Sans-serif;
    font-size: 14px;
    color: #656363;
    font-weight: 200;
}

/************************login**************************/
.loginbg {
   background: #0B0E11;
    padding: 50px 5px;
    max-width: 480px;
    margin: auto;
    height: 100%;
}

.loginbg img {
    padding: 0 16px 13px;
}

.loginbg .user {
    background: #fff;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    padding: 50px 20px;
}

.loginbg .user h2{
    font-family: "Nunito", sans-serif;
    text-align: center;
    font-size: 22px;
    margin: 0 0 0;
}

.loginbg .user .login {
   margin: 24px 0;
    position: relative;
}

.loginbg .user .login h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 7px;
}
.loginbg .user .login h3 sup {
    top: 0px;
    color: red;
    font-size: 13px;
}
.loginbg .user .login i {
    position: absolute;
    top: 33px;
    left: 18px;
    font-size: 17px;
    font-weight: 500;
}


.loginbg .user .login .inpts {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    color: #12263f;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border: 1px solid #c2c2c2;
    outline: unset;
    padding: 0 0 0 46px;
}

.loginbg .user .logbut .sbmt {
    background: #E2332D;
    border: 1px solid #E2332D;
    margin: 20px 0 30px;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    color: #fff;
}

.loginbg .user .logbut {
    
}
.loginbg .user .logbut a {
    color: #323c49;
    font-size: 14px;
    font-weight: 700;
}
.loginbg .user .logbut a:hover {
    color:red;
    transition:0.3s;
}

.loginbg .user .logbut p {
    font-size: 16px;
    margin: 0 0 0;
}

.loginbg .user .logcopy {
    
}

.loginbg .user .logcopy p {
    font-size: 14px;
    margin: 20px 0 0;
    color: #3c4858;
}


.loginbg .signuptab {
list-style-type: none;
    padding: 0px;
    margin: 12px 0px 30px;
    text-align: center;
}

.loginbg .signuptab li {
	padding: 0px 10px;
	margin: 0px;
	width: unset;
	display: inline-block;
}

.loginbg .signuptab li a.active p {
	background: #f13223;
    background-size: 100% 100%;
    border: 1px solid #f13223;
    color: #fff;
}
.loginbg .signuptab a p{
	color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 0px;
    border-radius: 5px;
    padding: 6px 36px;
    border: 2px solid #f13223;
}


/*************************trems and conditon****************************/

.termbg {
    padding: 80px 0;
}

.termbg .term h1 {
    color: #3a3a3a;
    font-family: 'Rubik', sans-serif;
    font-size: 33px;
    font-weight: 600;
    margin: 0;
}

.termbg .term h2 {
    color: #3a3a3a;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0;
}
.termbg .term h3 {
    color: #7c7c7c;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 24px 0;
}

.termbg .term p {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #7d7d7d;
    font-weight: 400;
    margin: 0 0 20px;
}






























@media only screen and (max-width: 1400px) {
    .aboutbg .relation ul li {
    min-height: 282px;
    }
 
}

@media only screen and (max-width: 1199px) {
.aboutbg .document li {
    padding: 0 26px;
}
}

@media only screen and (max-width: 991px) {
 
.abouttopbg {
    min-height: 450px;
}
.abouttopbg h1 {
    text-align: center;
}
.aboutbg {
    padding: 30px 0;
}
.aboutbg .abtleft {
    padding: 0 0px 0;
    text-align: center;
}
.aboutbg .abtleft h3 {
    margin: 0 0 6px;
}
.aboutbg .abtleft h2 {
    font-size: 36px;
}
.aboutbg .abtrit p {
    line-height: 28px;
    text-align: center;
}
.aboutbg .relation {
    padding: 30px 0px;
    text-align: center;
}
.aboutbg .relation h2 {
    font-size: 36px;
    margin: 0 0 5px;
}
.aboutbg .relation ul li {
    width: 46%;
}
.aboutbg .tradimg {
    padding: 0 0px 12px;
    text-align: center;
}
.aboutbg .tradtext {
    text-align: center;
}
.aboutbg .tradtext h2 {
    font-size: 36px;
    margin: 0px 0 10px;
}
.aboutbg .tradtext h3 {
    margin: 0 0 14px;
}
.aboutbg .accout {
    padding: 2em;
    margin: 30px 0 0;
}
.aboutbg .accout p {
    font-size: 20px;
}
.aboutbg .certifiedbg {
    padding: 30px 0 0;
    text-align: center;
}
.aboutbg .certifiedbg h2 {
    font-size: 36px;
    padding: 0px 0px 8px 0px;
}
.aboutbg .officebg {
    padding: 33px 0 0;
}
.aboutbg .officebg h2 {
    font-size: 36px;
    padding: 0px 0px 8px 0px;
}
.aboutbg .document {
    padding: 30px 0 0;
}
.aboutbg .document h2 {
    font-size: 36px;
    padding: 0px 0px 8px 0px;
}
.aboutbg .document li {
    padding: 0 8px;
}
.aboutbg .document li h3 {
    font-size: 20px;
    margin: 5px 0 3px;
}
.aboutbg .document li p {
    font-size: 14px;
}
.intopbg {
    min-height: 450px;
    text-align: center;
}
.intopbg a {
    margin: 16px auto !important;
}
.ininsurencebg h1 {
    font-size: 2rem;
}
.ininsurencebg .insurenpoint {
    padding: 20px 0 0;
    text-align: center;
}
.ininsurencebg .insurenpoint ul li {
    padding: 8px 0px;
    width: fit-content;
    margin: auto;
}
.ininsurencebg .securepro {
    text-align: center;
    margin: 30px auto 0;
}
.investorbg {
    padding: 25px 0;
}
.investorbg h1 {
    padding: 0px 0px 10px 0px;
}
.investorbg .investor .investdetail li h2 {
    font-size: 14px;
}
.investorbg .investor .investdetail li p {
    font-size: 12px;
}
.supportbg {
    padding: 30px 0;
}
.supportbg h3 {
    font-size: 18px;
    margin: 0px 0 20px;
}
}


@media only screen and (max-width: 767px) {
.abouttopbg h1 {
    font-size: 2.5rem;
    line-height: 50px;
}
.aboutbg .abtleft h2 {
    font-size: 30px;
    line-height: 36px;
}

.aboutbg .relation ul li {
    width: unset;
    max-width: 300px;
}
.aboutbg .relation h2 {
    font-size: 30px;
    line-height: 36px;
}
.aboutbg .relation h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 6px;
}
.aboutbg .abtleft h3 {
    font-size: 18px;
    line-height: 0.5em;
}
.aboutbg .tradtext ul {
    display: block;
    width: unset;
}
.aboutbg .tradtext p {
    line-height: 27px;
}
.aboutbg .tradtext h2 {
    font-size: 30px;
    line-height: 38px;
}
.aboutbg .accout p {
    font-size: 17px;
}
.aboutbg .certifiedbg h2 {
    font-size: 30px;
}
.aboutbg .certifiedbg .team li {
    width: unset;
    max-width: 300px;
}

.aboutbg .accout {
    text-align: center;
    padding: 1em;
}

.aboutbg .accout a {
    float: unset;
    margin: 10px 0px 0px;
}
.aboutbg .officebg li img {
    width: 300px;
    min-height: 250px;
}

.aboutbg .document li {
    width: unset;
    display: block;
    border-bottom: 1px solid #d0caca;
    border-right: unset;
    text-align: center;
    padding: 16px 0px;
    max-width: 300px;
    margin: auto;
    min-height: unset;
}
.investorbg .investor {
    max-width: 350px;
    margin: 10px auto;
}
}

@media only screen and (max-width: 560px) {
.faqbg .infaq {
    padding: 30px;
}
.faqbg .infaq .infaqbg .rank-math-list-item .rank-math-question {
    line-height: 26px !important;
    font-size: 14px !important;
    padding: 8px 43px;
}
.loginbg .user {
    padding: 28px 12px;
}

}