@font-face {
    font-family: "Filson Soft";
    src: url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.eot");
    src: url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bab15956435794e3d48309ddf0700b4c.svg#Filson Soft")format("svg");
} 
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    scroll-behavior: smooth!important;
    scroll-padding-top: 100px;
}
body{
    overflow-x: hidden;
}
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

strong{
    font-family: "Filson Soft";
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container{
    max-width: 1200px!important;
}
p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #122049;
}
a,a:hover{
    color: inherit;
    text-decoration: none;
}
ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
/* header css start  */
.customNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent!important;
}
.logoMenuwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.arrowlink {
    position: relative;
    transition: all .3s ease-in-out;
}
.arrowlink:hover, .arrowlink:hover:before, .arrowlink.current ,.arrowlink.current:before{
    color: #00bdff;
    opacity: 1;
}
.arrowlink:before {
    content: "\f106";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    color: #00bdff;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.menu_nav_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.toggle_close, .toggle_open{
    display: none!important;
}
.toggle_close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #fff;
}
.toggle_open {
    background: transparent linear-gradient(62deg, #00bdff 0%, #a32fa3 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    box-shadow: 10px 20px 15px #12204933;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}
.nav_logo, .nav_inner_icons{
    display: none!important;
}
.nav_inner_icons a{
    transition: all .3s ease-in-out;
}
.nav_inner_icons a:hover{
    transform: scale(1.1);
}
.menu_nav {
    color: #122049 !important;
    font-size: 17px;
    font-weight: 700;
    font-family: "Filson Soft";
}
.navWrap{
    padding: 50px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    transition: all .3s ease-in-out;
}
.sticky{
    background-color: #ffffff60;
    backdrop-filter: blur(10px);
    padding: 20px 0px;
    transition: all .3s ease-in-out;
}
.socialicons a:hover {
    transform: scale(1.1);
}
.socialicons a {
    color: #122049;
    transition: all .3s ease-in-out;
}
.socialicons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.socialicons i {
    font-size: 25px;
}
/* header css end  */
.Wrapper{
    position: relative;
    padding-top: 10%;
}
.herowrap {
    position: relative;
}
.heroImg {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    max-width: 900px;
}
.herocontent p {
    padding: 30px 0px;
    font-size: 17px;
    font-weight: 500;
}
.herocontent h1 {
    font-size: 56px;
    font-weight: 700;
    font-family: "Filson Soft";
    color: #122049;
}
.herocontent {
    padding: 30px 0px;
    position: relative;
    display: flex;
}
.herobtns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0px;
}
.wrapper_left_img a {
    position: absolute;
    bottom: 140px;
    color: #ffffffd1;
    font-weight: 500;
    transition: all .3s ease-in-out;
    transform: matrix(0, -1, 1, 0, 0, 0);
    display: flex;
    gap: 10px;
    align-items: center;
}
.wrapper_left_img a:hover {
    transform: matrix(0, -1, 1, 0, 0, 20);
}
.wrapper_left_img {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 6%;
    z-index: 1;
}
/* .btn1 .btn2 default class  */
.btn1 {
    background: linear-gradient(81deg, #00bdff 0%, #a32fa3 100%) 0% 0% no-repeat;
    color: #fff!important;
    font-size: 17px;
    border-radius: 30px;
    padding: 13px 35px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: inline-block;
    border: 0;
}
.btn1:hover, .btn2:hover {
    box-shadow: 10px 20px 15px #12204933;
    transform: scale3d(1.05, 1.05, 1.05);
}
.btn2 {
    color: #122049;
    border: 1px solid #122049;
    font-size: 17px;
    border-radius: 30px;
    padding: 13px 35px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn2 i{
    color: #122049;
    font-size: 18px;
}
.herocontent-inner{
    width: 100%;
    max-width: 500px;
}
.heroFloating {
    position: absolute;
    right: 11%;
    top: -36%;
    width: 100%;
    max-width: 450px;
    z-index: 0;
}
/* slider sections css */
.sliderSec {
    padding: 50px 0px;
}
.homeslider{
        margin-top: 8%;
}
.item:hover img {
    filter: unset;
    transform: scale(1.05);
}
.item img {
    max-width: 150px;
    aspect-ratio: 2/2;
    filter: grayscale(1);
    transition: all .5s ease-in-out;
}
.myslider {
    width: 100%;
    max-width: 100%;
}
.sliderContent p strong {
    color: #122049;
}
.sliderContent p {
    font-size: 21px;
    color: #afb8c1;
    font-weight: 500;
    margin-bottom: 10px;
}
/* //slider sections css */
/* about sections css */
.aboutRight img {
    position: absolute;
    bottom: -25%;
    right: -5%;
    width: 100%;
    max-width: 300px;
    box-shadow: 5px 25px 30px #1220498c;
    border-radius: 10px 10px 100px 10px;
}
.aboutRight {
    position: relative;
    background: url(assets/imgs/about-img.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.about_sec {
    padding: 100px 0px;
}
.mini_heading {
    color: #00bdff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.7px;
}
.primary_heading{
    color: #122049;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0px;
    font-family: 'Filson Soft';
}
.aboutLeft p {
    color: #122049;
    font-size: 16px;
    margin: 30px 0px;
    font-weight: 500;
}
/* //about sections css */
/* services sections css */
.serviceBox {
    border: 1px solid #afb8c1;
    border-radius: 20px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all.3s ease-in-out;
    cursor: pointer;
    min-height: 333px;
    justify-content: space-evenly;
}
.serviceBox img {
    max-width: 40px;
    transition: all.3s ease-in-out;
    object-fit: cover;
}
.serviceBox strong {
    color: #122049;
    font-size: 20px;
    font-family: "Filson Soft";
    transition: all.3s ease-in-out;
}
.serviceBox p{
    color: #afb8c1;
    font-size: 15px;
    transition: all.3s ease-in-out;
}
.serviceBox span {
    color: #122049;
    transition: all.3s ease-in-out;
}
.serviceBox:hover{
    background-color: #122049;
    box-shadow: 0px 3px 30px #12204999;
    transform: scale3d(1.05, 1.05, 1.05);
}
.serviceBox:hover img{
    filter: invert(1);
}
.serviceBox:hover p{
    color: #b5c1cc;
}
.serviceBox:hover span, .serviceBox:hover strong{
    color: #fff;
    cursor: pointer;
}
.services_sec {
    padding: 100px 0px;
    background: url(assets/imgs/service_bg.webp) left top no-repeat;
    background-size: contain;
}
.serviceBoxWrap {
    padding: 50px 0px;
}
/* //services sections css */
/* Tab sections css */
.tab_sec {
    margin: 50px 0px;
    position: relative;
}
.tab_head, .news_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tabBox {
    display: inline-block;
    transform: scale(0.8);
    transition: all .3s ease-in-out;
}
.tab_body .tab-pane.fade.show.active .tabBox{
    transform: scale(1);
}
.tab_body .nav-item button {
    color: #afb8c1;
    font-size: 17px;
    padding: 0.5rem 0.8rem;
}
.tab_body .nav-tabs .nav-link.active {
    color: #a32fa3;
    font-weight: 700;
}
.tabbox_content {
    padding: 25px 20px;
}
.tabBox h4{
    font-family: "Filson Soft";
    font-size: 23px;
    color: #122049;
    transition: all.3s ease-in-out;
}
.tabBox img{
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.tabBox:hover img{
    box-shadow: 10px 20px 15px #12204933;
    transform: scale3d(1.05, 1.05, 1.05);
}
.tabBox p{
    font-size: 15px;
    color: #afb8c1;
    margin: 10px 0px 30px;
}
.tabBox span{
    color: #122049;
    transition: all.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.tabBox:hover span{
    border-color:#122049;
}
.tab_body #myTab {
    margin: 20px 0px 30px;
}
/* //tab sections css */
/* cta sections css */
.cta_sec {
    background: url(assets/imgs/cta_bg.webp) right center no-repeat;
    padding-left: 160px;
    margin: 50px 0px;
    min-height: 50vh;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 70px;
    display: flex;
    position: relative;
}
.cta_img {
    position: absolute;
    right: 500px;
    max-width: 300px;
}
.cta_sec h5 {
    color: #fff;
    font-size: 52px;
    margin: 35px 0px;
    line-height: 65px;
}
.cta_content {
    max-width: 55%;
    padding: 20px 0px;
}
.cta_content .btn2 {
    color: #fff;
    border-color: #fff;
    font-weight: 700;
}
.cta_content .btn2 i{
    color: #fff;
}
/* //cta sections css */
/* news sections css */
.news_sec {
    padding: 50px 0px;
}
.news_body {
    padding: 50px 0px;
}
.news_box {
    background: url(assets/imgs/new_bg.webp) center / cover no-repeat;
    min-height: 350px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    color: #fff;
    gap: 6px;
    transition: all .3s ease-in-out;
    border: 1px solid #afb8c1;
    overflow: hidden;
}
.news_box2{
    background: url(assets/imgs/new_bg2.webp) center / cover no-repeat;

}
.news_box:hover{
    transform: scale3d(1.05, 1.05, 1.05)!important;
    box-shadow: 0px 3px 30px #12204999;
    padding-bottom: 30px;
    cursor: pointer;
    color: #fff;
}
.news_box small {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    transition: all .3s ease-in-out;
}
.news_box strong {
    font-size: 22px;
    font-family: "Filson Soft";
    transition: all .3s ease-in-out;
}
/* //news sections css */
.footerbox {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 10px 0px;
    color: #122049;
    overflow: hidden;
}
.footerbox img {
    max-width: 200px;
}
.footerbox strong {
    font-family: "Filson Soft";
    font-size: 17px;
}
.timing {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: "Roboto";
    margin-top: 30px;
}
.footerbox p {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer_icons a {
    font-size: 23px;
    display: inline-flex;
    transition: all .3s ease-in-out;
}
.footer_icons a:hover {
    transform: scale(1.1);
}
.footer_icons {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer_links a {
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
}
.footer_links i {
    margin-right: 20px;
}
.link_mail:hover a, .link_number:hover a {
    text-decoration: underline;
}
.footer_bottom a {
    font-size: 15px;
    font-weight: 500;
    color: #122049;
}
.footerbox .btn1 {
    margin-bottom: 20px;
}
.footer_bottom {
    margin-top: -60px;
    max-width: 320px;
}
.footer_input_wrap {
    position: relative;
    margin-bottom: 30px;
}
.footer_input_wrap .inputbox {
    font-size: 14px;
    padding: 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7e878f;
    background: transparent;
}
.footer_input_wrap .inputbox:focus {
    outline: none;
}
.footer_input_wrap label {
    color: #7e878f;
    font-size: 15px;
    font-family: "Roboto";
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 3px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.footer_input_wrap .inputbox:focus ~ label, .footer_input_wrap .inputbox:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #7e878f;
}

/* search modal */
.searchModal{
    background: #12204966 0% 0% no-repeat padding-box;
}
.searchModal .modal-content {
    align-items: center;
    padding: 30px;
    gap: 80px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 10px 20px 15px #12204933;
    border-radius: 10px;
}
.searchModal .footer_input_wrap {
    width: 100%;
    margin-bottom: 0;
}
.searchModal .footer_input_wrap .inputbox {
    border-bottom: 2px solid #7e878f;
}
.search-header button, .search-header button:hover, .search-header button:focus  {
    position: absolute;
    top: -15px;
    right: -10px;
    background: url(assets/imgs/modal_cross.webp) center no-repeat;
    box-shadow: none;
}
.search-header {
    position: relative;
    width: 100%;
    text-align: center;
}
/* //search modal */
/* footer contact btns css */
.contact_float {
    position: fixed;
    z-index: 5;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
}
.contact_float .contact_float_btn{
    background: linear-gradient(81deg, #00bdff 0%, #a32fa3 100%);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-6px);
    transition: all .3s ease-in-out;
    border-radius: 50%;
    box-shadow: 10px 20px 15px #12204933;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.contact_float:hover .contact_float_btn{
    transform: translateY(0px);
    cursor: pointer;
}
.contact_float:hover {
    height: 300px;
}
.contact_float_icon1, .contact_float_icon2, .contact_float_icon3{
    background: linear-gradient(81deg, #00bdff 0%, #a32fa3 100%);
    box-shadow: 10px 20px 15px #12204933;
    position: relative;
    font-size: 22px;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.contact_float:hover .contact_float_icon1{
    animation: come-in .4s forwards .2s;
}
.contact_float:hover .contact_float_icon2{
    animation: come-in .4s forwards .3s;
}
.contact_float:hover .contact_float_icon3{
    animation: come-in .4s forwards .4s;
}
@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0
    }
    30% {
        -webkit-transform: translateX(-50px) scale(.4);
        transform: translateX(-50px) scale(.4)
    }
    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2)
    }
    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1
    }
}
.contact_elements a i{
    transition: all .3s ease-in-out;
    transform: scale(0.9);
}
.contact_elements a:hover i{
    transform: scale(1.09);
    color: #fff;
}
.contact_float:before{
    content: "Contact Us";
    font-weight: 500;
    position: absolute;
    top: calc(100% - 20px);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 15px;
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(81deg, #00bdff 0%, #a32fa3 100%);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.42, 0, 0.41, 1.31);
    pointer-events: none;
}
.contact_float:after{
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -5px;
    top: calc(100% - 20px);
    transform: translateY(-50%);
    border: 10px solid #000;
    background: linear-gradient(81deg, #00bdff 0%, #a32fa3 100%);
    border-color: transparent transparent transparent #a32fa3;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.42, 0, 0.41, 1.31);
}
.contact_float:hover:after{
    animation: come-in-tooltip .4s forwards .2s;
}
.contact_float:hover:before{
    animation: come-in-tooltip .4s forwards .2s;
}
@keyframes come-in-tooltip {
    0% {
        opacity: 0
    }
    30% {
        -webkit-transform: translateY(-50%) scale(.4);
        transform: scale(.4)
    }
    70% {
        -webkit-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1)
    }
    100% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}
/* //footer contact btns css */
/* servives page css */
.service_hero_sec {
    padding: 50px 0px 100px;
    position: relative;
}
.service_floating {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 650px;
    z-index: -1;
}
.services_catag_wrap {
    padding-top: 30px;
}
.service_list_box {
    border: 1px solid #afb8c1;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all.3s ease-in-out;
    cursor: pointer;
    gap: 20px;
    min-height: 553px;
    overflow: hidden;
}
.service_list_box:hover{
    box-shadow: 0px 3px 30px #12204999;
    transform: scale3d(1.03, 1.03, 1.03);
}
.service_list_box img {
    max-width: 40px;
    transition: all.3s ease-in-out;
    object-fit: cover;
}
.service_list_box strong {
    color: #122049;
    font-size: 20px;
    font-family: "Filson Soft";
    transition: all.3s ease-in-out;
}
.service_hero_content p {
    font-family: "Roboto";
    color: #122049;
    font-size: 17px;
    margin: 50px 0px;
}
.service_hero_content strong {
    font-size: 25px;
    color: #122049;
}
.serviec_items li {
    font-family: "Roboto";
    color: #122049;
    padding: 15px 10px 20px;
    border-bottom: 1px solid #b5c1cc;
}
.serviec_items li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: all .3s ease-in-out;
}
.serviec_items li:hover a{
    transform: scale3d(1.05, 1.05, 1.05);
}
.serviec_items li p {
    line-height: 22px;
    max-width: 85%;
}
.orange_arrow{
    color: #ff7759;
}
.blue_arrow{
    color: #00bdff;
}
.purple_arrow{
    color: #a32fa3;
}
.dark_arrow{
    color: #122049;
}
.orange_arrow, .blue_arrow, .purple_arrow,.dark_arrow{
    -webkit-text-stroke: 2px;
}
.whyus_head .primary_heading {
    max-width: 800px;
}
.whyus_content {
    padding: 60px 0px;
}
.whyus_sec {
    padding: 100px 0px;
    position: relative;
}
.whyus_sec .whyus_floating {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 650px;
}
.count_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.count_box p {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    transition: all .3s ease-in-out;
    font-family: "Filson Soft";
}
.count_box strong {
    font-size: 20px;
    color: #122049;
    cursor: pointer;
}
.count_orange{
    background-color: #ff7759;
}
.count_dark{
    background-color: #122049;
}
.count_blue{
    background-color: #00bdff;
}
.count_purple{
    background-color: #a32fa3;
}
.count_box:hover p{
    box-shadow: 0px 3px 30px #12204999;
    transform: scale3d(1.05, 1.05, 1.05);
    cursor: pointer;
}
/* //servives page css */
/* about us page css  */
.about_intro_sec {
    padding-bottom: 100px;
}
.about_us_content_sec {
    padding-bottom: 100px;
}
.about_us_content_sec p {
    margin: 30px 0px;
}
.about_intro_left{
    position: relative;
    padding-right: 40px;
}
.ceo_intro {
    background-color: #ff7759;
    border-radius: 300px;
    position: absolute;
    bottom: -20px;
    right: 20px;
    padding: 16px 35px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: "Filson 'Filson Soft";
    gap: 15px;
    align-items: center;
}
.ceo_intro p {
    color: #fff;
    font-family: "Roboto";
    font-size: 21px;
}
.ceo_intro strong {
    font-size: 21px;
}
.ceo_intro span {
    background: #fff;
    width: 2px;
    height: 20px;
}
.about_right_icons_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
}
.about_right_icons_wrap strong {
    font-size: 22px;
}
.about_right .primary_heading {
    font-size: 35px;
    margin-bottom: 30px;
}
/* ///service page css */
/* Blog page css */
.blog_tabs .tab-pane.fade.show.active .news_box {
    transform: scale(1);
}
.blog_tabs .tab-pane .news_box {
    transform: scale(0.8);
}
/* ///Blog page css */
/* contact page css */
.contact_main {
    position: relative;
    padding: 60px 0px;
}
.contact_floating {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1;
}
.contact_hero_content p {
    padding: 20px 0px;
}
.contact_hero_links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact_hero_content .primary_heading {
    font-size: 60px;
}
.contact_hero_content p {
    padding: 20px 0px 40px;
    color: #7e878f;
}
.contact_hero_links_wrap {
    max-width: 300px;
}
.contact_hero_links_wrap strong {
    color: #122049;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}
.contact_hero_links a {
    display: flex;
    gap: 20px;
    align-items: baseline;
    color: #122049;
    font-size: 19px;
    font-family: "Roboto";
}
.contact_hero_links a i{
    color: #a32fa3;
}
.formWrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact_hero_content {
    padding-right: 100px;
}
.formWrap label {
    color: #fff;
}
.formWrap .inputbox {
    color: #fff;
    border-width: 2px;
    resize: none;
    font-size: 16px;
    font-weight: 500;
}
.formWrap .footer_input_wrap .inputbox:focus ~ label, .formWrap .footer_input_wrap .inputbox:valid ~ label {
    font-size: 14px;
    color: #fff;
}
.formWrap .footer_input_wrap {
    margin-bottom: 50px;
}
.contact_form_flaot {
    background: url(assets/imgs/contact_floating.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 0;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    height: 780px;
    filter: brightness(1.2);
}
.contact_map_inner{
    position: relative;
}
.map_img {
    max-width: 210px;
    position: absolute;
    top: -60px;
    left: 0;
}
.map_img img {
    box-shadow: 5px 25px 30px #1220498c;
    border-radius: 5px 5px 103px 5px;
}
.map_wrap iframe {
    width: 100%;
}
.map_wrap {
    border-radius: 20px;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
}
.contact_map {
    padding: 100px 0px 50px;
}
#form #result{
    color: #fff;
    font-weight: 600;
    text-align: right;
}
/* ///contact page css */