/*
@File: Seqty Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Navbar Area Style
** - Mobile Navbar Area Style
** - Banner Area Style
** - Feature Area Style
** - Our Approach Area Style
** - Our Challenges Area Style
** - Services Area Style
** - Solution Area Style
** - Get In Touch Area Style
** - Protect Area Style
** - Testimonials Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Top Area Style
** - Copy Right Area Style
** - About Area Style
** - Pricing Area Style
** - Counter Area Style
** - Team Area Style
** - Approach Area Style
** - Safety Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/

body {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    color:#212529;
}

body.body-color-three {
    background-color: #f5f7fa;
}

.container {
    max-width: 1260px;
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #211e1e;
    font-family: "Nunito", Sans-serif;
}

a:hover {
    text-decoration: none;
    color: #f47e20;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #211e1e;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}


.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
color:#212529;
    font-family: "Nunito", Sans-serif;
   
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 37px;
    color: #F47E20;
    border: none;
    background-color: transparent;
    border-radius: 24px!important;
   
    border-radius: 24px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0px!important;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    text-transform: capitalize;
    background:#f6f6f6;
    padding: 7px 19px;
   border: none!important;
    border-radius: 24px!important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.form-control::-webkit-input-placeholder {
    color: #676a6a;
}

.form-control:-ms-input-placeholder {
    color: #676a6a;
}

.form-control::-ms-input-placeholder {
    color: #676a6a;
}

.form-control::placeholder {
    color: #676a6a;
}



.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*
Bg-color Style*/

.bg-color {
    background-color: #f9fafb;
}

.white-bg {
    background-color: #ffffff;
}

/*
Default Btn Area Style*/

    .default-btn {
        padding: 16px 28px;
        /* padding: 18px 17px 18px 27px; */
        border-radius: 5px;
        background-color: transparent;
        background-color: #F47E20;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.2px;
        color: #ffffff;
        transition: all .4s ease-in-out;
    }

/*
Read More Btn Area Style*/

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #F47E20;
}

.read-more i {
    position: relative;
    position: relative;
    top: 1.7px;
    margin-left: 5px;
}

.read-more:hover {
    color: #F47E20;
}

/*
Section Title Area Style*/

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    display: block;
    margin-bottom: 12px;
    color: #F47E20;
    font-weight: 600;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 1px;
    position: relative;
    line-height: 1.4;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ffffff;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}
li.active {
    color: #F47E20;
}
/*
Header Area Style
======================================================*/

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header-area.p-relative {
    position: relative;
}

.top-header {
    background-color: #F47E20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-header .header-left-content {
    line-height: 1;
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #999999;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.top-header .header-left-content li:last-child {
    margin-right: 0;
}

.top-header .header-left-content li i {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0;
}

.top-header .header-left-content li a {
    display: block;
    color: #ffffff;
}

.top-header .header-left-content li a:hover {
    color: #ffffff;
}

.top-header .header-right-content {
    line-height: 1;
    text-align: right;
}

.top-header .header-right-content li {
    display: inline-block;
    margin-right: 15px;
}

.top-header .header-right-content li:last-child {
    margin-right: 0;
}

.top-header .header-right-content li a i {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
}

.top-header .header-right-content li a:hover i {
    color: #ffffff;
}

.top-header.bg-dark {
    background-color: #000000 !important;
}

.top-header.top-header-three .header-left-content li {
    color: #000219;
}

.top-header.top-header-three .header-left-content li i {
    color: #F47E20;
}

.top-header.top-header-three .header-left-content li a {
    color: #000219;
}

.top-header.top-header-three .header-left-content li a:hover {
    color: #F47E20;
}

.top-header.top-header-three .header-right-content li a i {
    color: #000219;
}

.top-header.top-header-three .header-right-content li a:hover i {
    color: #F47E20;
}

.top-header.top-header-four {
    background-color: transparent;
}

.top-header.top-header-five {
    background-color: transparent;
}

/*
Navbar Area Style
======================================================*/



.navbar-area .main-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-area .main-nav .navbar {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
    font-size: 0;
    padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 0 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 17px;
    color: #211e1e;
    text-transform: capitalize;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    z-index: 1;
    margin: 0 15px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
    margin-left: -2px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
   color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15.5px;
    color: #000219;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000219;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #F47E20;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.navbar-area .others-option .get-quote {
    display: inline-block;
    position: relative;
    top: 7.5px;
}

.navbar-area .others-option .cart-icon {
    top: 0;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.navbar-area .others-option .cart-icon a i {
    font-size: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    line-height: 1;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-radius: 50px;
}

.navbar-area .others-option .cart-icon a span {
    position: absolute;
    top: 5px;
    right: -10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #F47E20;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}

.navbar-area .others-option .cart-icon a:hover i {
    color: #F47E20;
}

.navbar-area.navbar-area-two {
    background-color: #ffffff;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
    color: #000000;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #000219;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000219;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #F47E20;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #F47E20;
}

.navbar-area.navbar-area-two .others-option .cart-icon a i {
    color: #000000;
}

.navbar-area.navbar-area-two .others-option .cart-icon a:hover i {
    color: #F47E20;
}

.navbar-area.navbar-area-two.is-sticky {
    background-color: #ffffff !important;
}

.navbar-area.navbar-area-four .others-option .cart-icon {
    margin-left: 30px;
    margin-right: 10px;
}

.navbar-area.navbar-area-five {
    background-color: #ffffff !important;
}

.navbar-area.navbar-area-five .others-option .cart-icon {
    margin-left: 30px;
    margin-right: 10px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .navbar-area-2 {
        background-color: rgba(255, 255, 255, 0.95);
    }

.navbar-brand{
    
}
/*
Mobile Navbar Area Style
======================================================*/

.mobile-nav {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .logo {
        text-decoration: none;
        position: absolute;
        top: 10px;
        z-index: 999;
        left: 15px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
        max-width: 145px;
    }
    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll !important;
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .mean-container .mean-bar {
        background-color: rgba(255, 255, 255, 0.08);
        height: 70px;
        padding: 0;
      
    }
    .mean-container .mean-nav {
        margin-top: 70px;
    }
    .mean-container .mean-nav ul li a:hover {
        color: #F47E20;
    }
    .mean-container .mean-nav ul li a.active {
        color: #F47E20;
    }
    .mean-container a.meanmenu-reveal {
        padding: 23px 15px 0 0;
        color: #000;
    }
    .mean-container a.meanmenu-reveal span {
        background-color: #000;
        position: relative;
        top: 8px;
        margin-top: -5px;
        border-radius: 0;
    }
    .main-nav {
        display: none !important;
    }
    .navbar-area .others-option {
        display: none;
    }
    .navbar-area .others-option .get-quote {
        top: 4.5px;
    }
    .navbar-area .others-option .cart-icon {
        margin-right: 10px;
        margin-left: 20px;
    }
    .navbar-area.is-sticky .mean-container .mean-bar {
        background-color: rgba(255, 255, 255, 0.95);
        border: none;
    }
    .navbar-area.navbar-area-two .mean-container .mean-bar {
        background-color: #ffffff;
        border: none;
    }
    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
        color: #000000;
    }
    .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span {
        background-color: #000000;
    }
    .navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
        background-color: #000000;
    }
    .top-header.top-header-three .appointment {
        display: none;
    }
}

/*
Others Option For Responsive Area Style
======================================================*/

.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: 21px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #F47E20;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 262px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
}

.others-option-for-responsive .option-inner {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option {
    background-color: #ffffff;
    padding: 10px;
    position: absolute;
    top: 61px;
    right: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
    display: inline-block;
    margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
    font-size: 25px;
    background-color: #F47E20;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
}

@media only screen and (max-width: 991px) {
    .others-option-for-responsive {
        display: block;
    }
    .others-option-for-responsive .container {
        max-width: 100%;
    }
    .others-option-for-responsive .container .container {
        max-width: 400px;
        margin: auto;
    }
    .others-option-for-responsive .option-inner .others-option {
        background-color: #000000;
        margin-right: 15px;
    }
    .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
        background-color: #ffffff;
    }
    .others-option-for-responsive .option-inner .others-option .cart-icon a i {
        color: #ffffff;
    }
    .others-option-for-responsive .option-inner .others-option .cart-icon a span {
        background-color: #ffffff !important;
        color: #000000;
    }
    .others-option-for-responsive .option-inner .others-option .search-btn {
        color: #ffffff;
    }
    .others-option-for-responsive .option-inner .others-option .search-btn:hover {
        color: #ffffff !important;
    }
    .others-option-for-responsive .option-inner .others-option .close-btn {
        color: #ffffff;
    }
}

/* Navbar */
.navbar-brand h3{
    color: #F47E20;
}
.logo h3{
    color: #F47E20;
}
/*
Banner Area Style
======================================================*/

.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}

.banner-area.bg-1 {
    background: transparent url(../../assets/img/banner/banner-bg-1.jpg) left top no-repeat;
}

.banner-area.bg-2 {
    /* background-image: url(../../assets/img/banner/banner-bg-2.jpg); */
    background-color: #ffffff;
}

.banner-area.bg-4 {
    background-image: url(../../assets/img/banner/banner-bg-4.jpg);
}

.banner-area.bg-5 {
    background-image: url(../../assets/img/banner/banner-bg-5.jpg);
}

.banner-area.banner-area-two {
    height: auto;
    /* padding-top: 300px;
    padding-bottom: 270px; */
}

.banner-area.banner-area-two .banner-content {
    padding-left: 65px;
}

.banner-area.banner-area-two .banner-content .top-title {
  color: #FF9902;
    font-size: 20px;
}

.banner-area.banner-area-two .banner-content h1 {
    
    color: #211e1e;
    font-size: 60px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -0.2px;
}

.banner-area.banner-area-two .banner-content p {
    color: #211e1e;
}

.banner-area.banner-area-three {
    height: auto;
    background-color: #eae1d6;
    padding-top: 100px;
    padding-bottom: 170px;
}

.banner-area.banner-area-three .banner-content .top-title {
    color: #F47E20;
}

.banner-area.banner-area-three .banner-content h1 {
    font-size: 62px;
    color: #000219;
   
}

.banner-area.banner-area-three .banner-content p {
    color: #211e1e;
}

.banner-area.banner-area-four {
    height: 820px;
}

.banner-area.banner-area-four .banner-content {
    max-width: 680px;
}

.banner-area.banner-area-four .banner-content .top-title {
    color: #ffffff;
}

.banner-area.banner-area-four .banner-content h1 {
    color: #ffffff;
}

.banner-area.banner-area-four .banner-content p {
    color: #ffffff;
}

.banner-area.banner-area-four .banner-video {
    position: relative;
    top: 15px;
    right: -15px;
}

.banner-area.banner-area-five .banner-content {
    max-width: 680px;
    text-align: center;
    margin: 140px auto 0;
}

.banner-area.banner-area-five .banner-content img {
    margin-bottom: 20px;
}

.banner-area.banner-area-five .banner-content .top-title {
    color: #F47E20;
}

.banner-area.banner-area-five .banner-content h1 {
    color: #ffffff;
}

.banner-area.banner-area-five .banner-content p {
    color: #ffffff;
}

.banner-content .top-title {
    display: block;
    font-weight: 600;
}



.banner-content p {
    margin-bottom: 30px;
    font-size: 18.5px;
}

.banner-image {
    text-align: center;
}

.banner-image img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

.play{
    border-color: #ffffff;
    background-color: #f0ac0e;
    background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
}

.fa-play{
    position: absolute;
    padding-left: 19px;
    padding-top: 18px;
    color: #ffffff;
}
.play-btn {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.2px;
    color: #F47E20;
    margin: 18px 9px;
}



@keyframes moveWithinAreaAnimation {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
}
@keyframes moveWithinAreaAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}
@keyframes moveCircularWithinAreaAnimation {
    0% {
        transform: translate(-10px, -10px);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(10px, 10px);
    }
    75% {
        transform: translate(-10px, 10px);
    }
    100% {
        transform: translate(-10px, -10px);
    }
}
@keyframes moveHorizontallyWithinAreaAnimation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.hero-shape-5 {
    z-index: -26;
    position: absolute;
    left: -7px;
    top: 466px;
}
.hero-shape-3 {
    animation: moveWithinAreaAnimation 5s infinite linear;
    position: absolute;
    /* bottom: 120px; */
    /* right: 320px; */
    z-index: 22;

    animation-delay: 1s;
    height: 31px;
    width: 35px;
    top: 105px;
    left: 580px;
}
.hero-shape-6 {
    animation: moveCircularWithinAreaAnimation 6s infinite linear;
    position: absolute;
    /* bottom: 120px; */
    /* right: 320px; */
    z-index: 22;
    animation-delay: 1s;
    height: 31px;
    width: 35px;
    right: 46px;
    top: 1180px;
    
   
}
.hero-shape-1{
    animation: moveHorizontallyWithinAreaAnimation 6s infinite linear;
    position: absolute;
    /* bottom: 120px; */
    /* right: 320px; */
    z-index: 22;

    height: 15px;
    width: 15px;
    top: 130px;
    left: 180px;
   
}

.hero-shape-4{
    animation: moveCircularWithinAreaAnimation 6s infinite linear;
    position: absolute;
    z-index: 10;
    height: 31px;
    width: 35px;
    top: 269px;
    left: 51px;
   
}
.hero-shape-2{
    position: absolute;
    z-index: 22;
    top: 488px;
    left: 0;
    height: 110px;
    width: 114px;
    
}











/* Breadcrumb  Section*/

.page-title-area {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    /*background-color: #000219;*/
    padding-top: 100px;
    padding-bottom: 100px
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/blog/blog.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /*opacity: .5;*/
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #F47E20;
    font-size: 40px
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    background-color: #F47E20;
    width: 1px;
    height: 15px;
    transform: rotate(25deg)
}

.page-title-area.page-title-style-two {
    padding-top: 226px;
    padding-bottom: 100px
}


/* Features section */

section.features.my-4 h5{
    font-size: 14px;
    font-weight: 700;
}
.feature-box
{
    padding: 36px 30px 36px 38px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 12px 19px 62px 0px rgba(13, 52, 79, 0.07);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    margin: 8px;
}
.feature-box-page
{
    padding: 36px 30px 36px 38px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 12px 19px 62px 0px rgba(13, 52, 79, 0.07);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    
}

section.features.my-4 h2 {
    font-size: 30px;
    line-height: 38px;
}

.feature-box:hover{
    
    background-color: #3B3663;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 14px 24px 43px 0px rgba(33, 41, 48, 0.42);

}
.feature-box:hover 
 h3.features-title{
    
   color: #ffffff;

}
.feature-box:hover 
 p.features-description{
    
   color: #ffffff;

}
.feature-box:after{
    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: width .4s, height .4s;
    animation: width .4s, height .4s;
    transition: width .4s,height .4s;
    left: 50%;
    top: 50%;
    background: inherit;
    box-shadow: inherit;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    will-change: width,height;
}

.feature-box h3.features-title{
    color: #252A3F;
    font-size: 22px;
    line-height: 1.36em;
    letter-spacing: -1px;
}
.img-box{
    margin: 22px 0px 22px -15px !important;
    max-width: 76px;
    width: 76px;
}
.features-description:before{
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 2px;
background: currentColor;
content: "";
opacity: .5;
}
.features-description{
    color: #252A3F;
    font-family: "Nunito", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-top: 27px;
    letter-spacing: -0.5px;
}


.features-slider .owl-nav button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.features-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.features-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.features-slider .owl-dots {
    display: none;
}

.features-slider:hover button {
    visibility: visible;
    opacity: 1;
}

.features-slider:hover .owl-prev {
    left: -40px;
}

.features-slider:hover .owl-next {
    right: -40px;
}

.owl-nav button {
    height: 60px;
    width: 60px;
    border: 1px solid #fda40b;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fda40b;
    transition: 0.4s;
}
.features-slider:hover button {
    visibility: visible;
    opacity: 1;
}

button.owl-prev .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}
button.owl-next .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}

/* Choose Us */
.choose-us-content h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.core-image-section img{
    margin: 0px 20px 0px 0px !important;
    max-width: 35px;
    width: 35px;
}
.choose-us-content p {
    font-size: 18px;
    font-weight: 500;
}
.core-image-section .choose-description{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.core-image-section h6 .choose-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 3px;
}
.choose-us-content h2 {
    font-size: 30px;
    line-height: 38px;
}






/* Testimonal */

.testimonial-one {
    position: relative;
    padding: 70px 0px 100px;
    background-color:rgb(239,243,248);
}
img.testimonal-img {
    height: 80px;
    border-radius: 50%;
    width: 80px !important;
    margin-top: 13px;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.awards-one_pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.awards-one_pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;

    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
.sec-title.centered {
    text-align: center !important;
}
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.sec-title.centered .sec-title_title {
    padding-left: 50px;
}
.sec-title_title {
    position: relative;
    font-weight: 700;
    color: rgb(11,90,219);
    text-transform: capitalize;
    font-size: 18px;
    display: inline-block;
    padding-right: 50px;
}

.sec-title_title:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -4px;
    width: 34px;
    height: 22px;
    background: url(../img/separator.png) no-repeat;
}
.sec-title.centered .sec-title_title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: -4px;
    width: 34px;
    height: 22px;
    background: url(../img/separator-1.png) no-repeat;
}
.testimonial-block_one {
    position: relative;
}
.testimonial-block_one-inner {
    position: relative;
    padding-left: 70px
}
.testimonial-block_one-quote {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 40px;
    color: rgb(11,90,219);
}
.testimonial-block_one-text {
  position: relative;
  line-height: 31px;
  max-width: 840px;
  font-size: 19px;
  color: rgb(8,31,71);
}
.testimonial-block_one-author {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color:rgb(8,31,71);
    margin-top:30px;
   
}
.testimonial-block_one-designation {
    position: relative;
    font-size: 14px;
    color: rgb(11,90,219);
    margin-top: 5px;
}
.testimonial-block_one {
    position: relative;
}
.testimonial-block_one-inner {
    position: relative;
    padding-left: 70px;
}
.testimonial-one .owl-nav {
    display: none;
}

.testimonial-one .owl-dots {
    position: absolute;
    right: 0px;
    width: 20px;
    bottom: 30px;
}
.testimonial-one .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin: 15px 0px;
    border-radius: 50px;
    background-color: rgb(11,90,219);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-one .owl-dots .owl-dot.active, .testimonial-one .owl-dots .owl-dot:hover {
    background-color: #000;
}
.testimonial-one .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin: 15px 0px;
    border-radius: 50px;
    background-color: rgb(11,90,219);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block_one-quote.fa-solid.fa-quote-left.fa-fw {
    font-size: 50px;
}
.owl-theme .owl-dots .owl-dot span {

    background: transparent!important;
}
/* Center banner */
.Center-banner{
    background-color: #f1f0ee;
}
.Center-banner-content h1.Center-banner-title {
    color: #000;
    font-size: 45px;
}
.Center-banner-content p.Center-banner-description {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.center-image-section img{
height: 24px;
width:24px;
margin-top: 2px;
}

p.center-description {
    color: #000;
    font-size: 18px;
}

/* Blog */
.card-img, .card-img-top{
    border-top-left-radius:  0!important;
    border-top-right-radius:  0!important;
}
.blog h2{
    font-size: 30px;
    line-height: 38px;
}
.blog-des{
    font-size: 18px;
}
h5.card-title.card-title-description {
   
    padding-bottom: 13px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
}
.blog .card{
    border: none;
}
.blog .card-body{
    padding: 0;
}
.date{
    color: rgba(105,102,135);
    margin-bottom: 0;
}
.fa-eye{
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f1e0";
    line-height: inherit;
    padding: 0;
    opacity: 1;
    margin: 0 7px;
    color: #ceccd7;
}
.blog-text{
    display: inline-block;
    vertical-align: top;
    font-size: .714em;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    color: #F47E20;
}
.blog h6 {
    font-size: 14px;
    font-weight: 700;
}

.filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
  }
  
  .blog-btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #003;
    background: #eee;
    border: 1px solid #F47E20;
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .blog-btn:hover,.btn-active {
    background: #F47E20;
    color: #fff;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }





  .blog-slider .owl-nav button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.blog-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.blog-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.blog-slider .owl-dots {
    display: none;
}

.blog-slider:hover button {
    visibility: visible;
    opacity: 1;
}

.blog-slider:hover .owl-prev {
    left: -40px;
}

.blog-slider:hover .owl-next {
    right: -40px;
}

.bf {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mx {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}
.owl-nav button {
    height: 60px;
    width: 60px;
    border: 1px solid #fda40b;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fda40b;
    transition: 0.4s;
}
.blog-slider:hover button {
    visibility: visible;
    opacity: 1;
}

button.owl-prev .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}
button.owl-next .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}



/* blog-details */
.blog-details-content .blog-top-content, .blog-details-content .comments {
    background-color: #f9fafb;
    padding: 20px;
    margin-bottom: 35px;
}

.blog-details-content .blog-top-content .blog-details-img,
.blog-details-content .leave-reply p,
.blog-details-content .news-content-2,
.blog-details-content .single-blog-post-img{
    margin-bottom: 30px;
}

.blog-details-content .tag-list ul li:last-child a{
    margin-right: 0
}
.blog-details-content .comments ul li h3::before{
    display: none;
}
.blog-details-content .leave-reply .form-group label{
    margin-bottom: 10px;
}
.blog-details-content .leave-reply .form-group{
    margin-bottom: 25px;
}

.blog-details-content .tag-list ul,
.blog-details-content .tag-list ul li{
    display: inline-block;
}
.blog-details-content .comments h3::before,
.blog-details-content .leave-reply h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #F47E20;
}

.blog-details-content .blog-top-content,
.blog-details-content .comments {
    background-color: #f9fafb;
    padding: 20px;
    margin-bottom: 35px
}

.blog-details-content .blog-top-content .news-content h3 {
    transition: .5s;
    margin-bottom: 20px;
    font-size: 25px
}

.blog-details-content .blog-top-content .news-content .admin {
    padding-bottom: 24px
}

.blog-details-content .blog-top-content .news-content .admin li,
.single-blog-posts .single-blog-content .admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #F47E20;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child,
.single-blog-posts .single-blog-content .admin li:last-child {
    margin-right: 0;
    border-right: none
}

.blog-details-content .blog-top-content .news-content .admin li i,
.single-blog-posts .single-blog-content .admin li i {
    color: #F47E20;;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px
}

.blog-details-content .blog-top-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px
}

.blog-details-content .blog-top-content blockquote p {
    font-weight: 600;
    font-size: 18px;
    color: #000219;
    text-align: center;
    padding-left: 50px;
    margin-bottom: 0
}

.blog-details-content .blog-top-content blockquote i {
    font-size: 50px;
    color: #fff;
    background-color: #F47E20;;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1
}

.blog-details-content .news-content-2 h3 {
    font-size: 24px
}

.blog-details-content .tag-list {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px
}

.blog-details-content .tag-list span {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #000219
}

.blog-details-content .tag-list ul li a {
    border: 1px solid #eee;
    padding: 5px;
    margin-right: 10px
}

.blog-details-content .tag-list ul li a:hover {
    background-color: #F47E20;;
    color: #fff;
    border-color: #F47E20;
}

.blog-details-content .comments h3,
.blog-details-content .leave-reply h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-left: 10px
}

.blog-details-content .comments ul li,
.subscribe-content {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px
}

.blog-details-content .leave-reply,
.sidebar-widget {
    padding: 20px;
    background-color: #f9fafb
}

.blog-details-content .comments ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.blog-details-content .comments ul li h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    padding-left: 0
}

.blog-details-content .comments ul li span {
    display: block;
    margin-bottom: 15px
}

.blog-details-content .comments ul li a {
    font-size: 14px;
    font-weight: 600
}

.blog-details-content .comments ul li a:hover {
    letter-spacing: 1px
}

.blog-details-content .comments ul li a i,
.blog-details-content .leave-reply .form-group #chb1 {
    margin-right: 5px
}

.blog-details-content .leave-reply .star {
    color: #ff0018
}

.blog-details-content .leave-reply input[type=checkbox],
.blog-details-content .leave-reply input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.sidebar-widget {
    margin-bottom: 35px;
    position: relative
}

.sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    display: inline-block;
    padding-left: 10px
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #F47E20;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    transition: .5s
}

.sidebar-widget.recent-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 90px
}

.sidebar-widget.recent-post ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-widget.recent-post ul li a {
    font-size: 16px;
    color: #000219;
    margin-bottom: 10px;
    font-weight: 600
}

.sidebar-widget.recent-post ul li a img,
.subscribe-content img {
    position: absolute;
    top: 0;
    left: 0
}

.sidebar-widget.recent-post ul li span {
    display: block;
    font-size: 14px
}

.sidebar-widget.categories ul li {
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding-left: 20px
}

.sidebar-widget.categories ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #F47E20;
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px
}

.sidebar-widget.tags ul li a:hover {
    transform: translateY(-2px);
    background-color: #F47E20;;
    color: #fff;
    border-color: #F47E20;
}
.blog-details-content .comments h3::before, .blog-details-content .leave-reply h3::before, .checkout-area .cart-totals h3::before, .checkout-area .faq-accordion h3::before, .shopping-cart-area .cart-totals h3::before, .sidebar-widget h3::before, .user-area-style .contact-form-action .account-title h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #F47E20;
}
/* Footer */
.footer{
    background-color: #FFFCF6;
}

.fa-twitter{
    color: #00ACED;
}
.fa-facebook-f{
    color: #3B5998;
}
.fa-google-plus-g{
    
    color: #F04B3F;
}
.fa-pinterest-p{
    color: #CB2027;
}
.fa-linkedin-in{
    color: #007BB6;
}
ul#menu-services li {
    margin: 6px 0px;
}




@keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg);
        transform: translate(73px, -1px) rotate(35deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg);
        transform: translate(141px, 72px) rotate(75deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg);
        transform: translate(83px, 122px) rotate(110deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg);
        transform: translate(-40px, 72px) rotate(145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px);
    }
}

@-webkit-keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }
    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}

@keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}

/* line 169, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* line 176, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item {
    position: absolute;
}

/* line 178, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(1) {
    background: rgba(0, 201, 157, 0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 12%;
    left: 15%;
    -webkit-animation: animTwo 13s infinite linear;
    animation: animTwo 13s infinite linear;
}

/* line 187, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(2) {
    border: 5px solid rgba(0, 153, 229, 0.3);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 15%;
    left: 45%;
    -webkit-animation: animOne 15s infinite linear;
    animation: animOne 15s infinite linear;
}

/* line 197, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(3) {
    border: 5px solid rgba(244, 34, 104, 0.3);
    width: 25px;
    height: 25px;
    bottom: 20%;
    left: 30%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}

/* line 206, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(4) {
    background: rgba(252, 162, 73, 0.8);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 15%;
    right: 25%;
    -webkit-animation: animFive 15s infinite linear alternate;
    animation: animFive 15s infinite linear alternate;
}

/* line 216, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(5) {
    background: rgba(100, 45, 250, 0.4);
    width: 3px;
    height: 20px;
    top: 18%;
    right: 25%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}

/* line 224, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(5):before,
.animated-shape-wrap .animated-shape-item:nth-child(5):after {
    content: "";
    display: block;
    width: 100%;
    height: calc(50% - 2px);
    top: 6px;
    background: inherit;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 238, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(5):before {
    right: -6px;
}

/* line 241, src/assets/scss/components/_components.animation.scss */

.animated-shape-wrap .animated-shape-item:nth-child(5):after {
    left: -6px;
}

/* line 4, src/assets/scss/components/_components.icons.scss */

.icon-size-xs {
    font-size: 22px;
}

/* line 7, src/assets/scss/components/_components.icons.scss */

.icon-size-sm {
    font-size: 26px;
}

/* line 10, src/assets/scss/components/_components.icons.scss */

.icon-size-default {
    font-size: 30px;
}

/* line 13, src/assets/scss/components/_components.icons.scss */

.icon-size-md {
    font-size: 38px;
}

/* line 16, src/assets/scss/components/_components.icons.scss */

.icon-size-lg {
    font-size: 46px;
}

/* line 4, src/assets/scss/components/_components.social-icon.scss */

.social-list-default li a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1rem;
}

/*
About Area Style
======================================================*/

.about-content {
    margin-left: 30px;
}

.about-content .about-title {
    margin-bottom: 40px;
}

.about-content .about-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #F47E20;
}

.about-content .about-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}

.about-content .tab {
    margin-bottom: 30px;
}

.about-content .tabs {
    margin-bottom: 30px;
}

.about-content .tabs li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #000219;
    border-bottom: 2px solid #000219;
    padding-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.about-content .tabs li.current {
    border-color: #F47E20;
    color: #F47E20;
}

.about-content .tab_content .tabs_item p {
    margin-bottom: 0;
}

.about-content .tab_content .tabs_item ul {
    margin-top: 25px;
}

.about-content .tab_content .tabs_item ul li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000219;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}

.about-content .tab_content .tabs_item ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
    color: #F47E20;
}

.about-content .tab_content .tabs_item ul li:last-child {
    margin-bottom: 0;
}

.about-img {
    margin-bottom: 30px;
}


/*
Our Challenges Area Style
======================================================*/

.challenges-area {
    background-image: url(../../assets/img/challenges-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.challenges-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: 0.75;
}

.challenges-area.challenges-area-two {
    background-image: unset;
    background-color: #000219;
}

.challenges-area.challenges-area-two::before {
    display: none;
}

.challenges-area.challenges-area-two .challenges-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.challenges-area.challenges-area-two .single-challenges i {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.challenges-area.challenges-area-two .single-challenges h3 {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.challenges-area.challenges-area-two .single-challenges p {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.challenges-area.challenges-area-two .single-challenges:hover {
    background-color: #F47E20;
}

.challenges-area.challenges-area-two .single-challenges:hover i {
    color: #ffffff;
}

.challenges-area.challenges-area-two .single-challenges:hover h3 {
    color: #ffffff;
}

.challenges-area.challenges-area-two .single-challenges:hover p {
    color: #ffffff;
}

.single-challenges {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    text-align: center;
    z-index: 1;
}

.single-challenges i {
    font-size: 50px;
    color: #F47E20;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.single-challenges h3 {
    margin-bottom: 10px;
}

.single-challenges p {
    margin-bottom: 0;
}

.single-challenges span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 100px;
    z-index: -1;
    opacity: 0.06;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-challenges:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*
Protect Area Style
======================================================*/

.protect-area {
    overflow: hidden;
}

.protect-area .single-challenges {
    background-color: #ffffff;
    padding: 20px;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges {
    margin-top: 30px;
    background-color: #211e1e;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges i {
    color: #ffffff;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges h3 {
    color: #ffffff;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(2) .single-challenges p {
    color: #ffffff;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges {
    margin-top: -30px;
    background-color: #211e1e;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges i {
    color: #ffffff;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges h3 {
    color: #ffffff;
}

.protect-area .col-lg-6 .row .col-lg-6:nth-child(3) .single-challenges p {
    color: #ffffff;
}

.protect-area.protect-area-three {
    position: relative;
    z-index: 1;
}

.protect-area.protect-area-three .single-challenges {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.protect-area.protect-area-three .single-challenges i {
    color: #F47E20;
}

.protect-area.protect-area-three .single-challenges h3 {
    color: #000219;
}

.protect-area.protect-area-three .single-challenges p {
    color: #211e1e;
}

.protect-area.protect-area-three .protect-left-shape {
    z-index: -1;
    position: absolute;
    top: 50px;
    left: 50px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.protect-area.protect-area-four .single-challenges {
    background-color: #000219;
}

.protect-area.protect-area-four .single-challenges i {
    color: #ffffff;
}

.protect-area.protect-area-four .single-challenges h3 {
    color: #ffffff;
}

.protect-area.protect-area-four .single-challenges p {
    color: #ffffff;
}

.protect-content {
    margin-right: 30px;
}

.protect-content .protect-title {
    margin-bottom: 40px;
}

.protect-content .protect-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #F47E20;
}

.protect-content .protect-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
}

.protect-img {
    margin-bottom: 30px;
}



/*
Testimonials Area Style
======================================================*/

.testimonials-area {
    background-image: url(../../assets/img/testimonials-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.testimonials-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: 0.75;
    z-index: -1;
}

.testimonials-area.testimonials-page-area {
    background-image: unset;
}

.testimonials-area.testimonials-page-area::before {
    display: none;
}

.testimonials-area.testimonials-page-area .testimonials-item {
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-area.testimonials-page-area .testimonials-item p {
    color: #211e1e;
}

.testimonials-area.testimonials-page-area .testimonials-item h3 {
    color: #000219;
}

.testimonials-area.testimonials-page-area .testimonials-item span {
    color: #211e1e;
}

.testimonials {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    color: #ffffff;
}

.testimonials .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials .owl-nav .owl-prev i {
    font-size: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.testimonials .owl-nav .owl-prev:hover i {
    background-color: #F47E20;
    border-color: #F47E20;
}

.testimonials .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials .owl-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.testimonials .owl-nav .owl-next:hover i {
    background-color: #F47E20;
    border-color: #F47E20;
}

.testimonials .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.testimonials-item i {
    color: #F47E20;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.testimonials-item p {
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 20px;
}

.testimonials-item ul {
    line-height: 1;
    margin-bottom: 5px;
}

.testimonials-item ul li {
    display: inline-block;
    margin: 0 1px;
}

.testimonials-item ul li i {
    font-size: 18px;
    color: #F47E20;
}

.testimonials-item h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.testimonials-item span {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

/*
Partner Area Style
======================================================*/

.partner-area {
    text-align: center;
}

.partner-area .owl-carousel .owl-item {
    line-height: 1;
}

.partner-area .owl-carousel .owl-item img {
    width: auto;
}
/* tab */
.tab_content .tabs_item {
    display: none;
}

.tab_content .tabs_item.active {
    display: block;
}



/* Contact Section */

.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #071c34;
padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
color: #071c34;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 48px;
color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #999999;
font-size: 16px;
font-weight: ;
display: inline-block;
width: 100%;
}

.contact-page-form input {
    border: none;
    margin-bottom: 20px;
    padding: 14px 1px;
    width: 100%;
    border-bottom: 2px solid #211e1e;
    background: transparent;

}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
    border: 0;
    width: 100%;
    height: 120px;
    padding: 12px 0px;
    border-bottom: 2px solid #211e1e;
    background: transparent;
}
.single-input-fieldsbtn input[type="submit"] {
background: #fda40b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}
.contact-btn {
    border-radius: 0px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 100!important;
    margin-left: -10px;
}
.site-contact-title {
    font-weight: 700;
  }
  /* .site-contact-title span {
    color: #eaa4a4;
  } */
  .site-contact {
    padding: 150px 0 100px;
    background: #f7f9ff;
  }
  h1.site-contact-title {
    font-size: 60px!important;
}

.contact-page-sec {
    background: #f7f9ff;
}

.page-title-area .page-title-content ul li .active::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    /* background-color: #F47E20; */
    width: 1px;
    height: 15px;
    transform: rotate(25deg);
}

ul li.contact-item:before {
    content: ''; /* Set content to an empty string */
    display: none; /* Hide the pseudo-element */
}
.form-control:focus {
    color: #000000;
    background-color: #f6f6f6;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border-bottom: 2px solid #211e1e;
}

.contact-form{
 
        box-shadow: 0px 1px 7px #cfcece;
        border-radius: 40px;
        padding: 40px 35px;
        margin: 0 30px;
        background-color: #ffffff;
    }



/*Speakers Section */

h1.speaker-heading {
    color: #F47E20;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
  
 
}
h2.speaker-subheading {
    color: #6c7072;
    font-size: 10px;
    font-weight: 400;
}  

  #card3 {
  
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin:10px;
  }
  
 
  h3.speaker-subheading_description {
    color: #0a0d1e;
    font-size: 14px;
    font-weight: 500;
}

  .profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .profile-header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .profile {
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
    border: 3px solid #F47E20;
  }
  .profile1 {
    width: 6rem;
    height: 6rem;
    border-radius: 5rem;
    border: 3px solid #F47E20;
  }
  
  .profile:hover {
    animation: bounce;
    animation-duration: 2s;
  }
  h2.speaker-heading {
    font-size: 17px;
}
h3.speaker-subheading {
    font-size: 15px;
}
  .following {
    height: 2rem;
    width: 6rem;
    font-size: 0.8rem;
    background-color: #ffffff;
    color: #6c7072;
    border: 0.1rem solid #e8e9ed;
    border-radius: 3rem;
    cursor: pointer;
  }
  
  .follow {
    height: 2rem;
    width: 7rem;
    font-size: 12px;
    /* background-color: #10162e; */
   background-color: #F47E20; 
    color: #ffffff;
    border: 0.1rem solid #e8e9ed;
    border-radius: 3rem;
    cursor: pointer;
  }
  button.follow a {
    color: #fff;
}
h6.register-btn.my-3 a {
    color: #F47E20;
   
}
  
h6.web-color{
    color: #F47E20;
    font-size: 12px;
}

/* Webinar Details */



.contact {
    background: #111111;
}

#conatiner-map {
    width: 100%;
    height: 580px;
}

.title-forme {
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-item {
    position: relative;
    text-align: center;
}

.contact-item i {
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    background: #2d2d2d;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.contact-item .contact-info h3 {
    color: #fda40b;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-item .contact-info p {
    color: #fff;
}

#google-map-area {
    position: relative;
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-form {
    left: 0%;
    padding: 40px 15px;
    margin-left: -15px;
    z-index: 99;
}

.container-form .form-wrapper {
    background-color: white;
    padding: 56px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-form .form-wrapper .form-group {
    margin-bottom: 30px;
}

.container-form .form-wrapper .form-control {
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    text-transform: capitalize;
    background: #f7f7f7;
    border: 1px solid transparent;
    padding: 7px 19px;
    border-radius: 0px;
    background-image: none;
    background-clip: padding-box;
}

.container-form .form-wrapper .form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #fda40b;
    box-shadow: none;
    outline: 0;
}

.form-submit .btn-common {
    width: 100%;
}

.list-unstyled li {
    margin-top: 10px;
    color: #fda40b!important;
}

.text-danger {
    margin-top: 20px;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    text-transform: capitalize;
    /*background: #eceeef;*/
    padding: 7px 19px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.form-control:focus {
    border-color: #fda40b;
    box-shadow: none;
    outline: 0;
}

.section-title:before, .section-title:after {
    left: 50%;
    margin-left: 45px;
}

.section-title:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: -15px;
    width: 48px;
    height: 1px;
    background-color: #fda40b;
    display: none;
}

.section-title:after {
    margin-left: -30px;
}

.section-title:before, .section-title:after {
    left: 50%;
    margin-left: -45px;
}

.section-title:after {
    position: absolute;
    content: '';
    left: 393px;
    bottom: -24px;
    width: 48px;
    height: 1px;
    background-color: #fda40b;
    background-color: #fda40b;
    display: none;
}

.btn-common {
    background-color: #F47E20!important;
    position: relative;
    z-index: 1;
    color: #ffffff!important;
    opacity: none!important;
}


#event-slides .video img {
    border-radius: 4px;
}

#event-slides .intro-desc {
    line-height: 26px;
    margin-bottom: 30px;
}

#event-slides .intro-title {
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#event-slides .list-specification li {
    margin-bottom: 10px;
    font-size: 15px;
}

#event-slides .list-specification li i {
    margin-right: 5px;
}

.event-date {
    float: left;
    margin-right: 30px;
}
.date-address i {
    font-size: 20px;
    margin-right: 15px;
}
.event-location {
    float: left;
}
.span-color {
color: #fda40b;
}


/*------------- sponsor-slider --------------*/

.sponsor-slider .thumb img {
    width: auto !important;
    margin: 0 auto;
}

.sponsor-slider .owl-nav button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.sponsor-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.sponsor-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.sponsor-slider .owl-dots {
    display: none;
}

.sponsor-slider:hover button {
    visibility: visible;
    opacity: 1;
}

.sponsor-slider:hover .owl-prev {
    left: -40px;
}

.sponsor-slider:hover .owl-next {
    right: -40px;
}

.owl-nav button {
    height: 60px;
    width: 60px;
    border: 1px solid #fda40b;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fda40b;
    transition: 0.4s;
}
.sponsor-slider:hover button {
    visibility: visible;
    opacity: 1;
}

button.owl-prev .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}
button.owl-next .fa {
    color: #fda40b;
    border: 1px solid #fda40b;
    padding: 16px;
    font-size: 20px;
}

/* blog-2 */

.blog-content-left {
    position: relative;
    z-index: 1;
    padding-right: 100px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-content-left {
        padding-right: 0;
    }
}

.blog-content-left::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
    right: 34px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-content-left::after {
        display: none;
    }
}

.blog-content-left .single-blog-content {
    margin-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-content-left .single-blog-content {
        margin-bottom: 50px;
    }
}

.blog-content-left .single-blog-content .blog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
}

.blog-content-left .single-blog-content .blog-tags li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 480px) {
    .blog-content-left .single-blog-content .blog-tags li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-content-left .single-blog-content .blog-tags li {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}

.blog-content-left .single-blog-content .blog-tags li:last-child {
    padding-right: 0;
    border-right: 0;
}

.blog-content-left .single-blog-content .blog-tags li:first-child {
    padding-left: 0;
    border-left: 0;
}

.blog-content-left .single-blog-content .blog-tags li a {
    display: inline-block;
}

.blog-content-left .single-blog-content .blog-tags li a img {
    height: 30px;
    width: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.blog-content-left .single-blog-content .blog-thumb {
    margin: 30px 0;
    display: block;
    height: 260px;
}

@media only screen and (max-width: 575.98px) {
    .blog-content-left .single-blog-content .blog-thumb {
        height: 250px;
    }
}

.blog-content-left .single-blog-content .blog-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-content-left .blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.blog-content-left .blog-pagination::before,
.blog-content-left .blog-pagination::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 10px;
    content: "\f104";
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
    color: #232323;
}

.blog-content-left .blog-pagination::after {
    content: "\f105";
}

.blog-content-left .blog-pagination li a {
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 575.98px) {
    .blog-content-left .blog-pagination li a {
        font-size: 15px;
    }
}

.blog-content-left .blog-pagination li a.active {
    background: #F47E20;
    color: #fff;
}

.blog-right-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar {
        margin-top: 50px;
    }
}

.blog-right-bar .blog-righ-search .custom-form {
    position: relative;
    z-index: 1;
}

.blog-right-bar .blog-righ-search .custom-form .form--control {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    border-radius: 0;
    height: 60px;
    padding: 5px 70px 5px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .blog-righ-search .custom-form .form--control {
        height: 50px;
        padding: 5px 50px 5px 15px;
        font-size: 14px;
    }
}

.blog-right-bar .blog-righ-search .custom-form .form--control:focus {
    box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
    -webkit-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
    -moz-box-shadow: 0 0 27px rgba(255, 0, 122, 0.2);
    border-color: rgba(255, 0, 122, 0.2);
}

.blog-right-bar .blog-righ-search .custom-form button {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    font-size: 24px;
    color: #232323;
    background: none;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .blog-righ-search .custom-form button {
        font-size: 22px;
        right: 15px;
    }
}

.blog-right-bar .single-blog-item {
    margin-top: 70px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .single-blog-item {
        margin-top: 40px;
    }
}

.blog-right-bar .single-blog-item .blog-item-list {
    margin-top: 10px;
}

.blog-right-bar .single-blog-item .blog-item-list li:last-child a {
    border-bottom: none;
}

.blog-right-bar .single-blog-item .blog-item-list li a {
    display: block;
    font-size: 16px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .single-blog-item .blog-item-list li a {
        font-size: 15px;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .blog-right-bar .single-blog-item .blog-item-list li a {
        font-size: 14px;
    }
}

.blog-right-bar .single-blog-item .blog-item-list li a:hover {
    color: #F47E20;
}

.blog-right-bar .single-blog-item .blog-item-list li a::before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-right: 10px;
    content: "\f105";
    display: none;
}

.blog-right-bar .single-blog-item .blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-img {
    height: 80px;
    width: 100px;
    margin-right: 30px;
    display: block;
}

@media only screen and (max-width: 480px) {
    .blog-right-bar .single-blog-item .blog-posts .blog-post-img {
        margin-right: 20px;
    }
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-title {
    font-weight: 700;
    line-height: 1.3;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-title:hover {
    color: #F47E20;
}

.blog-right-bar .single-blog-item .blog-posts .blog-post-contents .post-para {
    font-size: 14px;
    margin-top: 5px;
}

.blog-right-bar .single-blog-item .achive-item-list {
    margin-top: 20px;
}

.blog-right-bar .single-blog-item .achive-item-list li a {
    padding: 10px 0;
    font-size: 16px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .single-blog-item .achive-item-list li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .blog-right-bar .single-blog-item .achive-item-list li a {
        font-size: 14px;
    }
}

.blog-right-bar .single-blog-item .achive-item-list li a:hover {
    color: #F47E20;
}

.blog-right-bar .single-blog-item .keyword-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.blog-right-bar .single-blog-item .keyword-item-list li a {
    font-size: 16px;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-right-bar .single-blog-item .keyword-item-list li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .blog-right-bar .single-blog-item .keyword-item-list li a {
        font-size: 14px;
    }
}

.blog-right-bar .single-blog-item .keyword-item-list li a:hover {
    color: #fff;
    background: #F47E20;
}

.blog-details-single-area .blog-content-left::after {
    right: 35px;
}

.blog-details-para .common-para {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.blog-details-para .common-para .blog-details-quote {
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 150px;
    z-index: -1;
    opacity: 0.2;
}

.blog-details-bottom {
    margin-bottom: 75px;
}

@media (min-width: 320px) and (max-width: 991.98px) {
    .blog-details-bottom {
        margin-bottom: 50px;
    }
}

.blog-details-bottom:last-child {
    margin-bottom: 0;
}

.blog-details-bottom .single-blog-comments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
}

.blog-details-bottom .single-blog-comments li:first-child {
    margin-top: 30px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 575.98px) {
    .blog-details-bottom .single-blog-comments li .blog-comment-img {
        min-height: 30px;
        min-width: 30px;
    }
}

.blog-details-bottom .single-blog-comments li .blog-comment-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details {
    margin-left: 20px;
}

@media only screen and (max-width: 480px) {
    .blog-details-bottom .single-blog-comments li .blog-comment-details {
        margin-left: 5px;
    }
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .blog-comment-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .blog-comment-top .blog-comment-time {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.blog-details-bottom .single-blog-comments li .blog-comment-details .btn--blog-replay {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    display: inline-block;
}

.blog-details-bottom .blog-details-form .custom-form .form--control {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}

.blog-details-bottom .blog-details-form .custom-form .form--control:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 0, 122, 0.3);
}

.blog-details-bottom .blog-details-form .custom-form .form--messages {
    height: 170px;
    padding: 20px;
}
i.fa.fa-chevron-right.me-3 {
    font-size: 12px;
}


/* Partners Start */

/***********************************************************
  6. Intro Section  
************************************************************/

.intro-section {
    position: relative;
}

.intro-section .item-wrapper {
    border: 1px solid #fff;
    padding: 48px;
    border-radius: 12px;
    position: relative;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.intro-section .item-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F47E20;
    transition: 0.3s;
    z-index: -1;
    border-radius: 12px;
}

.intro-section .item-wrapper:hover {
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}

.intro-section .item-wrapper:hover:after {
    transform: rotate(-10deg);
}

.intro-section .icon-box {
    font-size: 48px;
    color: #fdb63c;
}

.intro-section h3 {
    font-size: 28px;
    margin-bottom: 18px;
}

.intro-section .de-intro-1 {
    position: absolute;
    left: 5%;
    top: 10%;
}


/***********************************************************
  7. About Section 
************************************************************/

.about-section {
    padding-bottom: 80px;
    background: #f2f5fb;
    position: relative;
}

.about-section .img-wrapper {
    position: relative;
    text-align: center;
}

.about-section .img-wrapper:before,
.about-section .img-wrapper:after {
    position: absolute;
    content: '';
}

.about-section .img-wrapper:before {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 5px solid #fdb63c;
    left: 30px;
    top: 190px;
}

.about-section .img-wrapper:after {
    width: 36px;
    height: 36px;
    background: #F47E20;
    left: 332px;
    bottom: -90px;
    border-radius: 4px;
}

.about-section .about-img-2 {
    position: absolute;
    left: 0;
    bottom: -200px;
}

.about-section .content-block h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.about-section .content-block h2 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #F47E20;
}

.about-section .content-block h2 strong {
    display: block;
    font-size: 30px;
    margin-top: 24px;
}

.about-section .personal-details {
    margin-top: 36px;
    margin-bottom: 36px;
}

.about-section .personal-details>div {
    margin-bottom: 0;
}

.about-section .personal-info li {
    margin-bottom: 18px;
}

.about-section .personal-info h4 {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.about-section .de-about-1 {
    position: absolute;
    right: 10%;
    top: -8%;
}

.about-section .de-about-2 {
    position: absolute;
    left: 5%;
    bottom: -3%;
    z-index: 2;
}


/***********************************************************
  12. Testimonial Section
************************************************************/

.testimonial-section {
    background-color: #333;
    background: url('../image/testimonial-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
}

.testimonial-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: -1;
}

.testimonial-section .item-wrapper {
    background: #fff;
    padding: 60px 48px 48px;
    position: relative;
    /* margin-top: 88px; */
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(176, 18, 6, 0.1);
}

.testimonial-section .item-wrapper:after {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    bottom: -18px;
    background: #fff;
    border-radius: 10px;
    z-index: -1;
}

.testimonial-section .item-wrapper p {
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-section .item-wrapper h4 {
    font-size: 21px;
}

.testimonial-section .item-wrapper h4 span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #948daa;
}

.testimonial-section .quote-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fdb63c;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 72px;
}

.testimonial-section .quote-icon img {
    width: 24px;
}

.testimonial-section .quote-author {
    text-align: left;
}

.testimonial-section .quote-author .image-block {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
}

.testimonial-section .quote-author h4 {
    margin-bottom: 0;
}


.about-section-22{
    background: url('../img/parnerbg.jpg') no-repeat left;
    background-size: 55%;
    background-color: #fdfdfd;
    overflow: hidden;
    padding: 100px 0;
}

.inner-container{
    width: 55%;
    float: right;
    background-color: #fdfdfd;
    padding: 150px;
}

.inner-container h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}

.text{
    font-size: 13px;
    color: #545454;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 40px;
}

.skills{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width:1200px){
    .inner-container{
        padding: 80px;
    }
}

@media screen and (max-width:1000px){
    .about-section{
        background-size: 100%;
        padding: 100px 40px;
    }
    .inner-container{
        width: 100%;
    }
}

@media screen and (max-width:600px){
    .about-section{
        padding: 0;
    }
    .inner-container{
        padding: 60px;
    }
}

i.fa-solid.fa-arrow-right.me-2 {
    color: #F47E20;
}
.partner-content ul li {
    line-height: 35px;
}


.icon-list-box1 .form-control {
    display: block;
    /* width: 100%; */
    height: 62px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#afb6d2;
    background-color: #1d233c;;
    background-clip: padding-box;
    border: none;
    border-radius: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 18px 26px;
}

 .icon-list-box1 .form-btn button {
    background: #D88731;
    line-height: 22px;
    font-size: 20px;
    color: #ffffff;
    padding: 19px 75px 19px 79px !important;
    width: 100%;
    display: inline-block;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all ease-in-out 0.3s;
    border: 1px solid #D88731;
}

.fa-instagram {
   
    color: red;
}

.webinar-icon {
    color: #F47E20;
    font-size: 30px;
}


/* Agenda */

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .site-heading h2 span {
    color: #D88731;
  }
  
  .site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
  }
  
  .site-heading h4::before {
    background: #D88731 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
  }
  
  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
  }
  
  .carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #D88731 none repeat scroll 0 0;
    border-color: #D88731;
  }
  
  .we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #D88731;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
  }
  
  .we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
  }
  
  .we-offer-area.text-center .item i {
    background: #D88731 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
  }
  
  
.we-offer-area.text-center .item i::after {
    border: 2px solid #D88731;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 70px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 70px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
  
  .we-offer-area.item-border-less .item {
    border: medium none;
  }
  
  .we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
  }
  
  .we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #D88731 none repeat scroll 0 0;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
  }
  
  .we-offer-area .item i {
    color: #D88731;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
  }
  
  .we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .we-offer-area .item p {
    margin: 0;
  }
  
  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area .item::after {
    background: #D88731 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  
  .we-offer-area .item:hover::after {
    left: 0;
  }
  
  .we-offer-area .item:hover i,
  .we-offer-area .item:hover h4,
  .we-offer-area .item:hover p {
    color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #D88731 !important;
  }
  
  .we-offer-area.text-left .item i {
    background: #D88731 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
  }
  
  .we-offer-area.text-left .item i::after {
    border: 2px solid #D88731;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
  }

  .btn-orange {
    background-color: #F47E20;
    border: 1px #F47E20;
    border-radius: 6px;
    font-weight: 700 !important;
    border-radius: 15px;
    width: 100%;
    padding: 9px 20px;
    color: #fff;
    font-size: 23px;
}

/*Why Choose Us*/

.why-title{
       font-size: 18px;
}

 #hs_cos_wrapper_widget_1701247393968 p {
            font-size: 16px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion {
            padding-right: 100px;
        }

        #hs_cos_wrapper_widget_1701247393968 [class^="bi-"]::before,
        #hs_cos_wrapper_widget_1701247393968 [class*=" bi-"]::before {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: text-bottom;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item {
            border: none;
            border-bottom: 2px solid #8B7E7E;
            padding: 12px 0px;
            background-color: transparent;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item:last-child {
            border-bottom: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item:first-child {
            padding-top: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button {
            font-size: 32px;
            font-weight: 700 !important;
            display: inline-block;
            color: #8B7E7E;
            padding-left: 0px;
            position: relative;
            background: none !important;
            border: none !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button i {
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:focus {
            border: none;
            box-shadow: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button p {
            font-size: 24px;
            font-weight: 700 !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:not(.collapsed) {
            background: none;
            color: #211E1E;
            box-shadow: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:not(.collapsed) i {
            display: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-body {
            color: #211E1E;
            font-size: 16px;
            padding-left: 0px;
            padding-top: 0px;
        }
        
         #hs_cos_wrapper_widget_1701247393968 p {
            font-size: 16px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion {
            padding-right: 100px;
        }

        #hs_cos_wrapper_widget_1701247393968 [class^="bi-"]::before,
        #hs_cos_wrapper_widget_1701247393968 [class*=" bi-"]::before {
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: text-bottom;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item {
            border: none;
            border-bottom: 2px solid #8B7E7E;
            padding: 12px 0px;
            background-color: transparent;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item:last-child {
            border-bottom: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item:first-child {
            padding-top: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button {
            font-size: 32px;
            font-weight: 700 !important;
            display: inline-block;
            color: #8B7E7E;
            padding-left: 0px;
            position: relative;
            background: none !important;
            border: none !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button i {
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:focus {
            border: none;
            box-shadow: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button p {
            font-size: 24px;
            font-weight: 700 !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:not(.collapsed) {
            background: none;
            color: #211E1E;
            box-shadow: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-button:not(.collapsed) i {
            display: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs-left-accordion .accordion-item .accordion-body {
            color: #211E1E;
            font-size: 16px;
            padding-left: 0px;
            padding-top: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs {
            box-shadow: 0px 0px 12px #E8E5E5;
            border-radius: 24px;
            font-family: 'Montserrat', sans-serif;
            background-color: #ffffff;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs ul.nav-tabs {
            justify-content: space-between;
            background: none;
            padding: 4px 20px;
            border-bottom: 2px solid #8B7E7E;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs ul.nav-tabs .nav-item .nav-link {
            color: #8B7E7E;
            font-weight: 600 !important;
            border: none;
            border-radius: 24px;
            padding: 16px 32px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs ul.nav-tabs .nav-item .nav-link:hover {
            border: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs ul.nav-tabs .nav-item .nav-link.active {
            border: none;
            color: #211E1E;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-content.accordion {
            padding: 20px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item {
            border: none;
            box-shadow: 0px 0px 12px #E8E5E5;
            border-radius: 24px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item:last-child {
            box-shadow: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item:last-child div#vulnerability-collapse .accordion-body {
            padding: 0px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body {
            color: #211E1E;
            font-weight: 500;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body>div.heading {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .description {
            margin-bottom: 32px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .description div.heading {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
            margin-top: 24px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .description p {
            font-size: 10px !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div {
            display: flex;
            align-items: center;
            margin-top: 12px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div .evidence-bg,
        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div .reference-bg {
            background-color: #E8E5E5;
            height: 12px;
            width: 70%;
            border-radius: 10px;
            margin-left: 20px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div .url-bg {
            width: 100%;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div .url-bg-1 {
            background-color: #E8E5E5;
            height: 12px;
            width: 40%;
            border-radius: 10px;
            margin-left: 20px;
            margin-bottom: 8px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div .url-bg-2 {
            background-color: #E8E5E5;
            height: 12px;
            width: 70%;
            border-radius: 10px;
            margin-left: 20px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div p {
            margin-right: 8px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .label-section>div p.red {
            color: #F03C23;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-responsive-content {
            display: none;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .solution {
            margin-top: 20px;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .solution p {
            font-size: 10px !important;
        }

        #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body .solution p.heading {
            font-size: 16px !important;
            font-weight: 700 !important;
        }

        @media (max-width:991px) {
            #hs_cos_wrapper_widget_1701247393968 .tab-content>.tab-pane {
                display: block;
                opacity: 1;
            }
            #hs_cos_wrapper_widget_1701247393968 .col-md-5.cyber-tabs-left-accordion {
                display: none;
            }
            #hs_cos_wrapper_widget_1701247393968 .col-md-7.cyber-tabs-right-tabs {
                width: 100%;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-tabs-content {
                padding: 12px 0px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-tabs-content .accordion-body {
                padding: 20px;
                border-radius: 24px;
                box-shadow: 0px 0px 12px #E8E5E5;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-tabs-content>div.heading {
                font-size: 20px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-responsive-content {
                display: block;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .tab-pane.accordion-item .accordion-collapse .accordion-responsive-content div.heading {
                font-size: 16px;
                font-weight: 600;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs {
                box-shadow: none;
                border-radius: 0px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item {
                border: none;
                border-bottom: 2px solid #8B7E7E;
                padding: 12px 0px;
                box-shadow: none;
                border-radius: 0;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item:last-child {
                border-bottom: 0px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item:first-child {
                padding-top: 0px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button {
                font-size: 16px;
                font-weight: 600 !important;
                display: inline-block;
                color: #8B7E7E;
                padding-left: 0px;
                position: relative;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button i {
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%);
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button i.bi-chevron-up {
                display: none;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button:focus {
                border: none;
                box-shadow: none;
                background: none;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button p {
                font-size: 24px;
                font-weight: 700;
                margin-top: 8px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button:not(.collapsed) {
                background: none;
                color: #211E1E;
                box-shadow: none;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button:not(.collapsed) i.bi-chevron-down {
                display: none;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-button:not(.collapsed) i.bi-chevron-up {
                display: block;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body {
                color: #211E1E;
                font-size: 16px;
                padding-left: 0px;
                padding-top: 0px;
            }
            #hs_cos_wrapper_widget_1701247393968 .cyber-tabs .accordion-item .accordion-body div.heading {
                font-size: 20px;
            }
        }
        
        section.features h5 {
    color: #f47e20;
}
section.blog h6 {
    color: #f47e20;
}