/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
@charset "utf-8";
.post_content img {
    margin: 10px;
}

div#gform_confirmation_message_1 {
    color: white;
	font-weight: bold;
}
div#gform_confirmation_message_2 {
    color: var(--font-color);
	font-weight: bold;
}
input#gform_submit_button_3 {
    color: rgb(255, 255, 255) !important;
    text-shadow: transparent 0px 1px 0px !important;
    background-color: rgb(41, 145, 0) !important;
    width: 50%;
    height: 50px;
    margin-left: 34px;
    border-radius: 7px;
    border-color: rgb(50, 97, 125) !important;
	margin-bottom: 10px;
}
.gform_body ul li {
    list-style: none;
    list-style-type: none!important;
}
label.gfield_label {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
input#input_3_1, #input_3_2 {
    width: 100%;
    background: var(--font-sub-color);
    color: var(--font-color);
    font-size: 15px;
    padding: 7px 15px;
    margin-bottom: 3px;
    border: none;
    border-radius: 5px;
}
h1.headline {
	color: var(--font-color);
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
	font-weight: 500;
    font-family: Rubik, sans-serif;
}
a {
    color: var(--hover-color);
    font: 500 16px 'Rubik', sans-serif;
}
 .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea {
    width: 100%;
    background: var(--font-sub-color);
    color: var(--font-color);
    font-size: 15px;
    padding: 7px 15px;
    margin-bottom: 3px;
    border: none;
	border-radius: 5px;
}
input#ninja_forms_field_4 {
    color: rgb(255, 255, 255) !important;
    text-shadow: transparent 0px 1px 0px !important;
    background-color: rgb(41, 145, 0) !important;
    width: 50%;
    height: 50px;
    border-radius: 7px;
    border-color: rgb(50, 97, 125) !important;
}
.post_box ul li {
    list-style-type: square;
    margin-bottom: 15px;
    margin-left: 35px;
}
.post_box h2 {
    color: var(--font-color);
    font-size: 20px;
    margin-bottom: 5px;
	font-weight: 500;
    font-family: Rubik, sans-serif;
}
.post_box h3 {
    color: var(--font-color);
    font-size: 17px;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    margin-bottom: 5px;
}

.founder_box.cf.content {
    padding: 0 18px 0 60px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    cursor: pointer;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	 width: 70%;
    float: left;
	
}
.content p {
	color: #444;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
}
div#ninja_forms_form_1_all_fields_wrap {
    color: #444;
    font-size: 16px;
    line-height: 26px;
}
.columns > .sidebar {
	width: 29%;
	float: right;
	padding: 26px 26px 0 26px;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 26px 26px 0 26px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: var(--font-color);
}
.headline a:hover {
	color: #0000EE;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	    color: var(--font-color);
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #0000EE;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/* css reset */
* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before, q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer
}

:focus {
    outline: 0
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

a {
    text-decoration: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

img {
    border: 0 none;
    max-width: 100%
}

a {
    outline: none;
    cursor: pointer
}

.none {
    display: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

.clear {
    clear: both
}

img {
    max-width: 100%
}

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 1px dotted transparent
}

header, section, footer {
    margin: 0
}

.preloader {
    display: none
}

/* css veriable declaration */
:root {
    --main-color: #ffffff;
    --font-color: #003368;
    --font-sub-color: #fdb813;
    --back-color: #eceff4;
    --hover-color: #bf0967;
}

/* css start */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

a {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.head_top {
    margin-top: 30px;
}

.logo {
    float: left;
    width: 19%;
}

.head_contact {
    float: right;
    width: 15%;
    margin-top: 15px;
    text-align: center;
}

.head_phone a, .head_phone .mail {
    font: 400 14px 'Rubic', sans-serif;
}


.head_phone a {
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.head_phone a:hover {
    color: var(--hover-color);
}

.menu {
    float: left;
    width: 63%;
    margin-top: 25px;
    display: block;
}

.menu ul {
    display: table;
    margin: 0 auto;
	
}

.menu li {
    float: left;
    margin-right: 30px;
}

.menu ul li:last-child {
    margin-right: 0;
}

.menu ul li a {
    color: var(--font-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.menu ul li a:hover {
    color: var(--hover-color);
}
.menu .sub-menu {
	position: absolute;
    display: none;
    list-style: none;
    border-radius: 5px;
    padding-left: 10px;
    background: #fdb813;
    z-index: 110;
    margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 13em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 13em;
	clear: both;
}
.fullpage {
    margin-top: 30px;
}

.intro_content_box {
    margin-left: 4%;
}

.intro_box {
    display: table;
    margin: 0 auto;
    position: relative;
}

.intro_box img {
    display: table;
    margin: 0 auto;
    /*width: 1000px;
    height: auto;*/
}

.intro_mob.arrow {
    position: absolute;
    top: 17%;
    left: 34%;
    z-index: 1;
}

.intro_box img.intro_mob.arrow {
    width: 60px;
}

.square_box_main {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 45px 100px 65px 100px;
    border-radius:  0 0 15px 15px;
}

.intro_title h2 {
    color: var(--font-color);
    line-height: 40px;
    /*text-transform: uppercase;*/
    font: 500 36px 'Rubik', sans-serif;
}

.intro_sub_title {
    color: var(--font-color);
    font-size: 45px;
    line-height: 40px;
    font-family: 'Squada One', cursive;    
}

.intro_content {
    margin: 25px 0 0 35px;
}

.intro_content p {
    color: var(--font-color);
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.hyphen {
    position: relative;
    padding-left: 32px;
}

.hyphen:before {
    position: absolute;
    content: '';
    background: var(--font-color);
    width: 20px;
    height: 4px;
    top: 11px;
    left: 0;
}

.intro_content h2 {
    text-transform: uppercase;
    color: var(--font-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.square_box_main.contact {
    background: var(--font-color);
    width: 85%;
    padding: 0 0 25px 0;
    position: relative;
    margin: 5% auto;
}

.team_content ul {
    margin-top: 25px;
}

.team_content ul li {
    color: var(--font-color);
    font-size: 16px;
    line-height: 33px;
    font-family: 'Roboto', cursive;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
}

.team_content ul li:before {
    position: absolute;
    content: '';
    background: var(--font-color);
    width: 20px;
    height: 4px;
    top: 15px;
    left: 0;
}

.contact_title {
    text-align: center;
    color: var(--font-color);
    font-size: 26px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Rubic', sans-serif;
}

.box {
    width: 100%;
    position: absolute;
    top: 30px;
}

.contact_num a, .msg_below, .contact_title_parent > div {
    color: var(--main-color);
    font-size: 25px;
    font-family: 'Rubic', sans-serif;
}

.contact_num a:hover {
    color: var(--hover-color);
}

.contact_title_parent {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/wp-content/thesis/skins/idesignzettasphere-/images/con_cir.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin-top: -35px;
}

.option {
    background: var(--font-sub-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--font-color);
    font-size: 12px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.intro_form {
    width: 450px;
    margin: 0 auto;
    margin-top: 50px;
}

.intro_form input[type=text], textarea {
    width: 100%;
    background: var(--font-sub-color);
    color: var(--font-color);
    font-size: 15px;
    padding: 7px 15px;
    margin-bottom: 3px;
    border: none;
}

.intro_form textarea {
    height: 78px;
    resize: none;
}

.intro_form input[type=submit] {
    color: var(--font-color);
    font-size: 15px;
    background: var(--font-sub-color);
    padding: 7px 30px;
    border-radius: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.intro_form input[type=submit]:hover {
    background: var(--main-color);
}

.Discussion_main_box {
    margin: 40px 0 55px 0;
}

.Discussion_box {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.Discussion_box .title {
    color: var(--font-color);
    font-size: 54px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.Discussion_box .option {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 19px;
    line-height: 40px;
    margin: -20px;
}

.Discussion_box .intro_sub_title {
    font: 500 36px 'Rubik', sans-serif;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.detail ul li {
    position: relative;
    padding-left: 40px;
    line-height: 33px;
}

.detail ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    background: url('/wp-content/thesis/skins/idesignzettasphere-/images/right-arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px;
    width: 18px;
}

.detail ul li a {
       color: var(--hover-color);
    font: 500 16px 'Rubik', sans-serif;
    line-height: 30px;
}

.detail ul li a:hover {
    color: var(--font-color);
}

.Email_main_box {
    position: relative;
}

.Email_main_box:before, .Email_main_box:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 367px;
    height: 40px;
    background: var(--font-sub-color);
}

.Email_main_box:before {
    left: 0;
}

.Email_main_box:after {
    right: 0;
}

#myBtn {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 35px;
    right: 45px;
    z-index: 99;
    text-align: center;
    color: var(--font-color);
    font-size: 18px;
    text-transform: uppercase;
}

#myBtn:hover {
    color: var(--hover-color);
}

.email_title {
    color: var(--font-color);
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
	font: 500 36px 'Rubik', sans-serif;;
}

.email_con p {
    color: #444;
    font-size: 16px;
    line-height: 26px;
}

.detail {
    float: left;
    width: 900px;
    margin-top: 30px;
}

.detail ul li img {
    width: 25px;
    height: 25px;
    margin-right: 25px;
}

.side_img {
    position: absolute;
    top: 90px;
    right: -55px;
	height: 396px;
}

.side_img img {
    width: 71.5%;
	height: 100%;	
}

.Email_box, .quot-block {
    width: 85%;
    margin: 0 auto;
}

.Email_box {
    /*margin-bottom: 40px;*/
}

.founder_box {
    margin-bottom: 25px;
    background: #eceff4;
    width: 100%;
    height: auto;
    padding: 7.5%;
    position: relative;
}

.founder_box img {
    position: absolute;
    top: -40px;
    left: 20px;
}

.founder_box p {
    color: #444;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', cursive;
    margin-bottom: 20px;
    font-weight: 400;
}

.founder_name {
    color: var(--font-color);
    line-height: 35px;
    font: 400 18px 'Roboto', sans-serif;
}

.founder_post {
    color: #888888;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.founder_post span {
    font-weight: 500;
}

.Email_main_box.rapid {
    margin-top: 40px;
}

.Email_main_box.rapid.loist {
    margin-bottom: 100px;
}

.footer_back {
    text-align: center;
    background: var(--font-sub-color);
    width: 100%;
    height: auto;
    padding: 55px 0 30px 0;
}

.footer_back .title {
    color: var(--font-color);
    font-size: 36px;
    font-weight: 500;
    line-height: 65px;
    font-family: 'Rubic', sans-serif;
    text-transform: uppercase;
}

.footer_back .sub_title {
    color: var(--font-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.free_email_box .intro_form {
    margin-top: 25px;
    position: relative;
    bottom: 0;
}

.free_email_box .intro_form {
     width: 63%;
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}

.free_email_box .intro_form input[type=text] {
    float: left;
    width: 500px;
    padding: 0 20px;
    font-weight: 300;
    background: var(--main-color);
	height: 48px;
}

.free_email_box .intro_form input[type=submit] {
    color: var(--main-color);
    background: var(--font-color);
    display: inline-block;
    float: left;
    margin-top: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 300;
    padding: 0 35px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
	height: 48px;
}

.free_email_box .intro_form input[type=submit]:hover {
    color: var(--font-sub-color);
}

.privacy_box {
    margin-top: 10px;
}

.privacy_box p {
    color: var(--font-color);
    font: 300 14px 'Rubic', sans-serif;
    line-height: 20px;
}

.privacy_box p a {
    color: #00458d;
    text-decoration: underline;
}

.privacy_box p a:hover {
    color: var(--hover-color);
}

.lines {
    background: var(--font-color);
    width: 100%;
    height: 4px;
    margin: 35px 0;
}

.head_contact.info {
    float: none;
    width: auto;
    margin-top: 0;
    text-align: center;
}

.head_contact.info .head_phone a {
    font: 500 36px 'Rubic', sans-serif;
    line-height: 40px;
}

.social {
    margin: 30px 0;
}

.social ul {
    display: table;
    margin: 0 auto;
}

.social ul li {
    float: left;
    margin-right: 50px;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a img {
    width: 30px;
    height: 30px;
}

.footer_address p {
    color: var(--font-color);
    font: 300 14px 'Rubic', sans-serif;
    line-height: 20px;
}

.footer_address p a {
    color: var(--font-color);
}

.footer_address p a:hover {
    color: var(--hover-color);
}

/* new css start */
.contact_box img.con_img {
    width: 150px;
    margin-top: -40px;
}

.contact_box {
    position: relative;
}

.top_section {
	text-align: right;
}

.header-box {
    padding: 80px;
	background-size: cover;
    background-position: top left;
}

.top_section .top_text {
	display: inline-block;
	width: 100%;
	max-width: 50%;
	text-align: left;
}

.top_section .top_text h2 {
    color: #fff;
    line-height: 1.8;
    font: 700 44px 'Rubik', sans-serif;
}

.top_text h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}

.top_text p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.email_con:last-child {
	margin-bottom: 15px;
}

.collapsible {
    background-color: #f1f1f1;
    cursor: pointer;
    padding: 13px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*
.content {
    padding: 0 18px 0 60px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    cursor: pointer;
}*/

.arrow-down {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 25px solid var(--font-sub-color);
    margin-left: 15px;
    display: inline-block;
}

.collapsible.active .arrow-down {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}

.collapsible.active .ellipsis {
    display: none;
}

.quot-image, .collapsible .founder_name, .collapsible .founder_post {
    margin-right: 15px;
}

.founder_box:after {
    content: '';
    position: absolute;
    width: 585px;
    height: 5px;
    background: var(--font-color);
    bottom: 0;
    right: 0;
}

.content p:first-child {
    margin-top: 20px;
}

.content p:last-child {
    margin-bottom: 40px;
}

.collapsible .quot_parent {
    display: flex;
    align-items: center;
    width: 82%;
}

.collapsible .founder_post {
    width: 15%;
}

.quot-image {
    width: 55px;
}

.founder_post {
    display: flex;
    justify-content: flex-end;
}

.founder_post > div {
    display: flex;
    align-items: center;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-link, .head_phone.mail {
    color: var(--font-color);
}

.message-me-text {
    text-decoration: underline;
    font-weight: 500;
}

.italic-text {
    font-style: italic;
}

.previous_posts,
.next_posts{
    display: inline-block;
}

.next_posts a,
.previous_posts a{
	display: block;
    background: #299100;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 8px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.next_posts a:hover,
.previous_posts a:hover{
	background: #444;
	color: #fff;
	text-decoration: none;
}


@media (max-width: 1860px) and (min-width: 1701px) {
    .Email_main_box:before, .Email_main_box:after {
        width: 280px;
    }
}

@media (max-width: 1700px) and (min-width: 1367px) {
    .Email_main_box:before, .Email_main_box:after {
        width: 90px;
    }
}

/* 1366 media query start */
@media (max-width: 1366px) {
    .container {
        max-width: 1260px;
        margin: 0 auto;
    }

    .menu {
        display: table;
        margin: 0 auto;
        margin-top: 25px;
    }

    .menu ul li {
        margin-right: 35px;
    }

    .Email_main_box:before, .Email_main_box:after {
        top: 10px;
        width: 54px;
        height: 40px;
    }

    .founder_box:after {
        width: 600PX;
    }

    .people_info {
        margin-left: 560px;
    }

    #myBtn {
        bottom: 20px;
        right: 30px;
        font-size: 15px;
    }

    #myBtn img {
        width: 20px;
        height: 20px;
    }

    .side_img {
        right: -70px;
    }
}

/* 1024 media query start */
@media (max-width: 1330px) {
    .container {
        max-width: 920px;
        margin: 0 auto;
    }

    .menu {
        margin-top: 15px;
    }

    .menu ul li {
        margin-right: 25px;
    }

    .menu ul li a {
       line-height: 25px;
    }

    .head_contact {
        margin-top: 0;
        width: 18%;
    }

    .Email_main_box:before, .Email_main_box:after {
        top: 5px;
        width: 43px;
        height: 35px;
    }

    .detail {
        width: 730px;
    }

    .detail ul li img {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }

    .side_img {        
        right: -40px;
    }

    #myBtn {
        bottom: 20px;
        right: 25px;
    }

    .founder_box:after {
        width: 465px;
        height: 4px;
        bottom: -4px;
    }

    .people_info {
        margin-left: 380px;
    }

    #myBtn {
        bottom: 15px;
        right: 20px;
        font-size: 14px;
    }

    .intro_mob.arrow {
        left: 31%;
    }

    .collapsible .founder_post{
        margin-top: -2%;
    }
}

/* 768 media query start */
@media (max-width: 1023px) {
	.head_top {
    	margin-top: 0px!important;
	}
   
	.side_img {
    	top: 78px;
	}

    .collapsible .quot_parent {
        width: 100%;
        flex-direction: column;
    }

    .collapsible .founder_post {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .collapsible .founder_name {
        margin: 20px 0;

    }

    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .logo {
        width: 35%;
    }

    .head_phone a {
        font-size: 20px;
        line-height: 25px;
    }

    .menu {
        float: none;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .menu ul li {
        margin-right: 35px;
    }

    .menu ul li a {
       line-height: 35px;
    }

    .head_contact {
        margin-top: 17px;
        width: 18%;
    }

    .fullpage {
        margin-top: 100px;
    }

	.detail ul li img {
        width: 18px;
        height: 18px;
        margin-right: 15px;
    }

    .detail {
        width: 515px;
        margin-top: 15px;
    }

    .Email_main_box:before, .Email_main_box:after {
        top: 10px;
        width: 25px;
        height: 25px;
    }

    #myBtn {
        right: 20px;
    }

    .founder_box img {
        top: -30px;
        left: 15px;
        width: 8%;
    }

    .people_info {
        margin-left: 315px;
    }

    .founder_box:after {
        width: 350px;
    }

    .Email_main_box.rapid {
        margin-top: 30px;
    }

    .Email_main_box.rapid.loist {
        margin-bottom: 65px;
    }

    .footer_back {
        padding: 85px 0 20px 0;
    }

    .free_email_box .intro_form input[type=text] {
        width: 385px;
        margin-bottom: 0;
        font-size: 16px;
        padding: 10px 15px;
    }

    .free_email_box .intro_form input[type=submit] {
        font-size: 16px;
        padding: 10px 30px;
    }

    .free_email_box .intro_form {
        margin-top: 20px;
    }

    .lines {
        margin: 65px 0;
    }

    .social {
        margin: 30px 0;
    }

    .intro_mob.arrow {
        top: 16%;
        left: 26%;
    }
}

/* 414 media query start */
@media (max-width: 414px){

}

/* 375 media query start */
@media (max-width: 465px) {
.menu {
        float: none;
        position: absolute;
        width: 100%;
        top: 160px!important;
        background: white;
        z-index: 1;
        left: 0;
        display: none;
    }
}
@media (max-width: 770px) {
	.menu .sub-menu {
    position: absolute;
    display: none;
    list-style: none;
    border-radius: 5px;
    padding-left: 10px;
    background: #fff;
    z-index: 110;
    margin-top: -1px;
}
	.columns > .content {
    width: 100%;
    float: left;
	margin-top: 15px;
}
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .head_top {
        margin-top: 25px;
        position: relative;
    }

    .head_phone {
        text-align: center;
        width: 100%;
    }

    .logo {
        float: none;
        width: 45%;
        margin: 0 auto;
    }

    .menu {
        float: none;
        position: absolute;
        width: 100%;
        top: 170px;
        background: white;
        z-index: 1;
        left: 0;
        display: none;
    }

    .menu ul {
        border-top: 1px solid rgba(0, 0, 0, .12);
    }

    .menu ul li {
        float: left;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .12);
        margin-right: 0;
        background: #fff;
    }

    .menu ul li a {
        color: var(--black-color);
        width: 100%;
        font-size: 14px;
        line-height: 35px;
        padding: 5px 0 0 5px;
        text-align: left;
    }

    .active i {
        display: none;
    }

    .mob_menu {
        cursor: pointer;
        margin: 0 auto;
        display: table;
        position: absolute;
        left: 47%;
        bottom: -30px;
    }

    .line1, .line2, .line3 {
        width: 21px;
        height: 3px;
        background-color: var(--font-color);
        margin: 3px 0;
        transition: 0.4s;
    }

    .change .line1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-3px, 6px);
    }

    .change .line2 {
        opacity: 0;
    }

    .change .line3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-4px, -8px)
    }

    .intro {
        display: none !important;
    }

    /*.intro_mob{
        display: block !important;
    }*/
    .fullpage {
        margin-top: 85px;
    }

    .team_content ul li {
        line-height: 22px;
        margin-bottom: 8px;
    }

    .box {
        position: relative;
        top: 0;
        width: 100%;
    }

    .contact_num a {
        /*bottom: -55px;*/
    }

    .intro_form {
        /*display: none;*/
        width: 100%;
        bottom: -435px;
    }

    .intro_form textarea {
        height: 179px;
    }

    .Discussion_box .title {
        text-align: center;
        line-height: 50px;
    }

    .Discussion_box .option {
        margin: 0 auto;
    }

    .Discussion_box .intro_sub_title {
        text-align: center;
        line-height: 40px;
    }

    .side_img {
        display: none;
        top: 0;
        right: 0;
    }

    .detail {
        width: 100%;
        margin-top: 30px;
    }

    .detail ul li {
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .detail ul li:before {
        top: 5px;
    }

    .detail ul li a {
        line-height: 27px;
    }

    .Discussion_main_box {
        margin: 80px 0 50px 0;
    }

    .Email_main_box:before, .Email_main_box:after {
        content: '';
        position: relative;
        top: 0;
        width: 0;
        height: 0;
        background: transparent;
    }

    .Email_box {
        padding: 0;
    }

    .founder_box img {
        top: -15px;
        left: 10px;
    }

    .founder_box:after {
        width: 100%;
        height: 5px;
        bottom: -5px;
    }

    .people_info {
        margin-left: 0;
    }

    .Email_main_box.rapid {
        margin-top: 0;
    }

    .footer_back .title {
        line-height: 50px;
    }

    .footer_back .sub_title {
        line-height: 18px;
        margin-top: 10px;
    }

    .free_email_box .intro_form input[type=text] {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .free_email_box .intro_form input[type=submit] {
        float: none;
        text-align: center;
        width: 100%;
    }

    .lines {
        margin: 40px 0;
    }

    .head_contact.info .head_phone {
        display: block;
    }

    .footer_address p br {
        display: none;
    }

    #myBtn {
        right: 15px;
        bottom: 15px;
        font-size: 13px;
    }

    #myBtn img {
        width: 13px;
        height: 13px;
    }

    .email_title {
        text-align: center;
    }

    .footer_back {
        padding: 60px 0 25px 0;
    }

    .head_contact {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .head_phone a {
        font-size: 16px;
        line-height: 25px;
    }

    .intro_sub_title {
        line-height: 35px;
    }

    .team_content ul li:before {
        top: 8px;
    }

    /* new css start */

    .intro_box img.intro_mob.user {
        width: 79%;
        margin-bottom: -4px;
    }

    .team_content ul {
        margin-top: 15px;
    }

    /* new css start */
    .intro_box img.intro_mob.arrow {
        display: none !important;
    }

    .square_box_main {
        width: 100%;
        padding: 40px 25px 60px 25px;
    }

    .square_box_main.contact {
        width: 85%;
        padding: 0 30px 25px 30px;
    }

    .intro_content_box {
        margin-left: 0;
    }

    .intro_content {
        margin: 25px 0 0 0;
    }

    .option {
        width: 25px;
        height: 25px;
        font-size: 11px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .Discussion_box, .Email_box {
        width: 100%;
    }

    .top_section .top_text {
        margin-top: 0;
    }

    .contact_info {
        flex-direction: column-reverse;
    }

    .square_box_main.contact{
        margin: 12% auto;
    }

    .contact_title {
        font-size: 25px;
        line-height: 22px;
    }

    .msg_below {
        display: none;
    }
}
@media (max-width: 1024px) {
.columns > .content {
    width: 69%;
    float: left;
}	
}
@media (max-width: 768px)
	{
.columns > .sidebar {
    width: 100%;
    float: left;
    padding: 26px 26px 0 26px;
}
.head_contact {
    margin-top: 17px;
    width: 23%;
}
		.columns > .content {
    width: 100%;
    float: left;
}
}
@media (max-width: 768px)
	{
.head_contact {
    margin-top: 17px;
    width: 100%;
}
		.columns > .content {
    width: 100%;
    float: left;
}
		.next_posts a,
	.previous_posts a{
		padding: 10px 16px;
		font-size: 14px;
		text-align: center;
		font-weight: 400;
	}
}

@media only screen and (max-width: 948px) and (min-width: 771px)
	{
		.head_contact {
			margin-top: 10px;
			width: 22%;
		}
		
		
}
@media (max-width: 560px) {
	.right, .alignright, img[align="right"] {
    display: block;
    float: none;
}
	.columns > .content {
    width: 100%;
    float: left;
}
	.header-box{
		padding: 40px 20px;	
	}
	.top_section .top_text{
		max-width: 100%;
	}
	
    .top_section .top_text h1 {
        font-size: 22px;
    }
	
	.top_section .top_text h2{
		font-size: 30px;
	}
	
	.top_text p{
		font-size: 24px;	
	}
	
	.intro_content p{
		font-size: 16px;	
	}
}

/* 320 media query css start */
@media (max-width: 374px) {
	.columns > .content {
    width: 100%;
    float: left;
}

    .top_section .top_text h1 {
        font-size: 14px;
        line-height: 1.3;
    }

    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .menu {
        top: 150px;
    }

    .intro_content_box {
        top: 275px;
        width: 220px;
    }

    .team_content {
        bottom: 230px;
        width: 225px;
    }

    .option {
        bottom: -85px;
    }

    .intro_form {
        bottom: -400px;
    }

    .Discussion_box .title {
        font-size: 50px;
        line-height: 40px;
    }

    .detail ul li a {
        font-size: 20px;
        line-height: 25px;
    }

    .founder_box img {
        top: -12px;
        left: 10px;
    }

    .lines {
        margin: 30px 0;
    }

    .head_contact.info .head_phone a {
        font-size: 26px;
        line-height: 30px;
    }

    .intro_form input[type=submit] {
        padding: 8px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px){
	.top_section .top_text{
		max-width: 45%;	
	}
	
	.top_section .top_text h2{
		font-size: 32px;	
	}
	
	.top_text h1{
		font-size: 20px;
		margin-top: 15px;
	}
	
	.top_text p{
		font-size: 22px;	
		margin-top: 15px;
	}
}

@media only screen and (max-width: 768px){
	.top_section .top_text{
		max-width: 40%;	
	}
	
	.header-box{
		padding: 60px 30px;	
	}
}

@media only screen and (max-width: 567px){
	.header-box{
		padding: 20px 10px 60px 10px;	
	}
	
	.top_section .top_text{
		max-width: 49%;
	}
	
	.top_section .top_text h2{
		font-size: 18px;	
	}
	
	.top_section .top_text h1{
		font-size: 13px;	
	}
	
	.top_text p{
		font-size: 14px;	
	}
}

@media only screen and (max-width: 568px){
	
}

@media only screen and (max-width: 480px){
	.next_posts,
	.previous_posts{
		float: none !important;
		display: block;
		margin-bottom: 6px;
	}
}


@media only screen and (max-width: 370px){
	.intro_box{
		display: block;	
	}
	
	.header-box{
		padding: 10px 10px 51px 10px;	
	}
		
	.top_section .top_text h2{
		font-size: 14px;	
	}
	
	.top_section .top_text h1{
		font-size: 11px;
		margin-top: 10px;
	}
	
	.top_text p{
		font-size: 11px;
		margin-top: 10px;
	}
}