@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root{
	--rs-main-color:#e5e5e5;
	--rs-primary-color:#000;
	--rs-second-color:#f33;
	--rs-font-color:#000;
	--rs-white-color:#fff;
	--rs-font-style: 'Roboto', sans-serif;;
}

/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body{
	/*-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;*/ 
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--rs-font-style);
	color: var(--rs-font-color);
        overflow-x: hidden !important;
}

/* loader and scrollbar */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, .9);
            z-index: 99;
        }
        #status {
            width: 100px;
            height: 100px;
            position: fixed;
            left: 50%;
            top: 50%;
            background-color: green;
            /*background-image: url('../../images/Loader.gif');*/
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transform: translate(-50%, -50%);
        }

        /*scroll bar css**/
        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #F5F5F5;
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            background-color: #eee;
        }

/*loader and scrollbar end*/

.container-lg{
    max-width: 1920px;
    width: 100%;

}
.header_inner {
    display: flex;
    flex-wrap: wrap;
}

.header_inner .logo {
    width: 100px;
}

.header_inner .menu {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_row ul {
    display: flex;
    flex-wrap: wrap;
}
img {
    max-width: 100%;
}
.menu_row ul li {
    padding: 0 15px;
    /* position: relative; */
        float: left;
}
.sub-menu.row {
    position: absolute;
    width: 100%;
    left: 15px;
    padding: 0;
    right: 0;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 1024;
    margin: 0 -15px;
    
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.header {
    position: relative;
    padding: 15px 0px;
        border-bottom: 1px solid #000;
}

a {
    color: #000;
    text-decoration: none;
}
.btn-outline-primary, .btn-primary:hover {
    border-color: #000;
    color: #000;
    background: transparent;
}

.btn-primary, .btn-outline-primary:hover {
    background: #000;
    border-color: #000;
}
.toggle_btn{
    display: none;
}
a.child-triggerm {
    position: relative;
}

a.child-triggerm span:before {
    display: block;
    content: '\f078';
    position: absolute;
    top: 1px;
    right: -20px;
    font-family: "Font Awesome 5 FREE";
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
}
.img_slider {
    padding: 5px;
}
.grey_bg {
    background: linear-gradient(0deg, #F4F4F4, #F4F4F4),
linear-gradient(0deg, #000000, #000000);
    text-align: center;
}

.grey_bg p {
    margin: 0;
    padding: 15px;
}

.grey_bg p a {
    text-decoration: underline;
}
.btn {
    border-radius: 0;
}
.middle_ct {
    text-align: center;
}

.middle_ct h2 {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 20px;
}
.slider_down .slick-list {
    padding: 0 200px !important;
}

.slider_down  img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.p-80{
    padding: 50px 0;
}
.img_set {
    padding-left: 30px;
    position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.sign_bt img {
    width: 15px;
}
.img_set img {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
}

.text_img {
    padding-left: 0;
    position: relative;
}

.text_img img {
    width: 25px;
}

.re_content .text_img span {
    padding: 13px 0px;
}

.re_content h1 {
    font-weight: 700;
    padding-bottom: 15px;
}

.re_content span {
    padding: 0 0 15px;
    display: block;
    font-weight: 500;
}

.re_content p {
    padding-bottom: 15px;
}
.text_img h3 {
    display: block;
    font-weight: 600;
    padding: 15px 0;
    margin: 0;
}

.tr_ct span {
    font-weight: 700;
}

.tr_ct h2 {
    padding: 15px 0;
    margin: 0;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #000;
    display: inline-block;
    padding: 7px 20px;
    cursor: pointer;
    border: 1px solid #000;
}

ul.tabs li.current{
    background: #000000;
    color: #fff;
}

.tab-content{
    display: none;
}

.tab-content.current{
    display: inherit;
}
ul.tabs {
    text-align: center;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}
.plan_month {
    padding: 20px 20px 70px 20px;
    border: 1px solid #000;
    height: 100%;
    position: relative;
}

.plan_month a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px) !important;
    margin: 0 auto;
}

.plan_month span {
    display: block;
    font-weight: 600;
    padding: 15px 0 5px;
}

.plan_month img {
    margin-left: auto;
    display: table;
    justify-content: center;
}

.plan_month h2 {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.plan_month ul li {
    padding: 5px 0;
}
.fraud_cn {
    padding: 15px 0;
}

.fraud_read {
    display: flex;
    flex-wrap: wrap;
}

.fraud_read left {
    width: 50px;
}

.fraud_read left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fraud_read .left {
    width: 40px;
    height: 40px;
}

.fraud_read .left img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fraud_read .right {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.fraud_cn span, .fraud_read .right span {
    font-size: 14px;
}

.right {}

.fraud_read .right i {
    font-size: 6px;
    vertical-align: middle;
    padding: 0 6px;
}

.fraud_read .right p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.examination .text_img {
    padding: 15px 0 0;
}

.examination span {
    font-size: 14px;
}

span.bg_gr {
    background: #F4F4F4;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
.e-book .fraud_cn {
    padding: 0;
}
.events .fraud {
    border: 1px solid #000;
    height: 100%;
}

.events .fraud_cn, .events .fraud_read {
    padding: 18px;
}
.events .fraud_cn span {
    padding: 0 0 10px 0;
    display: block;
    font-weight: 600;
}
.events .fraud_cn p {
    margin: 0;
}
.testimoniyal .fraud_read .right {
    width: auto;
    padding: 0 15px;
    margin-right: 15px;
    border-right: 1px solid #000;
}

.testimoniyal_slider_one .item {
    text-align: center;
}

.testimoniyal_slider_one .item .fraud_read {
    justify-content: center;
}

.testimoniyal_slider_one .item p {
    margin: 0;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
}



.testimoniyal .fraud_read .right p {
    padding: 0;
    text-align: left;
    font-size: 16px;
}

.testimoniyal_slider_one .item ul {
    display: flex;
    justify-content: center;
}
.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;}
.slick-prev {left: 15px;z-index: 2;border: 0;background: transparent;padding: 0;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);}
.slick-next {right: 15px;z-index: 2;border: 0;background: transparent;padding: 0;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);}
.slick-prev:after {content: '\f060';display: block;color: #000;font-family: FontAwesome;font-size: 20px;border: 1px solid #000;border-radius: 50px;width: 40px;height: 40px;line-height: 40px;}
.slick-next:after {content: '\f061';display: block;color: #000;font-family: FontAwesome;font-size: 20px;border: 1px solid #000;border-radius: 50px;width: 40px;height: 40px;line-height: 40px;}

.slick-dots {position: absolute;text-align: center;display: flex;justify-content: center;align-items: center;
    margin: 0 auto;left: 0;right: 0;}

.slick-dots button {
    padding: 0;
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    margin: 0 4px;
    border-radius: 50px;
}

.testimoniyal_slider_one .item {
    margin-bottom: 50px;
}

.slick-dots .slick-active button {
    background: #000;
}.slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);font-size: 0;margin: 0;padding: 0;background: transparent;height: auto;line-height: normal;}
.slick-prev {left: 15px;z-index: 2;border: 0;background: transparent;padding: 0;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);}
.slick-next {right: 15px;z-index: 2;border: 0;background: transparent;padding: 0;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);}
.slick-prev:after {content: '\f060';display: block;color: #000;font-family: FontAwesome;font-size: 20px;border: 1px solid #000;border-radius: 50px;width: 40px;height: 40px;line-height: 40px;}
.slick-next:after {content: '\f061';display: block;color: #000;font-family: FontAwesome;font-size: 20px;border: 1px solid #000;border-radius: 50px;width: 40px;height: 40px;line-height: 40px;}

.slick-dots {position: absolute;text-align: center;display: flex;justify-content: center;align-items: center;
    margin: 0 auto;left: 0;right: 0;    padding: 0 0 0 10px;    bottom: -10px;}

.slick-dots button {
    padding: 0;
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    margin: 0 4px;
    border-radius: 50px;
}

.testimoniyal_slider_one .item {
    margin-bottom: 50px;
}

.slick-dots .slick-active button {
    background: #000;
}
.acc {
    margin: 0 auto;
  }
  
  .acc__card {
    margin: 0;
    position: relative;
  }
  
  .acc__title {
    background: #fff;
    color: #000000;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #000;
    font-weight: 500;
  }
  .acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 21px;
    transform: rotate(46deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__title.active::after {
    transform: rotate(225deg);
    transition: all 0.2s ease-in-out;
  }
  
  .acc__panel {
    background: #fff;
    color: #000;
    display: none;
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
  .footer h4 {
    font-size: 16px;
}


ul.footer_menu li a {
    font-size: 14px;
}

ul.footer_menu li {
    padding: 5px 0;
}

.form-control {
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
}

.sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 10%);
    border-color: #000;
}
.sub input {
    width: calc(100% - 100px);
}

.sub + span {
    font-size: 14px;
}

ul.footer_menu li a:hover {
    color: #8D8D8D;
}
.footer_bottom {
    padding: 30px 0 0;
    border-top: 1px solid #000;
    margin-top: 40px;
}

.link_foot {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.footer .row {
    justify-content: center;
}
.link_foot ul {
    display: flex;
    padding-left: 10px;
}

.link_foot ul li a {
    font-size: 14px;
    text-decoration: underline;
}

.link_foot ul li {
    padding-right: 10px;
}

.social_media ul {
    display: flex;
    justify-content: end;
}

.social_media ul li {
    padding: 0 5px;
}

.link_foot p {
    margin: 0;
}

.sign_bt .social_media ul {
    justify-content: center;
}

.meet_the_team .text_img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    object-fit: cover;
}
.meet_the_team .text_img h3 {
    font-size: 20px;
}

.meet_the_team .text_img h5 {
    font-size: 16px;
}

.meet_the_team .text_img {
    padding-bottom: 20px;
}
.bg_logo ul {
    display: flex;
    flex-wrap: wrap;
}

.bg_logo ul li {
    background: #F4F4F4;
    width: calc(50% - 10px);
    text-align: center;
    padding: 10px;
    margin: 0 auto 10px;
}
.logo_slider .slick-list {
    padding: 0 130px !important;
}
.logo_slider {
    padding: 30px 0;
}
.logo_slider .item img {
    margin: 0 auto;
}
.testimoniyal_slider_about {
    padding-top: 30px;
}

testimoniyal_slider_about.testimoniyal_slider_one .item ul {
    justify-content: start;
    display: block;
}

.testimoniyal_slider_one.testimoniyal_slider_about  ul {
    justify-content: start;
}

.testimoniyal_slider_one.testimoniyal_slider_about  p {
    font-size: 18px;
    text-align: left;
}

.testimoniyal_slider_one.testimoniyal_slider_about  .fraud_read {display: block;text-align: left;}

.testimoniyal_slider_one.testimoniyal_slider_about  .right {
    margin: 0;
    padding: 10px 0 10px;
    border: 0;
}
.footer_two .footer_menu li {
    display: inline-block;
    padding-right: 15px;
}

.footer_two .footer_menu li a {
    font-weight: 600;
}
.footer_two .footer_bottom p {
    text-align: right;
    margin: 0;
}
.re_content ul li {
    padding: 5px 0;
    display: flex;
    align-items: baseline;
}

.re_content ul li img {
    position: relative;
    top: 3px;
}
.re_content ul li img {
    vertical-align: initial;
}
.modal_row .text_img img {
    width: 100%;
}
.modal_row .text_img {
    text-align: center;
}
.img_content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.btn-outline-primary.white_br {
    border-color: #fff;
    color: #fff;
}
.modal_row .sign_bt a {text-align: center;margin: 0 auto;display: table;}

.ml-2 {
    margin-left: 8px;
    vertical-align: inherit;
}
.ip_content .roe_ip {
    padding-left: 30px;
    margin-bottom: 25px;
}

.ip_content .roe_ip:first-child {
    border-left: 1px solid #000;
}
.box_con {
    padding-bottom: 20px;
}

.box_con h5 {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
}

.box_con p, .box_con a {
    margin: 0;
    font-size: 14px;
}

.box_con a {
    text-decoration: underline;
}
.map_detiles{
    padding: 40px 0 0;
}
.box_con {
    padding-bottom: 30px;
}

.box_con h5 {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
}

.box_con p, .box_con a {
    margin: 0;
    font-size: 14px;
}

.box_con a {
    text-decoration: underline;
}
.modal_row.modal_row_in .text_img img {
    width: 40px;
}

.testimoniyal_slider_one.testimoniyal_slider_two p {
    text-align: left;
}

.testimoniyal_slider_one.testimoniyal_slider_two ul {
    justify-content: start;
}
.testimoniyal_slider_one.testimoniyal_slider_one.testimoniyal_slider_two .item .fraud_read {
    justify-content: start;
}
.p-20{
    padding: 20px 0;
}
.si_faq {
    padding-bottom: 20px;
}
.border_line_de .box {
    padding-left: 50px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.border_line_de .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
}

.border_line_de .box:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 30px;
    width: 1px;
    height: 80%;
    background: #000;
}
.border_line_de .box:last-child:before {
    display: none;
}
.client_review .slick-next, .client_review .slick-prev {
    position: absolute;
    top: inherit;
}

.client_review .slick-prev {
    right: 60px;
    left: inherit;
}
.br_section .container {
    border: 1px solid #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact_two .box_con p {
    padding: 10px 0;
}

.contact_two .box_con i {
    font-size: 22px;
}
.plus_faq .acc__title {
    border: 1px solid #000;
    padding: 15px;
    margin-bottom: 15px;
}

.plus_faq .acc__title::after {
    content: '\2b';
    font-size: 16px;
    top: 12px;
    right: 20px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    border: 0;
    transform: none;
}

.plus_faq .acc__title.active::after {
    content: '\f068';
}
.first_table {
    padding: 15px 0;
}

.first_table ul li {width: 100%;padding: 15px;}

.first_table ul li:nth-child(odd) {
    background: #F4F4F4;
}

.first_table ul li {
    display: flex;
    justify-content: space-between;
}

.first_table ul li p {
    margin: 0;
}

.first_table ul li p:first-child {
    width: 25%;
    text-align: left;
}

.first_table ul li p {
    width: 25%;
    text-align: center;
}
.one_line_ct .box_con {
    padding: 0 0 15px 30px;
    position: relative;
}

.one_line_ct .box_con i {
    position: absolute;
    top: 0;
    left: 0;
}

.one_line_ct .box_con h5 {
    padding-top: 0;
}
.list_gallery {
    text-align: center;
    padding: 15px 0;
}

.list_gallery li {
    display: inline-block;
    padding: 0 5px;
}

.list_gallery li a {
    color: #000;
    background: transparent;
    padding: 10px 16px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #fff;
}

.list_gallery li a:hover, .list_gallery li a.active {
    background: #fff;
    border: 1px solid #000;
}
.list_gallery_img {
    margin: 0 -15px;
}

.all_img_gallery {
    display: flex;
    flex-wrap: wrap;
}

.all_img_gallery .item {
    margin-bottom: 20px;
    position: relative;
}
.all_img_gallery .item a {
    display: block;
}
.list_gallery_img .item a {
    line-height: 0;
}
.zoom_in {
    position: absolute;
    top: 0;
    left: 15px;
    /*     background: rgb(86 125 0 / 50%); */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d6800+0,ffffff+100&1+0,0+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(13,104,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(13,104,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(13,104,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6800', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    pointer-events: none;
    transform: scale(0);
    transition: all 500ms ease-in-out;
}

.title h3 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
}
.title h3:before {
    position: absolute;
    content: '.';
    transition: all 500ms ease-in-out;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}
.title h3:hover:before {
    text-shadow: 10px 0px 0px black, -10px 0px 0px black;
}
.all_img_gallery .item .text_img {
    padding-top: 15px;
}

.all_img_gallery .item  .sign_bt {
    text-align: left;
    display: table;
}
.breack_thumb {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
a:hover {
    color: #02029c;
}
.re_content .breack_thumb li a {
    padding-right: 25px;
    display: inline-block;
    position: relative;
}



.re_content .breack_thumb li a:after {
    display: block;
    content: '\f054';
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: "Font Awesome 5 FREE";
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
}
.last li a {
    background: #F4F4F4;
    padding: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
}

.new_item_add.fraud_read .right {
    width: calc(100% - 240px);
}

.last ul {
    display: flex;
}

.last ul li {
    padding-left: 10px;
}
p.left_br {
    border-left: 2px solid #000;
    padding-left: 15px;
    margin: 10px 0;
}

.blockquote {
    border-left: 2px solid #000;
    padding: 0  0 0 30px;
    margin: 30px 0;
}
.open_div li {
    padding: 10px;
    margin-bottom: 5px;
}

.open_div li:first-child {
    background: #F4F4F4;
}

.open_div li:nth-child(2) span {
    padding-left: 10px;
}
.open_div li:nth-child(3) span {
    padding-left: 15px;
}
.open_div li:nth-child(4) span {
    padding-left: 20px;
}
.open_div li:nth-child(5) span {
    padding-left: 25px;
}
.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three p {
    padding: 0;
}

.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three span {
    text-align: left;
    display: block;
}

.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three .right {border-right: 1px solid #000;width: auto;padding: 0 20px  0px 0;margin: 0 20px 0 0;}

.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three ul + p {
    padding: 20px 0;
}

.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three .item {
    margin: 0 0 20px;
}
.gallery_with_products.second_gallery .list_gallery {
    text-align: left;
}
.blog_detiles .toggle_ct h4 i {
    display: none;
}
.logo_slider2 {
    display: flex;
    flex-wrap: wrap;
}

.logo_slider2 .item {
    width: 20%;
    padding: 0 15px;
}
.label_mark a {
    background: #F4F4F4;
    padding: 5px 7px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.label_mark a:hover {
    background: rgb(2 2 156 / 10%);
}

.share_post {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.br_in {
    padding: 15px;
}
.input_border .container {
    padding: 30px 40px;
    border: 1px solid #000;
}

.testimoniyal_slider_one.testimoniyal_slider_about.webflow_middle .fraud_read {
    text-align: center;
}

.testimoniyal_slider_one.testimoniyal_slider_about.webflow_middle .left {
    margin: 0 auto;
}

.testimoniyal_slider_one.testimoniyal_slider_about.webflow_middle p {
    text-align: center;
}
.fraud_read.new_item_add.new_item_public .left.right {
    width: auto;
    padding: 0;
}

.fraud_read.new_item_add.new_item_public .right {
    width: calc(100% - 270px);
}
.img_content {
    z-index: 1;
    position: relative;
}

.img_content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

.events.new_events .fraud_cn span {
    display: inline-block;
}

.events.new_events .fraud_cn span span.bg_gr {
    padding: 5px 10px;
}
.fraud_cn span, .fraud_read .right span {
    margin-bottom: 8px;
    display: inline-block;
}
.get_in_touch.get_in_touch_ct .box_con {
    text-align: center;
}
.br_ve {
    padding: 10px 15px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.br_ve .left {
    display: flex;
    align-items: center;
    width: 60%;
}

.br_ve .left h6, .br_ve .left p {
    margin: 0;
}

.br_ve .left .img {
    padding-right: 15px;
}

.br_ve .right {
    display: flex;
    align-items: center;
    width: 40%;
}

.br_ve .right .sub.pb-1 {
    width: 100%;
}

.br_ve .right i {
    margin: 0 10px;
    font-size: 20px;
}
.one_line_ct.new_line_ct .box_con i {
    top: 3px;
}
.social_media_team ul {
    display: flex;
}

.social_media_team ul li {
    padding-right: 10px;
}

.social_media_team ul li a {
    font-size: 18px;
}
.team_slider .container {
    padding-left: calc((100% - 1120px) / 2);
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}

.team .slick-list {
    padding-left: 0 !important;
}

.team  .item {
    padding: 0 15px;
}
.team {
    padding-bottom: 30px;
}

.team .slick-dots {justify-content: start;}

.team .slick-next {
    position: absolute;
    bottom: -43px;
    right: 30px;
    top: inherit;
    left: initial;
    width: 100%;
}

.team .slick-next:after, .team .slick-prev:after {
    margin-left: auto;
}

.team .slick-prev {
    bottom: -43px;
    left: inherit;
    top: inherit;
    right: 80px;
}
.testimoniyal_slider_one .customer_review  .item ul {
    justify-content: start;
}
.team.client_slider.customer_review .slick-list {
    padding: 0 !important;
}
.testimoniyal_slider_one .customer_review .item p {
    padding: 10px 0 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.testimoniyal_slider_one .customer_review .item {
    margin: 0;
    padding: 23px;
    border: 1px solid #000;
}
.item_de {
    padding: 0 15px;
}
.logo_view ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo_view ul li {
    width: 16.66%;
    padding: 0 15px 15px;
}
.testimoniyal_slider_one .customer_review .item .right p, .testimoniyal_slider_one .customer_review .item .right span {text-align: left;padding: 0;display: block;}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) { ... }
@media (min-width: 1200.98px) { ... }

/*max-devices-media-query*/

@media (max-width: 1200.98px) { ... }
@media (max-width: 1199.98px) { ... }
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) { 
    .logo_slider2 .item {
        width: 33.33%;
        padding-bottom: 15px;
    }
    .container {
        max-width: 100%;
    }
    .br_section .container .ps-0 {
        padding: 10px !important;
    }
    .br_section .container .pe-0 {
        padding: 0 15px !important;
    }
    .br_section .container {
        padding: 15px !important;
    }
    .logo_view ul li {
        width: 25%;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .h3, h3 {
        font-size: 22px;
    }
    .h4, h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .p-80 {
        padding: 40px 0;
    }
    

 }
@media (max-width: 767.98px) {
    .toggle_btn{
        display: block;
    }
    .header_inner {
    justify-content: space-between;
}

.toggle_btn .btn {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
}

.header_inner .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    z-index: 99;
}

.menu_row ul {
    display: block;
    width: 100%;
}

.menu_row ul li {
    width: 100%;
    padding: 0;
    position: relative;
}

.menu_row ul li a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

a.child-triggerm {
    display: inline-block !important;
    padding: 0 !important;
    border: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

a.child-triggerm span:before {
    right: 0;
}

.sub-menu.row {
    position: relative;
}

.login_bt {
    clear: both;
    text-align: center;
    padding: 10px 0;
}
.menu_row ul li {
    padding: 0 !important;
}

.img_set p {
    display: none;
}

.menu_row ul li ul li a {
    border: 0;
    padding: 10px 0 10px 20px;
}

.img_set img {
    top: 12px;
    left: 18px;
}

body {
    font-size: 14px;
}
.toggle_btn.active .fa-bars::before {
    content: "\f00d";
}
.p-80 {
    padding: 30px 0;
}

.sign_bt {
    padding-bottom: 20px;
}

.plan_month {height: auto;margin-bottom: 15px;}

.fraud_read {
    padding-bottom: 15px;
}

.e-book .fraud_cn, .fraud_cn {
    padding: 10px 0;
}
.logo_slider .slick-list {
    padding: 0 0 !important;
}
.br_ve {
    position: relative;
    padding: 15px;
}

.br_ve .left {
    width: 100%;
}

.br_ve .left .img {
    display: none;
}

.br_ve .left h6, .br_ve .left p {
    padding: 0 0 5px;
}

.br_ve .right .sub input, .br_ve .right .sub {
    width: 100%;
}

.br_ve .right {
    flex-wrap: wrap;
}

.br_ve .right {
    width: 100%;
    padding: 15px 0 0;
}

.br_ve .right .btn {
    width: 100%;
    margin: 15px 0 0;
}

.br_ve .right i {
    position: absolute;
    top: 10px;
    right: 0;
}

}
@media (max-width: 575.98px) { 

    .footer h4 {
        padding: 30px  0 10px;
        margin: 0;
    }
    
    .sub a.btn.btn-outline-primary {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .sub input {
        width: 100%;
    }
    
    .footer_bottom {
        text-align: center;
    }
    
    .social_media {
        display: table;
        margin: 0px auto 20px 0;
    }
    
    .link_foot {
        justify-content: left;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .link_foot ul {
        display: block;
        width: 100%;
    }
    
    .link_foot ul {
        flex-wrap: wrap;
        text-align: left;
        padding: 0;
    }
    
    .link_foot ul li {
        padding: 9px 0;
    }
    
    .footer_bottom .row {
        flex-direction: column-reverse;
    }
    
    .link_foot p {
        text-align: left;
        padding: 15px 0 0 0;
    }
    .slider_down .slick-list {
        padding: 0 20px !important;
    }
    .footer_two .footer_bottom p {
        text-align: left;
    }
    .footer_two .footer_menu li {
        display: block;
    }
    .sign_bt .social_media {
        margin: 0 auto;
    }
    .re_content p {
        margin: 0;
    }
    
    .re_content ul {
        padding-bottom: 15px;
    }
    
    .acess_today a {
        width: 100%;
        margin: 15px 0 0;
    }
    
    .testimoniyal_slider_one .item p {
        font-size: 18px;
    }
    
    .map_detiles {
        padding: 20px 0 0;
    }
    .testimoniyal .client_review .fraud_read .right {
        width: 100%;
        padding: 10px 0 0;
        margin-right: 0;
        border-right: 0;
        text-align: left;
    }
    .testimoniyal .fraud_read .right {
        width: 100%;
        text-align: left;
        padding: 10px 0 0;
        border: 0;
        margin: 0;
    }
    .testimoniyal_slider_one .item {
    margin-bottom: 0px;
}
.testimoniyal_slider_one .item .fraud_read .right {
    text-align: center;
}

.testimoniyal_slider_one .item .fraud_read p {
    text-align: center;
}
.btn__img a.btn.btn-primary {
    width: 100%;
    margin: 10px 0 0;
}
.ip_content {
    padding: 15px 0 0;
}
.first_table ul li p:first-child {
    width: 100%;
    padding-bottom: 15px;
}

.first_table ul li {
    flex-wrap: wrap;
}
.list_gallery li a {
    padding: 5px 10px;
}

.list_gallery li {
    padding: 0 0 5px;
}
.new_item_add.fraud_read .right {
    width: calc(100% - 40px);
    margin-bottom: 25px;
}
.blog_detiles .row {
    flex-direction: column-reverse;
}

.blog_detiles .toggle_ct {
    border: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 15px;
}

.blog_detiles .toggle_ct h4 {
    font-size: 16px;
    margin: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_detiles .toggle_ct h4 i {
    display: inline-block;
}
.open_div {
    display: none;
}
.logo_slider2 .item {
    width: 50%;
    padding: 15px;
    text-align: center;
}
.testimoniyal_slider_one.testimoniyal_slider_two.testimoniyal_slider_three ul {
    padding: 15px 0 0;
}
.sub .btn {
    width: 100%;
    margin: 15px 0;
}
.share_post .row {
    flex-direction: column;
}

.share_post .row .col-lg-8.col-sm-8.mt-auto.text-end {
    text-align: left !important;
    padding-top: 25px;
}
.label_mark a {
    margin-bottom: 5px;
}
.share_post {
    padding: 20px 0;
    margin: 0;
}
.input_border .container {
    width: calc(100% - 30px);
    padding: 25px;
}
.br_section .container {
    width: calc(100% - 30px);
    padding: 10px !important;
}

.br_section .container .pe-0 {
    padding: 0 15px !important;
}
.team_slider .container {
    padding-left: 15px;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
}
.testimoniyal11 .testimoniyal_slider_one .item .fraud_read p, .testimoniyal11 .testimoniyal_slider_one .item .fraud_read span {
    text-align: left;
    display: block;
}
.logo_view ul li {
    width: 50%;
}

}


