@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 400 14px 'Montserrat', sans-serif;
	line-height: 25px;
	color: #252525;
	background-color: #fff;
}
chexbox, div, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, option, p, radiobutton, select, td, textarea, tr, ul {
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
ol {
	padding: 0;
	margin: 0;
	list-style-type: none
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #444444;
    transition: all 0.5s ease;
    text-decoration: none;
}
a:hover{
    color:#107c10;
    text-decoration: none;
}
img {
	padding: 0;
	margin: 0;
	outline: 0;
    border: 0
}
.clr, .spacer {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clearfix::after, .clearfix::before{
	content: '';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.btn{
    font:600 15px/50px 'Open Sans', sans-serif;
    color:#fff;
    background-color: #80a2e9;
    border:1px solid #80a2e9;
    padding: 0 40px;
    border-radius: 30px;
    transition:all 0.5s ease;
}
.btn:hover{
    background-color: #fff;
    color:#80a2e9;  
}
body{
    overflow-x: hidden;
}
::-webkit-file-upload-button {
    cursor:pointer;
}
/* === */
.t-header{
    background-color:#1a0e36; 
    padding: 10px;
}
.any-que{
    font:400 14px/20px 'Open Sans', sans-serif;
    color: #c4c3c8;
    text-decoration: underline;
    float: left;
}
.any-que:hover{
    color: #67ca67;
}
.h-info{
    float: right;
    text-align: right;
}
.t-header .container::after,
.t-header .container::before{
    content:"";
    display: block;
    clear:both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.h-info li{
    font:400 14px/20px 'Open Sans', sans-serif;
    display: inline-block;
    position: relative;
    margin: 0 50px 0 0;
}
.h-info li a{
    color: #fff;
    text-decoration: none;
}
.h-info li:hover a{
    color: #67ca67;
}
.h-info li.mob-number{
    margin: 0 0 0 0;
}
.h-info li:after{
    content:"\f1fa";
    position: absolute;
    top:0;
    left: -26px;
    font: 600 22px "FontAwesome"; 
    color:#fff;
}
.h-info li.mob-number:after{
    content: "\f095";
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    left: -30px
}
.main-header{
    padding:10px 0;
}
.logo{
    float: left;
}
.logo img{
    max-width: 100%;
}
.h-menu{
    float: right;
    margin: 8px 0;
}
.main-header .container::after,
.main-header .container::before{
    content: "";
    display: block;
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.main-navigation{
    margin:15px 0 0 0;
}
.h-menu li{
    list-style: none;
    display: inline-block;
    text-transform: capitalize;
    font:600 15px/22px 'Open Sans', sans-serif;
    position: relative;
    margin: 0 72px 0 0;  
}
.h-menu li a{
    color:#2e3031;
    text-decoration: none;
}
.h-menu li.current-menu-item a,
.h-menu li:hover a{
    color:#14ca82;
}
.h-menu li:after{
    content:"\f105";
    position: absolute;
    top: 3px;
    right: -15px;
    font: 500 18px "FontAwesome";
    color:#2e3031;
}
.h-menu li:before{
    content:"";
    position: absolute;
    bottom: -3px;
    left: 1px;
    height: 3px;
    width: 0px;
    background-color: #9d9d9d;
    transition: all 0.5s ease;
}
.h-menu li.current-menu-item:before,
.h-menu li:hover:before{
    width: 35px;
}
/* .h-menu li.current-menu-item::after,
.h-menu li:hover:after{
    color:#14ca82;  
} */
.h-menu li a.btn{
    color:#fff;
}
.h-menu li a.btn:hover{
    color:#80a2e9; 
}
.main-navigation{
    float: left;
}
.h-menu .btn{
    float: right;
}
/* ========= */
.banner{
    position: relative;
}
.banner-part img{
    width: 100%;
}
.banner .container{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-text p{
    font:400 14px/24px 'Open Sans', sans-serif;
    color:#fff;
}
.banner-text p span{
    font:500 16px/22px 'Open Sans', sans-serif;
}
.banner-text h1{
    font:700 80px/70px 'Raleway', sans-serif;
    color:#fff;
    padding: 25px 0;
}
.banner-text h6{
    font:400 14px/20px 'Open Sans', sans-serif;
    color:#fff;
}
.banner-text .btn{
    background-color:#14ca82;
    border-color:#14ca82;
    margin: 20px 0;
}
.banner-text .btn:hover{
    background-color:#fff;
    color:#14ca82;
}
.mob-design{
    position: absolute;
    bottom: 0;
    right: -165px;
}
.mob-design img{
    max-width: 100%;
}
.tag-logo{
    position: absolute;
    top: 0;
    right: 0;
}
/* === */
.about-part{
    padding: 85px 0;
    position:relative;
}
.about-part .content h2{
    font:400 48px/60px 'Raleway', sans-serif;
    color:#2f3f54;
}
.about-part .content h2 span{
    font:800 48px/58px 'Raleway', sans-serif;
    color:#0078d7;
    padding: 0 0 26px 0;
}
.about-part .content p{
    font:500 14px/20px 'Open Sans', sans-serif;
    color:#4a6385;
    padding: 18px 0;
}
.about-img img{
    max-width: 100%;
}
.company-name{
    font:600 14px 'Open Sans', sans-serif;
    color:#14ca82;
}
.about-part::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: -165px;
    background: url(../images/bg-effect.png) no-repeat bottom right;
    width: 572px;
    height:650px;
}
.about-part .content{
    padding: 0 60px 0 0;
}
/* ==== */
.sercives-key{
    padding: 30px 0;
}
.sercives-part .icon{
float: left;
width: 30%;
padding: 0 10px 0 0;
}
.sercives-part .icon img{
    max-width: 100%;
}
.sercives-part .services-content{
    float: left;
    width: 68%;
    padding: 0 0 0 15px;
}
.sercives-part::after,
.sercives-part::before{
    content:"";
    display: block;
    clear:both;
    padding: 0 0 0 0;
    margin:0 0 0 0;
}
.services-content .services-title{
    font:700 24px/28px 'Raleway', sans-serif;
    color:#2f3f54;
}
.services-content .sub-heading{
    font:600 14px/22px 'Open Sans', sans-serif;
    color:#1c2c43;
    padding: 18px 0;
}
.services-text{
    font:400 14px/22px 'Open Sans', sans-serif;
    color:#4a6385;
}
.sercives-key .col-sm-4{
    border-right:1px solid #e6e6e6;
}
.sercives-key .col-sm-4:last-child{
    border:none;
}
.services-content h3{
    padding: 0 50px 0 0;
}
.sercives-part{
    padding:0 15px;
}
/* ====== */
.what_we_do{
    padding: 60px 0 20px 0;
    background-color: #f8f8f8;
}
.heading-section{
    text-align: center;
    margin: 0 0 70px 0;
}
.heading-section .heading{
    font:400 48px/58px 'Raleway', sans-serif;
    color:#2f3f54;
}
.heading-section .heading span{
    font:800 48px/58px 'Raleway', sans-serif;
    color:#0078d7;
}
.heading-section .sub-heading{
    font:600 14px 'Open Sans', sans-serif;
    color:#4a6385;
    padding: 20px 0;
    position: relative;
}
.heading-section .sub-heading::after{
    content:"";
    width: 80px;
    height:3px;
    position: absolute;
    bottom: 0;
    left: 44%;
    background-color: #80a2e9;
}
.what_we_do .icon-img{
    float: left;
    width: 30%;
    padding: 12px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: #fff;
}
.work-service-text{
    float: right;
    width: 70%;
    padding: 0 90px 0 50px;
    margin:0 0 60px 0;
}
.work-service .title{
    font:700 24px/30px 'Raleway', sans-serif;
    color:#2f3f54;
}
.work-service .sub-title{
    font:600 14px/22px 'Open Sans', sans-serif;
    color:#1c2c43;
    padding: 30px 0;
}
.work-service .text{
    font:400 14px/24px 'Open Sans', sans-serif;
    color:#4a6385;
}
.work-service .icon-img img{
    max-width: 100%;
}
/* ==== */
.top-footer{
    background-color: #f6f6f6;
    padding: 40px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.top-footer-part{
    
}
.get_start{
    font:800 30px/38px 'Raleway', sans-serif;
    color:#0078d7;
}
.create_account{
    font:400 30px/40px 'Raleway', sans-serif;
    color:#2f3f54;
}
.top-footer-content p strong{
    color:#1c2c43;
}
.top-footer-content p{
    font:400 14px 'Open Sans', sans-serif;
    color:#4a6385;
    padding: 20px 0;
}
.top-footer-content{
    float:left;
}
.top-footer a.btn{
    float: right;
    margin: 30px 0 0 0;
    background-color: #0078d7;
    border-color:#0078d7;
}
.top-footer a.btn:hover{
    background-color: #fff;
    color: #0078d7;
}
.top-footer::after,
.top-footer::before{
    content:"";
    display:block;
    clear:both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.widget-title{
    font:700 24px/30px 'Raleway', sans-serif;
    color:#283593;
    padding: 0 130px 30px 0;
}
.moving_money{
    font:400 14px/20px 'Open Sans', sans-serif;
    color:#1c2c43;
    padding: 30px 0px 20px 0px;
}
.thats_why{
    font:400 14px/20px 'Open Sans', sans-serif;
    color:#4a6385;
    padding: 0 35px 0 0;
}
.main-footer li{
    list-style: none;
    font:600 14px/20px 'Open Sans', sans-serif;
    margin: 0 0 12px 0;
    position: relative;
    padding: 0 0 0 12px;
    transition: all 0.5s ease;
}
.main-footer li a{
    color:#19283d;
    text-decoration: none;
}
.main-footer li a:hover{
    color:#107c10;
}
.main-footer li::after{
    content:"";
    position: absolute;
    top:8px;
    left:0;
    width: 3px;
    height: 3px;
    background-color: #19283d;
}
.main-footer li:hover::after{
    background-color: #107c10;
}
.contact-title{
    font:600 14px/20px 'Open Sans', sans-serif;
    color:#19283d;
}
.contact-text{
    font:400 14px/20px 'Open Sans', sans-serif;
    color:#19283d;
    padding: 0 0 20px 0;
}
.quick-links{
    padding: 0 0 0 75px;
}
.resent-post{
    padding: 0 0 0 20px;
}
/* ==== */
.f-left-part{
    float: left;
    font-family: 'open sans', sans-serif;
    font-size: smaller;
}
.f-right-part{
    float: right;
}
.copyright-section .container::after,
.copyright-section .container::before{
content:"";
display:block;
clear:both;
padding: 0 0 0 0;
margin:0 0 0 0 ;
}
.f-right-part li{
display: inline-block;
list-style:none;
font:600 14px 'Open Sans', sans-serif;
padding: 0 0 0 15px;
position: relative;
}
.f-right-part li::after{
    content:"";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #19283d;
}
.f-right-part li:hover::after {
    background-color:#107c10;
}
.f-right-part li a{
    color:#1c2c43;
    text-decoration: none;
    transition:all 0.5s ease;
}
.f-right-part li a:hover{
    color:#107c10;
}
.copyright-section{
    padding:30px 0;
}
.f-left-part p{
    font:600 14px 'Open Sans', sans-serif;
}
footer{
    background-color: #fafafa;
    padding: 55px 0 0 0;
    border-top: 1px solid #e4e4e4;
}
.copyright-section{
    background-color: #fff;
    margin: 35px 0 0 0;
}
.footer-address a{
    text-decoration: none;
    font-weight: 500;
}
.footer-address a:hover{
    color:#107c10;  
}
/* ============ */
.inner-banner .text{
 text-align: center;
}
.inner-banner h2{
    font:700 60px/72px 'Raleway', sans-serif;
    color:#fff;
    padding: 0 0 15px 0;
}
.inner-banner p{
    font:400 14px 'Open Sans', sans-serif;
    color:#fff;
}
/* ===== */
.contact-page form input{
    width: 100%;
    font:500 13px/46px 'Open Sans', sans-serif;
    color:#4a6385;
    border:2px solid #dbdbdb;
    padding: 0 15px 0 25px;
    border-radius: 30px;
    outline: none;
}
.contact-page form input::placeholder{
    color:#4a6385;
}
.contact-page form label{
    font:600 14px/20px 'Open Sans', sans-serif;
    color:#4a6385;
    padding: 0px 0 15px 25px;
}
.contact-page form input[type=submit]{
    width: auto;
    font: 600 15px/50px 'Open Sans', sans-serif;
    color: #fff;
    background-color: #0078d7;
    border: 1px solid #0078d7;
    padding: 0 40px;
    border-radius: 30px;
    transition: all 0.5s ease;
    outline: none;
}
.contact-page form input[type=submit]:hover{
    color: #0078d7;
    background-color: #fff;
    cursor: pointer;
}
.f-name{
    float:left;
    width: 48%;
}
.l-name{
    float:right;
    width: 48%;
}
.name-part::after,
.name-part::before{
    content:"";
    display:block;
    clear:both;
    padding: 0 0 0 0;
    margin:0 0 0 0;
}
.sbmt-btn{
text-align: center;
margin: 15px 0 0 0;
}
.name-part{
    padding:0 0 30px 0;
}
.frm-part .container{
background-color: #fff;
position: relative;
border-radius: 3px;
top:-55px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.contact .heading-section{
    margin: 0 0 50px 0;
}
.contact .sub-heading{
    padding: 10px 0 0 0;
}
.contact .sub-heading::after{
    display:none;
}
.contact_frm form{
    width: 940px;
    margin:0 auto;
}
.contact{
    padding: 40px 0;
}
.contact-page .sub-heading{
    color:#1c2c43;
}
.contact-page .invalid input{
    border-color:#f00;
}
.contact-page .invalid  .wpcf7-not-valid-tip{
display: none;
}
.contact-information h5{
    font:700 24px/35px 'Raleway', sans-serif;
    color:#2f3f54;
    position: relative;
    padding: 20px 0 20px 65px;
    border-right:2px solid #ecf0f5; 
}
.contact-information h5.visit{
    border-right:none; 
}
.contact-information h5 span{
    font:600 14px/25px 'Open Sans', sans-serif;
    color:#1c2c43;
    display: block;
}
.contact-information .call{
    padding: 20px 0 20px 190px;
}
.contact-information .call::after{
    left: 132px;
}
.contact-information .mail{
    padding: 20px 0 20px 80px;
}
.contact-information .mail::after{
    left: 20px;
}
.contact-information h5::after{
    content:"";
    background: url(../images/call.png)no-repeat left center;
    position: absolute;
    top:30px;
    left:5px;
    width: 40px;
    height: 40px;
}
.contact-information h5.mail::after{
    background: url(../images/mail.png)no-repeat left center;
}
.contact-information h5.visit::after{
    background: url(../images/visit.png)no-repeat left center;
}
.contact-information{
    background: #f8f8f8;
    padding:50px 0;
}
.contact-information .heading-section {
    margin: 0 0 45px 0;
}
.merch-match{
    padding: 50px 0 30px 0;
    background-color: #fdfdfd;
}
.merch-match .heading-section{
    text-align: left;
    margin: 0 0 0 0;
}
.merch-match .sub-heading::after{
display: none;
}
.merch-match form input[type=submit]{
    margin: 35px 0 0 0;
}
.match-form{
    float:left;
    width: 55%;
}
.file_upload{
    float:right;
    width: 45%;
    position: relative;
    top: -95px;
}
.match-form-part::after,
.match-form-part::before{
    content:"";
    display: block;
    clear:both;
    padding: 0 0 0 0;
    margin:0 0 0 0;
}
.upload-part{
    width: 300px;
    height: 340px;
    margin: 0 0 0 auto;
    background-color: #f8f8f8;
    border:1px solid #00000087;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.upload-part input[type="file"]{
    border:none;
    height: 35px;
    width: 150px;  
}
.drop-select-file{
    position: relative;
    bottom: -195px;
    left:0;
    right: 0;
    cursor: pointer!important;
}
.drop-select-file::after{
    content:"";
    position: absolute;
    top: -30px;
    left: 0;
    background: url(../images/upload.png)no-repeat center;
    width: 150px;
    height: 50px;
    pointer-events: none;
}
.drop-select-file::after:hover{
    cursor: pointer;
}
.contact-page .upload-part label{
    font:400 18px/25px 'Open Sans', sans-serif;
    color:#1c2c43;
    padding: 40px 0 0 0;
}
.upload-part #file-name {
    position: absolute;
    left: 40%;
    right: 0;
    bottom: 31%;
    font-size: 14px;
}
.upload-file-icon::before{
    content:"";
    background: url(../images/file-upload.png)no-repeat center;
    width: 110px;
    height: 120px;
    position: absolute;
    left: 62%;
    right: 0;
    top: 88px;
}
.frm-part{
    position: relative;
}
.frm-part::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: -190px;
    background: url(../images/contact-bg.jpg)no-repeat bottom left;
    width: 284px;
    height: 300px;
}
.match-your-name{
    padding: 15px 0 30px 0;
}

/* ======== */
@media only screen and (min-width: 1300px) and (max-width: 1370px){
    .mob-design img {
        max-width: 80%;
    } 
}
