html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Gotham';*/
    font-family: 'Inter', sans-serif;
}
body {
    overflow-x: hidden;
    /*font-family: 'Gotham';*/
    font-family: 'Inter', sans-serif;
}
span, a, input, button, li {
    /*font-family: 'Gotham';*/
    font-family: 'Inter', sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    /*font-family: 'Gotham';*/
    font-family: 'Inter', sans-serif;
}
a, input, select, textarea 
{
    margin: 0;
    outline: medium none;
    padding: 0;
}
 html 
{
}

img, fieldset
{
    border: 0 none;
}
a
{
    border: medium none;
    outline: medium none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
    margin: 0;
    padding: 0;
}

a:hover
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
.top_header {
    position: relative;
    background: #149544;
    padding: 8px 0;
}
.top_txt p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: 0.6s;
}
.top_txt h1 a {
    color: #fff;
	 font-size: 16px;
	text-transform: uppercase;
    margin-bottom: 0;
    transition: 0.6s;
}
.top_txt a {
    color: #fff;
	 font-size: 16px;
	text-transform: uppercase;
    margin-bottom: 0;
    transition: 0.6s;
}
.casestudyto img {
    width: 100%;
    height: auto;
}
.top_txt h1 {
    line-height: normal;
    font-size: 16px;
}
.sticky .mobile_menu_sec span {
    color: #ff8003;
}
header.header_section {
    position: fixed;
    display: block;
    width: 100%;
    float: left;
    z-index: 99;
    background: #fff;
    transition: 0.6s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.sidenavs {
overflow-y: scroll;
height: 100%;
width: 280px;
position: fixed;
z-index: 1;
top: 0px;
right: -100%;
background: #2ea3f2;
overflow-x: hidden;
transition: 0.5s;
}
body.menu_open .closebtn {
    display: block;
}
body.menu_open span.toggle_menu {
    display: none;
}  
.sidenavs a {
    padding: 8px 10px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.6s;
    border-bottom: none;
}
.header_navigation {
    display: table;
    float: none;
    position: relative;
    width: 100%;
}   
ul.menu_navigation li {
float: none;
position: relative;
padding: 0 30px;
width: 100%;
}
ul.menu_navigation {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    position: relative;
}
.sidenavs a:hover {
  color: #f1f1f1;
}
body {
    transition: 0.6s;
}
/*.sidenavs .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    z-index: 9;
}*/
.closebtn {
    float: right;
    font-size: 40px!important;
    font-weight: bold;
    display: none;
    top: 0;
    right: 198px;
    position: relative;
    color: #fff;
}
/*.issue_found .toggler {
    position: absolute;
    background: #fff;
    z-index: 9;
    border-right: 1px solid #009fe3;
    border-left: 1px solid #009fe3;
    left: 0;
    right: 0;
    border-bottom: 1px solid #009fe3;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 0;
}
#effect {
    position: relative;
    height: 170px;
    padding: 0.4em;
}*/ 

body.menu_open {
/* transform: translate(-280px, 0px); */
overflow: visible !important;
transition: 0.5s;
}
.sidenavs.open {
right: 0;
}

ul.menu_navigation li a {
    font-weight: 400;
}
ul.menu_navigation li a:hover {
    color: #231f20;
    border-color: transparent;
    font-weight: 600;
}
ul.menu_navigation li.active a {
    color: #231f20;
    border-color: transparent;
    font-weight: 600;
}
span.toggle_menu {
    display: inline-block;
    color: #38768d;
    font-size: 30px;
    position: relative;
    right: 0;
    top: 0px;
    float: right;
    cursor: pointer;
}
.header_logo {
    padding-top: 0px;
    position: relative;
}
.mid_menu_header {
   position: relative;
   padding: 8px 0;
   min-height: 76px;
}

ul.menu_navigation .dropdown-container {
    display: none;
    background-color: #2ea3f2;
    padding-left: 0;
    position: relative;
    width: 100%;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    margin-top: -3px;
}
ul.menu_navigation li.dropdown-btn.active .dropdown-container {
    display: none;
}
ul.menu_navigation li.dropdown-btn:hover .dropdown-container {
    display: none;
}
.main_navigations {
    background: #f4f4f4;
    position: relative;
}
.fixed_sticky .main_navigations {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
ul.menu_navigation li.dropdown-btn:hover .dropdown-container a {
    border-bottom: none;
}
ul.menu_navigation li.dropdown-btn:hover .dropdown-container a:hover {
    border-bottom: none;
}
.header_logo a img {
    height: 80px;
}
div#main_sect {
    transition: 0.6s;
}
form.et-search-form {
    position: relative;
}
.et-search-form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 90%;
    display: table;
    margin: 0 auto;
}
.et-search-form .form-group span.fa.fa-search {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 14px;
    color: #ffffff99;
}
.et-search-form .form-group input.form-control {
    font-size: 14px;
    color: #ffffff99;
    background: #2175ae;
    border: none;
    height: 40px;
}
.et-search-form .form-group input.form-control::placeholder {
    color: #ffffff99;
}
.et_slide_top {
    position: relative;
    padding: 60px 15px 30px;
    background: rgba(0, 0, 0, 0.1);
}
a.btnscb {
    width: 200px;
    margin: 15px auto 0;
    border: 1px solid #fff;
    transition: 0.6s;
}
li.btnsbcribe {
    text-align: center;
}
.social_iconhdr {
    position: relative;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*----------product section---------*/


.owls_sliders {
    display: inline-block !important;
    width: 100%;
    height: 100%;
}
.owls_sliders .owl-stage-outer {
    height: 100%;
}
.owls_sliders .owl-stage {
    height: 100%;
}
.slidr_img img {
    height: 100vh;
    object-fit: cover;
}
.col-lg-6.col-md-6.colpadd {
    padding: 0;
}
.slidr_img {
    position: relative;
    display: inline-block;
    width: 100%;
}
.slidrtxt {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
    /* padding-top: 100px; */
}
.slidrtxt.leftsldrtext {
    justify-content: flex-start;
}
.slidrtxt h2 {
    font-size: 126px;
    font-weight: bolder;
    padding: 0 10px;
    position: relative;
    color: #fff;
}
.slide-container .container {
    z-index: 100;
}
img.mobile_slidr {
    display: none;
}
.slide-descr {
    color: #999;
    line-height: 1.625;
}
.btn-play {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: #ff3600 2px solid;
    width: 6.48148148vmin;
    height: 6.48148148vmin;
    min-width: 3rem;
    min-height: 3rem;
    line-height: 2.5rem;
    border-radius: 4.375rem;
    text-align: center;
    transition: all .3s ease-in-out;
    font-size: 1.5rem;
    color: #fff;
}
h1.slide-title , h2.slide-title {
    font-size: 110px;
    font-weight: bold;
    color: #37748c;
    /*line-height: 99px;*/
    position: relative;
    margin-bottom: 20px;
}

.slide-descr p {
    font-size: 30px;
    color: #000;
    line-height: 45px;
}
.slide3 {
    background: #38758c;
}
.slide8 {
    background: #f7f7f7;
    /*position: relative !important;*/
}

.owls_clients .item img {
    width: auto;
    margin: 0 auto;
}
.owls_expertise .item img {
    width: auto;
}
.slide3 .inner_section:before {
    position: absolute;
    content: "";
    /*background: url(../images/GIF-Animation.gif)no-repeat right;*/
    right: 0;
    width: 450px;
    height: 450px;
    background-size: cover;
    bottom: 0;
    top: 100px;
    margin: auto;
}
/*.section.slide3 .slide-bg>.inside {
    background: url(../images/GIF-Animation.gif)no-repeat right;
    background-size: contain;
}*/
img.comnication {
    margin-bottom: 20px;
}
#pp-nav.right {
    display: none;
}
.slide6 {
    background: #009fe3;
    padding-top: 0px;
}
.slide7 {
    padding-top: 0px;
}
.slide4, .slide7 {
    background: #f7f7f7;
}
.featur_text h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.featur_text {
    position: relative;
    text-align: center;
}
.featur_text p {
    font-size: 18px;
}
.owls_expertise {
    padding-top: 20px;
}
.owls_expertise .owl-nav {
    display: table;
    margin: 0 auto;
}
.owls_expertise .owl-nav button span {
    display: none;
}
.owls_expertise .owl-nav button:focus {
    outline: none;
}
.owls_expertise .owl-nav button.owl-prev {
    background: url(../images/left_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    position: relative;
    background-size: contain;
    margin-right: 5px;
}
.owls_expertise .owl-nav button.owl-next {
    background: url(../images/right_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    position: relative;
    background-size: contain;
    margin-left: 5px;
}
.agencie_listing h3 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
}

.header_logo a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    z-index: -1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.header_logo a {
    position: absolute;
    padding: 5px 20px 8px;
    top: -3px;
    background: #fff;
}

ul.list_agencies li {
    width: 49%;
    float: left;
    position: relative;
    padding: 0px 0 0px 20px;
    border: 1px solid #009fe3;
    margin-right: 1%;
    margin-bottom: 2%;
}
ul.list_agencies li:nth-of-type(2n), fieldset.agencies_sect label:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 1%;
}
/*fieldset.agencies_sect label {
    position: relative;
    width: 49%;
    float: left;
    border: 1px solid #009fe3;
    padding: 4px 0 4px 20px;
    margin-right: 1%;
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}*/
fieldset.agencies_sect label {
    position: relative;
    width: 49%;
    float: left;
    border: 1px solid #009fe3;
    padding: 4px 0 4px 20px;
    margin-right: 1%;
    margin-bottom: 2%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.agencies_sect label span.cstms {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
}
.agencies_sect label span.cstms input:checked ~ span.cstms::before {
    background-color: #5D8A3D;
}

.agencies_sect label span.cstms::after {
    content: "";
    width: 15px;
    height: 15px;
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    right: 20px;
    top: 7px;
    position: absolute;
    display: none;
}
.agencies_sect label input:checked ~ span.cstms::after {
    display: block;
}
.agencies_sect label span.cstms::before {
    display: block;
    background: #009fe3;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-right: 50px;
    width: 60px;
    position: absolute;
    right: 0;
    margin: 0;
    border-left: solid 5px #fff;
    content: "";
    top: -4px;
    text-align: center;
}
fieldset.agencies_sect label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

ul.list_agencies li a {
    display: block;
    padding: 5px 0;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
span.icon_arow {
    position: absolute;
    right: 0;
    background: #009fe3;
    padding: 1px 30px;
    top: 0;
    color: #fff;
    font-size: 25px;
}
span.icon_arow i.fa {
    font-size: 30px;
}
.custm_tab_sec .tabcontent {
    display: none;
    padding: 20px 20px 30px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}
.custm_tab_sec .tab button.tablinks {
    width: 50%;
    text-align: left;
    border: none;
    padding: 10px 10px;
    position: relative;
    background: #009640;
}
.custm_tab_sec .tab button.tablinks h4 {
    color: #fff;
}
.custm_tab_sec .tab button.tablinks p {
    color: #fff;
    font-size: 20px;
}
.custm_tab_sec .tab {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.custm_tab_sec .tab button.tablinks.active {
    background: #90d4f6;
}
.custm_tab_sec .tab button.tablinks.active h4 {
    color: #000;
}
.custm_tab_sec .tab button.tablinks.active p {
    color: #000;
}
.custm_tab_sec .tab button:focus {
    outline: none;
}
.custm_tab_sec .tab button.tablinks h4 {
    font-weight: bold;
}
.custm_tab_sec .tabcontent h3 {
    font-weight: bold;
    color: #282828;
    position: relative;
    margin-bottom: 15px;
}
ul.prservices_list {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
}
ul.prservices_list li {
    padding: 0px 0px 0px 15px;
    width: 100%;
    position: relative;
    background: #f3f3f2;
    margin-bottom: 10px;
    padding-left: 15px;
    display: block;
    justify-content: space-between;
}
ul.prservices_list li a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
ul.prservices_list li a {

    width: 100%;
}
span.icon_arows {

    height: 46px;
}
span.icon_arows {
    position: absolute;
    right: 0;
    background: #009fe3;
    padding: 2px 30px;
    top: 0;
    color: #fff;
    font-size: 25px;
}
ul.prservices_list li:last-child {
    background: #e7d77e;
}
ul.prservices_list li a {

    z-index: 9;
}
ul.prservices_list li:last-child a {
    color: #fff;
}
ul.prservices_list li:last-child a span.icon_arows {
    background: #e7d77e;
}
.owls_clients .owl-stage-outer {
    background: #fff;
}
.owls_clients .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.owls_clients .owl-nav button.owl-prev {
    left: -50px;
    position: absolute;
    background: url(../images/left_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    background-size: contain;
    top: -20px;
}
.owls_clients .owl-nav button.owl-next {
    right: -50px;
    position: absolute;
    background: url(../images/right_icon.png) no-repeat;
    width: 40px;
    height: 60px;
    background-size: contain;
    top: -20px;
}
.owls_clients .owl-nav button span {
    display: none;
}
ul.list_agenciess li {
    float: left;
    width: 49%;
    position: relative;
    margin-right: 1%;
}
/*ul.list_agenciess .country_block select.getcasestudies {
    width: 100%;
    padding: 2px 10px;
    position: relative;
    border: 1px solid #009fe3;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    background: transparent;
    appearance: none;
    height: 40px;
    line-height: 30px;
}
ul.list_agenciess .country_block:before {
    position: absolute;
    content: "country";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    width: 50%;
    text-align: center;
}*/
ul.list_agenciess .country_block select.getcasestudies {
    width: 100%;
    padding: 2px 10px;
    position: relative;
    border: 1px solid #009fe3;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    background: transparent;
    appearance: none;
    height: 40px;
    line-height: 30px;
}
ul.list_agenciess .country_block:before {
    position: absolute;
    content: "Subject";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    width: 30%;
    text-align: center;
}
ul.list_agenciess li:last-child {
    margin-right: 0;
    margin-left: 1%;
}

#author_bio_wrap {
    display: none;
}
#author_bio_wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
    width: auto;
    min-height: 190px;
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 1;
    top: -1px;
    border: 1px solid #009fe3;
} 

#author_bio_wrap textarea {
    width: 100%;
    height: 100%;
    min-height: 90px;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
}
#author_bio_wrap textarea::placeholder {
    color: #000;
}   
#author_bio_wrap_toggle {
    display: block;
    width: 100%;
    background: transparent;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    padding: 0 0 0 15px;
    height: 34px;
    line-height: 34px;
} 
a.enter_btnsec {
    text-align: center;
    font-size: 18px !important;
    font-weight: normal !important;
    background: #009fe3;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 0;
} 
.issue_found {
    padding: 2px 2px;
    border: 1px solid #009fe3;
}
#author_bio_wrap {
    display: none;
}
span.icon_txt {
    width: 50%;
    background: #009fe3;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: normal;
    float: right;
    height: 35px;
}
ul.list_agenciess li a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
/*ul.list_agenciess {
    display: table;
    width: 100%;
    padding: 30px 0 20px;
    position: relative;
}
*/

ul.list_agenciess {
    display: flex;    
    padding: 30px 0 20px;
    position: relative;
    align-content: center;
}

.slide9 .slide-content-a {
    vertical-align: bottom;
}
.slide8 .slide-descr p {
    font-size: 22px;
    line-height: 28px;
}
/*----------footer----------*/
.top_footer {
position: relative;
background: #231f20;
padding: 20px 0;
}
.bottom_footersec {
    background: #1f1f1f;
    padding: 15px 0;
    position: relative;
}
.solution-num-title p {
    font-size: 24px;
    color: #ffff;
    margin-bottom: 0;
    width: 100%;
}
.solution-num-title {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
a.subcbtn {
    background: #269bd4;
    display: inline-block;
    padding: 10px 30px;
    margin-right: 0;
    transition: 0.6s;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
}
.botmfoter {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.botmfoter a {
    background: #269bd4;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.solutiontitle p {
    color: #666;
    margin-bottom: 0;
}
.solutiontitle p a {
    color: #fff;
}
.botmfoters a {
    color: #fff;
    padding: 0 10px;
    position: relative;
}
.botmfoters {
    position: relative;
    text-align: right;
    color: #fff;
}

.botmfoters a:last-child {
    border-left: 1px solid #fff;
}
a.footer_btnsect {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.slide3 {
    background: #38758c;
}
.inner_section {
/*display: table;*/
display:block;
width: 100%;
height: 100%;
vertical-align: middle;
padding-top: 150px;
padding-bottom: 100px;
}
.inner_section_a {
    /*display: table-cell;*/
    display:block;
    vertical-align: middle;
}
/*.slide8.footer .slide-content {
    height: 100vh;
}*/
.owls_mobile_sliders {
    display: none;
} 

.latest_news {
    width: 40px;
    height: 100vh;
    z-index: 5;
    position: fixed;
    top: 0;
    /*overflow: hidden;*/
}
.latest_news a {
    width: 40px;
    height: 441px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.latest_news .latest_news_form {
    max-width: 400px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    width: 100%;
}
.latest_news .news_form {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
}
.latest_news .pears {
    width: 100%;
    height: 460px;
    background: #2ea3f2;
    padding: 20px 30px 20px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    top: 3px;
}
.latest_news a span {
    top: 233px;
    display: block;
    position: relative;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    background: #2ea3f2;
    padding: 10px 0;
}
.latest_news .latest_news_form.open {
    -webkit-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}
.latest_news .pears-news h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.latest_news .pears-news p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 30px;
}
.latest_news .pears-news input.emial {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    border: none;
}
.latest_news .pears-news input.subscribe_btn {
    width: 100%;
    height: 40px;
    cursor: pointer;
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #b1c967;
    border: none;
}

/*---------19-04-2021 --------*/
ul.navigation_menu02 li a {
    font-weight: 600;
}
ul.navigation_menu02:after {
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 0;
    width: 85%;
    background: #fff;
    content: "";
}
ul.navigation_menu02 {
    padding-bottom: 30px;
    position: relative;
}
header.inner_pages_header {
    position: relative;
}
header.inner_pages_header.fixed_sticky {
    position: fixed;
}
.powered_fitness {
    position: relative;
    background: #387488;
    padding: 80px 0 60px;
    display: inline-block;
    width: 100%;
}
.powered_fitness:before {
position: absolute;
content: "";
background: url(/wp-content/uploads/2021/06/GIF-Animation.gif)no-repeat right;
right: 5%;
width: 220px;
height: 220px;
background-size: cover;
top: 13px;
margin: auto;
}
h2.home_titles , h1.home_titles {
    font-size: 65px;
    position: relative;
    transition: 0.6s;
    word-spacing: -5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.the_amrica_sec {
    position: relative;
    padding: 80px 0;
}
.europe_middle_east {
    position: relative;
    padding: 80px 0;
}
a.bttn_views {
    background: #387488;
    padding: 10px 20px;
    color: #fff;
    transition: 0.6s;
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    position: relative;
}
a.bttn_views:hover {
    background: #000;
    color: #fff;    
}   
.prgn_network_sec {
    position: relative;
    padding: 60px 0;
    background: #387488;
}
a.member_btn {
    background: #3a9fd8;
    display: table;
    color: #fff;
    margin: 30px auto 0;
    padding: 10px 20px;
    transition: 0.6s;
    font-size: 19px;
    position: relative;
}
a.member_btn:hover {
    background: #387488;
    color: #fff;
}   
.social_footer h3 {
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
}
.socials_links a {
    background: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 5px;
    font-size: 24px;
    color: #656568;
    position: relative;
    transition: 0.6s;
}
.socials_links a:hover {
    background: #387488;
    color: #fff;
}
.socials_links {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    flex-wrap: wrap;
    padding-top: 15px;
}
.social_footer {
position: relative;
padding-top: 10px;
}

.social_footer {
max-width: 302px;
margin-right: 0;
margin-left: auto;
}
a.memberbtns {
    background: #3a9fd8;
    color: #fff;
    padding: 10px 20px;
    width: 310px;
    display: block;
    font-size: 20px;
    transition: 0.6s;
    position: relative;
}
div#section8 .col-lg-5 {
display: flex;
align-items: center;
}
a.memberbtns:hover {
    background: #000;
    color: #fff;
}
.prgn_map_sec {
    background: #387488;
    position: relative;
    padding: 60px 0;
}
ul.lists_agencies1 .country_block::after,ul.lists_agencies1 .services_block:after
{
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #169ed9;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}
.meet_teams_text h4 {

    font-size: 20px;
}
/*ul.lists_agencies1 .country_block::before {
    position: absolute;
    content: "Country";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    width: 40%;
    text-align: center;
    height: 34px;
    display: block;
    align-content: center !important;
    text-align: center;
    justify-content: center;
}
ul.lists_agencies1 .services_block:before {
    position: absolute;
    content: "Service";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    line-height: 32px;
    width: 40%;
    text-align: center;
    display:block;
}*/
ul.lists_agencies1 {
    display: flex;
    width: 100%;
    padding: 30px 0 20px;
    position: relative;
    align-content: center;
}
ul.lists_agencies1 li {
    width: 33.33%;
    float: left;
    position: relative;
    margin-right: 1%;
}
.lists_agencies1 .search_block {
    display: none !important;
}
ul.lists_agencies1 li:last-child {
    margin-right: 0;
    margin-left: 1%;
}
ul.lists_agencies1 li select.form-control {
    width: 100%;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #009fe3;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    background: transparent;
    appearance: none;
    height: 40px;
    line-height: 28px;
    border-radius: 0;
}
ul.lists_agencies1 li select.form-control:focus {
    outline: none;
    box-shadow: none;
}
ul.lists_agencies1 li.search_block {
    width: 15%;
    position: relative;
    margin-left: 0;
    text-align: center;
}
a.search_btnlist {
    background: #169ed9;
    padding: 8px 20px;
    display: block;
    color: #fff;
    transition: 0.6s;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}
ul.netwrklist li {
    display: flex!important;
    width: 100%;
    align-items: center;
    padding: 12px 20px;
}
ul.netwrklist li a.icon_netwrk {
    position: absolute;
    right: 0;
    height: 100%;
}
ul.netwrklist li {
    position: relative;
    border: 1px solid #169ed9;
    transition: 0.6s;
    display: table;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
/*ul.netwrklist li p {
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
    padding: 2px 5px;
}   
*/
ul.lists_agencies1 li select#countries, ul.lists_agencies1 li select#services {
    padding-right: 130px;
}
ul.netwrklist li p {
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
ul.netwrklist li p {
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
    padding: 0;
}
.icon_netwrk {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #169ed9;
    color: #fff;
    position: relative;
    padding: 5px 3px;
    width: 50px;
    transition: 0.6s;
}

.icon_netwrk {
display: flex!important;
align-items: center !important;
justify-content: center !important;
}


ul.netwrklist li p strong {
width: 40%;
display: flex;
float: left;
align-items: center;
}

.icon_netwrk {

padding-top: 10px;
padding-bottom: 10px;
}

ul.netwrklist li p span.txtntwrk {
display: flex;
align-items: center;
}
.listing_networks {
    position: relative;
    padding: 20px 0;
}
.country_filtr_network {
    position: relative;
    padding: 40px 0;
}

.dropdown-select.filter_Sec {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select.filter_Sec:focus {
    background-color: #fff;
}

.dropdown-select.filter_Sec:hover {
    background-color: #fff;
}

.dropdown-select.filter_Sec:active,
.dropdown-select.filter_Sec.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select.filter_Sec:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #169ed9;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.filter_Sec.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.filter_Sec.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.filter_Sec.open .option {
    cursor: pointer;
}

.dropdown-select.wide.filter_Sec {
    width: 100%;
}

.dropdown-select.wide.filter_Sec .list {
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden;
}

.dropdown-select.filter_Sec .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 0px;
    margin-top: 0px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select.filter_Sec .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: #000;
}
.dropdown-select.filter_Sec .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select.filter_Sec .dd-searchbox {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 2px;
    outline: none;
    height: 40px;
}
.dropdown-select.filter_Sec .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select.filter_Sec .list ul {
    padding: 0;
}

.dropdown-select.filter_Sec .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select.filter_Sec .option:hover,
.dropdown-select.filter_Sec .option:focus {
    background-color: #2e6eb6 !important;
    color: #fff;
}

.dropdown-select.filter_Sec .option.selected {
    color: #fff;
    background: #2e6eb6;
}

.dropdown-select.filter_Sec .option.selected:focus {
    background: #2e6eb6;
}

.dropdown-select.filter_Sec a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select.filter_Sec a:hover {
    color: #666;
}
select.filter_Sec {
    display: none;
}
.dropdown-select.wide.filter_Sec {
    width: 100%;
    padding: 2px 10px;
    position: relative;
    border: 1px solid #009fe3;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    background: transparent;
    appearance: none;
    height: 40px;
    line-height: 30px;
    border-radius: 0;
}
.dropdown-select.filter_Sec .list ul li.option {
    width: 100%;
    overflow: hidden;
}

/*-----PR Relation------*/
.relations_forms {
    background: #3a9fd8;
    padding: 60px 0;
    position: relative;
    color: #fff;
}
.contact_detail_rel p {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.contact_detail_rel p a {
    color: #fff;
}
.rel_contat_info p {
    margin-bottom: 0;
}
.rel_contat_info h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.contact_detail_rel {
    position: relative;
    padding-top: 20px;
}
.client_ledrship {
    position: relative;
    margin-bottom: 20px;
}
.ledr_img img {
    width: 100%;
}
.ledr_img {
    position: relative;
    margin-bottom: 15px;
}
.ledr_txts {
    position: relative;
    text-align: center;
}
.ledr_txts p {
    margin-bottom: 10px;
}
a.bio_btns {
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: 0.6s;
}
.leadership_client {
    position: relative;
    padding-bottom: 20px;
}
.bpr_logos {
    padding-bottom: 40px;
    position: relative;
}
.owls_prgnclient .item .prgnclient_d img {
    width: auto;
    margin: 0 auto;
}
.owls_prgnclient .owl-nav button.owl-prev {
    background: url(../images/icon-prev-arrow.png) no-repeat center;
    width: 16px;
    height: 40px;
    background-size: contain;
    margin-left: -2%;
}
.owls_prgnclient .owl-nav button.owl-next {
    background: url(../images/icon-next-arrow.png) no-repeat center;
    width: 16px;
    height: 40px;
    background-size: contain;
    float: right;
    margin-right: -2%;
}
.owls_prgnclient .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.owls_prgnclient .owl-nav button span {
    display: none;
}
.owls_prgnclient .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}
.header_client_sect {
    margin-bottom: 40px;
}
.PRGN_client_logo {
    position: relative;
    padding-bottom: 50px;
}
.bio_modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    height: 100%;
    position: relative;
}
.bio_modal .modal-dialog button.close:focus {
    outline: none;
}
.bio_modal .modal-dialog button.close {
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
.bio_contents p a {
    transition: 0.6s;
    color: #212529;
}

form.relation_frms input.form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    position: relative;
    color: #387488;
    font-weight: 600;
}
form.relation_frms select.form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    position: relative;
    color: #387488;
    font-weight: 600;
}
form.relation_frms textarea.form-control {
    min-height: 120px;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    position: relative;
    color: #387488;
    font-weight: 600;
}
form.relation_frms .form-control:focus {
    outline: none;
    box-shadow: none;
}
form.relation_frms .form-control::placeholder {
    color: #387488;
}
input.btnsubmit {
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    color: #fff;
    background: #387488;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}
h3.h3title_sect {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: #000;
}
.relation_txts_sec {
    position: relative;
    padding: 40px 0;
}
.relation_services {
    position: relative;
    background: #387488;
    padding: 50px 0;
}
.services_relations ul li a {
    font-size: 20px;
    color: #fff;
    position: relative;
    transition: 0.6s;
}
h3.h3s_titles {
    font-size: 24px;
    margin-bottom: 20px;
}
.services_relations ul li {
    position: relative;
    padding: 5px 0;
}
.services_relations ul li span.fa {
    color: #fff;
}
/*--------Services Tailored---------*/
.services_tailored {
    position: relative;
    background: #3a9fd8;
    padding: 60px 0 40px;
}
.tailored_just {
    background: #fff;
    position: relative;
    transition: 0.6s;
    margin-bottom: 30px;
}
a.btndetails {
    display: block;
    position: relative;
    padding: 8px 20px;
    background: #387488;
    margin-top: 30px;
    transition: 0.6s;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.btndetails span.fa {
    float: right;
    line-height: 28px;
    font-size: 24px;
}
.tailored_just h2 {
    font-weight: bold;
    font-size: 36px;
    padding: 20px;
    margin-bottom: 0;
}
.btndetails:hover {
    background: #000;
    color: #fff;
}
/*---------Crisis Management------------*/
ul.crisis_list li a {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
    transition: 0.6s;
}
ul.crisis_list li {
    display: block;
    padding: 2px 0;
    position: relative;
}
.btnget_prof {
    background: #387488;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    width: 60%;
    display: block;
    position: relative;
    transition: 0.6s;
    font-size: 20px;
}
.btnget_prof:hover {
    background: #000;
    color: #fff;
}
.profesional_getbtn {
    position: relative;
    padding-top: 30px;
}
.btnget_prof span.fa {
    float: right;
    line-height: 35px;
}
.crisis_managments {
    position: relative;
    padding: 40px 0 50px;
}
.padd20 {
    padding-top: 20px;
}
/*-----------Elevate Message------------*/
h3.slidr_subtitles {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
ul.elevate_list {
    display: table;
    width: 70%;
    position: relative;
    padding: 10px 0px;
    border-top: 0;
}
ul.elevate_list li {
    width: 100%;
    position: relative;
    background: #f3f3f2;
    margin-bottom: 10px;
    padding-left: 15px;
}
ul.elevate_list li a {
    display: block;
    position: relative;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.practise_best span.icon_arows {
    position: absolute;
    right: 0;
    background: #009fe3;
    padding: 2px 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    bottom: 0;
    width: 50px;
    text-align: center;
}
.practise_best h3 {
    font-weight: bold;
    color: #000;
}
.best_practise_sec {
    position: relative;
    padding: 50px 0;
}

.find_pr_help {
    background: #3a9fd8;
    padding: 50px 0;
    position: relative;
}
.btnsubmits {
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    color: #fff;
    background: #387488;
    transition: 0.6s;
    float: right;
    width: 80%;
    text-align: left;
    position: relative;
}
.btnsubmits:hover {
    background: #000;
    color: #fff;
}
.submit_frmbtn {
    position: relative;
    color: #fff;
}
.submit_frmbtn span.righticon.fa {
    position: absolute;
    right: 15px;
    top: 28%;
    font-size: 24px;
    transform: translateY(-40%);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: green;
    padding: 0 !important;
}
.recent_faq {
    background: #d3ecf7;
    position: relative;
    transition: 0.6s;
    padding: 15px 0 0;
    min-height: 470px;
}
.recent_faq h2 {
    font-weight: bold;
    padding: 0 20px;
    font-size: 28px;
}
.recent_faq .slide-descr {
    padding: 15px 20px 0;
}
.recent_faq a.btndetails {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.padd02 {
    padding: 0;
}
a.viewqustbtn {
    font-size: 22px;
}
.recentasked_qust {
    position: relative;
    padding: 50px 0;
}

/*---------Membership---------*/
ul.membership_lists li {
    display: block;
    width: 100%;
    position: relative;
    transition: 0.6s;
    padding-bottom: 10px;
    padding-left: 15px;
}
ul.membership_lists li p {
    margin-bottom: 0px;
}
ul.membership_lists li p {
    margin-bottom: 0px;
    font-size: 20px;
}
ul.membership_lists li:before {
    position: absolute;
    content: "\f054";
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    top: 5px;
}
.prgnmember_recrmnt {
    position: relative;
    padding: 40px 0 50px;
}
.questi_main {
    margin-bottom: 30px;
}
h3.blogtitle_sect {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 0;
}
.triptrnd_sidebar ul li {
    position: relative;
    transition: 0.6s;
    display: block;
    width: 100%;
    padding: 4px 0;
    color: #282523;
}
.triptrnd_sidebar ul li a {
    color: #000;
    font-size: 16px;
    position: relative;
    display: block;
    transition: 0.6s;
}
ul.catrgy_trndlist li a {
    font-size: 17px;
}
.trndtrip_col {
    padding-bottom: 40px;
    position: relative;
}
.tip_and_trendsec {
    position: relative;
    padding: 50px 0 60px;
}

/*-----------Case Study-----------*/
.study_col_main {
position: relative;
background: #d3ecf7;
margin-bottom: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.casestudy_sect {
    position: relative;
    padding: 60px 0 40px;
}
.stdy_imgs {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.stdy_case_txt {
    padding: 0 20px;
    position: relative;
}
.stdy_case_txt p a {
    color: #000;
}
.stdy_case_txt p {
    font-size: 18px;
}

ul.list_casestudy li select.selctcontrol {
    width: 100%;
    padding: 2px 10px;
    position: relative;
    border: 1px solid #009fe3;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    background: transparent;
    appearance: none;
    height: 40px;
    line-height: 30px;
}
ul.list_casestudy .service_block:before {
    position: absolute;
    content: "Services";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    width: 40%;
    text-align: center;
}
ul.list_casestudy .sectors_block:before {
    position: absolute;
    content: "Sectors";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    width: 40%;
    text-align: center;
}
ul.list_casestudy .agencies_block:before {
    position: absolute;
    content: "Agencies";
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #009fe3;
    z-index: 1;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    width: 40%;
    text-align: center;
}
ul.list_casestudy li {
    float: left;
    width: 28%;
    position: relative;
    margin-right: 1%;
}
ul.list_casestudy li:last-child{
    margin-right: 0%;
}
ul.list_casestudy li.filtr {
    width: 12%;
    text-align: center;
}
ul.list_casestudy li.filtr a {
    display: block;
    background: #009fe3;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    transition: 0.6s;
    position: relative;
}
.case_fillter_sec {
    width: 90%;
    margin: 0 auto;
}
.ourclients_study {
    background: #3a9fd8;
    position: relative;
    padding: 40px 0 60px;
}
.trndtrip_col .slide-descr p {
    font-size: 20px;
}
.membrship_txt h3.h3title_sect {
    font-size: 30px;
}
.prquestion_title h2.home_titles {
    font-size: 44px;
}
.prquestion_title {
    position: relative;
    padding-bottom: 20px;
}
.recentasked_qust .slide-descr p {
    font-size: 20px;
}
.clientlogos img {
    background: #fff;
    width: 100%;
}
.logocols {
    padding-left: 7px;
    padding-right: 7px;
}
.clientlogos {
    position: relative;
    transition: 0.6s;
    margin-bottom: 25px;
}
/*---------10-May-2021----------*/
.meet_your_teams {
    position: relative;
    background: #2ea3f2;
    padding: 60px 0;
}
.sect_teams {
    position: relative;
    transition: all  0.3s ease-in-out;
}
/*.meet_teams_text {
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    background: rgba(0, 0, 0, 0.88);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.meet_teams_text {
bottom: 0;
left: 0;
right: 0;
transition: all 0.3s ease-in-out;
opacity: 1;
background: rgba(0,0,0,.88);
color: #fff;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: 9;
flex-direction: column;
}
.meet_teams_text h4 {
    margin-bottom: 10px;
}
.meet_teams_text p {
    margin-bottom: 0;
        font-size: 13px;
    line-height: normal;
}
.teams_txts {
    padding: 5px 0;
}
.meet_your_teams .item .meet_teams_img::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, 0.88);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}
.meet_your_teams .item .meet_teams_img {
    z-index: 1;
    position: relative;
}
/*.sect_teams:hover .meet_teams_img::after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}*/
.owls_meet_teams .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left:0;
    right: 0;
}
/*.owls_meet_teams .owl-nav button.owl-prev {
    margin-left: -50px;
}
.owls_meet_teams .owl-nav button.owl-next {
    margin-right: -50px;
}*/
.owls_meet_teams .owl-nav button span {
    display: none;
}
.owls_meet_teams .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}
.owls_meet_teams .owl-nav button.owl-prev:before {
    position: absolute;
    content: "\f104";
    left: -20px;
    width: 50px;
    height: 50px;
    font: normal normal normal 80px/1 FontAwesome;
    font-weight: bold;
    color: #fff;
    top: -30px;
}
.owls_meet_teams .owl-nav button.owl-next:before {
    position: absolute;
    content: "\f105";
    right: -20px;
    width: 50px;
    height: 50px;
    font: normal normal normal 80px/1 FontAwesome;
    font-weight: bold;
    color: #fff;
    top: -30px;
}

img.bannr_map {
    width: 80%;
}
.regins_img img {
    width: 100%;
}
.ledr_shiptxt {
    padding-left: 10%;
    height: 100%;
    position: relative;
}
.text_ledrship {
    position: relative;
    height: 100%;
}

.ledr_shiptxt p {
    color: #fff;
}
.regins_txts p {
    color: #fff;
    margin-top: 20px;
}
.regin_socials a {
    width: 40px;
    height: 40px;
    background: #282828;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    transition: 0.6s;
    position: relative;
    display: inline-block;
}
.regin_socials a:hover {
    background: #387488;
    color: #fff;
}
.regin_socials {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
a.touch_region {
    background: #387488;
    color: #fff;
    padding: 10px 30px;
    transition: 0.6s;
    position: relative;
}
a.touch_region:hover {
    background: #282828;
    color: #fff;
}
.regin_btns {
   bottom: 0;
   position: relative;
   left: 0;
   right: 0;
}
.regins_sections {
    position: relative;
    padding: 40px 0;
    background: #387488;
}
.regin_txts_sect h4 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.regin_txts_sect p {
    color: #fff;
}
.icon_netwrk:hover {
    color: #fff;
}
.pr_expert_about {
    position: relative;
  /*  background: #2ea3f2;*/
    padding: 50px 0 20px;
}
.globel_agencies {
    background: #387488;
    color: #fff;
    position: relative;
    padding: 15px 0;
}
.globel_agencies h2 {
    position: relative;
    color: #fff;
    transition: 0.6s;
}
.globel_agencies h2 a {
    position: relative;
    color: #fff;
    transition: 0.6s;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.globel_agencies h2 a span.fa {
    /*float: right;*/
    font-size: 22px;
    padding-left: 10px;
}
.browse_imgs img {
    width: 100%;
}
.browse_txts h2 {
    margin-bottom: 0;
}
.browse_txts h5 {
    margin-bottom: 20px;
}
.colmn_brows_main {
    position: relative;
    margin-bottom: 30px;
}
.browse_txts p {
    min-height: 170px;
}
h2.titles_abouts {
    font-size: 34px;
    margin: 20px 0 30px;
}
.browse_txts {
    position: relative;
    padding-top: 10px;
}
.browse_col_sect {
    position: relative;
    padding: 50px 0 30px;
}
.about_questions {
    background: #2ea3f2;
    color: #fff;
    padding: 15px 0;
}
.about_questions h2 {
    margin-bottom: 0;
}
.gabout_txts h2 {
    margin-bottom: 0;
}
.gabout_txts h5 {
    margin-bottom: 15px;
}
.about_gabour_sec {
    position: relative;
    padding: 60px 0;
}
.gabout_txts a.bttn_views {
    font-weight: 500;
    padding: 10px 30px;
}
.world_ahead_sect {
    position: relative;
    padding: 50px 0;
}
ul.ahead_lists li {
    list-style: disc;
    position: relative;
    transition: 0.6s;
}
ul.ahead_lists {
    padding-left: 20px;
} 
.single_blog_col {
    background: #2ea3f2;
    position: relative;
    padding: 60px 0;
    color: #fff;
}
.colmn_blog_txts p {
    color: #fff;
    font-size: 20px;
}
.colmn_blog_txts h3 {
    margin-bottom: 0;
}
.colmn_blog_txts h6 {
    margin-bottom: 15px;
}
.ledr_shiptxt p, .regin_txts_sect p {
    font-size: 20px;
    line-height: 28px;
}
.blogs_socials a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 7px;
    color: #282828;
    margin: 0 5px;
    transition: 0.6s;
    position: relative;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.68);
}
.blogs_socials a:hover {
    background: #387488;
    color: #fff;
}
.colmn_blog_img img {
    width: 100%;
    margin-bottom: 15px;
}
.rating_coment {
    position: relative;
}
.rating_coment .form-control {
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    position: relative;
    transition: 0.6s;
    border-radius:0;
}
.rating_coment .form-control:focus {
    outline: none;
    box-shadow: none;
}
.rating_coment .form-control::placeholder {
    color: #000;
}
.rating_coment input.form-control {
    min-height: 50px;
}
.rating_coment textarea.form-control {
    min-height: 120px;
}
input.submits_btns {
    background: #2ea3f2;
    color: #fff;
    font-size: 18px;
    text-align: left;
    border: none;
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}
input.submits_btns:hover {
    background: #387488;
    color: #fff;
}
.leave_form_rating {
    position: relative;
    padding: 40px 0;
}
.prjobs_sect {
    position: relative;
    padding: 50px 0;
}
.pr_login_sect {
    position: relative;
}
.login_forms {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    background: #fff;
    padding: 30px 20px;
}
.login_scet {
    position: relative;
    transition: 0.6s;
}
.login_scet img {
    height: 100vh;
}
.pr_login_sect {
    position: relative;
}
img.login_logo {
    height: auto;
}
.login_forms h4 {
    text-align: center;
    margin: 20px 0;
    color: #3a9fd8;
}
.login_prform input.form-control {
    height: 45px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.login_prform input.form-control:focus {
    outline: none;
    box-shadow: none;
}
input.login_btns {
    width: 100%;
    border: none;
    height: 40px;
    background: #1a6fb8;
    color: #fff;
    transition: 0.6s;
}
label.frm_sect {
    font-weight: 500;
}
a.forgt_btns {
    font-weight: 500;
    color: #000;
}
img.login_logo {
    width: 320px;
    margin: 0 auto;
    display: block;
}
.owls_meet_teams {
    padding: 0 50px;
}
.page-template-pr-login header#myHeader {
    display: none !important;
}
#wppb-loginform label {
    width: 100% !important;
    font-weight: 500;
}

#wppb-loginform input {
    height: 45px;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 18px;
    width: 100% !important;
    font-weight: 500;
  
}
input#wppb-submit {
    width: 100%;
    border: none;
    height: 40px;
    background: #1a6fb8;
    color: #fff;
    transition: 0.6s;
}

.et-search-form .form-group input[type="image"] {
position: absolute !important;
right: 10px !important;
top: 12px !important;
opacity: 0.7 !important;
}
.et-search-form .form-group label {
width: 100% !important;
}
form#wppb-loginform p.login-remember {
   width: 50%;
   display: inline-block;
   float: left;
}
form#wppb-loginform p.login-submit {
   width: 50%;
   display: inline-block;
}
form#wppb-loginform p.login-remember label {
   display: flex;
   align-items: center;
}
form#wppb-loginform p.login-remember label input#rememberme {
   width: 15px !important;
   margin-right: 10px;
}

@media screen and (max-width:991px) {
form#wppb-loginform p.login-remember {
   width: 100%;
   padding-bottom: 0;
}
form#wppb-loginform p.login-submit {
   width: 100%;
   padding-bottom: 0;
}
}


.homeacasestudies a {
    color: #000;
}


.submit_frmbtn .wpcf7-form-control.wpcf7-submit.btnsubmits {
    color: #fff;
}



span.icon_arows {

   display: inline-flex;
   align-items: center;
   justify-content: center;
   height: 100%;
}
ul.netwrklist li {
display: flex!important;
width: 100%;
align-items: center;
}
ul.netwrklist li p {

   width: 100%;
}
.regin_socials a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
a.touch_region {
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
.regins_img img {

   height: auto;
}
/*.postid-2467034 .regins_img {
   filter: brightness(10.5);
   height: auto!Important;
}*/
.socials_links a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
a.subcbtn,
.botmfoter a{
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
.btnget_prof {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.submit_frmbtn .wpcf7-form-control.wpcf7-submit.btnsubmits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2D77BC !important;
    color: #fff !important;
    height: auto;
}

html body.category-tips-trends .tip_and_trendsec .entry-content a.more-link {
   display: block;
   position: relative;
   padding: 8px 20px;
   background: #387488!important;
   margin-top: 30px;
   transition: 0.6s;
   color: #fff!important;
   font-size: 18px;
   font-weight: 500;
   text-transform: uppercase;
   padding-right: 40px;
}


html body.category-tips-trends .tip_and_trendsec .entry-content a.more-link:before {
   content: "\f054";
   color: #fff;
   position: absolute;
   font-family: 'FontAwesome';
   right: 20px;
   top: 10px;
   font-size: 22px;
}

.recent_faq .slide-descr {
height: 100%;
padding-bottom: 50px;
}

.questi_main {

   height: 100%;
}
.recentasked_qust .col-lg-4.col-md-6 {
   padding-bottom: 30px;
}


@media only screen and (max-width: 991px){
body.menu_open {

   margin-right: 0;
}
}


body.menu_open {

transition: 0.5s;
margin-right: 280px;
}


body.menu_open a.closebtn {
/* transform: translate(-190px, 0px); */
transition: 0.5s;
z-index: 99;
}


ul.lists_agencies1 li select#countries, ul.lists_agencies1 li select#services,
.chosen-select {

   -webkit-appearance:none;
}

ul.lists_agencies1 li select#countries *, ul.lists_agencies1 li select#services *,
.chosen-select * {
position: relative;
z-index: 9999;
}
ul.lists_agencies1 li, ul.lists_agencies1 li {
    list-style-type: none!important;
}
.single-job .fitness_locals i {
    display: none;
}
.single-job .trndtrip_col i {
    display: none;
}

/*.single-post .trend-tipblock  .slide-descr img {  
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}*/
.single-post .trend-tipblock  .slide-descr img {
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
}

/*span.txtntwrk span.location {
    display: inline!important;
}*/
li.\32 468199 span.txtntwrk span.location{
    display: inline !important;
    padding-right:5px;
}
.single-region_page .reginldrship {
    max-width: 260px;
}/*
.slide-descr p a {
    color: #fff;
}*/
p.phraphswhite a {
    color: #fff;
    text-decoration: underline;
}
/*******************************/

.footer-form.row {
    background: #3a9fd8;
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
}
.footer-form.row form input {
    height: 40px;
    border-radius: 0;
    border: none;
    padding: 0 20px!important;
    position: relative;
    color: #387488;
    font-weight: 600;
    line-height: 1.5;
}
.footer-form.row form input::placeholder,
.footer-form.row form textarea::placeholder{
    color: #387488!important;
}
.footer-form.row form textarea {
    border-radius: 0;
    border: none;
    padding: 20px!important;
    position: relative;
    color: #387488;
    font-weight: 600;
    line-height: 1.5;
}
.footer-form.row form input#gform_submit_button_2 {
    color: #fff;
}
.footer-form.row .form-content.alignleft h2 {
    color: #fff;
}
.footer-form.row .form-content.alignleft p {
    color: #fff;
    margin-bottom: 30px;
}
.page-id-24 .pr_expert_about .team_headers h2 {
    color: #000!important;
    text-align: center;
    font-size: 45px;
}
.page-id-24 .globel_agencies .text_globel a.sectionsbtn.broselink {
    background: #387488;
    color: #fff;
    text-transform: uppercase;
        max-width: 550px;
}
.page-id-24 .globel_agencies {
    background: transparent;
}
.page-id-24 .pr_expert_about .team_headers h2 {
 
    margin-bottom: 0;
}
.footer_logos img.foter_logo-new {
  
    margin-left: 0;
    margin-right: auto;
    display: block;
}
.relation_services .col501.news span.agency-blog a {
    color: #000;
}
ul.lists_agencies1 li select#countries, ul.lists_agencies1 li select#services, ul.lists_agencies1 li select {

    padding-right: 22px;
}

@media screen and (max-width: 1366px){
body .tip_and_trendsec p{    color: #000;}
}

@media screen and (max-width: 767px){
.single_blog_col.hhjjjjjjjjjjjjjjjjjjjjjjjj .auth-info {
    width: 100%!important;
    padding-left: 20px!important;
    margin-top: 30px!important;
    padding-left: 0!important;
}
#section6 .owl-nav .owl-next, #section7 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
    width: 30px;
height: 30px;}
#section6 .owl-nav .owl-prev, #section7 .owl-nav .owl-prev {
   width: 30px;
height: 30px;   left: 0;}
 

}

@media screen and (max-width: 991px){
body .country_filtr_network .agencis_selct ul.lists_agencies1 li {
    width: 100%!important;
}
ul.lists_agencies1 {
    display: block;

}
body .country_filtr_network .agencis_selct ul.lists_agencies1 li {
 
    margin-bottom: 10px;
}
body .country_filtr_network .agencis_selct input[type=submit] {
    margin-left: 10px;
}
.page-id-24 .globel_agencies .text_globel a.sectionsbtn.broselink {

    width: 100%;
    font-size: 16px;
}
.page-id-24 .globel_agencies .text_globel a.sectionsbtn.broselink span.fa.fa-chevron-right {
    font-size: 18px;
}
.page-id-24 .pr_expert_about .team_headers h2 {

    font-size: 30px;
}
.page-id-24 .pr_expert_about .team_headers h2 br {
    display: none;
}
img.foter_logo {

    margin-left: auto;
    margin-right: auto;
}
.footer_logos img.foter_logo-new {
   
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 575px){
ul.netwrklist li p {

    display: block;
}
ul.netwrklist li p span.txtntwrk {
    width: 100%!important;
    padding-right: 40px;
}
ul.netwrklist li p strong {
    width: 100%!important;
    display: block;
      padding-right: 40px;
}

.btndetailshomeblog {
    font-size: 20px!important;

}
ul.list_agenciess.knowledgetable li:first-child::before {

    z-index: 9;
}
ul.list_agenciess .country_block:before {
    width: 30%!important;

}
div#section7 {
    padding-bottom: 20px;
}
div#section7 {
    padding-left: 15px;
    padding-right: 15px;
}
.inner_section {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.services_tailored.maincontentser .col-sm-12.animated.fadeInUp {
    padding-left: 15px;
}
.btnget_prof {

width: 90%;}
.btnget_prof {

    padding: 10px 30px;
    width: 90%;
}

.tip_and_trendsec h2.entry-title.default-max-width {
    font-size: 26px;

}
.tip_and_trendsec p {
    font-size: 18px!important;
    line-height: 30px!important;
}

}




img.foter_logo {
    max-width: 66%;
    margin-bottom: 20px;
}


.postid-2473503.single-post .trend-tipblock .slide-descr img {
    width: 100%;
    max-width: 100%;
}


.slide-descr p a {
text-decoration: underline;
}

.logged-in .closebtn {
    float: right;
    font-size: 40px;
    font-weight: bold;
    display: none;
    top: -26px;
    right: 32px;
    position: relative;
    color: #fff;
}


.single-post .slide-descr ul {
   padding-left: 20px;
}



.agenciesnewbtn {
	background: #009fe3;
	padding: 14px 18px;
	color: #fff;
	margin-top: 20px;
}

.text-center.agenciesbtn2 {
	margin-top: 22px;
}


.page-template-pr-spenish-agencies .bannerbotbuttons span.icon_arows {
    position: relative !important;
}

.page-template-pr-spenish-agencies .bannerbotbuttons {
    background: #169ed9;
    text-align: center;
    height: 55px;
}

.page-template-pr-spenish-agencies .bannerbotbuttons a {
    color: #fff;
    font-size: 18px;
}

.page-template-pr-spenish-agencies  .bannerbotbuttons span.icon_arows {
    position: relative;
}
.page-template-pr-spenish-agencies .bannerbotbuttons a:first-child {
    border-right: 4px solid white;
    height: 55px;
    display: inline-block;
}


.page-template-pr-spenish-agencies .description {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}


.page-template-pr-spenish-agencies h2.bannertitle1r , .page-template-pr-spenish-agencies h1.bannertitle1r{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 22%;
    left: 29%;
    color: #fff;
}


.page-template-pr-spenish-agencies .bannerbotbuttons a:last-child {
    margin-left: 25px;
}
.page-template-pr-spenish-agencies .map_prgn.text-center img {
    object-position: 27% 0%;
    padding-top: 60px;
    width: 100%;
    max-width: 100%;
    height: 650px;
    object-fit: cover;
    text-align: center;
}


.page-template-pr-spenish-agencies .map_prgn.text-center {
    position: relative;
}


.spanishbackbtn a span.icon_arows {
    height: auto !important;
    position: relative;
    background: transparent;
    padding: 0 7px;
}

.spanishbackbtn a {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}
span.icon_arowsr {
    font-size: 20px;
    padding: 0px 20px;
}