html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:focus {outline:none;}

:focus { outline: none; }
html, body {font-family: 'Jost', sans-serif; backgorund:#fff;}
* {box-sizing:border-box;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
.pr-8 {
    padding-right: 80px;
}

.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }
body dl, body ol, body ul {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.HD_2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body p {
    margin-top: 0;
    margin-bottom: 18px;
    color: #333;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}



/*Menu css*/
header {
    transition: 0.5s all ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/*
header:hover, .fixedHeader {
    background: rgb(0 0 0 / 100%);
    transition: 0.5s all ease;
    z-index: 999;
}
*/
.mn_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixedHeader .mn_menu{
    transition: 0.5s all ease;
}
.mn_menu ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.mn_menu ul li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
	padding: 11px 0;
}
.mn_menu ul li a {
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    transition: 0.5s all ease;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header_fixed .mn_menu ul li a {
    color: #000;
}
.mn_menu > ul > li:hover > a, .mn_menu > ul > li.active > a  {
    color: #f6a31c;
    transition: 0.5s all ease;
}
.mn_menu ul li ul{position: absolute; top:64px; left: 0; width: 250px; background: #000; display: none; padding: 0px 0}
.mn_menu ul li ul li{display:block; margin: 0px; padding: 0px 0;}
.mn_menu ul li ul li a{font-size: 15px; padding: 10px 14px; border-bottom: 1px solid #2cafaf;}
.mn_menu ul li ul ul {
    left: 100%;
    top: 0;
}
.mn_menu > ul > li > ul > li:hover > a{background:#2cafaf; color:#fff;}
.mn_menu > ul > li > ul ul > li:hover > a{background:#2cafaf; color:#fff;}

.click_menu_i {
    display: none;
}

@media (min-width:992px){
	.mn_menu > ul > li:hover > ul{display:block;}
}










#maincontainer {
    width: 100%;
    height: 100vh;
    background: url("../images/bannernew.jpg") no-repeat left top;
    background-size: cover;
    background-position: right;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

#maincontainer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1.07deg,black 3.61%,rgba(0,0,0,0) 25.66%),linear-gradient(89.37deg,black -30%,rgba(0,0,0,0) 100%);
    background: rgb(246 163 28 / 87%);
}

.TopHeader {
    width: 100%;
    background: #fff;
    border-top: 4px solid #009dd0;
    padding: 0 0;
    position: relative;
    padding-bottom: 50px;
}
.TopHeaderIn{display: flex; align-items: center;}
.TopHeaderIn a{display: inline-block; padding: 0 30px; position: relative;}
.TopHeaderIn a:first-child {
    padding-left: 0px;
    width: 200px;
    height: 200px;
    margin-bottom: -98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    float: left;
}
.TopHeaderIn a:nth-child(3){padding-left: 0px;}
.TopHeaderIn a:before{content: ""; position: absolute; left: -1px; top: 14px; width: 1px; height: 65px; background: #000; opacity: 0;}
.TopHeaderIn a:first-child:before, .TopHeaderIn a:nth-child(3):before{display: none;}
.TopHeaderIn a + a {
    padding-top: 20px;
}
.TopHeaderIn a:nth-child(2){padding-left: 0px;}



.header {
    width: 100%;
    position: absolute;
    left: 0;
    top:0px;
    background: transparent;
    z-index: 999;
    padding-bottom: 50px;
}

.menu_cl {
    display: none;
}
.top_row{ display: flex; align-items: center; justify-content:center; background:#000; padding:0px 0; border-radius:5px; 
    width: 84%;
    float: right;}
.header_fixed .top_row {
    width: 100%;
    background: #fff;
    justify-content: space-between;
}
.header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}
.menu > ul > li{display:inline-block; position: relative; padding:20px 12px;}
.menu > ul > li > a {font-size: 14px; color: #fff; line-height:24px; font-weight: 600; display: block; text-transform: uppercase; transition: 0.5s all ease;}
.menu ul > li:hover > a{color: #009dd0 !important; transition: 0.5s all ease;}
.header_fixed .menu ul li a {color: #000;}
.click_menu_i {
    position: absolute;
    right: 0;
    top: 0;
}
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
.header_fixed .click_menu_i:before {
    border-top: 8px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.menu > ul > li:hover .click_menu_i:before {
    border-top: 8px solid #009dd0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.menu ul ul {
    position: absolute;
    width: 250px;
    left: 0;
    top:64px;
    background: #000;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.header_fixed .menu ul ul{background: #fff;}
.menu ul li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
}
.menu ul ul li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
}
.menu ul ul li:last-child{border-bottom: 0px;}
.menu ul ul li a {
    padding: 15px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: .5s all ease;
    text-transform: uppercase;
    font-weight: 500;
}

.top_row .logo {width:auto; float:left; display: none}
.header_fixed .top_row .logo {display: block}
.top_row .logo img {width:50px; display:inline-block; vertical-align:middle;}
.top_row .logo small {color:#000; font-size:20px; text-transform:uppercase; font-weight:700; display:inline-block; line-height:50px; padding:0 0 0 10px; 
vertical-align:middle;}

.top_row .theme {width:auto; float:left; padding:15px 0 0 50px;}
.top_row .theme h1 {display:block; color:#17339e; font-weight:700; font-size:22px; line-height:22px;}

.top_row .dates {width:auto; float:right; padding:20px 0 0;}
.top_row .dates span {display:inline-block; color:#000; font-size:17px; padding:0 10px; font-weight:700;}
.top_row .dates span i {font-size:18px; display:inline-block; color:#17339e; padding:0 10px 0 0;}
.themelogo {
    margin-bottom: 25px;
}
.from_bx{display: flex; align-items: center;}
.from_bx ul {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    margin: 20px 0 20px 20px;
}
.from_bx span {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.from_bx ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #f6a31c;
}
.from_bx ul li {
    margin-top: 0;
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
/*
.headerSpeaker {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 800px;
    width: 100%;
    height: 100vh;
    background: url(../images/headerSpeaker.png) no-repeat left top;
    background-size: 100%;
    background-position: right;
}
*/
.headerSpeaker img {
    height: 82vh;
}
.headerSpeaker {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 100px;
}
.headerSpeaker span {
    display: block;
    padding: 50px 0;
}
.bannerlogo a {display:block;}

.right_blk {
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100vh;
    padding-left: 100px;
    overflow: hidden;
    justify-content: center;
}
.right_blk .cb_wrapper {width:100%;}
.main_screen {width:100%; display:block; text-align:center; padding-bottom: 0px;}
.main_screen .logo {display:flex; align-items: center; justify-content: center; padding:0 0 25px; position: relative;}
.main_screen .logo img { display:inline-block;}
.logo1 {position: absolute;left: 100px;}
.logo3 {position: absolute;right: 100px;}


.main_screen .logo1 img {max-width: 140px;}
.main_screen .logo3 img {max-width: 215px;}

.main_screen .theme {display:block; padding:35px 0 10px;}
.main_screen .theme h1 {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    line-height: 74px;
    position: relative;
}
.main_screen .theme .bnr_2nd_hd {
    font-size: 40px;
    line-height: 47px;
    margin-top: 35px;
    letter-spacing: 0;
    color: #f6a31c;
    font-weight: 800;
    font-style: italic;
}
.main_screen .theme h1.bnr_3nd_hd {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 40px;
}
.border_bt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 134px;
    height: 5px;
    background: #f6a31c;
}
.eventsTitle {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 60px 0 0 0;
    font-weight: 600;
}
.main_screen .dates {
    display: inline-block;
    text-align: left;
    padding: 0 0;
    border: 0px solid #fff;
    background: transparent;
    margin-bottom: 0;
}
/*
.sub_btn {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin: 30px 0;
    padding: 16px 30px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
    font-weight: 600;
    background: #fdb23b;
}
.sub_btn:before {
    background: #000;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}
.sub_btn:hover:before {
    width: 100%;
}
.sub_btn:hover {
    color: #fff;
}
*/
.main_screen .dates .datesTx {display:inline-block; color:#fff; font-size:20px; padding:0 10px; letter-spacing:0.5px;}
.main_screen .dates .datesTx i {
    font-size: 60px;
    display: block;
    color: #f6a31c;
    padding: 0 10px 0 0;
    float: left;
}
.main_screen .dates .datesTx:nth-child(2) {
    border-left: 2px solid #fff;
    padding-left: 25px;
}

.main_screen .partners {display:block;}
.main_screen .partners small {display:block; color:#fff; font-size:15px; padding:0 0 10px;}
.main_screen .partners img {max-width:400px; display:inline-block;}
.datetx_big {
    display: block;
    padding-left: 75px;
    font-size: 30px;
    font-weight: 600;
}
.datetx_small {
    display: block;
    padding-left: 80px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}
.datetx_big2 {
    padding-left: 55px;
}
.datetx_small2 {
    padding-left: 55px;
}
.main_screen .dates .datesTx i.fa.fa-map-marker {
    font-size: 68px;
}
.main_screen .dates .datesTx:nth-child(1) {
    padding-right: 25px;
}
.banner_logo {
    width: 100%;
    margin: -30px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.banner_logo > div {
    width: 230px;
}
.banner_logo img {
   
}
.bannerlogo_bx h6 {
    display:block;
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
}

.banner_logocol3 {
/*    background: #009dd0;*/
}


.bannerlogo_bx {
    padding: 14px;
}
.bannerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.team {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.team2 {
    background: #f7f7f7;
}
.team .team-img {
    position: relative;
}
/*
.team .team-img::before {
    position: absolute;
    content: '';
    background: url(https://demo.voidcoders.com/htmldemo/brandia/assets/img/about/team1-before.png);
    left: -20px;
    top: -20px;
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
}
.team .team-img::after {
    position: absolute;
    content: '';
    background: url(https://demo.voidcoders.com/htmldemo/brandia/assets/img/about/team1-after.png);
    width: 335px;
    right: -20px;
    bottom: -20px;
    height: 327px;
    background-repeat: no-repeat;
}
*/

.team .team-text {
    position: relative;
    padding-left: 40px;
}
.team2 .team-text {
    padding-left: 0;
    padding-right: 40px;
}


/*
-------------------------------------------------------------------
BLOCK - SECTION
-------------------------------------------------------------------
*/
.section-block {
    margin: 0;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}
.section-block > .block-media {
    position: absolute;
    width: calc(50% - 15px);
    height: 100%;
    top: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.section-block-right > .block-media {
    left: 0;
    right: auto;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-block > .container > .row > .col:first-child:before {
    content: '';
    border: 25px solid #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    right: -65px;
    left: auto;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    z-index: 1;
}

.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -65px;
    transform: rotate(180deg);
}

.section-block > .block-media .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.section-block > .block-media video {
    width: 100%;
}
.col h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.section-block-right > .container > .row {
    flex-direction: row-reverse;
}

.section-block > .container > .row > .col:last-child {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(30px);
}

.section-block-right > .container > .row > .col:last-child {
    transform: translateX(-30px);
}

.section-block-full > .block-media {
    width: 100%;
}

.section-block-full > .container > .row > .col {
    max-width: calc(60% - 30px);
}

.section-block-full > .container > .row > .col:first-child {
    background: #FFF;
    padding: 60px;
    margin: 0 15px;
    border-radius: 3px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-block-full > .container > .row > .col:first-child:before {
    right: -49px;
}

.section-block-full.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -49px;
}

/*


/*apply_pay_scn css*/
.apply_pay_scn{padding:70px 0;}
.ApplyHere_in h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #fdb23b;
    padding: 20px 25px;
    background: #fdb23b;
    color: #000;
}
.ApplyHere_in {
}
.apply_tx {
    border: 1px solid #fdb23b;
    padding: 25px;
}
.ApplyHere_in p {
    font-size: 18px;
    line-height: 26px;
}


/*Startup Criteria css*/
.StartupCriteria{padding:70px 0;}
.Startup_tx {
    position: relative;
    display: flex;
    padding: 15px 20px;
    text-align: center;
    border: 2px solid #f6a31c;
    border-radius: 8px;
    min-height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
}
.sub_btn {
    display: flex;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 33px;
    border-radius: 25px;
    border: 2px solid #f6a31c;
    width: 220px;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    background: #f6a31c;
}
.sub_btn:hover {
    color: #000;
    border: 2px solid #f6a31c;
    background: #f6a31c;
}
.StartupCriteria_in li {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
    list-style: disc;
}
.StartupCriteria_in {
    padding-left: 20px;
    border: 2px solid #f6a31c;
    padding: 50px 30px 30px 50px;
}
body .Nomination_tx {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px;
}




/*.AboutUNWGIC{padding: 70px 0; background: url(../images/About_bg.jpg) no-repeat center center; background-size: cover; position: relative;  background-repeat: no-repeat; background-attachment: fixed; background-position: bottom;}*/
.AboutUNWGIC{padding: 70px 0; background: url(../images/About_bg.jpg) no-repeat center center; background-size: cover; position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom; }
.AboutUNWGIC:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 78%);
}
.AboutUNWGIC .container{position: relative;}
.AboutUNWGIC h2, .AboutUNWGIC p{color:#fff;}
.border_btn2 {
    position: relative;
    padding-bottom: 20px;
}
.border_btn2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 4px;
    background: #f6a31c;
    left: 50%;
    transform: translateX(-50%);
}
.small_hd {
    font-size: 20px;
    font-weight: 600;
    color: #e0cb35;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body p i {
    font-style: italic;
}
body p b {font-weight: 600;}
.about_cover {
    padding-top: 40px;
}    
.WhyShould_bg{padding: 70px 0; background: #fff;}
.Ul {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Ul li {
    margin-top: 0;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    margin-bottom: 15px;
    width: 49%;
    text-align: left;
    padding-left: 20px;
    border: 2px solid #333;
    border-radius: 8px;
}
.Ul li b{
    font-weight: 600;
}
.WhyShould_Icons img {
}
.WhyShould_Icons {
    display: block;
    margin-bottom: 10px;
}
/*
.Ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #f6a31c;
}
*/
.about_coverImg {
    padding: 5px;
}
.about_coverImg img {
    border-radius: 5px;
    height: 328px;
    object-fit: cover;
    object-position: top;
}

/* FOOTER START */

.footer {width:100%; float:left;}

.footer h2 {
    color: #fff;
}

.footer strong.name {display:block; text-align:center; color:#f6a31c; text-transform:uppercase; font-weight:600; font-size:22px; letter-spacing:0px;}
.footer strong.name span {
    text-transform: none;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0 0;
    color: #fff;
    line-height: 24px;
}
.footer p.info {text-align:center; display:block; color:#fff; font-size:18px; font-weight:400; line-height:24px; padding:0 0 0px;}
.footer p.info a {font-weight:700; color:#f6a31c;}
.footer p.info a:hover {color:#fff;}

.footer .ft_top {width:100%; float:left; background:#2e2e2e; padding:50px 0 20px;}

.footer .ft_top .com_blk {display:block; margin:0 0 30px; text-align:center;}
.footer .ft_top .com_blk strong {display:block; color:#fff; font-size:20px; text-transform:uppercase; 
font-weight:600; letter-spacing:1.5px; padding:0 0 15px;}
.footer .ft_top .com_blk p {display:block; color:#f6a31c; font-size:14px; letter-spacing:1px; line-height:36px;}
.footer .ft_top .com_blk p a  {color:#f6a31c; font-weight:600;} 
.footer .ft_top .com_blk p a:hover {color:#f6a31c;}



.footer .ft_bottom {width:100%; float:left; background:#000; padding:25px 0;}
.footer .ft_bottom address {display:block; color:#fff; text-align:center; font-size:13px; 
letter-spacing:1px; font-weight:300; line-height:20px;}
.footer .ft_bottom address a {color:#e0cb35;}
.footer .ft_bottom address a:hover {color:#fff;}
.footer h4 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.social_bx {
    text-align: center;
    margin-top: 10px;
}

.social_bx ul li {
    display: inline-block;
    font-size: 24px;
    color: #ffcc00;
    font-weight: 400;
    margin: 0 7px;
}
.social_bx ul li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: #000;
    z-index: 1;
}
.social_bx ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e0cb35;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.OurLcn ul li a:hover {
    color: #fff;
    transition: 0.5s all ease;
}
.social_bx ul li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: 0.5s;
}
/* FOOTER END */

/* TESTIMONIAL SECTION CSS START HERE */

.testimonial_Sl {
    width: 100%;
    margin: 0 auto;
}
.testimonialScn {
    padding-top: 70px;
    background:#fff;
    position: relative;
    padding-bottom:0;
}
.testimonialScn h2 {
	color:#000;
	text-transform:none;
}
.client-testimonial {
    padding:0 10px;
    position: relative;
}

.tesi_tx {
    position: relative;
    padding: 40px 0;
    text-align: center;
}
.tesi_tx p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    padding: 0px;
}

.tesi_tx::after {background:url("../images/qt.png") no-repeat center; width:100%; height:28px; content:""; position:absolute; left:0; top:0;}
.tesi_tx::before {background:url("../images/qb.png") no-repeat center; width:100%; height:14px; content:""; position:absolute; left:0; bottom:10px;}

.tesi_tx p b {display:block;}

.client-info {
    padding:0;
}
.client-info figure {
    width: 125px;
    height: 125px;
    border: 2px solid #000;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}
.tesi_tx .UL_List {
    margin-top: 20px;
}
.tesi_tx .UL_List li {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}
.client_des {text-align:center;}
.client_des h3 {color:#000; text-transform:uppercase; font-size:26px; margin:0 0 10px;}
.client_des h6 {margin:0; color:#000; font-weight:300;}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.client-info h3 {
    margin-bottom: 5px;
    color: #ffbf2e;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 0;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif;
}
.client-info h6 {
    margin-bottom: 0px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    font-family: 'Jost', sans-serif;
}
.testimonialScn .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.testimonialScn .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #000;
    display: inline-block;
    margin: 5px;
    box-sizing: border-box;
    border-radius: 9px;
}
.testimonialScn .owl-dots button.owl-dot.active{background:#f6a31c;}

.testimonialScn .com_logo {display:block; text-align:center;}
.testimonialScn .com_logo img {width:auto; display:inline-block;}





