body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    /*       font-family: "Playfair Display", serif;*/
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /*  line-height: 1.8rem;*/
    font-weight: 400;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: "Playfair Display", serif;
}
h2 {
    font-size: 3.5rem;
    font-family: "Playfair Display", serif;
}
h3 {
    font-size: 1.675rem;
    font-family: "Playfair Display", serif;
}
h4 {
    font-size: 1.25rem;
    font-family: "Playfair Display", serif;
}
h5 {
    font-size: 1rem;
    font-family: "Playfair Display", serif;
}
h6 {
    font-size: 0.875rem;
    font-family: "Playfair Display", serif;
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    /*    font-family: "Inter", sans-serif;*/
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 40px;
    background: #f63d3d;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #f63d3d;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 0px 0;
    padding: 1px 0px;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#yellow-patch {
    padding: 0px;
    position: relative;
    margin: 0px;
    /*	background: #000;*/
}
.ylowrap {
    position: relative;
    padding: 0 100px;
}
.ylowrap .knowmore {
    font-size: .95rem;
    line-height: 1.2;
    color: #000;
    padding-top: 15px;
    padding-left: 15px;
    text-align: right;
    font-weight: 600;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar-custom {
    padding: 1px 5px;
    -moz-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    background: #fff;
    /*  border-bottom: solid 5px #0096d6;*/
}
.navbar-custom.top-nav-collapse {
    -moz-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .3);
    background: #fff;
    padding: 2px 5px;
    height: 75px;
}
.navbar-custom.top-nav-collapse img {
    width: 70px;
    transition: 1s all;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #A9222E;
    font-weight: 600;
    /*  background: #e3140c;*/
    /*  border-bottom: solid 1px #00529f;*/
/*    padding: 7px 10px;*/
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #A9222E;
    font-weight: 600;
    padding: 7px 10px;
    font-family: "Inter", sans-serif;
}
.navbar-dark .navbar-nav .nav-link {
    color: #A9222E;
    font-size: 1rem;
    padding: 7px 10px;
    font-weight: 600;
    margin: 0 5px;
    font-family: "Inter", sans-serif;
}
.dropdown-menu {
    background-color: #f8c737;
    color: #fff !important;
    font-size: 1rem;
}
.navbar-dark .navbar-nav .btn-danger1 {
    background: #A9222E;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    padding: 8px 13px 10px 13px;
    margin-top: 3px;
    transition: 1s all;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-dark .navbar-nav .btn-danger1:hover {
    background: #d76462;
    color: #fff;
    font-weight: 600;
/*    padding: 5px 13px 7px 13px;*/
}
.logo img {
    width: 80px;
    /*  margin-top: 30px;*/
}
header {
    z-index: 100;
    position: relative;
    background: url("../images/banner.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
    height: 100%;
    margin-top: 80px;
}
header .header-text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 150px 0;
    position: relative;
}
header .header-text h1 {
    color: #fff;
    /*    text-transform: uppercase;*/
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0 0 0;
    text-align: left;
}
header .header-text h1 span {
    color: #FF263A;
    display: block;
}
header .header-text h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.1;
    margin: 15px 0 60px 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 500; /* Medium weight */
}
header .header-text::before {
    content: '';
    position: absolute;
    background: #ccc;
    height: 1px;
    width: 60%;
    margin-top: 260px;
}
header .header-text p {
    color: #fff;
    /*    text-transform: uppercase;*/
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    margin: 0px;
    padding: 0 0 0 0;
    text-align: left;
    display: block;
    font-family: "Inter", sans-serif;
    position: relative;
}
header .header-text a.btn-apply {
    /*  width: 100%;*/
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 1.1rem;
    background: #A9222E;
    color: #fff;
    display: inline-block;
    font-family: "Inter", sans-serif;
}
header .header-text a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#globe {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #f2f2f2 url("../images/bg-section1.png") no-repeat;
    background-position: 10% 20%;
    background-size: cover;
}
#globe .glbwrap {
    padding: 0px 0px 0px 0px;
}
#globe .glbwrap h1 {
    font-size: 3.5rem;
    margin: 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
}
#globe .glbwrap h1 span {
    display: block;
}
#about {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#about .abtwrp {
    padding: 0px 0px 0px 0px;
}
#about .abtwrp .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#about .abtwrp .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #A9222E;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px;
}
#about .abtwrp .sectiontitle p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 0 0;
}
#about .abtwrp .sectiontitle p span {
    display: block;
}
#about .abtwrp img.abtimg {
    max-width: 560px;
    width: 100%;
    margin-right: 30px;
    float: right;
}
#about .abtwrp .rightbox {
    display: block;
    position: relative;
}
#about .abtwrp .rightbox p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 10px 50px 20px 0;
}
#about .abtwrp h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 10px 50px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
#about .abtwrp .imgbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}
#about .abtwrp .imgbox img {
    position: relative;
    display: block;
    border-radius: 0 0 100px 100px;
	 
    min-width: 264px;
	width:100%;
}
#about .abtwrp .imgbox p {
    display: block;
    background: #A9222E;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 0 0 10px 10px;
}


#about .abtwrp .imgbox p span {display: block;}
#conference {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #A9222E;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#conference .conwrap {
    padding: 0px 0px 0px 0px;
}
#conference .conwrap .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#conference .conwrap .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px;
}
#conference .conwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
    font-family: "Inter", sans-serif;
}
#conference .conwrap .whitebox {
    position: relative;
    background: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
    transition: 1s;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#conference .conwrap .whitebox img {
    background: #A9222E;
    display: block;
    padding: 10px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
    margin-top: -26px;
    width: 60px;
}
#conference .conwrap .whitebox p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 0 0;
    font-family: "Inter", sans-serif;
}
#conference .conwrap .whitebox h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0 0;
    font-family: "Inter", sans-serif;
}
#conference .conwrap .whitebox:hover {
    transform: translateY(-5px);
}
#conference .conwrap a.btn-apply {
    /*  width: 100%;*/
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 1.3rem;
    background: #fff;
    color: #A9222E;
    display: inline-block;
    font-family: "Inter", sans-serif;
    transition: 1s;
}
#conference .conwrap a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#conobject {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#conobject .conjectwrap {
    padding: 0px 0px 0px 0px;
}
#conobject .conjectwrap .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#conobject .conjectwrap .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #A9222E;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px;
}
#conobject .conjectwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
    font-family: "Inter", sans-serif;
}
#conobject .conjectwrap .whitebox {
    position: relative;
    background: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
    transition: 1s;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    min-height: 300px;
    height: 100%;
}
#conobject .conjectwrap .whitebox1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 100px;
    height: 100%;
    padding-left: 200px !important;
    padding-right: 200px !important;
}
#conobject .conjectwrap .whitebox img {
    position: relative;
    display: block;
    width: 60px;
    margin-bottom: 10px;
}
#conobject .conjectwrap .imgdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
}
#conobject .conjectwrap .imgdiv img {
    display: block;
    max-width: 370px;
    width: 100%;
}
#conobject .conjectwrap .whitebox p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}
#conobject .conjectwrap .whitebox h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}
#conobject .conjectwrap .whitebox h3 span {
    display: block;
}
#conobject .conjectwrap .whitebox:hover {
    transform: translateY(-5px);
}
#conobject .conjectwrap .imgdiv img:hover {
    transform: translateY(-5px);
}
#conobject .conjectwrap a.btn-apply {
    /*  width: 100%;*/
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 1.3rem;
    background: #fff;
    color: #A9222E;
    display: inline-block;
    font-family: "Inter", sans-serif;
    transition: 1s;
}
#conobject .conjectwrap a.btn-apply:hover {
    background: #d76462;
    color: #fff;
}
#key_img {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #f2f2f2 url("../images/bg-section2.png") no-repeat;
    background-position: 10% 0%;
    background-size: cover;
    height: 100%;
    min-height: 600px;
}
#keybenefit {
    position: relative;
    padding: 50px 0px 50px 0px;
    margin-top: -350px;
}
#keybenefit .keywrap {
    padding: 0px 150px 50px 150px;
    background: #A9222E;
    max-width: 1300px;
    border-radius: 10px;
    margin: 0 auto;
}
#keybenefit .keywrap .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#keybenefit .keywrap .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px 0px 15px 0px;
}
#keybenefit .keywrap .whitebox {
    position: relative;
    background: #fff;
    transition: 1s;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #9A9595;
    font-family: "Inter", sans-serif;
    border-radius: 10px;
    min-height: 190px;
    height: 100%;
}
#keybenefit .keywrap .whitebox img {
    bottom: 0;
    right: -20px;
    width: 120px;
    margin-right: 20px;
    position: absolute;
}
#keybenefit .keywrap .whitebox:hover {
    transform: translateY(-5px);
}
#keybenefit .keywrap .whitebox p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}
#tentative {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #A9222E;
}
#tentative .tenwrap {
    padding: 0px 0px 0px 0px;
}
#tentative .tenwrap .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#tentative .tenwrap .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px;
}
#tentative .tenwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
    font-family: "Inter", sans-serif;
}
#tentative .tenwrap .slick .item .bg {
    /*	height:350px;*/
    /*	 min-width: 500px;*/
    /*		width: 100%;*/
    width: 450px;
    transition: .3s;
    margin: 0px -20px;
    opacity: .6;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    /*		background: #fff;*/
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25), 0px 8px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 30px;
}
#tentative .tenwrap .schedule-title {
    font-weight: bold;
    text-align: left;
    color: #a61919;
    font-size: 1.4rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 1rem;
}
#tentative .tenwrap .schedule-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}
#tentative .tenwrap .schedule-time {
    font-weight: 400;
    font-size: 1rem;
    width: 50%;
}
#tentative .tenwrap .info {
    font-weight: 400;
    font-size: 1rem;
    width: 50%;
}
#tentative .tenwrap .slick .slick-list {
    padding: 20px 0 !important;
    /* padding-top:20px!important;
	padding-bottom:20px!important; */
    margin: 0px;
}
#tentative .tenwrap .slick .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#tentative .tenwrap .slick-slide {
    outline: none;
    margin: 0px 0px;
}
#tentative .tenwrap .slick-prev, #tentative .tenwrap .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
	
}
#tentative .tenwrap .slick-prev {
    left: 393px;
	background: url("../images/left-arrow.png");
	background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
	
	height: 42px;
	width: 40px;
}
#tentative .tenwrap .slick-next {
    right: 393px;
		background: url("../images/right-arrow.png");
	background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
	height: 41px;
	width: 40px;
}
#tentative .tenwrap .slick-next:before, #tentative .tenwrap .slick-prev:before {
	content: ''}
 
 

#committee {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #fff;
    /*  background: #f2f2f2 url("../images/repair_bg.jpg") top/cover no-repeat;*/
}
#committee .comwrap {
    padding: 0px 0px 0px 0px;
}
#committee .comwrap .sectiontitle {
    position: relative;
    padding: 10px 0px;
}
#committee .comwrap .sectiontitle h2 {
    font-size: 2rem;
    margin: 0;
    line-height: 1.3;
    color: #A9222E;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px;
}
#committee .comwrap .sectiontitle p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0px 10px 0px;
    font-family: "Inter", sans-serif;
}
#committee .comwrap .whitebox {
    position: relative;
    background: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
    transition: 1s;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    min-height: 300px;
    height: 100%;
}
#committee .comwrap .whitebox img {
    position: relative;
    display: block;
    width: 60px;
    margin-bottom: 10px;
}
#committee .comwrap .whitebox h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #A9222E;
    text-align: left;
    margin: 0px;
    padding: 3px 0px;
    font-family: "Inter", sans-serif;
}
#committee .comwrap .whitebox h4 {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 5px 0 0 0px;
    font-family: "Inter", sans-serif;
}
#committee .comwrap .whitebox p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    text-align: left;
    margin: 0px;
    padding: 10px 0 0 0;
    font-family: "Inter", sans-serif;
}
/**  add new css */
#cont {
    position: relative;
    padding: 50px 0px 50px 0px;
    background: #3F7DA8;
    background: #f2f2f2 url("../images/contactbg.png") top/cover no-repeat;
}
#cont .contwrap {
    position: relative;
    padding: 10px 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
#cont .contwrap h2 {
    font-size: 3rem;
    margin: 50px 0 20px 0px;
    line-height: 1;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 0px 0px;
    font-weight: 600;
}
#cont .contwrap a {
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
    font-size: 1.4rem;
    display: block;
}
#cont .contwrap .whitebox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*    flex-direction: column;*/
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
#cont .contwrap .whitebox div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
#cont .contwrap .whitebox div img {
    width: 30px;
    display: block;
    margin-bottom: 10px;
}
#cont .contwrap .whitebox div a {
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #A9222E;
}
#cont .contwrap .whitebox div a:hover {
    text-decoration: underline;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
@media (max-width: 1367px) {
    html, body {
        overflow-x: hidden
    }
	#about .abtwrp .imgbox img {
    position: relative;
    display: block;
    border-radius: 0 0 100px 100px;
    min-width: 224px;
	width:100%;
}
	
	#about .abtwrp .imgbox p {bottom: -3px;}
	
	#tentative .tenwrap .slick .item .bg {width: 404px; padding: 20px;}
	
	#tentative .tenwrap .slick-prev {
		left: 320px;}
	#tentative .tenwrap .slick-next {
		right: 326px;}
	
	
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {}
/*Large devices (desktops, less than 1025px)*/
@media (max-width: 1025px) {
    html {
        font-size: 15px;
    }
    .ylowrap {
        position: relative;
        padding: 0px 50px;
    }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    header {
        z-index: 100;
        position: relative;
        background: url("../images/banner.png") no-repeat;
        background-position: 18% 100%;
        background-size: cover;
        min-height: 550px;
        height: 100%;
        margin-top: 0px;
    }
    header .header-text {
        padding: 180px 0px 2px 10px;
    }
    .logo img {
        width: 70px;
    }
    .navbar-brand {
        margin: 12px 0;
    }
    .navbar-custom.top-nav-collapse {
        background: #fff;
        /*        padding: 5px 5px;*/
        height: auto;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(169, 34, 46, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        border: solid 2px #A9222E;
        margin-right: 4px;
    }
	
	header .header-text h1 {font-size: 3.5rem;}
	header .header-text h2 {
  color: #fff;
		font-size: 2.3rem; 
	margin: 15px 0 40px 0px;
	}
	
	header .header-text::before {margin-top: 180px;}
	
	header .header-text::before {width: 90%;}
	
	
	
	
	#globe .glbwrap h1 {
		font-size: 2.4rem;}
	#about .abtwrp .sectiontitle p span {
  display: inline;
}
	
	#about .abtwrp img {margin-right: 0px;}
	
	
	#about .abtwrp .martopmob {margin-top: -55px;}
	
	
	
	#about .abtwrp .imgbox p {font-size: 1.2rem;}
	  #about .abtwrp .imgbox p {
    bottom: 3px;
  }
	
	#about .abtwrp .imgbox p span {display: inline;}
	
	#about .abtwrp .imgbox img {max-width: auto;
  width: 100%; border-radius: 0 0 10px 10px;}
/*	#about .abtwrp .imgbox p.mobpad {bottom: 35px;}*/
	
	
	
	#conobject .conjectwrap .imgdiv img { max-width: inherit; width: 100%;}
	
	#conobject .conjectwrap .whitebox1 {padding-left: 10px !important;
  padding-right: 10px !important;}
	
	
	#keybenefit .keywrap {
		padding: 0px 20px 30px 20px;}
	
	
	 #tentative .tenwrap .slick-next {
    right: 20px;
  }
	  #tentative .tenwrap .slick-prev {
    left: 20px;
  }
	
	
}
@media (max-width: 576px) {
    #yellow-patch {
        padding-top: 60px;
    }
    header {
        z-index: 100;
        
        background-position: 58% 100%;
        background-size: cover;
        min-height: 500px;
        height: 100%;
        padding: 10px 0 30px 0px;
    }
    header .header-text {
        padding: 100px 0px 20px 5px;
    }
    header .header-text h1 {
        font-size: 3rem;
    }
    header .header-text h3 {
        font-size: 1.4rem;
        padding: 10px 5px;
    }
    header .header-text::before {
        margin-top: 165px;
        width: 80%;
    }
	
	
	#about .abtwrp .rightbox p {padding: 10px;}
}
@media (max-width: 426px) {
    #globe .glbwrap h1 {
    font-size: 1.7rem;
  }
	#about .abtwrp img.abtimg {margin-right: 0;}
	#about .abtwrp .martopmob {
    margin-top: -32px;
  }
	
	#conobject .conjectwrap .whitebox {min-height: inherit;}
    
	  #tentative .tenwrap .slick .item .bg {
    width: 330px;
    padding: 15px;
  }
	
	
#tentative .tenwrap .slick-prev {
    left: -3px;
	background: url("../images/left-arrow.png");
	background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
	
	height: 32px;
	width: 30px;
}
#tentative .tenwrap .slick-next {
    right: 3px;
		background: url("../images/right-arrow.png");
	background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
	height: 31px;
	width: 30px;
}	
	#cont .contwrap .whitebox {flex-direction: column;}
	
	
	#cont .contwrap .whitebox div {margin-top: 10px;}
	
	
  
}
@media (max-width: 376px) {
     
        header {
        z-index: 100;
        position: relative;
        background: url("../images/banner.png") no-repeat;
        background-position: 68% 100%;
        background-size: cover;
        min-height: 450px;
        height: 100%;
        margin-top: 0px;
    }
	
	
     header .header-text h1 {
    font-size: 2.2rem;
  }
	
	header .header-text h2 {font-size: 1.8rem;}
	
	header .header-text::before {
		margin-top: 136px;}
	
	header .header-text p {font-size: 1.2rem;}
	
	
	
}
@media (max-width: 361px) {
    header .header-text p {
        font-size: .9rem;
        font-weight: 300;
    }
}