@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Poppins', sans-serif;s
*/

:root {
    --blue: #000038;
    --orange: #ff4d00;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;  
    background-color: #f2f2f5;     
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

/* img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
} */

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
    outline: none !important;
}
p {
    font-size: 16px;
    color: #515154;
    font-weight: 400;
    line-height: 24px;    
}

/*================= General =================*/

.site-title {
    font-size: 50px;
    line-height: 60px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 35px;
}
.site-btn {
    padding: 10px 40px!important;
    background-color: var(--orange);
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    display: inline;
    box-shadow: 0px 3px 0px #b53700;
    border: 2px solid var(--orange);
    cursor: pointer;
    transition: 0.5s all;
}
.site-btn:hover {
    box-shadow: none;
    background-color: transparent;
    color: var(--orange);
}
.owl-carousel button.owl-dot {
    background: var(--blue)!important;
    border: 1px solid var(--blue)!important;
    padding: 5px!important;
    margin: 5px;
    border-radius: 50%;
    transition: 0.5s all;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-carousel button.owl-dot.active {
    background-color: var(--orange)!important;
    border-color: var(--orange)!important;
    transform: scale(1.3);
}

/*==================  Top Part  ==================*/
p a:hover {
    color: #333333;
    text-decoration: none;
}
p:last-child {
    margin: 0;
}
h3.section-title {
    margin: 0;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    color: #333;    
}
h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}
header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

/*==================  Top Sec  ==================*/
/* Top Bar */
.top-bar {
    background-color: #000014;
    position: relative;
}
.top-bar a{    
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.top-bar ul li {
    padding: 4px 10px;    
}
.top-bar ul li:last-child{
    padding-right: 0;
    border:0;
}
.top-bar ul li i {
    margin-right: 10px;
    font-size: 20px;
    color: #ff4d00;
}
.top-bar a:hover {
    text-decoration: underline;
}
.top-bar ul li:last-child span {
    color: #ff4d00;
    font-size: 16px;
}

/*==================  Navbar  ==================*/
header nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 1000;
    box-shadow: 0 3px 9px 6px rgb(0 0 0 / 10%);
    transition: 0.5s all;    
    padding: 10px 0;
}
nav.navbar {
    padding: 5px 0;
    background-color: #fff;
}
header li.nav-item {
    padding: 7px 15px;
}
header a.nav-link {
    font-size: 16px;
    color: var(--blue);
    line-height: 32px;
    font-weight: 500;
    padding: 0px!important;
    letter-spacing: 0.5px;
    position: relative;
}
header a.nav-link:not(.btn-enquiry):after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;

}
header a.nav-link.btn-enquiry {
    padding: 10px 28px!important;
    background-color: var(--orange);
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    display: inline;
    box-shadow: 0px 3px 0px #b53700;        
    border: 2px solid var(--orange);
}
header a.nav-link.btn-enquiry:hover {
    box-shadow: none;
    background-color: transparent;
    color: var(--orange);
}
header a.nav-link:hover:after {    
    color: var(--blue);
    text-shadow: 10px 0 var(--blue), -10px 0 var(--blue);
}

/*==================  Section Part  ==================*/

section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

/*================= Banner Section =================*/

.banner-sec {
    position: relative;
    display: block;
    padding: 50px 0;
    overflow: hidden;
    background-color: #fff;
}
.banner-content h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--blue);
    font-weight: bold;
}
.banner-sec p {
    font-size: 16px;
    color: #515154;
    font-weight: 400;
    line-height: 24px;
}
.banner-sec p {
    font-size: 16px;
    color: #515154;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 35px;
}
a.view-more {
    font-size: 16px;
    color: var(--orange);
    line-height: 30px;
    font-weight: 600;    
}
a.view-more:after {
    content: url(../images/right-arrow.png);
    top: 2px;
    position: relative;
    right: -5px;
    transition: 0.5s all;
}
a.view-more:hover:after {
    right: -15px;
}

/*================= About Ergate =================*/
div#about {
    overflow: hidden;
}
.about-ergate {
    padding: 50px 0;
    overflow: hidden;
    display: block;
    position: relative;
}


/*================= Our Team =================*/
.our-team {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: url(../images/our-team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 70px;
    background-position: top right;
}
.team-top {
    background-color: #f2f2f5;
    padding-bottom: 10px;
    padding-top: 100px;
}
.team-top img {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    border-radius: 50%;
}
.team-title {
    font-size: 24px;    
    line-height: 30px;
    color: var(--blue);
    font-weight: 600;
}
.team-position {    
    font-size: 18px;
    color: var(--orange);
    font-weight: 600;
    line-height: 30px;
}
.team-member {
    position: relative; 
    margin-top: 130px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    min-height: 470px;
    background: #fff;
}
.team-bottom {
    padding: 20px;
    background-color: #fff;
}
.team-bottom ul li {
    padding-left: 30px;
    position: relative;    
    font-size: 16px;
    color: #515154;
    font-weight: 400;
    line-height: 24px;
}
.team-bottom ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    top: 5px;
}
.team-member a.view-more {
    position: absolute;
    bottom: 15px;
}


/*================= Services =================*/
.services-sec {
    position: relative;
    display: block;
    overflow: hidden;
    background: url(../images/service-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 120px 0 70px;
}
.services-sec2 {
    background: url(../images/service-bg-reverse.png);
    padding-top: 20px;
    background-position: center -142px;
}
.services-sec .nav-pills {    
    justify-content: center;
    position: relative;
    margin-top: 35px;
    margin-bottom: 50px;
}
.tab-top-btn {
    font-size: 24px;
    line-height: 32px;
    background-color: #15154b;
    padding: 25px 60px;
    margin: 0 5px;
    border-radius: 60px!important;
    color: grey;
    /* color: #313160; */
    text-align: center;
    /* min-width: 350px; */
    /* min-width: 450px; */
    
}
.tab-top-btn.active {
    background-color: var(--orange)!important;
}
.tab-top-btn:not(.active){box-shadow: inset 10px 0 12px 10px rgb(0 0 0 / 23%);}
.second-layer-tab li a.nav-link, .second-layer-tab li a.nav-link.active {
    background: transparent;
    margin: 0 6px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: orange;
    /* color: #fff; */
}
.second-layer-tab li a.nav-link {
    color: #fff;
   /* color: #414165; */
}
.second-layer-tab li a.nav-link.active { border-bottom:1px solid #fff; border-radius:0px;}
.second-layer-tab {
    border-bottom: 1px solid #45394e;
}
/* .pricing-table { background: #fff; } */
.pricing-table thead tr th {
    padding: 25px 15px;
    border-bottom: 0;
}
.pricing-table thead tr th span {
    display: block;
    font-size: 20px;
    color: var(--orange);
    line-height: 30px;
}
.pricing-table thead tr th.bg-orange {
    /* display: flex; */
    font-size: 34px;
    background-color: var(--orange);
    color: #fff;
    font-weight: 500;
    line-height: 63px;
    white-space: nowrap;
}
.pricing-table thead tr th {
    border-top: 0;
}
.pricing-table thead tr th:first-child, .pricing-table tbody tr td:first-child {
    padding-left: 25px;
}
.pricing-table thead tr th:not(:first-child), .pricing-table tbody tr td:not(:first-child) {
    text-align: center;
}
.pricing-table tbody tr td:first-child {
    background-color: #e2e2e7;
    border-top: 1px solid #cfcfd4;
    border-right:1px solid #cfcfd4;
    font-size: 17px;
    color: var(--blue);
    font-weight: 500;
}

.pricing-table thead tr th:first-child { border-right:1px solid #cfcfd4; }
.pricing-table thead tr th:not(:first-child) { 
    background-color: #e2e2e7; 
    border-right: 1px solid #cfcfd4; 
    font-size: 24px;
    color: var(--blue);
    font-weight: 600;
    line-height: 30px;
}
.pricing-table tbody tr td:not(:first-child) {
    background-color: #fff;
    border-right: 1px solid #cfcfd4;    
}
.pricing-table tbody tr:nth-child(1):not(.button) td:not(:first-child) {
    text-decoration: line-through;
    color: grey;
}
.pricing-table tbody tr:not(.button) td:not(:first-child) {
    font-size: 20px;
    color: var(--blue);
    font-weight: 600;
    line-height: 24px;
}
.pricing-table .button td:first-child {
    background: transparent!important;
}
.pricing-table .button td { background-color: #fff;}
.pricing-table .button a.btn {
    font-size: 16px;
    background-color: #030368;
    color: #fff;
    padding: 12px 30px;
    line-height: 24px;
    border-radius: 30px;
    box-shadow: 0px 3px 0px #000038;
    border: 1px solid #030368;
}
.pricing-table .button a.btn:hover {
    background-color: var(--orange);
    box-shadow: none;    
    color: #fff;
    border-color: var(--orange);
    box-shadow: 0px 3px 0px #b53700;
}
th.popular {
    position: relative;    
}
th.popular:after {
    content: url(../images/popular.png);
    position: absolute;
    top: -13px;
    right: -15px;
    z-index: 1;
}
th.popular:before {
    position: absolute;
    content: "Popular";
    top: 6px;
    right: -20px;
    font-size: 14px;
    color: #fff;
    transform: rotate(45deg);
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing-table.table-responsive {
    padding: 20px;
}


/*================= How We Work =================*/
.work-sec {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.work-sec ul {
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.work-sec ul li{ flex: 1 1 0px }
.work-box-img {
    position: relative;
    margin-right: 3px;
}
.work-sec ul li:not(:last-child) .work-box-img:after {
    position: absolute;
    content: "";
    border-top: 3px dashed var(--blue);
    top: 50%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.work-sec ul li:not(:first-child) .work-box-img:before {
    position: absolute;
    content: "";
    border-top: 3px dashed var(--blue);
    top: 50%;
    left: 0;
    width: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.work-box-img > div {
    display: inline-block;
    position: relative;
}
.work-box-img > div > span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--orange);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.work-box p {
    padding: 10px; 
}

/*================= Our Clients =================*/

.our-clients {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0;
}
.our-clients-item img {
    width: auto!important;
}
.oc-item-top img {
    margin: 0 auto;
}
.oc-item-top {
    background-color: #e2e2e7;    
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*================= Partner Program =================*/
.partner-program { padding: 100px 0 70px;}
.pp-table {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pp-table-inner {    
    width: 350px;
}
.pp-table-inner:not(.pp-reseller) { 
    background-color: var(--blue);
}
.pp-table-inner.pp-reseller { 
    background-color: #ff4d00;
    transform: scale(1.05);
    box-shadow: 0px 8px 35px rgb(0 0 0 / 20%);
}
.pp-table-inner:not(.pp-reseller) ul li:first-child {
    background-color: #030368;    
    padding: 20px 0;
}
.pp-table-inner.pp-reseller ul li:first-child {
    background-color: #cc3e00;
    padding: 20px 0;
}
.pp-table-inner ul li:first-child h2 {
    font-size: 30px;
    line-height: 40px;
    color: #f2f2f5;
}
.pp-table-inner ul li:first-child span {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.pp-table-inner ul li:not(:first-child) {
    font-size: 17px;
    color: #fff;
    line-height: 60px;
    font-weight: 400;
}
.pp-table-inner:not(.pp-reseller) ul li:not(:first-child):not(.pp-button) {
    border-bottom:1px solid #262656;
}
.pp-table-inner.pp-reseller ul li:not(:first-child):not(.pp-button) {
    border-bottom:1px solid #ff6826;
}
li.pp-button {
    padding: 15px 0;
}
a.orange.pp-btn {
    padding: 10px 40px!important;
    background-color: var(--orange);
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    display: inline;
    box-shadow: 0px 3px 0px #b53700;
    border: 2px solid var(--orange);
    cursor: pointer;
    transition: 0.5s all;
}
a.orange.pp-btn:hover, a.blue.pp-btn:hover {
    opacity: 0.9;    
}
a.blue.pp-btn {
    padding: 10px 40px!important;
    background-color: #030368;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    display: inline;
    box-shadow: 0px 3px 0px #000038;
    border: 2px solid #030368;
    cursor: pointer;
    transition: 0.5s all;
}

/*================= Contact Us =================*/
.contact-sec {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 120px 0 70px;
}
.contact-sec:before {
    content: '';
    position: absolute;
    border-bottom: 100px solid e2e2e7;
    /* border-left: 100px solid transparent; */
    border-top: 100px solid #f2f2f5;
    border-right: 100vw solid transparent;
    top: 0;
    left: 0;
}
.contact-details-inner i.fa {
    font-size: 30px;
    width: 50px;
    text-align: center;
    color: var(--orange);
    margin-right: 10px;
}
.contact-details-inner h5 {
    font-size: 26px;    
    line-height: 1;
    font-weight: bold;
    color: var(--blue);
}
.contact-details-inner a, .contact-details-inner p {
    font-size: 20px;
    color: var(--blue);
    font-weight: 400;
    line-height: 1;
}
.contact-details-inner {
    margin-bottom: 30px;
}
.contact-details-inner a:hover {
    text-decoration: underline;
}
.getintouch {
    padding: 40px 35px;
    background-color: #f2f2f5;
    box-shadow: 10px 17px 35px 0px rgb(168 168 168 / 25%);
}
.getintouch h4 {
    font-size: 26px;
    font-weight: bold;
    color: var(--blue);
}
.getintouch .form-control {
    padding: 20px 20px;
    width: 100%;
}
.getintouch [class*="col-"] {
    padding: 0px 8px;
}
.getintouch .form-control:focus {
    border-color: var(--orange);
    outline: 0;
    box-shadow: none;
}
.contact-sec h3.site-title {
    font-size: 35px;
    width: 100%;
    margin-top: 35px;
}
.ppt-box h5 {
    font-size: 20px;
    color: var(--blue);
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}
.ppt-box, .map iframe {
    box-shadow: 10px 17px 35px 0px rgb(168 168 168 / 25%);
}

/*==================  Search Domain Section  ==================*/
.search-domain {
    padding: 10px 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.search-domain h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #f2f2f5;
}
.search-domain p {
    font-size: 20px;
    line-height: 36px;
    color: #f2f2f5;
}
.search-domain input[type="search"] {
    width: calc(100% - 150px);
    padding: 26px;
    border-radius: 50px;
    box-shadow: none;
    border: 0;
}
.search-domain input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}
.search-domain form {
    position: relative;
    display: inline-block;
    width: 550px;
    background-color: #fff;
    border-radius: 50px;
    text-align: left;
}
.search-domain input[type="search"]::placeholder {
    font-size: 17px;
    line-height: 1;
    color: #515154;
    font-weight: 400;
}
.search-domain h3 {
    margin-bottom: 15px;
}
.search-domain p {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
}
.search-domain h3, .search-domain p, .search-domain input::placeholder {
    color: #e5e5e5;
}
.search-domain input.form-control {
    background: transparent;
    padding: 0px 30px;
    font-size: 14px;
}

/*==================  Newsletter Section  ==================*/
.newsletter {
    padding: 70px 0;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-bottom: 1px solid #373747;
}
.newsletter h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #f2f2f5;
}
.newsletter p {
    font-size: 20px;
    line-height: 36px;
    color: #f2f2f5;
}
.newsletter input[type="email"] {
    width: calc(100% - 150px);
    padding: 26px;
    border-radius: 50px;
    box-shadow: none;
    border: 0;
}
.newsletter input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}
.newsletter form {
    position: relative;
    display: inline-block;
    width: 550px;
    background-color: #fff;
    border-radius: 50px;
    text-align: left;
}
.newsletter input[type="email"]::placeholder {
    font-size: 17px;
    line-height: 1;
    color: #515154;
    font-weight: 400;
}
.newsletter h3 {
    margin-bottom: 15px;
}
.newsletter p {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
}
.newsletter h3, .newsletter p, .newsletter input::placeholder {
    color: #e5e5e5;
}
.newsletter input.form-control {
    background: transparent;
    padding: 0px 30px;
    font-size: 14px;
}
input.form-control:focus {
    box-shadow: none;
}

/*================== Service Section ==================*/
.service-sec {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.service-sec h3.section-title {
    margin-bottom: 40px;
}
.service-inner {
    position: relative;
}
h4.service-title {
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    transform: translate(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 30px;
}

/*================== Login Popup ==================*/
#login .modal-dialog {
    max-width: 1000px;
}
#login form .form-group:last-child {
    display: inline-block;
    margin-top: 35px;
}
.remember input{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn, .register_btn{
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 12px 35px;
    font-size: 14px;
}
.login_btn:hover{
    color: black;
    background-color: white;
}
.login_btn:focus {
    box-shadow: none;
}
.modal h3.section-title {
    color: #000000;
    line-height: 48px;
    font-size: 24px;
}
.modal input.form-control {
    padding: 15px 25px;
    background-color: #f0f0f0;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    border-right: 0;
}
.modal input.form-control::placeholder {
    color: #000;
}
.modal form .input-group-prepend {
    border: 0;
    height: 56px;
    border-right: 0;
}
.modal form .input-group-prepend .input-group-text{
    color: #000;
}
.modal form .input-group-prepend .input-group-text {
    color: #000;
    background: #f0f0f0;    
    width: 42px;
    font-size: 20px;
    border-left: 0;
}
.modal input.form-control:focus { 
    border-color: #ced4da;
}
.modal .modal-body p {
    font-size: 16px;
}
.modal .modal-body {
    padding: 0;
}
.modal .modal-content {    
    border-radius: 0;
}
.modal .modal-header {
    position: absolute;
    top: -15px;
    right: -15px; 
    border: 0;
    box-shadow: none;    
}
.modal button.close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 1px 20px rgba(0,0,0,1);
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    z-index: 1;
}
.register-account.text-center {
    height: 100%;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-content { 
    padding: 35px 0px 35px 30px;
}
.register-account h5 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*================== Registration Popup ==================*/
.register-content select.form-control {
    display: inline-block;
    width: auto;
}
.register-content form h5 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}
#register .modal-body {
    padding: 25px;
}
#register .modal-content {
    border-radius: 0;
}
.modal select.form-control {
    background-color: #f0f0f0!important;
    min-height: 56px;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 35px;
    width: 200px;
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
    background: url("../images/down-arrow.png")no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("../images/down-arrow.png")no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
  } 
 .modal select.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}
#register.modal input.form-control {
    border-right: 1px solid #ced4da;
}

/*================== Thanks you Popup ==================*/
.thank-you-content {
    padding: 30px;
}
#thank-you .modal-body p {
    font-size: 14px;
}

/*==================  Footer Part  ==================*/

footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;    
    background-size: cover;
    background-position: top left;
}
ul.ft_social {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
ul.ft_social li {
    margin: 0px 8px;    
    color: #9b9ea3;
    position: relative;
}
ul.ft_social li:first-child{
    margin-left: 0;
}
ul.ft_social li i {
    font-size: 22px; 
    -webkit-transition: all .3s color;
    -moz-transition: all .3s color;
    -o-transition: all .3s color;
    -ms-transition: all .3s color;
    transition: all .3s color;
}
ul.ft_social li a:hover {
    color: #fff;
}

ul.ft_social li:hover i {
    color: #fff;
}


/****  Copyright  *****/

.copyright {
    width: 100%;
    float: left;
    margin: 0;
    /* padding: 15px 0; */
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.copyright-content p a {
    color: var(--orange);
    font-size: 16px;
    line-height: 1;
    font-weight: 400; 
    text-decoration: none;
}
.copyright-content p a:hover { text-decoration: underline;}
.copyright-content { text-align: right;}
.copyright-content ul {
    justify-content: end;
}
.copyright-content li, .copyright-content li a, .copyright-content p {
    color: #474760;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400; 
}
.copyright-content li:not(:last-child) {
    margin-right: 5px;
}
.copyright-content a:hover{ text-decoration: underline;}
.ft_social a {
    width: 50px;
    height: 50px;
    border: 2px solid var(--orange);
    border-radius: 50px;
    display: inline-block;    
    text-align: center;
    line-height: 50px;
    color: var(--orange); 
    transition: 0.3s all; 
}
.ft_social a:hover {
    transform: rotate(360deg);
    background-color: var(--orange);
}


/*===================== Back to Top =====================*/
#scroll {
    position:fixed;
    right:30px;
    bottom:120px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: var(--orange);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    border: 2px solid var(--orange);
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
    transition: 0.5s all;
}
#scroll:hover {
    background-color:transparent;
    opacity:1;
    
}
#scroll:hover span {
    border-bottom-color:var(--orange);
}






/* BEGIN: Type Blink */
@keyframes type {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes type {
    0% {
      width: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
  @-webkit-keyframes blink {
    50% {
      border-color: tranparent;
    }
  }
  /* END: Type Blink */