body {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 26px;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    color: #212529;
    text-align: left;
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #212529;
}

div,

ul,
ol,
li,
a,
input,
select,
img,

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 100%;
    border: none;
    outline: none;
    text-decoration: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

a {
    color: #FFB238;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

figure {
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
    visibility: hidden;
}

.maindiv {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.header-wraper {
    position: fixed; top:0; background:#fff;
    width: 100%;
    z-index: 100;
}

.top-header {
    background: #FFB238;
}

.topheader-1 {
}

.topheader-1-inner {
    text-align: center;
    color: #5b3605;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 0;
}

.top-wraper {
}

.top-info-box {
    float: left;
    width: 100%;
    padding: 9px 0px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.top-info-box ul.topaddinfo {
    float: right;
    width: 70%;
    text-align: right;
}

.top-info-box ul {
}

.top-info-box ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding: 0;
    position: relative;
    text-align: left;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

.top-info-box ul li + li {
    padding-left: 20px;
}

.top-info-box ul li .icon {
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.top-info-box ul li .icon i {
    display: inline-block;
    text-align: center;
    color: #FFB238;
    border-radius: 50%;
    font-size: 16px;
}

.top-info-box ul li .info {
    display: table-cell;
    vertical-align: middle;
    margin-left: 13px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #d9d9d9;
}

.top-info-box ul li .info span {
    display: block;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.top-info-box ul li a {
    color: #fff;
}

.top-info-box ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.top-info-box ul li img {
    max-width: 27px;
}

.top-info-box ul li img.flagindia {
}

.top-info-box ul li img.flagjapan {
}

.top-info-box .top-social {
    float: left;
    margin-top: 0;
    width: 17%;
    text-align: center;
}

.top-info-box .top-social ul {
    float: left;
    margin: 0;
}

.top-info-box .top-social ul li {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0;
}

.top-info-box .top-social ul li:before {
    display: none;
}

.top-info-box .top-social ul li a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 0 6px 0 0;
}

.top-info-box .top-social ul li a:hover {
    text-decoration: none;
    color: #ff9ead;
}

.middlecallbtn {
    float: right;
    width: 20%;
    margin-top: 27px;
    margin-left: 50px;
}

.middlecallbtn a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    color: #1C1F21;
    display: inline-block;
}

.middlecallbtn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    background: #0566c4;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.middlecallbtn a:hover {
}

.middle-back {
    position: relative;
}

.middle-wraper {
    padding: 0 0; 
}

.middle-wraper .logo {
    width: 260px;
    float: left;
    margin: 16px 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.middle-wraper .logo img {
    max-width: 100%;
    transition: all 0.5s ease 0s;
}

.middle-wraper .logo img.logo-white {
}

.middle-wraper .nav-wraper {
    width: 75%;
    float: right;
    margin-top: 15px;
}

.sf-menu {
    margin: 0 auto;
    text-align: center;
    float: right;
}

.sf-menu > li > span {
    display: block;
    position: relative;
}

.sf-menu ul {
    position: absolute;
    top: -999px;
    display: none;
}

/*offset of submenus need to match (see below)*/
.sf-menu li {
    position: relative;
    background: none;
}

.sf-menu a {
    display: block;
    text-decoration: none;
}

.sf-menu a:hover {
    text-decoration: none;
}

.sf-menu > li {
    position: relative;
}

/*================================>> 1 Level <<========================================*/
li.sfHover {
    position: relative;
}

.sf-menu > li > a {
    vertical-align: middle;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease;
    z-index: 100;
}

.sf-menu > li > a {
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    padding: 15px 11px;
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    text-transform: uppercase;
}

.sf-menu > li > a {
    position: relative;
}

.sf-menu > li {
    display: block;
    position: relative;
    float: left;
}

.sf-menu > li + li {
    margin-left: 0;
}

.sf-menu > li:hover > a,
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a,
.sf-menu > li:hover > span,
.sf-menu > li.current > span,
.sf-menu > li.sfHover > span {
    color: #FFB238;
}

.sf-menu > li.current > a {
    color: #FFB238;
}

/*================================>> 2 Level <<========================================*/
.sf-menu > li > ul,
.sf-menu > li.sfHover > ul {
    top: 50px;
    left: 0;
    margin-left: 0;
    min-width: 240px;
    z-index: 99;
    background: #fff;
    text-align: left;
}

.sf-menu > li > ul li {
}

.sf-menu > li > ul {
}

.sf-menu > li > ul > li {
    padding: 0 0;
}

.sf-menu > li > ul > li + li {
}

.sf-menu > li > ul > li > a {
    display: block;
    padding: 8px 15px;
    color: #5a5a5a;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a,
.sf-menu li.sfHover li.sfHover span {
    color: #fff;
    background: #000;
}

.sf-menu > li > ul > li > a.sf-with-ul:after {
    position: absolute;
    display: block;
    content: "\f107";
    right: -3px;
    text-align: center;
    margin-left: -10px;
    top: 13px;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
    overflow: hidden;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #939393;
}

.sf-menu > li > ul > li > a.sf-with-ul:hover:after {
    color: #b8baaa;
}

/*================================>> 3 Level <<========================================*/
.sf-menu li li ul {
    top: -7px;
    left: 160px;
    z-index: 99;
    position: absolute;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 10px;
    background: #50dbde;
    width: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.sf-menu li li ul:before {
    position: absolute;
    left: -8px;
    top: 8px;
    content: "";
    border: 4px solid;
    border-color: transparent #50dbde transparent transparent;
}

.sf-menu li li li {
    padding: 0 0;
}

.sf-menu li li li a {
    display: block;
    color: #aefdff;
    line-height: 28px;
    line-height: 39px;
}

.sf-menu li li li + li a {
    border-top: 1px solid #67e0e2;
}

.sf-menu li li li a:hover {
    color: #fff;
}

.sticky {
    background: rgb(0 0 0 / 80%);
    border-top: 0 none;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1100;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    backdrop-filter: blur(20px);
}

.sticky {
}

.middle-wraper.sticky .logo {
    margin: 5px 0;
    width: 265px;
}

.middle-wraper.sticky .sf-menu > li > a {
}

.middle-wraper.sticky .logo img.logo-white {
    width: 85%;
}

.middle-wraper.sticky .nav-wraper {
    margin-top: 7px;
}

.middle-wraper.sticky .middlecallbtn {
    margin: 10px 0 0 0;
}

.themebtn {
    background: #FFB238;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 10px;
    overflow: hidden;
    padding: 12px 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}

.themebtn:before {
    background-color: #A7711C;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}

.themebtn:hover:before {
    width: 100%;
}

.themebtn:hover {
    text-decoration: none;
}

.themebtn.active {
    border: 2px solid #fff;
    background: none;
}

.themebtn.active:hover {
    border: none;
    border: 2px solid #A7711C;
}

.themebtn.active:before {
    border: none;
    background: #A7711C;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.section-title h2 {
    color: #0D1C34;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 20px;
}

.section-title h2 span {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px;
}

.section-title h2:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 100px;
    background-color: #FFB238;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.section-title .linehd {
    background: #9e4b47;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}

.section-title p {
    margin-top: 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.sectionsubtitle {
    font-size: 20px;
    font-weight: 600;
    color: #936437;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}

.section-title h6 {
    margin-bottom: 15px;
    color: #FFB238;
    font-size: 14px;
    font-weight: 600;
}

.section-title.white .sectionsubtitle {
}

.section-title.white h2 {
    color: #fff;
}

.section-title.white p {
    color: #fff;
}

.section-title.white h4{ color:#fff;}

.section-logo {
	position: relative;
	/* top: 0; */
	max-width: 250px;
	margin: 0 auto;
}

.section-logo img {
    max-width: 100%;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper:before {
}

.slider-home {
    position: relative
}

.slider-home:before {
    background-image: linear-gradient(90deg, #0F101D 40%,  rgba(15, 16, 29, 0.168627451) 70%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.slider-wrapper.default>div #slides img {
    width: 100%;
    animation: animate 15s ease;
}

.slider-wrapper.default > div #left {
    display: none;
}

.slider-wrapper.default > div #right {
    display: none;
}

.homebtn {
    padding-top: 20px;
}

.banner-wraper {
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
  
}

.banner-wraper:before {
    background-image: linear-gradient(90deg, rgba(15, 16, 29, 0.168627451) 40%, #0F101D 70%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.banner-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    -ms-flex-pack: end;
}

.banner-section-info {
    width: 50%;
    float: right;
}

.banner-section-info h6 {
    color: #FFB238;
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section-info h2 {
    padding-left: 20px;
    border-left: 3px solid #FFB238;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.banner-section-info p {
    margin-bottom: 50px;
    color: #ffffff;
    line-height: 1.7;
}

.banner-button {
}

.banner-button span.banner-btn {
}

.banner-button span.banner-btn a {
}

.banner-button span.banner-btn a:hover {
}

.buttom-curve-shape {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    z-index: 22;
    overflow: hidden;
}

.buttom-curve-shape svg {
    width: -moz-calc(110% + 1.3px);
    width: -webkit-calc(110% + 1.3px);
    width: calc(110% + 1.3px);
    height: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.buttom-curve-shape svg path {
    fill: #fcf6ee;
}

.featurebox-wraper{ padding: 80px 0; position: relative; background:#fcf6ee;}
.featurebox-block{ text-align: center;}
.featurebox-1 {display: inline-block;width: 24%;vertical-align: top;}
.featurebox-1-inner {margin: 15px;border: 1px solid #FFB238; transition:all 0.5s ease 0s;}
.featurebox-1-inner a:hover{ text-decoration:none;}
.featurebox-1-img{ background: #FFB238;}
.featurebox-1-img img{ max-width: 35%;}
.featurebox-1-info {padding: 15px;background: #fbeedb;height: 90px;display: flex;align-items: center;justify-content: center;}
.featurebox-1-info h5 {color: #000;font-size: 16px;line-height: 26px;}

.featurebox-1-inner:hover{ transform: scale(1.1);}


.feature-wraper.feature1-wraper{ background: #fbedd6; padding: 90px 0;}
.feature-wraper.feature1-wraper .feature-type{ min-height:350px; border: 2px solid #fbebd2; padding: 40px 20px 36px;}
.feature-wraper.feature1-wraper .feature-item .feature-type .servie-icon { border-radius: 100%; overflow: hidden; width: 100px; height: 100px; margin: 0 auto 25px; }
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type{ background: url("../images/QuantumVault.jpg") no-repeat; background-size: cover; position: relative; display: flex; align-items: center;}
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type:before{ position:absolute; left: 0; top:0; width: 100%; height: 100%; content: ""; background: #000; opacity: .4;}
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type .servie-icon{ display: none;}
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type .feature2box{ width: 100%; position: relative;}
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type h5{ color: #fff }
.feature-wraper.feature1-wraper .feature-item:nth-child(2) .feature-type p{ color: #fff;}


.feature-wraper.feature2-wraper .feature-item:nth-child(2) .feature-type{ margin-top:60px; border: 1.5px solid #FFB238;}
.feature-wraper.feature2-wraper .feature-item .feature-type{ border-radius:5px; overflow: hidden;}
.featured-info{ padding:20px;}

.feature-wraper {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.feature-block {
}


.feature-item:hover{ transform: scale(1.1);}
.feature-item {
    padding: 0 15px;
    width: 33.3%;
    float: left; transition:all 0.5s ease 0s;
}

.feature-item .feature-type {
    padding:0;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
}

.feature-item .feature-type .servie-icon {
   
    overflow: hidden;
    
    margin: 0 auto 25px;
}

.feature-item .feature-type .servie-icon img {
    max-width: 100%;
}

.feature-item .feature-type h5 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.feature-item .feature-type h5 span {
    display: block
}

.feature-item:nth-child(4n+3) .feature-type,
.feature-item:nth-child(4n+2) .feature-type {
    /*margin-top: 60px;*/
}

.about-wraper {padding: 90px 0 0 0;
    margin-bottom: 70px;
    position: relative;
}

.about-wraper img {
    max-width: 100%;
}

.about-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 60px;
}

.about-head-info {
    margin-bottom: 25px;
}

.about-head-info h6 {
    color: #FFB238;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.about-head-info h4 {
    padding-left: 20px;
    border-left: 3px solid #FFB238;
    margin-bottom: 35px;
    color: #0F101D;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 50px;
}

.about-head-info p {
    margin-bottom: 12px;
}

.about-left-side {
}

.about-left-side .about-left-img {
    position: relative;
}

.about-left-side .about-left-img .experience-wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #FFB238;
    border-top-right-radius: 3px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #ffffff;
    padding: 15px 35px;
    text-align: center;
}

.about-left-side .about-left-img .experience-wrapper h2 {
    font-size: 60px;
    line-height: 70px
}

.about-left-side .about-left-img .experience-wrapper h5 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.lasttagbox{ background: #FFB238; padding: 25px; margin-top: 50px;}
.lasttagbox p{}

.about-right-side {
    margin-top: 100px;
}

.about-right-side .about-right-img {
    margin-bottom: 25px;
}

.about-right-side .regarding-us {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
}

.about-right-side .regarding-us .qulifaction-content .qualification-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.about-right-side .regarding-us .qulifaction-content .qualification-tag h5 {
    font-size: 19px;
}

.about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon {
    margin-right: 10px;
}

.about-right-side .regarding-us .qulifaction-content .qualification-tag .qualifaction-icon img {
    max-width: 35px;
}

.about-right-side .regarding-us .qulifaction-content {
    margin: 0 15px;
}

.about-right-side .regarding-us .qulifaction-content:first-child {
    margin-left: 0;
}

.service-wraper {
    padding: 70px 0 160px;
    position: relative;
    background: #fbeedb;
}

.service-block {
}

.service-1 {
    float: left;
    width: 100%;
}
.service-1-inner {
	margin: 20px 15px 35px;
	padding: 40px;
	border: 1px solid #ffb238;
	background: rgba(255, 255, 255, .6);
}

.service-1-inner a{ color:#212529}
.service-1-inner a:hover{ text-decoration:none;}

.pricing-box {
    text-align: center;
}

.pricing-title {
    text-align: center;
    padding-bottom: 30px;
}

.pricing-title h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #212c40;
    height: 100px;
}

.pricingdesc {
    min-height: 200px;
    position: relative;
}

.pricing-title p {
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    padding: 0;
    text-align: center;
}

.pricing-amount {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}

.pricing-symbol {
    font-size: 45px;
    line-height: 50px;
    color: #111f68;
}

.pricing-price {
    font-size: 55px;
    line-height: 70px;
    color: #111f68;
    padding: 0 1px;
    font-weight: 800;
}

.pricing-time {
    margin-left: 2px;
    align-self: center;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    bottom: -16px;
    letter-spacing: -.6px;
    color: #111f68
}

.pricing-lines {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(33, 44, 64, .2);
}

.pricing-lines ul {
}

.pricing-lines ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    text-align: left;
}

.pricing-lines ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f00c";
    color: #212c40;
    font-size: 14px;
}

#service-slider {
    position: relative;
}

#service-slider .owl-item.center .service-1-inner {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}

#service-slider.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

#service-slider.owl-theme .owl-nav button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #FFB238;
    color: #fff;
    border: none;
}

#service-slider.owl-theme .owl-nav button span {
}

#service-slider.owl-theme .owl-nav button.owl-prev {
    float: left;
    margin-left: -25px;
    border-radius: 25px 0 0 25px;
}

#service-slider.owl-theme .owl-nav button.owl-next {
    float: right;
    margin-right: -25px;
    border-radius: 0 25px 25px 0;
}

.appointment-wraper {
    padding: 0 0 70px;
    position: relative;
    margin-top: -100px
}

.appointment-block {
    position: relative;
    z-index: 2;
    padding: 20px;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.appointment-block:before {
    background-image: url(../images/image08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .08;
}

.appointment-1 {
}

.appointment-1-inner {
    display: grid;
    grid-template-columns: auto 40%;
    align-items: center;
    grid-row-gap: 30px;
    position: relative;
}

.appointment-1-title {
    margin-right: 50px;
}

.appointment-1-title h6 {
    color: #FFB238;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 35px;
}

.appointment-1-title h4 {
    padding-left: 20px;
    border-left: 3px solid #FFB238;
    margin-bottom: 35px;
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    text-transform: capitalize;
}

.multi-button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
}

.multi-button a.themebtn {
    margin: 0;
    padding: 10px 25px;
}

.call-appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-appointment .call-icon {
    margin-right: 15px;
    text-align: center;
}

.call-appointment .call-icon i {
    height: 43px;
    width: 43px;
    font-size: 14px;
    line-height: 43px;
    border: 1px solid #0F101D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.call-appointment .call-info {
}

.call-appointment .call-info h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #787878;
}

.call-appointment .call-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.call-appointment .call-info h5 a {
}

.call-appointment .call-info h5 a:hover {
}

.appointment-1-img {
}

.appointment-1-img img {
    max-width: 100%;
}

.review-wraper {
    padding: 70px 0;
    position: relative;
}
.reviewstrip-wraper{ position:relative;}
.reviewstrip-wraper:before{ position:absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: #000; opacity: 0;}

.review-block {
}

.review-1 {
    float: left;
}

.review-1-inner {
    margin: 20px;
}

.review-item {
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.review-detail {
}

.rating-start-wrap {
    margin-bottom: 10px;
}

.rating-start-wrap .rating-start {
    display: table;
    position: relative;
    font-size: 13px;
    letter-spacing: 4px;
}

.rating-start-wrap .rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: 'FontAwesome';
    font-weight: 600;
}

.rating-start-wrap .rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.rating-start-wrap .rating-start span:before {
    color: #FFB238;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 600;
}

.review-quote {
    margin-bottom: 20px;
    min-height: 130px;
}

.author-info {
}

.author-info h5 {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.author-info span {
    font-size: 13px;
    font-weight: 600;
    color: #FFB238;
}

.review-img {
    margin: 0 5px 20px;
    position: relative;
    display: none;
}

.review-img::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -20px;
    left: 50%;
    font-size: 20px;
    color: #ffffff;
    background-color: #0F101D;
    border: 3px solid #ffffff;
    width: 56px;
    line-height: 56px;
    height: 56px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
    text-align: center;
}

.review-img img {
    max-width: 100%;
    border-radius: 100%;
}

#review-slider {
    position: relative;
}

#review-slider .owl-item.center .service-1-inner {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}

#review-slider.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

#review-slider.owl-theme .owl-nav button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #FFB238;
    color: #fff;
    border: none;
}

#review-slider.owl-theme .owl-nav button span {
}

#review-slider.owl-theme .owl-nav button.owl-prev {
    float: left;
    margin-left: -25px;
    border-radius: 25px 0 0 25px;
}

#review-slider.owl-theme .owl-nav button.owl-next {
    float: right;
    margin-right: -25px;
    border-radius: 0 25px 25px 0;
}

.strip-wraper {
    position: relative;
    background: url("../images/bg1.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.strip-wraper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #FFB238;
    opacity: .9;
}

.strip-block {
    position: relative;
}

.strip-1:last-child {
    width: 25%;
    text-align: right;
}

.strip-1 {
    float: left;
    width: 75%;
}

.strip-1-inner {
}

.strip-1-info {
    border-left: 3px solid #fff;
}

.strip-1-info h2 {
    margin-bottom: 5px;
    font-size: 40px;
    text-align: left;
    line-height: 50px;
    color: #fff;
    padding-left: 25px;
}

.strip-1-info p {
    text-align: left;
    color: #fff;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 500;
}

.strip-1-btn {
    margin-top: 20px;
}

.wrapper {
}

.wrapper-inner {
    padding: 0 15px;
}


/* -- CAREER / ENQUIRY STYLE STARTS -- */

.careerWrap {
    background: #f8f3ed;
    padding: 10px 20px 20px;
    margin-top: 50px;
    border-radius: 10px;
}

.enquiryWrap {
    padding: 0px;
    margin-top: 50px;
    border-radius: 10px;
}

.enquiryRight {
    background: #f8f3ed;
    padding: 10px 20px 20px;
    border-radius: 10px;
}

.careerWrapForm, .refBlock, .enquiryWrapForm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 60px;
}

.careerWrap label, .enquiryWrap label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.careerWrap input, .careerWrap select, .careerWrap textarea,
.enquiryWrap input, .enquiryWrap select, .enquiryWrap textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #e9dbca;
    border-radius: 4px;
}

.careerWrap textarea, .enquiryWrap textarea {
    width: 100%;
    height: 80px;
}

.careerWrap button, .enquiryWrap button {
    margin: 15px 0px;
    background-color: #FFB238;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

.careerWrap button.careerCTA {
    margin: 37px 0px 0px 0px !important;
}

h4.enquiryRightHeading, h4.SectionRightHeading {
    padding-left: 20px;
    border-left: 3px solid #FFB238;
    margin: 20px 0px 25px;
    color: #0F101D;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: 50px;
}

@media screen and (max-width:767px) {
    .careerWrapForm, .refBlock, .enquiryWrapForm {
        display: block;
    }

    .enquiryLeft {
        display: none;
    }
}

/* -- CAREER / ENQUIRY STYLE ENDS -- */


/* -- BLOG STYLE STARTS -- */
.news-container {
    width: 100%;
    margin: 20px auto;
}

.categories {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.categories button {
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    border-bottom: 2px solid transparent;
}

.categories button.active,
.categories button:hover {
    border-bottom: 2px solid #0073e6;
    color: #0073e6;
}

/*.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}*/

.news-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 5px 0px 15px;
    text-decoration: none!important;
    position: relative;
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    text-decoration: none!important;
    position: relative;
}
.news-card a .category,
.news-card .category a,
.news-card .category {
    font-size: 12px;
    color: #069fdb;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    text-decoration: none!important;
}
.news-card a h3,
.news-card h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 12px  !important;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none!important;
}
.news-card a .author,
.news-card .author {
    font-size: 12px;
    color: #666;
    padding: 0px 10px;
    text-decoration: none!important;
}


/* -- BLOG OPTION TWO -- */

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.news-item img {
    width: 220px;
    height: 120px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 5px;
}
.news-content {
    flex: 1;
}
.news-title {
    font-size: 22px;
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}
.news-title:hover {
    text-decoration: underline;
}
.news-description {
    margin: 7px 0px 0px;
    font-size: 16px;
    color: #000;
}
@media (max-width: 600px) {
    .news-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-item img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}



/* -- BLOG STYLE ENDS -- */


/* -- PRICE LIST STYLE STARTS -- */

.priceListingBlock {
    float: left;
    width: 100%;
    height: 500px;
    overflow-x: scroll;
}

.priceList-header {
    background: #0f101d;
    color: #fff;
    padding: 8px 17px 8px 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    line-height: 21px;
    justify-content: space-between;
}

.priceList-colFirst {
    min-width: 28%;
    /*    border-right: 1px solid rgb(255 255 255 / 18%);*/
    text-align: center;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.priceList-colFirst input {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0px 0px;
}

.priceList-colAction {
    /*    display: flex;
        flex-direction: row;*/
    min-width: 18%;
    border-right: none;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
}

.priceList-col {
    display: flex;
    align-content: center;
    flex-direction: column;
    min-width: 18%;
    /*    border-right: 1px solid rgb(255 255 255 / 18%);*/
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
}

.priceList-col span {
    display: none;
    font-size: 14px;
    font-weight: 400;
}

.priceList-col:last-child {
    border: none;
}

.priceList-row {
    background: #FFF;
    color: #333;
    padding: 8px 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    line-height: 21px;
    margin: 3px 0px; justify-content: center;
}

.priceList-row .priceList-colFirst img {
    width: 80px;
}

.priceList-row .priceList-colFirst .stock-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}

.priceList-row .priceList-colFirst {
    /*	border-right: 1px solid rgb(0 0 0 / 7%) !important;*/
}

.priceList-row .priceList-colFirst {
    justify-content: flex-start;
}

.priceList-row .priceList-col {
    font-weight: 400 !important;
    /*    border-right: 1px solid rgb(0 0 0 / 7%) !important;*/
}

.priceList-row .priceList-colAction {
    min-width: 18%;
    flex-wrap: nowrap;
    /*justify-content: space-evenly;*/
    padding: 0px 0px;
    display: flex;
    flex-direction: row;
}

.priceList-row button.buyCTA {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #28a745;
    border: none;
    padding: 5px 18px;
    border-radius: 4px;
    margin: 0px 6px;
}

.priceList-row button.buyCTA:hover{
    background: #117b29;
}

.priceList-row button.sellCTA {
    font-weight: 600;
    color: #000;
    background-color: #ffc107;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    margin: 0px 6px;
}

.priceList-row button.sellCTA:hover{
    color: #fff;
    background: #c99d17;
}

.pl-first-row {
    display: contents;
}

input.CompanySearch {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0px 0px 20px;
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
}


/*@media (max-width: 1800px){

}*/


@media (min-width:768px) and (max-width:1920px) {

    .priceList-header {
        display: flex;
    }
}


@media screen and (max-width:768px) {

    .priceList-col span {
        display: block;
    }

    .priceList-header {
        display: none;
    }

    .priceList-row .priceList-colAction {
        min-width: 18%;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding: 5px 0px;
        display: flex;
        flex-direction: column;
    }

    .priceList-row {
        background: #FFF;
        color: #333;
        padding: 0px 8px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        line-height: 21px;
        margin: 0px 0px 5px 0px;
        justify-content: space-evenly;
    }

    .priceList-row .pl-first-row {
        width: 73%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .priceList-row .priceList-col span {
        display: block !important;
        font-size: 11px;
        font-weight: 800;
    }

    .priceList-row button.buyCTA, .priceList-row button.sellCTA {
        margin: 10px 0px;
    }

    .priceList-row .priceList-col {
        font-weight: 400 !important;
        margin: 0px 10px;
    }

}


/* -- PRICE LIST STYLE ENDS -- */

/* -- MODEL STYLE STARTS -- */


.buysellModel .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: #e7e7e7;
    color: #000000;
    width: 25px;
    height: 25px;
    padding: 0px 0px;
    line-height: 20px;
    text-align: center;
    border-radius: 24px;
}

.buysellModel .form-group {
    margin-bottom: 10px;
}

.buysellModel .form-group label {
    display: block;
    margin-bottom: 5px;
}

.buysellModel .form-group input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #e9dbca;
    border-radius: 4px;
}

.buysellModel .themebtn {
    margin: 15px 0px 0px;
}

@media screen and (max-width:768px) {
    .modal-content {
        background: white;
        padding: 20px 0 20px;
        border-radius: 8px;
        width: 98%;
        position: relative;
    }
    .buysell_modal .modal-dialog .modal-content .modal-body .title{ margin-top:10px!important;}
}

/* -- MODEL STYLE ENDS -- */

.footer-wraper {
    background: #0e1016;
    position: relative;
    padding: 70px 0 0 0;
}

.footer-wraper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .05;
    background: url("../images/image08.png") no-repeat;
    background-size: cover;
}

.footer-top {
    position: relative;
    margin-bottom: 60px;
}

.footer-block {
    position: relative;
}

.footer-1 {
    float: left;
    width: 33.33%;
}

.footer-1-inner {
    padding: 0 15px;
}

.footer-logo {
    max-width: 250px;
    margin: 0 auto 20px;
}

.footer-logo img {
    max-width: 100%;
}

.footer-social {
    margin-top: 0;
}

.footer-social ul {
    text-align: center
}

.footer-social ul li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}

.footer-social ul li a {
    line-height: 35px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin: 0;
    text-align: center;
    width: 35px;
}

.footer-social ul li a:hover {
    text-decoration: none;
    background: #FFB238;
    color: #fff;
}

.footer-social ul li a.fa-facebook {
    background: #1877f1;
}

.footer-social ul li a.fa-twitter {
    background: #1da1f2;
}

.footer-social ul li a.fa-instagram {
    background: #dc3cbc;
}

.footer-social ul li a.fa-linkedin {
    background: #0177b5;
}

.footer-social ul li a.fa-whatsapp {
    background: #20b037;
}
.footer-social ul li a.fa-youtube {
    background: #cc0000;
}

.footer-info {
}

.footer-info p {
    color: #FFFFFF1A;
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0;
    text-align: left;
}

.footer-info a {
    color: #f7847e;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-info a:hover {
    text-decoration: none;
}

.footer-1-inner h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 7px;
    color: #FFB238;
    text-align: center;
    line-height: 34px;
}

.footer-1-inner h3 span {
    display: block;
    color: #fff;
}

.contactadd {
    max-width: 80%;
    margin: 0 auto;
}

.contactadd li {
    padding: 6px 0 6px 0px;
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.servlist {
    float: left;
    width: 100%;
}

.servlist li {
    padding: 8px 0 8px 0;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.servlist li i {
    font-size: 20px;
    margin: 0 10px 0 0
}

.servlist li a {
    color: #FFFFFF;
}

.servlist li a:hover {
    text-decoration: none;
    color: #d19153;
}

.copyright {
    padding: 25px 0;
    margin-top: 50px;
    position: relative;
    background: #0d0e13;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copyblock {
}

.copy-1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFFFFFB3;
    font-size: 14px;
    padding: 0 15px;
}

.copy-1-inner {
    text-align: center;
}

.copy-1-inner a {
    color: #FFB238;
}

.copy-1:last-child {
    text-align: right;
}

a#backtop:before {
    color: #ffffff;
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

a#backtop {
    background-color: #FFB238;
    border-radius: 50%;
    bottom: 35px;
    height: 40px;
    line-height: 0px;
    position: fixed;
    right: 15px;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

a#backtop:hover {
    text-shadow: 0 3px 0 #000, 0 4px 2px #fff;
    -webkit-text-shadow: 0 3px 0 #000, 0 4px 2px #fff;
    background: #000;
}

#callme-1 {
    position: fixed;
    right: 15px;
    z-index: 100;
    bottom: 150px;
}

#callme-1 a {
    background: #20b037;
}

#callme-2 a {
    background: #1877f1;
}

#callme-1 a,
#callme-2 a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

#callme-2 {
    position: fixed;
    right: 15px;
    z-index: 100;
    bottom: 100px;
}

.innerbanner-wraper {
    padding: 200px 0 70px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}

.innerbanner-wraper:before {
    background-image: linear-gradient(90deg, rgba(15, 16, 29, 0.168627451) 40%, #0F101D 70%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.content-wraper {
    padding: 70px 0;
    position: relative;
    background: #f8f3ed;
}

.content-wraper p {
    margin-bottom: 12px;
}

.content-block {
}

.policy-1 {
}

.policy-1-inner {
    padding: 0 15px;
}

.policy-1-inner p {
}

.policy-1-inner ul {
    margin-bottom: 12px;
}

.policy-1-inner ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    text-align: left;
}

.policy-1-inner ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f00c";
    color: #212c40;
    font-size: 14px;
}

.policy-1-inner h3 {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 12px;
}

#menu-icon {
    display: none;
}

@media screen and (min-width:1281px) {
    .container,
    .site-content {
        width: 98%;
        margin: 0 auto;
        max-width: 1400px;
    }

}

/*##################################    for width 1024px  /*##################################*/
@media screen and (max-width:1259px) {
    .container {
        width: 98%;
        margin: 0 auto;
        max-width: 1000px;
    }

    .middle-wraper .nav-wraper {
        width: 70%;
    }

    .sf-menu > li > a {
    }

    .banner-section-info h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .service-wraper {
        padding: 130px 0 100px;
    }

    .section-logo {
        position: absolute;
        top: -82px;
        max-width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner-section-info p {
        margin-bottom: 25px;
    }

}

/*##################################    for width 768px  /*##################################*/
@media screen and (max-width:990px) {
    .container {
        width: 98%;
        margin: 0 auto;
        max-width: 750px;
    }

    .middle-wraper .nav-wraper {
        width: 35%;
    }

    #menu-icon {
        border-radius: 5px;
        color: #000;
        cursor: pointer;
        display: block;
        float: right;
        width: 100px;
        position: relative;
    }

    #menu-icon i {
        font-size: 20px;
        padding: 10px;
        cursor: pointer;
    }

    #menu-icon span {
        text-transform: uppercase;
        font-weight: bold;
    }

    .menu-container-1 {
        left: 0px;
        position: absolute;
        top: 60px;
        width: 100%;
    }

    .sf-menu {
        float: none;
        display: none;
    }

    .breadcrum .breadCrumTP .menu-menu-1-container {
        position: static;
    }

    .sf-menu > li > a {
        color: #5a5a5a;
    }

    .sf-menu > li > ul,
    .sf-menu > li.sfHover > ul {
        box-shadow: none;
    }

    .nav__primary {
        width: 100%;
    }

    .sf-menu > li {
        width: 100%;
    }

    .sf-menu > li + li {
        margin-left: 0;
    }

    .sf-menu > li > a {
        padding: 12px 15px;
        width: 96%;
        text-align: left;
    }

    .sf-menu > li > ul > li > a {
        width: 100%;
        padding: 8px 0;
    }

    .sf-menu li ul.servItem li {
        width: 100%;
    }

    .sf-menu li ul.servItem {
        width: 100% !important;
    }

    .sticky {
        position: static !important
    }

    .sf-menu > li > ul > li strong {
        display: none;
    }

    .sf-menu > li > ul,
    .sf-menu > li.sfHover > ul {
        width: 100%;
    }

    .sf-menu > li > ul {
        position: static;
    }

    .sf-menu > li > ul:before {
        display: none;
    }

    .sf-menu > li:hover > a,
    .sf-menu > li.current > a,
    .sf-menu > li.sfHover > a,
    .sf-menu > li:hover > span,
    .sf-menu > li.current > span,
    .sf-menu > li.sfHover > span {
        border: none;
    }

    .sf-menu > li > ul,
    .sf-menu > li.sfHover > ul {
        border: none;
    }

    .sf-menu > li.sfHover ul {
    }

    .sf-menu li ul {
        display: none;
        padding: 5px 25px;
    }

    .sf-menu li strong {
        background: url(../images/toogle-button2.png) no-repeat right -54px;
        height: 35px;
        position: absolute;
        right: 25px;
        top: 4px;
        width: 150px;
        z-index: 200;
        cursor: pointer;
    }

    .sf-menu li strong.opened {
        background-position: right 7px;
    }

    .sf-menu > li {
        background: #f9f9f9;
    }

    .sf-menu li ul {
        background: #e4e4e4;
        padding: 12px 28px;
        max-width: 100%;
    }

    .banner-section-info {
        float: left;
        width: 100%;
    }

    .banner-content {
    }

    .buttom-curve-shape svg {
        height: 100px;
    }

    .banner-wraper {
        margin: 0;
    }

    .feature-item:nth-child(4n+3) .feature-type,
    .feature-item:nth-child(4n+2) .feature-type {
        margin-top: 0;
    }

    .feature-item .feature-type {
        padding: 20px;
        border: 1px solid #e4e4e4;
    }

    .feature-item {
        width: 100%;
        margin: 25px 0;
    }

    .feature-wraper {
        padding: 40px 0;
    }

    .about-block {
        display: block
    }

    .about-left-side {
        padding: 0 15px;
    }

    .about-right-side {
        padding: 0 15px;
        margin-top: 25px;
    }

    .appointment-1-img {
        display: none;
    }

    .appointment-1-inner {
        display: block
    }

    .review-block {
        display: block
    }

    .review-1-inner {
        padding: 0;
    }

    .strip-1:last-child {
        width: 30%;
        text-align: right;
    }

    .strip-1 {
        float: left;
        width: 70%;
    }

    .contactadd {
        max-width: 100%;
        margin: 0 auto;
    }

    .copy-1:last-child {
        text-align: center;
    }

    #review-slider.owl-theme .owl-nav button.owl-prev {
        float: left;
        margin-left: 0;
        border-radius: 25px;
    }

    #review-slider.owl-theme .owl-nav button.owl-next {
        float: right;
        margin-right: 0;
        border-radius: 25px;
    }

    .multi-button {
        display: block
    }

    .call-appointment {
        margin-top: 20px;
    }

}

/*##################################    for width 600px  /*##################################*/
@media screen and (max-width:767px) {
    .container {
        width: 98%;
        margin: 0 auto;
        max-width: 600px;
    }

    .banner-section-info h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .slider-caption {
        top: 30%;
    }

    .banner-section-info h6 {
        margin-bottom: 20px;
    }

    .top-info-box .top-social ul li a {
        font-size: 14px;
        margin: 0 0 0 0;
    }

    .top-info-box ul.topaddinfo {
        width: 82%;
    }

    .top-info-box ul li .info {
        font-size: 12px;
    }

    .top-info-box ul li + li {
        padding-left: 6px;
    }

    .middle-wraper .logo {
        width: 200px;
    }

    .buttom-curve-shape svg {
        height: 100px;
    }

    .banner-content {
    }

    .banner-content {
    }

    .banner-section-info {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

    .about-head-info h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .about-head-info h6 {
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .appointment-1-title h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .appointment-block {
        padding: 20px;
    }

    .appointment-1-title h6 {
        margin-bottom: 15px;
    }

    .themebtn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .review-wraper {
        padding: 0 0 50px;
    }

    .strip-1-info h2 {
        font-size: 30px;
    }

    .footer-1 {
        float: left;
        width: 100%;
    }

    .footer-1-inner h3 {
        margin-bottom: 0;
    }

    .footer-1-inner {
        padding: 0 15px;
        margin: 15px 0;
    }

    .banner-button span.banner-btn a {
        margin: 0;
        font-size: 12px;
        padding: 7px 15px;
    }

    .innerbanner-wraper:before {
        background: #0F101D;
    }

    .innerbanner-wraper {
        padding: 140px 0 70px;
    }

    .content-wraper {
        padding: 50px 0;
    }
    .featurebox-1{ width:48%;}

}

/*##################################    for width 480px  /*##################################*/
@media screen and (max-width:580px) {
    .container {
        width: 100%;
        margin: 0 auto;
        /*max-width: 440px;*/
    }

    .top-info-box .top-social {
        width: 100%;
    }

    .top-info-box .top-social ul {
        float: none;
        margin: 0;
    }

    .top-info-box ul.topaddinfo {
        width: 100%;
    }

    .top-info-box ul li .info {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }

    .top-info-box ul li .icon {
        display: inline-block;
        vertical-align: top;
        line-height: 12px;
    }

    .top-info-box ul li {
        width: 100%;
        text-align: center;
        line-height: 16px;
    }

    .banner-section-info h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .middle-wraper .nav-wraper {
        width: 35%;
        margin-top: 8px;
    }
	.banner-section-info{ left:0;}
	.banner-section-info h2{ margin-bottom:20px;}
    .banner-section-info p {
        margin-bottom: 20px; display: none;
    }

    .banner-content {
    }

    .buttom-curve-shape svg {
        height: 40px;
    }

    .middle-wraper .logo {
        margin: 8px 0;
    }

    .feature-item {
        width: 100%;
        margin: 12px 0;
    }

    .feature-item .feature-type .servie-icon {
        width: 75px;
        height: 75px;
    }

    .about-right-side .regarding-us {
        display: block
    }

    .about-right-side .regarding-us .qulifaction-content {
        margin: 15px 0;
    }

    .about-wraper {
        margin-bottom: 30px;
        position: relative;
    }

    .appointment-1-title h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .appointment-1-title {
        margin-right: 0;
    }

    .review-item {
        padding: 20px;
    }

    .review-detail {
        display: block;
        margin: 0;
    }

    .review-item {
        display: block
    }

    .review-img {
        display: none;
    }

    .strip-1 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .strip-1:last-child {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .strip-wraper {
        padding: 40px 0;
    }

    .banner-wraper {
        background-position: -160px 0 !important;
    }

    .banner-wraper::before {
        background: #0F101D
    }

    .slider-home::before {
        background: #0F101D
    }


    .sf-menu li ul {
    }
    
    .feature-wraper.feature1-wraper .feature-item:nth-child(3) .feature-type {
 min-height:100%; height:250px;
}
.featurebox-1{ width:100%;}
    

}

/*##################################    for width 320px  /*##################################*/
@media screen and (max-width:479px) {
    .container {
        width: 98%;
        margin: 0 auto; padding:0;
    }

    .topheader-1-inner {
        font-size: 11px;
    }

    .middle-wraper.sticky .logo {
        width: 200px;
    }

    .buttom-curve-shape svg {
        height: 35px;
    }

    .banner-content {
    }

    .banner-section-info {
        padding: 0 15px;
    }

    .banner-section-info h2 {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 12px;
        padding-left: 25px;
    }

    .about-head-info h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-left-side .about-left-img .experience-wrapper {
        padding: 7px 15px;
    }

    .about-left-side .about-left-img .experience-wrapper h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .about-left-side .about-left-img .experience-wrapper h5 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .about-left-side .about-left-img .experience-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-title h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #service-slider.owl-theme .owl-nav button.owl-prev {
        float: left;
        margin-left: 0;
        border-radius: 20px;
    }

    #service-slider.owl-theme .owl-nav button.owl-next {
        float: right;
        margin-right: 0;
        border-radius: 25px;
    }

    .service-1-inner {
        margin: 20px 0 35px;
        padding: 20px;
    }

    .service-block {
        padding: 0 15px;
    }

    .pricing-price {
        font-size: 40px;
        line-height: 50px;
    }

    .pricing-symbol {
        font-size: 25px;
        line-height: 35px;
        color: #111f68;
    }

    .pricing-title p {
        font-size: 13px;
    }

    .pricing-title h3 {
        height: 100%
    }

    .appointment-block {
        padding: 20px;
        margin: 0 15px;
    }

    .strip-block {
        position: relative;
        padding: 0 15px;
    }

    .strip-1-info h2 {
        font-size: 27px;
        line-height: 36px;
    }

    .banner-section-info p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .banner-wraper {
        margin-top: 0;
    }

    .banner-section-info h6 {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .middle-wraper .logo {
        margin: 8px 0;
        width: 175px;
    }

    #menu-icon {
        font-size: 13px;
        float: right;
        text-align: right;
        padding-right: 10px;
    }

    #menu-icon i {
        font-size: 15px;
        padding: 10px;
        cursor: pointer;
    }

    .banner-button span.banner-btn a {
        margin: 0;
        font-size: 9px;
        padding: 4px 10px;
        letter-spacing: 0;
    }

    .slider-wrapper.default > div #slides img {
        height: 300px !important;
        width: 430px !important;
    }

    .banner-content {
        height: 300px !important;
    }


    .sf-menu li ul {
        display: block;
    }
}


/*********************************************************
        BUY/SELL Unlisted Shares
******************************************************/


.buysell_modal .modal-dialog{
    max-width: 500px;
    margin: 0 auto;
}
/*.modal.fade.buysell_modal .modal-dialog{ transform: translateY(-100px); }*/
/*.modal.buysell_modal.in .modal-dialog{ transform: translateY(0); }*/
.buysell_modal .modal-dialog .modal-content{
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
.buysell_modal .modal-dialog .modal-content .modal-body{ position: relative;padding: 10px 20px 10px !important;background-color: #efefef;border-radius: 10px;}
.buysell_modal .modal-dialog .modal-content .modal-body .cancel{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    text-shadow: none;
    background: red;
    color: #fff;
    opacity: 1;
}
.buysell_modal .modal-dialog .modal-content .modal-body .cancel:hover{ color: #fff; }
.buysell_modal .modal-dialog .modal-content .modal-body .title{

}

.buysell_modal .modal-dialog .modal-content .modal-body .title {
    color: #ed5107;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 0 5px;
    width: 90%;
    text-align: center;
}

.buysell_modal .modal-dialog .modal-content .modal-body .stock-title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 0 10px;
    width: 90%;
    text-align: center;
}

.buysell_modal .form-group {
    margin-bottom: 2px;
}
.buysell_modal .form-group label {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0px;
}

.buysell_modal .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.buysell_modal .btn {
    padding: 6px 30px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background-color: #ed5107;
    border-color: #ed5107;
}

.buysell_modal .btn:hover {
    color: #fff;
    background-color: #c84406;
    border-color: #bb4006;
}

@media only screen and (max-width: 576px){
    .buysell_modal .modal-dialog{ width: 95% !important; }
    
    .buysell_modal .modal-dialog .modal-content .modal-body .title {
   
    font-size: 13px;
    }
    
    .buysell_modal .form-control {
    height: 30px;
    padding: 4px 12px;
    }
    
    .buysell_modal .btn {
    padding: 4px 30px;
    font-size: 12px;
    }
}


/*BOOTSTRAP FORM STYLE*/

.form-group {
    margin-bottom: 5px;
}
.form-group label {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #212529;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.form-group .btn {
    padding: 8px 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #ed5107;
    border-color: #ed5107;
}

.form-group .btn:hover {
    color: #fff;
    background-color: #c84406;
    border-color: #bb4006;
}



.u-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* === HEADING STYLE #2 === */
h2.title {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h3.title {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h4.title {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.heading-style-two .title {
}

.heading-style-two p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.alt-two h1 {
    text-align:center;
}
.alt-two h1:before {
    left:50%; margin-left:-30px;
}


/*Floating Aside HTML Buttons*/



.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #eb690b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #c45100;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "FontAwesome";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\f073";
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f25d";
}

/* Media queries */
@media screen and (max-width:440px)
{
	.float-container .icon:last-child {
		display: none;
	}
    .float-container
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }
    .float-container a.icon    {
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		border-left: 1px solid darkorange;
		border-right: 1px solid darkorange;
    }
}