@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');

@font-face {
	font-family: 'Conv_lato.regular';
	src: url('../fonts/lato.regular.eot');
	src: local('☺'), url('../fonts/lato.regular.woff') format('woff'), url('../fonts/lato.regular.ttf') format('truetype'), url('../fonts/lato.regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
:root {
    --brand-color-green: #38c098;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 16px;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
/* Layout */
ul, ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
a {text-decoration: none;color:#000;font-size: 1rem;}
a:hover { text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Conv_lato.regular';}
h1, h2 {
    font-size: 2rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}
h3 {
    font-size: 2rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
    }
h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {margin-bottom: 15px;color: #000;font-size: 1rem;font-weight: 400;line-height: 1.5rem;}

.no-margin, .m-0 {
    margin: 0px !important; 
}
.no-margin-top, .mt-0 {
    margin-top: 0px !important;
}
.no-margin-bottom, .mb-0 {
    margin-bottom: 0px !important;
}
.no-margin-left, .ml-0 {
    margin-left: 0px !important;
}
.no-margin-right, .mr-0 {
    margin-right: 0px !important;
}
.no-margin-v, .mv-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-padding, .p-0 {
    padding: 0px !important; 
}
.no-padding-top, .pt-0 {
    padding-top: 0px !important;
}
.no-padding-bottom, .pb-0 {
    padding-bottom: 0px !important;
}
.no-padding-left, .pl-0 {
    padding-left: 0px !important;
}
.no-padding-right, .pr-0 {
    padding-right: 0px !important;
}
.no-padding-v, .pv-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.container {
    min-width: 320px;
}

.container {
    min-width: 320px;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
}
body.width-full #fMatter {
    padding: 0;
}
body.title-off .fPageTitle {
    display: none;
}
#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow:hidden;
}
#f-messages {
    margin: 0;
}

.padding-no {
    padding: 0 !important;
}
.margin-no {
    margin: 0 !important;
}
.spacing-no {
    padding: 0 !important;
    margin: 0 !important;
}
@media (max-width : 767.8px) {
    .col-xs-12 {
        float: none;
    }
}
#fMatter .fModule.fBanner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow:hidden;
}
.row.row-equal {
    display: flex;
    flex-wrap: wrap;
}
.row-equal:before,
.row-equal:after {
   content: normal;
}
/*Module*/
.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}
/*Background */
.fBgDark {
    background: #cd8f16;
    color: #ffffff;
}
.fBgDark a {color: #ffffff; }
.fBgDark a:hover {}
.fBgLight {
    background: #0d2d62;
    color: #fff !important;
}
.fBgLight a {color: #505050;}
.fBgLight a:hover { color: #005d88;}
.fBgWhite {
    background: #ffffff;
    color: #000000;
    border: 1px solid #cecece;
}
.fBgWhite a, .fBgWhite a:hover {color: #d34344;}
.fBgColor {
    background: #fff;
    color: #ccc;
}
.fBgColor p {
    color: #aeaeae;
}
.fBgColor a, .fBgColor h3, .fBgColor h4 {color: #ffffff; line-height: 120%;}
/* Button */
a.fButton,
input.fButton {
    padding: 14px 40px;
    margin: -15px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #8d0556;
    border-color: #8d0556;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px;
    border-radius: 22px;
}
a.fButton1,
input.fButton1 {
    padding:12px 40px;
    margin: 10px 0px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 0.89em;
    border-radius: 22px;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}
a.fButton1:hover, input.fButton1:hover {
    background: #fff;
    color: #828189;
}

/* Column */
#fMatter .fCol5 .fGalleryImages .fGalleryItem,
#fContentPost .fCol5 .fGalleryImages .fGalleryItem,
.fCol5 .fGalleryImages .fGalleryItem {
    width: 20%;
    float: left;
    padding: 2em;
}
/* Common CSS */
.border {
    border:6px solid #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-radius:3px;
}
input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
/* Responsive Homepage */
@media (max-width : 319px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 280px;
    }  
}
@media (min-width : 320px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 300px;
    }        
}
@media (min-width : 480px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    .fModuleEnd .fModuleContent,
    .fModuleBoxed {
        width: 1170px;
    }
}
.d-flex{
    display: flex !important;
}
.ml-auto{
    margin-left: auto !important;
}
.align-items-center{
    align-items: center !important;
}
.fRegion{
    display: inline-block;
    width: 100%;
}
#fPageTitle{
    display: none !important;
}
#fContent > .container{
    width: 100% !important;
    padding: 0 !important;
}
.fPageTitle{
    display: none !important;
}
.fHeader1 .navbar-header{
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}
a{
    text-decoration: none !important;
}
.padd-0{
    padding: 0 !important;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
/*Customization*/

.fBanner .fGalleryList > li{
    overflow: hidden;
    position: relative;
}
.fBanner .fGalleryList > li .fGalleryImage{
    display: block;
}
.fBanner .fGalleryList > li .fGalleryImage > img{
    width: 100%;
    height: auto;
}
.fBanner .fGalleryList > li .fGalleryText{
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
    right: 8%;
}
.fBanner .fGalleryList > li .fGalleryText > .row{
    align-items: center;
}
.fBanner .fGalleryList > li .fGalleryText .con_bnnr_txt{
    padding-right: 50px;
}
.fBanner .fGalleryList > li .fGalleryText > img{
    width: 200px;
    height: auto;
}
.fBanner .fGalleryList > li .fGalleryText h3 > small{
    display: block;
    margin-bottom: 5px;
    font-size: 1.5rem;
    color: #fff;
}
.fBanner .fGalleryList > li .fGalleryText h3{
    font-size: 3.2rem;
    line-height: 1;
}
.fBanner .fGalleryList > li .fGalleryText .fButton{
    margin-top: 30px;
}
.fBanner .from_sec{
    background: rgba(141,5,86,0.6);
    padding: 20px;
    border-radius: 8px;
}
.fBanner .from_sec h4{
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.fBanner .from_sec .fForm input,.fBanner .from_sec .fForm select{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: none;
    color: #131313;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
.fBanner .from_sec .fForm input::-moz-placeholder,.fBanner .from_sec .fForm select::-moz-placeholder{
    opacity: 1;
    color: #131313;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
.fBanner .from_sec .fForm .buttons_sec{
    text-align: center;
    margin-top: 10px;
}
.fBanner .from_sec .fForm .buttons_sec > input{
    width: auto;
    display: inline-block;
    background: #131313;
    color: #fff;
    border-radius: 100px;
    padding: 10px 35px;
}
.left_con_style .fGalleryList > li{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.left_con_style .fGalleryList > li .fGalleryImage,
.left_con_style .fGalleryList > li .fGalleryText
{
    width: 50%;
    flex: 0 0 50%;
}
.left_con_style .fGalleryList > li .fGalleryText{
    padding: 30px;
}
.left_con_style .fGalleryList > li .fGalleryImage img{
    margin-top: 80px;
}
.box_design_styl_1{
    background: url(../images/fun-facts-bg.jpg);
    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    text-align: center;
}
.box_design_styl_1:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    opacity: .70;
    z-index: -1;
}
.box_design_styl_1 h3{
    color: #fff;
}
.box_design_styl_1 .fGalleryList{
    display: flex;
    flex-wrap: wrap;
}
.box_design_styl_1 .fGalleryList > li{
    width: 19%;
    flex: 0 0 19%;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin-right: 14px;
    transition: 0.3s;
}
.box_design_styl_1 .fGalleryList > li:hover{
    background: #8d0556;
    transition: 0.3s;
}
.box_design_styl_1 .fGalleryList > li:hover p{
    color: #fff;
}
.box_design_styl_1 .fGalleryList > li:hover img{
    filter: invert(100%) grayscale(100%);
}
.box_design_styl_1 .fGalleryList > li:last-child{
    margin-right: 0;
}
.info_con_sec{
    text-align: center;
    background: #f5f5f5;
}
.pogramm_sec_styl{
    background: url(../images/Our_Team_Background.jpg);
    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover !important;
    text-align: center;
}
.pogramm_sec_styl h3{
    color: #fff;
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.pogramm_sec_styl h3 > small{
    display: block;
    font-size: 1rem;
    font-weight: 100;
    color: #ddd;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
}
.pogramm_sec_styl .fGalleryList{
    display: flex;
    flex-wrap: wrap;
}
.pogramm_sec_styl .fGalleryList > li{
    width: 32%;
    flex: 0 0 32%;
    background: #fff;
    border-radius: 6px;
    padding: 40px 20px;
    margin-right: 23px;
}
.pogramm_sec_styl .fGalleryList > li:last-child{
    margin-right: 0;
}
.pogramm_sec_styl .fGalleryList > li h3{
    width: auto;
    margin: 25px 0;
    line-height: normal;
}
.pogramm_sec_styl .fGalleryList > li h3 > a{
    color: #000;
    line-height: normal;
    display: block;
    font-weight: bold;
}
.pogramm_sec_styl .fGalleryList > li ul > li{
    color: #999;
    padding: 8px 0;
}
.pogramm_sec_styl .fGalleryList > li .fButton{
    margin-top: 30px;
}
.pogramm_sec_styl .fGalleryList > li .fGalleryText,.pogramm_sec_styl .fGalleryList > li .fGalleryText p{
    color: #888;
}
.pogramm_sec_styl .fGalleryList > li ul > li:before{
    content: '\f00c';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    color: #8d0556;
}
.top_boxes_sec{
    text-align: center;
}
.top_boxes_sec .fGalleryList{
    display: flex;
    flex-wrap: wrap;
}
.top_boxes_sec .fGalleryList > li{
    width: 32%;
    flex: 0 0 32%;
    background: #fff;
    border-radius: 6px;
    padding: 40px 20px;
    margin-right: 23px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    overflow: hidden;
    margin-bottom: 23px;
}
.top_boxes_sec .fGalleryList > li:hover{
   background: #8d0556;
    transition: 0.3s; 
}
.top_boxes_sec .fGalleryList > li:last-child,.top_boxes_sec .fGalleryList > li:nth-child(3){
    margin-right: 0;
}
.top_boxes_sec .fGalleryList > li .fGalleryText h3{
    line-height: normal;
}
.top_boxes_sec .fGalleryList > li .fGalleryText h3 > a{
    display: block;
    font-size: 1.3rem;
    line-height: normal;
}
.top_boxes_sec .fGalleryList > li:hover h3 > a{
    color: #fff;
}
.top_boxes_sec .fGalleryList > li .fGalleryText p{
    color: #999;
}
.top_boxes_sec .fGalleryList > li:hover .fGalleryText p{
    color: #ddd;
}
.top_boxes_sec .fGalleryList > li:hover img{
     filter: invert(100%) grayscale(100%);
}
.or_clint_hm{
    background: #f7f7f7;
}
.or_clint_hm h3{
    text-align: center;
}
.or_clint_hm .fGalleryList{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.or_clint_hm .fGalleryList > li{
    padding: 15px;
    width: 25%;
    flex: 0 0 25%;
}
.or_clint_hm .fGalleryList > li a{
    display: block;
    padding: 0 50px;
}
.or_clint_hm .fGalleryList > li a img{
    width: 100%;
    height: auto;
}
#fFooter{
    background: #333;
    text-align: center;
}
#fFooter p{
    color: #999;
    font-size: 15px;
}
body.path-home- .left_con_style{
    padding-bottom: 0 !important;
}
body.path-home- .extra_full_con{
    padding-top: 0 !important;
    margin-top: -35px;
}
body.path-thank-you- #fFooter{
    display: none;
}
body.path-thank-you-{
    background: url(../images/Our_Team_Background.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}
body.path-thank-you- .region-page-26792{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.thanx_page .fModuleContent > div{
    padding: 60px 40px;
    background: #fff;
    border-radius: 15px;
}
.thanx_page h2 > i{
    font-size: 3rem;
    color: #8d0556;
}
.thanx_page p > a{
    color: #8d0556;
}



/*-----------------------------------------------
                        CSS
================================================*/

@media only screen and (min-width: 769px) and (max-width: 1090px){
    .fHeader1{
        display: none;
    }
    .fBanner .fGalleryList > li .fGalleryImage{
        height:100vh;
        overflow: hidden;
    }
    .fBanner .fGalleryList > li .fGalleryImage > img{
        width: auto;
        max-width: inherit;
        height: 100%;
    }
    .fBanner .from_sec .row > div{
        width: 100%;
        flex: 0 0 100%;
    }
    .fBanner .fGalleryList > li .fGalleryText h3{
        font-size: 2rem;
    }
    .fBanner .from_sec .fForm input{
        padding: 5px 10px;
    }
    .fBanner .fGalleryList > li .fGalleryText .fButton {
	margin-top: 10px;
}
    .fBanner .from_sec{
        margin-top: 35px;
    }
    .box_design_styl_1 .fGalleryList > li{
        width: 32%;
        flex: 0 0 32%;
        margin-bottom: 14px;
    }
    .box_design_styl_1 .fGalleryList > li:nth-child(3){
        margin-right: 0;
    }
    .pogramm_sec_styl .fGalleryList > li,.top_boxes_sec .fGalleryList > li{
        margin-right: 15px;
    }
    .top_boxes_sec .fGalleryList > li{
        margin-bottom: 15px;
    }
}



@media (max-width : 768px){
    .fHeader1{
        display: none;
    }
    .fBanner .fGalleryList > li .fGalleryImage{
        height:100vh;
        overflow: hidden;
    }
    .fBanner .fGalleryList > li .fGalleryImage > img{
        width: auto;
        max-width: inherit;
        height: 100%;
        transform: translateX(-34%);
    }
    .fBanner .fGalleryList > li .fGalleryText .con_bnnr_txt{
        padding: 0;
    }
    .fBanner .fGalleryList > li .fGalleryText h3{
        font-size: 2rem;
    }
    .fBanner .fGalleryList > li .fGalleryText .fButton {
	margin-top: 10px;
}
    .fBanner .from_sec{
        margin-top: 35px;
    }
    .fBanner .from_sec .row > div,.left_con_style .fGalleryList > li .fGalleryImage, .left_con_style .fGalleryList > li .fGalleryText,.box_design_styl_1 .fGalleryList > li,.pogramm_sec_styl .fGalleryList > li,.top_boxes_sec .fGalleryList > li{
        width: 100%;
        flex: 0 0 100%;
    }
    .fBanner .from_sec .fForm input{
        padding: 5px 10px;
    }
    .box_design_styl_1 .fGalleryList > li,.pogramm_sec_styl .fGalleryList > li,.top_boxes_sec .fGalleryList > li{
        margin: 0;
        margin-bottom: 15px;
    }
    .pogramm_sec_styl h3{
        width: auto;
    }
    .or_clint_hm .fGalleryList > li a{
        padding: 0;
    }
    .left_con_style .fGalleryList > li .fGalleryText{
        padding: 15px;
    }
    .left_con_style .fGalleryList > li .fGalleryImage img{
        margin-top: 0;
    }
}
@media (max-width : 480px){
    .fBanner .fGalleryList > li .fGalleryText h3{
        font-size: 1.5rem;
    }
    .fBanner .from_sec{
        padding: 10px 30px;
    }
    a.fButton, input.fButton,.fBanner .from_sec .fForm .buttons_sec > input{
        padding: 10px 30px;
    }
    .left_con_style .fGalleryList > li .fGalleryImage img{
        margin-top: 0;
    }
    .or_clint_hm .fGalleryList > li{
        width: 33.333%;
        flex: 0 0 33.333%;
    }
}






























































