/*============================
	fonts..
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/*============================
	Main Menu Area Css
==============================*/
@font-face {
    font-family: 'Raleway';
    src: url('../../assets/fonts/Raleway-Italic-VariableFont_wght.ttf');
    src: url('../../assets/fonts/Raleway-VariableFont_wght.ttf');
}
.nav_manu {
    background: #fff;
    transition: .5s;
    margin-bottom: 0;
    position: relative;
    z-index: 999;
}
.nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    /* background: #00247e !important; */
	transition:.5s;
}

/* logo Css*/

.logo img{
    width: 100px;
    margin-top: -19px;
}

/*  Menu Css*/
.menu {
    text-align: right;
}
.menu ul {
    
    list-style: none;
    display: inline-block;
    margin-top: 13px;
}
.menu>ul>li {
 display: inline-block;
 position: relative;
}
.menu > ul > li > a {
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #3E3E3E;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 25px;
    font-size: 16px;
}
.menu > ul > li > a > i {
   
    color: #707071;
    border: #707070;
    
   
}
.menu > ul > li > a > img {
   
    color: #707071;
    border: #707070;
    height: 17px;
    width: 20px;
    margin-right: 2px;
    

    
}
.white .menu > ul > li > a {
    color: #fff;
}
.menu ul li:last-child a {
 margin-right: 0px;
}
.menu>ul>li.current>a {
 color: #00247E;
}
.white .menu>ul>li.current>a {
 color: #fff;
}
/* sub menu style */
.menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    border-top: 2px solid #2f9fd9;
}
.menu ul li:hover>.sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 100%;
 z-index: 9;
}
.menu ul .sub-menu li {
 position: relative;
}
.menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: capitalize; */
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #000 !important;
}
.menu ul .sub-menu li:hover>a,
.menu ul .sub-menu .sub-menu li:hover>a,
.menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
 background:#2f9fd9;
 color: #fff !important;
}

.donate-btn-header {
    display: inline-block;
    margin-left: 16px;
    background: #2F9CD7;
    padding: 3px 10px;
}
.donate-btn-header a{
    color: #fff;
}
.menu li a:hover:before{
	width:100%;
}
.nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.nav_manu.sticky .main_sticky {
    display: inherit;
}
/* .nav_manu.sticky .menu li a {
    color: #000;
} */
.manu.sticky a.dtbtn {
    color: #fff;
    background: #2f9fd9;
    border: 2px solid #2f9fd9;
}
.nav_manu.sticky a.dtbtn:hover {
    border: 2px solid #2f9fd9;
    background: #2f9fd9;
    color: #fff;
}
.mobile-menu.mean-container {
	overflow: hidden;
}

/*main_banner_area*/
.wrapper{
    width: 86%;
    margin: 0 auto;
}
.main_banner_area {
    background: url(../images/BMSimg/banner-background.png);
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
    height: 800px;
   
}
.left_banner_content .heading h1 {
    color: #444444;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 38px;
    margin-top: 120px;

}
.left_banner_content .heading h1 span {
    color: #2F9CD7;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 36px;
}
.left_banner_content .text p {
    margin-top: 65px;
    color:#707070;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
}
.demo_btn button{
    background-color: #F9B317;
    color: #fff;  
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: none;
    padding:3px 14px;
    border-radius: 12px;
    margin-top: 25px;
    font-size: 23px;
}
.demo_btn button:focus {
  outline: none;
}
.right_banner_content .banner_thumb {
    position: relative;
    top: -530px;
    right: 7%;
 
}

.bottom-right-ring {
    position: absolute;
    left: -3%;
    top: 80%;
}

/*tabs css*/
.tabs_banner {
    position: relative;
}
.tab-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-head img {
    margin-top: 9px;
}

.tab-head h1 {
    margin-left: 20px;
    color:#444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 60px;

}

.tab_panes {
    margin-top: 75px;
}
.tab_content {
     
        background-color: #D8E9F5;
        position: relative;
        z-index: 1;
        width: 97%;
        padding-bottom: 52px;
        border-radius: 7px;
        box-shadow: 8px 10px 9px -3px #00000047;
    }
.support img{
    margin-top: 73px;
}
.nav-tabs {
    border-bottom: inherit !important;
}
.nav-tabs .nav-item.active .nav-link {
    border: 1px solid #D8E9F5!important;
    background-color: #D8E9F5;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
   clip-path: polygon(89% 0, 100% 98%, 100% 100%, 0 100%, 0% 61%, 0 0)
}

.nav-tabs .nav-link {
    border: 1px solid #F5F5F5 !important;
    background: #F5F5F5;
    padding: 4px 74px;
    font-size: 20px;
    color: #000;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nav-tabs .nav-item {
    padding-left: 7px;
}
.tab_thumb {
    text-align: center;
}
.tab_content_title {
    text-align: center;
}
.tab_content_title h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 40px;
    border-bottom: 4px solid #000;
    width: 64%;
    margin: 4px auto;
}


.tab_content_text p {
    margin-top: 95px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;

}
.small-ring img {
    position: absolute;
    right:0;
    bottom: 0;
    height: 100px;
}
.solution {
    position: absolute;
    top: 73%;
    right: 0;
    
}
/*Section_3*/
.Section_3 {

    margin-top: 378px;
    background: rgb(192,232,249);
    background: linear-gradient( 45deg, rgb(192 232 249 / 67%) 0%, rgb(233 246 253) 100%);
    position: relative;
    padding-bottom: 200px;
 }
.sec3_top_img {
    margin-top: -291px;
    text-align: center;
    width: 100%;
}
.sec3-head {
    display: flex;
    margin-top: -117px;
    margin-left: -100px;
    
}
.sec3-head img {
    margin-top: 17px;
    height: 6vh;
}
.sec3-head h1 {
    margin-left: 20px;
    color:#444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 60px;
}
.left-img img {
    position: absolute;
    left: 0;
    height: 75vh;
}
.right-img img {
    position: absolute;
    right: 0;
}
.sec3-text {
    display: flex;
    margin-top: 60px;
}
.sec3-text img {
    height: 35px;
}
.sec3-text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #4E4E4E;
    margin-left: 20px;
}
.learn_btn{
    text-align: center;
    margin-top: 30px;
}

.learn_btn button {
    background-color: #F9B317;
    color: #fff;  
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border: none;
    padding:3px 25px;
    border-radius: 12px;
    margin-top: 25px;
    font-size: 20px;
}

/*Section 4*/
.blue_wrapper{

    width: 80%;
    margin: 0 auto;
}
.bg_top {
    height: 48px;
    width: 237px;
    background-color: #2D78BD;
    position: relative;
    top: -133px;
    clip-path: polygon(87% 0, 97% 87%, 99% 100%, 0 100%, 0% 50%, 0 0);
    border-radius: 7px;
}
.blue_bg {
    position: relative;
    height:655px;
    margin-top:-145px;
    background-color: #2D78BD;
    border-radius: 10px;
    box-shadow: 8px 10px 9px -3px #00000047;
    z-index: 1;
}
.sec4_iilustration {
    position: relative;
    bottom: 94px;
    left: -54px;
}

.file-img {
    position: relative;
    top: 18%;
    left: 9%;

}
.sec4_right_content {
    position: absolute;
    top: 64%;
    left: 5%;
}
.sec4_right_content .heading h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 50px;
}
.sec4_right_content .text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-top: 25px;

}
.sec4_right_content button {
    background-color: #F9B317;
    color: #fff;  
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border: none;
    padding:3px 25px;
    border-radius: 12px;
    margin-top: 25px;
    font-size: 20px;
}
/*section 5 Partners*/
.partners_section {
    position: relative;
    background-color: #fffbd538;
}
.large_ring img {
    position: absolute;
    right: -60px;
    bottom: 0;

}
.partner_heading {
    display: flex;
    justify-content: center;
    position: relative;
    top: -35px;
    background: #E8FAFF;
    width: 50% auto;
    width: 25%;
    margin: 0 auto;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
.partner_heading img {
    height: 54px;
    margin-top: 17px;
}

.partner_heading h1 {
   
    margin-left: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #444444;
}
.partners_logo  {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 140px;
}
.partners_logo img {
    
    margin-top: 10px;
}
/*features page css*/

/*feature_banner_area*/
.feature_banner_area {
    
    background: url(../images/BMSimg/banner-background.png);
    position: relative;
    top: -10px;
    background-repeat: no-repeat;
    height: 840px;
    
}
.feature_right_banner_content .banner_thumb {
    position: relative;
    top: -41px;
    left: 23%;
 
}
.feature_right_banner_content .banner_thumb img{
    width: 100%;
}
.feature-bottom-right-ring{
    position: absolute;
    left: -3%;
    top: 70%;
}
.feature_heading{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -140px;
}
.feature_heading img {
    margin-top: 9px;
}

.feature_heading h1 {
    margin-left: 20px;
    color:#444444;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 60px;

}
.raideBMS-support-area{
    position: relative;
    background-color: #CDDCF1;
    margin-top: -34px;
    margin-top: 70px;
    margin-bottom: 50px;
   
}
.raideBMS-support{
    
}
.raideBMS{
   
    position: relative;
}

.raideBMS-cards {
    position: relative;
}
.raideBMS-cards .cards{
   
    padding: 75px 36px;
    width: 95vw;
}
.raideBMS-cards .cards .icons img{
    height: 70px;
}
.raideBMS-cards .card-1{
   position: relative;
    background-color: #DFF2F8;
    border-bottom-left-radius: 33%;
  
}

.raideBMS-cards .card-1 .shapes img{
    position: absolute;
    top: 0;
    right: -2px;
}
.raideBMS-cards .card-2 .shapes img{
    position: absolute;
    right: -49px;
    bottom: 0;
}
.raideBMS-cards .card-3 .shapes img{
    position: absolute;
    top: 0;
    left: -124px;
  
    
}
.raideBMS-cards .card-4 .shapes img{
    position: absolute;
    left: -188px;
    bottom: 0;
}

.raideBMS-cards .card-2{
    position: relative;
    background-color: #D8E9F5;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    
}


.raideBMS-cards .cards .heading h1{
   
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    height: 77px;
}
.raideBMS-cards .card-3{
    position: relative;
    background-color: #DFF2F8;
    border-bottom-left-radius: 38%;
    border-bottom-right-radius: 38%;
   
}

.raideBMS-cards .card-4{
    position: relative;
    background-color: #D8E9F5;
    border-top-right-radius: 40%;
    
}
.raideBMS-cards .heading h1{
   
    color: #27AAE1;
}
 .raideBMS-cards .cards .text p {
        padding-top: 40px;
        color: #563c51;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        padding-bottom: 20px;
         font-size: 16px;
       
 }
 .raideBMS-cards button{
    border: none;
    background: none;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #5c4e4e;
    width: 100%;
 }
 .raideBMS-cards button:focus {
    outline: none !important
}

/*readmore popup*/
.read-more-cont{
	display: none;
}


.popup-box{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,0.5);
	z-index: 500;
	visibility: hidden;
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.popup-box.open{
  visibility: visible;
	opacity:1;	
}
.popup-box .popup-content{
	background-color: #ffffff;
	width: 600px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
}

.popup-box .popup-header{
	padding: 15px 40px 15px 15px;
	
}
.popup-box .popup-header h1{
	margin:0;
	color:#29a0da;
    font-family: 'Raleway' , sans-serif ;
    font-weight: 700;
	font-size: 24px;
}
.popup-box .popup-header .popup-close-icon{
	position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #555555;
    font-size: 28px;
    line-height: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.popup-box .popup-body{
	padding: 15px;
	max-height: 300px;
	overflow-y: auto;
}
.popup-box .popup-body img{
	width: 100%;
	display: block;
	margin-top: 15px;
}
.popup-box .popup-body p{
    color: #563c51;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
	margin:0 0 15px;
}
.popup-box .popup-footer{
	padding: 15px;
	border-top:1px solid #dddddd;
	text-align: center;
}
.popup-box .popup-footer .btn{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #FFF;
    background-color: #FBB616;
    text-transform: uppercase;
    padding: 5px 33px;
    border-radius: 10px;
    
}
.popup-box .popup-footer .btn:focus{
	outline: none;
    box-shadow: none;
}

/*feature section3 css*/
.feature-sec-3{
    margin-top: 218px;
    background: rgb(192,232,249);
    background: linear-gradient( 45deg, rgb(192 232 249 / 67%) 0%, rgb(233 246 253) 100%);
}
.feature-sec-3 .blue_wrapper{

    width: 75%;
    margin: 0 auto;
}
.bg_top {
    height: 52px;
    width: 237px;
    background-color: #2D78BD;
    position: relative;
    top: -144px;
    clip-path: polygon(87% 0, 97% 87%, 99% 100%, 0 100%, 0% 50%, 0 0);
    border-radius: 7px;
}
.bg_top h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    padding: 12px 35px;
}
.feature_blue_bg {
    position: relative;
    height:540px;
    background-color: #2D78BD;
    border-radius: 10px;
    box-shadow: 8px 10px 9px -3px #00000047;
    margin-top: -148px;
    z-index: 1;
}
.features_sec3_iilustration {
    position: relative;
    bottom: 94px;
    left: -54px;
}

.feature_blue_bg .left_side_content {
    position: relative;
    top:100px;
    left: 15%;
}
.feature_blue_bg .left_side_content .small_circle img {

    height: 70px;
    width: 70px;
    position: relative;
    top: 8px;

}
.feature_blue_bg .left_side_content .heading h1 {
    font-family:'Raleway', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 72px;
    line-height: 62px;
    position: relative;
    top: -67px;
    left: 3px;
}
.feature_blue_bg .left_side_content .heading h1 span {
    
    font-size: 44px;
    
}
.feature_blue_bg .left_side_content .heading img{
  
    width: 44%;
    margin-top: -71px;
}

.feature_blue_bg .right_side_content{
    position:relative;
    top: 177px;
    
}
.feature_blue_bg .right_side_content .large_circle img{
    position: relative;
    height: 110px;
    width: 110px;
    top: -16px;
    left: 53%;
}
.feature_blue_bg .right_side_content .text p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    position: relative;
    margin-top: -100px;
}
.feature_blue_bg .right_side_content .text p span{
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.feature_blue_bg .right_side_content button {
    background-color: #F9B317;
    color: #fff;  
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border: none;
    padding:3px 25px;
    border-radius: 12px;
    margin-top: 40px;
    font-size: 20px;
}

/*main-contact-area*/
.main_contact_area{

    padding-top: 140px;
}
.main_contact_container{

    padding-left: 125px;
}

.main_contact_banner_content .heading h1{
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #2f58aa;
    padding-top: 33px;
}
.main_contact_banner_content .text p{
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #b6c1e2;
    line-height: 36px;
    padding-top: 26px;

}
.contact-illustration .img_01 img{
    position: absolute;
    height: 160px;
    top: 30%;
    left: -80px;

}
.contact-illustration .img_02 img{
    position:absolute;
    height: 50px;
    right: 18%;


}
.contact-illustration .img_03 img{
    position: absolute;
    height: 160px;
    right: -86px;

}


.main_contact_form .form_box input {
    width: 100%  ;
    height: 50px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #495057;
    background-color: #fff;
    transition: .5s;
}

.main_contact_form .form_box textarea {
    border: 1px solid #e6e6e6;
    color: #495057;
    background-color: #fff;
    width:100%;
    height: 155px;
    padding-left: 15px;
}


.main_contact_area .form_box input:focus, .main_contact_area .form_box textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.main_contact_form{
    margin-top: 55px;
}
.submit_btn .btn{
    padding: 5px 34px;
    background-color: #fbb616;
    color: #fff;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 15px;
    position: relative;
    left: 4%;
}

.main_contact_thumb img{
    position: absolute;
    bottom: -1px;
    left: -111px;
    width: 100%;
}
/*contact info*/

.contact-info-section{
    padding-top: 66px;
    padding-bottom: 66px;
    background: #f2f2fe;
    margin-bottom: 35px;
}
.block-inner .heading h2{
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #29a0da;
}
.block-inner ul{
    padding-top: 30px;
}
.block-inner ul li{
    list-style: none;
}

/*terms&condition css*/

.terms-benefit{
    min-height: 100%;
    background-image: url(../../assets/images/BMSimg/partner-program-benefit.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;

}

.terms-wrapper{
    padding-left: 125px;
    padding-right: 125px;
}
.terms_banner_area{
    padding-bottom:95px ;
}

.terms_banner_content .heading h1{
    color: #2da0da;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    padding-top: 35px;
}
.terms_banner_content .text p{
    font-size: 18px;
    font-family: 'Raleway', sans-serif ;
    font-weight: 600;
    color: #4b4746;
    padding-top: 20px;
}
.terms_banner_content .heading h2{
    color: #f7b811;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
    padding-top: 40px;
}
.terms_banner_content .text-2 p{
    font-size: 17px;
    font-family: 'Raleway', sans-serif ;
    font-weight: 500;
    color: #484745;
    padding-top: 20px;
}
.p-benefit-img-1 img{
    position: absolute;
    top: 17%;
    right: 4%;
    height: 201px;
}
.p-benefit-img-2 img{
    position: absolute;
    top: 16%;
    left: -4%;
    height: 201px;
}
/*footer section*/

.footer-section {
    background-image: url('../../assets/images/BMSimg/footer-bg.png');
     width: 100%;
      background-size: cover;
}


.footer-logo {
    text-align: center;
    margin-top: 83px;
}

.footer-tittle{
    padding-left: 8pc;
}
.footer-tittle h4{
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #959595;
}
.footer-tittle ul {

    padding-top: 30px;
}

.footer-tittle ul li{
    list-style: none;
    padding: 6px;
}
.footer-tittle ul li a{

    color: #959595;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: start;
}

.footer-newsletter h4{
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #959595;
}

.footer-banner_content_text p{

    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color:#858585;
    font-weight: 300;
    line-height: 31px;
    padding-right: 100px;
}
.footer-form form input{
    border: 1px solid #959595;
    padding: 15px 98px;
    background-color: #f9fdfe;
}
.footer-form form input:focus{
    border: 1px solid #959595;
}
.footer-form form input::placeholder{
    font-family: 'Raleway', sans-serif;
    color:#959595;
    font-weight: 300;
    font-size: 15px;
    text-align: left;

}
.footer-form .button{

    padding: 30px 89px;
}

.footer-form .button a {
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #FFF;
    background-color: #FBB616;
    padding: 7px 44px;
    border-radius: 10px;
}
.footer-end  {

    display: flex;
    justify-content: center;
    align-items: center;
}



.border-top-line{
    border: 1px solid #9595952e;
    width: 92%;
    margin-top: 20px;
   
}
.footer-bottom-content-copy p {
    font-family: 'Raleway', sans-serif;
    color:#959595;
    font-weight: 300;

}
/*social icons*/

.footer-bottom {
    border-top: 1px solid #9595952e;
    width: 100%;
    margin-top: 20px;
}

.follow-company-icon a {
    font-size: 20px;
    color: #29a0da;
    margin: 0 5px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
}
.footer-bottom-right-text {
    text-align: right;
}
