/*::::::::::::::::  Global Style :::::::::::::::::::::*/

/**{
    margin: 0;
    padding: 0;
}*/
html,
body {
  font-family: 'Open Sans', sans-serif;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: 600;
}
@font-face{
    font-family: 'Open Sans', sans-serif;
    src: url(../font/OpenSans-Light.ttf);
    font-style: normal;
    font-weight: 300;
}                           



img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
span {
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

h1,
h2{
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
li{
    font-family: 'Open Sans', sans-serif;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

/*::::::::::::::::::  General Css :::::::::*/

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}
.form-control{
    box-shadow:none !important;
}
.btn{
    box-shadow:none !important;
}

.form-control{box-shadow:none !important;}

/*::::::::::::  Header Section  :::::::::::::*/

header.header {
    padding: 15px 1px;
    background: #333545;
}
/*.Logo a img {
    height: 33px;
    margin-top: 2px;
}*/
.Logo a img {
    height: 60px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.SearchBox .SearchGrp {
    display: flex;
}
.SearchBox .SearchGrp .fa {
    position: absolute;
    left: 24px;
    top: 10px;
    color: #d4cfcff0;
}
.SearchBox .SearchGrp .form-control {
    padding-left: 33px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.RightMenu {
    display: flex;
    float: right;
    padding-top: 5px;
}
.RightMenu .Lang .dropdown .btn img {
    width: 22px;
}
.RightMenu .Lang .dropdown .btn {
    padding: 0px 2px;
    width: 100px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: none;
    height: 30px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item img {
    width: 22px;
}
.RightMenu .Loca form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 0px 5px;
    font-size: 14px;
    height: 30px;
}
.RightMenu .Loca form .form-control:focus{
    border:1px solid #ffffff;
}
.RightMenu .Loca form .form-control option {
    background: #0b2d6a;
}
.RightMenu .Sign .btn {
    background: #e04936;
    color: #fff;
    border-radius: 25px;
    padding: 3px 13px;
    font-size: 14px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item {
    padding-left: 12px;
}
.Menus a .fa {
    font-size: 22px;
    color: #fff;
    padding-top: 3px;
}
.RightMenu .Lang {
    margin-right: 10px;
}
.RightMenu .Loca {
    margin-right: 10px;
}
.RightMenu .Sign {
    margin-right: 10px;
}



/*::::::::::::  Navbar Section  :::::::::::::*/

nav.navbar {
    background: #fff;
    padding: 9px 0 4px;
}
a.navbar-brand {
    font-size: 28px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 0;
}
.navbarItems {
    float: right;
}
.navbarItems ul li a {
   /* font-size: 14px;
    color: #000;
    padding: 12px 26px !important;
    text-transform: capitalize;
    letter-spacing: .4px;*/
    margin-top: 7px;
    margin-left: 10px;
    padding: 10px 13px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: border 500ms ease;
    transition: border 500ms ease;
    font-family: Exo, sans-serif;
    font-size: 12px;
    color: #222222;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav-link:hover {
    border-color: #dbdbdb;
}
.navbarItems ul li .active {
    font-weight: 600;
    color: #ff9022;
}
a.nav-link.btn.Join-btn {
    background: #111;
    padding: 4px 25px 7px !important;
    border-radius: 30px;
    margin: 30px 5px;
    color: #fff !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    margin: 0px !important;
}
.Language_Filter {
    margin-top: 9px !important;
    margin-left: 25px;
}
.Language_Filter a {
    padding: 0px !important;
    margin-left: 4px !important;
}
.Language_Filter a img {
    width: 36px;
    height: 36px;
    border-radius: 50px;
}





/*:::::::::  Mobile navabr  ::::::::::::*/
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
}
.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: rgba(255,255,255,0.7);
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}
a.navbar-brand h2 {
    margin-bottom: 0px;
    font-size: 23px;
    margin-top: 4px;
    color: #74af50;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 6px 0px 10px -1px rgb(0 0 0 / 20%);
}
.sidepanel a {
    padding: 10px 8px 10px 14px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #cccccc42;
}
.sidepanel a:hover {
  color: #000;
  margin-left: 5px;
}
.sidepanel .closebtn {
    position: absolute;
    top: -11px;
    right: 2px;
    font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}
.LogoArea a img {
    width: 65px;
    padding: 5px 0;
}
.LogoArea a h2 {
    font-size: 19px;
    padding-top: 10px;
    color: #74af4c;
}
a.dropdown-item {
    padding: 8px !important;
    font-size: 12px !important;
    font-weight: 500;
    color: #555;
}
a.dropdown-item img {
    width: 21px;
}

@media (min-width: 200px) and (max-width:575.98px ){
    a.nav-link.btn.Join-btn {
        background: #111;
        padding: 4px 25px 7px !important;
        border-radius: 30px;
        margin: 15px 5px;
        color: #fff !important;
    }
    .Banner_images {
        position: relative;
        padding: 0px !important;
    }
    .Banner_images .Boxxtwo {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        bottom: 11px;
        left: 43px;
    }
    .Banner_images .BoxxOne {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        top: 34px;
        right: 43px;
    }
}


/*::::::::::::  Banner Section  :::::::::::::*/


section.BannerSections {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    background-position: center;
}
section.BannerSections::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}
.banner_texts h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    padding: 0 85px;
    color: #FFf;
    position: relative;
    margin-bottom: 35px;
}
.banner_nav ul {
    display: inline-flex;
    border-bottom: 1px solid #ddddccab;
    padding-bottom: 0px;
}
.banner_nav ul li {
    margin: 0 8px;
    position: relative;
    padding: 5px;
}
.banner_nav ul li:hover {
    background: #ff9022;
}
.banner_nav ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 7px;
}
.banner_nav ul li hr {
    position: absolute;
    top: 17px;
    border-top: 2px solid #ff9022;
    width: 100%;
}
.banner_nav {
    text-align: center;
}
.banner_texts h2 strong {
    color: #1c78ad;
}


@media (min-width: 200px) and (max-width:575.98px){
    .banner_texts h2 {
        font-size: 30px;
        text-align: center;
        font-weight: 500;
        padding: 0 0;
        color: #FFf;
        position: relative;
        margin-bottom: 35px;
    }
    .banner_nav ul li {
        margin: 0 0px;
        position: relative;
        padding: 2px;
    }
    .banner_nav ul li a {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        padding: 0 3px;
    }
    .banner_nav ul li hr {
        position: absolute;
        top: 11px;
        border-top: 2px solid #6dcc34;
        width: 100%;
    }
}







section.headingSection {
    padding: 75px 0;
    background: #f7f7f7;
}
.headingSection_Text h2 {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    color: #111;
}




section.AboutSection {
    padding: 30px 0;
    background: #fff;
}
.AboutSection_texts h2 {
    text-align: center;
    font-weight: 500;
    font-size: 34px;
}
.About_texts_Boxx img {
    width: 28px;
    position: relative;
    top: -5px;
}
.About_texts_Boxx h2 {
    font-size: 20px;
    color: #1c78ad;
}
.About_texts_Boxx p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    letter-spacing: .3px;
}
.About_texts_Boxx p .fa {
    font-size: 8px;
    position: relative;
    top: -1px;
}







section.VideosSection {
    padding: 60px 0;
    background: #fff;
}
.VideosSection_cont iframe {
    width: 100%;
}
.VideosSection_cont {
    text-align: center;
    position: relative;
}
.VideosSection_cont h2 {
    text-align: center;
    position: absolute;
    left: 28%;
    margin: auto;
}


                                        

section.CounterSection {
    background: #f7f7f7;
    padding: 60px 0;
}
.counter___item .img {
    padding: 11px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #479165;
    border-radius: 2px;
    background-color: #51ad76;
    font-weight: 700;
}
.counter___item .cont p {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 17px;
    color: #333;
}
.counter___item .cont p .fa {
    float: right;
    font-size: 35px;
    position: relative;
    top: -5px;
    color: #ddd;
}
.counter___item .cont p strong {
    font-weight: 600;
}
.counter___item {
    margin-bottom: 30px;
}


.counter___item .img1 {
    padding: 11px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #964f26;
    border-radius: 2px;
    background-color: #e68045;
    font-weight: 700;
}

.counter___item_text p {
    text-align: center;
    font-size: 14px;
    letter-spacing: .4px;
    color: #555;
    margin-bottom: 0;
    margin-top: 10px;
}


section.DataSection {
    padding: 60px 0;
    background: #fff;
}
.database_cont h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.database_cont ul {
    list-style: disc;
    padding-left: 24px;
}
.database_cont ul li strong {
    color:#1c78ad;
    font-weight: 600;
}
.database_cont ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

.SIde_image img {
    padding: 0 20px;
    width: 100%;
}







section.Multicultural {
    padding: 60px 0px;
    background:#F7F7F7 ;
}
.Site_nav_filter ul li img {
    width: 25px;
}
.Site_nav_filter ul li {
    padding: 25px;
    background: #fff;
    margin-bottom: 15px;+
    cursor: pointer;
    color: #222;
    cursor: pointer;
}
.Site_nav_filter ul .active {
    background: #1c78ad;
}
.Multicultural_head h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 400;
}

.Filternavbar_one h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.Filternavbar_one ul li {
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;

}

.Filternavbar_one ul {
    list-style: disc;
    padding-left: 23px;
}
.Filternavbar_one {
    background: #fff;
    padding: 20px;
    height: 348px;
    overflow: auto;
}
.Filternavbar_one ul li strong {
    color: #1c78ad;
    font-weight: 600;
}




section.PersentageSect {
    padding: 60px 0;
    background: #fff;
}
.PersentageSect_head h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 35px;
}     



section.PublishingSection {
    padding: 60px 0;
    background: #f7f7f7;
}
.database_cont h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
}

.database_cont1 ul li {
    font-size: 21px;
    margin-bottom: 26px;
}



section.PartnerSec {
    padding: 60px 0;
    background-color: white;
}
.PartnerSec_head h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
}
.PartnerSec_Img img {
    width: 100%;
}

.PartnerSec_Des{
    text-align: center;
}
.PartnerSec_Des p {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #555;
}
.PartnerSec_Des img {
    width: 35%;
    display: block;
    margin: auto;
}
.PartnerSec_Des .btn {
    background: #1c78ad;
    color: white;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 0;
    margin-top: 10px;
}


section.call_section {
    background: #ffffff;
    padding: 60px 0;
}
.call_section_head h2 {
    text-align: center;
    margin-bottom: 35px;
}
.call_content p {
    font-size: 15px;
    color: #333;
}
.call_content p strong {
    color: #444;
    font-weight: 600;
}


section.reach_section {
    background: #f7f7f7;
    padding: 60px 0;
}
.reach_section_text h2 {
    font-size: 32px;
    line-height: 43px;
}








footer {
    padding: 50px 0;
    background: #1c78ad;
}
.FooterCopySec p {
    color: #fff;
    margin-bottom: 0;
}



/*::::::::::::  About Us Page   ::::::::::::::*/

section.About_Sec_one {
    padding: 50px 0;
    background: #fff;
}
.About_Sec_one_head h2 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 50px;
}
.About_Sec_one_Cont h4 {
    color: #1c337d;
    margin-bottom: 10px;
}
.About_Sec_one_Cont p .fa {
    font-size: 9px;
    position: absolute;
    margin-top: 6px;
    left: 16px;
}
.About_Sec_one_Cont .texts strong {
    font-weight: 600;
}
.About_Sec_one_Cont .texts {
    padding-left: 15px;
    font-size: 15px;
}
.About_Sec_one_image img {
    width: 100%;
}


section.About_Sec_two {
    background: #f7f7f7;
    padding: 50px 0;
}
.About_Sec_two_cont h4 {
    color: #1c337d;
    margin-bottom: 10px;
}
.About_Sec_two_cont p {
    font-size: 15px;
    color: #555;
}


section.About_Sec_three {
    background: #f7f7f7;
    padding: 50px 0;
}
.Team_items {
    background: #fff;
    text-align: center;
    height: 365px;
    border-radius: 0px;
    transition: all .5s;
}
.Team_items:hover {
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 30%);
}
.Team_items .cont {
    padding: 15px 5px;
}
.Team_items img {
    width: 100%;
    height: auto;
}
.Team_items .cont h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.Team_items .cont h3 {
    font-size: 21px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 500;
}
.Team_items .cont p {
    font-size: 14px;
    margin-bottom: 0px;
}




section.Brands_sections {
    padding: 40px 0;
    border-bottom: 2px solid #ddd;
}
.BrandSlider .owl-nav{
    display: none;
}
section.Learnmore_sec {
    padding: 50px 0;
    background: #fff;
}

    
 /*:::::::  Vertical Network  :::::::::*/
    
    
section.Vertical_net_sec {
    padding: 60px 0;
}
.Vertical_networks h3 {
    font-size: 25px;
    margin-bottom: 12px;
    color: #444;
}
.Vertical_networks p {
    font-size: 18px;
    color: #7b7878;
    font-weight: 500;
    letter-spacing: .2px;
}



 /*:::::::  Mobile Page Style   :::::::::*/

section.Mobile_logo_sections{
   background: #fff;
   padding: 50px 0px;
}
.Mobile_logos_Contents img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

section.Partner_Sections {
    padding: 20px 0 40px;
    background: #fff;
}
.Partner_Sections_head {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}
.Partner_Sections_Texts img {
    width: 100%;
    margin-bottom: 15px;
}
.Partner_Sections_Texts p span {
    color: #1d92d6;
}
.Partner_Sections_Texts p {
    font-size: 16px;
    color: #555;
}



section.AboutSection_1 {
    padding: 30px 0;
    background: #f7f7f7;
}
.About_texts_Boxx .adimg {
    width: 100%;
    height: auto;
}
.About_texts_Boxx {
    margin-bottom: 45px;
}

section.Ecosystem_sections {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.Ecosystem_sec_cont h2 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.Ecosystem_sec_cont h2 span{
    color: #1c78ad;
}
.Ecosystem_sec_cont img{
    width: 100%;
    height: auto;
}



.Story_boxes img {
    width: 100%;
    margin-top: 20px;
}
section.Logo_sections {
    padding: 30px 0;
}
.Logo_sections_cont img {
    width: 100%;
}






