/*
Theme Name: Trifectaphone Theme
Theme URI: http://www.flytonic.com
Description: Financial Affiliate Theme from Flytonic
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.11
Tags: flytonic, responsive, casino, affiliate, wordpress casino theme, casino theme
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Table of Contents

	1. HTML Reset
	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Newsletter
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
		-Shortcodes
		-Review Page
	7. Footer
	8. Media Queries
	
*/

/* 1. HTML Reset normalize.css v2.1.2 | MIT License | git.io/normalize----------------------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
figure {
    margin: 0;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*Font Load*/

/* nunito-sans-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/nunito-sans-v15-latin-200.woff2') format('woff2');
}

/* nunito-sans-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/nunito-sans-v15-latin-300.woff2') format('woff2');
}

/* nunito-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}

/* nunito-sans-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/nunito-sans-v15-latin-500.woff2') format('woff2');
}

/* nunito-sans-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/nunito-sans-v15-latin-600.woff2') format('woff2');
}

/* nunito-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/nunito-sans-v15-latin-700.woff2') format('woff2');
}

/* nunito-sans-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/nunito-sans-v15-latin-800.woff2') format('woff2');
}

/* nunito-sans-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/nunito-sans-v15-latin-900.woff2') format('woff2');
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

/* 2. Defaults----------------------------------------------------------------------------*/

a {
    color: #d62c1f;
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0px;
    padding: 0;
}

.clearboth {
    clear: both;
}

hr {
    border: 0;
    border-bottom: 1px solid #eee;
    clear: both;
    height: 1px;
    margin: 10px 0px !important;
}

/* Headings-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #111;
}

h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

h2 {
    font-size: 35px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: normal;
}

h6 {
    font-size: 18px;
    font-weight: normal;
}

h2.entry-title {
    margin-bottom: 2px;
}

/* 3. Site Layout and Structure----------------------------------------------------------------------------*/

.outside {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 1120px;
    margin: 0 auto;
}

/* 4. Common Classes----------------------------------------------------------------------------*/

/* Flytonic Buttons */
a.visbutton {
    background: #d62c1f;
    color: #fff !important;
    line-height: 1em;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px !important;
}

a.visbutton:hover,
a.visbutton:active,
a.visbutton:visited {
    opacity: 0.85;
    box-shadow: none;
}

/* Excerpts */

.excerptlist {
    overflow: hidden;
    margin-bottom: 10px;
}

.articleexcerpt {
    padding: 10px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 260px;
    margin: 0 10px 25px 10px;
    line-height: 1.3em;
    /*position:relative;*/
}

.articleexcerpt .articleimg {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
}

.articleexcerpt h3 {
    margin: 0 0 6px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
}

.articleexcerpt p {
    height: 78px;
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.articleblock {
    /*padding:10px;*/
    margin-bottom: 4px;
    /*border:1px solid #e5e5e5;*/
    background: #fff;
}

.bylines {
    margin: 0 0 6px 0;
    color: #777;
    background: #eee;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 6px;
}

.single-post .bylines {
    margin-top: 25px;
}

blockquote {
    padding: 8px 8px 8px 16px;
    background: #e9e9e9;
    border-left: 4px solid #d5d5d5;
    font-style: italic;
    color: #777;
}

.articleexcerpt .buttonart {
    margin: 0 -6px -6px -6px;
}

.thumbarea {
    position: relative;
}

.metadate {
    /*position:absolute;bottom:6px;*/
    padding: 4px 0px;
    font-size: 12px;
    background: #fff;
}

/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
    list-style-position: inside;
}

.main-content img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}

.main-content img.size-full {
    max-width: 100%;
    width: auto;
}

/* Pagination */

.pagination {
    clear: both;
    padding: 30px 0;
    line-height: 13px;
    margin: 0 0 15px 0;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 7px 2px 0;
    padding: 9px 9px 9px 9px;
    text-decoration: none;
    width: auto;
    color: #d62c1f;
    background: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.pagination a:hover {
    color: #fff;
    background: #d62c1f;
}

.pagination .current {
    padding: 9px 9px 9px 9px;
    background: #d62c1f;
    color: #fff;
}

.pagination a.last {
    background: #999;
    color: #FFF;
}

.pagination a.last:hover {
    background: #333;
    color: #FFF;
}

.main-content .bannerAd {
    padding: 15px 0;
}

/******************* Flytonic Comments ****************************************/

#comments {
    padding-top: 20px;
}

#respond {
    padding: 20px;
    background: #f8f8f8;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#commentform {
    padding: 10px 0 0 0;
    margin: 0;
}

#commentform input[type=text],
#commentform textarea,
#commentform .rateinput {
    width: 200px;
    padding: 5px;
    margin: 0;
    border: 2px solid #DDD;
    color: #888;
    display: block;
    font-size: 11px;
}

#commentform textarea {
    width: 95%;
}

#commentform label {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

#commentform label span {
    font-weight: normal;
    color: #777;
}

ol.commentlist {
    border-top: solid 1px #ddd;
    margin: 0 0 35px 0 !important;
    padding: 0 !important;
}

ol.commentlist li {
    position: relative !important;
    ;
    min-height: 50px !important;
    ;
    padding: 10px 10px 10px 82px !important;
    list-style: none !important;
    border-bottom: 1px solid #ddd !important;
    ;
}

ol.commentlist li .avatar {
    padding: 4px;
    text-align: center;
    background: #fff;
    border: solid 1px #ccc;
    position: absolute;
    left: 10px;
    top: 10px;
}

ol.commentlist li span.avatar img {
    margin: 5px;
}

ol.commentlist ul.children {
    margin: 10px 0 0 0 !important;
    border-top: solid 1px #ddd;
    padding: 0;
}

ol.commentlist .thread-odd {
    background: #f8f8f8;
}

ol.commentlist .thread-even .even {
    background: #fff;
}

ol.commentlist .thread-even .odd {
    background: #f8f8f8
}

ol.commentlist .thread-odd .odd {
    background: #fff;
}

ol.commentlist .thread-odd .even {
    background: #f8f8f8
}

.bypostauthor {
    border-top: 2px solid #d62c1f;
}

ol.commentlist .bypostauthor span.avatar {
    border: solid 2px #d62c1f;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

div.comment-author {
    font-size: 1.1em;
    line-height: 1em;
}

b.fn {
    font-weight: normal;
}

span.says {
    display: none;
}

div.comment-metadata {
    font-size: .8em;
    margin-bottom: 10px;
    color: #888;
}

div.comment-metadata a,
div.comment-metadata a:visited {
    color: #888;
}

div.comment-metadata a:hover {
    color: #000;
}

.reply {
    text-align: right;
}

/** Comment Buttons **/

div.reply a.comment-reply-link,
div.reply a.comment-reply-link:visited {
    background: #d62c1f;
    color: #fff;
    padding: 4px;
    font-size: .8em;
}

div.reply a.comment-reply-link:hover {
    background: #999;
    color: #fff;
}

#commentform #submit {
    background: #d62c1f;
    color: #fff;
    border: 0;
    padding: 8px;
    text-align: center;
    display: block;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
}

#commentform #submit:hover {
    background: #999;
    cursor: pointer;
}

/* 5. Header----------------------------------------------------------------------------*/

header.main-header {
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #eaeaea;
}

.header-logo {
    float: left;
    padding: 10px 20px 5px 20px;
}

.header-logo h1 {
    line-height: 1.1em;
    font-size: 30px;
    margin: 0;
    color: #fff;
    padding: 0;
    border: 0;
}

.header-logo h1:after {
    display: none;
}

.stickyheader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.searchgo {
    position: absolute;
    bottom: -61px;
    right: 0;
    overflow: hidden;
    background: #333;
    padding: 10px 10px 10px 10px;
    width: 242px;
    display: none;
    z-index: 10;
}

.searchgo .searchinput {
    width: 140px;
}

#sbutton img {
    margin-top: 20px;
}

/* Navigation ------------------------------*/

/*#rmp-menu-82 .support:before {
    left: -5px;
    top: 4px;
}*/

.support {
    position: relative;
}

.nav li.menu-item-has-children:hover:after {
    color: #622a7c;
}

.nav li.menu-item-has-children {
    position: relative;
}

.nav li.menu-item-has-children:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 7px;
    content: "\f078";
    color: #083791;
    font-size: 10px;
}

.support:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    left: 7px;
    top: 6px;
    content: "\f007";
    color: #083791;
    font-size: 20px;
}

nav.navbar {
    position: relative;
    float: right;
    margin-top: 10px;
}

.nav {
    display: block;
    height: 60px;
    width: 100%;
    margin: 0;
}

.nav,
.nav ul {
    line-height: 48px;
    margin: 0;
    padding: 10px 0px;
    list-style: none;
}

.nav li {
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.nav li a,
.nav li a:visited {
    display: block;
    padding: 6px 35px 6px 35px;
    font-size: 18px;
    text-decoration: none;
    color: #083791;
    font-weight: 700;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li:active,
.nav>li:hover {
    color: #622a7c;
}

.nav li ul {
    position: absolute;
    left: -999em;
    width: 260px;
    margin: 0;
    line-height: 18px;
    margin-left: -1px;
    background: #fff;
    z-index: 10;
}

.nav li li {
    width: 260px;
    margin: 0;
    font-size: .9em;
}

.nav li li a,
.nav li li a:visited {
    color: #083791;
}

.nav li li a:hover,
.nav li li a:active {
    color: #083791;
}

.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.sfhover ul,
.nav li li.sfhover ul,
.nav li li li.sfhover ul {
    left: auto;
}

.nav li li ul,
.nav li.current-menu-item li ul,
.nav li.current-menu-parent li ul {
    margin: -33px 0 0 160px;
    visibility: hidden;
    font-size: 1.1em;
}

.nav li li:hover ul {
    visibility: visible;
}

.archive .main-content,
.single .main-content,
.single .bylines,
.search .main-content {
    margin-top: 20px;
}

.single .comments-area {
    margin-bottom: 20px;
}

.error404 .main-content {
    margin: 20px 0px;
}

/*ul#rmp-menu-82 li.pay_bill {
    margin-left: 0px !important;
    background-color: #b9b9b9;
    height: 49px;
    margin-top: 12px;
    border-radius: 50px;
    margin-left: 32px;
    padding: 0px;
}

ul#rmp-menu-82 li.pay_bill a {
    color: #fff;
    padding: 5px 25px;
    border-radius: 50%;
    text-align: center;
}

ul#rmp-menu-82 li.pay_bill a:hover {
    color: #fff;
}

ul#rmp-menu-82 li.get_quote {
    margin-left: 0px !important;
    background-color: #fb852b;
    height: 49px;
    margin-top: 12px;
    border-radius: 50px;
    margin-left: 32px;
    color: #fff;
    padding: 0px;
}

ul#rmp-menu-82 li.get_quote a {
    color: #fff;
    padding: 5px 25px;
    border-radius: 50%;
    text-align: center;
}

ul#rmp-menu-82 li.get_quote a:hover {
    color: #fff;
}*/

ul#mobilenav li.pay_bill {
    margin-left: 0px !important;
    background-color: #b9b9b9;
    height: 49px;
    margin-top: 12px;
    border-radius: 50px;
    margin-left: 32px;
    padding: 0px;
}

ul#mobilenav li.pay_bill a {
    color: #fff;
    padding: 5px 25px;
    border-radius: 50%;
    text-align: center;
    width: 80%;
    float: left;
}

ul#mobilenav li.pay_bill a:hover {
    color: #fff;
}

ul#mobilenav li.get_quote {
    margin-left: 0px !important;
    background-color: #fb852b;
    height: 49px;
    margin-top: 12px;
    border-radius: 50px;
    margin-left: 32px;
    color: #fff;
    padding: 0px;
}

ul#mobilenav li.get_quote a {
    color: #fff;
    padding: 5px 25px;
    border-radius: 50%;
    text-align: center;
    width: 80%;
    float: left;
}

ul#mobilenav li.get_quote a:hover {
    color: #fff;
}

ul#mobilenav li.support::before {
    left: -10px;
}


.nav li.pay_bill {
    background-color: #b9b9b9;
    height: 49px;
    border-radius: 50px;
    margin-left: 20px;
    padding: 0px;
}

.nav li.pay_bill a {
    color: #fff;
    padding: 0px 25px;
}

.nav li.get_quote {
    background-color: #fb852b;
    height: 49px;
    border-radius: 50px;
    margin-left: 20px;
    color: #fff;
    padding: 0px;
}

.nav li.get_quote a {
    color: #fff;
    padding: 0px 25px;
}

.nav li ul.sub-menu {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 2px 35px 0 rgba(0, 0, 0, .04);
    padding: 15px 0px;
}

.nav li ul.sub-menu li a {
    color: #000;
}

.nav li ul.sub-menu li a {
    padding: 15px 25px 15px 25px;
}

#mobile-menu-btn {
    display: none;
    margin: 20px 0 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
    padding: 0 3px;
}

#mobile-menu {
    display: none;
}

#mobile-menu .menu-item-has-children .arrow {
    display: none;
}

/* 6. Content Area----------------------------------------------------------------------------*/

.contentarea {
    overflow: hidden;
    font-size: 14px;
    background: #fff;
}

.entry-content {
    font-size: 14px;
    line-height: 1.6em;
}

.main-content.reviewpage {
    float: left;
    width: 683px;
    padding: 30px 0;
}

.entry-content ul {
    padding: 0 0 6px 16px;
}

.entry-content ul li {
    line-height: 1.2em;
    padding: 0 0 0 30px !important;
    text-indent: -1px;
    margin-bottom: 13px;
    list-style: none;
}

.entry-content ol {
    padding: 0 0 9px 32px;
}

.entry-content ol li {
    line-height: 1.2em;
    padding: 0;
    margin-bottom: 7px;
    list-style: decimal outside;
}

.readmoreinfo {
    float: right;
    padding: 6px 18px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    clear: both;
    margin-bottom: 25px;
}

.readmoreinfo:hover {
    background: #ddd;
    cursor: pointer;
}

.readmoreinfo a {
    color: #000;
}

.readmoreinfo a {
    color: #000;
}

.feedBack p span {
    color: #f36523;
}

/* Content Area Styling */

.contentarea {
    overflow: hidden;
}

.contentarea.gray {
    background: #e5e5e5;
}

.contentarea h2,
.contentarea h1 {
    font-size: 32px;
}

.contentarea.gray h2:after,
.contentarea.gray h1:after {
    background: #fafafa;
    color: #bbb;
}

.contentarea.gray h2:after,
.contentarea.gray h1:after {
    background: #e5e5e5;
    color: #ccc;
}

.contentarea h1 {
    font-size: 36px;
}

/* Calendar Widget */

#wp-calendar {
    margin: 0 auto;
}

#wp-calendar caption {
    font-size: 14px;
    margin: 0;
}

#wp-calendar th,
#wp-calendar td {
    padding: 5px;
    text-align: center;
}

/* Search Widget */

.searchform {
    overflow: hidden;
}

.searchinput {
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    font-style: italic;
    padding: 8px 10px;
    margin: 0;
    font-weight: 300;
    width: 145px;
    display: block;
    float: left;
    font-size: 13px;
}

.searchsubmit {
    background: #d62c1f;
    color: #FFF;
    line-height: 36px;
    padding: 0 10px;
    height: 36px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 5px;
    border: 0;
    font-size: 13px;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

.searchsubmit:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    cursor: pointer;
}

/* 8. Footer ----------------------------------------------------------------------------*/

footer.main-footer {
    background: #f3f3f3;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
}

footer.bottom-footer {
    background: #fff;
    padding: 25px 0px 50px 0px;
    color: #7f879e;
    font-size: 15px;
    text-align: center;
}

span.copyright {
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.bottom-footer .footerwidget ul li {
    float: left;
    list-style: none;
    margin: 0px 5px;
}

.main-footer a,
.main-footer a:visited,
.bottom-footer a,
.bottom-footer a:visited {
    color: #7f879e;
}

.main-footer a:hover,
.bottom-footer a:hover {
    color: #622a7c;
    text-decoration: none;
}

.footerwidget h2,
.footerwidget h3,
.footerwidget h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #622A7C;
}

.footerwidget {
    width: 170px;
    float: left;
    margin-right: 30px;
}

.footerwidget.firstWidget {
    width: 385px;
    padding-right: 135px;
}

.footerwidget.last {
    margin-right: 0;
}

.footerwidget ul {
    padding: 0 5px 0 5px;
}

.footerwidget li {
    line-height: 1.2em;
    padding: 0;
    text-indent: 0;
    margin-bottom: 9px;
    list-style: none;
}

.screen-reader-text {
    display: none;
}

#footer-bottom .footerwidget ul li a svg {
    overflow: hidden;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
}

.main-footer p {
    color: #7f879e;
}

#back-to-top-bottom {
    color: #1b2a52;
    background-color: #fff;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    right: 2em;
    bottom: 2em;
    display: inline-block;
    z-index: 999;
    background: #fff;
    transform: rotate(180deg) scale(1);
    font-size: 15px;
    line-height: 40px !important;
    width: 40px;
    text-align: center;
    box-shadow: 1px 0 22px -9px rgba(0, 0, 0, .4);
    transition: all .3s cubic-bezier(.61, -.12, .08, 1.55);
    cursor: pointer;
}

.back-to-top:before {
    font-size: 100%;
}

/* Hero Section */

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.hero_section {
    background: #491c6b;
    overflow: hidden;
}

.leftArea {
    width: 45%;
    float: left;
    padding: 100px 50px 100px 0px;
}

.rightArea {
    width: 50%;
    float: left;
    background: #68388a;
    text-align: right;
	height: 600px;
}

.text-hero-bold {
    line-height: 80px;
}

.text-hero-regular {
    margin: 25px 0px 0px 0px;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.cta {
    margin: 50px 0px 0px 0px;
}

.text-hero-bold h1 {
    color: #FFF;
    font-size: 58px;
    font-weight: 600;
}

.hero-img {
    background: #7F419B;
}

.cus-btn-hero {
    border-radius: 35px;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #fb852b;
    border: none;
}

.cus-btn-hero:hover {
    background-color: #f56f09;
}

.second_section {
    background: #F6F6F6;
    overflow: hidden;
}

.marquee0 img {
    height: 50px;
}

.third_section {
    padding: 50px 0px;
    overflow: hidden;
}

.third_section h2 {
    color: #491c6b;
    font-size: 2.5em;
    text-align: center;
    width: 100%;
    float: left;
}

.forth_section {
    background: #fff;
    overflow: hidden;
}

.showPostData {
    width: 100%;
    float: left;
}

.postData:first-child {
    margin-left: 0px;
}

.postData:last-child {
    margin-right: 0px;
}

.postData {
    width: 20%;
    float: left;
    border: 1px solid #F3F3F3;
    padding: 15px;
    border-radius: 10px;
    margin: 0px 10px;
    text-align: center;
}

.postData h3 {
    color: #1b2a52;
    font-size: 20px;
    text-align: center;
}

.postData a {
    color: #FF7F00;
    font-weight: 700;
}


.forth_section {
    padding: 50px 0px;
    overflow: hidden;
    background: #F7F7F7;
}

.forthleftArea {
    width: 55%;
    float: left;
}

.forthrightArea {
    width: 45%;
    float: left;
    margin-top: 150px;
    text-align: right;
}

.forthleftArea h2 {
    color: #622A7C;
    font-weight: 700;
    font-size: 45px;
}

.forthleftArea p {
    color: #585858;
    font-size: 25px;
}

.phoneService li:hover {
    background: #fff;
}

.phoneService li:hover .iconLeftArea span {
    background: #622a7c !important;
}

.phoneService li:hover .iconLeftArea span i {
    color: #fff;
}

.phoneService li:first-child {
    background: #fff;
}

.phoneService li:first-child .iconLeftArea span {
    background: #fff;
}

.phoneService li {
    list-style: none;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    padding: 20px;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.iconLeftArea {
    width: 10%;
    float: left;
}

.iconRightArea {
    width: 87%;
    float: left;
    margin-left: 15px;
    padding: 10px 0px;
}

.iconLeftArea span {
    background: #f8fcfc;
    padding: 15px 14px 15px 15px;
    border-radius: 15px;
    width: 30px;
    float: left;
    text-align: center;
}

.iconLeftArea span i {
    font-size: 30px;
    color: #622a7c;
    font-weight: 100;
}

.iconRightArea h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

.iconRightArea p {
    color: #7f879e;
    font-size: 15px;
}

.phoneService {
    margin-bottom: 20px;
    float: left;
}

.innerLink {
    padding: 15px 25px;
    background: #fb852b;
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
}

.fivth_section {
    padding: 50px 0px;
    overflow: hidden;
    background: #fff;
}

.fivthleftArea {
    width: 50%;
    float: left;
}

.fivthrightArea {
    width: 40%;
    float: left;
    margin-left: 100px;
}

.fivthrightArea h2 {
    color: #622A7C;
    font-weight: 700;
    font-size: 45px;
}

.fivthrightArea p {
    color: #585858;
    font-size: 25px;
    margin-bottom: 30px;
}

.service li:hover {
    background: #fff;
}

.service li:hover .iconLeftArea span {
    background: #622a7c !important;
}

.service li:hover .iconLeftArea span i {
    color: #fff;
}

.service li {
    min-height: 220px;
    list-style: none;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    padding: 20px;
    float: left;
    width: 38%;
    margin: 10px;
}

.iconLeftArea {
    width: 10%;
    float: left;
}

.iconRightArea {
    width: 87%;
    float: left;
    margin-left: 15px;
    padding: 10px 0px;
}

.iconLeftArea span {
    background: #f8fcfc;
    padding: 15px 14px 15px 15px;
    border-radius: 15px;
    width: 30px;
    float: left;
    text-align: center;
}

.iconLeftArea span i {
    font-size: 30px;
    color: #622a7c;
    font-weight: 100;
}

.iconRightArea h5 {
    color: #1b2a52;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}

.iconRightArea {
    color: #7f879e;
    font-size: 15px;
}

.six_section {
    padding: 50px 0px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.six_section h2 {
    color: #000;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
}

.six_section p {
    color: #7f879e;
    font-size: 15px;
    margin-bottom: 30px;
    margin: 0px auto 100px auto;
    width: 100%;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
    width: 50px;
    height: 50px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    width: 100%;
}

/*Inner Page*/

.container {
    background: #FFF;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
}

.hero_main {
    display: flex;
    text-align: left;
    padding-bottom: 1rem;
}

.left_area,
.right_area {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.inline_text_img>img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.img_hero {
    background-color: #f8fcfc;
    padding: 50px 0px;
}

.main_hero_text>h1 {
    color: #622A7C;
    margin-top: 5rem;
    font-size: 48px;
    font-weight: 700;
}

.sec_hero_text {
    color: #585858;
    font-size: 24px;
    font-weight: 300;
}

.our_section {
    background: #FFF;
}

.title_section>h2 {
    color: #622A7C;
    text-align: center;
    padding-top: 5rem;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.passage {
    color: #7F879F;
    font-weight: 300;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

/* Looking for communications */

.looking_communications {
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-color: #3a1a5f;
    border-radius: 20px;
    padding: 2rem 3rem 1rem 3rem;
}

.title_text {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.title_text>h2 {
    font-size: 48px;
    color: #FFF;
    font-weight: 700;
}

.title_text>p {
    margin-top: 2rem;
    font-size: 18px;
    color: #FFF;
}

.title_text>.btn {
    margin-top: 2rem;
    border: none;
    background: #fc852c;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 30px;
}

.title_text>.btn:hover {
    background: #FC7109;
}


/* 9. Media Queries ----------------------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:1119px) {
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:90%;}
	html body .form-issue textarea {width: 90%;}
    #mobile-menu-btn {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
    }

    #mobile-menu-btn:focus {
        outline: none;
    }

    #mobile-menu-btn i {
        display: block;
        width: 22px;
        height: 3px;
        background: #273A69;
        margin: 4px 0;
        padding: 0;
    }

    #mobile-menu-btn i:hover {
        background: #622A7C;
    }

    #mobile-menu .menu-item-has-children .arrow:hover {
        color: #622A7C;
    }

    #mobile-menu ul li a:hover {
        color: #622A7C;
    }

    #mobile-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 70%;
        background: #fff;
        box-shadow: 0px 0px 12px 0px #333;
        height: 100vh;
        padding: 25px;
    }

    #mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #mobile-menu ul li {
        position: relative;
    }

    #mobile-menu .menu-item-has-children .arrow {
        content: "\25bc ";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        color: #273A69;
        padding: 10px;
        cursor: pointer;
    }

    #mobile-menu .menu-item-has-children .arrow.up {
        display: none;
    }

    #mobile-menu .menu-icon-up>.arrow.down {
        display: none !important;
    }

    #mobile-menu .menu-icon-up>.arrow.up {
        display: block !important;
    }

    #mobile-menu ul li a {
        position: relative;
        color: #273A69;
        text-decoration: none;
        padding: 10px;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 38px;
        z-index: 99999;
    }

    #mobile-menu ul ul {
        display: none;
        padding-left: 15px;
    }

    #mobile-menu .open {
        display: block;
    }

    .wrap {
        position: relative;
    }

    .navbar {
        display: none;
    }
	

}

@media screen and (min-width:1px) and (max-width:1024px) {
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:90%;}
	html body .form-issue textarea {width: 90%;}
    html body .leftArea {
        padding: 100px 0px 100px 0px;
    }

    html body .leftArea,
    html body .rightArea {
        width: 100%
    }

    html body .leftArea .text-hero-bold h1 {
        word-break: break-word;
    }

    html body .postData {
        width: 44%;
        margin: 10px 10px;
    }

    html body .postData:nth-child(2) {
        margin: 0px 0px 0px 0px;
    }

    html body .postData:nth-child(3) {
        margin: 10px 10px 10px 0px;
    }

    html body .phoneService li {
        width: 85%;
    }

    html body .fivthleftArea {
        width: 100%;
    }

    html body .fivthrightArea {
        width: 100%;
        margin-left: 0px;
    }

    html body .six_section p {
        margin: 0px;
        width: 100%;
    }

    html body .container {
        padding: 0px;
    }

    html body .footerwidget.firstWidget {
        width: 100%;
        padding-right: 0px;
    }

    .form-fields {
        margin: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1119px) {
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:90%;}
	html body .form-issue textarea {width: 90%;}
    .wrap {
        margin: 0 auto;
        width: 700px;
    }

    .tophome_left {
        float: left;
        width: 100%;
    }

    .footerwidget {
        width: 215px;
        margin: 0 10px 15px 10px;
    }

    .searchinput {
        width: 600px;
    }

    .bottom-footer .footerwidget {
        float: none;
    }

    span.copyright {
        float: none;
    }

    footer.main-footer {
        padding: 25px 0px 0px 0px;
    }
	html body div.forthrightArea img {
	  width: auto;
	}
	html body .forthrightArea {
	  text-align: center;
	}
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:94%;}
	html body .form-issue textarea {width: 94%;}
	html body .main_hero_text > h1 {margin-top: 0rem;}
	html body .forthleftArea {width: 100%;}
	html body .postData {margin: 0px 10px;}
	html body .postData:nth-child(2) {margin: 0px 0px 0px 10px;}
	html body .postData:last-child {margin: 20px 0px 0px 10px;}
	html body .postData:nth-child(3) {margin: 20px 10px 10px 0px;}
	html body .forthrightArea {width:100%;}
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	html body .main_hero_text > h1 {margin-top: 0rem;}
    .wrap {
        margin: 0 auto;
    }

    header.main-header {
        padding-bottom: 5px;
    }

    .tophome_left,
    .tophome_right {
        float: none;
    }

    .tophome_right {
        margin: 0 auto;
    }

    .articleexcerpt {
        margin: 0 auto 25px auto;
        float: none;
    }

    .featuredsb li {
        margin: 0 0 10px 0;
    }

    .featuredsb h2,
    .featuredsb h3 {
        text-align: center;
    }

	html body .footerwidget {width: 215px;float: left;margin: 0 0 15px 0;}

    .header-logo {
        float: none;
        padding: 15px 0px 0px 0px;
        margin: 0 auto 0px auto;
        width: auto;
    }

    .header-logo img {
        margin: 0 auto;
        display: block;
    }

    span.copyright {
        float: none;
    }

    footer.main-footer {
        padding: 25px 0px 0px 0px;
    }

    html body .leftArea {
        padding: 100px 0px 100px 0px;
    }

    html body .leftArea,
    html body .rightArea {
        width: 100%
    }

    html body .leftArea .text-hero-bold h1 {
        word-break: break-word;
    }

    html body .postData {
        width: 90%;
        margin: 10px 0px;
    }

    html body .forthleftArea {
        width: 100%;
    }

    html body .phoneService li {
        width: 85%;
    }

    html body .forthrightArea {
        width: 100%;
    }

    html body .forthrightArea img {
        width: 100%;
    }

    html body .fivthleftArea {
        width: 100%;
    }

    html body .fivthrightArea {
        width: 100%;
        margin-left: 0px;
    }

    html body .six_section p {
        margin: 0px;
        width: 100%;
    }

    html body .container {
        padding: 0px;
    }

    html body .footerwidget.firstWidget {
        width: 100%;
        padding-right: 0px;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hero_main {
        flex-direction: column;
    }

    .left_area,
    .right_area {
        width: 100%;
        padding: 1rem;
    }

    .sec_hero_text {
        font-size: 18px;
        text-align: center;
    }

    .looking_communications {
        padding: .5rem;
        margin-bottom: 2rem;
    }

    .title_section>h2 {
        font-size: 32px;
        margin-top: 4rem;
    }

    .title_text>h2 {
        font-size: 36px;
    }

    .title_text>.btn {
        font-size: 1rem;
    }

}

@media screen and (min-width: 480px) and (max-width:767px) {
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:90%;}
	html body .form-issue textarea {width: 90%;}
	html body .main_hero_text > h1 {margin-top: 0rem;}
	html body .footerwidget {width: 215px;float: left;}
    .wrap,
    .tophome_left {
        width: 450px;
    }

    .header-logo img {
        max-width: 370px;
    }

    .tophome_right {
        width: 300px;
    }

    .searchinput {
        width: 320px;
    }

    #footer-bottom .footerwidget {
        float: left;
    }

    span.copyright {
        float: none;
    }

    footer.main-footer {
        padding: 25px 0px 0px 0px;
    }

    html body .leftArea {
        padding: 100px 0px 100px 0px;
    }

    html body .leftArea,
    html body .rightArea {
        width: 100%
    }

    html body .leftArea .text-hero-bold h1 {
        word-break: break-word;
    }

    html body .postData {
        width: 90%;
        margin: 10px 0px;
    }

    html body .forthleftArea {
        width: 100%;
    }

    html body .phoneService li {
        width: 85%;
    }

    html body .forthrightArea {
        width: 100%;
    }

    html body .forthrightArea img {
        width: 100%;
    }

    html body .fivthleftArea {
        width: 100%;
    }

    html body .fivthrightArea {
        width: 100%;
        margin-left: 0px;
    }

    html body .service li {
        width: 80%;
    }

    html body .six_section p {
        margin: 0px;
        width: 100%;
    }

    html body .container {
        padding: 0px;
    }

    html body .footerwidget.firstWidget {
        width: 100%;
        padding-right: 0px;
    }

    .form-fields {
        margin: 5px;
    }

    form textarea {
        height: auto;
    }

    .wpcf7-submit {
        padding: 0.5rem 1rem;
    }

    .carrousel li p {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .carrousel li q {
        font-size: 1em;
    }

    .carrousel li img {
        width: 2em;
        margin-left: -1em;
        margin-right: 0.25em;
    }

    .carrousel {
        height: 8.5em;
    }
}

@media screen and (min-width: 1px) and (max-width:479px) {
	html body .main_hero_text > h1 {margin-top: 0rem;}
	html body .form-name input[type="text"], html body .form-email input[type="email"], html body .form-company input[type="text"] {width:85%;}
	html body .form-issue textarea {width: 85%;}
    .img-fluid {
        width:100%;height: auto;
    }
	
    .wrap,
    .tophome_left {
        width: 300px;
    }

    .tophome_right {
        width: 300px;
    }

    .searchinput {
        width: 170px;
    }

    .footerwidget {
        width: 300px;
    }

    span.copyright {
        float: none;
    }

    footer.main-footer {
        padding: 25px 0px 0px 0px;
    }

    html body .leftArea {
        padding: 100px 0px 100px 0px;
    }

    html body .leftArea,
    html body .rightArea {
        width: 100%;height: auto;
    }

    html body .leftArea .text-hero-bold h1 {
        word-break: break-word;
    }

    html body .postData {
        width: 90%;
        margin: 10px 0px;
    }

    html body .forthleftArea {
        width: 100%;
    }

    html body .phoneService li {
        width: 85%;
    }

    html body .forthrightArea {
        width: 100%;
    }

    html body .forthrightArea img {
        width: 100%;height: auto;
    }

    html body .fivthleftArea {
        width: 100%;
    }

    html body .fivthrightArea {
        width: 100%;
        margin-left: 0px;
    }

    html body .service li {
        width: 80%;
    }

    html body .six_section p {
        margin: 0px;
        width: 100%;
    }

    html body .container {
        padding: 0px;
    }

    html body .footerwidget.firstWidget {
        width: 100%;
        padding-right: 0px;
    }

    html body .popup-container {
        width: 100%;
    }

    html body .popup_last input[type="text"] {
        width: 85%;
    }

    html body .popup_company input[type="text"],
    html body .popup_email input[type="email"],
    html body .popup_phone input[type="number"] {
        width: 90%;
    }

    html body .popup_name input[type="text"],
    .popup_last input[type="text"] {
        width: 85%;
    }

    html body .row {
        margin: 20px 10px 20px 0px;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sec_hero_text {
        font-size: 14px;
        text-align: center;
    }

    .title_section>h2 {
        font-size: 28px;
        margin-top: 2rem;
    }

    .looking_communications {
        margin-bottom: 20px;
    }

    .title_text {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .title_text>h2 {
        font-size: 24px;
    }

    .title_text>p {
        font-size: 16px;
    }

    .title_text>.btn {
        font-size: 0.8rem;
        padding: 0.8rem 1.2rem;
    }

}

/* Ravi css start */
@media (min-width: 1121px) and (max-width: 1200px) {
	html body .wrap {
	  width: 1091px;
	  margin: 0 auto;
	  padding: 0px 15px;
	}
	html body .nav li a, html body .nav li a:visited {padding: 6px 30px 6px 30px;}
	html body .footerwidget.firstWidget {width: 350px;padding-right: 135px;}
}

@media (min-width: 1024px) and (max-width: 1120px) {
    html body .forthleftArea {width: 100%;}
	html body .postData {margin: 0px 10px;}
	html body .postData:nth-child(2) {margin: 0px 0px 0px 10px;}
	html body .postData:last-child {margin: 20px 0px 0px 10px;}
	html body .postData:nth-child(3) {margin: 20px 10px 10px 0px;}
	html body .forthrightArea {width:100%;}
	html body .leftArea {width: 100%;padding: 100px 0px 100px 0px;}
	html body .rightArea {width: 100%;}
	html body .postData {width: 44%;}
	html body .fivthleftArea {width: 100%;}
	html body .fivthrightArea{width: 100%;margin:20px 0px 0px 0px;}
	html body .phoneService li {width: 94%;}
}

/* Ravi css end */

/*My css start*/

/*Carousel*/
.carrousel {
    background: #ffffff;
    text-align: center;
    padding: 4em 0;
    height: 7.5em;
    max-width: 750px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.carrousel h2 {
    margin: 0;
    margin-top: -1.7em;
    padding: 0;
    font-size: 1em;
    text-align: center;
    color: #bbbbbb;
}

.carrousel .slides {
    width: 400%;
    left: 0;
    padding-left: 0;
    padding-top: 1em;
    overflow: hidden;
    list-style: none;
    position: relative;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.carrousel .slides li {
    width: 25%;
    position: relative;
    float: left;
}

.carrousel li p {
    margin-top: 0;
}

.carrousel li q {
    max-width: 90%;
    margin: auto;
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
}

.carrousel li img {
    width: 3em;
    height: 3em;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -1.5em;
    margin-right: 0.5em;
    vertical-align: middle;
}

.carrousel li span.author {
    margin-top: 0.5em;
    font-size: 1.2em;
    color: #777777;
    display: block;
}

.carrousel .slidesNavigation {
    display: block;
    list-style: none;
    text-align: center;
    bottom: 1em;
    position: absolute;
    width: 104px;
    left: 50%;
    margin-left: -52px;
}

.carrousel input {
    display: none;
}

.carrousel .slidesNavigation label {
    float: left;
    margin: 6px;
    display: block;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #2980b9;
    font-size: 0;
}

#radio-1:checked~.slides {
    transform: translateX(0%);
}

#radio-2:checked~.slides {
    transform: translateX(-25%);
}

#radio-3:checked~.slides {
    transform: translateX(-50%);
}

#radio-4:checked~.slides {
    transform: translateX(-75%);
}

.carrousel .slidesNavigation label:hover {
    cursor: pointer;
}

.carrousel #radio-1:checked~.slidesNavigation label#dotForRadio-1,
.carrousel #radio-2:checked~.slidesNavigation label#dotForRadio-2,
.carrousel #radio-3:checked~.slidesNavigation label#dotForRadio-3,
.carrousel #radio-4:checked~.slidesNavigation label#dotForRadio-4 {
    background: #2980b9;
}

/* Submit form */

.submit_form {
    margin: auto;
    width: 70%;
    padding: 10px;
    margin-top: 4rem
}

.submit_form>p {
    color: #7F879E;
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.form-name {
    margin-top: 1rem;
    padding-top: 1rem;
}

.form-name,
.form-email,
.form-company,
.form-issue {
    color: #7F879E;
    font-size: 18px;
}

.form-name input[type='text'],
.form-email input[type='email'],
.form-company input[type='text'] {
    width: 96%;
    margin-bottom: 1rem;
    padding: .8rem;
}

.form-issue textarea {
    width: 96%;
    margin-bottom: 1rem;
    padding: .8rem;
    height: 5rem;
}

.wpcf7-submit {
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: .8rem;
    border-radius: 30px;
    color: #FFF;
    background: #fb852b;
}

/* for popup window */

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    height: 100%;
    background-color: white;
    overflow-y: auto;
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.popup-content {
    padding: 20px;
}

#open-popup-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
}

#close-popup-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

#open-popup-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
}

.container {
    padding: 2rem 0 2rem 0;
}

.main-text-head>h2 {
    font-size: 40px;
    color: #622A7C;
    text-align: center;
}

.main-text-head>p {
    font-size: 16px;
    color: #2B2B2B;
    text-align: center;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
}

.row {
    flex: 1;
}

/* Form */
.form-fields {
    margin: 20px;
}

.row {
    display: flex;
    flex-direction: column;
}

/* Label styles */
#wpcf7-f154-o1 .wpcf7-checkbox,
label {
    color: #7F879E;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 5px;
}

/* Input styles */

.popup_company input[type="text"],
.popup_email input[type="email"],
.popup_phone input[type="number"],
form textarea {
    padding: 0.5rem;
    border: 1px solid #ccc;
    background-color: #F7F7F9;
    height: 2rem;
    width: 90%;
    margin-bottom: 1rem;
}
.popup_name input[type="text"]{
	width: 82%;
	padding: 0.5rem;
    border: 1px solid #ccc;
    background-color: #F7F7F9;
    height: 2rem;
	margin-bottom: 1rem;
}
.popup_last input[type="text"] {
    width: 82%;
	padding: 0.5rem;
    border: 1px solid #ccc;
    background-color: #F7F7F9;
    height: 2rem;
	margin-bottom: 1rem;
}

/* Submit button styles */
#wpcf7-f154-o1 .wpcf7-submit {
    border: none;
    background: #FF7F00;
    font-size: 16px;
    color: #FFF;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    display: block;
    width: auto;
    margin: 2rem auto;
}

/* Bottom section styles */
.bottom-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom-section .field {
    flex: 1;
    padding: 0.5rem;
    margin: 0.2rem;
}

.field>h3 {
    font-size: 18px;
    color: #232323;
}

.field>p {
    font-size: 14px;
    color: #636363;
}

.field>a {
    text-decoration: none;
    color: #622A7C;
    font-size: 14px;
}

