html {
  scroll-behavior: smooth;
}
body{
    background-image: url(../img/background.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    text-align: left;
}
.header{
    background-color: black;
}
.header .desktop_header{
    width: 1200px;
    margin: auto;
    display: flex;
}
.header .desktop_header .logo{
    width: 25%;
}
.header .desktop_header .logo img{
    width: 65%;
}
.header .desktop_header .navmenu{
    width: 75%;
    margin-top: 12px !important;
}
.header .desktop_header .navmenu ul{
    display: flex;
    text-decoration: none;
    justify-content: right;
}
.header .desktop_header .navmenu ul li{
    padding: 10px 15px;
    list-style: none;
}
.header .desktop_header .navmenu ul li a{
    color: aliceblue;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.header .desktop_header .navmenu ul li a:hover{
    color: #1B4F9B;
}
.header .desktop_header .navmenu ul li.btnss{
    background-color: #1B4F9B;
    padding: 8px 25px 10px;
    transition: transform 0.5s;
}
.header .desktop_header .navmenu ul li.btnss:hover{
    transform: scale(0.95);
}
.header .desktop_header .navmenu ul li.btnss:hover a{
    color: aliceblue;
}

.mb_header{
    display: none;
}
@media only screen and (max-width: 900px){
    .desktop_header{
        display: none !important;
    }
    .mb_header{
        display: flex;
        padding: 0 10px;
    }
    .mb_header .logo{
        width: 50%;
    }
    .mb_header .logo img{
        width: 50%;
    }
    .mb_header .navmenu{
        width: 50%;
        text-align: right;
    }
    .mb_header .navmenu i{
        color: aliceblue;
        font-size: 50px;
        margin-top: 10px;
    }
	.modal.right .modal-dialog {
		position: fixed;
		margin: 0;
		width: 400px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	.modal.right .modal-body {
		padding: 5px 15px 80px;
	}
    .modal.right.fade .modal-dialog {
		right: 0px;   
        margin-top: -1px;
        margin-right: -2px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
    .modal .modal-dialog .modal-content .modal-body ul li a{
        color: #1B4F9B;
        font-size: 16px;
        font-weight: 500;
        font-family: poppins;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .modal .modal-dialog .modal-content .modal-body ul li a:hover{
        color: #3364ad;
    }
    .modal .modal-dialog .modal-content .modal-body ul li .btnss{
        width: 100%;
        background-color: #1B4F9B;
        transition: transform 0.5s;
        padding: 14px auto;
    }
    .modal .modal-dialog .modal-content .modal-body ul li .btnss:hover{
        transform: scale(0.95);
    }
    .modal .modal-dialog .modal-content .modal-body ul li a.btnss{
        color: aliceblue;
    }
    .modal .modal-body .socil-icons{
        margin-top: 25px;
        text-align: center;
    }
    .modal .modal-body .socil-icons a i{
        color: #fff;
        font-size: 18px;
        margin: auto 10px;
        padding: 5px;
        background-color: #1B4F9B;
    }
}
@media only screen and (max-width: 600px){
    .modal .modal-dialog .modal-content .modal-body ul li a{
        font-size: 14px;
    }
    .modal .modal-body .socil-icons a i {
        font-size: 16px;
        padding: 3px;
    }
    .modal .modal-body .socil-icons {
        margin-top: 10px;
    }
    .mb_header .logo img{
        width: 85%;
        padding-bottom: 5px;
    }
    .mb_header .navmenu i {
        color: aliceblue;
        font-size: 30px;
        margin-top: 12px;
    }
	.modal.right .modal-dialog {
		width: 320px;
	}
}

/*============Slider=============*/
.slide .carousel-inner .carousel-item img{
    height: 550px;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
    background-color: #1B4F9B !important;
    padding: 7px;
}
.ico {
    background-color: #1B4F9B;
    height: 35px;
    width: 35px !important;
    margin: auto 100px;
    border: none;
    border-radius: 30px;
}
.carousel .carousel-indicators li.active{
    background-color: #1B4F9B;
}
.carousel .carousel-indicators li{
    background-color: #abc4ec;
    padding: 2.1px;
}
@media only screen and (max-width: 900px){
    .slide .carousel-inner .carousel-item img {
        height: auto;
    }
    .carousel-control-next{
        margin: auto 15px !important;
    }
    .carousel-control-prev {
        margin: auto 15px !important;
    }
}

/*===========service box===============*/
.service_box{
    width: 1200px;
    margin: 60px auto 50px;
    text-align: center;
}
.service_box h1{
    font-size: 30px;
    font-family: nunito;
    font-weight: 800;
}
.service_box hr{
    width: 65px;
    border: 1px solid #1B4F9B;
}
.service_box h1 span{
    font-weight: 400;
}
.service_box .section{
    display: flex;
    margin-top: 30px;
}
.service_box .section .tablet_box{
    display: flex;
    width: 100%;
}
.service_box .section .tablet_box .mobile_box{
    display: flex;
    width: 50%;
}
.service_box .section .tablet_box .mobile_last{
    width: 50%;
    margin-right: -100px;
}
.service_box .section .tablet_box .mobile_last .box{
    width: 100%;
}
.service_box .section .tablet_box .mobile_box .box,
.service_box .section .tablet_box .mobile_last .box{
    width: 50%;
    border: 1px solid #1B4F9B;
    padding: 20px 5px 15px;
    transition: transform 0.5s;
    cursor: pointer;
}
.service_box .section .tablet_box .mobile_box .box:hover,
.service_box .section .tablet_box .mobile_last .box:hover{
    transform: scale(0.95);
}
.service_box .section .tablet_box .mobile_box .box i{
    font-size: 23px;
    margin-bottom: 9px;
    color: #1B4F9B;
}
.service_box .section .tablet_box .mobile_box .box p{
    font-family: nunito;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
}
@media only screen and (max-width: 900px){
    .service_box{
        width: auto;
        margin: 45px auto 30px;
        padding: 0 15px;
    }
    .service_box .section {
        display: block !important;
        margin-top: 30px;
    }.service_box h1 {
        font-size: 27px;
    }
    .service_box .section .tablet_box .mobile_last{
        width: 50%;
        margin-right: 0px;
    }
    .service_box .section .tablet_box .mobile_box {
        display: flex;
        width: 60%;
    }
}
@media only screen and (max-width: 600px){
    .service_box {
        margin: 35px auto 25px;
        padding: 0 15px;
    }
    .service_box h1 {
        font-size: 21px;
    }
    .service_box hr {
        width: 50px;
    }
    .service_box .section .tablet_box {
        display: block;
    }
    .service_box .section .tablet_box .mobile_box {
        width: 100%;
    }
    .service_box .section .tablet_box .mobile_box .box{
        border: 0;
    }
    .service_box .section .tablet_box .mb_border{
        border-top: 1px solid #1B4F9B;
    }
    .service_box .section .tablet_box .mobile_box .boxs,
    .service_box .section .tablet_box .mb_border .boxs{
        border-right: 1px solid #1B4F9B;
    }
    .service_box .section .tablet_box .mobile_box .box p {
        font-size: 13px;;
        line-height: 1em;
    }
    .service_box .section .tablet_box .mobile_box .box i {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .service_box .section .tablet_box .mobile_box .box {
        padding: 15px 5px 6px;
    }
    .service_box .section .tablet_box .mobile_last{
        width: 100%;
       border-bottom: 1px solid #1B4F9B;
    }
    .service_box .section .tablet_box .mobile_last .box{
        width: 100%;
    }
}

/*========About Section==========*/
.about-section{
    display: flex;
    width: 1200px;
    margin: 70px auto 40px;
    text-align: left;
}
.about-section .contact-section{
    width: 35%;
    background-color: #1B4F9B;
    padding: 50px 35px 30px;
    border-radius: 5px;
}
.about-section .contact-section h2{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: nunito;
}
.about-section .contact-section h2 span{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.about-section .contact-section label{
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 400;
    font-family: nunito;
    margin-bottom: -5px;
}
.about-section .contact-section label span{
    color: rgb(254, 165, 0);
    font-size: 17px;
    padding-left: 5px;
}
.about-section .contact-section input,
.about-section .contact-section select,
.about-section .contact-section select option{
    font-size: 14px;
    color: #000;
    font-family: nunito;
    font-weight: 400;
    padding: 5px 10px !important;
    border-radius: 2px;
    border: none;
    width: 100%;
    margin-bottom: 6px;
}
.about-section .contact-section input:focus,
.about-section .contact-section select:focus{
    outline: 0;
}
.about-section .contact-section .btn{
    margin-top: 10px;
    padding: 10px 30px !important;
    width: auto;
    background-color: #fff;
    color: #1B4F9B;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 0.5s;
}
.about-section .contact-section .btn:hover{
    transform: scale(0.95);
}
.about-section .about{
    width: 65%;
    padding-top: 5px;
    padding-left: 50px;
}
.about-section .about h3{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    font-family: nunito;
}
.about-section .about h3 span{
    font-weight: 400;
    font-size: 28px;
}
.about-section .about hr{
    margin: 0 !important;
    width: 10%;
    border: #1B4F9B solid 2.2px;
    border-radius: 5px;
}
.about-section .about p{
    font-size: 16px;
    font-weight: 400;
    font-family: nunito;
    color: #1e1e1e;
}
.about-section .about p span{
    font-size: 35px;
    color: #1B4F9B;
}
.about-section .about button{
    margin-top: 10px;
    font-size: 15px;
    font-family: nunito;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 30px;
    border: none;
    background-color: #1B4F9B;
    color: #fff;
    letter-spacing: 1px;
    transition: transform 0.5s;
    cursor: pointer;
}
.about-section .about button:hover{
    transform: scale(0.95);
}
@media only screen and (max-width: 900px){
    .carousel .carousel-inner .carousel-item img{
        height: auto;
    }
    .about-section {
        display: flex;
        width: 100%;
        margin: 50px 10px;
    }
    .about-section .contact-section {
        width: 40%;
        background-color: #1B4F9B;
        padding: 35px 20px 20px;
        border-radius: 5px;
    }
    .about-section .about {
        width: 60%;
        padding: 20px 10px 20px 15px;
    }
    .about-section .about h3 {
        font-size: 29px;
    }
    .about-section .about p span {
        font-size: 30px;
        color: #1B4F9B;
    }
    .about-section .about p {
        font-size: 14px;
    }
    .about-section .about button {
        margin-top: 7px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px){
    .about-section {
        display: block;
        width: 98%;
    }
    .about-section .contact-section {
        width: 94%;
    }
    .about-section .about {
        width: 94%;
        padding: 50px 10px 20px 15px;
    }
}

/*==========Our Service======*/
.our_service{
    background-color: #1b4e9b75;
    padding: 50px 0 35px;
}
.our_service .services{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.our_service .services h3{
    font-size: 32px;
    font-family: nunito;
    font-weight: 800;
    color: antiquewhite;
    letter-spacing: 0.5px;
}
.our_service .services h3 span{
    font-weight: 400;
}
.our_service .services hr{
    width: 65px;
    border: 1px solid #ffffff;
}
.our_service .services .section{
    display: flex;
}
.our_service .services .mid_sec{
    width: 300px;
    margin: auto;
}
.our_service .services .section .tablet_box{
    width: 25%;
}
.our_service .services .section .middle_box{
    width: 100%;
}
.our_service .services .section .tablet_box .box{
    background-color: #f4fcfa;
    margin: 10px 10px 20px;
    padding: 40px 15px 20px;
}
.our_service .services .section .tablet_box .box i{
    font-size: 30px;
    color: #1B4F9B;
    margin-bottom: 10px;
}
.our_service .services .section .tablet_box .box h4{
    font-size: 18px;
    font-weight: 800;
    color: #1B4F9B;
    font-family: nunito;
    letter-spacing: 0.5px;
}
.our_service .services .section .tablet_box .box p{
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
}
@media only screen and (max-width: 900px){
    .our_service .services {
        width: auto;
    }
    .our_service .services .section {
        display: block;
    }
    .our_service .services .section .tablet_box {
        width: 100%;
        display: flex;
    }
    .our_service .services .section .tablet_box .box {
        margin: 10px 10px 15px;
        width: 50%;
    }
    .our_service .services .mid_sec {
        width: auto;
        margin: auto;
    }
}
@media only screen and (max-width: 600px){
    .our_service .services .section .tablet_box {
        width: 100%;
        display: block;
    }
    .our_service .services .section .tablet_box .box {
        margin: 10px 20px 20px;
        width: 90%;
    }
}

/*==========Why Choose=====*/
.why_choose{
    margin: auto;
    width: 1200px;
    padding: 60px 0;
    text-align: center;
}
.why_choose h2{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    font-family: nunito;
}
.why_choose h2 span{
    font-weight: 400;
}
.why_choose hr{
    width: 65px;
    border: 1px solid #1B4F9B;
}
.why_choose .section{
    display: flex;
}
.why_choose .section .tablet{
    display: flex;
    width: 50%;
}
.why_choose .section .tablet .box{
    border: 1px solid #1B4F9B;
    padding: 35px 7px 15px;
    width: 50%;
    margin: 5px;
}
.why_choose .section .tablet .box i{
    font-size: 30px;
    color: #1B4F9B;
    margin-bottom: 10px;
}
.why_choose .section .tablet .box h5{
    font-size: 18px;
    font-weight: 800;
    color: #1B4F9B;
    font-family: nunito;
    letter-spacing: 0.5px;
}
.why_choose .section .tablet .box p{
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
}

@media only screen and (max-width: 900px){
    .why_choose{
        width: auto;
        padding: 50px 15px 40px;
    }
    .why_choose .section{
        display: block;
    }
    .why_choose .section .tablet{
        width: 100%;
    }
    .why_choose .section .tablet .box {
        padding: 35px 15px 15px;
        width: 50%;
        margin: 10px;
    }
}

@media only screen and (max-width: 600px){
    .why_choose h2 {
        font-size: 27px;
    }
    .why_choose .section .tablet{
        display: block;
    }
    .why_choose .section .tablet .box {
        padding: 35px 15px 15px;
        width: 95%;
        margin: 10px 10px 15px;
    }
}

/*========Testimonials==*/
.testimonials{
    background-color: #1b4e9b75;
    padding: 70px 0 50px;
    text-align: center;
}
.testimonials h3{
    font-size: 32px;
    font-family: nunito;
    font-weight: 800;
    color: antiquewhite;
    letter-spacing: 0.5px;
}
.testimonials h3 span{
    font-weight: 400;
}
.testimonials hr{
    width: 65px;
    border: 1px solid #ffffff;
}
.testimonials .testislide{
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}
.testimonials .testislide .boxs{
    text-align: left;
    width: 750px;
    margin: auto;
}
.testimonials .testislide .boxs img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.testimonials .testislide .boxs h5{
    font-size: 17px;
    font-weight: 500;
    font-family: poppins;
    color: #1B4F9B;
    letter-spacing: 0.5px;
    text-align: right;
}
.testimonials .testislide .boxs p{
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
    color: #000;
}

@media only screen and (max-width: 900px){
    .testimonials .testislide {
        width: auto;
    }
    .testimonials .testislide .boxs {
        width: 600px;
    }
}
@media only screen and (max-width: 600px){
    .testimonials .testislide .boxs img{
        width: 52px;
        height: 52px;
    }
    .testimonials .testislide .boxs{
        width: 300px;
        text-align: center;
    }
    .testimonials .testislide .boxs h5 {
        font-size: 15px;
    }
    .testimonials .testislide .boxs h5{
        text-align: center;
    }
}

/*========Contact Us==========*/
.contact_us{
    width: 1200px;
    margin: auto;
    padding: 70px 0 40px;
}
.contact_us .section-box{
    display: flex;
    width: 1150px;
    margin: auto;
}
.contact_us .section-box .contact-section{
    width: 50%;
    text-align: left;
    margin-top: 40px;
}
.contact_us .section-box .contact-section h3{
    font-size: 28px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}
.contact_us .section-box .contact-section h3 span{
    font-size: 28px;
    font-weight: 400;
    font-family: nunito;
    color: #000;
}
.contact_us .section-box .contact-section hr{
    margin: 10px 0 20px !important;
    width: 10%;
    border: #1B4F9B solid 1.8px;
    border-radius: 5px;
}
.contact_us .section-box .contact-section .section{
    display: flex;
}
.contact_us .section-box .contact-section .section .box{
    width: 10%;
}
.contact_us .section-box .contact-section .section .box i{
    font-size: 15px;
    padding: 14px;
    color: #fff;
    border: 1px solid #1B4F9B;
    background-color: #1B4F9B;
    border-radius: 30px;
}
.contact_us .section-box .contact-section .section .box .fa-whatsapp{
    padding: 13px 14px;
    font-size: 20px;
}
.contact_us .section-box .contact-section .section .box .fa-envelope{
    padding: 14px 13px;
    font-size: 15px;
}
.contact_us .section-box .contact-section .section .box .fa-location-dot{
    padding: 14px 16px;
}
.contact_us .section-box .contact-section .section .boxs{
    width: 80%;
}
.contact_us .section-box .contact-section .section .boxs h4{
    font-size: 18.5px;
    font-family: nunito;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.contact_us .section-box .contact-section .section .boxs p,
.contact_us .section-box .contact-section .section .boxs p a{
    font-size: 15px;
    font-family: nunito;
    font-weight: 500;
    color: #1B4F9B;
}
.contact_us .section-box .contact-section .section .boxs p a:hover{
    text-decoration: none;
    color: #ff0000;
}
.contact_us .service-headeing{
    width: 850px !important;
    margin-bottom: 40px;
}
.contact_us .section-box .contact-form{
    background-color: #1B4F9B;
    padding: 50px 30px 20px;
    margin-left: 150px;
    margin-right: 40px;
    margin-top: -15px;
    border-radius: 5px;
}
.contact_us .section-box .contact-form h3,
.contact_us .section-box .contact-form h3 span{
    font-size: 24px;
    color: #fff;
}
.contact_us .section-box .contact-form hr{
    border-color: #fff !important;
}
.contact_us .section-box .contact-form label{
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 400;
    font-family: nunito;
    margin-bottom: -5px;
}
.contact_us .section-box .contact-form label span{
    color: red;
    font-size: 20px;
    padding-left: 5px;
}
.contact_us .section-box .contact-form input,
.contact_us .section-box .contact-form textarea{
    font-size: 14px;
    color: #000;
    font-family: nunito;
    font-weight: 400;
    padding: 5px 10px !important;
    border-radius: 2px;
    border: none;
    width: 100%;
    margin-bottom: 6px;
}
.contact_us .section-box .contact-form .btn{
    margin-top: 10px;
    padding: 10px 30px !important;
    width: auto;
    background-color: #fff;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.5s;
}

@media only screen and (max-width: 900px){
    .contact_us {
        width: auto;
        margin: auto;
        padding: 70px 10px 40px;
    }
    .contact_us .service-headeing {
        width: 750px !important;
    }
    .contact_us .section-box {
        width: 100%;
        padding: 0 10px;
    }
    .contact_us .section-box .contact-section {
        width: 50%;
        text-align: left;
        margin-top: 30px;
    }
    .contact_us .section-box .contact-section hr {
        width: 20%;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 19%;
    }
    .contact_us .section-box .contact-form {
        margin-top: -15px !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 600px){
    .contact_us {
        width: auto;
        margin: auto;
        padding: 40px 0 20px;
    }
    .contact_us .service-headeing{
        width: 100% !important;
    }
    .contact_us .section-box{
        display: block;
    }
    .contact_us .section-box .contact-section {
        width: 100%;
    }
    .contact_us .section-box .contact-section h3,
    .contact_us .section-box .contact-section h3 span {
        font-size: 23px;
    }
    .contact_us .section-box .contact-section .section .box i {
        font-size: 13px;
    }
    .contact_us .section-box .contact-section .section .box .fa-whatsapp {
        font-size: 17px;
    }
    .contact_us .section-box .contact-section .section .boxs h4 {
        font-size: 18px;
        margin-top: 0px;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 16%;
    }
    .contact_us .section-box .contact-section .section .boxs {
        width: 84%;
    }
    .contact_us .section-box .contact-section .section .boxs p, 
    .contact_us .section-box .contact-section .section .boxs p a {
        font-size: 14px;
        line-height: 1.2em;
    }
    .contact_us .section-box .contact-form {
        margin-top: 20px !important;
        padding: 40px 25px 20px;
        
    }
}

/*==========footer Css==========*/
.footer{
    background-color: #1B4F9B;
    padding: 50px 10px 10px;
    margin-top: 30px;
}
.footer .footer-box{
    width: 750px;
    margin: auto;
    text-align: center;
}
.footer .footer-box .socil-icons i{
    color: #f0f0f0;
    padding: 0px 15px 30px;
    font-size: 22px;
}
.footer .footer-box p{
    font-size: 14px;
    color: #f0f0f0;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer .footer-box h6,
.footer .footer-box h6 a{
    color: #f0f0f0;
    font-size: 14px;
    font-family: nunito;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
}
.footer .footer-box h6 a:hover{
    text-decoration: none;
}
.footer .footer-box hr{
    border-color: #c2c2c2;
    margin: 5px auto 15px auto;
    width: 80%;
}
.footer .footer-box h5{
    font-size: 14px;
    color: #e6e6e6;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.footer .footer-box img{
    height: 18px;
}


@media only screen and (max-width: 600px){
    .footer .footer-box{
        width: 100%;
    }
    .footer .footer-box .socil-icons i {
        padding: 0px 14px 30px;
        font-size: 20px;
    }
    .footer .footer-box p {
        font-size: 13px;
    }
    .footer .footer-box h5 {
        font-size: 13px;
        line-height: 23px;
    }
    .footer .footer-box img {
        height: 16px;
    }
}
/*=========Others Page===========*/
.hero{
    background: url(../img/back.webp), linear-gradient(#00000032, #00000032);
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
}
.hero h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: nunito;
}
.hero p,
.hero p a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
}
.hero p a:hover{
    text-decoration: none;
}
.content-section{
    margin: auto;
    width: 1150px;
    padding: 40px 0;
}
.content-section h1{
    font-size: 24px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}
.content-section h2{
    font-size: 22px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}
.content-section h3{
    font-size: 18px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}

.content-section p{
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
    color: #000;
    line-height: 1.3em;
}


@media only screen and (max-width: 900px){
    .hero{
        margin-top: 0px;
    }
    .content-section {
        margin: auto;
        width: 96%;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 600px){
    .content-section{
        padding: 20px 0 0;
    }
    .content-section h1{
        font-size: 22px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    .content-section h2{
        font-size: 20px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    .content-section h3{
        font-size: 17px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    
    .content-section p{
        font-size: 14px;
        font-weight: 400;
        font-family: nunito;
        color: #000;
        line-height: 1.3em;
    }
}

/*=============Footer Bottom============*/
.foot_botom{
    display: none;
}
@media only screen and (max-width: 900px){
    .footer {
      background-color: #1b4f9b;
      padding: 50px 10px 80px;
      margin-top: 30px;
    }
    .foot_botom {
      display: flex;
      padding: 10px 0 5px;
      position: fixed;
      bottom: 0;
      background-color: #fff;
      box-shadow: 0 0 10px #0000003e;
      width: 100%;
    }
    .foot_botom .box{
        width: 25%;
        text-align: center;
    }
    .foot_botom .box a{
        text-decoration: none;
    }
    .foot_botom .box a i{
        font-size: 23px;
        color: #021f1f;
    }
    .foot_botom .box a .fa-phone-volume{
        rotate: -22deg;
    }
    .foot_botom .box a p{
        font-size: 14px;
        color: #021f1f;
        font-weight: 400;
        font-family: nunito;
    }
}
@media only screen and (max-width: 600px){
    .foot_botom{
        padding: 6px 0 0px;
        box-shadow: 0px 0px 10px #00000050;
    }
    .foot_botom .box a i {
        font-size: 18px;
    }
    .foot_botom .box a p {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
}