/* Theme Name: Fowigs Text Domain: Fowigs */
 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}
 html , body {
     overflow-x: hidden;
}
 body{
     font-family: var(--webfontfamily) !important;
}
 ul{
     margin: 0px;
     padding: 0px;
}
 li{
     list-style: none;
}
 @font-face {
     font-family: IBMPlexSans-Bold;
     src: url('../fonts/IBMPlexSans-Bold.ttf');
}
 @font-face {
     font-family: IBMPlexSans-BoldItalic;
     src: url('../fonts/IBMPlexSans-BoldItalic.ttf');
}
 @font-face {
     font-family: IBMPlexSans-ExtraLight;
     src: url('../fonts/IBMPlexSans-ExtraLight.ttf');
}
 @font-face {
     font-family: IBMPlexSans-ExtraLightItalic;
     src: url('../fonts/IBMPlexSans-ExtraLightItalic.ttf');
}
 @font-face {
     font-family: IBMPlexSans-Italic;
     src: url('../fonts/IBMPlexSans-Italic');
}
 @font-face {
     font-family: IBMPlexSans-Light;
     src: url('../fonts/IBMPlexSans-Light');
}
 @font-face {
     font-family: IBMPlexSans-LightItalic;
     src: url('../fonts/IBMPlexSans-LightItalic');
}
 @font-face {
     font-family: IBMPlexSans-Medium;
     src: url('../fonts/IBMPlexSans-Medium');
}
 @font-face {
     font-family: IBMPlexSans-MediumItalic;
     src: url('../fonts/IBMPlexSans-MediumItalic');
}
 @font-face {
     font-family: IBMPlexSans-Regular;
     src: url('../fonts/IBMPlexSans-Regular');
}
 @font-face {
     font-family:IBMPlexSans-SemiBold;
     src: url('../fonts/IBMPlexSans-SemiBold');
}
 @font-face {
     font-family:IBMPlexSans-SemiBoldItalic;
     src: url('../fonts/IBMPlexSans-SemiBoldItalic');
}
 @font-face {
     font-family:IBMPlexSans-Thin;
     src: url('../fonts/IBMPlexSans-Thin');
}
 @font-face {
     font-family:IBMPlexSans-ThinItalic;
     src: url('../fonts/IBMPlexSans-ThinItalic');
}
 ::-moz-selection {
    /* Code for Firefox */
     color: #fff;
     background:#E52560;
}
 ::selection {
     color: #fff;
     background:#E52560;
}
 .recent_work_panel ::selection{
     color: #fff;
     background:#142337;
}
 :root {
     --siteblack-color: #180F0F;
     --site-padding: 5px 42px;
     --webfontfamily:'IBM Plex Sans', sans-serif;
     --webred: #FF2D00;
     --sliderbg: #7465FF;
     --webblue: #4631FF;
     --pink: #E52560;
     --lightpink:#f9dee6;
}
 .scroll_content::-webkit-scrollbar {
     width: 5px;
}
 .scroll_content {
     overflow-y: scroll;
     height: 150px !important;
     max-height: 100%;
}
 .scroll_content{
     overflow-y: scroll;
}
/* Track */
 .scroll_content::-webkit-scrollbar-track {
     background: #17766b;
}
/* Handle */
 .scroll_content::-webkit-scrollbar-thumb {
     background: #48e2b3;
}
/* Handle on hover */
 .scroll_content::-webkit-scrollbar-thumb:hover {
     background: #555;
}
 .content_left_team .scroll_content::-webkit-scrollbar-thumb{
     background: #3e3a3a;
}
 .content_left_team .scroll_content::-webkit-scrollbar-track {
     background: #7b7a7a;
}
 header {
     background:var(--siteblack-color);
     padding: 50px 0px;
     display: flex;
}
 .logo-wrap:hover img.red_logo {
     display: block;
     transition: all 0.30s ease-out;
}
 .logo-wrap:hover img.default_logo {
     display: none;
     transition: all 0.30s ease-out;
}
 img.red_logo {
     display: none;
}
 .hideondesktop input {
     width: 100%;
     padding: 10px;
     outline: none;
     background: #292626;
     border: none;
     border-radius: 5px;
     color: #fff;
     font-family: var(--webfontfamily);
     font-size: 14px;
}
 .hideondesktop {
     padding: 4px 15px 30px 15px;
     display: none;
}
 .logo-wrap img {
     outline: none;
     width: 80%;
}
 header .container-fluid {
     padding-left: 80px;
     padding-right: 80px;
}
 span.menu_button {
     height: 3px;
     background: #48E2B3;
     width: 29px;
     display: block;
     margin: 0px 0px 9px 0px;
     border-radius: 19px;
}
 ul.toggle_button {
     float: right;
}
 .menu-right-wrap {
     padding-top: 50px;
     display: flex;
     float: right;
}
 ul.toggle_button li:last-child {
     padding-left: 27px;
     padding-right: 0px;
}
 li#menu_toggle_button:hover span {
     background: #E52560;
}
 ul.toggle_button li img {
     width: 60%;
     float: right;
}
ul.toggle_button li img:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
 .cross span {
     background: #E52560;
}
 .hidesearch {
     opacity: 0;
}
 ul.toggle_button li {
     display: inline-block;
     padding: 0px 10px;
     cursor: pointer;
}
 ul.toggle_button {
     float: right;
     display: flex;
}
/*.change_on_hover:hover .img2 {
     display: block;
}
 .img2 {
     display: none;
}
 .change_on_hover:hover .img1 {
     display: none;
}
*/
 .head-menu ul li {
     line-height: 35px;
}
 .head-menu ul li a {
     color: #fff;
     text-decoration: none;
     font-family: var(--webfontfamily);
     font-size: 20px;
     font-weight: normal;
     transition: all .3s ease-out;
}
 .head-menu h3 {
     font-family: var(--webfontfamily);
     color: #fff;
     font-size: 20px;
}
 .heade-menu {
     padding-bottom: 50px;
     padding-top: 50px;
    /* display: none;
     */
     position: absolute;
     left: 0;
     right: 0;
     z-index: 3333;
     background: #180f0f;
    /*border-top: 1px solid #261a1a;
    */
     top: 16.6pc;
     visibility: hidden;
     opacity: 0;
     transition: all 0.3s ease-out;
}
 .showmenu {
     visibility: visible;
     opacity: 4;
}
 .head-menu ul {
     padding-top: 10px;
     padding-left: 10px;
}
 .head-menu ul li a:hover {
     color: #E52560;
}
 .cross span:nth-child(3) {
     transform: rotate( 47deg );
}
 .cross span:nth-child(1) {
     transform: rotate( -45deg );
     position: relative;
     top: 12px;
}
 .cross span:nth-child(2) {
     display: none;
}
 ul.toggle_button li input {
     width: 100%;
     float: left;
     padding: 0px 116px 0px 0px;
     background: #221c1c00;
     border: none;
     color: #fff;
     outline: none;
     border-bottom: 3px solid #ffffff;
     font-family: var(--webfontfamily);
     text-transform: capitalize;
     font-weight: 400;
     font-size: 20px;
}
 li#search_panel {
     display: none;
}
 .slide_panel {
     font-family: var(--webfontfamily);
}
 section.slider_main_wrp .carousel-inner h4 {
    font-family: Ibmplexsans, sans-serif;
    color: #4d9c86;
    font-size: 60px;
    line-height: 65px;
    font-weight: 200;
}
section.slider_main_wrp .carousel-inner p {
    font-size: 17px;
    color: #dadada;
    font-weight: 400;
}
 section.slider_main_wrp {
     padding: 41px 20px;
     background: #142337;
     position: relative;
     height: 643px;
     max-height: 100%;
}
 section.slider_main_wrp .carousel-control.left {
     background: none;
     box-shadow: none;
     opacity: 4;
}
 section.slider_main_wrp .carousel-control.right {
     background: none;
     box-shadow: none;
     display: none;
}
 section.slider_main_wrp .carousel-control {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 7%;
     font-size: 20px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
     background-color: rgba(0,0,0,0);
     filter: alpha(opacity=50);
     opacity: .5;
}
 section.slider_main_wrp .carousel{
     position: inherit;
}
 section.slider_main_wrp .order-2 {
     font-family: var(--webfontfamily);
}
 section.slider_main_wrp .carousel-indicators li {
     margin: 0px 4px;
     width: 14px;
     height: 14px;
     background: #17766B;
     border: 1px solid #189F85;
}
 section.slider_main_wrp .carousel-indicators li.active {
     background: #189F85;
     border-color: #48E2B3;
}
 section.slider_main_wrp .glyphicon-chevron-right:before {
     content: "\e080";
     opacity: 0;
}
 section.slider_main_wrp .glyphicon-chevron-left:before {
     content: url(../images/left_icon_slider.png);
     opacity: 0;
     display: none;
}
 .slider3img img {
     width: 100%;
}
/* close */
 .why_left {
     padding-right: 10px;
}
 .homepage_whysection {
     background: #FFFFFF !important;
}
 section.why_fowigs {
     padding: 51px 0px 60px 0px;
     background: #FFFFFF;
}
 figure.webtitle {
     color:#142337;
     font-family: var(--webfontfamily);
     font-weight: 700;
     font-size: 15px;
}
 section.join_us figure.webtitle {
     color: #E52560;
}
 .why_left h1 {
     font-size: 60px;
     color: #194958;
     font-weight: 400;
}
 section.why_fowigs .why_left h1 {
     font-size: 60px;
     color: #17766b;
     font-weight: 400;
}
 .why_left p {
     font-size: 31px;
     color: #142337;
     margin-top: 40px;
     font-weight: 300;
     line-height: 41px;
}
 .shape_why_right {
     position: relative;
}
 .shape_why_right img {
     width: 100%;
     margin: 0px auto;
}
 .shape_why_right {
     position: relative;
     text-align: center;
     padding-left: 91px;
}
 .readmorebutton a {
     color: #142337;
     font-size: 17px;
     font-weight: 700;
     text-transform: uppercase;
}
 .readmorebutton {
     background: #48E2B3;
     padding: 20px 0px;
}
 .readmorebutton:hover a {
     color: #fff;
     text-decoration: none;
     cursor: pointer;
}
 .readmorebutton:hover {
     background: var(--pink);
     color: #fff;
}
 .readmorebutton a:hover {
     text-decoration: none;
}
 section.recent_wrok {
     padding: 88px 0px 61px 0px;
     background: #142337;
}
 .recent_top_title {
     color: #48E2B3;
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
}
 .recent_work_panel h1 {
     color: #E3E0FF;
     font-weight: 400;
     margin-bottom: 0px;
     line-height: 40px;
     font-size: 36px;
}
 .recent_1 h1 {
     color: #142337;
}
 .recent_1 p {
     color: #142337;
}
 .recent_1 {
     background: #EBFFF2;
     padding: 44px 60px;
     height: 100%;
    /*padding-left: 100px;
    */
}
 .recent_1 .recent_top_title {
     color: #E52560;
}
 .recent_2 {
     background: #FFE8EC;
     padding: 44px 60px;
}
 .recent_2 .recent_top_title {
     color: #E52560;
}
 .recent_2 h1 {
     color: #142337;
     margin-bottom: 60px;
}
 .recent_2 p {
     color: #630F0F;
}
 .recent_3 {
     background: #E8F5FF;
     padding: 44px 60px;
}
 .recent_3 .recent_top_title {
     color:#E52560;
}
 .recent_3 h1 {
     color: #142337;
     margin-bottom: 60px;
}
 .recent_work_panel {
     border:none;
     height: 100%;
     transition: all 0.3s ease-out;
     position: relative;
     height: 500px;
}
 .learn_more_button {
     position: absolute;
     bottom: 31px;
     color: var(--pink) !important;
     font-size: 18px !important;
     font-weight: 500 !important;
}
 .recent_work_panel:hover {
     background: #E52560 !important;
}
.popup_screen_text:hover {
    background: #142337 !important;
}
 .recent_work_panel:hover .recent_top_title {
     color: #fff;
}
 .recent_work_panel:hover a {
     color: #fff !important;
}
 .recent_work_panel:hover p {
     color: #fff !important;
}
 .recent_work_panel:hover h1 {
     color: #fff !important;
}
 .recent_work_panel:hover .recent_top_title a {
     color: #fff !important;
}
 .recent_3 p {
     color: #310F0F;
}
 .recent_4{
     background: #460F0F;
     padding: 44px 60px;
}
 .recent_work_panel p {
     font-size: 17px;
     font-weight: 400;
     margin-bottom: 10px;
}
 .recent_work_panel p strong {
     font-weight: 500;
}
 .recent_work_panel a {
     font-size: 13px;
     color: #142337;
     font-weight: 600;
     text-transform: uppercase;
}
 .date_wrap {
     margin: 20px 0px;
     position: relative;
}
 .date_wrap:before {
     content: url(/wp-content/uploads/2021/09/Group-11775.svg);
     position: absolute;
     left: -60px;
     display: none;
}
 .date_wrap_black:before {
     content: url(/wp-content/uploads/2021/09/Calendar-icon-1.svg);
     display: none;
}
 .padd-none {
     padding: 0px !important;
}
 .right_social {
     left: 28px;
}
 .recent_work_panel img {
     height: 100%;
     width: 100%;
}
 .work_img {
     height: 100%;
}
 .domino:hover .dominoz_overlay {
     top: 0;
     background: #e525606e;
}
 .domino {
     position: relative;
     overflow: hidden;
     transition: all 0.3s ease-out;
}
 .dominoz_overlay {
    /* background: #EBFFF2;
    */
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 33;
     top: 0;
     mix-blend-mode: color;
     transition: all 0.30s ease-out;
}
 .box-hover{
     background: #e525606e !important;
}
 .pink_back .recent_top_title a {
     color: #fff !important;
}
 .pink_back .recent_top_title a{
}
 .pink_back .recent_top_title {
     color: #fff;
}
 .pink_back a {
     color: #fff;
}
 .pink_back p {
     color: #fff;
}
 .pink_back h1 {
     color: #fff !important;
}
 .pink_back {
     background: #e52560 !important;
}
.pink_back h1 {
    color: #fff;
}
 .pink_back a{
     color: #fff;
}
 section.filter .dominoz_overlay {
   /*  background: #E3E0FF;*/
}
 .green_recent_overlay {
    /* background: #2C2209 0% 0% no-repeat padding-box;*/
     mix-blend-mode: color;
     opacity: 1;
}
 .green_recent {
     background: #DCDBDB 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .green_recent p {
     color: #130F5A;
}
 .green_recent h1 {
     color: #130F5A;
}
 .recent_work_button a {
     color: #48E2B3;
     font-size: 34px;
     font-weight: 600;
     text-decoration: none;
}
 .recent_work_button a:hover {
     text-decoration: none;
     color: #f9dee6;
}
 .recent_work_button {
     padding: 4pc 0pc 0pc 0pc;
}
 section.feature_work {
     padding: 40px 0px 40px 0px;
     background: #17766B;
}
 section.feature_work .dominoz_overlay {
     background: none;
}
 .recent_top_title {
     color: #48E2B3;
     font-weight: 700;
}
 section.feature_work .recent_work_panel h1 {
     color: #ffffff;
}
 section.feature_work .recent_work_panel h1 {
     color: #EBFFF2;
}
 .featured_event_panel h1 {
     margin-bottom: 8px;
}
 .featured_event_panel {
     background: #142337;
     /*padding-left: 100px;*/
     height: 100%;
     z-index: 44;
}
 span.date_cal h2 {
     font-size: 17px;
     text-transform: capitalize;
     font-weight: 700;
     margin: 0px;
}
 .recent_work_panel:hover strong{
     color: #fff;
}
 span.date_cal h2 strong {
     color: var(--pink);
}
 .pink_back span.date_cal h2 strong {
     color: #fff;
}
 .pink_back .learn_more_button {
     color: #fff !important;
}
 section.feature_work .recent_work_panel p {
     color: #fff;
     font-weight: 300;
}

 .recent_work_img img {
    height: 100%;
    width: 100%;
    transition: all 400ms ease;
    cursor: pointer;
}
.recent_work_img img:hover {
   /* -webkit-filter: invert(100%);
    filter: invert(100%);*/
}
.recent_work_panel .readmorebutton {
    text-align: right;
    background: none;
    padding: 30px 46px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 66666;
    transition: all 0.30s ease-out;
    bottom: -78px;
}
 .recent_work_panel .readmorebutton:hover a {
     /*color: var(--pink) !important;*/
}
 .recent_work_panel .readmorebutton:hover {
     background: none;
}
 .recent_work_panel .readmorebutton a {
     font-size: 19px;
     color: #fff;
     font-weight: 600;
}
 .recent_work_panel .readmorebutton a:hover {
     text-decoration: none;
}
 .recent_work_panel .readmorebutton a:hover {
    /* color: var(--pink) !important;*/
}
 .recent_work_panel a:hover {
     color: #23527c;
     text-decoration: none;
}
 section.who_we_are {
     padding: 4pc;
     background: #E3E0FF5A;
}
 .whoweare_content p {
     font-size: 31px;
     color: #371331;
     font-weight: 300;
     line-height: 41px;
}
 .whoweare_content h1 {
     color: #861378;
     font-weight: 700;
     margin-bottom: 35px;
     font-size: 39px;
}
 section.our_team {
     height: 594px;
     background: url(../images/our_team.jpg);
     background-size: cover;
     background-position: bottom;
     position: relative;
}
 .overlay_team {
     height: 100%;
     width: 100%;
     background: linear-gradient( 162deg , rgb(70 49 255 / 72%) 0%, rgb(255 44 0 / 85%) 100%);
     filter: inherit;
}
 section.our_team .recent_work_button {
     position: absolute;
     z-index: 9999;
     bottom: 53px;
     width: auto;
}
 section.join_us {
     background: #EBFFF2;
     padding: 62px 0px;
}
 .featured_social ul li i {
     color: #ffffff;
     font-size: 26px;
     transition: all 0.30s ease-out;
}
 .date_cal {
     color: #fff;
     font-size: 17px;
     font-weight: 700;
     text-transform: uppercase;
}
 span.icon_cal {
     width: 100%;
     float: left;
     color: #fff;
}
 .featured_social ul li i:hover {
     color: #152438;
     cursor: pointer;
}
 .featured_social {
     position: absolute;
     top: 28px;
     z-index: 555;
     right: 28px;
}
 .left_align {
     left: 82px;
}
 .featured_social ul li {
     display: inline-block;
     position: relative;
}
li#drop_social img {
    transition: all 100ms ease-out;
}
li#drop_social img:hover {
    filter: invert(100);
    cursor: pointer;
}
 li#drop_social:hover .social_media {
     visibility: visible;
     opacity: 4;
}
 .recent_work_img {
     position: relative;
     height: 100%;
     overflow: hidden;
}
/* ::::::: footer-css :::::: */
 footer {
     padding: 3pc 0px;
     background: #142337;
}
 .copiright {
     font-size: 12px;
     color: #48E2B3;
     font-weight: 500;
     padding-top: 20px;
}
.copiright:hover {
    color: var(--pink);
    cursor: pointer;
}
 .foot-1 img {
     width: 37%;
}
 .foot-2 ul li a i:hover {
     color: var(--pink);
}
 .foot-1 ul {
     padding: 0px;
     padding-left: 15px;
}
 .foot-1 ul li a:hover {
     text-decoration: none;
     color: var(--pink);
}
 .foot-1 ul li a {
     color: #48E2B3;
     font-size: 16px;
     line-height: 26px;
     font-weight: 500;
     transition: all 0.30s ease-out;
}
 .foot-1 h3 {
     font-size: 18px;
     color: #48E2B3;
     padding-bottom: 13px;
     font-weight: 600;
     margin: 0;
}
 .foot-2 {
     padding-top: 25px;
}
 .foot-2 ul li {
     line-height: 42px;
}
 .foot-2 ul li a i {
     color: #48E2B3;
     font-size: 35px;
}
 footer .container-fluid {
     padding-left: 80px;
     padding-right: 80px;
}
/* close */
 section.filter .recent_1 {
     
}
/* :::::::: why fowigs ::::::: */
 section.about_content figure.webtitle {
     color: #48e2b3 !important;
     padding-bottom: 10px;
     text-transform: uppercase;
     font-size: 26px;
}
 section.about_content.fowigswork h1 {
     color: #142337 !important;
}
 section.about_content.fowigswork figure.webtitle {
     color: #fff !important;
}
 .pink_back span.date_cal{
     color: #fff !important;
}
 .input_wrap_panel select option {
     background: #65b2ff;
     padding: 20px 0px;
     font-size: 17px;
     height: 30px;
     font-weight: 400;
     line-height: 30px;
}
 section.about_content {
     background: #169F85;
     padding: 4pc 0pc 4pc 0pc;
}
 section.about_content .why_left h1 {
     color: #ffffff!important;
     font-size: 42px;
}
 .why_fowigs_headig h1 {
     color: #E52560;
     font-size: 42px;
     font-weight: 600;
}
 .why_fowigs_text p {
     font-size: 26px;
     font-weight: 300;
     color: #142337;
     margin-bottom: 27px;
}
 .objective_heading {
     padding: 20px 0px 34px 0px;
     padding-left: 0px !important;
}
 .fowigs_objective_content h1 {
     margin: 0px;
     color: #fff;
     font-weight: 500;
     font-size: 35px;
}
 .blue {
     background: #189F85;
}
 .fowigs_objective_content {
     height: 100%;
     top: 0;
     margin-top: 0px;
     padding: 49px 72px 49px 72px;
}
 .blue_overlay {
     background: #EBFFF2;
     right: 0;
}
 .fowigs_objective_image:hover .blue_overlay {
    
}
 .common_overlay {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     z-index: 222;
     mix-blend-mode: color;
     transition: all 0.30s ease-out;
}
 .fowigs_objective_image {
     width: 100%;
     position: relative;
     overflow: hidden;
}
 .fowigs_objective_image img {
     width: 100%;
}
 .red {
     background: #E52560;
}
 .fowigs_objective_image:hover .red_overlay {
    
}
 .red_overlay {
     background: #FFE8EC;
     left: 0;
}
 .black{
     background: #142337;
}
 .black_overlay {
     background: #8B8686;
     right: 0%;
}
 .fowigs_objective_image:hover .black_overlay {
     
}
 .dark_red{
     background: #65B2FF;
}
 .dark_red_overlay{
     background: #E8F5FF;
     left: 0%;
}
 .fowigs_objective_image:hover .dark_red_overlay {
    
}
 section.objective_section {
     padding: 2pc 0pc 4pc 0pc;
     background: #180F0F;
}
 section.meet_the_team {
     background: #194958;
     padding: 3pc 0pc 11pc 0pc;
}
 .whyfowigs_heading {
     font-weight: 500;
     font-size: 50px;
}
 ul.team_social_links {
     margin: 0;
     padding: 0;
     z-index: 44;
}
 ul.team_social_links li i:hover {
 
}
 ul.team_social_links li i {
     color: #E52560;
     font-size: 36px;
     transition: all 0.30s ease-out;
}
 /*.content_left_team:hover i {
     color: #fff;
}*/
 ul.team_social_links li {
     display: inline-block;
     padding: 20px 14px;
}
 .team_right_image img {
     height: 100%;
     width: 100%;
}
 .team_right_image {
     height: 471px;
     position: relative;
     overflow: hidden;
}
 .content_left_team {
     height: 100%;
     background: #180F0F;
     padding: 13px 77px 13px 77px;
}
 .content_left_team h1 {
     color: #EBFFF2;
     font-weight: 400;
     font-size: 36px;
     padding-bottom: 22px;
}
 .content_left_team p {
     color: #EBFFF2;
     font-weight: 300;
     font-size: 19px;
}
 .meet_team_topheading {
     padding-bottom: 50px;
     padding-left: 0px !important;
}
 .team_overlay {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     mix-blend-mode: color;
     transition: all 0.30s ease-out;
}
.team1_overlay {
    background: #151414;
    mix-blend-mode: saturation;
    filter: contrast(71.5);
}
 .team2_overlay{
     background: #FFE8EC;
}
 .team4_overlay{
     background: #E8F5FF;
}
 .team3_overlay{
     background: #EBFFF2;
}
/* .team_right_image:hover .team_overlay {
     opacity: 0;
}*/
 .patner_profile {
     width: 100%;
     height: fit-content;
}
/*.patner_profile img:hover {
     mix-blend-mode: luminosity;
}*/

/*.patner_profile img:hover {
    filter: grayscale(1);
}*/
 .patner_profile img {
     width: 100%;
     height: 100%;
     transition: all 0.30s ease-out;
}
 .partner_info {
     text-align: center;
     margin-bottom: 83px;
     padding-top: 23px;
}
 .partner_info p {
     color: #180F0F;
     font-size: 18px;
}
 .partner_info h3 {
     color: #180F0F;
     font-weight: 700;
     font-size: 16px;
}
 section.research_partner {
     padding: 2pc 0pc;
}
 section.partners {
     background: #202e41;
     padding: 3pc 0pc;
}
 .display_partner_profile img {
     width: 50%;
     margin: 0px auto;
     vertical-align: middle;
     filter: inherit;
     transition: all 0.30s ease-out;
}
 .display_partner_profile.bg-light {
     width: 1%;
     height: 198px;
     margin-bottom: 0px;
     background: #ffffff !important;
     position: relative;
     line-height: 198px;
     padding-top: 0px;
     vertical-align: middle;
     display: table-cell;
     margin: 0px auto;
     transition: all 0.30s ease-out;
     border: 1px solid #212f42;
     overflow: hidden;
}
 .verticaly_border2:before {
     content: '';
     right: 35%;
     height: 100%;
     width: 1px;
     background: #dcdcdc70;
     display: block;
     position: absolute;
     opacity: 0;
}
 .verticaly_border:before {
     height: 100%;
     background: #dcdcdc70;
     display: block;
     position: absolute;
     left: 35%;
     content: '';
     width: 1px;
     opacity: 0;
}
 .relative_row {
     position: relative;
}
 .verticaly_border4:before {
     height: 1px;
     background: #dcdcdc70;
     display: block;
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     bottom: 35%;
     opacity: 0;
}
 .verticaly_border3:before {
     height: 1px;
     background: #dcdcdc70;
     display: block;
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     top: 35%;
     opacity: 0;
}
/* close */
/* ::::::::::: Dialogues page css :::::::::::: */
 .dialgoues_fowigs h1 {
     color: #142337;
}
 .dialogue_wrap {
     padding: 4pc 0pc !important;
     background: #172639!important;
}
 .dialogue_wrap .why_left p {
     font-size: 22px;
     line-height: 34px;
     color: #fff;
}
.cohosted_box img {
    margin: 0px auto;
    width: fit-content;
}
 .cohosted_box {
    width: 100%;
    height: 113px;
    border: 2px solid #18273a;
    line-height: 123px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background: #fff;
    padding: 18px;
    display: inline-flex;
}
 span.cohosted_text {
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 30px;
}
 section.cohosted {
     padding: 2pc 0pc;
     background: #18273a;
}
 .why_fowigs_text p a {
     color: #E52560;
}
 .about_roundtable h1 {
     color: #142337;
}
 .about_roundtable strong {
     color: #E52560 !important;
     font-weight: 300;
}
 .why_fowigs_text p strong {
     font-weight: 600;
}
 section.dialogues-singl_image {
     background: #010007;
}
 .singleImg_overlay {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     background: #194958 0% 0% no-repeat padding-box;
     mix-blend-mode: color;
     opacity: 1;
}
 .single_img_wrap {
     position: relative;
}
 section.regional_event {
     background: #4631FF 0% 0% no-repeat padding-box;
     opacity: 1;
     padding: 4pc 0pc;
}
 .dialogue_recent .recent_work_panel {
     height: 100%;
}
 .dialogue_recent .recent_work_panel h1 {
     margin-bottom: 106px;
}
 .dialogue_recent .recent_1 {
     background: #460F0F 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .dialogue_recent .recent_2 {
     background: #691863 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .dialogue_recent .recent_3 {
     background: #3C3B09 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .dialogue_recent .recent_4 {
     background: #630F0F 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .dialogue_recent .recent_1 h1 {
     color: #FFDFD8;
}
 .dialogue_recent .recent_2 h1 {
     color: #E3E0FF;
}
 .dialogue_recent .recent_2 .recent_top_title {
   /*  color: #A298FF;*/
}
 .dialogue_recent .recent_3 h1 {
     color: #E3E0FF;
}
 .dialogue_recent .recent_3 .recent_top_title {
     /*color: #A298FF;*/
}
 .dialogue_recent .recent_4 h1 {
     color: #FFDFD8;
}
 .dialogue_recent .recent_4 .recent_top_title {
     color: #FF957F;
}
/* close */
/* ::::::::: Fowigs - Work ::::::::: */
 section.about_content.fowigswork {
     background: #194958 0% 0% no-repeat padding-box;
     opacity: 1;
}
 section.filter {
     padding: 3pc 0pc;
     background: #142337;
     opacity: 1;
}
 .filter-recent-1 {
     background: #E8F5FF;
     border: none !important;
}
 .filter-recent-1 p {
     color: #142337;
}
 .filter-recent-1 h1 {
     color: #142337;
}
 section.filter .recent_work_panel {
     border: none;
     height: 100%;
}
 .filter-recent-1-overlay {
     background: #E8F5FF !important;
}
 .filter-recent-2-overlay {
     background: #EBFFF2 !important;
}
 .filter-recent-3 {
     background: #FFE8EC;
}
 .filter-recent-3-overlay {
     background: #FFE8EC !important;
}
 .filter-recent-4 {
     background: #FDF2DD;
}
 .filter-recent-4-overlay {
     background: #FDF2DD !important;
}
/*section.filter span.recent_top_title {
     color: #E52560 !important;
}
*/
 .fowigs-work-button {
     position: absolute;
     bottom: 0;
     width: 100%;
     z-index: 333;
}
 .spacer40 {
     padding: 40px 0px;
}
 section.filter .work_img {
     height: 100%;
}
 .gray_recent{
     background: #DCDBDB;
}
 .gray_recent h1{
     color: #310F0F;
}
 .gray_recent p{
     color: #310F0F;
}
 .gray_recent .recent_top_title{
     color: #7465FF;
}
 .pink_recent{
     background: #E3E0FF 0% 0% no-repeat padding-box;
     opacity: 1;
}
 .pink_recent_overlay{
     background: #FFDFD8 0% 0% no-repeat padding-box !important;
     mix-blend-mode: color;
     opacity: 1;
}
 .pink_recent .recent_top_title{
     color: #FF613F;
}
 .pink_recent h1{
     color: #630F0F;
}
 .pink_recent p{
     color: #630F0F;
}
 section.filter_panel {
     padding: 41px 0px 0px 0px;
     background: #142337;
}
 .input_wrap_panel select:focus {
     box-shadow: none;
}
 .input_wrap_panel select {
     height: 40px;
     width: 100%;
     border: none;
     font-size: 14px;
     color: #252323;
     border-bottom: 1px solid #8D8D8D;
     font-weight: 400;
     outline: none;
     box-shadow: none;
     appearance: none;
     gap: revert;
     border-radius: 0;
     position: relative;
     font-size: 17px;
}
 .input_wrap_panel_label {
     color: #ffffff;
     font-weight: 500;
     font-size: 13px;
     padding-bottom: 5px;
     width: 100%;
     float: left;
}
 .input_wrap_panel {
     width: 31.33%;
     float: left;
     margin-right: 29px;
}
 .input_wrap_panel:last-child {
     margin-right: 0px;
}
 section.pagination_wrap {
     background: #142337;
     padding: 20px 0px;
}
 .page-link i {
     font-size: 17px;
     color: #000;
}
section.pagination_wrap nav li i {
    color: #000;
}
.page-link {
     height: 50px;
     width: 50px;
     line-height: 40px !important;
     text-align: center;
     font-size: 22px;
     background: #f3f3f3 !important;
     outline: none;
     border: 1px solid #ddd;
     border-color: #e6e6e6 !important;
}
.page-link a {
    border: none !important;
    padding: 0px !important;
    float: none !important;
    line-height: 0px !important;
}
 section.pagination_wrap .pagination {
     display: inline-flex;
     padding-left: 0;
     margin: 20px 0;
     border-radius: 4px;
}
 li.page_count {
     line-height: 90px;
     padding-right: 15px;
     font-size: 15px;
     font-weight: 500;
     color: #fff;
}
 .card-slider {
     overflow: hidden;
}
 .card-slider button {
     display: none !Important;
}
/* close */
/* :::::::::: single post page ::::::::: */
 section.single_post {
     width: 100%;
     height: 495px;
     position: relative;
     background: url(../images/fowigs-postimage.png);
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding-top: 24px;
     background-position: center !important;
}
 .single_post_image_overlay {
     position: absolute;
     background: #EBFFF2;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     mix-blend-mode: color;
}
/* close */
/* ::::::::: Data Page :::::::::: */
 .datapage {
     background: #65B2FF !important;
}
 .datapage_phragraph {
     font-size: 21px !important;
     font-weight: 400 !important;
     line-height: 35px !important;
}
 .datapage_whyfowigs {
     background: #142337 !important;
}
 .datapage_whyfowigs .why_fowigs_text p {
     color: #EBFFF2;
}
 .datapage_whyfowigs .why_fowigs_headig h1 {
     color: #48E2B3;
}
 section.country_overview {
     background: #DCDBDB;
     padding: 5pc 0pc 3pc 0pc;
}
 .country_heading h1 {
     color: #194958;
}
/* close */
/*----------------costom-------------*/
 .fowigs_objective_content.objective_1 {
     background: #189F85;
}
 .fowigs_objective_content.objective_3 {
     background: #142337;
}
 .fowigs_objective_content.red.objective_4 {
     background: #65B2FF;
}
 .col-md-6.col-sm-6.padd-none.recent_post a {
     color: #E52560;
     font-size: 17px;
     text-decoration: none;
}
 .recent_work_panel.recent_1.recent_post_1 {
     background: #EBFFF2;
}
 .recent_work_panel.recent_2.recent_post_2 {
     background: #FDF2DD;
}
 .recent_work_panel.recent_3.recent_post_3 {
     background: #FFE8EC;
}
 .recent_work_panel.recent_4.recent_post_4 {
     background: #E8F5FF;
}
 figure.webtitle a {
     color: #48e2b3;
}
 figure.webtitle a:hover {
     text-decoration: none;
     color: #cd2653;
}
 .foot-1 ul.sub-menu {
     padding-top: 13px;
}
 .foot-1 ul li.menu-item-has-children >a {
     font-size: 18px;
     font-weight: 700;
}
 .head-menu ul li.menu-item-has-children >a ,li#menu-item-292 >a ,li#menu-item-323 a {
     font-weight: 600;
     font-family: var(--webfontfamily);
    /* color: #fff;
    */
     font-size: 20px !important;
     transition: all .3s ease-out;
}
 .head-menu ul li a:hover {
     color: #E52560;
}
 section.feature_work .recent_top_title a {
     color: #E52560;
     font-weight: 700;
}
 .recent_1 .recent_top_title a{
     color: #E52560;
}
 .recent_2 .recent_top_title a{
     color: #E52560;
}
 .recent_3 .recent_top_title a{
     color: #E52560;
}
 button.read-more-custom, button.read-less-custom {
     background: no-repeat;
     border: none;
     color: #e52560;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
}
/*popup css*/
 .custom-model-main {
     text-align: center;
     overflow: hidden;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    /* z-index: 1050;
     */
     -webkit-overflow-scrolling: touch;
     outline: 0;
     opacity: 0;
     -webkit-transition: opacity 0.15s linear, z-index 0.15;
     -o-transition: opacity 0.15s linear, z-index 0.15;
     transition: opacity 0.15s linear, z-index 0.15;
     z-index: -1;
     overflow-x: hidden;
     overflow-y: auto;
}
 .model-open {
     z-index: 99999;
     opacity: 1;
     overflow: hidden;
}
 .custom-model-inner {
     -webkit-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
     transform: translate(0, -25%);
     -webkit-transition: -webkit-transform 0.3s ease-out;
     -o-transition: -o-transform 0.3s ease-out;
     transition: -webkit-transform 0.3s ease-out;
     -o-transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
     display: inline-block;
     vertical-align: middle;
     width: 1100px;
     margin: 30px auto;
     max-width: 97%;
}
 .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #EBFFF2;
    border: 1px solid #999;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}
 .model-open .custom-model-inner {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     transform: translate(0, 0);
     position: relative;
     z-index: 999;
}
 .model-open .bg-overlay {
     background: #142337a6;
     z-index: 99;
}
 .custom-model-wrap h1 {
     font-size: 70px;
     font-weight: 500;
     color: #054840;
     margin-bottom: 32px;
}
 .bg-overlay {
     background: rgba(0, 0, 0, 0);
     height: 100vh;
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 0;
     -webkit-transition: background 0.15s linear;
     -o-transition: background 0.15s linear;
     transition: background 0.15s linear;
}
 .close-btn {
     position: absolute;
     right: 20px;
     top: -8px;
     cursor: pointer;
     z-index: 99;
     font-size: 57px;
     color: #142337;
    /* background: #17766B;
     */
     padding: 0px 10px;
}
 .padding_left {
     padding-left: 6px !important;
}
 .padding_right {
     padding-right: 0px !important;
}
 @media screen and (min-width:800px){
     .custom-model-main:before {
         content: "";
         display: inline-block;
         height: auto;
         vertical-align: middle;
         margin-right: -0px;
         height: 100%;
    }
}
 @media screen and (max-width:799px){
     .custom-model-inner{
        margin-top: 45px;
    }
}
 .custom-model-wrap h3 {
     font-weight: 700;
     color: #E52560;
}
 .custom-model-inner form textarea {
     height: 140px;
     width: 100%;
     border-radius: 0;
     margin-top: 5px;
     background: #142337;
     border: none;
     padding: 26px 25px;
     color: #fff;
     font-size: 15px;
     font-weight: 600;
     text-transform: uppercase;
}
 .custom-model-inner form input {
     width: 100%;
     border: 1px solid #dddd;
     border-radius: 0;
     margin-top: 10px;
     background: #142337;
     border: none;
     padding: 26px 25px;
     color: #fff;
     font-size: 15px;
     font-weight: 600;
     text-transform: uppercase;
}
 .custom-model-inner form input:focus {
     outline: none;
     border-color: #E52560;
}
 .custom-model-inner form textarea:focus {
     outline: none;
     border-color: #E52560;
}
 .custom-model-inner form label {
     width: 100%;
}
 .custom-model-inner form input[type=submit] {
     width: 30%;
     margin: 0px auto;
     color: #142337;
     border: none;
     padding: 24px 0px;
     font-family: var(--webfontfamily) !important;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     background: #48E2B3;
     margin-top: 0px;
}
 .display_partner_profile:hover img {
     transform: scale(1.1);
}
/*close*/
 .social_media {
     position: absolute;
     width: 100%;
     top: 65px;
     visibility: hidden;
     opacity: 0;
     padding-left: 0;
     left: 0px;
     right: 10px;
     padding-right: 0;
     display: block;
}
 ul.social_media li {
     display: inline-block;
     padding: 0px;
     padding: 0px 0px;
     background: none;
}
 .display_block {
     visibility: visible;
     opacity: 4;
}
 .social_media li a i {
     font-size: 14px;
}
 .date_wrap_2 span.icon_cal, .date_wrap_2 span.date_cal {
     color: #142337;
}
 .date_wrap_3 span.icon_cal, .date_wrap_3 span.date_cal {
     color: #142337;
}
 .date_wrap_1 span.icon_cal, .date_wrap_1 span.date_cal {
     color: #142337;
}
 .recent_work_panel:hover .date_wrap_3 span.icon_cal, .recent_work_panel:hover .date_wrap_3 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .date_wrap_2 span.icon_cal, .recent_work_panel:hover .date_wrap_2 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .date_wrap_1 span.icon_cal, .recent_work_panel:hover .date_wrap_1 span.date_cal{
     color: #fff !important;
}
 .term_page.date_wrap_2 span.icon_cal, .term_page.date_wrap_2 span.date_cal {
     color: #142337;
}
 .term_page.date_wrap_3 span.icon_cal, .term_page.date_wrap_3 span.date_cal {
     color: #130F5A;
}
 .term_page.date_wrap_4 span.icon_cal, .term_page.date_wrap_4 span.date_cal {
     color: #142337;
}
 .term_page.date_wrap_5 span.icon_cal, .term_page.date_wrap_5 span.date_cal {
     color: #130F5A;
}
 .term_page.date_wrap_6 span.icon_cal, .term_page.date_wrap_6 span.date_cal {
     color: #142337;
}
 .recent_work_panel:hover .term_page.date_wrap_3 span.icon_cal, .recent_work_panel:hover .term_page.date_wrap_3 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .term_page.date_wrap_2 span.icon_cal, .recent_work_panel:hover .term_page.date_wrap_2 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .term_page.date_wrap_4 span.icon_cal, .recent_work_panel:hover .term_page.date_wrap_4 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .term_page.date_wrap_5 span.icon_cal, .recent_work_panel:hover .term_page.date_wrap_5 span.date_cal{
     color: #fff !important;
}
 .recent_work_panel:hover .term_page.date_wrap_6 span.icon_cal, .recent_work_panel:hover .term_page.date_wrap_6 span.date_cal{
     color: #fff !important;
}
 .term_page{
     margin-bottom: 30px;
}
 input.submit_search {
     display: none;
}
 .filter_post {
     margin: 20px 20px;
     border: 20px solid #fff;
     background: #180f0f;
     padding-bottom: 8pc;
     position: relative;
}
 .filter_post:nth-child( even ) {
     background: #EBFFF2 !important;
}
 .filter_post:nth-child( odd ) {
     background: #FFE8EC;
}
 .filter_redmore {
     position: absolute;
     background: #48e2b3;
     padding: 32px;
     right: 0;
     left: 0;
     color: #344152;
     bottom: 0;
     font-size: 18px;
     text-transform: uppercase;
     font-weight: 600;
     text-decoration: none;
}
 .filter_redmore:hover {
     text-decoration: none;
     color: #e52560;
     background: #f7bfc9;
}
 section.single_post .row {
     position: relative;
}
 body .about_color figure.webtitle {
     color: #fff !important;
}
 body .about_color .why_left h1 {
     color: #1a293c !important;
}
 body .publication_color .why_left h1 {
     color: #142337 !important;
}
 body .datapage figure.webtitle {
     color: #fff !important;
}
 body .datapage .why_left h1 {
     color: #152438 !important;
}
 body .event_color figure.webtitle a {
     color: #fff !important;
}
 body .event_color .why_left h1 {
     color: #142337 !important;
}
 .publication_color figure.webtitle a {
     color: #fff !important;
}
 .datapage .why_left p {
     font-size: 20px;
     line-height: 28px;
     font-weight: 400;
}
 .publication_color {
     background: #E52560 !important;
}
 .inner_recent .date_wrap span {
     color: #344152;
}
 .inner_recent .date_wrap {
     margin-bottom: 60px;
}
 .term_page {
     margin-bottom: 30px;
}
 .inner_recent {
     }
 .inner_recent h1 {
     margin-bottom: 0px !important;
}
 .recent_top_title span {
    font-size: 15px;
    margin: 0px 5px;
}
.team-image {
   
    background-size: cover !important;
    background-position: center !important;
}
/*.overlay_row:hover:after {
    visibility: visible;
    opacity: 0.74;
}*/
.overlay_row {
    position: relative;
}

/*.overlay_row:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #d03c62;
    position: absolute;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 555;
}*/
.overlay_row:hover .featured_social {
    z-index: 6666;
}
.overlay_row:hover .readmorebutton {
    bottom: 0;
}
.overlay-link:hover .link-text{
       bottom: 0;
}
.team_my_event {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.pink_footer_logo {
    display: none;
}
.logo_footer:hover .pink_footer_logo {
    display: block;
}
.logo_footer:hover .inherit_footer_logo {
    display: none;
}
.logo_overlay h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--webfontfamily);
    font-weight: 800;
}
.logo_overlay h5 {
    color: #fff;
    font-size: 18px;
   
    font-family: var(--webfontfamily);
    font-weight: 400;
}
.logo_overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 100%;
    background: #212f42cc;
    vertical-align: middle;
    padding-top: 53px;
    transition: all 0.30s ease-out;
}
.display_partner_profile:hover .logo_overlay {
    top: 0;
}
.popup_screen_text p {
    font-family: Ibmplexsans, sans-serif;
    color: #dadada !important;
    font-size: 16px;
    font-weight: 300 !important;
}
.popup_screen_text span.date_cal h2 strong {
    color: #dadada;
    font-weight: 300;
}
.popup_screen_text span.date_cal h2 {
    margin-bottom: 20px;
    font-family: Ibmplexsans, sans-serif;
    color: #e52560;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}
.popup_screen_text .date_cal {
    margin-bottom: 10px;
    font-family: Ibmplexsans, sans-serif;
    color: #dadada;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 14px;
}

.only_font .date_cal{
margin-bottom: 10px;
    font-family: Ibmplexsans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 14px;
} 

.only_font span.date_cal h2{
  font-family: Ibmplexsans, sans-serif;
  text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.only_font span.date_cal h2 strong{
 font-weight: 300;
} 

.only_font p{
      font-family: Ibmplexsans, sans-serif;
     font-size: 16px;
    font-weight: 300 !important;
}
.custom-model-inner form textarea::placeholder {
    color: #fff;
}
.custom-model-inner form input::placeholder {
    color: #fff;
}
section.filter_panel.recent_wrok.page_404 {
    padding: 150px 0;
}




 /**/

 .my_slider_swiper .swiper-container {
        width: 100%;
        height: 100%;
    }
    .my_slider_swiper .swiper-wrapper{
      padding-left: initial;
      margin: 0;
    }
    
    .my_slider_swiper .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #fff;
        width: 100%;
        border-right: 1px solid black;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .my_slider_swiper .swiper-pagination-bullet{
    	margin: 0px 4px;
    	width: 14px;
    	height: 14px;
    	background: #17766B;
    	border: 1px solid #189F85;

    }
    .my_slider_swiper .swiper-pagination-bullet-active{
    	background: #189F85;
    border-color: #48E2B3;
    }
    .my_slider_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    	    bottom: 33px;
    left: 0;
    width: 100%;
    }
/*     .swiper-slide:nth-child(2n) {
        width: 60%;
    }
    .swiper-slide:nth-child(3n) {
        width: 40%;
    } */