/*

 Theme Name:   Sumo

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 17px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: 'Chakra Petch', sans-serif;
}
body{
	font-size: 15px;
	color: #222;
}
input, button, textarea, select {
  border: medium none;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
}
li{
	list-style: none;
}
a {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
a:hover {
    color: #ffff00;
}
p {
    line-height: 25px;
    margin-top: 12px;
	text-transform: uppercase;
}
.clearfix{
	clear: both;
}
h2 {
    font-size: 40px;
    margin-bottom: 12px;
	color: #111;
}
.sumo_sec_wrapper .container, .colb_sec_wrapper .container {
    max-width: 90%;
}
.main_heading_txt {
    font-size: 17vw;
    margin-bottom: 12px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    line-height: 21vw;
    font-weight: 400;
}

.main_heading_txt:hover {
    color: #fff;
}
.sec_wrapper#block4 a.main_heading_txt {
    font-size: 13vw;
}
.header_ht, .smc_head_txt {
    font-size: 50px;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Six Caps', sans-serif;
    transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -webkit-transform: scale(1,1.2);
    color: #fff;
}
h3 {
    font-size: 33px;
    margin-bottom: 12px;
	color: #fff;
}
h4 {
    font-size: 27px;
    margin-bottom: 12px;
	color: #fff;
}
h5 {
    font-size: 18px;
    font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
/* // Global CSS */




section.sec_wrapper {
    padding: 0;
    position: relative;
}
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.content_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


 .main_header, .smc_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

 .main_header .nav_menu, .smc_header .nav_menu {
    width: 33.33%;
    text-align: center;
}
 .main_header .nav_menu:first-child, .smc_header .nav_menu:first-child {
    text-align: left;
}
 .main_header .nav_menu:last-child,  .smc_header .nav_menu:last-child {
    text-align: right;
}

/** Menu overlay section **/
 .main_header .exp_mc, .smc_header .exp_mc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.main_header .exp_mc a.ani_logo {
    margin: auto;
    position: absolute;
    bottom: 2%;
}
.main_header .exp_mc a.ani_logo img {
    width: 150px;
}
.main_header .exp_mc h2 {
    font-size: 7rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    color: #1c1c1c;
}
.main_header .exp_mc h2:before {
    display: none;
}
.main_header .exp_mc .abt_content, .main_header .exp_mc .cnt_content {
    max-width: 80%;
    text-align: left;
    position: relative;
    width: 100%;
}
 .main_header .exp_mc a.nav_overlay_closed {
    position: absolute;
    right: 20px;
    top: 0;
}
 .main_header .exp_mc .abt_content h5 {
    font-size: 32px;
    font-weight: 500;
    padding-left: 4%;
}

 .main_header  .nav_menu.nav_collapsed .exp_mc {
    display: flex;
}
.main_header .exp_mc .cnt_content h5 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 400;
	padding-left: 4%;
}
.main_header .exp_mc .cnt_content .cnt_option {
    padding-left: 4%;
}
 .main_header .exp_mc .cnt_content li a {
    font-size: 25px;
    text-transform: lowercase;
    display: block;
    line-height: 29px;
    font-weight: 400;
}
.main_header .exp_mc .cnt_content li p{
	font-size: 25px;
    display: block;
    line-height: 29px;
    font-weight: 400;
	color: #fff;
}
/** Menu overlay section **/


/** Sumo are submenu in header **/
 .main_header .nav_menu a.smc, .smc_header .nav_menu a.smc {
    display: none;
}

 .main_header .nav_menu.has_sub_menu a.smc, .smc_header .nav_menu.has_sub_menu a.smc {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
}
 .main_header .nav_menu.has_sub_menu a.smc h3.header_ht, .smc_header .nav_menu.has_sub_menu a.smc h3.header_ht {
    font-size: 42px;
    color: #ffff00;
}
 .main_header .nav_menu#exp_submenu, .smc_header .nav_menu#exp_submenu {
    position: relative;
}
/** // Sumo are submenu in header **/


.sec_wrapper img.bg {
    width: 100%;
}
.sec_wrapper video{
    width: 112%;
}
.smc_clbo_content, .smc_about_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #000;
    z-index: 9;
}
.smc_about_content .back_sec {
    margin-top: 25vh;
    margin-bottom: 50px;
}
.smc_clbo_content .back_sec {
    margin-top: 15vh;
    margin-bottom: 50px;
}

.smc_clbo_content .team_th li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}

.smc_clbo_content .team_th li h3 {
    font-size: 25px;
    color: #ffff00;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.smc_clbo_content .team_th li p {
    text-transform: capitalize;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
	color: #fff;
}
.smc_about_content h5 {
    font-size: 25px;
    text-align: center;
    color: #ffff00;
    margin: 40px 0 30px;
}

.smc_about_content .smc_cnt h5 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.smc_about_content .smc_cnt li {
    text-align: center;
    line-height: 19px;
}

.smc_about_content .smc_cnt li a {
    color: #ffff00;
    text-transform: lowercase;
}
.smc_about_content .smc_cnt li a.cnt_btn {
    background: #ffffff;
    color: #000;
    padding: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 5px;
}
.smc_clbo_content.clbo_ele_expand, .smc_about_content.clbo_ele_expand {
    display: block;
}
#contact_form .modal-header {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    background: #ffff00;
}

#contact_form .modal-dialog {
    max-width: 600px;
}

#contact_form .modal-body input.form-control, #contact_form .modal-body .form-control {
    padding: 10px;
    margin-bottom: 7px;
    color: #000;
}

#contact_form .modal-body input.submit {
    width: 250px;
    padding: 12px 10px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border-radius: 4px;
    margin: auto;
    display: block;
}
.project_video iframe {
    max-width: 100%;
    width: 100%;
}


.project_video .modal-dialog {
    max-width: 700px;
}


.content_sec .container {
    height: 100%;
}
.st_head_sec {
    padding: 9rem 0 2rem;
    display: block;
    text-align: center;
}
.st_head_sec h4.dir_name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-top: 10px;
}
.sec_wrapper.sumo_collective .header_ht {
    color: #ffff00;
}

.sec_wrapper.sumo_collective .sc_htxt h4 {
    text-align: center;
    font-family: 'Six Caps', sans-serif;
    font-size: 55px;
}
.sec_wrapper.contact_us .cnt_content h4 {
    margin: 0 0px 40px 0px;
    text-align: justify;
    line-height: 37px;
}
#mobile_wrap video {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
#mobile_wrap section {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto !important;
}