:root {

    --primary: #F59303;

    --secondry: #3679BC;

    --white: #fff;

    --black: #000;

    --light-gray: #f2f2f2;

    --dark-gray: #e9f1f8;

    --last-gray: #818281;

}
.slide-up-animation{
    position: relative;
    left: 300px;
}
@font-face {
    font-family: HUM521B;
    src: url(../fonts/HUM521B.TTF);
}

@font-face {
    font-family: Hum521Rm;
    src: url(../fonts/Hum521Rm.ttf);
}

@font-face {
    font-family: Humanist-Bold;
    src: url(../fonts/Humanist-521-Bold-BT.ttf);
}

@font-face {
    font-family: Humanst521-BT;
    src: url(../fonts/Humanst521-BT.ttf);
}

@font-face {
    font-family: Humanst521-BT-Bold;
    src: url(../fonts/Humanst521-BT-Bold.ttf);
}
/*===============================================*/
@font-face {
    font-family: Nunito-Regular;
    src: url(../fonts/Nunito-Regular.ttf);
}

body {
    font-family: Nunito-Regular !important;
}

body p {
    font-family: Nunito-Regular !important;
   
    color: #818281;
}
/*==============================*/

/*body {
    font-family: HUM521B !important;
}

body p {
    font-family: Hum521Rm !important;
    letter-spacing: 1px;
    color: #818281;
}*/
.navbar-toggler:focus {

    box-shadow: none !important;

}

.slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.custom-btn {
    color: #ffffff !important;
    padding: 5px 0;
    text-align: center;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 0 5px #777;
    /* width: -webkit-fill-available; */
    min-width: 154px;
    max-width: 264px;


    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top center;
}



.custom-btn:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1);

    color: var(--primary)!important;

    

}

.form-control {
    padding: 0.75rem 1rem 0.75rem 1.9rem;
    font-family: 'Hum521Rm';
    color: #818281 !important;
}
select {
     width: 100%; 
    padding: 16px;
    background: #f2f2f2;
    border-radius: 4px;
    border-color: #ced4da;
}
select {
    color: #818281!important;

    font-family: 'Hum521Rm';
}
select:focus{
color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}


a,
button {

    transition: 0.3s all ease-in-out !important;

    display: block;

}

/*a:hover, button:hover {

    transform: scale(1.1) !important;

}*/

img.logo {

    width: 190px;

}

.prim {

    color: var(--primary);

}

.gray-font {

    color: var(--last-gray);

}
a.gray-font:hover{
   color: var(--secondry);
}

.gray-bg {

    background-color: var(--dark-gray);

}

.cream-bg {
    background-color: #e6e7e8;
}

.light-gray {

    background-color: var(--light-gray);

}

.prim-bg {

    background-color: var(--primary);

}
.prim-bg:hover{
        color: var(--secondry)!important;
}
.prim{
    color: var(--primary);
}

.seco {

    color: var(--secondry);

}

.seco-bgc {
    background-color: var(--secondry);
}

.seco-bg {
    color: var(--white) ;
    background-color: var(--secondry);

}

/*.seco-bg:hover {
    color: var(--primary) ;
}
*/
.br-orange {
    border-right: 1px solid #f5930342;
}
.orange-border{
    border: 3px solid #f59303;
    box-shadow: 0px 0px 10px #3679bc;
}
.blue-border{
    border: 3px solid #3679bc;
    box-shadow: 0px 0px 10px #f59303;
}

p {

    margin-bottom: 0;

}

.fs-80 {

    font-size: 80px;

}

.py-150 {

    padding: 150px 0;

}


.mouse_hover {
  transition: transform 500ms ease-in-out 25ms;
}
.mouse_hover:hover {
  transform: translate(-10.7333px, -10.83px);
}

header.header_area.navbar_fixed {
    position: fixed;
    top: -66px;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid #f59303;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 2.5rem; */
    /* padding-left: 0.5rem; */
    width: max-content;
    padding: 7px 20px;
}}
.nav-link {
    color: var(--secondry);

}

.nav-link:focus,
.nav-link:hover,
.dropdown-item:focus,.dropdown-item:hover {

    color:var(--primary);

}

.contact {

    background-image: url(../images/banner_contact.jpg);

    background-size: cover;

}

.submit.prim-bg {

    border: transparent;

    color: #fff;

    padding: 10px 30px;

    border-radius: 35px;

    box-shadow: 0 0 7px #999;

    text-decoration: none;

}

.form_g {

    padding: 17px;

    border-radius: 5px;

}

.under_banner_form {

    margin-top: -50px;

}

.minus-50 {

    margin-top: -50px;

}

.d-tab {

    display: none;

}a.nav-link.active {
    color: #f59303;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 2px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.contact_form input,
.contact_form textarea {

    border-color: transparent;

    border-radius: 10px;

    padding: 15px;

}

/*.contact_form .custom-btn {

    box-shadow: none;

}*/

#under_banner_form select,
#under_banner_form input {

    height: 70px !important;

    align-items: center;

}

#under_banner_form input {

    box-shadow: none;



}

.career_form input.form-control {

    border: none;

    background: transparent;

    border-bottom: 2px solid #cccc;

    border-radius: 0;

}
/* 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;
}

#activity .box {

    position: absolute;

    width: 80%;

    left: 10%;

    bottom: 16px;

    min-height: 150px;

}
/*
#opening .box {

    border: 2px solid #ccc;

    border-radius: 7px;

    padding: 20px;

}*/
/*
#opening a.nav-link.custom-btn {

    color: #777 !important;

    font-size: 15px;

    padding: 10px 30px;

    line-height: 1;

    width: auto;

    border-color: #777;

}*/

/*#gallery .col-lg-3 {

    position: relative;

}*/
/*==================================================================
                    project slider css
==================================================================*/
.owl-carousel button.owl-dot {
    /* background: 0 0; */
    color: #3679bc;
    border: 9px solid;
    padding: 0!important;
    font: 31px;
    border-radius: 50%;
    margin: 4px;
}
.owl-carousel button.owl-dot>span{
    color: #f59303 ;
    height: 2px;
}
.owl-dots {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.owl-carousel button.owl-dot.active {
    /* background: 0 0; */
    color: #f59303  !important;
    border: 9px solid;
    padding: 0!important;
    font: 31px;
    border-radius: 50%;
}
#banner-slider>.owl-dots {
   display: none;
    
  top: 95px;
}
#banner-slider>.owl-nav {
    position: relative;
    top: -400px;
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    margin: 23px;
    font-family: system-ui;
    z-index: 99;
    margin-bottom: -150px;
}
.banner-slider_nav {
    position: relative;
    top: -16px;
}
#banner-slider>.owl-nav>.owl-prev{
    float: left;
}
#banner-slider>.owl-nav>.owl-next{
    float: right;
}
#banner-slider>.owl-nav>.owl-next, #banner-slider>.owl-nav>.owl-prev {
    background: #f59303;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.project_slider>.owl-nav {
    position: relative;
    top: -98px;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    margin: -62px;
    font-family: system-ui;
}

.project_slider>.owl-nav>.owl-next, .project_slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}.project_slider_nav {
    position: relative;
    top: -13px;
}
.project_slider>.owl-dots {
   display: none;
    position: relative;
  top: 95px;
}
 
/*==================================================================
                   end project slider css
==================================================================*/

#activity_video-slider>.owl-nav {
    position: relative;
    top: -185px;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    margin: 0px -49px;
    font-family: system-ui;
}

#activity_video-slider>.owl-nav>.owl-next, #activity_video-slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}.activity_video-slider_nav {
    position: relative;
    top: -13px;
}
#activity_video-slider>.owl-dot {
    font-size: 50px;
    color: black;
}
/*#activity_video-slider>.owl-nav {
    position: relative;
    top: -98px;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    margin: -62px;
    font-family: system-ui;
}

#activity_video-slider>.owl-nav>.owl-next, #activity_video-slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}#activity_video-slider_nav {
    position: relative;
    top: -10px;
}
#activity_video-slider>.owl-dot {
    font-size: 50px;
    color: black;
}*/

/*==================================================================
                    team slider css
==================================================================*/
.team_slider>.owl-nav {
    position: relative;
    top: -160px;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    margin: -62px;
    font-family: system-ui;
}
.team_slider>.owl-nav>.owl-next, .team_slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}.team_slider_nav {
    position: relative;
    top: -13px;
}
.team_slider>.owl-dots {
   display: none;
    position: relative;
  top: 95px;
}

/*==================================================================
                   end team slider css
==================================================================*/
/*==================================================================
                   Start activity_slider slider css
==================================================================*/

.activity_slider>.owl-nav {
    position: relative;
    top: -98px;
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    margin: -62px;
    font-family: system-ui;
}

.activity_slider>.owl-nav>.owl-next, .activity_slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}.activity_slider {
    position: relative;
    top: -13px;
}
.activity_slider>.owl-dots {
    display: none;
}

/*==================================================================
                  Start  single-project gallery slider css
==================================================================*/
#gallery-slider>.owl-nav {
    position: relative;
    top: -236px;
    display: flex;
    justify-content: space-between;
   
    margin: 0px -54px;
  
}

#gallery-slider>.owl-nav>.owl-next, #gallery-slider>.owl-nav>.owl-prev {
    background: #f59303!important;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}#gallery-slider_nav {
    position: relative;
    top: 0px;
}
#gallery-slider>.owl-dots {
   position: relative;
    top: 0px;
    display: none;
}


/*==================================================================
                End single-project gallery slider css
==================================================================*/
#gallery .media .box {
    position: absolute;
    background: #FFF;
    width: 80%;
    left: 10%;
    bottom: 7%;
    padding: 18px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
#gallery .media:hover .box {
    opacity: 1;

}





/*#gallery .box {
    position: absolute;
    background: #FFF;
    width: 80%;
    left: 10%;
    bottom: 7%;
    padding: 18px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}*/
/*
#gallery .col-lg-3:hover .box {

    opacity: 1;

}*/

#promise .box {
    background: #fff;

    padding: 30px;

    position: relative;

    box-shadow: 0 0 10px #ccc;

    border-radius: 5px;
    text-align: center;

}

#testimonial .custombtn {

    color: #222;

    padding: 10px 23px;

    text-decoration: none;

    font-weight: 600;

    border-radius: 10px;

    border: transparent;

}

#testimonial .custombtn,
#gallery .custombtn {

   /* background-color: transparent;*/

    color: #3679bc;

}

#testimonial p.d-flex.justify-content-center.mb-5 {

    background: #fff3e2;

    width: fit-content;

    padding: 12px;

    border-radius: 10px;

    margin: 0 auto;

}

h1.banner-heading {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 0px;
    min-height: 325px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 190px;
}
#why .col{

}
@media (min-width:1200px) {

    .border-left {

        border-right: 1px solid #000;

    }

    /*#promise .box {

        top: 54%;

    }*/

    /*#testimonial {

        margin-top: 100px;

    }*/

}
.testimonial-single:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #3679bc;
    border-right: 30px solid transparent;
    position: relative;
    top: 76px;
}
@media (max-width:1199px) {

    .jc-center {

        justify-content: center !important;

    }

    a.navbar-brand.px-5 {
        padding: 21px;
    }

    button.navbar-toggler {
    border: 2px solid var(--primary);
    display: flex;
    flex-direction: column;
    padding: 7px;
}

   button.navbar-toggler span.navbar-toggler-icon {
    height: 3px;
    background: var(--primary);
    width: 24px;
}
    button.navbar-toggler span.navbar-toggler-icon:nth-child(2) {

        margin-top: 5px;
        margin-bottom: 5px;

    }

    ul.navbar-nav {

        align-items: flex-start !important;

        margin-top: 20px;

    }
    li.nav-item {
    padding: 5px 0px;
}

    ul.navbar-nav .last-btn a {

        margin-left: 0 !important;

        margin-top: 10px;

    }

    .our_links,
    .in_touch {

        padding-left: 15px !important;

        margin-top: 40px;

        margin-bottom: 20px;

    }

    .d-tab {

        display: block;

    }

    .d-desc {

        display: none;

    }

    .colum-reverse {

        flex-direction: column-reverse !important;

    }

    #join_opportunity .container .row:last-child img {

        width: 100% !important;

    }

    #under_banner_form .col {

        width: 50%;

        max-width: 50%;

        flex: 50%;

    }

}

@media (max-width:767px) {

    .top_bar .col-lg-8.col-md-12.d-flex.align-items-center.jc-center {

        flex-direction: column;

        align-items: flex-start !important;

    }
    nav.navbar.navbar-expand-lg {
    padding: 0px;
    border: 3px solid #f5941e;
    background: white;
    }

    .contact-title {

        margin-top: 30px !important;

    }

    .in_touch {

        margin-top: 0 !important;

    }

    .fs-80 {

        font-size: 50px;

    }

    #why .col {
    /* width: 58%; */
    max-width: 45%;
    flex: 40%;
    text-align: center;
    /* background: #fff; */
    /* border-radius: 5px; */
    height: 80px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

   #promise .box {
    margin-top: 22px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    }

    .carousel-item {

        padding: 0 20px;

    }
    .project_slider>.owl-nav {
    top: -59%;
    font-size: 33px;
    margin: -10px;
    margin-bottom: -67px;
    }
    h1.banner-heading {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    min-height: 173px;
    text-align: center;
    margin-left: 23px;
    margin-right: 0px;
    margin-top: 25px;
    }

    #home_banner p {

        margin-bottom: 30px;

    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .d-tab {

        display: none;

    }

    .d-desc {

        display: block;

    }

    /*
    nav .custom-btn {

        display: none !important;

    }*/

    /*.custom-btn {

        width: 147px;

    }*/

    .colum-reverse {

        flex-direction: unset !important;

    }



}



.new {

    font-size: 24px;

    font-weight: 700;

    color: var(--primary);

}



/*Blogs CSS*/

/* Create two unequal columns that floats next to each other */

/* Left column */

.leftcolumn {

    float: left;

    width: 75%;

}



/* Right column */

.rightcolumn {

    float: left;

    width: 25%;

    padding-left: 20px;

}



/* Fake image */

.fakeimg {

    background-color: #aaa;

    width: 100%;

    padding: 20px;

}



/* Add a card effect for articles */

.card {

    background-color: white;

    padding: 20px;

    margin-top: 20px;

}



/* Clear floats after the columns */

.row:after {

    content: "";

    display: table;

    clear: both;

}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 800px) {

    .leftcolumn,
    .rightcolumn {

        width: 100%;

        padding: 0;

    }

}

.new-link {

    text-decoration: none;
    color: #000000;
    font-size: 26px;

}



.instructions {

    text-align: center;

    font-size: 20px;

    margin: 15vh;

}



/* //////////////////////////////////////////////////////////////////////////////////////////////

    //   Default Modal Styles   //

////////////////////////////////////////////////////////////////////////////////////////////// */

/*   This is the background overlay   */

.backgroundOverlay {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    height: 100%;

    width: 100%;

    margin: 0;

    padding: 0;

    background: #000000;

    opacity: .4;

    filter: alpha(opacity=85);

    -moz-opacity: .85;

    z-index: 101;

    display: none;

    margin-bottom: 100px;

}

/*   This is the Popup Window   */

.delayedPopupWindow {
    display: none;
    position: fixed;
    /* width: 281px; */
    max-width: 300px;
    bottom: 5%;
    right: 20px;
    background-color: #e0e9f3;
    border: 3px solid #f59303;
    z-index: 102;
    padding: 10px 12px;
    border-radius: 20px;
}
/*.delayedPopupWindow2 {
    display: none;
    position: fixed;
  
    max-width: 300px;
    bottom: 30%;
    right: 40%;
    background-color: #e0e9f3;
    border: 5px solid #f59303;
    z-index: 102;
    padding: 10px 12px;
}*/

/*   This is the closing button  */

#btnClose,#applybtnClose {
    width: 38px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    padding-top: 7px;
    top: -47px;
    padding-top: auto;
    background: #818281;
    height: 38px;
}

/*   This is the closing button hover state  */

#btnClose:hover {

    color: var(--primary);

}

/*   This is the description headline and paragraph for the form   */

#delayedPopup>div.formDescription {

    float: left;

    display: block;

    width: 44%;

    padding: 1% 3%;

    font-size: 18px;

    color: #666;

    clear: left;

}

/*   This is the styling for the form's headline   */

#delayedPopup>div.formDescription h2 {

    color: #444444;

    font-size: 36px;

    line-height: 40px;

}



/* 

////////// MailChimp Signup Form //////////////////////////////

*/



/*   This is the signup form body  */

#delayedPopup #mc_embed_signup {

    float: left;

    width: 100%;

    padding: 1%;

    display: block;

    font-size: 16px;

    color: #666;

    margin-left: 1%;

}

/*   This is the styling for the signup form inputs  */

#delayedPopup #mc-embedded-subscribe-form input {

    width: 95%;

    height: 30px;

    font-size: 18px;

    padding: 3px;

    margin-bottom: 5px;

}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */

#delayedPopup #mc-embedded-subscribe-form input:hover {

    border: solid 2px #40c348;

    box-shadow: 0 1px 3px #AAAAAA;

}

/*   This is the styling for the signup form inputs when they are focused  */

#delayedPopup #mc-embedded-subscribe-form input:focus {

    border: solid 2px #40c348;

    box-shadow: none;

}

/*   This is the styling for the signup form submit button  */

#delayedPopup #mc-embedded-subscribe {

    width: 100% !important;

    height: 40px !important;

    margin: 10px auto 0 auto;

    background: #5D9E62;

    border: none;

    color: #fff;

}

/*   This is the styling for the signup form submit button hover state  */

#delayedPopup #mc-embedded-subscribe:hover {

    background: #40c348;

    color: #fff;

    box-shadow: none !important;

    cursor: pointer;

}

.instructions {

    display: none;

}

@media (max-width:767px) {
    .d-desc {
        display: none !important;
    }

    

    .delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    height: 554px;
    top: 12%;
    left: 25px;
    /* margin-left: auto; */
    /* margin-top: auto; */
    /* background-color: #efefef; */
    /* border: 2px solid #333; */
    z-index: 102;
    padding: 10px 20px;
}
.delayedPopupWindow2 {
    display: none;
    position: fixed;
    /* width: 281px; */
    max-width: 300px;
    bottom: 30%;
    right: 8%;
    background-color: #e0e9f3;
    border: 5px solid #f59303;
    z-index: 102;
    padding: 10px 12px;
}
}

div#formopen {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 2;
}

img.form-icon {
    position: absolute;
    margin: 18px 9px 0px;
    /* padding: 10px; */
}

.img-icon {
    height: 38px;
}

.top_bar {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
    background-color: #e6e7e8;
}
}
#navbarSupportedContent ul.navbar-nav li.active {
    padding: 0px 0px;
   /* border-bottom: 2px solid #F59303;
    border-radius: 74% 12% 62% 33%/ 10% 17% 4% 4%;*/
    /* background-color: #F59303; */
    /* border-radius: 10px; */
}
a {
    text-decoration: none;
}

/*FAQ*/
body .wp-block-yoast-faq-block .schema-faq-section {
    border: 2px solid #f59303;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 12px 44px 12px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #3679bc;
}
body .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #2873b9;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #f59303;
}

body .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 13px;
}

body .schema-faq-question:hover {
    background: #eee;
    border-radius: 8px;
}

body .schema-faq-section.active .schema-faq-question {
    background: #eee;
    
    border-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
body .schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
}




.filterDiv {
    display: none;
  }
  
  .show {
    display: block;
  }



 #gallery li {
    list-style-type: none;
  }
  
  #gallery  a {
    text-decoration: none;    
    display: block;
    color: #333;
  }
  
  #gallery   .filter {
    margin: 20px 0 10px;

    width: fit-content;

  }
  
  #gallery   .filter a {
    display: inline-block;
  }
  
  #gallery   .boxes {
    display: flex;
    flex-wrap: wrap;
  }
  
  #gallery .active,
  #testimonial .active {
    background-color: #f59303;
    color: #fff;
}
#social-all-icons {
    position: fixed;
    bottom: 20%;
}img.form-border-img1 {
    position: absolute;
    left: -50px;
    z-index: 0;
    bottom: 10px;
    height: 40px;
}img.form-border-img2 {
    position: absolute;
    right: -54px;
    z-index: 0;
    bottom: 8px;
    /* height: 48px; */
}
iframe {
    border: 3px solid #f59303;
    box-shadow: 0px 0px 10px #3679bc;
   
    aspect-ratio: 16 / 9;
}



.pro-name {
    font-size: 20px;
}


/*Testimonial*/

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
   
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
/*.testimonial {
   
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    
    background-position: center;
    background-size: cover;
}*/

/*
.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}*/
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.testimonial4_slide-img {
    width: 111px !important;
    height: 111px;
    margin: auto;  
    border: 3px solid #f69302;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(54 121 188);
    -moz-box-shadow: 0px 0px 10px rgb(54 121 188);
    -o-box-shadow: 0px 0px 10px rgb(54 121 188);
    -webkit-box-shadow: 0px 0px 10px rgb(54 121 188);
}

/* ------testimonial  close-------*/
.dc-testimonial-quote {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 19px;
    opacity: 1;
    color: var(--secondry);
}
/*.dc-testimonial-p {
    position: relative;
    top: -80px;
    margin-bottom: -142px;
}*/
p.points:before {
    font-family: -webkit-body;
    content: ".";
    font-size: 130px;
    /* height: 10px; */
    line-height: 0px;
    /* width: 10px; */
    color: #f59303;
}p.points {
    margin-top: -31px;
} img.director-img {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
img.director-img:hover{
    transform: scale3d(1.1, 1.1, 1.1);
}
.delayedPopupPosition{
    display: none;
}
.delayedPopupPosition{
    display: none;
    position: fixed;
   
    max-width: 60%;
    top: 20%;
    right: 20%;
    background-color: #e0e9f3;
    border: 3px solid #f59303;
    z-index: 102;
    padding: 10px 12px;
    border-radius: 20px;
}
table {
    width: 100%;
    border-spacing: 0pt;
    border-radius: 25px;
    border: 1px solid #f5930342;
    border-collapse: separate;
}
th, td{

    padding: 10px;
    
    text-align: center;

}
th {
    padding: 20px 10px !important;
    color: #3679bc;
    background: #e9f1f8;
    border: 1px solid #f5930342;
}
tr:nth-child(even){
    background-color:#e6e7e8;

}
td{
    color: #818281;
    border:1px solid #f5930342;
}

thead th:first-child{border-top-left-radius: 25px;}
thead th:last-child{border-top-right-radius: 25px;}
tbody tr:last-child>td:first-child{border-bottom-left-radius: 25px;}
tbody tr:last-child>td:last-child{border-bottom-right-radius: 25px;}

.bread-rumb a {
    display: initial;
    color: #ffffff;
}
.extra-bg {
    background-color: #f5f5f5;
}