*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0; line-height: 1;}
body{margin: 0; padding: 0; font-family: 'ProductSans-Regular' !important; line-height: 1; font-size: 14px; background: #f8f8fa; overflow-x: hidden;}
html, body{height: 100%;}
img{max-width: 100%; max-height: 100%;}
.cf:after,.cf:before{content:"";display:table}
.cf:after{clear:both}
.cl{clear: both;}
.paddingLR0{padding-left: 0 !important; padding-right: 0 !important;}
.posR{position: relative;}
:focus{outline: 0 !important;}

@font-face {
  font-family: 'ProductSans-Light';
  src: url('fonts/ProductSans-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/ProductSans-Light.woff') format('woff'), url('fonts/ProductSans-Light.ttf')  format('truetype'), url('fonts/ProductSans-Light.svg#ProductSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans-Regular';
  src: url('fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProductSans-Regular.woff') format('woff'), url('fonts/ProductSans-Regular.ttf')  format('truetype'), url('fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans-Bold';
  src: url('fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProductSans-Bold.woff') format('woff'), url('fonts/ProductSans-Bold.ttf')  format('truetype'), url('fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProductSans-Medium';
  src: url('fonts/ProductSans-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/ProductSans-Medium.woff') format('woff'), url('fonts/ProductSans-Medium.ttf')  format('truetype'), url('fonts/ProductSans-Medium.svg#ProductSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Font Awesome CSS */
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-thumbs-up:before {content: "\f164"}
.fa-comment:before {content: "\f075"}
.fa-envelope-o:before {content: "\f003"}
.fa-map-marker:before {content: "\f041"}
.fa-envelope:before {content: "\f0e0"}
.fa-phone:before {content: "\f095"}
.fa-whatsapp:before {content: "\f232"}
.fa-user:before {content: "\f007"}
.fa-cog:before {content: "\f013"}
.fa-search:before{content: "\f002"}

/* Header CSS */
.top-header{text-align: right; background: #022447; padding: 6px 0;}
.top-header ul{margin: 0; padding: 0; list-style: none; font-size: 0;}
.top-header ul li{display: inline-block; vertical-align: middle;}
.top-header ul li a{text-decoration: none; display: block; color: #fff; font-family: 'ProductSans-Light'; font-size: 13px; position: relative; padding: 0 6px;}
.top-header ul li a:after{content: ''; background: #fff; width: 1px; height: 10px; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
.top-header ul li a img{width: 14px; margin-right: 3px;}
.top-header ul li:last-child a:after{display: none;}

.navigation-bg{background: #fff; padding: 10px 0; box-shadow: 3px 6px 9px rgba(0,0,0,.15);}
.nav-logo{display: inline-block;}
.nav-logo img{width: 187px;}

.stellarnav { position: relative; z-index: 9900; line-height: normal; display: inline-block; float: right; }
.stellarnav a { color: #777; }
.stellarnav ul { margin: 0; padding: 0; text-align: center; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.stellarnav li a { padding: 11px 15px; display: block; text-decoration: none; color: #777; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a {padding: 20px 15px; font-size: 15px; position: relative;}

.stellarnav ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.stellarnav li li { display: block; }

.stellarnav ul ul ul { top: 0; left: 220px; border-radius: 0 5px 5px 0 !important; background: rgb(236, 236, 236) !important;}
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

.stellarnav > ul > li.drop-left > ul { left: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light a { color: #000; }
.stellarnav.light ul ul {background: rgb(239, 239, 239); border-radius: 5px; padding: 5px 0;}
.stellarnav.light li a { color: #000; }


.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }


.stellarnav li.has-sub > a:after { content:'\f107'; font-family: 'FontAwesome'; position: absolute; right: 0;}
.stellarnav li li.has-sub > a:after { content:'\f105'; font-family: 'FontAwesome'; position: absolute; right: 10px;}
.stellarnav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #FFF; }
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile { display: none; }
.stellarnav li.has-sub>a{padding-right: 25px;}

/* svg icons */
.stellarnav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */

.stellarnav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.stellarnav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.stellarnav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; }
.stellarnav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.stellarnav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.stellarnav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.stellarnav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.stellarnav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.stellarnav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.stellarnav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.stellarnav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.stellarnav.light .icon-close:before { border-color: #000; }
.stellarnav.light .icon-close:after { border-color: #000; }
.stellarnav.dark .icon-close:before { border-color: #FFF; }
.stellarnav.dark .icon-close:after { border-color: #FFF; }

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px; box-sizing: border-box; }
.stellarnav .menu-toggle span.bars { display: inline-block; margin-right: 7px; position: relative; top: 3px; }
.stellarnav .menu-toggle span.bars span { display: block; width: 15px; height: 2px; border-radius: 6px; background: #777; margin: 0 0 3px; }
.stellarnav .full { width: 100%; }
.stellarnav .half { width: 50%; }
.stellarnav .third { width: 33%; text-align: center; }
.stellarnav .location-btn-mobile.third { text-align: center; }
.stellarnav .location-btn-mobile.half { text-align: right; }
.stellarnav.light .third, .stellarnav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.left .third, .stellarnav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light.right .third, .stellarnav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child { border-left: 0; }
.stellarnav.dark .third, .stellarnav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.left .third, .stellarnav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.dark.right .third, .stellarnav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle { border-bottom: 0; }
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child { border-left: 0; }
.stellarnav.light .menu-toggle span.bars span { background: #000; }
.stellarnav.dark .menu-toggle span.bars span { background: #FFF; }
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block; }
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; }
.stellarnav.mobile > ul > li > a { padding: 15px; }
.stellarnav.mobile ul { background: rgba(221, 221, 221, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile li a.dd-toggle { border: 0; }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile { display: inline-block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.stellarnav.mobile.right > ul { right: 0; }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { display: inline-block; text-align: right; }
.stellarnav.mobile.left > ul { left: 0; }
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half { text-align: center; }
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half { text-align: center; }
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third { text-align: center; }
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third { text-align: left; }
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.stellarnav.desktop li.mega ul ul { background: none; }
.stellarnav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.stellarnav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.stellarnav.desktop li.mega ul ul { width: auto; }
.stellarnav.desktop > ul > li.mega { position: inherit; }
.stellarnav.desktop > ul > li.mega > ul { width: 100%; }
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.stellarnav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.stellarnav.desktop li.mega li li a { padding: 5px 15px; }
.stellarnav.desktop li.mega li.has-sub a:after { display: none; }
.stellarnav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */
.sign-in-btn{float: right; margin: 10px 0 0 0; background: #022447; color: #fff !important; padding: 9px 17px; border-radius: 84px; text-decoration: none !important;}
.sign-in-btn img{width: 15px; margin-right: 5px; vertical-align: middle; margin-top: -2px;}

/* Slider */
.slick-slider {position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list {position: relative; overflow: hidden; display: block; margin: 0; padding: 0;}
.slick-list:focus {outline: 0;}
.slick-loading .slick-list {background: #fff url(ajax-loader.gif) center center no-repeat;}
.slick-list.dragging {cursor: pointer; cursor: hand;}
.slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track {position: relative; left: 0; top: 0; display: block;}
.slick-track:after, .slick-track:before {content: ""; display: table;}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {float: left; height: 100%; min-height: 1px; display: none;}
[dir=rtl] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
.slick-next, .slick-prev {border: medium none; font-weight: 700; cursor: pointer; display: block; font-size: 0; height: auto; line-height: 0; margin-top: -10px; outline: medium none; padding: 10px; position: absolute; top: 50%; width: 30px; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {outline: 0;}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {opacity: 1;}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {opacity: .25;}
.slick-disabled {opacity: 0; pointer-events: none;}
.slick-next:before, .slick-prev:before {font-size: 20px; line-height: 1; opacity: .75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.slick-prev {border-radius: 5px 0 0 5px; color: #fff; left: 0; background-repeat: no-repeat; background-position: center center; width: 40px; height: 40px; border-radius: 50%; background-position: 5px 6px;}
[dir=rtl] .slick-prev {left: auto; right: -25px;}
.slick-prev:before {content: ""}
[dir=rtl] .slick-prev:before {content: ""}
.slick-next {border-radius: 0 5px 5px 0; color: #fff; right: 0; background-repeat: no-repeat; background-position: center center; width: 40px; height: 40px; border-radius: 50%; background-position: 7px -22px;}
[dir=rtl] .slick-next {left: -25px; right: auto;}
.slick-next:before {content: ""}
[dir=rtl] .slick-next:before {content: "<"}
.slick-slider {margin-bottom: 20px;}
.slick-dots {position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%}
.slick-dots li {position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button {border: 0; background: 0 0; display: block; height: 20px; width: 20px; outline: 0; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.slick-dots li button:focus, .slick-dots li button:hover {outline: 0;}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {opacity: 1;}
.slick-dots li button:before {position: absolute; top: 0; left: 0; content: "â€¢"; width: 20px; height: 20px; font-family: slick; font-size: 6px; line-height: 20px; text-align: center; color: #000; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.slick-dots li.slick-active button:before {color: #000; opacity: .75;}

/* Animation CSS */
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

.home-top-section{background: #022447; height: 450px;}
.home-top-section-bg{background: url(../images/home-bg) repeat; position: relative; height: 500px;}
.money-bag-home{position: absolute; top: 44%; transform: translateY(-50%); right: 0; width: 300px;}
.home-top-section-detail{position: absolute; top: 40%; transform: translateY(-50%);}
.home-top-section-detail h1{font-size: 42px; color: #ffd076; font-family: 'ProductSans-Bold'; text-shadow: 3px 0 4px rgba(0,0,0,.45); margin-bottom: 30px;}
.home-top-section-detail h4{font-size: 30px; color: #fff; font-family: "ProductSans-Medium"; margin-bottom: 25px;}
.home-top-section-detail ul{margin: 0; padding: 0; list-style: none; font-size: 0;}
.home-top-section-detail ul li{display: inline-block; vertical-align: middle; position: relative; color: #fff; font-size: 24px; padding: 0 25px;}
.home-top-section-detail ul li:after{content: '\f061'; position: absolute; right: -9px; font-family: 'FontAwesome'; font-size: 14px; font-weight: 400; background: #ffd076; width: 20px; height: 20px; border-radius: 50%; text-align: center; color: #042548; line-height: 19px; top: 3px;}
.home-top-section-detail ul li:first-child{padding-left: 0 !important;}
.home-top-section-detail ul li:last-child:after{display: none;}

.service-box-section{margin-top: -70px;}
.service-box-section ul{margin: 0; padding: 0; list-style: none; font-size: 0;}
.service-box-section ul li{display: inline-block; width: 11.5%; margin: 0 0.5%; vertical-align: top;}
.service-box-section ul li a{color: #555; display: block; padding-top: 30px; font-family: 'ProductSans-Medium'; transition: 0.2s; position: relative; text-decoration:none; font-size: 16px; text-align: center; height: 140px; background: #fff; box-shadow: 0 6px 49px rgba(0,0,0,0.05);  line-height: 20px;}
.service-box-section ul li a img{width: 42px; display: block; margin: 0px auto 18px;}
.service-box-section ul li a:hover{box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.17); transform: translateY(-15px); background: linear-gradient(-120deg, #f7d697 , #e6a661); color: #022447;}
.service-box-section ul li:last-child a:after{content: ''; background: url(../images/free-img.png) no-repeat; width: 32px; height: 32px; position: absolute; top: 22px; margin-left: -30px;}

.about-section{padding: 70px 0;}
.about-section h2{color: #ca901e; font-size: 36px; display: table; margin: 0 auto 60px; position: relative;}
.about-section h2:before{content: ''; background: #ca901e; width: 100px; height: 3px; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto;}
.about-home-detail{max-width: 710px; background: #fff; border: 1px solid #eeeeee; position: relative; padding: 40px 40px 80px 40px; margin: auto;}
.about-home-detail:before{content: ''; background: url(../images/about-home-left.jpg) no-repeat; width: 332px; height: 490px; top: 50%; transform: translateY(-50%); left: -232px; position: absolute; z-index: -1;}
.about-home-detail:after{content: ''; background: url(../images/about-home-right.jpg) no-repeat; width: 332px; height: 490px; top: 50%; transform: translateY(-50%); right: -232px; position: absolute; z-index: -1;}
.about-home-detail p{color: #333333; line-height: 36px; font-size: 16px;}
.about-home-detail p strong{color: #022447; font-size: 24px; font-family: 'ProductSans-Bold';}
.about-home-detail a{width: 123px; transition: 0.2s; height: 43px; border: 1px solid #022447; color: #022447; display: table; text-align: center; line-height: 43px; font-size: 16px; text-decoration: none; float: right;}
.about-home-detail a:hover{background: #022447; color: #fff;}

.banner-1{text-align: center; padding: 40px 0 70px 0;}

.advantages-section{background: url(../images/advantages-bg.jpg) no-repeat; background-size: cover; padding: 70px 0;}
.advantages-box{text-align: center;}
.advantages-box span{width: 110px; transition: 0.2s; position: relative; height: 110px; display: block; margin: 0 auto 20px; background: #fff; border-radius: 50%; box-shadow: 0 0 13px rgba(73,116,246,0.07);}
.advantages-box span img{width: 55px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.advantages-box p{color: #022447; font-size: 21px; line-height: 30px;}
.advantages-box:hover span{box-shadow:inset 0px 0px 16px rgba(2, 36, 71, 0.29); }

.gold-silver-section{padding: 70px 0;}
.gold-box{background: linear-gradient(-120deg, #f7d697 , #e6a661); padding: 20px 0 0 0; text-align: center; height: 100px;}
.gold-box span{color: #444; font-size: 18px; display: block; margin-bottom: 9px;}
.gold-box p{font-size: 36px; color: #444; font-family: 'ProductSans-Light';}
.gold-box p img{width: 31px; vertical-align: middle; margin-top: -5px;}
.gold-box p font{font-size: 16px; font-family: 'ProductSans-Regular';}

.silver-box{background: linear-gradient(-120deg, #dbdbdc , #eff0f5); padding: 20px 0 0 0; text-align: center; height: 100px;}
.silver-box span{color: #444; font-size: 18px; display: block; margin-bottom: 9px;}
.silver-box p{font-size: 36px; color: #444; font-family: 'ProductSans-Light';}
.silver-box p img{width: 31px; vertical-align: middle; margin-top: -5px;}
.silver-box p font{font-size: 16px; font-family: 'ProductSans-Regular';}

.why-choose-L{background: url(../images/why-choose.jpg) no-repeat; height: 400px; background-size: cover; position: relative;}
.why-choose-L h2{font-size: 32px; color: #fff; font-weight: 400; position: absolute; left: 40px; top: 30px; line-height: 47px;}
.why-choose-L h2 font{display: table; font-size: 40px; font-family: 'ProductSans-Bold';}
.why-choose-R-box{background: #022447; height: 200px; text-align: center; padding: 50px 0 0 0;}
.why-choose-R-box img{width: 55px; display: block; margin: 0 auto 17px;}
.why-choose-R-box p{font-size: 21px; color: #fff;}
.why-choose-R-detail:nth-of-type(2) .why-choose-R-box, .why-choose-R-detail:nth-of-type(3) .why-choose-R-box{background: #fff;}
.why-choose-R-detail:nth-of-type(2) .why-choose-R-box p, .why-choose-R-detail:nth-of-type(3) .why-choose-R-box p{color: #022447;}

.home-blog-section{padding: 70px 0;}
.home-blog-section h2{color: #ca901e; font-size: 36px; display: table; margin: 0 auto 60px; position: relative;}
.home-blog-section h2:before{content: ''; background: #ca901e; width: 100px; height: 3px; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto;}
.home-blog-bg{background: linear-gradient(90deg, #eef5ff 40%, #f8f8fa 60%); padding: 40px 15px 25px 15px;}
.home-blog-bg .row{max-width: 1350px; margin: auto;}
.home-blog-slide-box{background: #fff; padding: 20px; box-shadow: 5px 0 8px rgba(73,116,246,0.07); position: relative;}
.home-blog-slide-box-image{position: relative; overflow: hidden; margin-bottom: 20px;}
.home-blog-slide-box-image img{width: 100%; height: 100%;}
.home-blog-slide-box-image .home-blog-date{background: #555555; color: #fff; color: #fff; font-size: 13px; position: absolute; left: 10px; bottom: 10px; text-transform: uppercase; padding: 4px 10px; font-family: 'ProductSans-Light';}
.home-blog-slide-box h4{color: #444; font-size: 18px; transition: 0.2s; margin-bottom: 8px;}
.home-blog-slide-box p{color: #777; font-size: 14px; line-height: 24px; font-family: 'ProductSans-Light'; margin-bottom: 10px;}
.home-blog-slide-box ul{margin: 0; padding: 0; list-style: none; font-size: 0}
.home-blog-slide-box ul li{color: #555555; font-size: 15px; transition: 0.2s; display: inline-block; vertical-align: middle; padding: 0 10px; position: relative;}
.home-blog-slide-box ul li:before{content: ''; background: #999999; width: 1px; height: 12px; position: absolute; top: 55%; right: 0; transform: translateY(-50%);}
.home-blog-slide-box ul li i{color: #999999; font-size: 16px; transition: 0.2s; margin-right: 2px;}
.home-blog-slide-box ul li:last-child:before{display: none;}
.home-blog-slide-box .read-more{width: 88px; height: 30px; transition: 0.2s; display: block;text-decoration: none; border: 1px solid #444444; text-align: center; line-height: 30px; position: absolute; right: 20px; bottom: 20px; color: #444;}
.home-blog-slide-box:hover .read-more{background: #022447; color: #fff; border: 1px solid #022447;}
.home-blog-slide-box:hover li, .home-blog-slide-box:hover li i, .home-blog-slide-box:hover h4{color: #022447;}
.home-blog-slide .slick-slide {margin: 0 20px;}
.home-blog-slide .slick-list {padding: 15px 0;}
.home-blog-bg .col-md-8{padding: 0 25px;}
.blog-image-left{margin: 25px auto 0; display: block;}
.home-blog-slide{position: relative;}
.home-blog-slide .slick-disabled {opacity: 0.3;}
.home-blog-slide .slick-prev, .home-blog-slide .slick-next{top: -30px; border-radius: 0; width: 35px; height: 35px; background: #f8f8fa; left: initial; right: 60px; border: 1px solid #9a9a9a;}
.home-blog-slide .slick-prev{left: initial; right: 55px;}
.home-blog-slide .slick-next{right: 15px;}
.home-blog-slide .slick-prev:before, .home-blog-slide .slick-next:before {font-family: FontAwesome; font-weight: 300; color: #888888!important; font-size: 24px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.home-blog-slide .slick-prev:before{content: "\f104";}
.home-blog-slide .slick-next:before{content: "\f105";}

.home-testimonial-section{background: url(../images/advantages-bg.jpg) no-repeat; background-size: cover; padding: 70px 0;}
.testimonial-home-head{text-align: right;}
.testimonial-home-head h2{color: #fa795c; font-size: 28px; line-height: 50px; position: relative;}
.testimonial-home-head h2 img{transform: rotate(-180deg); width: 160px; vertical-align: bottom;}
.testimonial-home-head p{color: #022447; font-size: 42px; line-height: 58px;}
.testimonial-slide .slick-list{padding: 60px 0 15px 0;}
.testimonial-slide .slick-slide {margin: 0 15px;}
.testtimonial-slide-box{background: #fff; min-height: 340px; padding: 60px 40px 40px 40px; position: relative; text-align: center;}
.testtimonial-slide-box .testi-user-box{width: 96px; height: 96px; background: #f8f8fa; border: 2px solid #13477d; position: absolute; position: absolute; border-radius: 50%; left: 50%; transform: translateX(-50%); top: -48px;}
.testtimonial-slide-box .testi-user-box img{width: 50px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.testtimonial-slide-box img{position: absolute; width: 74px; top: -37px; left: 10px;}
.testtimonial-slide-box h4{color: #13477d; font-size: 21px; margin-bottom: 10px;}
.testtimonial-slide-box font{color: #161616; font-size: 18px; display: block; margin-bottom: 10px;}
.testtimonial-slide-box p{font-size: 17px; color: #555555; line-height: 36px; font-style: italic;}
.testimonial-slide .slick-prev:before, .testimonial-slide .slick-next:before{font-family: FontAwesome; font-weight: 300; color: #888888!important; font-size: 24px; line-height: 16px;}
.testimonial-slide .slick-prev:before{content: "\f104";}
.testimonial-slide .slick-next:before{content: "\f105";}
.testimonial-slide .slick-disabled {opacity: 0.3;}

.banner-2{text-align: center; padding: 60px 0 0px 0;}

.our-partner-section{padding: 70px 0;}
.our-partner-section h2{color: #ca901e; font-size: 36px; display: table; margin: 0 auto 60px; position: relative;}
.our-partner-section h2:before{content: ''; background: #ca901e; width: 100px; height: 3px; position: absolute; left: 0; right: 0; bottom: -12px; margin: auto;}
.our-partner-slide .slick-list{padding: 15px 0 15px 0;}
.our-partner-slide-box font{background: #fff; width: 204px; height: 85px; position: relative; margin: 0 auto 20px; box-shadow: 5px 0 8px rgba(73,116,246,0.07); display: table;}
.our-partner-slide-box font img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.our-partner-slide-box p{font-size: 19px; color: #444444; text-align: center; margin: 10px 0;}
.our-partner-slide .slick-prev, .our-partner-slide .slick-next{background: none;}
.our-partner-slide .slick-prev:before, .our-partner-slide .slick-next:before{font-family: FontAwesome; font-weight: 300; color: #a2a2a2!important; font-size: 42px;}
.our-partner-slide .slick-prev:before{content: "\f104";}
.our-partner-slide .slick-next:before{content: "\f105";}
.our-partner-slide .slick-prev{left: -25px;}
.our-partner-slide .slick-next{right: -25px;}

.subscribe-section{max-width: 1300px; background: #ffd076; padding: 20px 0; text-align: center; margin-bottom: -52px; position: relative;}
.subscribe-section h4{position: relative; padding-left: 200px; text-align: left; display: inline-block; vertical-align: middle; line-height: 32px; color: #bb8317;}
.subscribe-section h4 font{color: #022447; font-size: 30px; display: block;}
.subscribe-section h4 img{position: absolute; left: 0; top: 50%; transform: translateY(-50%); max-width: initial; max-height: initial;}
.subscribe-form-box{display: inline-block; vertical-align: middle; width: 450px; position: relative; margin-left: 50px;}
.subscribe-form-box i{color: #022447; font-size: 16px; position: absolute; top: 15px; left: 14px;}
.subscribe-form-box input{width: 100%; border: 1px solid #022447; height: 50px; padding: 0 125px 0 40px; font-size: 15px; color: #000;}
.subscribe-form-box input::placeholder{color: #4f4f4f;}
.subscribe-form-box button{width: 120px; height: 48px; background: #022447; position: absolute; top: 1px; right: 1px; border: none; color: #eff4f4; font-size: 17px; text-transform: uppercase; font-family: 'ProductSans-Bold';}

.footer-section{background: #333333; padding: 122px 0 70px 0;}

.footer-1 .footer-logo-img{width: 180px; margin-bottom: 20px;}
.footer-1 p{color: #cccccc; font-size: 16px; line-height: 30px; margin-bottom: 18px;}
.footer-1 a{width: 120px; height: 40px; border: 1px solid #cccccc; color: #cccccc; text-decoration: none; display: table; font-size: 16px; line-height: 40px; text-align: center;}
.footer-2 h4{color: #fff; font-size: 18px; margin-bottom: 25px;}
.footer-2 ul{margin: 0; padding: 0; list-style: none;}
.footer-2 ul li{float: none;}
.footer-2 ul li a{text-decoration: none; color: #cccccc; margin-bottom: 20px; font-size: 16px; font-weight: 400; display: table;}
.footer-4 h4{color: #fff; font-size: 18px; margin-bottom: 15px;}
.footer-4 ul{margin: 0; padding: 0; list-style: none;}
.footer-4 ul li{position: relative; font-size: 16px; line-height: 33px; color: #cccccc; padding-left: 25px; margin-bottom: 4px;}
.footer-4 ul li i{position: absolute; top: 7px; font-size: 19px; left: 0;}
.footer-4 ul li:nth-of-type(2) i{font-size: 16px; top: 9px;}
.footercopyright-section{background: #111111; padding: 10px 0;}
.copyright{color: #dddddd;}
.copyright-partner{text-align: right;}
.copyright-partner a{color: #dddddd; text-decoration: underline;}


/* Blog Listing CSS Start */
.blog-listing-page-section{background: #022447; height: 250px; position: relative;}
.inner-top-head{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; padding: 0 15px; text-align: center;}
.inner-top-head h1{color: #ffd076; font-size: 36px; font-family: 'ProductSans-Bold'; position: relative; margin-bottom: 30px;}
.inner-top-head h1:before{content: ''; background: #ffd076; width: 100px; height: 2px; position: absolute; left: 0; right: 0; margin: auto; bottom: -20px;}
.inner-top-head h1:after{content: ''; background: #ffd076; width: 12px; height: 12px; border-radius: 50%; position: absolute; left: 0; right: 0; bottom: -26px; margin: auto;}
.inner-top-head .breadcrumb{background: none; text-align: center; display: inline-flex; font-size: 14px; color: #fff; margin-bottom: 0;}
.inner-top-head .breadcrumb-item a{color: #ccc;}
.inner-top-head .breadcrumb .breadcrumb-item.active{color: #fff; padding-left: 4px;}
.inner-top-head .breadcrumb-item+.breadcrumb-item::before{color: #ccc; padding-right: 4px;}

.blog-listing-section{margin: 60px 0;}
.blog-listing-box{background: #fff; box-shadow: 0 4px 21px rgba(0,0,0,0.06); height: 230px; position: relative; margin-bottom: 55px; padding: 25px 25px 25px 371px;}
.blog-listing-box-img{width: 346px; height: 100%; position: absolute; left: 0; top: 0;}
.blog-listing-box-img .home-blog-date {background: #555555; color: #fff; font-size: 13px; position: absolute; left: 10px; bottom: 10px; text-transform: uppercase; padding: 4px 10px; font-family: 'ProductSans-Light';}
.blog-listing-box-detail{position: relative; height: 100%;}
.blog-listing-box-detail h4{font-size: 19px; color: #000; margin-bottom: 16px; transition: 0.2s;}
.blog-listing-us-tg{margin: 0 0 12px 0; padding: 0; list-style: none; font-size: 0;}
.blog-listing-us-tg li{display: inline-block; color: #444444; font-size: 14px; font-family: 'ProductSans-Light'; vertical-align: middle; padding: 0 10px; position: relative;}
.blog-listing-us-tg li:before{content: ''; background: #444; width: 1px; height: 10px; position: absolute; right: 0; top: 2px;}
.blog-listing-us-tg li:first-child{padding-left: 0;}
.blog-listing-us-tg li:last-child:before{display: none;}
.blog-listing-us-tg li i{margin-right: 4px; font-size: 16px; vertical-align: middle; margin-top: -3px;}
.blog-listing-box-detail p{color: #777; font-size: 15px; line-height: 26px; font-family: 'ProductSans-Light'; margin-bottom: 10px;}
.blog-listing-lk-cm{margin: 0; padding: 0; list-style: none; font-size: 0; position: absolute; bottom: 0px;}
.blog-listing-lk-cm li{color: #555555; transition: 0.2s; font-size: 15px; transition: 0.2s; display: inline-block; vertical-align: middle; padding: 0 10px; position: relative;}
.blog-listing-lk-cm li:before{content: ''; background: #999999; width: 1px; height: 12px; position: absolute; top: 55%; right: 0; transform: translateY(-50%);}
.blog-listing-lk-cm li i{color: #999999; transition: 0.2s; font-size: 16px; transition: 0.2s; margin-right: 2px;}
.blog-listing-lk-cm li:first-child{padding-left: 0;}
.blog-listing-lk-cm li:last-child:before{display: none;}
.blog-listing-link{width: 88px; height: 30px; transition: 0.2s; opacity: 0; display: block; text-decoration: none; border: 1px solid #444444; text-align: center; line-height: 30px; position: absolute; right: 0px; bottom: -6px; color: #444; text-decoration: none !important;}
.blog-listing-box:hover .blog-listing-link{background: #022447; color: #fff; border: 1px solid #022447; opacity: 0.7;}
.blog-listing-box .blog-listing-link:hover{opacity: 1;}
.blog-listing-box:nth-child(even){padding: 25px 371px 25px 25px;}
.blog-listing-box:nth-child(even) .blog-listing-box-img{left: initial; right: 0;}
.blog-listing-box:hover .blog-listing-box-detail h4{color: #022447;}
.blog-listing-box:hover .blog-listing-lk-cm li, .blog-listing-box:hover .blog-listing-lk-cm li i{color: #022447;}
.load-more-blogs{color: #737373; border: 1px solid #737373; transition: 0.2s; background: no-repeat; width: 250px; height: 55px; font-size: 17px; display: table; margin: auto;}
.load-more-blogs img{width: 30px; vertical-align: middle; margin-right: 7px;}
.load-more-blogs:hover{background: #eaeaea; border: 1px solid #999;}

.blog-listing-side{padding-left: 20px;}
.blog-listing-side-box{border: 1px solid #ddd; padding: 30px 15px 15px 15px; position: relative; margin-bottom: 45px;}
.blog-listing-side-box h4{background: #f8f8fa; padding: 5px 7px; font-size: 18px; color: #000; font-family: 'ProductSans-Medium'; position: absolute; top: -14px; left: 10px;}
.blog-listing-search-box{position: relative;}
.blog-listing-search-box input{height:50px; border: none; width: 100%; padding-left: 40px; padding-right: 10px; color: #000;}
.blog-listing-search-box input::placeholder{color: #b8b8b8;}
.blog-listing-search-box i{position: absolute; font-size: 17px; left: 15px; top: 15px;}
.blog-listing-popular-blogs{position: relative; padding: 0 0 0 122px; margin-bottom: 25px;}
.blog-listing-popular-blogs img{width: 108px; border: 1px solid #ededed; background: #fff; padding: 8px; position: absolute; left: 0; max-width: initial; max-height: initial;}
.blog-listing-popular-blogs h5{font-size: 15px; line-height: 20px; color: #111; padding-top: 3px; margin-bottom: 6px}
.blog-listing-popular-blogs span {background: #555555; color: #fff; font-size: 11px; text-transform: uppercase; padding: 5px 10px; font-family: 'ProductSans-Light'; display: table;}
.blog-listing-popular-blogs:last-child{margin-bottom: 15px;}
.blog-ad img{width: 100%;}

.blog-detail-page-section{margin: 25px 0;}
.blog-detail-box .breadcrumb{font-size: 11px; color: #aaaaaa; background: none; padding: 0; margin-bottom: 15px;}
.blog-detail-box .breadcrumb-item a{color: #aaaaaa;}
.blog-detail-box .breadcrumb-item.active {color: #555555;}
.blog-detail-box .breadcrumb-item+.breadcrumb-item::before{padding-right: 5px;}
.blog-detail-box .breadcrumb-item+.breadcrumb-item {padding-left: 5px;}
.blog-detail-box h1{color: #000000; font-size: 30px; margin-bottom: 15px;}
.blog-detail-date{background: #555555; color: #fff; margin-right: 10px; font-size: 12px; text-transform: uppercase; padding: 4px 10px; font-family: 'ProductSans-Light'; display: inline-block; vertical-align: middle;}
.blog-detail-us-tg{margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: middle;}
.blog-detail-us-tg li{display: inline-block; color: #555555; font-size: 14px; font-family: 'ProductSans-Light'; vertical-align: middle; padding: 0 10px; position: relative;}
.blog-detail-us-tg li:before{content: ''; background: #555555; width: 1px; height: 10px; position: absolute; right: 0; top: 2px;}
.blog-detail-us-tg li:first-child{padding-left: 0;}
.blog-detail-us-tg li:last-child:before{display: none;}
.blog-detail-us-tg li i{margin-right: 4px; font-size: 16px; vertical-align: middle; margin-top: -3px;}
.blog-detail-image-box{position: relative; margin: 23px 0 15px 0;}
.blog-detail-image-box{width: 100%; height: 100%; border: 1px solid #eaeaea;}
.blog-detail-image-box font{background: #022447; width: 70px; height: 35px; position:absolute; top: 0; right: 0; color: #fff; text-align: center; line-height: 35px; font-size: 18px;}
.blog-detail-image-box font i{font-size: 20px; margin-right: 1px;}
.blog-detail-box p{color: #777777; font-size: 15px; line-height: 32px; text-align: justify; margin-bottom: 12px;}
.blog-detail-lk-shr{border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; padding: 15px 0; margin: 30px 0;}
/* Blog Listing CSS Finish */


@media (min-width: 1200px){
.main-container{max-width: 1230px !important;}
}

@media(max-width: 1199px){
.money-bag-home {top: 29%; transform: translateY(-50%); width: 300px;}
.about-home-detail:after{right: -70px;}
.about-home-detail:before{left: -70px;}
.subscribe-section h4{font-size: 21px; padding-left: 130px;}
.subscribe-section h4 font{font-size: 26px;}
.subscribe-section h4 img{width: 115px;}
.subscribe-form-box{margin-left: 35px; width: 400px;}
.service-box-section{margin-top: -80px;}
.service-box-section ul li{width: 23%; margin: 1%;}
.home-blog-slide .slick-slide, .testimonial-slide .slick-slide{margin: 0 10px;}
.home-blog-slide .slick-next{right: 10px;}
.home-blog-slide .slick-prev{right: 50px;}
}

@media (max-width: 991px){
.money-bag-home{display: none;}
.home-top-section-detail h1{font-size: 36px; margin-bottom: 20px;}
.home-top-section-detail {width: 95%; left: 5%; right: 0%;}
.home-top-section-detail ul li{font-size: 17px; padding: 0 13px;}
.home-top-section-detail ul li:after {font-size: 11px; top: 5px;}

}


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
}
