@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); * {
    font-family: "Nunito", sans-serif !important;
}

.fa {
    font-family: fontawesome !important;
}

.feature-box-content {
    text-align: left;
    text-transform:capitalize;
    font-size:14px;
    line-height:26px;
    font-weight:400;
}

.bottom-ser{
    position: fixed;
    z-index: 10000004;
    width:100%;
    /* margin-top: 0px; */
    /* margin-bottom: 0px; */
    bottom: 0px;
    background-color: #244166;
}

.bottom-ser p{color: #fff;text-align: center;font-size:16px;padding-top: 10px;line-height: 28px;font-family:'Open Sans', sans-serif;}
.elementor-button-text{
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    /* background-color: #2f4d5a; */
    /* padding: 10px 10px 10px 10px; */
    color: #fff;
}

.elementor-button-text a{
	color: #fff;
	text-decoration:none;
}

.tm-bx {
    border: 1px px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 330px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}

body {
    font-family: "Nunito", sans-serif;
    color: #444444;
}

span.carousel-control-prev-icon {
    border-radius: 5px;
    margin-left: -239px;
    background-color: #919fb2;
}

span.carousel-control-next-icon {
    border-radius: 5px;
    margin-right: -239px;
    background-color: #244166;
}

.cl-1 {
    color: #f84923;
}

.fs-18 {
    font-size: 18px;
}

.section-title {
    margin-bottom: 20px;
}

a {
    color: #3843c1;
}

#EventCalenderControl a {
    font-size: 15px !Important;
}

a:hover {
    color: #3843c1;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background-color: #3843c1;
    border-radius: 0px
}

::-webkit-scrollbar-track {
    background: #00000086;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px
}

.hm-heading {
    font-size: 40px;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 2px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

section.bnr {
    padding: 0;
}

ol li, ul li {
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #333;
}

p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 23px;
}

/*navbar*/
#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4 {
    padding: 0;
}

#FooterrControl1_tr_FooterBackImage td.row {
    margin: 0;
}

/*navbar*/
/*topbar*/
.bg-1 {
    background-color: #f84923;
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.header-links li a {
    color: #fff;
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
    content: '';
    height: 20px;
    width: 2px;
    background-color: #B7B7B7;
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 3px
}

/*topbar*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 10px 0;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /* background:rgba(254,254,254,0.75); */
}

#header.header-scrolled {
    padding: 10px 0;
    height: 70px;
    transition: all 0.5s;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

.heading-innerpage {
    background: linear-gradient(to right, #f84923, rgb(13 14 14));
    padding: 30px 0;
    margin-bottom: 20px;
    margin-top: 0;
}

.heading-innerpage h1 {
    font-weight: 700;
    Font-size: 32px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    border-left: 3px #fff solid;
    padding-left: 20px;
    margin-bottom: 0;
}

#header {
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header img {
    max-width: 100%;
    padding: 0 10px;
}

.body-fx .navbar-default {
    background-color: transparent !important;
}

.navbar-fixed-top img {
    padding-top: 0px !important;
}

.body-fx #header {
    padding: 10px 0;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(254,254,254,.95);
}

.body-fx .navbar-default {
    background-color: transparent !important;
}

/**/
/* contact */
.cont-page h2 {
    font-weight: bold;
    color: #000;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}

.cont-page h2 span {
    color: #03487e;
    font-weight: normal;
    font-size: 18px;
}

.cont-page .map-contp {
    border: 1px dashed #ccc;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-page .st-feature-box {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #fff;
    margin: 10px 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cont-page .feature-box-image .fa {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin-left: 17px;
    margin-top: 10px;
}

/*cont-page*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec .carousel-control-next:hover, .bnr-sec .carousel-control-prev:hover {
    background: #355EFC;
}

.bnr-sec .carousel-control-next-icon,.bnr-sec .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.bnr-sec .carousel-dark .carousel-control-next-icon, .bnr-sec .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) grayscale(0);
}

.bnr-sec .carousel-item {
    position: relative;
}

.bnr-sec .carousel-item::before {
    content: "";
    background: url(../Image/bg_shape.png) no-repeat right/contain;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bnr-sec .carousel-caption {
    bottom: 3.25rem;
    left: 5%;
    width: 84%;
}

.bnr-sec .carousel-caption h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #f84923;
}

.bnr-sec .carousel-caption h3 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}

.bnr-sec .carousel-caption p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 23px;
    color: #fff;
}

.bnr-sec .carousel-caption {
    text-align: left;
}

.bnr-sec .carousel-indicators {
    position: absolute;
    right: -11%;
    flex-direction: column;
    left: inherit;
    bottom: inherit;
    top: inherit;
    height: 100%;
}

.bnr-sec .carousel-indicators [data-bs-target] {
    width: 22px;
    height: 22px;
    opacity: 1;
}
@media (min-width: 1920px) {
   .carousel-caption.d-none.d-md-block {
    margin-bottom: 151px;
}
}
.bnr-sec .carousel-indicators [data-bs-target].active {
    opacity: 1;
    background-color: #3843c1;
}

.hm-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-flex;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #f84923;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 19px 30px;
    min-width: 170px;
    border-radius: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hm-btn:before,.hm-btn:after {
    content: "";
    position: absolute;
    background-color: #3843c1;
    z-index: -1;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 0
}

.hm-btn:before {
    left: -20px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hm-btn:after {
    right: -20px;
    transform: translate(50%, -50%) rotate(45deg)
}

.hm-btn i {
    transition: 0.4s all;
    position: relative;
    right: 2px;
    transform: rotate(48deg);
}

.hm-btn:hover:before,.hm-btn.active:before {
    animation: criss-cross-left 0.9s both;
    animation-direction: alternate
}

.hm-btn:hover:after,.hm-btn.active:after {
    animation: criss-cross-right 0.9s both;
    animation-direction: alternate
}

.hm-btn:hover i,.hm-btn.active i {
    animation: btn-icon-anim 0.9s both;
    animation-direction: alternate
}

.hm-btn.style3:hover:before,.hm-btn.style3:hover:after {
    background-color: #3843c1;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        left: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        height: 20px;
        width: 20px
    }

    100% {
        right: 50%;
        height: calc(300px*1.5);
        width: calc(300px*1.5)
    }
}

@-webkit-keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}

@keyframes btn-icon-anim {
    0% {
        top: 0;
        right: 2px
    }

    25% {
        top: -10px;
        right: -10px
    }

    50% {
        top: 10px;
        opacity: 0;
        right: 17px
    }

    100% {
        top: 0;
        right: 2px;
        opacity: 1
    }
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #084a94;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #86c0da;
    transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.head-hm {
    text-transform: uppercase;
    font-weight: bold;
    color: #618930;
    font-size: 40px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}

.head-hm:before {
    content: "";
    width: 170px;
    height: 8px;
    border: 3px solid #87c232;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background: #87c232;
    border-radius: 50%;
}

.head-hm span {
    color: #87c232;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.hm-abt-img {
    position: relative;
    z-index: 2;
    padding-bottom: 64px;
    /* margin-right: 50px; */
}

.hm-abt-img .hm-abt-img-1 {
    position: relative;
    margin-left: 46px;
    display: inline-block;
    z-index: -1;
}

.hm-abt-img .hm-abt-img-1 .year-counter {
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 6px 16px
}

.hm-abt-img .hm-abt-img-1 .year-counter .year-counter_number {
    margin-bottom: 5px;
    COLOR: #f84923;
    font-size: 48px;
    margin-top: -6px
}

.hm-abt-img .hm-abt-img-1 .year-counter .year-counter_text {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.hm-abt-img .hm-abt-img-1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    height: 162px;
    width: 145px;
    z-index: 1
}

.hm-abt-img .hm-abt-img-2 {
    position: absolute;
    bottom: -5px;
    right: 0
}

.hm-abt-img .hm-abt-img-2 img {
    border: 6px solid #fff;
}

.hm-abt-img .shape1 {
    position: absolute;
    top: 60px;
    right: 14px;
    animation: jumpAni 5s linear infinite
}

.hm-abt-img .abt-exp {
    position: absolute;
    top: 231px;
    left: -90px !important;
}

.hm-abt-img .abt-exp .abt-since {
    position: relative;
    left: -72px;
    font-size: 68px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #f84923;
    transform: rotate(-90deg);
}

.year-counter {
    max-width: 270px;
    text-align: center;
    padding: 22px;
    border-radius: 0px;
    background-color: #040f28;
    position: relative;
    z-index: 3
}

.year-counter_number {
    font-size: 74px;
    font-weight: 700;
    color: #244166;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 3px
}

.year-counter_text {
    color: #3843c1;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: -0.32em;
    text-transform: uppercase;
    max-width: 113px;
    display: inline-block
}

.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1500px) {
    .hm-abt-img {
        margin-right:30px;
        margin-left: 30px
    }
}

@media (max-width: 1399px) {
    .hm-abt-img {
        margin-right:10px;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    .hm-abt-img {
        display:inline-block;
        margin-right: 0;
        margin-left: 90px;
        padding-right: 155px
    }
}

@media (max-width: 767px) {
    .hm-abt-img {
        margin-right:0;
        margin-left: 62px;
        padding-right: 50px
    }

    .hm-abt-img .abt-exp {
        top: 180px;
        left: -180px
    }

    .hm-abt-img .abt-exp .abt-since {
        font-size: 54px
    }
}

@media (max-width: 575px) {
    .hm-abt-img {
        margin-right:0;
        margin-left: 62px;
        padding-right: 0;
        padding-bottom: 150px
    }
}

@media (max-width: 375px) {
    .hm-abt-img {
        padding-bottom:220px
    }
}

@media (max-width: 767px) {
    .year-counter .year-counter_number {
        font-size:64px
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.ser_bx p {
    text-align: center;
}

.ser_bx {
    border: 1px solid #E6E6E6;
    padding: 23px;
    text-align: center;
    position: relative;
    min-height: 370px;
}

.ser_bx h3 {
    color: #101010;
    font-size: 22px;
}

.ser_bx .service-card-icon {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    background: #f84923;
    position: relative;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.ser_bx .service-card-icon .fa {
    transition: 0.4s;
}

.ser_bx .service-card-icon:after {
    content: '';
    position: absolute;
    border: 1px dashed #f84923;
    inset: -12px;
    border-radius: 50%;
    animation: spin 10s linear infinite;
    transition: 0.4s;
}

.ser_bx:after {
    content: '';
    position: absolute;
    background: #f84923;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    -webkit-clip-path: circle(88% at 50% -161px);
    clip-path: circle(88% at 50% -161px);
    z-index: 9;
    opacity: 0.1;
    transition: 0.4s;
}

.ser_bx:hover:after {
    background: #3843c1;
}

.ser_bx:hover .service-card-icon {
    background: #3843c1;
}

.ser_bx:hover .service-card-icon .fa {
    transform: rotateY(180deg);
}

.ser_bx:hover .service-card-icon:after {
    border-color: #3843c1;
}

.srv-content {
    text-align: center;
    margin-bottom: 30px;
}

.srv-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.srv-content h3:hover {
    color: #2575fc;
}

.srv-content p {
    margin: 0px 0px 14px 0px;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px !important;
    color: #716c80;
    text-align: center;
}

.img-service img {
    opacity: 1;
    display: block;
    width: 100%;
    /* margin-top: 45px; */
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.img-service img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.img-service {
    position: relative;
    width: 100%;
    margin: 30px 0;
    z-index: 9999999999;
    overflow: hidden;
}

.srv-content a {
    padding: 5px 0px 5px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #888888;
}

.srv-content i {
    margin-left: 5px;
    font-weight: 400;
}

.team-inner img {
    box-shadow: 1px 1px 5px gray;
    border-radius: 10px;
}

.why-choose {
    background-color: #051928;
    margin-top: 30px;
}

.why-choose .col-md-5 {
    padding-right: 0;
}

.lft-ch h2 {
    color: #fff;
    font-weight: 600;
}

.why-choose p {
    color: #fff;
    margin-bottom: 50px;
}

.lft-ch {
    text-align: justify;
    padding-left: 120px;
}

.lft-ch h4 {
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 15px 1px 22px 42px;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
}

.lst-img {
    height: 100%;
}

.lft-ch h4 span {
    font-weight: 600;
}

.lft-ch h4:before {
    background: #fff;
    content: '';
    top: 15px;
    left: -40px;
    height: 3px;
    width: 50px;
    position: absolute;
}

.inn-lft img {
    width: 60px;
}

.inn-lft {
    padding: 10px 0 10px 110px;
}

.inn-lft h5 {
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: left;
}

.inn-lft p {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
}

.srv-inner .sub-heading {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 21px;
}

.srv-inner img {
    box-shadow: 1px 1px 7px #2d2929;
}

.service-section .hm-heading {
    color: #fff;
}

.service-section {
    position: relative;
    overflow: hidden;
    background: url(../Image/srv-bn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 30px;
}
.service-section:before{
    content:'';
    position:absolute;
    background:#00000073;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.service-section p{text-align:center;position:relative;z-index:99;}
.service-section .ser-card {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border: 1px #3843c1 solid;
    margin: 45px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 54px 55px, rgba(0, 0, 0, 0.1) 0px -12px 30px, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    min-height: 230px;
    transition: all .2s ease-in-out;
    border-radius: 10px;
}

.service-section .ser-card:hover {
    margin: 30px 0;
    cursor: pointer;
}

.service-section .ser-card .icon {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 14%) 0px 5px 15px;
    margin: 0 auto;
}

.service-section .ser-card h4 {
    color: #244166;
    margin: 25px 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.service-section .ser-card a {
    color: #0045dc;
    font-weight: 500;
    transition: all .2s ease-in-out;
    font-size: 18px;
}

.service-section .ser-card a:hover {
    color: #007239;
    letter-spacing: 1px;
}

.service-section ul li {
    position: absolute;
    list-style: none;
    left: 0;
    top: 0;
}

.service-section ul li:first-child {
    width: 350px;
    height: 350px;
    background: linear-gradient(49deg, #007239 0%, #0045dc);
    opacity: .4;
    border-radius: 50%;
    left: -50px;
    top: 370px;
}

.service-section ul li:nth-child(2) {
    width: 30px;
    height: 30px;
    background: #007239;
    opacity: .9;
    border-radius: 50%;
    left: 87%;
    top: 30px;
}

.service-section ul li:nth-child(3) {
    width: 270px;
    height: 200px;
    background-image: radial-gradient( #007239 2px, transparent 2.2px);
    background-size: 18px 18px;
    opacity: .8;
    left: 5%;
    top: 78%;
    animation: bounce-y 4s infinite;
}

.service-section ul li:nth-child(4) {
    width: 240px;
    height: 240px;
    border: 1px solid #0045dc;
    opacity: .5;
    border-radius: 50%;
    left: 90%;
    top: -30px;
}

/*** 


/*--------------------------------------------------------------
# team section
--------------------------------------------------------------*/
.tm_bx {
    position: relative
}

.tm_bx .tm_bx_wrap {
    margin: 0 30px 0;
    position: relative;
}

.tm_bx .tm_bx_wrap:before {
    display: none;
}

.tm_bx .tm_bx_wrap:after {
    bottom: -6px;
    top: auto;
    right: 50%;
    width: 46px;
    height: 6px;
    opacity: 1;
    transform: translate(50%, 0);
}

.tm_bx .team-img {
    position: relative;
    overflow: hidden;
    margin-bottom: -110px;
}

.tm_bx .team-img img {
    width: 100%;
    transform: scale(0.9);
}

.tm_bx {
    padding: 0;
    background: transparent;
}

.tm_bx .box-title a {
}

.tm_bx .box-title a:hover {
    color: #f84945;
}

.tm_bx .tm-social {
    position: absolute;
    background: #fff;
    z-index: 1;
    border-radius: 25px 25px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0.5);
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
    background: transparent;
    padding: 0;
    display: inline-flex;
    gap: 10px;
    width: auto;
}

.tm_bx .tm-social a {
    display: block;
    text-align: center;
    height: 35px;
    width: auto;
    padding: 0;
    line-height: 35px;
    color: #3843c1;
    margin: 0;
    background: transparent;
}

.tm_bx .tm_bx_cont {
    background: #f7f7f7;
    border-top: 2px solid rgba(184,184,184,0.5);
    padding: 122px 30px 30px;
    background-size: 100%;
    transition: 0.4s;
}

.tm_bx .tm-social a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    font-size: 18px;
}

.tm_bx .tm-social a:hover {
    background: #f84a24;
    color: #fff;
}

.tm_bx:hover .tm_bx_cont {
    border-top-color: #244166;
}

.tm_bx:hover .tm-social {
    opacity: 1;
    visibility: visible;
    bottom: 34px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer*/
#footer {
    background: url(../Image/footer_bg.png) no-repeat center/cover;
}

.ft_title {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.ft_title:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -8px;
    border-radius: 10px;
    height: 2px;
    width: 106px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left,#244166, transparent);
    background-image: linear-gradient(to right, #e34929, transparent);
}

#footer .social-links a {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background-color: #244166;
    width: 50px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    margin-left: 6px;
}

.useful a {
    font-size: 16px;
    line-height: 28px;
}

.map_icon {
    font-size: 16px;
    line-height: 24px;
}

/*footer*/
.credits a {
    color: #eee;
    font-weight: bold;
}

.top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #3843c1;
    width: 50px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 56px;
}

.top .fa {
    display: block !important;
}

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 110px;
    }

    .services .icon-box {
        margin: 15px auto;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #footer .social-links a {
        width:30px;
        height: 30px;
        line-height: 30px;
    }

    #header img {
        margin: inherit;
    }

    .body-fx #header {
        padding: 15px 0;
        height: inherit;
        position: relative;
    }

    .navbar-toggle {
        margin-top: -38px;
        position: absolute;
        right: 0px;
    }

    .caption {
        width: 100%;
    }

    .wback .caption {
        top: 30%;
    }

    .navbar-default, .navbar-default .navbar-collapse {
        border-color: transparent !important;
    }

    .body-fx .navbar-default, .body-fx .navbar-default .navbar-collapse {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .nav>li>a {
        padding: 8px 2px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #87c232;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
}
@media (max-width: 575px) {
    center #form1 #HeaderControl {
        width: 100%;
    }

    center #form1 #MenuControl {
        margin-right: 0;
        width: 100%;
    }

    .body-fx #header {
        position: relative !important;
        display: none;
    }

    .navbar-collapse {
        background: #fff
    }

    .bnr-cont {
        display: none;
    }

    #footer .footer-top .footer-info {
        margin: 0;
    }

    .wback .caption {
        display: none;
    }

    #header {
        position: relative;
        background-color: #fff;
        height: inherit;
        padding: 10px 0;
    }

    .body-fx #header {
        background: transparent;
    }

    .bnr-sec .carousel-inner .item > img {
        height: 250px;
    }
}

@media (max-width: 414px) {
    #header img {
        margin: inherit;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 1299px) {
    .ser_bx .box-title {
        font-size:20px;
    }

    .ser_bx {
        padding: 30px 15px;
    }

    .ser_bx:after {
        clip-path: circle(87% at 50% -140px);
    }
}

@media (max-width: 1199px) {
    .ser_bx:after {
        clip-path: circle(90% at 50% -190px);
    }
}

@media (max-width: 991px) {
    .ser_bx:after {
        clip-path: circle(84% at 50% -120px);
    }
}

@media (max-width: 767px) {
    .ser_bx:after {
        clip-path: circle(100% at 50% -265px)
    }

    .hm-heading {
        font-size: 22px
    }

    .lft-ch {
        padding-left: 0;
    }

    .lft-ch h4 {
        font-size: 18px;
    }

    .inn-lft {
        padding-left: 0
    }

    .inn-lft h5, p {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ser_bx:after {
        clip-path: circle(100% at 50% -206px)
    }
}

@media (max-width: 375px) {
    .ser_bx:after {
        clip-path: circle(84% at 50% -122px)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(min-width: 1390px) {
    .hm-abt-img .abt-exp {
        left: -140px;
    }

    .hm-abt-img .abt-exp .abt-since {
        font-weight: 1000;
    }
}

.service-card {
    box-shadow: 1px 2px 10px #2d2929bd;
    padding: 20px 20px 8px 20px;
    margin: 15px 0;
    min-height: 190px;
}

.service-card img {
    box-shadow: none;
    width: 110px
}

.service-card h4 {
    color: #222222;
    font-size: 19px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 10px 0
}
@media (min-width: 1920px) {
    .hm-abt-img .abt-exp .abt-since {
       /* margin-left: -119px; */
       font-weight: 1000;
    }
}