html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0 none;
  font-family: inherit;
  font-size: var(--gblfs);
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-family: var(--gblfnt);
}

:root {
  --gblfnt: "Inter", sans-serif;
  --df: flex;
  --center: center;
  --start: start;
  --white: #fff;
  --ltgray: #ececec;
  --dgray: #777777;
  --black: #000;
  --basecolor: #802A2B;
  --hfcolor: #152941;
  --prelative: relative;
  --pabsolute: absolute;
  --px: 100px;
  --gblfs: 18px;
  --fs16: 16px;
  --fs17: 17px;
  --fs20: 20px;
  --fs22: 22px;
  --fs25: 25px;
  --fs28: 28px;
  --fs30: 30px;
  --fs32: 32px;
  --fs35: 35px;
  --br5: 5px;
  --br48: 48px;
}

picture img {
  display: block;
  width: 100%;
}

body {
  font-size: var(--gblfs);
  color: #425163;
  background-color: var(--white);
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: var(--basecolor);
  font-family: var(--gblfnt);
}

a:hover {
  color: var(--basecolor);
}

.gblbtn {
    background: var(--basecolor);
    display: inline-block;
    margin: 10px auto;
    text-align: var(--center);
    color: var(--white);
    border-radius: 50px;
    position: relative;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--basecolor);
	box-shadow: 0px 8px 14px 0px rgba(128, 42, 43, 0.4);
}

.gblbtn:hover {
  color: var(--basecolor);
  background: var(--white);
}
.gblbtn:hover img {
    filter: invert(1);
}
.graybgbtnbdr {
    background: rgba(21, 41, 65, 0.08);
    border: 1px solid var(--hfcolor);
    padding: 10px 25px;
    border-radius: 28px;
    color: var(--hfcolor);
    font-weight: 600;
    font-size: 16px;
}
.graybgbtnbdr:hover {
    background: var(--hfcolor);
    color: #fff;
}

p {
    font-size: var(--gblfs);
    line-height: 26px;
    margin-top: 12px;
	color: #425163;
}

.clearfix {
  clear: both;
}

h1 {
    font-size: 90px;
    line-height: 120%;
    font-weight: 700;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

h2 {
  margin-bottom: 10px;
  display: block;
  font-size: 72px;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--hfcolor);
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 48px;
  margin-bottom: 10px;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--hfcolor);
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-size: var(--fs32);
  display: block;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--hfcolor);
}

h5 {
  font-size: var(--fs17);
  font-weight: 600;
}

.media {
  display: var(--df);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-100 {
  margin: 100px 0;
}

.adpad-8 {
  padding: 8px;
}
.mobile_on{
    display: none !important;
}
.off_970{
	display: block;
}
.lightgradient{
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F2EA 100%);
}
.rndboxwrapper {
    display: block;
    border-radius: var(--br48);
    margin: auto;
    width: 97%;
    overflow: hidden;
}

/* // Global CSS */

/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}

ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}

.dropdown-menu>li:last-child>a,
ul.dropdown-menu li:last-child a:hover,
ul.dropdown-menu li:last-child a:active,
ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}

/* Dropdown Popup Effect */

/* Start Header */
.fixed-top {
  top: -40px !important;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.header .main_head {
    background: none;
    z-index: 9;
}

.header {
    position: relative;
}

.header.fixed-top {
    background: #f4faff;
    position: fixed;
    width: 97%;
    margin: auto;
}
.header.fixed-top a.navbar-brand {
    width: 100px;
}
.header .navbar-brand {
    display: block;
    padding: 0;
    max-width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
}

.header.fixed-top a.navbar-brand.logo {
  display: block;
}

.navbar-nav.ml-auto {
  margin: 2px 0 auto auto;
}
.navmenu_close_btn {
    display: none;
}
.header .main_head a.nav-link {
    padding: 27px 36px 30px 0px;
    color: #546170;
    text-transform: uppercase;
    font-size: 16px;
}
.header .main_head a.nav-link.active {
    font-weight: 600;
    color: var(--hfcolor);
}

.header .main_head a.nav-link:hover {
  color: var(--hfcolor);
}

.header .main_head nav.navbar {
  padding: 0;
}

.header .main_head .navbar-nav .dropdown-item {
    color: #222 !important;
    font-size: 14px;
    padding: 8px 15px;
}
.header .main_head .navbar-nav .dropdown-item:active {
    background-color: var(--basecolor) !important;
    color: var(--white) !important;
}

.header .main_head .navbar-nav .dropdown-menu {
    box-shadow: 0px 2px 6px rgb(0 0 0 / 4%);
    right: 0;
    width: 190px;
}
.header .navbar-expand-lg .navbar-collapse {
  flex-grow: initial;
}
.main_head .rhtmenubar {
    display: var(--df);
    align-items: center;
}

.main_head .rhtmenubar .graybgbtnbdr img {
    width: 22px;
    margin-right: 10px;
}

.main_head .rhtmenubar .freequote.gblbtn {
    margin: 0px 0px 0px 10px;
}



/* // Header */





/******** Landing Page *********/
.topblue_header {
    background-image: url(../images/blheadbg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.topblue_header .container{
    display: var(--df);
    justify-content: space-between;
    align-items: center;
    height: 49px;
}

.topblock {
    margin-top: 15px;
}

.topblue_header .rating_area {
    display: var(--df);
    align-items: center;
    gap: 10px;
}

.topblue_header p {
    color: var(--white);
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

.topblue_header .ratemark {
    display: var(--df);
    gap: 5px;
}

.topblue_header .ratemark img {
    width: 14px;
}

    /** Heading Style Tag **/
    .headstyletag {
        display: inline-flex;
        padding: 7px 25px;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 55px;
        margin: 5px 0;
    }

    .headstyletag .lftbdr {
        border-left: 3px solid #802A2B;
        display: block;
        height: 55px;
        width: 40%;
        border-bottom: 3px solid #802A2B;
        border-top: 3px solid #802A2B;
        border-radius: 40px 0px 0px 40px;
        border-right: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .headstyletag.tealcolor .lftbdr {
        border-left: 3px solid #76D0C6;
        border-bottom: 3px solid #76D0C6;
        border-top: 3px solid #76D0C6;
    }

    .headstyletag h6 {
        position: relative;
        z-index: 1;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--basecolor);
        font-weight: 600;
    }
    .headstyletag.tealcolor h6 {
        color: #76D0C6;
    }

    .headstyletag .rhtbdr {
        width: 40%;
        position: absolute;
        right: 0;
        height: 55px;
        border-top: 3px solid #802A2B;
        border-bottom: 3px solid #802A2B;
        top: 0;
        border-left: 0;
        border-radius: 0px 40px 40px 0px;
        border-right: 3px solid #802A2B;
    }
    .headstyletag.tealcolor .rhtbdr {
        border-top: 3px solid #76D0C6;
        border-bottom: 3px solid #76D0C6;
        border-right: 3px solid #76D0C6;
    }

    .headstyletag .lftbdr:after {
        content: "";
        width: 12px;
        height: 12px;
        border: 3px solid #802A2B;
        right: -1px;
        top: -7px;
        position: absolute;
        border-radius: 10px;
        background: #fff;
    }
    .headstyletag.tealcolor .lftbdr:after {
        border: 3px solid #76D0C6;
        background: #152941;
    }

    .headstyletag .rhtbdr:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 10px;
        border: 3px solid #802A2B;
        left: -1px;
        bottom: -7px;
        background: #fff;
    }
    .headstyletag.tealcolor .rhtbdr:before {
        border: 3px solid #76D0C6;
        background: #152941;
    }
    /** // Heading Style Tag **/

.banner_wrap {
    margin: 50px 0 40px;
}

.banner_wrap .banner_inner {
    display: var(--df);
    gap: 10px;
}

.banner_wrap .banner_inner > div {
    flex: 1;
}

.banner_wrap .banner_inner .headstyletag {
    margin: 0;
}

.banner_wrap .banner_inner h1 {
    line-height: 68px;
    font-size: 76px;
    color: var(--hfcolor);
    margin: 20px 0;
}
.banner_wrap .banner_inner h1 span {
    display: block;
    font-weight: 500;
    font-style: italic;
    color: var(--basecolor);
}
.banner_wrap .banner_inner .btnbox {
    display: var(--df);
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.banner_wrap .banner_inner .btnbox .gblbtn {
    margin: 0;
}
.banner_wrap .banner_inner p {
    margin: 0;
    width: 85%;
}
.service_sec .container {
    text-align: center;
}

.service_sec h2 {
    max-width: 710px;
    margin: 30px auto;
    line-height: 62px;
}

.service_sec .ser_box {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 35px;
    border-bottom: 1px solid #ddd;
}
.service_sec .ser_box.expanded_ltbg {
    background: rgba(128, 42, 43, 0.06);
}
.service_sec .ser_box .serno {
    font-size: 48px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    color: var(--hfcolor);
    width: 80px;
    height: 70px;
    text-align: center;
    border: 1px solid var(--hfcolor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_sec .ser_box .ser_content {
    flex: 1;
}

.service_sec .ser_box .accordion-button {
    background: none;
    padding: 0;
    box-shadow: none;
}

.service_sec .ser_box button:focus:not(:focus-visible) {
    border: none;
    box-shadow: none;
}
.service_sec .ser_box .ser_content .accordion-body {
    padding: 0;
}
.service_sec .ser_box .accordion-button::after {
    background-image: url("../images/accor_arrow.svg");
    transform: rotate(-0deg);
    filter: brightness(0) invert(0) sepia(0);
}
.service_sec .ser_box .accordion-button:not(.collapsed)::after {
    background-image: url("../images/accor_arrow.svg");
	filter: none;
}
.theproof_area {
    background-image: url("../images/achieve_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    text-align: center;
    position: relative;
}
.theproof_area:after {
    content: "";
    background: rgba(21, 41, 65, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.theproof_area .container {
    position: relative;
    z-index: 1;
}

.theproof_area .proof_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    text-align: left;
}

.theproof_area .proof_list h2 {
    font-size: 98px;
    color: var(--white);
    margin: 0;
}

.theproof_area .proof_list span {
    display: block;
    color: var(--white);
    font-size: 20px;
}
.workprocess_sec {
    text-align: center;
}

.workprocess_sec h2 {
    max-width: 650px;
    margin: 30px auto;
    line-height: 65px;
}

.workprocess_sec .projectstep_list {
    display: var(--df);
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.workprocess_sec .projectstep_list .stepbox {
    max-width: 200px;
    position: relative;
}

.workprocess_sec .projectstep_list .stepbox .no {
    max-width: none;
    width: 130px;
    height: 130px;
    display: var(--df);
    align-items: center;
    justify-content: center;
    border: 2px solid var(--hfcolor);
    margin: 20px auto;
    transition: all 0.3s;
}

.workprocess_sec .projectstep_list .stepbox h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.workprocess_sec .projectstep_list .stepbox h4:after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../images/line_head.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.workprocess_sec .projectstep_list .stepbox p {
    font-size: 16px;
    line-height: 24px;
}

.workprocess_sec .projectstep_list .stepbox:hover .no {
    background: var(--basecolor);
    color: var(--white);
    border-color: var(--basecolor);
}

.workprocess_sec .projectstep_list .stepbox:after {
    content: "";
    position: absolute;
    right: -160px;
    top: 50%;
    width: 110px;
    background-image: url("../images/step-arrow.png");
    background-repeat: no-repeat;
    height: 20px;
    background-size: 100%;
    transform: translate(-50%);
}
.workprocess_sec .projectstep_list .stepbox:last-child:after {
    display: none;
}
.workprocess_sec .projectstep_list .stepbox.plan::after {
    background-image: url("../images/step-arrow2.png");
}
.team_sec .teamcontent {
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
}

.team_sec .teamcontent h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.team_sec .teamcontent h2:after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../images/line_head.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.team_sec .teamcontent .gblbtn {
    margin-top: 30px;
}
.gatekeeping_sec .gatek_inner {
    display: var(--df);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gatekeeping_sec .gatek_inner > div {
    flex: 1;
}

.gatekeeping_sec .gatek_inner h2 {
    font-size: 66px;
    line-height: 62px;
    margin: 15px 0;
}

.gatekeeping_sec .gatek_inner .content {
    padding-right: 5%;
}

.gatekeeping_sec .gatek_inner .content .gblbtn {
    margin-top: 25px;
}

.gatekeeping_sec button.accordion-button {
    background: none;
    box-shadow: none;
}

.gatekeeping_sec button.accordion-button h6 {
    font-weight: 600;
    color: var(--hfcolor);
}
.gatekeeping_sec .faqbar {
    border: 1px solid #E6E6E6;
    display: block;
    margin-top: 10px;
    border-radius: 7px;
}
.presence_area {
    background: var(--hfcolor);
    padding: 100px 0;
}

.presence_area .presence_inner {
    display: var(--df);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.presence_area .headstyletag {
    margin: 20px 0;
}

.presence_area h2 {
    color: var(--white);
    line-height: 65px;
    font-size: 68px;
    margin: 0;
}

.presence_area .lineshape {
    text-align: right;
}

.presence_area .lineshape img.img-fluid {
    max-width: 320px;
    margin-bottom: -20px;
}

.presence_area .thumb {
    max-width: 440px;
}

.presence_area .btnbox {
    margin-top: 10px;
}

.presence_area .btnbox .say {
    font-weight: 500;
    color: var(--white);
    margin-left: 10px;
    margin-;: 10px;
    margin-;: 10p;
    margin-;: 10;
    margin-;: 1;
}

.presence_area .content {
    position: relative;
}

.presence_area .content:before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -100px;
    width: 200px;
    background-image: url("../images/gr_pre_lft.svg");
    height: 100px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 55%;
}

.presence_area .content:after {
    position: absolute;
    right: -18%;
    width: 90%;
    height: 40px;
    content: "";
    background-image: url("../images/gr_pre_btm.svg");
    background-size: 85%;
    background-repeat: no-repeat;
    bottom: 0;
}
/******** Landing Page *********/



/* Footer section */
.footer {
    margin: 100px 0;
}

.footer .top_element {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1.5fr 1.3fr;
}
.footer .top_element .ftitle {
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer .top_element .ftitle:after {
    content: "";
    background-image: url("./images/ftitlebdr.svg");
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-repeat: no-repeat;
}

.footer .top_element .links a {
    color: #555;
    font-size: 16px;
    display: block;
    padding: 10px 6px 10px 16px;
    position: relative;
}


.footer .top_element .links a:before {
    content: "";
    left: -4px;
    position: absolute;
    font-weight: 700;
    color: #ababab;
    background-image: url("../images/flinkarrow.png");
    width: 22px;
    height: 22px;
    background-size: 88%;
    background-position: center center;
	transition: all 0.3s;
}
.footer .top_element .links a:hover:before {
    left: 0;
}
.footer .top_element .links .cntlist a:before{
	display: none;
}
.footer .top_element .links a:hover {
    color: var(--basecolor);
}

.footer .top_element .contact .links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer .top_element .contact .links a {
    display: inline-block;
}

.footer .top_element .contact .links .cntlist {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer .top_element .contact .links .cntlist p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #5C4D4D;
}

.footer .top_element .contact .links .cntlist a {
    color: #5C4D4D;
    padding: 0;
}
.footer .top_element .contact .links .cntlist a:after {
    display: none;
}
.footer .top_element .subs_area p {
    font-size: 15px;
    line-height: 18px;
}

.footer .top_element .subscribe input.form-control {
    border-radius: 30px;
    font-size: 16px;
    margin: 10px 0;
}
.footer .btm_element {
    display: var(--df);
    align-items: center;
    justify-content: space-between;
}

.footer .btm_element p, .footer .btm_element .privacy a {
    color: #555;
    font-size: 15px;
}

.footer .btm_element .privacy {
    display: var(--df);
    gap: 30px;
}

.footer .btm_element .privacy a:first-child {
    position: relative;
}

.footer .btm_element .privacy a:first-child:after {
    width: 1px;
    height: 20px;
    background: #d9d9d9;
    position: absolute;
    content: "";
    right: -15px;
    transform: translateY(-50%);
    top: 50%;
}

.footer .social {
    display: var(--df);
    gap: 15px;
}

/* // Footer section */


/* Whatsapp Float icon */
.whatsapp_float {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
}
.whatsapp_float img {
    width: 50px;
}
/* // Whatsapp Float icon */











