@import url("animate.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


html {
    font-size: 16px;
}
body {
    margin:0px;
    line-height: 1.375;
    padding: 0px;
    font-family: Lato-Regular;
    overflow-x: hidden;
    overflow-y: auto;
}
/* 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: Lato-Bold;}
h1, h2 {
    font-size: 2rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}
h3 {
    font-size: 1.5rem;
    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;font-family: Lato-Regular;}

.no-padding {
    padding: 0px !important; 
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.margin-bottom {
    margin-bottom: 10px;
}
#fContentPre .fModule,
#fContentPost .fModule {
    padding:50px 0px;
    overflow:hidden;
}
.row.row-equal {
    display: flex;
    flex-wrap: wrap;
}
/*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: #00bcd4;
    border-color: #480d09;
    -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;
}
body.path---company #fMatter h1 {
    display:none;
    height:0px;
}
#fMatter h1,
#fContentPost h3 {
    text-align: center;
    margin: 0px auto 30px;
    color: #0b9444;
    font-weight: 600;
    font-size: 31px;
}
#fMatter h1,
#fContentPost h3 span {
    font-weight:700;
}

#fMatter h4 {
    font-size: 1.2em;
    color: #1729a7;
}
#fMatter form p {
    margin-bottom: 12px;
}
input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
header nav {
    line-height: 0;
}
/* Module */
.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
  margin: 0 auto;
}   
/*header style1*/
header .navbar-header{
    line-height: normal;
}
header{
    position: relative;
    z-index: 1;
}
/* 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;
    }
}


body.width-full #fContent > div.container {width: 100%;margin: 0 !important; padding: 0px !important;}
body.width-full #fContent > div.container {width: 100%;margin: 0 !important; padding: 0px !important;}
/**** Header ****/
header .navbar-header {
    line-height: normal;
}

.navbar-header {
    width: 100%;
}
header nav {
    text-align: right;
}
.header_menu .fMenu li {
    color: #000;
    display: inline-block;
    padding: 0.5rem 0;
    transition: 0.5s ease;
        margin: 0 1em;
    font-family: 'Montserrat', sans-serif;
}
.region-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo p{
    padding: 0px;
    margin: 0px;
}




/****** Banner ******/

.fBanner {
    z-index: -1;
}

.fBanner .fGalleryText {
    width: 40%;
    float: right;
    position: absolute;
    right: 8em;
    top: 6em;
      font-family: 'Montserrat', sans-serif;
}
.fBanner .fGalleryText h5{
font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 300;
}
.fBanner .fGalleryText h4{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    font-size: 58px;
    font-weight: 800;
}
.fBanner .fGalleryText h4 span{
      font-weight: 400;
}

.fBanner p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.fBanner .unslider-arrow{
    display: none !important;
}
a.read {
    background: #70bf12;
    padding: 1em 2em;
    color: #fff;
    margin-top: 2em;
    display: block;
    width: 180px;
    text-align: center;
}

.is-home h1#heading{
    display: none;
}
.fBanner ul.fGalleryList{
    height: 80vh;
}

/****** About Sec ******/


.about_pnl{
    padding: 3em 0;
}

.about_pnl h3{
   margin: 0px;
    font-size: 35px;
        font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.about_pnl h5{
    margin: 0px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #07277f;
    letter-spacing: 1px;
}
.about_pnl p{
    margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
}
.about_pnl li span {
    display: inline-flex;
    margin-top: 1em;
}
.about_pnl ul{
    margin-top: 2em;
}
.about_pnl li {
display: inline-block;
    width: 49%;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #092963;
    margin-bottom: 1em;
    font-weight: 500;
}

.about_pnl li img{
    padding: 0.5em;
    width: 20%;
}

.region-banner img{
    width: 100%;
}
/****** Product Sec ******/

.product_wrp{
    background-image: url(https://storage.unitedwebnetwork.com/files/619/e87ac289f7c3d4f3017ccf3bc0c31dac.png);
    width: 100%;
    margin: 0 auto;
    padding: 3em 0;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}
.product_wrp h4{
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    font-size: 25px !important;
}
.product_wrp h6 {
    margin: 0px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
}
.product_wrp h3 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
      color: #fff;
    margin-bottom: 1.5em;
    letter-spacing:4px;
}
.product_wrp img{
-webkit-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px 3px 9px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px 3px 9px 0px rgba(50, 50, 50, 0.55);
}
.client{
    padding: 6em 0;
}
.client h4{
       margin: 0px;
    font-size: 35px !important; 
    font-family: 'Montserrat', sans-serif !important; 
    font-weight: 800 !important; 
    color: #000 !important; 
}

.client p{
        margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
    margin-bottom: 2em;
}

.cata{
    background-image: url(https://storage.unitedwebnetwork.com/files/619/6b3fbd6f2239d87729010d2eb95a2599.jpg);
    width: 100%;
    margin: 0 auto;
    padding: 5em 0;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}
.cata p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2em;
}
a.read_btn{
background: #70bf12;
    padding: 1em 2em;
    color: #fff;
    margin-top: 2em;
    display: block;
    width: 230px;
    margin: 0 auto;
     font-family: 'Montserrat', sans-serif;
}
.rec{
    padding: 3em 0;
}
.rec h3 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5em;
    letter-spacing: 4px;
        text-align: center;
}

.rec h5 {
    margin: 0px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
}
.rec img{
    margin-bottom: 2em;
    width: 100%;
    -webkit-box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
    border: 2px solid #ccc;
}
.rec p {
       margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
}
.newsltr{
    background: #052240;
    padding: 3em 0;
}
.newsltr input#email {
    width: 78%;
    background: #fff;
    border-radius: 0px;
    padding: 2em;
    text-align: left;
    color: #000;
}
.newsltr input#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
  opacity: 1; /* Firefox */
}

.newsltr input#email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
}

.newsltr input#email::-ms-input-placeholder { /* Microsoft Edge */
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
}
button.fButton {
    background: #00adef;
    border: none;
    padding: 15px;
    width: 22%;
     font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}
.newsltr h2{
       margin: 0px;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: 4px;
        text-align: left;
}
.newsltr h6{
     font-family: 'Montserrat', sans-serif;
        color: #fff;
      font-weight: 300;
       font-size: 16px;
        letter-spacing: 1px;
}
.newsltr p{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    width: 80%;
    letter-spacing: 1px;
}
.signup-input {
    margin: 3em 0 0 0;
}
#fFooter{
    background: #e0e0e0;
    padding: 3em 0;
}
#fFooter p{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0;
}
#fFooter h3{
      font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;  
}
#fFooter li{
    padding-bottom: 0.7em;
     font-family: 'Montserrat', sans-serif;
}
#fFooter li a{
    font-size: 14px;
}
.info li{
    letter-spacing: 1px;
     padding-bottom: 1em !important;
    display: flex;
      font-size: 14px;
}
.fPageTitle {
    text-align: center;
    color: #fff;
    padding: 3em 0;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 13em;
    left: 0;
    right: 0;
       font-family: 'Montserrat', sans-serif;
}
.fPageTitle h1{
     font-family: 'Montserrat', sans-serif; 
}
.ab_pnl{
    padding: 3em 0;
}
.ab_pnl p{
        margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
    padding: 0 2em;
}
.ab_sec_pic {
    text-align: center;
    margin-bottom: 2em;
}
.ab_pnl h5{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2em;
}
.contact_sec{
    padding: 3em 0;
}
.contact_sec h4{
          margin: 0px;
    font-size:25px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000 !important;
    letter-spacing: 2px;
    text-align: left; 
    margin-bottom: 1em;
}
.contact_form h2{
            margin: 0px;
    font-size:25px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #000 !important;
    letter-spacing: 2px;
    text-align: left; 
    margin-bottom: 1em;
}
.contact_sec h5{
 font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 2em; 
}
.contact_sec p{
 font-family: 'Montserrat', sans-serif;
    padding: 0px;
    font-size: 13px;
        margin: 0;
}
input.form-control.contact_btn {
width: 150px;
    background: #f96d0b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 50px;
}
.map{
    margin-bottom: 2em;
}

.product_pg{
    padding: 3em 0;
}
.product_pg li{
    margin-bottom: 4em;
        text-align: center;
}
a.read_more{
    background: #ff9e2b;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0.8em 1.5em;
      font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 13px;
}
a.read_more:hover{
    background: #0c175e;
}
.product_pg li h2{
      font-family: 'Montserrat', sans-serif;
     font-size: 17px;
}
.product_pg li img {
    max-width: 100%;
    height: auto;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0px 3px 9px 0px rgb(50 50 50 / 8%);
    -moz-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 9px 0px rgb(50 50 50 / 23%);
}
.egg_pnl {
    padding: 3em 2em;
}

.egg_pnl h5{
          font-family: 'Montserrat', sans-serif;
     font-size: 17px;
}
.egg_pnl p {
    margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.egg_pnl ul{
     margin-bottom: 2em;
}
.egg_pnl li{
    width: 100%;
    margin-bottom: 1em;
        margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
}
.egg_pnl td{
        font-family: 'Montserrat', sans-serif;
}

.egg_pnl p a{
        width: 100%;
    margin-bottom: 1em;
        margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 1em;
}
.gal_sec{
    padding: 3em 0;
}
.gal_sec li{
    margin-bottom: 2em;
    text-align: center;
}
.gal_sec li a.fGalleryImage {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border-radius: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f7aa1e;
}
.is-home header.fHeader1 {
    background: white!important;
    position: relative;
    margin-top: -1.5em;
}
.fModule.OpenCloseToggle {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    width: 100%;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-v {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.OpenCloseToggle .fModuleTitle {
    border-bottom: 1px solid #ccc;
    padding: 1rem 1.5rem;
    transition: 0.3s all;
    cursor: pointer;
    background: #fff;
    position: relative;
    background: #ccc;
}
.OpenCloseToggle .fModuleTitle h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    transition: 0.3s all;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.OpenCloseToggle .fModuleTitle h3:after, .OpenCloseToggle .fModuleTitle h3:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}
.OpenCloseToggle p{
       font-family: 'Montserrat', sans-serif;
        font-size: 14px;
}
.OpenCloseToggle .fModuleTitle h3:before {
    width: 2px;
    height: 1rem;
    right: 0.5rem;
    right: calc(0.5rem - 1px);
}
.OpenCloseToggle .fModuleTitle h3:after {
    width: 1rem;
    height: 2px;
}
.OpenCloseToggle .fModuleContent {
    border: 1px solid #ccc;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.OpenCloseToggle .fModuleContent {
    opacity: 0;
    transition: 0.5s ease-in-out;
    overflow-y: hidden;
    /*padding-top: 1rem;
    padding-bottom: 1rem;*/
}
.OpenCloseToggle.closed .fModuleContent {
    padding-top: 0;
    padding-bottom: 0;
}
.OpenCloseToggle.opened .fModuleContent {
    opacity: 1;
    max-height: 1400px;
}
.OpenCloseToggle.opened .fModuleTitle h3:before {
    height: 0;
}
.fModule.OpenCloseToggle#fModule-16724 {
    padding-top: 1rem;
    margin-top: 1rem;
}
.fModule.OpenCloseToggle#fModule-16729 {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
}
@media (max-width: 1199px) {
/*header.fHeader1 {
		padding: 15px 0;
	}*/
	header.fHeader1 .header_menu {
		position: fixed;
		width: 100%;
		left: 0px;
		right: 0px;
		display: none;
		text-align: center;
		background: #212121;
		margin-top: 0;
		z-index: 99;
		top: 0;
	}
	header.fHeader1 .header_menu {
		position: fixed;
		width: 100%;
		left: 0px;
		right: 0px;
		display: none;
		text-align: center;
		background: rgba(25, 17, 87, 0.97);
		margin-top: 0;
		z-index: 99;
		top: 0px;
		padding: 40px 0;
	}
	header.fHeader1 .header_menu ul li {
		float: none !important;
		display: block !important;
	}
	header.fHeader1 .header_menu ul li a {
		color: #fff !important;
	}
	.navbar-toggle {
		display: block !important;
		position: absolute;
		right: 0px;
		z-index: 999;
	}
	.fHeader1 .header_menu ul li,
	.fHeader1.set .header_menu ul li {
		float: none;
		padding: 20px 0;
	}
	.fHeader1 .header_menu ul li a,
	.fHeader1.set .header_menu ul li a {
		color: #fff;
	}
	header .navbar-toggle {
		background: #212121;
	}
	header .navbar-toggle .icon-bar {
		background: #fff;
		height: 3px;
		width: 26px;
	}
	.navbar-toggle {
		margin-top: -1px;
	}
	header.fHeader1 .fMenu {
    text-align: center;

}

}

@media (max-width: 1024px) {

}
@media (max-width: 991px) {
    
    .rec p{
        margin-bottom: 3.5em;
    }
    .newsltr input#email{
        width: 100%;
    }
.client img {
    width: 50%;
    margin: 0 auto;
}
.client {
    padding: 6em 0 6em 0;
    text-align: center;
}
    .fBanner .fGalleryText {
    width: 60%;
    float: right;
    position: absolute;
    right: 0;
    top: 1em;
    font-family: 'Montserrat', sans-serif;
}
.about_pnl img{
        margin-bottom: 2em
    }
}  




@media (max-width: 767px) {
    
}

@media (max-width: 640px) {
    .fPageTitle{
        padding: 0px;
    }
    .map {
    margin-bottom: 2em;
    margin-top: 3em;
}
    .fBanner .fGalleryText h4{
        font-size: 30px;
    }
    a.read{
        margin-top: 0px;
    }
    .fBanner .fGalleryText h5{
        display: none;
    }
    .fBanner .fGalleryText h4{
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    button.fButton{
        width: auto;
    }
    .about_pnl li{
        width: 100%;
    }
    header .navbar-toggle {
    background: #212121;
    /*margin-top: 3em;*/
}
    a.read{
        display: none;
    }
    .logo img {
        max-height: 70px;
    }
}

@media (max-width: 424px) {
    
}
@media (max-width: 375px) {
    
}

.fBanner img{
    width: 100%;
}
.fixed-social .f-social {
    display: inline-block;
    width: 100%;
}
.fixed-social {
position: fixed;
    bottom: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    transition: 0.6s all;
    text-align: center;
    background: #1fdc09;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    padding: 0 0 0 2px;
    -webkit-box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
box-shadow: -2px 6px 5px -6px rgba(0,0,0,0.75);
}

.fixed-social p{
    padding: 0px;
}
.fixed-social .fa {
font-size: 33px;
    color: #fff;
}
.fixed-social p {
    padding: 0px;
    margin: 9px;
}
.bx-controls-direction {
    display: none;
}
ul.sc li {
    display: inline-block;
    margin: 0 10px 0 0;
}