@charset "UTF-8";
/*
Theme Name: GeeksPerHour
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("css/bootstrap.min.css");
@import url("css/lightslider.css");

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Satisfy');

@font-face {
    font-family: 'gotham-regular';
    src: url('fonts/GothamPro-Regular.eot');
    src: url('fonts/GothamPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamPro-Regular.woff') format('woff'),
         url('fonts/GothamPro-Regular.woff') format('woff2'),
         url('fonts/GothamPro-Regular.ttf') format('truetype'),
         url('fonts/GothamPro-Regular.svg#WebFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-light';
    src: url('fonts/GothamPro-Light.eot');
    src: url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamPro-Light.woff') format('woff'),
         url('fonts/GothamPro-Light.woff') format('woff2'),
         url('fonts/GothamPro-Light.ttf') format('truetype'),
         url('fonts/GothamPro-Light.svg#WebFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('fonts/GothamPro-Bold.eot');
    src: url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamPro-Bold.woff') format('woff'),
         url('fonts/GothamPro-Bold.woff') format('woff2'),
         url('fonts/GothamPro-Bold.ttf') format('truetype'),
         url('fonts/GothamPro-Bold.svg#WebFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    margin-top: 0 !important;
}

body {
    font-family: 'gotham-light';
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    color: #494949;
    background: #fff;
    word-wrap: break-word;
}

body h1, body h2 {
    font-family: 'gotham-bold';
}

body h3, body h4, body h5, body h6 {
    font-family: 'gotham-regular';
    font-weight: bold;
}

html body, body p {
    font-family: 'gotham-light';
    font-weight: bold;
}

h1 {
    font-size: 32px !important;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.font-bold {
    font-weight: 700;
}

.font-size-medium {
    font-size: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

p {
    margin-bottom: 15px;
    letter-spacing: 0;
}

p:last-child {
    margin-bottom: 0;
}

a, i, button, .btn, i, span, input, select, textarea {
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1173a1;
}

a:hover, a:focus, a:active {
    color: #1173a1;
    outline: none;
}

b, strong {
    font-family: gotham-bold;
}

.site-btn, .btn, body .vc_btn3-container .vc_btn3.vc_btn3-style-modern {
    font-family: 'gotham-regular';
    display: inline-block;
    padding: 8px 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #1173a1;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.6;
    box-shadow: 1px 1px 0 0 rgb(0,0,0,0.3)
}

.site-btn:hover, .site-btn:active, .site-btn:focus, .btn:hover, .btn:active, .btn:focus, body .vc_btn3-container .vc_btn3.vc_btn3-style-modern:hover, body .vc_btn3-container .vc_btn3.vc_btn3-style-modern:active, body .vc_btn3-container .vc_btn3.vc_btn3-style-modern:focus {
    text-decoration: none;
    background: #1173a1;
    color: #fff;
    box-shadow:  none;
    outline: none;
    opacity: 0.8;
}

.site-btn-white {
    background: #fff;
    color: #1173a1;
}

.site-btn-white:hover, .site-btn-white:active, .site-btn-white:focus {
    background: #0f5d82;
    color: #fff;
    opacity: 1;
}

.site-form .field-wrap:after {
    display:  block;
    clear:  both;
    content:  "";
}

.site-form .field-wrap {
    margin: 0 -10px;
}

.site-form label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    min-height: 24px;
    margin-top: 0;
    text-transform: none;
}

.field-div label + br {
    display: none;
}

.site-form .field-div {
    padding: 0 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px !important;
}

.field-notice {
    margin-top:  10px;
    font-size:  15px;
}

body input[type="text"], body textarea, body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="url"], body input[type="search"], body input[type="date"], body input[type="password"], body input[type="number"], body select, body input[type="file"] {
    height: 40px;
    padding: 5px 0 5px 10px;
    border: none;
    border-radius: 4px;
    width: 100%;
    margin: 0 0 15px 0;
    color: #444;
    box-shadow: none;
    font-size: 14px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    background: #fff;
    padding: 0 0 0 10px;
    font-weight: 600;
}

body input[type="text"]:focus, body textarea:focus, body input[type="email"]:focus, body input[type="password"]:focus, body input[type="tel"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="date"]:focus, body input[type="password"]:focus, body input[type="number"]:focus, body select:focus, body input[type="file"]:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

body textarea {
    height: 80px;
    padding-top: 7px;
}

body input[type="submit"], body button {
    font-family: 'gotham-regular';
    display: inline-block;
    padding: 8px 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #1173a1;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.6;
    box-shadow: 1px 1px 0 0 rgb(0,0,0,0.3);
}

body input[type="submit"]:hover, body input[type="submit"]:focus, body button:hover, body  button:focus {
    text-decoration: none;
    background: #1173a1;
    color: #fff;
    box-shadow: none;
    outline: none;
    opacity: 0.8;
}

.mb-60{margin-bottom:60px}
.mb-55{margin-bottom:55px}
.mb-50{margin-bottom:50px}
.mb-45{margin-bottom:45px}
.mb-40{margin-bottom:40px}
.mb-35{margin-bottom:35px}
.mb-30{margin-bottom:30px}
.mb-25{margin-bottom:25px}
.mb-20{margin-bottom:20px}
.mb-15{margin-bottom:15px}
.mb-10{margin-bottom:10px}
.mb-5{margin-bottom:5px}
.mb-0{margin-bottom:0}
.mt-60{margin-top:60px}
.mt-55{margin-top:55px}
.mt-50{margin-top:50px}
.mt-45{margin-top:45px}
.mt-40{margin-top:40px}
.mt-35{margin-top:35px}
.mt-30{margin-top:30px}
.mt-25{margin-top:25px}
.mt-20{margin-top:20px}
.mt-15{margin-top:15px}
.mt-10{margin-top:10px}
.mt-5{margin-top:5px}
.mt-0{margin-top:0}
.pb-60{padding-bottom:60px}
.pb-55{padding-bottom:55px}
.pb-50{padding-bottom:50px}
.pb-45{padding-bottom:45px}
.pb-40{padding-bottom:40px}
.pb-35{padding-bottom:35px}
.pb-30{padding-bottom:30px}
.pb-25{padding-bottom:25px}
.pb-20{padding-bottom:20px}
.pb-15{padding-bottom:15px}
.pb-10{padding-bottom:10px}
.pb-5{padding-bottom:5px}
.pb-0{padding-bottom:0}
.pt-60{padding-top:60px}
.pt-55{padding-top:55px}
.pt-50{padding-top:50px}
.pt-45{padding-top:45px}
.pt-40{padding-top:40px}
.pt-35{padding-top:35px}
.pt-30{padding-top:30px}
.pt-25{padding-top:25px}
.pt-20{padding-top:20px}
.pt-15{padding-top:15px}
.pt-10{padding-top:10px}
.pt-5{padding-top:5px}
.pt-0{padding-top:0}

body ul {
    margin-bottom: 15px;
}

body ul li {
    margin-bottom: 6px;
}

.widget {
    margin-bottom: 35px;
}

.widget-title {
    margin: 0 0 16px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li {
    display: block;
    margin-bottom: 7px;
}

.widget ul li a {
    display: inline-block;
    color: #767676;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

h2.vc_custom_heading, h1.vc_custom_heading, body .entry-title, .content-section-heading {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 30px;
}

body .vc_col-has-fill>.vc_column-inner, body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

body .wpb_button, body .wpb_content_element, body .wpb-js-composer .vc_tta-container {
    margin-bottom: 30px;
}

header.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    margin-bottom: 0;
}

.content-section {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
}

.home .content-section {
    padding-top: 0;
    background: #fff;
    padding-bottom: 0;
}

.logo-div {
    float: left;
    width: 20%;
    padding-right: 15px;
    margin: 15px 0;
}

.main-header #site-navigation {
    float: right;
    width: 80%;
    text-align: right;
}

.main-header #site-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.main-header #site-navigation ul li {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}

.main-header #site-navigation ul li a {
    padding: 26px 14px;
    display: block;
    text-decoration: none;
    color: #494949;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.main-header #site-navigation ul li a:hover {
    color: #1173a1;
}

.main-header #site-navigation ul li.highlight-link a {
    background: #1173a1;
    color: #fff;
    padding: 6px 12px;
    margin: 0 14px;
    border-radius: 3px;
}

.main-header #site-navigation ul li.highlight-link a:hover {
    opacity: 0.8;
}

.home .entry-header {
    display: none;
}

.home-slider-form {
    max-width: 405px;
    background: rgba(255,255,255,0.7);
    padding: 25px;
    box-shadow: -10px 10px rgba(0,0,0,0.05);
    margin: 25px 0;
}

.home-slider-form h3 {
    margin: 0 0 15px 0;
    color: #1173a1;
    font-size: 30px;
    font-family: gotham-bold;
    line-height: 1.2;
    text-align: center;
}

.home-slider-form input {
    width: 100%;
    height: 50px;
    padding: 0 0 0 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #494949;
    outline: none;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    border: none;
    margin-bottom: 15px;
    background: rgba(0,0,0,0.1)
}

.home-slider-form input[type="submit"] {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.hiw-row .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

body .hiw-col {
    width: 20%;
    padding: 0;
    text-align: center;
}

.hiw-col > .vc_column-inner {
    padding: 15px !important;
    background: #f7f7f7;
    min-height: 285px;
    margin-top: 20px;
    border: 1px solid #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    position: relative;
    margin-bottom: 30px;
}

.hiw-col > .vc_column-inner:before {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -24px 0 0 -18px;
    border-radius: 50%;
    display: block;
    color: rgba(0,0,0,0.1);
    font-size: 48px;
    font-family: 'gotham-bold';
    line-height: 1;
    width: 36px;
    text-align: center;
}

.hiw-col:first-child .vc_column-inner {
    margin-left: 0;
}

.hiw-col:first-child .vc_column-inner:before {
    content: "1";
}

.hiw-col:nth-child(2) .vc_column-inner:before {
    content: "2";
}

.hiw-col:nth-child(3) .vc_column-inner:before {
    content: "3";
}

.hiw-col:nth-child(4) .vc_column-inner:before {
    content: "4";
}

.hiw-col:nth-child(5) .vc_column-inner:before {
    content: "5";
}

.hiw-row .vc_icon_element.vc_icon_element-outer {
    margin-bottom: 15px;
    color: #1173a1;
    margin-top: 20px;
}

.hiw-col h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.browse-tags a {
    display: inline-block;
    font-size: 13px;
    background: #eee;
    padding: 7px 8px;
    margin: 4px 4px;
    border-radius: 3px;
    color: #494949;
    box-shadow: 1px 1px 0 0 rgb(0,0,0,0.15);
}

.browse-tags a:hover {
    border-color: #1173a1;
    text-decoration: none;
}

.browse-tags br {
    display: none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 16px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    background: #fff;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #494949;
}

body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #f7f7f7;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    font-size: 14px;
}

.counter-row .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    color: #155e92;
    margin-bottom: 15px;
}

.counter-row h3.vc_custom_heading {
    color: #fff;
    font-family: 'gotham-bold';
    font-size: 32px;
}

.counter-row h5.vc_custom_heading {
    margin-bottom: 0;
    color: #fff;
}

.testi-quote-icon .fa {
    font-size: 0;
    display: block;
    margin-bottom: 15px;
    color: #e4e4e4;
}

.testi-quote-icon .fa:before {
    font-size: 60px;
}

.testi-quote-text {
    font-size: 18px;
    margin: 15px 0 20px 0;
    font-family: gotham-light;
    padding-left: 30px;
}

.testi-quote-author {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.testi-quote-designation {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.7;
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.main-footer {
    background: #222;
    padding: 50px 0 0 0;
    color: #767676;
}

.main-footer > .container {
    margin-bottom: 15px;
}

body .tp_recent_tweets li {
    padding-bottom: 0;
    margin-bottom: 0;
}

.copy-footer {
    background: #2c2c2c;
    padding: 15px 0;
    color: aliceblue;
}

.copy-footer .site-info, .copy-footer .site-info a {
    color: #adadad;
}

.footer-social {
    text-align: right;
    font-size: 0;
    margin-top: -10px;
}

.footer-social br {
    display: none;
}

.footer-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.1);
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.footer-social a i:before {
    font-size: 14px;
    display: block;
    line-height: 34px;
}

.secure-img {
    float: right;
    font-size: 0;
    height: 43px;
    width: 73px;
    background: url(images/secure-img-new.png) no-repeat left top;
    background-size: 72px;
    margin-left: 10px;
    margin-top: 5px;
}

.main-footer #text-3 {
    margin-bottom: 0;
}

.step-section:first-child {
    margin-top: 40px;
}

.step-section .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.step-section > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
    margin-bottom: 50px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

.step-section:nth-of-type(1) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: 250px;
}

.step-section:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: 200px;
}

.step-section:nth-of-type(5) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: 150px;
}

.step-section:nth-of-type(7) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: 100px;
}

.step-section:nth-of-type(9) > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin-right: 50px;
}

.step-section > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "";
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 0;
    position: absolute;
    right: -40px;
    top: 0;
    color: rgba(0,0,0,0.1);
}

.vc_row.wpb_row.step-section {
    overflow: visible;
}

.step-section:nth-of-type(1) > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "\f109";
}

.step-section:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "\f0d6";
}

.step-section:nth-of-type(5) > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "\f046";
}

.step-section:nth-of-type(7) > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "\f086";
}

.step-section:nth-of-type(9) > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    content: "\f164";
}

.pricing-table {
    margin: 0 -15px;
    font-size: 0;
}

.home .pricing-col {
    margin-bottom: 0;
}

.pricing-col {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 45px;
}

.pricing-col-inner {
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

.highlight-col .pricing-col-inner {
    box-shadow: -10px 10px rgba(0,0,0,0.05);
}

.pricing-col h3 {
    font-family: 'gotham-bold';
    font-size: 24px;
}

.pricing-total {
    font-family: 'gotham-bold';
    font-size: 32px;
    padding: 30px 0;
    line-height: 1.1;
    color: rgba(0,0,0,0.4);
}

.highlight-col .pricing-total {
    color: #81a5be;
}

.pricing-points {
    clear: both;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    width: 85%;
}

.pricing-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-points ul li {
    position: relative;
}

.pricing-points ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 14px;
    color: #81a5be;
}

.pricing-btn a {
    font-family: 'gotham-regular';
    display: inline-block;
    padding: 8px 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #1173a1;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.6;
    box-shadow: 1px 1px 0 0 rgb(0,0,0,0.3);
}

.pricing-btn a:hover {
    text-decoration: none;
    background: #1173a1;
    color: #fff;
    box-shadow:  none;
    outline: none;
    opacity: 0.8;
}

.why-geeks-row {
    text-align: center;
}

.why-geeks-row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    color: #1173a1;
}

.why-geeks-row .vc_icon_element.vc_icon_element-outer {
    margin-bottom: 15px;
}

.tech-logos .wpb_gallery_slides.wpb_image_grid ul {
    height: auto !important;
    font-size: 0;
}

.tech-logos .wpb_gallery_slides.wpb_image_grid li.isotope-item {
    width: 20%;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
    padding: 15px 3%;
    clear: none;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.contact-icons {
    text-align: center;
}

.contact-icons .wpb_text_column.wpb_content_element {
    font-size: 18px;
}

.contact-icons .wpb_text_column.wpb_content_element a {
    color: #494949;
}

.contact-icons .vc_icon_element.vc_icon_element-outer {
    margin-bottom: 15px;
}

.contact-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    padding: 20px;
    background: #1173a1;
    border-radius: 50%;
    color: #f7f7f7;
    font-size: 10px;
}

.wpcf7-form .wpcf7-response-output {
    margin: 15px 0;
    border: 1px solid;
    padding: 15px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    background: #ffdcdc;
    color: #cc0f0f;
    border-color: #e9a7a7;
}
body .wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #cc0f0f;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #d2fff4;
    color: #15c39a;
    border-color: #a7ded1;
}

.hire-template h1.entry-title {
    display: none;
}

.hire-template .hire-banner-title h1.entry-title {
    display: block;
}

.hire-template .content-section .entry-content h2:not(.vc_custom_heading) {
    margin-top: 25px;
    font-size: 24px;
}

.hire-template .content-section .entry-content h3:not(.vc_custom_heading) {
    font-family: 'gotham-bold';
}

.hire-template .content-section .entry-content h2:not(.vc_custom_heading):first-child {
    margin-top: 0;
}

.hire-template .content-section .entry-content h2:not(.vc_custom_heading).title-heading-left {
    margin-top: 25px;
}

.hire-template .content-section .entry-content .fusion-title:first-child h2.title-heading-left {
    margin-top: 0;
}

.hire-template .content-section {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.hire-banner {
    background: #1173a1;
    padding: 0;
    text-align: left;
    font-family: 'gotham-light';
    font-weight: bold;
    color: #fff;
    position: relative;
}

.hire-banner .container {
    display: table;
}

.hire-banner-right {
    display: table-cell;
    width: 48%;
    vertical-align: middle;
}

.hire-banner-left {
    display: table-cell;
    width: 52%;
    vertical-align: middle;
    padding: 20px;
    padding-left: 0;
}

.hire-logo-title:after {
    display: block;
    clear: both;
    content: "";
}

.hire-logo-title {
    font-size: 0;
    margin-bottom: 5px;
    display: inline-block;
}

.hire-banner-title h1 {
    line-height: 1.4;
    margin: 0;
}

.hire-banner-logo {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin-right: 20px;
}

.hire-banner-title {
    display: inline-block;
    vertical-align: middle;
}

.hire-banner-desc {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 30px 0;
    font-family: 'gotham-light';
    font-weight: bold;
    opacity: 0.7;
}

.hire-banner-btn > .site-btn {
    font-size: 20px;
    padding: 12px 24px;
    font-family: gotham-bold;
    line-height: 1.4;
}

.hire-money-back {
    display: block;
    vertical-align: bottom;
    font-style: italic;
    opacity: 0.7;
    font-size: 14px;
    margin-top: 8px;
}

.hire-banner-video {
    display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.post-job-panel {
    background: #1173a1;
    padding: 50px 0 20px 0;
    color: #fff;
}

.post-job-panel-left {
    float: left;
    margin-bottom: 25px;
}

.post-job-panel-left h5 {
    font-size: 28px;
    font-family: 'gotham-bold';
    line-height: 1.2;
}

.post-job-panel-left h6 {
    margin-bottom: 0;
    color: rgba(255,255,255,0.8);
}

.post-job-panel-right {
    float: right;
    margin-bottom: 20px;
}

.post-job-panel-right .site-btn {
    background: #fff;
    color: #1173a1;
    padding: 12px 20px;
    font-size: 24px;
    font-family: 'gotham-bold';
    letter-spacing: 0;
    min-width: 260px;
}

.post-job-panel-right .site-btn:hover, .post-job-panel-right .site-btn:focus {
    background: rgba(0,0,0,0.1);
    color: #fff;
    opacity: 1;
}

.hire-content-left {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hire-content-wrap {
    clear: both;
}

.hire-sidebar {
    padding: 40px 30px;
}

.hire-widget {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.hire-widget h4 {
    font-family: 'gotham-bold';
    font-size: 24px;
    margin-bottom: 15px;
    color: #1173a1;
}

.hire-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hire-review-text {
    position: relative;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    box-shadow: 7px 7px rgba(0,0,0,0.08);
    margin-bottom: 15px;
}

.hire-review h5 {
    text-align: right;
    font-size: 16px;
    margin-bottom: 0;
}

.hire-jobs-widget h5 a {
    color: #494949;
}

.post-job-template .content-section {
    background: #fff;
    text-align: center;
}

.post-job-title {
    background: #1173a1;
    padding: 50px 50px 160px 50px;
    margin-top: -40px;
    color: #fff;
}

.post-job-title h5 {
    margin-bottom: 0;
}

.post-job-content {
    max-width: 767px;
    margin: 0 auto;
}

.post-job-form {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    background: #fff;
    text-align: left;
    margin-top: -115px;
    border: 1px solid #ddd;
}

.post-job-form input[type="text"], .post-job-form textarea, .post-job-form input[type="email"], .post-job-form input[type="password"], .post-job-form input[type="tel"], .post-job-form input[type="url"], .post-job-form input[type="search"], .post-job-form input[type="date"], .post-job-form input[type="password"], .post-job-form input[type="number"], .post-job-form select, .post-job-form input[type="file"] {
    background: #eee;
}

.post-job-safe-pay {
    text-align: right;
    margin-top: 15px;
}

.post-job-paypal-logo {
    margin-right: 15px;
    margin-left: 10px;
}

.post-job-secure-logo {
    width: 70px;
    display: inline-block;
}

.post-job-template .footer-post-job-panel {
    display: none;
}

.post-article {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}

h2.post-article-title {
    font-size: 24px;
}

.post-article-title a {
    color: #494949;
    text-decoration: none;
}

.screen-reader-text {
    display: none;
}

.nav-links > .page-numbers {
    background: #ddd;
    display: inline-block;
    padding: 7px;
    line-height: 1;
    border-radius: 3px;
    min-width: 25px;
    text-align: center;
    color: #494949;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: top;
}

.nav-links > .page-numbers.next > span, .nav-links > .page-numbers.prev > span, .nav-links > .page-numbers.next > svg, .nav-links > .page-numbers.prev > svg {
    display: none;
}

.nav-links > .page-numbers.next:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    line-height: 0.7;
}

.nav-links > .page-numbers.prev:before {
    content: "\f104";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    line-height: 0.7;
}

.nav-links > .page-numbers:hover, .nav-links > .page-numbers:focus, .nav-links > .page-numbers:active {
    text-decoration: none;
}

.navigation.pagination {
    display: block;
    margin: 0;
    text-align: right;
}

.single h1.entry-title {
    text-align: center;
}

.single .nav-links {
    display: none;
}

.single article.post {
    margin-bottom: 50px;
}

.single .entry-meta {
    display: none;
}

figure.post-thumbnail {
    margin: 0 auto;
    max-width: 767px;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
}

.single .entry-content, div#comments {
    margin: 0 auto;
    max-width: 767px;
    background: #fff;
    padding: 15px;
}

div#comments textarea#comment {
    background: #f7f7f7;
    margin-bottom: 0;
}

div#comments .form-submit {
    margin-bottom: 0;
}

.team-template h1.entry-title {
    display: none;
}

.team-template h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.our-team-img-row .vc_parallax-inner {
    background-attachment: fixed !important;
    -moz-background-attachment: fixed !important;
    -webkit-background-attachment: fixed !important;
}

.team-row h3.vc_custom_heading {
    font-size: 54px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'gotham-bold';
}

.team-member-col {
    text-align: left;
}

.team-member-col .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.team-member-col > .vc_column-inner > .wpb_wrapper {
    text-align: center;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    display: inline-block;
}

.team-member-col .wpb_single_image {
    margin-bottom: 15px;
}

.team-member-col .vc_single_image-img {
    max-width: 300px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.team-member-col > .vc_column-inner > .wpb_wrapper:hover .vc_single_image-img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.team-member-col h5 {
    margin-bottom: 5px;
}

.team-member-col h6 {
    opacity: 0.7;
}

.reviews-text-row .wpb_text_column {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: -7px 7px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.reviews-text-row .wpb_text_column h5 {
    font-size: 16px;
}

.reviews-text-row .wpb_text_column h5 em {
    font-style: normal;
    opacity: 0.5;
    display: block;
    font-size: 15px;
}

.grid-gallery .wpb_gallery_slides .wpb_image_grid_ul {
    height: auto !important;
    font-size: 0;
    text-align: center;
}

.grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none;
    display: inline-block;
    margin: 10px;
}

.grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item a {
    position: relative;
    display: block;
    padding: 15px;
    width: 200px;
    height: 130px;
    border: 1px solid #ddd;
}

.grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item a:hover, .grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item a:focus {
    border: 1px solid #1173a1;
}

.grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 170px;
    max-height: 100px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
}

.msg-panel {
    background: #e2fbe9;
    box-shadow: 1px 1px 0 0 rgb(0,0,0,0.2);
    color: #4d9460;
    padding: 10px;
    margin-bottom: 35px;
    border-radius: 3px;
}

.msg-panel.error-msg-panel {
    background: #efd6d6;
    color: #ab1a1a;
}

.talent-page .vc_row {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.talent-page .vc_row h3 {
    font-size: 28px;
    font-family: gotham-bold;
}

.talent-page .vc_row p {
    margin-bottom: 10px;
}

.talent-page .vc_row p a {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    color: #494949;
    text-decoration: none;
    transition: none;
}

.talent-page .vc_row p a:hover, .talent-page .vc_row p a:focus {
    border-color: #b7c9d2;
    color: #1173a1;
}

#job-search-form {
    margin-bottom: 35px;
}

#job-search-form table {
    width: 100%;
}

#job-search-form table .jobs-search-field {
    width: 100%;
    padding-right: 15px;
}

#job-search-form input#q {
    margin-bottom: 0;
    border: 1px solid #ddd;
}

ul.share-buttons {
    font-size: 0;
    list-style: none;
    margin: -5px;
    padding: 0;
    margin-bottom: 10px;
}

ul.share-buttons li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

body .pagination {
    display: block;
    margin: 0;
    text-align: right;
}

body .pagination a, body .pagination .current, body .pagination .disabled {
    background: #ddd;
    display: inline-block;
    padding: 7px;
    line-height: 1;
    border-radius: 3px;
    min-width: 25px;
    text-align: center;
    color: #494949;
    font-size: 14px;
    margin: 0 3px;
    vertical-align: top;
}

body .pagination a:hover {
    text-decoration: none;
}

body .pagination .disabled {
    opacity: 0.5;
    cursor: no-drop;
}

body .pagination .prev, body .pagination .next {
    font-size: 0;
}

body .pagination .prev:before {
    content: "\f104";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    line-height: 0.7;
}

body .pagination .next:before {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
    line-height: 0.7;
}

.hire-img-text-grid .wpb_single_image .vc_single_image-wrapper {
    height: 150px;
    position: relative;
    display: block;
    border: 1px solid #ddd;
}

.hire-img-text-grid .wpb_single_image .vc_figure {
    display: block;
}

.hire-img-text-grid .wpb_single_image .vc_single_image-wrapper > img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 15px;
}

.full-stack-services-grid .wpb_column .vc_column-inner {
    padding: 0;
}

.full-stack-services-grid .wpb_column .vc_column-inner .vc_custom_heading {
    font-family: 'gotham-bold';
    margin: 0;
    font-size: 25px;
}

.full-stack-services-grid .wpb_column .vc_column-inner .vc_custom_heading a {
    background: rgb(17, 115, 161);
    padding: 40px 15px;
    display: block;
}

.full-stack-services-grid .wpb_column:nth-child(2) .vc_column-inner .vc_custom_heading a {
    background: rgba(17, 115, 161, 0.95);
}

.full-stack-services-grid .wpb_column:nth-child(3) .vc_column-inner .vc_custom_heading a {
    background: rgba(17, 115, 161, 0.9);
}

.full-stack-services-grid .wpb_column:nth-child(4) .vc_column-inner .vc_custom_heading a {
    background: rgba(17, 115, 161, 0.85);
}

.full-stack-services-grid .wpb_column:nth-child(5) .vc_column-inner .vc_custom_heading a {
    background: rgba(17, 115, 161, 0.8);
}

.full-stack-services-grid .wpb_column:nth-child(6) .vc_column-inner .vc_custom_heading a {
    background: rgba(17, 115, 161, 0.75);
}

.team-col > img {
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    border-bottom: none;
}

.team-col {
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    min-height: 485px;
}

.team-col h3 {
    margin-bottom: 5px;
    font-family: 'gotham-regular' !important;
}

.team-col h4 {
    font-size: 16px;
    opacity: 0.7;
}

.team-col h5 {
    font-size: 14px;
    font-style: italic;
    opacity: 0.4;
    margin-bottom: 0;
}

.team-section .site-btn {
    font-size: 20px;
    padding: 12px 26px;
}

.hire-hiw-row {
    font-size: 0;
}

.hire-hiw-col {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
}

.hire-hiw-col-inner {
    padding: 15px;
    background: #f7f7f7;
    min-height: 285px;
    margin-top: 20px;
    border: 1px solid #fff;
    position: relative;
}

.hire-hiw-no {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -24px 0 0 -18px;
    border-radius: 50%;
    display: block;
    color: rgba(0,0,0,0.1);
    font-size: 48px;
    font-family: 'gotham-bold';
    line-height: 1;
    width: 36px;
    text-align: center;
}

.hire-hiw-icon {
    margin-bottom: 15px;
    color: #1173a1;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
}

.hire-hiw-icon > .fa {
    font-size: 40px;
    line-height: 60px;
}

.hire-hiw-col h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.vc_row.wpb_row.our-team-img-row {
    background-position: center bottom !important;
}

.offer-banner-section {
    background: linear-gradient(to right, #22759c, #1aa5e6);
    padding: 15px;
    border: dashed 1px #000;
}

.offer-banner-section h2.vc_custom_heading {
    margin-bottom: 10px;
    text-shadow: 3px 3px 0px rgba(255,255,255,0.1);
}

.offer-banner-section p.vc_custom_heading {
    font-style: italic;
}

.offer-banner-section h3.vc_custom_heading {
    font-size: 36px;
    color: #f6f6f7;
    font-family: 'gotham-bold';
    text-shadow: 3px 3px 0px rgba(255,255,255,0.1);
}
.pricing-table {
    display: flex;
    flex-wrap: wrap;
}

/* task style dhiraj */
.page-id-9527 .content-section {
    padding-top: 0px!important;
}
div#gph_service h2.vc_custom_heading {
    margin-bottom: 0px!important;
}

div#gph_service .vc_general.vc_cta3 {
    padding: 10px!important;
}
h2.vc_custom_heading.gph_title {
    font-family: 'gotham-bold';
    font-size: 30px;
    color: #1d252d;
    line-height: 48px;
    text-align: left;
    margin-bottom:15px!important;
}
.wpb_text_column.wpb_content_element.gph-info p {
   color: #1d252d;
    font-size: 16px;
    border-left: 5px solid #1173a1!important;
    padding-left: 15px!important;
    font-family: 'gotham-light';
}
.wpb_text_column.wpb_content_element.gph_p {
    color: #1d252d;
    font-size: 16px;
    padding: 5px 15px!important;
}
.gph_shadow.wpb_column.vc_column_container.vc_col-sm-4 {
    border: solid 1px #f9f9f9;
    background:#f7f7f7;
    padding: 20px 0px!important;
    box-shadow: 0 0px 1px 1px rgb(12 0 46 / 12%);
}
.p_20 .wpb_column.vc_column_container.vc_col-sm-4{
    padding:20px 0px;
}
.vc_row.wpb_row.vc_row-fluid.b_shadow .vc_color-blue.vc_message_box-3d {
    box-shadow: 0px 5px 0px #1173a1;
}
.vc_row.wpb_row.vc_row-fluid.b_shadow .vc_color-blue.vc_message_box .vc_message_box-icon {
    color: #b1740f;
}
.b_shadow .vc_color-blue.vc_message_box {
    color: #1d252d!important;
}
.vc_toggle_title i.vc_toggle_icon {
    border-color: #B1740F!important;
}
.vc_toggle_title i.vc_toggle_icon:hover{
   border-color: #1173A1!important;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon::before {
    background-color:#B1740F!important;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon::after{
    background-color:#B1740F!important;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #1173A1!important;
}
.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after{
    background-color: #1173A1!important;    
}
.testi-quote-icon .testi-quote-icon .fa {
    color: rgb(177,116, 15 / 50%);
}
.scroll_info{
    height:400px;
    overflow-y:auto;
    
    
}

.scroll_list {
    padding: 20px 15px;
    background: #FFF;
    margin: 10px 10px 20px 10px;
    border-left: 7px solid rgb(177 116 15 / 100%);
    border-radius: 6px;
    box-shadow: 1px 0px 3px 0px rgb(17 115 161);
}


.scroll_list h3 {
    color: #1173a1;
}
.scroll_info::-webkit-scrollbar {
  width: 5px;

}
.scroll_info{
      scrollbar-width: thin;
 scrollbar-color:red!important;
}
.scroll_info::-webkit-scrollbar-track {
  background: #1173a129;
}
.scroll_info::-webkit-scrollbar-thumb {
  background-color: rgb(163 108 16);
  border-radius: 5px;
   border-top:5px solid #f7f7f7;
   border-bottom:5px solid #f7f7f7;
   
}
 div#client_video iframe {
    border: solid 10px #fff;
    box-shadow: 0 0 5px 0px #777;
}

/* end task style dhiraj */

/************new home page css start *****************/
body.page-template-default.page.page-id-12188 header.entry-header{
    display: none;
}
body.page-template-default.page.page-id-12188 .content-section{
    padding-top: 0px;
}
.hero-text h1 {
    font-size: 36px !important;
    color: #1173A1;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
    background-image: url(/wp-content/uploads/2022/04/top-text-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.hero-text p {
    font-size: 18px;
}
.hero-btn .btn {
    min-width: 230px;
    margin-bottom: 15px !important;
    padding: 15px 20px;
    border-radius: 0;
    margin-right: 30px;
    position: relative;
}
.hero-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10%;
    position: relative;
}
.hero-btn .btn-dark {
    background: #000;
}
.hero-btn .btn-light {
    background: #fff;
    color: #000;
}
#top-hero-section {
    background-position: bottom !important;
}
.icon-img {
    position: absolute;
    right: -25px;
    top: 0;
}
.icon-img img {
    height: 54px;
}
.freelancers-box {
    background: #fff;
    position: absolute;
    box-shadow: 0px 4px 32px 19px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 20px;
    right: 0;
}
.freelance-icon {
    display: flex;
    justify-content: center;
}
.fl-icon-img {
    max-width: 100%;
    height: auto;
    margin-right: -20px;
}
.fl-no {
    height: 45px;
    width: 45px;
    background: #1173a1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.congrats-box {
    background: #fff;
    position: absolute;
    z-index: 9;
    bottom: 180px;
    padding: 15px;
    display: flex;
    left: -75px;
}
.mgs-icon {
    margin-right: 14px;
}
.congrats-text h5 {
    margin-bottom: 0;
}
.congrats-text {
    text-align: center;
}
.text-primary {
    color: #1173a1 !important;
}
.vc_row.wpb_row.vc_row-fluid.dev-section {
    background-position: top !important;
}
.card-box.wpb_column .vc_column-inner .wpb_wrapper {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 0px 32px rgba(17, 115, 161, 0.1);
    position: relative;
}
.card-box.wpb_column .vc_column-inner .wpb_text_column .wpb_wrapper {
    padding: 0px;
    box-shadow: none;
}
.vc_row.wpb_row.vc_inner.popular-plan-row {
    margin-left: 15%;
    padding: 25px 10px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 15%);
}
.pricing-plan-content {
    text-align: center;
}
.pricing-plan-content .pricing-points{
    width: auto;
}
.pricing-plan-content .pricing-points ul {
    list-style: disc;
    padding-left: 20px;
}
.pricing-plan-content .pricing-points ul li:before{
    display: none;
}
.pricing-plan-content .pricing-perhour {
    margin-bottom: 10px;
}
.pricing-plan-content .pricing-btn a {
    display: block;
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 1px solid #1173a1;
    box-shadow: none;
}
.pricing-plan-content .pricing-points {
    width: auto;
    min-height: 140px;
}
.vc_row.wpb_row.review-row-section {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
    position: relative;
    margin: 0px 7%;
    padding: 50px 50px 10px 50px;
}
.vc_btn3-container.btn-full-black {
    margin: 0px 10%;
}
.testimonial-content .testi-quote-text {
    padding-left: 0px;
    font-size: 14px;
}
.testimonial-content .testi-quote-author {
    color: #1173a1;
}
.testimonial-content .testi-quote-designation {
    color: #a7c5d2;
}
.btn-block .btn-black {
    display: block;
    margin: auto;
    background: #000;
    border-radius: 0;
}
.wpb_single_image.right-top-img figure.wpb_wrapper {
    padding: 0 !important;
    box-shadow: none !important;
    position: absolute !important;
    right: 0;
    z-index: 1;
    top: 0;
}
.single-img-right .vc_column-inner .wpb_wrapper {
    box-shadow: none !important;
    padding: 0px !important;
    background: transparent !important;
}
.wpb_single_image.proffision-right-img img.vc_single_image-img {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 550px;
}
.professional-card .vc_column-inner .wpb_wrapper {
    margin-left: 8%;
}
.professional-card .vc_column-inner .wpb_text_column .wpb_wrapper {
    margin-left: 0%;
}
.more-content-list ol {
    padding-left: 15px;
    margin-bottom: 25px;
}
.more-content-list a.btn.btn-black {
    width: 50%;
    margin-right: auto !important;
    margin: inherit;
}
.page-template-default.page.page-id-12188 .post-job-panel {
    display: none;
}
.page-template-default.page.page-id-12188 .content-section{
    padding-bottom: 0px !important;
}
.post-job-btn .site-btn {
    background: #fff;
    color: #000;
    width: 50%;
    padding: 14px 10px !important;
}
.page-template-default.page.page-id-12188 .copy-footer {
    background: rgba(0,0,0,0.2);
    padding: 15px 0;
    color: aliceblue;
    padding-top: 30px;
}
.page-template-default.page.page-id-12188 .main-footer {
    background: transparent;
    color: #fff;
    background-image: url(/wp-content/uploads/2022/04/footer-bg.png);
    padding-top: 70px;
    background-position: left;
}
.page-template-default.page.page-id-12188 .widget ul li a {
    color: #fff;
}
.page-template-default.page.page-id-12188 .tp_recent_tweets .twitter_time{
    color: #fff;
}
.faq-toggle-section .vc_toggle_title {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
    padding: 10px;
    color: #1173A1;
}
.faq-toggle-section .vc_toggle_active {
    border: 2px solid #1173a1;
    background: #fff;
}
.faq-toggle-section .vc_toggle_active .vc_toggle_title {
    background: #1173a1;
    color: #fff;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after, i.vc_toggle_icon{
    display: none !important;
}
.faq-toggle-section .vc_toggle_title {
    position: relative;
}
.faq-toggle-section .vc_toggle_title:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 12px;
    background-image: url(/wp-content/uploads/2022/04/arrow-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.faq-toggle-section .vc_toggle_active .vc_toggle_title::after {
    transform: rotate(180deg);
}
.communication-box {
    background: #fff;
    padding: 35px;
    box-shadow: 0px 0px 32px rgba(17, 115, 161, 0.1);
    position: relative;
    margin: 0px 20px;
}
.communication-box img {
    position: absolute;
    top: -15px;
    left: 15px;
    height: 35px;
}
.communication-box h4 {
    text-align: center;
    color: #1173a1;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.communication-box:after {
    content: '';
    left: -16px;
    bottom: 0px;
    position: absolute;
    border: 20px solid transparent;
    width: 40px;
    border-bottom: 28px solid #fff;
    border-radius: 0;
}
.user-img {
    margin-top: 20px;
}
.slide-text .vc_column-inner .wpb_wrapper {
    padding: 20px;
}
.slide-text .vc_column-inner .wpb_content_element .wpb_wrapper {
    padding: 0;
}
.slider-text h2 {
    color: #1173a1 !important;
}
div#sample_slider button.owl-dot{
        box-shadow: none !important;
}
div#sample_slider .sa_owl_theme .owl-dots .owl-dot span{
    background-color: rgb(202 219 226) !important;
}
.sa_owl_theme .owl-dots .owl-dot span:hover, .sa_owl_theme .owl-dot.active span {
    background-color: rgb(17 115 161) !important;
}
/*Begin::New Home page design */

.hero-section {
background-image: linear-gradient(314deg, #06374E 0% , #1173A1 100% ) !important;
}

.hero-title h1 {
    font-size: 56px !important;
    color: #fff;
}
.heading-section h2 {
    font-size: 52px !important;
}
.heading-section {
    margin-bottom: 10px !important;
}
 .orange{
    color:#EB594D;
}
.blue{
    color:#1173A1;
}
.post-btn button {
   background-color: #eb594d !important;
    color: #ffffff;
    width: 340px;
    border-radius: 50px !important;
    border: 2px solid #dfdfdf !important;
    font-size: 20px !important;
    text-transform: uppercase;
    height: 60px;
}
.post-card,
.post-card-active{
    background: #F8FDFF;
}

.post-card:hover,
.post-card-active{
    background: #EDF9FF;
}
.post-card:before,
.post-card-active:before {
    content: "";
    width: 0;
    height: 3px;
    background:#EB594D;
    background: linear-gradient(90deg, #1173a1, #EB594D);
    position: absolute;
    left: 0;
    top: 0;
    transition:all 0.3s ease-out;
}
.post-card-active:before {
    width: 100%;
}
.post-card:hover:before {
    width:100%;
  
}

.title-post-section h3 {
    font-size: 38px !important;
}

.post-form form {
    display: flex
    ;gap: 1rem;
    justify-content: center;
    align-items: center
    ;margin-bottom: 0;
}

.post-form {
    padding: 3% 2%;
    background-image: linear-gradient(129deg, rgba(17, 115, 161, 0.15) 0%, rgba(235, 89, 77, 0.15) 100%) !important;
    border-radius:8px
}

button.post-submit {
    background-color:#eb594d;
    box-shadow:none;
}

.post-form form input {
    width: 100%;
   /*max-width: 36%;*/
    max-width: 80%;
    margin-bottom: 0;
    padding: 0 16px;
    box-shadow:none;
}
header.main-header.scrollbar {
    position: fixed;
    background: #1173a1;
}

/*End:: New Home page design */

/******************************************/
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media screen and (min-width: 768px) {
    ul#menu-product {
        font-size: 0;
    }

    ul#menu-product > li {
        display: inline-block;
        font-size: 15px;
        width: 50%;
    }

    .logo-div + .highlight-link {
        display: none;
    }

    .main-header #site-navigation {
        display: block !important;
    }

    .menu-toggle {
        display: none;
    }

    .page-template-hire-template .hiw-col > .vc_column-inner {
        margin-bottom: 0;
    }

    .hire-content-wrap {
        position: relative;
    }

    .hire-content-wrap:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0px;
        height: 100%;
        background: #f7f7f7;
        display: block;
        width: 33.33%;
    }

    .page-id-9979 .hire-content-wrap:before {
        display: none;
    }

    .page-id-9979 .hire-content-left {
        width: 100%;
        float: none;
    }

    .page-id-9979 .hire-sidebar {
        width: 100%;
        float: none;
        padding: 0 15px 40px 15px;
    }

    .page-id-9979 .hire-reviews-widget .col-sm-12, .page-id-9979 .hire-jobs-widget .col-sm-12 {
        width: 25%;
    }
    
}

@media screen and (max-width: 1199px) {
    .team-row h3.vc_custom_heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .team-row h3.vc_custom_heading {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .rmb-60{margin-bottom:60px}
    .rmb-55{margin-bottom:55px}
    .rmb-50{margin-bottom:50px}
    .rmb-45{margin-bottom:45px}
    .rmb-40{margin-bottom:40px}
    .rmb-35{margin-bottom:35px}
    .rmb-30{margin-bottom:30px}
    .rmb-25{margin-bottom:25px}
    .rmb-20{margin-bottom:20px}
    .rmb-15{margin-bottom:15px}
    .rmb-10{margin-bottom:10px}
    .rmb-5{margin-bottom:5px}
    .rmb-0{margin-bottom:0}
    .rmt-60{margin-top:60px}
    .rmt-55{margin-top:55px}
    .rmt-50{margin-top:50px}
    .rmt-45{margin-top:45px}
    .rmt-40{margin-top:40px}
    .rmt-35{margin-top:35px}
    .rmt-30{margin-top:30px}
    .rmt-25{margin-top:25px}
    .rmt-20{margin-top:20px}
    .rmt-15{margin-top:15px}
    .rmt-10{margin-top:10px}
    .rmt-5{margin-top:5px}
    .rmt-0{margin-top:0}
    .rpb-60{padding-bottom:60px}
    .rpb-55{padding-bottom:55px}
    .rpb-50{padding-bottom:50px}
    .rpb-45{padding-bottom:45px}
    .rpb-40{padding-bottom:40px}
    .rpb-35{padding-bottom:35px}
    .rpb-30{padding-bottom:30px}
    .rpb-25{padding-bottom:25px}
    .rpb-20{padding-bottom:20px}
    .rpb-15{padding-bottom:15px}
    .rpb-10{padding-bottom:10px}
    .rpb-5{padding-bottom:5px}
    .rpb-0{padding-bottom:0}
    .rpt-60{padding-top:60px}
    .rpt-55{padding-top:55px}
    .rpt-50{padding-top:50px}
    .rpt-45{padding-top:45px}
    .rpt-40{padding-top:40px}
    .rpt-35{padding-top:35px}
    .rpt-30{padding-top:30px}
    .rpt-25{padding-top:25px}
    .rpt-20{padding-top:20px}
    .rpt-15{padding-top:15px}
    .rpt-10{padding-top:10px}
    .rpt-5{padding-top:5px}
    .rpt-0{padding-top:0}

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        flex: none;
        -moz-flex: none;
        -webkit-flex: none;
        float: none;
        width: 100%;
        max-width: 100%;
    }

    h2.vc_custom_heading, h1.vc_custom_heading, body .entry-title, .team-row h3.vc_custom_heading {
        font-size: 28px;
        line-height: 1.2;
    }

    body .hiw-col {
        width: 100%;
        float: none;
    }

    .counter-row .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 50%;
        float: left;
    }

    .testi-content .fa-quote-left {
        margin-bottom: 0;
        font-size: 30px;
    }

    .testi-content .testi-text {
        margin-top: 5px;
        padding-left: 0;
        font-size: 16px;
    }

    .testi-content h5 {
        margin-top: 10px;
    }

    .pricing-col {
        width: 100%;
        display: block;
    }

    .step-section:nth-of-type(1) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-right: 20px;
    }

    .step-section:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-right: 20px;
    }

    .step-section:nth-of-type(5) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-right: 20px;
    }

    .step-section:nth-of-type(7) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-right: 20px;
    }

    .step-section:nth-of-type(9) > .wpb_column > .vc_column-inner > .wpb_wrapper {
        margin-right: 20px;
    }

    .post-job-panel-left {
        float: none;
        text-align: center;
    }

    .post-job-panel-right {
        float: none;
        text-align: center;
    }

    .main-header > .container {
        position: relative;
        min-height: 60px;
    }

    .logo-div {
        position: absolute;
        left: 15px;
        width: 180px;
    }

    .main-header #site-navigation {
		float: none;
		width: 92%;
		position: absolute;
		left: 50%;
		top: 100%;
		background: #fff;
		margin-top: 1px;
		display: none;
		transform: translate(-50%, 0px);
    }

    .main-header #site-navigation ul li {
        display: block;
        margin: 0;
    }

    .main-header #site-navigation ul li.highlight-link {
        display: none;
    }

    .main-header #site-navigation ul li a {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
		color: #1173a1 !important;
		text-align: center;
    }

    .logo-div + .highlight-link {
        list-style: none;
        position: absolute;
        right: 55px;
        top: 16px;
    }

    .logo-div + .highlight-link a {
        display: block;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        background: #1173a1;
        color: #fff;
        padding: 6px 8px;
        margin: 0;
        border-radius: 3px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        font-size: 10px;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 19px;
        cursor: pointer;
    }

    .menu-toggle span {
        width: 25px;
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 8px;
    }

    .main-footer {
        text-align: center;
    }

    .tp_recent_tweets {
        text-align: left;
    }

    .copy-footer {
        text-align: left;
    }

    .footer-social {
        margin-top: 0;
        text-align: left;
    }

    .footer-social a {
        margin-left: 0;
        margin-right: 5px;
        width: 28px;
        height: 28px;
    }

    .footer-social a i:before {
        font-size: 13px;
        line-height: 28px;
    }

    .home-slider-form h3 {
        font-size: 20px;
    }

    .grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item a {
        width: 130px;
        height: 90px;
        padding: 10px;
    }

    .grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item img {
        max-width: 110px;
        max-height: 70px;
    }

    .grid-gallery .wpb_gallery_slides .wpb_image_grid_ul .isotope-item {
        margin: 5px;
    }

    .home .pricing-col {
        margin-bottom: 30px;
    }

    .step-section > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
        font-size: 40px;
        right: -20px;
    }

    .step-section > .wpb_column > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
    }

    .step-section > .wpb_column > .vc_column-inner > .wpb_wrapper:last-child {
        margin-bottom: 30px;
    }

    .post-job-title {
        padding: 25px 25px 130px 20px;
    }

    .post-job-form {
        max-width: 100%;
        padding: 15px;
    }

    .post-job-content {
        padding: 15px;
    }

    .talent-page .vc_row {
        width: 100%;
    }

    .hiw-col > .vc_column-inner {
        min-height: auto;
    }

    .hire-banner .container {
        display: block;
    }

    .hire-banner-left {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0 15px 0;
    }

    .hire-banner-right {
        display: block;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0 0 15px 0;
    }

    .hire-hiw-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .hire-hiw-col:last-child {
        margin-bottom: 0;
    }

    .hire-sidebar {
        padding: 30px 15px;
        background: #f7f7f7;
    }

    .team-row h3.vc_custom_heading {
        text-align: center !important; 
    }

    .team-member-col > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
        margin-bottom: 15px;
    }
    h2.vc_custom_heading.gph_title {
    text-align: center !important;
    }
    .vc_custom_1638337728622{
        padding-bottom:0px !important;
        padding-top:0px !important;
    }
    .vc_custom_1638789186520{
        margin-bottom:0px !important;
        margin-top:0px !important;
    }
    .vc_custom_1638788240294{
        margin-bottom:0px !important;
        margin-top:0px !important;
        padding-bottom:0px !important;
        padding-top:0px !important;
    }
    .scroll_info{
        padding-bottom:20px;
        padding-top:20px;
    }
    /*new css start*/
    .hero-text h1{
        background-position: inherit;
    }
    .freelancers-box, .congrats-box{
        position: static;
    }
    .vc_row.wpb_row.vc_inner.popular-plan-row{
        margin-left: auto;
        margin-right: auto;
    }
    .vc_row.wpb_row.vc_row-fluid.dev-section {
        margin-bottom: 0px !important;
    }
    .vc_row.wpb_row.review-row-section{
        margin: 0px 0%;
        padding: 30px 15px 10px 15px;
    }
    .communication-box{
        margin: 0px auto;
    }
    .post-job-btn .site-btn{
        width: 100%;
    }
    .professional-card .vc_column-inner .wpb_wrapper {
        margin-left: 0%;
    }

    .modal-content-diwali {
        width: 85% !important;
    }
    li#menu-item-46 h1 {
        right: 85px !important;
    }
    #menu-item-46 .text-red {
      color: red !important;
    }
}

@media screen and (max-width: 479px) {
    .logo-div {
        width: 130px;
        margin: 18px 0;
    }
    h2.vc_custom_heading.gph_title {
    text-align: center !important;
    }
    .vc_custom_1638337728622{
        padding-bottom:0px !important;
        padding-top:0px !important;
    }
    .vc_custom_1638789186520{
        margin-bottom:0px !important;
        margin-top:0px !important;
    }
    .vc_custom_1638788240294{
        margin-bottom:0px !important;
        margin-top:0px !important;
        padding-bottom:0px !important;
        padding-top:0px !important;
    }
    .scroll_info {
        padding-bottom:20px;
        padding-top:20px;
    }
}

@media screen and (max-width: 389px) {
	.vc_btn3-container.post-btn.vc_btn3-left button {
		font-size: 11px !important;
	}
}



/*Diwali offer New Gif*/
.pricing-total {
    font-family: 'gotham-bold';
    font-size: 26px;
    padding: 30px 0 0 0;
    line-height: 1.1;
    color: rgba(0,0,0,0.4);
}
.regular-pricing-total{
    font-family: 'gotham-bold';
    font-size: 28px;
    padding: 10px 0 30px 0;
    line-height: 1.1;
    color: rgba(0,0,0,0.4);
}
.regular-pricing-total span.small-text {
    font-size: 1.75rem;
}

.small-text {
    font-size: 2rem;
}

span.text-orange {
    color: #eb594d;
    padding: 0 0 0 5px;
}

span.text-red.blink-hard {
  text-align: center;
  font-size:16px;
  font-family:italic;
  margin: 0 0 0 7px;
}
.text-red {
  color: #eb594d;
}
.blink- {
  animation: blinker 1s step-end infinite;
}
.blink-hard {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*Offer Image Css*/

.pricing-col-inner {
    position: relative;
}
.offer-img img {
    width: 80px;
    position: absolute;
    top: -35px;
    left: -25px;
}

:root {
  --clr-main: #d75b4c;
  --clr-dark: #333;
  --clr-neutral: #ddd;
  --clr-light: #fff;
}

.diwali-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content-diwali {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0.5rem;
  width: 50%;
  border-radius: 0.5rem;
}
.close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #fff;
  transition: color 0.12s ease-in-out;
}
.close-button:hover {
  color: var(--clr-main);
}

.offer-image{
    width: 100%;
    height: auto;
}

div#index-last {
    z-index: 0;
}

li#menu-item-46 {
    position: relative;
}

li#menu-item-46 h1 {
    position: absolute;
    top: 11px;
    font-size: 0.5rem;
    font-size: 11px !important;
    right: 0px;
}
#menu-item-46 .text-red {
  color: yellow;
  display: none !important;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.limited-offer {
    padding: 0 1rem;
    text-align: center;
    font-size: 10px;
    color: red;
    font-weight: 900;
    line-height: 1.5;
    padding-top: 0.25rem;
}
a.wrap-note{
    text-decoration: none;
}

/*Exclusive Freelancer Template*/

.freelance-hero-section{
    background-image: url(/wp-content/uploads/2025/01/freelace-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    position: relative;
}

.freelance-hero-section::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 60%);
    position: absolute;
    z-index: 5;
}
.freelance-hero{
    position: relative;
    z-index: 10;
}
.freelance-hero {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.freelance-hero .title{
    font-size: 52px;
    line-height: 60px;
    color: #fff;
}

.freelance-hero .sub-title{
    font-size: 32px;
    line-height: 38px;
    color: #f2f2f2;
    margin-bottom: 3rem;
    text-align: center;
}

.freelance-hero .sub-title .highlight{
    background: rgba(255, 255, 255, 1.0);
    color: #eb594d;
    padding: 0.25rem 0.5rem;
}

.opportunity-section{
    padding: 70px 0;
}

.section-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem; 
    margin-bottom: 50px;
}
.section-title::before{
    content: "";
    width: 5px;
    height: 100%;
    background: rgb(235,89,77);
    background: linear-gradient(0deg, rgba(235,89,77,1) 20%, rgba(17,115,161,1) 80%);
    position: absolute;
    left: 0px;
    top: 0;
}
.title-color{
    color: #1173a1;
}

.card-tech {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    padding: 4rem;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.card-tech .title {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1173a1;
}

.outlet-box {
    background-color: #fff;
    padding: 6rem 3rem;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

/*.outlet-box .row{
    display: flex;
    align-items: center;
}*/

.outlet-box .title {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}

.notice {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.btn-payment {
    color: #fff;
    background-color: #eb594d;
    margin-top: 30px;
    padding: 1.5rem 3rem;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

.blink-link{
    text-decoration: underline;
    color:#eb594d ;
}
.colored-title{
    color:#eb594d ;
}

.header-section-logo{
    background-color: #ffffff !important;
    padding: 20px 0;
}

.page-id-13830 header.main-header,
.page-id-13830 .post-job-panel,
.page-id-13830 footer.main-footer > .container > .row > div {
    display: none;
}
.page-id-13830 .main-footer{
    padding-top: 0;
}
.page-id-13830 .copy-footer{
    margin-top: 0;
    border-top: none;
}

.page-id-13830 .freelance-logo-wrap{
    float: none;
    margin:auto;
    text-align: center;
}

.page-id-13830 .widget{
    margin-bottom: 0;
}

section.bg-gray {
    background-color: #f3faff;
}

section.bg-gray .card-tech{
    background-color: #fff;
}

.tech-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.height-150 {
    height: 150px;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }

a.twitter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Modal css*/


.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 600px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.scan-qr {
    font-size: 20px;
}

.gpay-qr {
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
}

.register-fee {
    font-size: 16px !important;
    font-weight: 800;
    margin-bottom: 10px !important;
}

.register-fee small {
    font-size: 10px !important;
    color: #000;
}

.note-msg {
    font-size: 16px;
}

.note-msg .query-text {
    font-size: 14px;
}

p.term-text {
    font-size: 10px;
    color: #000;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    opacity: 1;
    background: #d7d7d7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover {
  color: #000;
}

@media only screen and (max-width:767px) {
    .freelance-hero-section {
        height: 350px;
    }
    .freelance-hero .title {
        font-size: 23px;
        line-height: 30px;
        padding: 0 15px;
    }
    .freelance-hero .sub-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3rem;
    }
    .freelance-hero .btn-payment {
        margin: 0 !important;
    }
    .section-title {
        font-size: 22px;
        line-height: 30px;
    }
    .opportunity-section {
        padding: 35px 0;
    }
    .mobile-padding {
        padding: 20px 0 !important;
    }
    .mobile-b-padding {
        padding-bottom: 20px;
    }
    .page-id-13830 .copy-footer {
        margin-top: 10px !important;
    }

    .card-square {
        padding: 2rem;
        width: 70%;
        min-height: 230px;
        margin: auto;
        margin-bottom: 3rem;
    }
    .tech-icon {
        width: 60px;
         height: auto; 
        margin-bottom: 1rem;
    }
    .card-tech .title {
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 500;
        color: #1173a1;
    }
    .card-tech{
        gap: 1.5rem;
    }
    .footer-social {
        justify-content: flex-start;
    }
    .outlet-box .title {
        font-size: 20px;
    }
    .card-tech.card-tech-sm {
        padding: 2rem;
    }
    .space-manage.bg-gray {
        background: #fff;
    }

    .outlet-box {
        background-color: #f0f8ff;
    }
    .modal-content {
      width: calc(100% - 20px);
/*      width: 300px;*/
    }
    .close {
        font-size: 14px;
        line-height: 18px;
        width: 20px;
        height: 20px;
    }
}

/*Registration process style*/

 .registration-process .register-link {
            gap: 20px;
        }

        .registration-process .main {
            color: #fff;
            font-size: 50px !important;
            line-height: 56px;
            margin-bottom: 30px;
        }

        .registration-process .details {
            margin-bottom: 16px;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            color: #fff;
        }

        .registration-process .title {
            margin-bottom: 18px;
            color: #fff;
            font-size: 30px;
            line-height: 36px;
        }
        ul.space-manage .item {
         color: #000;
        }

        .registration-process .item {
            margin-bottom: 14px;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            color: #111;
        }

        .registration-process .higlight {
            color: #11668e;
        }

        .registration-process .importent {
            color: #eb594d;
        }

        .registration-process .btn-box {
            margin-bottom: 20px;
        }

        .registration-process .register-btn {
            background-color: #eb594d;
            padding: 10px 30px;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            text-decoration: none;
            font-size: 20px;
        }

        .registration-process .register-btn:hover {
            background-color: #d75348;
        }

        .registration-process .vkaps-fin {
            background-color: #1173a1;
            color: #fff;
        }

        .registration-process .vkaps-fin:hover {
            text-decoration: underline;
            color: #eb594d;
        }

        .registration-process .bg-clr-odd {
            background-color: #1173a1;
            color: #fff;
            padding: 40px 0;
        }

        .registration-process .clr-even {
            color: #1173a1;

        }

        .registration-process .dot {
            padding-left: 20px;
        }

        .registration-process h2.title.clr-even {
            color: #494949;
        }

        .registration-process section.bg-clr-even {
            padding: 40px 0;
        }

        ul.space-manage {
            padding-left: 20px;
        }
        section.bg-clr-odd.hr-last {
        border-bottom: 2px solid #3895c1;
    }


    .bg-gray{
        background-color: #00aeff12 !important;
    }
    section.bg-clr-odd.bg-gray h2.title {
        color: #494949;
    }

     section.bg-clr-odd.bg-gray .details{
        color: #000;
     }
     p.note-text {
        position: relative;
         color: #111;
         font-size: 18px;
         font-weight: 600;
         line-height: 30px;
     }

     .registration-process + .post-job-panel {
        display: none;
    }
    h2.title.text-light {
        color: #494949;
    }

    h4.sub-title {
        color: #494949;
    }
    ul.dot ~ p {
        margin-left: 18px;
    }
                @media screen and (max-width:767px) {
            .registration-process .main {
            color: #fff;
            font-size: 36px;
            line-height: 46px;
            margin-bottom: 20px;
        }

        .registration-process .title {
            margin-bottom: 10px;
            color: #fff;
            font-size: 26px;
            line-height: 30px;
        }
        }