/********** Template CSS **********/
:root {
    --primary: #a27f4b;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #001717;
    --skin:#fcf2e9;
    --dark1:#001717;
}
body {
    font-family: 'Noah Regular';
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    background: var(--dark);
  }
h1, h2, h3, h4, h5, h6{font-family: 'Noah Bold';}

a{color:#A28053;}
a:hover{color:#A28053;}
.bg-dark{background:var(--dark) !important;}
.bg-dark1{background:var(--dark1) !important;}
.text-primary{color:#fff !important;}
.text-primary1, .btn-link{color:#A28053 !important;}
.btn-primary{ background-color: #A28053;
    border-color: #A28053;}
    .btn-primary:hover {
        color: #000;
        background-color: #000;
        border-color: #000;
      }
    .bg-primary {
        background-color: #A28053 !important;
      }
      .btn-outline-primary {
        color: #A28053;
        border-color: #A28053;
      }
      .btn-outline-primary:hover {
        color: #000;
        background-color: #A28053;
        border-color: #A28053;
      }

      h1.display-6{color:#A28053}
      .bg-green{background: #002e2c}
      .bg-gold{background: #A28053;;}
.team-item h5{color:#002e2c}
.team-item  span{color:var(--primary)}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{background-color: var(--primary);}
.dropdown-item{border-bottom: 1px solid #e5e5e5; padding-top: 5px; padding-bottom: 5px;}

.highlight-div{ margin-bottom: 40px;}
.high-left{ padding-right: 30px; width: 30%; }
.high-right{padding-left: 30px; border-left:1px solid var(--primary) ; font-size: 16px; }
.high-left h5{color: var(--primary); margin-left: 20px; text-transform: uppercase; font-size: 17px;}
.high-left img{display: inline-block;}




.py-6  {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}
.home-menu.navbar .navbar-nav .nav-link{color:var(--skin)}
.navbar .navbar-nav .nav-link {
    margin-right: 23px;
    padding: 25px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    /* background: rgba(0, 0, 0, .3); */
    z-index: 1;
}

.carousel-caption h1{color:var(--primary) !important; max-width: 80%; font-size: 25px; line-height: 35px; padding-bottom: 20px;
    border-bottom: 10px solid transparent;
    border-image: linear-gradient(to right, #a37e4a 0%,#a37e4a 10%,transparent 10%,transparent 100%);
    border-image-slice: 1;
    width:100%;

}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/xagon-ventures-banners-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.facts-div{border-top: 1px solid var(--primary); border-bottom: 1px solid var(--primary); }

.footer{border-top: 1px solid var(--primary);}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        /* margin-top: -175px;
        z-index: 1;
        margin-bottom: -100px; */
        
        
    }
}


/*** Courses ***/
.courses {
    /* min-height: 100vh; */
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/xagon-ventures-banners-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 100px; padding-bottom: 100px;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}

.team-img{border-radius: 50%; padding: 20px;}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #FCF2E9;
    color:var(--dark)
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: #002e2c;
}

.about-con{border-top: 1px solid var(--primary); padding-top: 60px;  padding-bottom: 60px; font-size: 1rem;
    font-weight: 400;
    line-height: 1.9; font-family: 'Montserrat', sans-serif;}

    .a1{color:#A28053; font-weight: 600; font-size: 1.2rem;}
    ul.in-list{list-style: none; margin: 0; padding: 0; font-size: 1.1rem;}
    ul.in-list li{background: url(../img/sl-icon1.png) no-repeat top 7px left; padding-left: 20px; padding-bottom: 20px;}

    .core-div{/*border:2px solid var(--primary);*/ padding: 20px; margin-top: 1rem; text-align: left; border-top-right-radius: 30px; position: relative;
        /*box-shadow: 10px 10px 10px 10px  0 0 rgba(150,54,139,.7);*/
        background: url(../img/core-bg.jpg) no-repeat right; background-size: 100% 100%; font-family: 'Noah Regular';
    
    
    }
    .core-div h3{color:#A28053; font-size: 22px;text-transform: uppercase; }
    .core-img{position: absolute; bottom: 10px; right: 20px; }
    .core-div p{margin-right: 30px;}

    .port-bg{background: url(../img/port-bg.png) no-repeat; background-size: 100% 100%; margin-top: 40px; padding: 120px; font-size: 22px; }
    .port-bg p{margin-right: 100px;}

    .ex-home{border-bottom: 1px solid var(--primary);}
.home-about{font-family: 'Montserrat', sans-serif;}


.home-about ul{padding: 0; margin: 0; list-style: none;}
.home-about ul li{background: url(../img/sl-icon1.png) no-repeat top 2px left;
    padding-left: 20px;
    padding-bottom: 20px;}

    .form2{padding: 20px; border:1px groove var(--primary); background: transparent;   }
    .form2 h2{margin: 0; font-size: 25px; margin-bottom: 20px; color:var(--red)}
    .form2 label {
      margin-top: 10px;
      font-weight: 400;
      color: #fff;
    }
    .form2 .form-group {
      margin-top: 5px;
    }
    .form2 .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #fff;
      background-color: transparent;
      background-clip: padding-box;
      border: 1px solid var(--primary);
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form2 textarea.form-control{height: auto;}
    .form2 .btn1 {
      color: #fff;
      margin-top: 15px;
      border-radius: 20px !important;
      background: var(--primary);
      box-shadow: none !important;
      border: none !important;
      padding: 5px 20px;
      margin-left: auto;
      margin-right: auto;
      transition: all .5s ease;
    }
    .form2 .btn1:hover{background:#6b4a19}

.ex-sec1{margin-top: 60px;}
.team-bg{background:linear-gradient(rgba(0, 23, 23, .9), rgba(0, 23, 23, .9)), url(../img/team-bg1.jpg) no-repeat; background-size: cover; background-attachment: fixed;}

    @media(max-width:767px)
    {
        .port-bg{background: none; padding: 0; border: 1px solid var(--primary); padding: 20px;}
        .port-bg p{margin-right: 0; font-size: 1rem;}
    }

    .row.equal-cols {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      
      .row.equal-cols:before,
      .row.equal-cols:after {
        display: block;
      }
      
      .row.equal-cols > [class*='col-'] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      
      .row.equal-cols > [class*='col-'] > * {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; 
      }

      .a2{color:var(--primary)}

.story-list{list-style: none; padding: 0; margin: 0; padding: 30px;  width: 100%; position: relative;  background: url(../img/story-bg1.png) no-repeat right; background-size:100% 100%; padding-right: 37%; font-family: 'Montserrat', sans-serif;}
.story-list li{background: url(../img/sl-icon.png) no-repeat top 10px left;  padding-left: 50px; padding-bottom: 30px;}
.story-list li div{/*border-bottom: 1px solid var(--primary);*/ padding-bottom: 0px;}
.story-bg1{height: 100%;}




      .re-div{background: var(--skin); padding: 10px; border-radius: 5px; margin-top: 20px;}
      .num{background: var(--primary); width: 50px; height: 50px; text-align: center; padding-top: 0px; color:var(--skin); font-size: 23px; font-weight: 600; border-radius:50%; }
      .re-div1{padding-left: 10px; padding-right: 10px;}


      .team-left1{width: 70%; margin-right: -40px;}
      .team-right1{background: url(../img/team-right.png) no-repeat; background-size: 100% 100%;  padding-left: 70px;  padding-top: 30px; padding-bottom: 30px; margin-left: 0px;}
.mt-first{margin-right: 10px;}
.mt-second{margin-left: 10px;}

      .m-name{font-size: 19px; text-transform: uppercase; color:var(--primary); font-weight: 600;}
      .m-des{font-size: 15px;  color:#fff; font-weight: 600; margin-top: -10px !important; border-width: 4px;
        border-style: solid;
        border-top: none; border-left: none; border-right: none;
        border-image: linear-gradient(to right, var(--primary)  0%,var(--primary) 10%,transparent 10%,transparent 15%,transparent 100%) 1; margin-bottom: 20px;}
      .in-list1{list-style: none; padding: 0; margin: 0; line-height: 22px; margin-top: 10px; font-size: 14px;}
      .in-list1 li{display: inline-block; background: url(../img/sl-icon2.png) no-repeat top 5px left; padding-left: 10px; text-transform: uppercase; padding-bottom: 10px; margin-right: 5px; font-size: 12px;}

      ul.in-list2{list-style: none; margin: 0; padding: 0; font-size: 1.1rem; margin-top: 30px; border-top: 4px dotted var(--primary); padding-top: 20px;}
      ul.in-list2 li{background: url(../img/sl-icon2.png) no-repeat top 10px left; padding-left: 20px; padding-bottom: 20px;}

      .mt-team .col-md-6{padding-top: 30px;}
      .mt-team .col-md-6:nth-child(even){border-left: 1px solid var(--primary); padding-left: 20px;}
      .mt-team .col-md-6:nth-child(1), .mt-team .col-md-6:nth-child(2){border-bottom: 1px solid var(--primary); }

      .team-left1{position: relative;}
      .team-left1 .team-social {
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .75);
        overflow: hidden;
        opacity: 0;
        transition: .5s;
      }

      .team-left1:hover .team-social {
        height: 100%;
        opacity: 1;
      }

/* .mt-team{background: url(../img/team-icon.png) no-repeat center center;} */


@media(max-width:993px)
{
    .navbar-light .navbar-toggler{background-color: #fff;}
    .navbar .navbar-nav .nav-link{color:#fff}
}


@media(max-width:769px)
{
    .mt-team .col-md-6{border: 1px solid var(--primary); margin-bottom: 30px; padding: 20px; /*text-align: center;*/    }  
    .navbar{background: var(--dark) !important;}
    .navbar-light .navbar-toggler{background-color: #fff;}
    .navbar .navbar-nav .nav-link{color:#fff}
    .facts{margin-top: 0px; position: relative; z-index: 1; width: 100%;}
    .highlight-div{flex-direction: column; text-align: center; width: 100%; justify-content: space-between;}
    .high-right{border-top: 1px solid var(--primary); border-left:none; margin-top: 10px; padding-top: 10px;}
    .home-about{padding-top: 50px; padding-bottom: 50px;}
    .home-about1{text-align: center;}
    .home-manage{padding-top: 0px; padding-bottom: 0px;}
    .footer{text-align: center; margin-top: 30px; padding-top: 40px; padding-bottom: 40px;}
    .footer .btn.btn-link{display: inline-block;}
    .footer h4{margin-bottom: 10px !important;}
    .copyright{font-size: 12px;}
    .re-div1{text-align: center;}
    .carousel-caption h1{font-size: 33px;}
    
}

.c1{font-size: 32px; font-weight: 900; color:var(--primary); font-family: 'Noah Bold'; display: inline-block; margin-bottom: 10px;}
.c2{font-size: 26px; font-weight: 600; color:#fff; text-transform: uppercase;}
.contact-div a{color: #fff;}
/* .contact-div1{padding: 20px 20px 30px 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 95%, var(--primary) 95%);
    border-style: groove;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    box-shadow: 0px 0px 10px 0px #EBEBEB;} */

    .contact-div1{background: url(../img/port-bg.png) no-repeat; background-size: 100% 100%; color:#fff; padding: 20px;}


.page-btn{background-color: rgba(162, 128, 83, .7);
    border-color: rgba(162, 128, 83, .7);}

    .page-btn:hover, .page-btn:active:focus {
       
        background-color: rgba(0, 46, 44, .7);
        border-color: rgba(0, 46, 44, .7);
        box-shadow: 0 0 0 .25rem rgba(0, 46, 44, .5);
      }




      .overcome-div1{background: var(--primary); padding: 30px; padding-top: 0; margin-top: 40px; font-size: 22px;  border:2px solid #fff; border-radius: 20px; position: relative;}
      .overcome-div1:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 35%;
        right: -49px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid transparent;
        border-left: 30px solid var(--primary);
    }

    .overcome-div1:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 35%;
        right: -49px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid transparent;
        border-left: 30px solid #fff;
    }
    .overcome-div1:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 35%;
        right: -44px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid transparent;
        border-left: 30px solid var(--primary);
    }

    .od1:before, .od1:after{border: none;}
    .od-num{width: 50px; height: 50px; border-radius: 50%; font-size: 22px; font-family: 'Noah Bold'; color:var(--primary); margin-top: -20px;}
    .overcome-div1 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 22px;
      }
      .overcome-div1 ul li {
        background: url(../img/sl-icon3.png) no-repeat top 7px left;
        padding-left: 20px;
        padding-bottom: 10px;
        line-height: 30px;
      }
      .overcome-div1  h5{margin: 0; color:#fff; margin-bottom: 20px; font-size: 25px; margin-top: 15px;}

      .oc-div2{margin-top: 40px;}


      .acc-cont{ background-color: #dedede;

        background-image: url(../img/diagonal-noise.png);
        position: relative;


        /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */ color:var(--dark); width: 190px; height: 190px; border-radius: 50%;
    
    
    
        /* border-width: 4px;
        border-width: 4px;
      border-style: solid;
        
      
      border-image: linear-gradient(to right, #1e5799 0%,#ffffff 100%) 1; */
    
    }

    .acc-cont:before{
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        background: linear-gradient(to right, #909090 0%,#ffffff 100%);
        border-radius: 50%;
        z-index: -1;


    }
      .acc-main{background: transparent; padding: 20px;  border-radius: 50%; border:2px solid var(--primary); margin-left: -10px; margin-top: 20px; position: relative; margin-top: 30px;}
      .acc-num{font-size: 22px; position: relative; text-align: center; }

      .acc-main:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -13%;
        left: 110px;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid var(--primary);
    }
    .acc-main:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -10%;
        left:110px;
        border-left: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid var(--dark);
    }



      .acc-round{width: 10px; height: 5px; border-radius: 50%; background: var(--primary); margin-left: auto; margin-right: auto;}
      .ac-round1{background: transparent; padding: 5px;  border-radius: 50%; border:2px solid #fff; width: 15px; height: 15px; margin-left: auto; margin-right: auto;}

      .acc-num::after {
        position: absolute;
content: "";
height: 2px;
top: 50%;
width: 80%;
right: -84px;
margin-top: -1px;
background: #fff;
z-index: -1;
      }

      .globe-grow{background: url(../img/map-bg.png) no-repeat center; background-size: cover; padding-top: 40px; padding-bottom: 120px;}
      .globe-grow1{margin-right: 30px; margin-top: 30px;}
      .globe-grow1 h5{margin: 0; color: var(--primary); margin-bottom: 10px; font-size: 18px; }
      .gdp{margin: 0; color: var(--primary); margin-top: 2%; font-size: 18px; }


.eng-mod2{ color:#fff;  padding-left: 0;  margin-right: 60px; margin-bottom: 40px;}

.en-num {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 22px;
    font-family: 'Noah Bold';
    color: var(--primary);
    margin-left: -20px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: inset 1px 1px 14px -3px rgba(33,33,33,1);
-moz-box-shadow: inset 1px 1px 14px -3px rgba(33,33,33,1);
box-shadow: inset 1px 1px 14px -3px rgba(33,33,33,1);
   
  }

  .eng-mod2 h4{margin: 0; margin-left: -40px;  background:url(../img/Xagon-arrow.png) no-repeat right center; background-size: 100% 100%; padding-top:25px; padding-bottom: 45px; padding-left: 60px; border-radius: 0px; padding-right: 120px; }

  @media(max-width:1401px)
  {
    .eng-mod2 h4{font-size: 19px;}
  }
  @media(max-width:1201px)
  {
  .eng-mod2{margin-right: 30px;}
  .eng-mod2 h4{padding-right: 60px;}

  }

  .su-div1  {text-align: center; border:2px dashed #fff; padding: 20px; margin-top: -10px; position: relative; z-index: 2;}

  .foc-div1{background: url(../img/border-line.png) repeat-x bottom; padding-bottom: 90px;}
  .foc-div2 {margin-top: 30px;}
  .foc-div2 img{margin-left: auto; margin-right: auto; display: block;}
  .foc-div2 h4{margin: 0; font-size: 24px; color:#fff; margin-bottom: 20px;}

.foc-div3{padding-top: 60px;}
.foc-cont{border:2px solid var(--primary); border-left: none; padding: 30px; margin-left: -75px; line-height: 22px; padding-left: 90px; border-bottom-right-radius: 50px; }
.loc-icon{margin-top: 0px; display: block; margin-left: auto; margin-right: auto; }

.commit-div h3{margin: 0; background: url(../img/half-circle.png) no-repeat right; background-size:auto 100%; color:#fff; padding-top: 100px; padding-bottom: 100px; display: inline-block; padding-right: 60px; transform: rotate(-45deg);}

.commit-div1{
    border: 3px dashed #fff;
  border-radius: 50%;
  /* Halve the circle */
  border-bottom-color: transparent;
  border-left-color: transparent;
  /* Rotate the circle */
  transform: rotate(45deg); width: 500px; height: 500px; padding: 40px;}


  .commit-list{list-style: none; margin: 0; padding: 0;}
  .commit-list li{margin: 0; margin-left: -40px;  background:url(../img/Xagon-arrow.png) no-repeat right center; background-size: 100% 100%; padding-bottom:35px; padding-top: 15px;  padding-left: 60px; border-radius: 0px; padding-right: 120px; margin-bottom: 20px; display: inline-block; font-size: 18px; position: relative;}


  .commit-list li::after {
    position: absolute;
content: "";
height: 19px;
top: 45%;
width: 80%;
left: -80px;
margin-top: -1px;
background: url(../img/arrow-left.png) no-repeat top left;
z-index: 1;
  }

  @media(max-width:769px)
  {
    .commit-div1{border: none; width: auto; height: auto; padding:0; margin-bottom: 30px; transform: rotate(0);}
    .commit-div h3{transform: rotate(0);}
    
    .commit-list{position: relative; z-index: 20;}

    .commit-list::after {
        position: absolute;
    content: "";
    height: 60px;
    top: -12%;
    width: 100%;
    left: 80px;
    margin-top: -1px;
    background: url(../img/arrow-up.png) no-repeat top left;
    z-index: 20;
      }

    .commit-list li::after{background-image: none; left: 0;}
    .commit-list li{margin-left: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;}
  }



.facts{margin-left: auto; margin-right: auto; width: 100%; padding-bottom: 30px; }
.facts .col-lg-4:nth-child(odd) .hl-div{background:#000c0d;}
.facts .col-lg-4:nth-child(even) .hl-div{background: var(--primary);}
.facts .hl-div{padding: 30px; padding-top: 0; text-align: center;  position: relative; font-size: 20px; margin-top: 40px; font-family: 'Montserrat', sans-serif;}

.facts .hl-div::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10%;
    left: 50%;
  transform: translateX(-50%);
    border-left: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 130px solid var(--dark);
    
  }

  .facts .hl-div h2{margin: 0; margin-top: 80px; text-transform: uppercase; color:#fff; font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 20px;    
    /* border-width: 4px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
  border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-image: linear-gradient(to right, transparent 0%, transparent 30%,var(--primary) 30%,var(--primary) 60%, transparent 60%, transparent 100%) 1;*/
background: url(../img/line1.jpg) no-repeat bottom center;
color:var(--primary)

} 

  .facts .hl-div h2.hl-mid{
    
    background: url(../img/line2.jpg) no-repeat bottom center; color:#fff;}


  .vm-tri{position: relative; z-index: 100; margin-top:-5%}
  


      @media(max-width:768px)
      {
        .globe-grow1 h5, .gdp{text-align: center;}
        .overcome-div1:before, .overcome-div1:after{border: none;}
        .acc-num{display: none;}
        .ac-round1, .ac-round{display: none !important;}
        .acc-div2{   margin-left: auto; margin-right: auto;}
        .eng-mod2{margin-top: 30px; margin-left: auto; margin-right: auto;  }
        .en-num{margin-left: 0; margin-bottom: -20px; width: 40px; height: 40px;}
        .eng-mod2 h4{margin-left: 0; text-align: center; padding: 40px; padding-right: 80px; padding-top: 30px;  }
        .facts .hl-div{margin-bottom: 30px;}
        .story-list{background-image: none; padding-right: 0; border:2px solid var(--primary); border-top-left-radius: 20px; border-bottom-left-radius: 20px; padding: 20px;}
      }

      
      .overcome-page .col-md-4:last-child .overcome-div1::after, .overcome-page .col-md-4:last-child .overcome-div1::before{content: none;}
      .acc-num-last::after{background: none;}


      /* @media(max-width:1450px)
      {
        .foc-cont{padding: 10px;}
      } */