/* Custom CSS */



*{

	padding: 0;

	margin: 0;

	box-sizing: border-box;

}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');



.call_contact {
    padding: 8px 20px;
    /* margin: auto; */
    font-weight: 600;
    background-color: #D83A00;
    border-radius: 20px;
    text-decoration: none;
    color: white !important;
}

.call_contact:hover{	

	color: #fff !important;

}

.btn.btn_bg{

	background-color: #D83A00 !important;

	color: #fff !important;

	font-weight: bold !important;

}
.btn_reg_bg {
    font-size: 16px !important;
}

.btn_design {
    width: 82%;
    display: flex;
    justify-content: space-between;
}

.nav-link.active{

	font-size: 18px !important;

	color: #F57D4A !important;

	font-weight: bold !important;

}

.nav-link{

	font-size: 18px !important;

	color: #4D4744 !important;

	font-weight: 500 !important;

}

.nav-link:hover{	

	color: #F57D4A !important;

}

.nav-link.btn_bg:hover{	

	color: #fff !important;

}



.modal.left .modal-dialog {

	position:fixed;

	right: 0;

	margin: auto;

	width: 40%;

    height: 90%;

	-webkit-transform: translate3d(0%, 0, 0);

	-ms-transform: translate3d(0%, 0, 0);

	-o-transform: translate3d(0%, 0, 0);

	transform: translate3d(0%, 0, 0);

	border-left: 3px solid #D83A00;

	

}



.modal.left .modal-content {

	height: 100%;

	overflow-y: auto;

}



.modal.right .modal-body {

	padding: 15px 15px 80px;

}



.modal.right.fade .modal-dialog {

	left: -320px;

	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;

	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;

	-o-transition: opacity 0.3s linear, left 0.3s ease-out;

	transition: opacity 0.3s linear, left 0.3s ease-out;

}



.modal.right.fade.show .modal-dialog {

	right: 0;

}



/* ----- MODAL STYLE ----- */

.modal-content {

	border-radius: 0;

	border: none;

}



.modal-header {

	border-bottom-color: #eeeeee;

	background-color: #fafafa;

}





.login_reg_model_bg{

	background-image: url("images/data_encript.png");

	background-repeat: no-repeat;

	background-position: bottom right;

	position: relative;

}



.login_reg_model_bg .login_modal_footer{

	position: absolute;

	bottom: 5%;

	left: 5%;

	max-width: 60%;

}

.title_2{

	font-size: 22px;

    font-weight: 600;

    font-family: 'Montserrat', sans-serif;

}

.color_heading{

	color: #D83A00;

}



.form-control:focus {

    color: #212529;

    background-color: #fff;

    border-color: #D83A00;

    outline: 0;

    box-shadow: 0 0 0 0.1rem rgb(255 38 0 / 23%);

}



#tf-partical-wrap {

    position: fixed;

    top: 0;

    left: 0;

    height: 100vh;

    width: 100%;

    overflow: hidden;

    z-index: -1;

}



.tf-ball {

    position: absolute;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -ms-border-radius: 100%;

    -moz-border-radius: 100%;

    font-weight:bold;

    opacity:0.4;

    font-size:16px;

}



.banner {

    padding: 50px 0;

    position: relative;

    display: flex;

    align-items: center;

    background: url(images/big_ils_2.png) no-repeat;

    background-size: contain;

    background-position: left;

}

.banner::after {

    content: '';

    background: url(images/banner_ils.png) no-repeat;

    background-size: contain;

    background-position: bottom right;

    position: absolute;

    right: 0;

    top: 0;

    height: 60%;

    width: 100%;

    z-index: -1;

}

h4.banner-title1 {

    color: #55bc7e;

    font-family: 'Nunito', sans-serif;

    font-size: 14px !important;

    font-weight: 600 !important;

    line-height: 1.5;

    margin-bottom: 0;

}

h4.banner-title3 {

    color: #1B2B7C;

    font-family: 'Nunito', sans-serif;

    font-size: 20px !important;

    font-weight: 600 !important;

    line-height: 1.5;

    margin-bottom: 0;

}

.banner_title {

    font-size: 32px !important;

    line-height: 1.2 !important;

    font-weight: bold !important;

    color: #263d48 !important;

    text-transform: capitalize !important;

    font-family: 'Nunito', sans-serif;

    margin-bottom:0px;

}

.banner_points{

    margin: 25px 0 40px;

}

.banner_points_li{

    margin-bottom: 5px;

    font-size: 15px;

    font-family: 'Nunito', sans-serif;



}


.banner_points i{

    color: #55bc7e;

}

.banner_para{

    font-size: 18px;

    color: #828f99 !important;

    font-family: 'Nunito', sans-serif;

    width: 85%;

}

.btn_reg_bg{

    border-radius: 100px;

    background-color: #D83A00 !important;

    color: #fff !important;

    font-weight: bold !important;

    margin: 20px 0px;

}

a.btn_reg_bg:hover{

    color: #fff !important;

}

.top_header {

    background: rgb(240 249 240);

}



.footer{

	background: #f8f9fa;

	padding: 50px 0px;

}

.copyright{

	background: rgb(215 229 216);

	text-align: center;

	padding: 8px 0px;

	color: #4D4744 !important;

    font-weight: 500 !important;

}





/* Counter */

.site-counter {

    position: relative;

    text-align: center;

}

.site-counter .container .counter {

    position: relative;

}



.site-counter .d-line {

    border-right: 2px solid #f1f1f1;

}

.site-counter .row div:last-child .d-line {

    border: none;

}

h3:not([class^="elementor-"]):not(.header_site_title):not([class^="eael-"]):not(.team-title), .detail-content.single_page h3 {

    font-size: 32px;

    font-weight: 700;

    line-height: 1.3;

    text-transform: inherit;

    margin-bottom: 1px;

    color: #263d48;

}

.counter-item p{

	font-weight: 600;

}





.footer_about_pera{

	margin-top: 25px;

	text-align: justify;

}

.footer_headings {

    font-size: 18px;

    color: #F57D4A;

    text-transform: uppercase;

    padding-left: 50px;

    font-weight: bold;

    margin-top: 15px;

}

.footer_headings_follow_us{

	font-size: 18px;

    color: #F57D4A;

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 15px;

}

.footer_list {

    list-style-type: none;

    padding-left: 50px;

    margin-top: 30px;

}

.footer_list li{

	position: relative;

    background: url(images/bullet.png) no-repeat left 9px;

    padding-left: 17px;

    line-height: 28px;

}

.footer_list li a{

	font-size: 16px;

    color: #6c757d;

    text-decoration: none;

    font-weight: 500;

}

.footer_list li a:hover{

    color: #F57D4A;

}

.footer-list-social-media-link{

	display: flex;

    margin-top: 30px;

}

.footer-list-social-media-link a{

	height: 45px;

    width: 45px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    box-shadow: 0 1px 2px #00000029;

    cursor: pointer;

    margin-right: 10px;

}



/* Contact Us */



.site-contact {

    background-color: rgba(238,238,238,1);

    /* padding-top: 80px; */

    /* padding-bottom: 80px; */

    position: relative;

    display: flex;

    align-items: center;

    background: url(images/contact_bg_1.png) no-repeat;

    background-size: contain;

    background-position: left;

}

.site-contact::after {

    content: '';

    background: url(images/banner_ils.png) no-repeat;

    background-size: contain;

    background-position: bottom right;

    position: absolute;

    right: 0;

    top: 0;

    height: 60%;

    width: 100%;

    z-index: -1;

}

.site-contact .row {

    display: flex;

}

.site-contact .row .sfe_col{

    display: flex;

    align-items: center;

    justify-content: center;

}

.site-contact .contact-info .info-content h4 {

    font-size: 20px !important;

}

.site-contact .contact-info .info-content p {

    font-size: 90%;

}

.contact-info p.contact-para{margin:0 0 20px;}



.contact-info .map iframe{width: 100%; border:none;}



.contact-info .info-item {

	display: flex;

	margin-bottom: 20px;

}



.contact-info .info-icon{margin-right: 15px;}



.contact-info .info-icon i{

	font-size: 20px;

    color: #fff;

    border-radius: 50%;

    background: #D83A00;

    height: 40px;

    width: 40px;

    text-align: center;

    line-height: 2;

    margin-top: 5px;

}



.contact-info p.contact-para {

    margin: 0 0 20px;

}

.section_title {

    font-weight: 700 !important;

    color: #120F2D;

}



.sun_bg{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	background-image: url(images/bg_sun.png);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: -5;

}



.customer_support{

	padding: 40px 0;

    background: #fff;

    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 60px 0px inset;

    align-items: center;

}







/* Features  */



.section-features {

    padding: 80px;

    position: relative;

    z-index: 1;

}

.section-heading {

    padding: 0 0 0.9rem 0;

    font-weight: bold;

    font-size: 1rem;

    line-height: 150%;

    letter-spacing: 0.05em;

    text-transform: uppercase;

    color: #FB5472;

    text-align: center;

}

.section-heading span {

    padding-left: 1.8rem;

    position: relative;

}

.section-heading span:before {

    content: '';

    display: block;

    width: 0.8rem;

    height: 0.8rem;

    left: 0;

    top: 0.45rem;

    position: absolute;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    border: 2px solid #FB5472;

}

.get-list {

    margin: 3rem -1.5rem 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.get-list__item {

    padding: 20px;

    margin: 0 1.5rem 3rem;

    width: calc(33.33% - 3rem);

    background: #fff;

    -webkit-box-shadow: 0px 1rem 2.6rem rgb(36 73 168 / 15%);

    box-shadow: 0px 1rem 2.6rem rgb(36 73 168 / 15%);

    overflow: hidden;

    -webkit-border-radius: 1rem;

    border-radius: 1rem;

    position: relative;

}

.get-list__item:before {

    content: '';

    width: 170px;

    height: 170px;

    border: 30px solid rgba(219, 223, 243, 0.3);

    background: #fff;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    position: absolute;

    left: 0;

    top: 0;

    -webkit-transform: translate(-36%, -36%);

    -ms-transform: translate(-36%, -36%);

    transform: translate(-36%, -36%);

    z-index: 0;

}

.get-list__item:nth-child(3n-1) {

    -webkit-transform: translateY(2.1rem);

    -ms-transform: translateY(2.1rem);

    transform: translateY(2.1rem);

}

.get-list__heading {

    padding-left: 0.3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: relative;

    z-index: 1;

}

.get-list__icon {

    width: 7.2rem;

    padding-right: 1rem;

    -ms-flex-negative: 0;

    flex-shrink: 0;

}

.get-list__title {

    font-family: Aleo, arial, sans-serif;

    font-weight: bold;

    font-size: 18px;

    line-height: 120%;

    color: #1B2B7C;

    text-transform: capitalize;

}

.get-list__text {

    padding-left: 0.3rem;

    margin-top: 12px;

    font-size: 14px;

    line-height: 170%;

    position: relative;

    z-index: 1;

}

.h2 {

    font-weight: bold;

    font-size: 2.8rem;

    padding-top: 0;

        color: #1B2B7C;

    font-family: Aleo, arial, sans-serif;

    text-transform: capitalize;

    text-align: center;

}



/* About Us */



.about {

    padding: 80px 0;

    position: relative;

}



.about-main {

    position: relative;

    background-size: contain;

    background-attachment: fixed;

    background-repeat: no-repeat;

    background-position: left center;

    border-radius: 20px;

    overflow: hidden;

}

.about-main {

    background-image: url(images/about_us.jpg);

    background-color: rgba(20,20,20,0);

    background-repeat: no-repeat;

    background-position: left center;

    background-attachment: scroll;

}



.about-main::before {

    content: '';

    background: #fff;

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 40%;

    z-index: -1;

}



.about-content {

    background: #181d38;

    padding: 40px 60px;

    margin: 40px 0;

    border-radius: 0 20px 20px 0;

}

.about-content h4, .about-content h2 a {

    color: #fff;

}

.about-content .about-title, .call-to-action .call-content h3 {

    color: #fff !important;

    font-weight: 800!important;

    line-height: 1.2!important;

    margin-bottom: 10px;

}

.about-content p {

    margin: 20px 0;

    color: #fff;

}

.about-content .per-btn, .about-content .per-btn:focus {

    color: #fff!important;

}





/* Price Section */



.pricing{

    padding: 80px 0;

}
.contact_img {
    width: 80% !important;
}

.desktop_view{
    display: block !important;
}

.mobile_view{
    display: none !important;
}



@media only screen and (max-width: 600px) {

    .desktop_view{
        display: none !important;
    }
    
    .mobile_view{
        display: block !important;
    }

    .footer_content {
        margin-bottom: 10px;
    }
    .footer_list li a {
        font-size: 14px !important;
    }
    

  .section-features{

    display: none;

  }

  .space_class {
    margin-top: 40px;
}

  .contact_img {
    width: 100% !important;
}

  .site-contact .row .sfe_col {

    display: flex;

    align-items: center;

    justify-content: start;

}

.btn_design {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.btn_design {
    width: 100%;
}

.footer_headings {

  

    padding-left: 0px;

  

}

.footer_list {

    

    padding-left: 0px;

}

.copyright {

    font-size: 12px;

}

/* .col-sm-6, .col-sm-5{

    margin-top: 40px;

} */

.btn_reg_bg {
    margin: 10px 10px;
}

.modal.left .modal-dialog {



    width: 100%;

    height: 100%;



}

.login_reg_model_bg{

    background-image: url("images/data_encript_mobile.png");

    background-repeat: no-repeat;

    background-position: bottom right;

    position: relative;

}

.banner {

    padding: 25px 0;

}

.pricing{

    padding: 40px 0;

}

.about-content {

    padding: 40px 30px;

    margin: 40px 0;

}

.about {

    padding-top:40px;

    padding: 0;

    position: relative;

}

.footer{

    display: none;

}

.banner_para{

    font-size: 16px;

    

    width: 100%;

}

}