@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700');
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#1f1f1f; font-size:16px; font-family: 'Avenir'; font-weight:300; line-height:1.4; background-color: #fff;}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {color: #1f1f1f; line-height: 1.2; margin-bottom:20px; font-weight:400; font-family: inherit; font-family: 'Quattrocento', serif; letter-spacing: 0.1em; text-transform: uppercase;}

.h1, h1 {font-size:34px;}
.h2, h2 {font-size:34px;}
.h3, h3 {font-size:25px;}
.h4, h4 {font-size:22px;}
.h5, h5 {font-size:18px;}
.h6, h5 {font-size:14px;}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { color:#1f1f1f; font-size:16px; font-weight:400; line-height:1.2;  margin-bottom:20px; letter-spacing: 0.06em;}
p:last-child{margin-bottom: 0;}

ul{ margin:20px 20px; padding:0; }
ul li{ font-size:16px;  color:#1f1f1f; font-weight:400; line-height:1.4; padding:0 0 5px 0; }
ul > li { list-style:outside disc; }

ol{ margin:20px 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#1f1f1f; font-weight:400; line-height:1.4; padding:0 0 5px 0; }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 20px 30px; border-left:4px solid #1589cb;line-height: 1.4;font-size: 18px; font-style: italic;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; margin: 15px 0; }

hr {border:0 #1f1f1f solid; border-top-width:1px; clear:both; height:0; margin: 40px auto;}



/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; -webkit-transition: 0.3s all ease;-o-transition: 0.3s all ease;transition: 0.3s all ease;}
a:hover{ color:#27485b; text-decoration: underline; }
a:focus {outline: none;}


/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#1f1f1f; font-size:16px; font-weight:400; line-height:1.4;  margin-bottom:10px; display: block;}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {border: 0; border:1px solid #cc982e; padding:10px 20px; color:#1f1f1f; font-size:16px; height:50px; font-weight: 400; width: 100%; margin-bottom: 10px; letter-spacing: 0.1em; -webkit-border-radius: 9px;-moz-border-radius: 9px;-ms-border-radius: 9px;-o-border-radius: 9px;border-radius: 9px;}

textarea{ height:150px; resize:none; overflow: auto; padding: 20px 15px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #cc982e}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer;background-color: #cc982e;padding: 8px 18px;-webkit-border-radius: 7px;-moz-border-radius: 7px;-ms-border-radius: 7px;-o-border-radius: 7px;border-radius: 7px;color: #fff;text-transform: uppercase;letter-spacing: 0.1em;display: inline-block;font-family: 'Avenir';font-weight: 500;border: 2px solid #cc982e;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; font-size: 16px; letter-spacing: 0.16em;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #fff; color: #cc982e;}

input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder { opacity: 1 !important; color: #868585;}
:-moz-placeholder { opacity: 1 !important; color: #868585;}
::-moz-placeholder { opacity: 1 !important; color: #868585;}
:-ms-input-placeholder { opacity: 1 !important; color: #868585;}

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


/* buttons */
.orange-border-btn{color: #cc982e;font-size: 12px;border: 2px solid #cc982e;display: inline-block;padding: 8px 15px;font-weight: 500;-webkit-border-radius: 7px;-moz-border-radius: 7px;-ms-border-radius: 7px;-o-border-radius: 7px;border-radius: 7px;}
.orange-border-btn:hover{background-color: #cc982e; color: #fff;}
.orange-btn{background-color: #cc982e; padding:8px 18px; -webkit-border-radius: 7px;-moz-border-radius: 7px;-ms-border-radius: 7px;-o-border-radius: 7px;border-radius: 7px; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; display: inline-block; font-family: 'Avenir'; font-weight: 500; border: 2px solid #cc982e;font-size: 14px;}
.orange-btn:hover{background-color: #fff; color: #cc982e; text-decoration: none;}
.ic-right-arrow{position: relative; padding-right: 30px;}
.ic-right-arrow:before{content:"e"; position: absolute; right: 8px; top: 50%; -webkit-transform: translateY(-50%) ;-ms-transform: translateY(-50%) ;-o-transform: translateY(-50%);transform: translateY(-50%) ;}
.orange-btn.ic-right-arrow:before{font-weight: bold !important;}

button.orange-btn,
input[type="button"].orange-btn,
input[type="reset"].orange-btn,
input[type="submit"].orange-btn{background-color: #cc982e;padding:8px 18px;-webkit-border-radius: 7px;-moz-border-radius: 7px;-ms-border-radius: 7px;-o-border-radius: 7px;border-radius: 7px; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; display: inline-block; font-family: 'Avenir'; font-weight: 500;border: 2px solid #cc982e; -webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
button.orange-btn:hover,
input[type="button"].orange-btn:hover,
input[type="reset"].orange-btn:hover,
input[type="submit"].orange-btn:hover{background-color: #fff; color: #cc982e; text-decoration: none;}

.border-btn{color: #27485b; border: 1px solid #27485b;-webkit-border-radius: 7px;-moz-border-radius: 7px;-ms-border-radius: 7px;-o-border-radius: 7px;border-radius: 7px; padding:8px 20px;display: inline-block; font-family: 'Avenir'; font-weight: 500;text-align: center;}
.border-btn:hover{background-color: #27485b; color: #fff; text-decoration: none;}
.white-square-btn{color: #fff; border: 2px solid #fff; display: inline-block; padding: 14px 20px; font-size: 14px; letter-spacing: 0.1em; font-weight: 900; -webkit-border-radius: 1px;-moz-border-radius: 1px;-ms-border-radius: 1px;-o-border-radius: 1px;border-radius: 1px;}
.white-square-btn:hover{background-color: #fff; color: #1f2834; text-decoration: none;}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
body{display: flex;}
#wrapper{ width:100%; display: flex;/*flex-direction: column; height: 100%;*/position: relative;background-color: #fff ; flex-wrap: wrap;min-height: 100%; align-content: space-between;}
.main-container{width:100%; flex: 1 0 auto;}

/* header */
header.main-header { width:100%; height:auto; padding: 20px 0; position: absolute;z-index: 999; top: 37px;}
header .brand{width: 240px; height: auto; display: inline-block; }
header .brand img{display: block;}
header .platform-login-btn{position: relative; margin-left: 15px;}
header .platform-login-btn:hover{text-decoration: none; }
header .platform-login-btn[class*="ic"]{padding-right: 30px;}
header .platform-login-btn:before{position: absolute; top: 50%; right:11px; font-size: 12px; -webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-o-transform: translate(0, -50%);transform: translate(0, -50%); /*margin-top: 2px;*/}
header .call-us,header .call-us .textwidget{display: flex;justify-content: flex-end; align-items: center;}
header .call-us p{font-size: 12px; color: #040707;font-weight: 500; letter-spacing: 0.1em;margin-bottom: 0;}
header .call-us p a{color: inherit; font-weight: 900;font-size: 16px;margin-left: 15px;letter-spacing: 0.1em;}
header .header-bottom{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
header.second-header{}
header.second-header .call-us p{color: #fff;}
header.second-header .orange-border-btn{color: #fff; border-color: #fff;}
header.second-header .orange-border-btn:hover{background-color: #fff; color: #28394e;}

/* nav */
nav.navigation {height:auto; font-family: 'Quattrocento', serif;}
nav.navigation ul{ padding: 0; margin: 0; list-style: none; text-align: right;}
nav.navigation ul li{ padding: 0; margin: 0; list-style: none;  display: inline-block; font-size: 14px; color: #121212; letter-spacing: 0.16em; text-transform: uppercase;vertical-align: top; position: relative;}
nav.navigation ul li + li{margin-left: 50px;}
nav.navigation ul li a {color: inherit; display: inline-block;}
nav.navigation ul li:hover > a{text-decoration: underline;}
nav.navigation ul li.current-menu-item > a{text-decoration: underline;}
nav.navigation ul li.current-menu-parent > a{text-decoration: underline;}
nav.navigation ul li.dropdown-menu,nav.navigation ul li.menu-item-has-children{padding-bottom: 10px;}
.second-header nav.navigation ul li{color: #fff;}
nav.navigation ul ul{position: absolute; text-align: left; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; pointer-events: none; background-color: #cc982e; padding: 10px; width: 203px; top: 100%;}
nav.navigation .right-open > ul{right: 0;}
nav.navigation ul ul li{display: block;margin:10px 0; color: #fff;font-size: 12px;letter-spacing: 0.02em;}
nav.navigation > ul li > ul:before{content: ""; width: 0;height: 0;border-style: solid;border-width: 0 10px 10px 10px;border-color: transparent transparent #cc982e transparent; position: absolute;top: -10px;left: 10px;}
nav.navigation > ul li.right-open > ul:before{right: 10px; left: auto;}
nav.navigation ul ul li + li{margin-left: 0;}
nav.navigation ul li:hover ul{ opacity: 1; visibility: visible; pointer-events: auto;}

/* footer */
footer.main-footer { width:100%; height:auto; background:#1f2834; line-height: normal; color: #fff; /*border-top: 5px solid #fff;*/}
footer .footer-logo{display: inline-block;}
footer .footer-logo a{width: 260px;display: inline-block;vertical-align: top;}
footer .footer-logo a img{display: block;}
footer .footer-menu .heading{color: #fff; text-transform: uppercase; font-weight: 900;font-size: 15px;letter-spacing: 0.08em;border-bottom: 2px solid rgba(255,255,255,0.25);padding: 8px 0;margin-bottom: 15px;}
footer .footer-menu{display: inline-flex;}
footer .footer-menu .navi{width: 160px; margin: 0 40px;margin-bottom: 20px;}
footer .footer-menu .navi ul{margin: 0;}
footer .footer-menu .navi ul li{list-style: none; color: #fff;font-size: 13px;padding: 0; line-height: 1.5; letter-spacing: 0.08em;}
footer .footer-menu .navi ul li a{color: inherit;}
footer .footer-menu .navi p{font-size: 13px;letter-spacing: 0.08em; color: #fff;line-height: 1.5;margin-bottom: 0;}
footer .footer-menu .navi p a{font-size: 13px;color: inherit;}
footer .footer-menu .navi p a:hover{}
footer .footer-menu .navi address{font-style: normal;font-size: 13px;line-height: 1.5;}
footer .top-footer .container{display: flex; justify-content: space-between; align-items: center;}
footer .top-footer{padding: 60px 0;}
footer .bottom-footer{background-color: #131921;}
footer .copyright p{color: #fff; font-size: 13px; letter-spacing: 0.08em; line-height: 1.5; padding: 18px 0;margin-bottom: 0;}

/* topbar*/
body .databar-block .currency-rate {
    color: #888;
    font-size: 12px;
	overflow: unset;
}
.databar-block{ background-color: #1f2834; padding: 7px 0; position: absolute; top: 0; width: 100%; z-index: 999;}
.databar-block .live-title{ vertical-align: middle; color: #cc982e; font-size: 11px; font-weight: 900; font-family: 'Avenir'; text-transform: uppercase; display: inline-block;; width: auto; letter-spacing: 0.1em;}
.databar-block .currency-rate{ margin: 0 0 0 15px; padding: 0; display: inline-block; width: calc(100% - 110px); white-space: nowrap; overflow: auto; vertical-align: middle; }
.databar-block .currency-rate .slick-list{ z-index: 0;}
.databar-block .single-block{ padding: 0; display: inline-block; text-align: center; margin-right: 15px; position: relative;}
.databar-block .single-block + .single-block:before{content: "|"; display: inline-block; color: #92a4bd;margin-right: 15px;}
.databar-block .single-block .arrow{ width: 0; height: 0; display: inline-block; margin-right: 5px; vertical-align: middle;}
.databar-block .single-block .arrow.green{ border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 8px solid #7acd55;}
.databar-block .single-block .arrow.red{ border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #e35353; border-bottom: 0;}
.databar-block .single-block h4{ color: #92a4bd; font-size: 11px; font-family: 'Avenir'; display: inline-block; letter-spacing: 0.1em; margin-right: 5px; line-height: 1;margin-bottom: 0; text-transform: uppercase; font-weight: 900;}
.databar-block .single-block span{ color: #92a4bd; font-size: 11px; display: inline-block; line-height: 1; vertical-align: middle; font-weight: normal; }
.databar-block .currency-rate .slick-arrow{ height: 26px; width: 31px; font-size: 0; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; background-color: transparent; z-index: 1}
.databar-block .currency-rate .slick-arrow.slick-disabled{ opacity: 0.3; pointer-events: none;}
.databar-block .currency-rate .slick-arrow.slick-prev{ background-image: url(./assets/images/left-rate-arrow.png); left: 0;}
.databar-block .currency-rate .slick-arrow.slick-next{ background-image: url(./assets/images/right-rate-arrow.png); right: 0;}

/*--------- home page ------------*/
/* banner part */
.banner{padding-top: 190px; -webkit-box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.75);box-shadow: 0px -10px 40px 0px rgba(0,0,0,0.75); position: relative;z-index: 2; overflow: hidden;}
.large-banner{height: 100vh; position: relative;z-index: 2;min-height: 600px;}
.banner .left-part{width: 59%;display: inline-block; padding-left: 60px;vertical-align: middle;}
.banner .right-part{width: 40%; display: inline-block;vertical-align: middle;}
.start-account{max-width: 415px;width:100%; text-align: center; background-color: rgba(255,255,255,0.9); padding: 50px 40px; -webkit-border-radius: 9px;-moz-border-radius: 9px;-ms-border-radius: 9px;-o-border-radius: 9px;border-radius: 9px; -webkit-box-shadow: -1.389px -1.439px 21.56px 0.44px rgba(38, 38, 37, 0.16); box-shadow: -1.389px -1.439px 21.56px 0.44px rgba(38, 38, 37, 0.16);}
.start-account h1{font-weight: 400;letter-spacing: 0.08em;}
.start-account hr{width: 50%; border-color: #c3922d; margin: 30px auto;}
.start-account p{ max-width: 70%; margin: 0 auto 40px auto;}
.home-banner .bg-img{width: 60%;height: 100%; position: relative; left: 0; display: block;}
.banner .banner-caption{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 1; margin-top: 6%; display: flex;align-items: center;justify-content: space-between;}
.banner .download-sheet{max-width: 381px; display: inline-block;}
.banner .download-sheet h2{font-weight: 400;letter-spacing: 0.1em;}
.banner .download-sheet span{font-size: 12px; color: #27485b;font-family: 'Avenir';display: block;font-weight: 900;letter-spacing: 0.1em;}
.orange-line-shape:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:transparent url(./assets/images/up-line-shape.png) repeat top left / cover;}
.blue-line-shape:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:transparent url(./assets/images/up-blue-line.png) repeat top left / cover;}
.white-line-shape:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:transparent url(./assets/images/white-line.png) repeat top left / cover;}
.scroll-down{width: 65px; position: absolute; bottom: 45px;left: 50%; -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);z-index: 1;}
.scroll-down img{display: block;}
.small-banner{min-height: 555px;}
.small-banner .container{justify-content: center;}
.banner .banner-caption2{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 1; margin-top: 6%; display: flex;align-items: center;justify-content: center;width: 100%; padding:  0 20px;}
.small-banner .banner-caption2 .desc{text-align: center; }
.small-banner .banner-caption2 .desc span{font-size: 14px; letter-spacing: 0.1em; color: #27485b;font-weight: 900;display: block; margin-bottom: 10px;}

/* content area */
.main-area .sucess-block{padding: 100px 0;}
.cross-border{display: block; text-align: center; margin: 30px auto;}
.cross-border img{height: 18px;}
.sucess-block .container .sucess-story{max-width: 750px; width: 100%;margin: 0 auto;}
.sucess-block .container .sucess-story p{margin-bottom: 40px;}
#content-area{position: relative;z-index: 1;}
.white-shape{position: relative;overflow: hidden;background-color: #f7f7f7;}
.white-shape:before{content: "";width: 100%; height: 400px; background-image: linear-gradient(to right bottom, #ffffff 50%, transparent 50%); position: absolute; top: 0; right: 0;z-index: 1;}
.blue-pattern{position: relative;overflow: hidden;}
.blue-pattern:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(./assets/images/blue-pattern.png) repeat ; opacity: 0.053;z-index: 0;}

/* tabbing */
.service-tab .tabbing-div,.tab-details .text-part{padding-left: calc((100% - 1250px)/2);padding-right: 100px;}
.service-tab .tab{margin: 0; display: flex; flex-wrap: wrap;border-width: 1px 0 1px 0;border-style: solid;border-color: #bebebe;padding: 1px 0; justify-content: space-around;}
.service-tab .tabbing-div{width: 50%;position: absolute;margin-top: 11px;z-index: 1;}
.service-tab .tab li{display: inline-block;font-size: 16px;font-family: 'Quattrocento Roman'; letter-spacing: 0.16em; color: #cc982e; line-height: 1.5;padding: 0;flex: 1 0 auto; text-align: center;}
.service-tab .tab li + li{border-left: 1px solid #bebebe;}
.service-tab .tab li *{color: inherit;padding: 13px 30px;display: block;}
.service-tab .tab li:hover,.service-tab .tab li.active{color: #27485b; text-decoration: underline;}
.service-tab .tab-details .item{display: flex;align-items: center; justify-content: space-between; position: relative;}
.service-tab .tab-details .item .tab-content{display: flex;align-items: center; justify-content: space-between; position: relative;}
.service-tab .tab-details .item .tab-drawer-heading{display: none;}
.service-tab .tab-details .text-part{width: 49%;display: inline-block;padding-top: 80px; transition: 0.3s ease all;}
.service-tab .tab-details .is-active .text-part{-webkit-animation: left-move 1s 1; animation: left-move 1s 1;}
.service-tab .tab-details .is-active .img-part{-webkit-animation: right-move 1s 1; animation: right-move 1s 1;}
.service-tab .tab-details .text-part p{margin-bottom: 30px;}
.service-tab .tab-details .text-part .orange-btn{margin-bottom: 20px;}
.service-tab .tab-details .img-part{width: 50%;display: inline-block; position: relative; z-index: 1; -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.45);-moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.45);box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.45);}
.service-tab .tab-details .img-part img{display: block;width: 100%;}
.head-title{position: relative;padding-bottom: 15px;margin-bottom: 25px;}
.head-title:before{content: ""; width: 34px; height: 4px;background-color: #cc982e; position: absolute; left: 0;top: 100%;}
@-webkit-keyframes left-move {
    from {transform: translatex(-200px); opacity: 0;}
    to {transform: translatex(0); opacity: 1;}
}
@keyframes left-move {
    from {transform: translatex(-200px);opacity: 0;}
    to {transform: translatex(0);opacity: 1;}
}
@-webkit-keyframes right-move {
    from {transform: translatex(200px);opacity: 0;}
    to {transform: translatex(0);opacity: 1;}
}
@keyframes right-move {
    from {transform: translatex(200px);opacity: 0;}
    to {transform: translatex(0);opacity: 1;}
}

/* testimonials section */
.testimonials-sec{padding: 100px 0; position: relative;}
.testimonials-sec:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.9);}
.testimonials-sec .container{position: relative;}
.testimonials-sec #testi-slider{max-width: 710px; width: 100%; margin: 0 auto;margin-top: 100px;margin-bottom: 50px;}
.testimonials-sec #testi-slider .item p{margin-bottom: 30px;}
.author-name{font-weight: 500;font-size: 20px;color: #2a2a2a;letter-spacing: 0.06em;}
.star-rate span{position: relative;display: inline-block; overflow: hidden;}
.star-rate span img{display: block;}
.star-rate span.dark{position: absolute;top: 0; left: 0;}
.star-rate .one-star span.dark{left: -106px}
.star-rate .two-star span.dark{left: -79px}
.star-rate .three-star span.dark{left: -53px}
.star-rate .four-star span.dark{left: -26px}
.star-rate .five-star span.dark{left: -0px}
.star-rate{margin-bottom: 40px;}
.slick-arrow{background-color: transparent; width: 20px; padding: 0; font-size: 0;position: absolute; top: 50%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); border: 0; height: 40px;}
.slick-prev{background: url(./assets/images/left-arrow.png) no-repeat center / contain; left: 0}
.slick-next{background: url(./assets/images/right-arrow.png) no-repeat center / contain; right: 0}
#testi-slider .slick-prev{left: calc((100% - 1250px)/2);}
#testi-slider .slick-next{right: calc((100% - 1250px)/2);}
.slick-arrow:focus{outline: 0;}
.slick-arrow:hover{background-color: transparent;}

/* subscribe sec */
.subscribe-sec{padding: 100px 0;min-height: 500px; -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75);box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75); position: relative;}
.subscribe-form{width: 100%; max-width: 600px; display: inline-block;}
.subscribe-form p{margin-bottom: 20px;}
.submit-btn{margin-top: 40px;display: flex; align-items: center;}
.submit-btn .divider{font-size: 19px; color: #bfbfbf;font-family: 'Quattrocento', serif; font-weight: 700;margin: 0 20px 0 0;}
.subscribe-form input[type="text"],
.subscribe-form input[type="password"],
.subscribe-form input[type="email"],
.subscribe-form input[type="tel"],
.subscribe-form input[type="search"],
.subscribe-form input[type="number"],
.subscribe-form textarea{ border: 0;border-bottom: 1px solid #dedede;padding: 0 15px 0 0;color: #1f1f1f;font-size: 16px;height: 36px;font-weight: 400;width: 100%;margin-bottom: 10px;letter-spacing: 0.1em; -webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}
.subscribe-form input[type="text"]:focus,
.subscribe-form input[type="password"]:focus,
.subscribe-form input[type="email"]:focus,
.subscribe-form input[type="tel"]:focus,
.subscribe-form input[type="search"]:focus,
.subscribe-form input[type="number"]:focus,
.subscribe-form textarea:focus{border-color: #cc982e;}

/* about-block */
.about-block .container{display: flex; flex-wrap: wrap;}
.about-banner{position: relative; /*display: flex; align-items: center; justify-content: center;*/ width: 100%; display: block;}
.about-block .caption{position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.tri-title{display: inline-block; background-color: rgba(255,255,255,0.66); padding: 15px 20px; position: relative; height: 66px; margin-top: 50%;}
.tri-title:before{ width: 0;content: "";height: 0;border-style: solid;border-width: 33px 15px 33px 0;border-color: transparent rgba(255,255,255,0.66) transparent transparent; position: absolute; right: 100%; top: 0;}
.tri-title:after{content: "";width: 0;height: 0;border-style: solid;border-width: 33px 0 33px 15px;border-color: transparent transparent transparent rgba(255,255,255,0.66); position: absolute; left: 100%; top: 0;}
.about-block .caption .tri-title h2{font-size: 30px;letter-spacing: 0.16em;margin-bottom: 0;}
.author-name{font-size: 18px;font-weight: 900;letter-spacing: 0.06em;}
.about-desc p{margin-bottom: 30px;}
.about-desc p strong{font-size: 22px;font-weight: 500;}
.about-desc{padding: 50px 0;}
.two-column{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2; -webkit-column-gap: 40px;-moz-column-gap: 40px;column-gap: 40px;}

/* promise block */
#promise-slider{overflow: hidden;}
#promise-slider .item{font-size: 0; display: flex; position: relative; overflow: hidden;}
#promise-slider .item .inner-div{}
.promise-block #promise-bg-slider .item:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color:rgba(210, 153, 35, 0.2);z-index: 1;}
#promise-slider .left-part{width: 50%; display: inline-flex;align-items: center; justify-content: center; position: relative;z-index: 1; padding: 0 135px;}
#promise-slider .heading{text-align: center;color: #fff;}
#promise-slider .heading span{font-size: 14px;display: block;font-weight: 900;margin-bottom: 10px; color: inherit;letter-spacing: 0.1em;}
#promise-slider .heading *{color: inherit;}
#promise-slider .right-part{width: 50%; display: inline-flex; position: relative; z-index: 1;position: relative; align-items: center; justify-content: center;}
@supports (mix-blend-mode: multiply) {
    .promise-block #promise-bg-slider .item:before {background-color: hsla(42, 83%, 82%, 0.8); mix-blend-mode: multiply;}
}
.color-shape:after{content: ""; width: 100%; height: 100%; background-color: rgba(31,40,52,0.92);position: absolute; top: 0; left: 0;pointer-events: none;}
.color-shape:before{content: "";width: 0;height: 0;border-style: solid;border-width: 400px 135px 250px 0;border-color: transparent rgba(31,40,52,0.92) transparent transparent;position: absolute;right: 100%;top: 0; pointer-events: none;}
#promise-slider .right-part .details{position: relative; z-index: 1; max-width: 520px; padding: 20px;margin-left: -40px;}
#promise-slider .right-part .details h3{color: #fff;}
#promise-slider .right-part .details p{color: #cc982e;letter-spacing: 0.06em; /*max-height: 300px;overflow: auto;*/}
.center-line{position: relative;padding-bottom: 20px;margin-bottom: 25px;}
.center-line:before{content: ""; width: 34px; height: 4px; background-color: #cc982e; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.slick-vertical .slick-slide{border: 0 !important;}
#promise-slider .item .bg-image{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.promise-block{position: relative;width: 100%;}
.promise-block #promise-bg-slider{ height: 100%;position: absolute;top: 0;width: 100%;left: 0;z-index: 0;}
.promise-block #promise-bg-slider .item,#promise-slider .item{height: 650px;}
.promise-block #promise-bg-slider .item .bg-image{height: inherit;}
#promise-slider .left-part,#promise-slider .right-part{-webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; transition-delay: 0.5s;-webkit-transition-delay:0.5s;-o-transition-delay:0.5s;transition-delay:0.5s;}
#promise-slider .left-part{-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);}
#promise-slider .slick-active .left-part,#promise-slider .slick-active .right-part{-webkit-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
#promise-slider .right-part{-webkit-transform: translateX(120%);-ms-transform: translateX(120%);-o-transform: translateX(120%);transform: translateX(120%);}
#promise-slider .slide-arrow{display: inline-flex;font-size: 35px;color: #fff; cursor: pointer;margin-top: 20px;}
#promise-slider .slick-arrow{display: none !important;}
#promise-slider .slick-dots{margin: 0; position: absolute; top: 50%; /*left: 90px;*/ left: 5.5%; display: flex; flex-direction: column; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
#promise-slider .slick-dots li{list-style: none;padding: 5px; display: inline-block; margin: 4px;}
#promise-slider .slick-dots li button{background-color: transparent; font-size: 0; text-indent: -9999px; width: 12px; height: 12px; padding: 0; border-radius: 100%;display: block; border: 1px solid #cc982e;}
#promise-slider .slick-dots li.slick-active button{background-color : #cc982e;}
#promise-slider .slick-dots li button:focus{outline: 0;}
.parallax{overflow: hidden;}
.parallax img {max-width: 100%;display: none;position: absolute;left: 50%;bottom: 0;min-width: 100%;min-height: 100%;pointer-events: none;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}

/* why-trade-sec */
.why-trade-sec{padding: 100px 0;}
.single-post .why-trade-sec{padding-top: 0px; padding-bottom: 20px;}
.heading span{font-size: 14px;color: #27485b; letter-spacing: 0.1em;font-weight: 900;display:block;margin-bottom: 8px; text-transform: uppercase;}
.why-trade-sec .heading{margin-bottom: 80px;}
.why-trade-sec .inner-sec{font-size: 0;display: flex; justify-content: space-between; flex-wrap: wrap;}
.why-trade-sec .inner-sec .item{width: calc(50% - 20px); display: inline-block;margin-bottom: 40px;vertical-align: top;}
.container.small{max-width: 1260px;}

/* coin-delers page */
.small-banner .bg-image{position: absolute; height: 100%; width: 100%; top: 0; left: 0;}
.small-banner .blue-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(40, 57, 78, 0.7);}
@supports (mix-blend-mode: multiply) {
    .small-banner .blue-layer:before {background-color: #28394e; mix-blend-mode: multiply;}
}
.banner .banner-caption2.text-white{color: #fff;}
.banner .banner-caption2.text-white .desc *{color: inherit;}
.container .small-sec{max-width: 730px; margin: 0 auto;}

/* sucess-block */
.heading-block{margin-bottom: 50px;}
.heading-block h3{letter-spacing: 0.16em;}
.sucess-block .img-block{display: block; }
.sucess-block .img-block img{display: block; margin: 0 auto;}

/* featured-slider */
.featured-product-sec{padding: 100px 0;}
.featured-product-sec .heading{margin-bottom: 80px;}
#featured-slider{margin-bottom: 30px;}
#featured-slider .item{display: flex; flex-wrap: wrap; justify-content: center; margin: 0 15px; padding: 20px;}
#featured-slider .item .products-desc{width: 100%; display: inline-flex;height: 340px; position: relative; justify-content: center; align-items: center; padding: 20px; -webkit-box-shadow: 0px 0px 25px 0px rgba(38,38,37,0.28);-moz-box-shadow: 0px 0px 25px 0px rgba(38,38,37,0.28);box-shadow: 0px 0px 25px 0px rgba(38,38,37,0.28);}
#featured-slider .item .products-desc:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(38, 38, 37, 0.6);mix-blend-mode: multiply;}
#featured-slider .products-desc .up-btn{position: relative; padding-right: 40px;}
#featured-slider .products-desc .up-btn:before{position: absolute; top: 50%; right: 13px; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
#featured-slider .slick-prev{z-index: 99; left: -90px;}
#featured-slider .slick-next{z-index: 99; right: -90px;}
#featured-slider .slick-arrow{width: 25px; height: 64px;}

/* product gold */
.gold-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(204, 152, 46, 0.7);}
.paladium-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(118, 118, 118, 0.7);}
.platinum-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(103, 103, 103, 0.7);}
.silver-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(113, 113, 113, 0.7);}
.contact-pg-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(250, 248, 244, 0.7);}
.dark-layer:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(40, 57, 78, 0.7);}
@supports (mix-blend-mode: multiply) {
    .gold-layer:before {background-color: #cc982e; mix-blend-mode: multiply;}
    .paladium-layer:before {background-color: #767676; mix-blend-mode: multiply;}
    .platinum-layer:before {background-color: #676767; mix-blend-mode: multiply;}
    .silver-layer:before {background-color: #717171; mix-blend-mode: multiply;}
    .contact-pg-layer:before {background-color: #faf8f4; mix-blend-mode: multiply;}
    .dark-layer:before {background-color: #28394e; mix-blend-mode: multiply;}
}
.banner-shadow:before{content: ""; position: absolute; width: 100%; top: 0; left: 0; height: 50%; z-index: 1; pointer-events: none;}
.banner-shadow:before{background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );}

/* our-product-sec */
.our-product-sec{padding: 30px 0;}
.our-product-sec .product-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.our-product-sec .item{width: 49%; display: inline-block; max-width: 500px; padding: 30px; margin-bottom: 30px;}
.our-product-sec .product-list figure{padding: 0 0;margin-bottom: 40px;}

/* quote-sec */
.quote-sec{position: relative; padding: 50px 0; display: flex;}
.quote-sec:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(31,40,52,0.7);z-index: 1;}
.quote-sec:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(./assets/images/quate-up-shadow.png) no-repeat center / cover;z-index: 2;}
@supports (mix-blend-mode: multiply) {
    .quote-sec:before{background-color: #1f2834; mix-blend-mode: multiply;}
}
.quote-sec .quote{position: relative; z-index: 3;}
.quote blockquote{background-color: transparent; border: 0; color: #fff; font-style: normal;font-size: 25px;letter-spacing: 0.1em; text-transform: uppercase;font-family: 'Quattrocento', serif; text-align: inherit; padding: 20px 50px;margin-bottom: 0; line-height: 1.7;}
.quote .author-name{color: #fff;font-weight: 900;font-size: 25px;letter-spacing: 0.1em; text-transform: uppercase;}
.quote-sec .container{display: flex;min-height: 365px; align-items: center; justify-content: center;}


/* secvices finance page */
.white-bg{background-color: #fff;}

/* contact us page */
.contact-sec{padding: 100px 0;}
.contact-form > p{}
.contact-form textarea{height: 290px;}
.contact-form form{}
.contact-form form .form-fields {display: flex; justify-content: space-between; flex-wrap: wrap;}
.contact-form .wpcf7-form-control-wrap{width:calc(33.33% - 15px); display: inline-block;vertical-align: top;margin-bottom: 30px;}
.contact-form .wpcf7-form-control-wrap.subject{width: calc(67.36% - 15px);}
.contact-form .wpcf7-form-control-wrap.message{width: 100%;}
.contact-form .wpcf7-form-control-wrap input,.contact-form .wpcf7-form-control-wrap textarea{margin-bottom: 5px;}
.contact-form .submit-btn{margin-top: 0;width: 100%; justify-content: flex-end;}
.contact-form .submit-btn input[type="submit"]{padding: 10px 34px}
.contact-form span.wpcf7-not-valid-tip{position: absolute;left: 5px;}
/* page-not */
.page-not{padding: 100px 0;}

.overlay {position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: 0;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;}

/* ie10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}
.page-template-career-template .small-banner {
    min-height: 260px;
    box-shadow: none;
}
.page-template-career-template .banner-shadow:before {
    height: 100%;
}
.page-template-career-template a.newbutton {
    background-color: #cc982e;
    padding: 8px 18px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Avenir';
    font-weight: 500;
    border: 2px solid #cc982e;
    font-size: 14px;
    width: 167px;
    margin: auto;
    display: block;
}
.page-template-career-template a.newbutton:hover {
    background-color: #fff;
    color: #cc982e;
    text-decoration: none;
}
.page-template-career-template .sucess-block .img-block {
    clear: both;
}
.page-template-career-template .sucess-block .heading-block {
    margin-bottom: 0px;
}
.page-template-career-template #promise-slider .right-part .details p {
    color: #fff;
}
.page-template-career-template .color-shape:after {
    background-color: #2c2b30;
}
.page-template-career-template .color-shape:before {
   border-width: 120px 100px 346px 0;
    border-color: transparent rgb(44 43 48) transparent transparent;
}
.page-template-career-template.refining-template .color-shape:before {
    border-width: 290px 106px 215px 0;
}
.page-template-career-template .promise-block #promise-bg-slider .item:before {
    background-color: rgba(0,0,0,.05);
}
.page-template-career-template #promise-slider .right-part {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.page-template-career-template .center-line:before {
    width: 70px;
    height: 6px;
}

.page-template-career-template .container.small.halfleft{
	  margin-bottom: 50px;
}
.part_section {
    display: flex;
    flex-wrap: wrap;
}

.part_section p {
    flex-basis: 48%;
    text-align: left;
}

.both_img {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.both_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.Hear{
	margin-top:20px;
}
.Hear img {
    max-width: 750px;
}
.both_img .first_img {
    flex-basis: 55%;
    padding-right: 10px;
}
.second_img {
    flex-basis: 45%;
}
.listing {
    display: flex;
    flex-wrap: wrap;
}

.left_listing {
    text-align: left;
    flex-basis: 50%;
}

/*-------------ref---------------*/
.small-sec_Refining,.Refining {
    display: flex;
    flex-wrap: wrap;
}
.refining_content,.Refining_left {
    flex-basis: 50%;
    text-align: left;
    padding-right: 20px;
}
.sucess-blocks .Refining_left h3 {
    color: #cc982e;
    font-weight: 600;
}
.refining_img,.Refining_rgt {
    flex-basis: 50%;
}
.refining_img img{
	width: 100%;
	margin-bottom:40px;
	object-fit:cover;
}
section.sucess-blocks {
    padding-top: 100px;
}
.refining_img .refining_last{
object-position:top;
	margin-bottom: -230px;
}
.Refining_rgt {
    padding-top:100px;
}
.img-block.main_Refining {
    background-color: #fff;
    padding: 100px 0;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
nav.navigation ul li + li {
    margin-left: 35px;
}
}
@media screen and (min-width: 1200px){
 .page-template-career-template  .promise-block #promise-bg-slider .item .bg-image {
     background-position: -95px center !important;
    width: 67% !important;
} 
	.page-template-career-template .headingcl {
    font-size: 32px;
    text-transform: none;
}
	.page-template-career-template  .promise-block #promise-bg-slider .item, .page-template-career-template #promise-slider .item {
    height: 480px;
}
}
@media screen and (max-width: 767px){
.halfleft {
    width: 100% !important;
}
	section.sucess-blocks {
    padding-top:50px;
}
	.Refining_rgt {
    padding-top: 50px;
}
	.img-block.main_Refining {
    padding: 50px 0;
}
	.refining_img .refining_last {
margin-bottom: 50px;
}
	.refining_img,.Refining_rgt {
    flex-basis: 100%;
}
	.refining_content,.Refining_left {
    flex-basis: 100%;
    padding-right: 0px;
}
	.Hear img {
    max-width: 100%;
}
	.part_section p,.both_img .first_img,.second_img,.left_listing {
    flex-basis: 100%;
		    padding-right: 0;
}
	.page-template-career-template #promise-slider .item {
    height: 900px;
}
	.page-template-career-template #promise-slider .left-part {
  padding: 0 30px;
  height: 400px;
}
	.halfleft video {
    width: 100%;
}
}