/*!
Theme Name: SUBSWISS-Theme
Theme URI: subswiss.com
Author: Karar Raheem
Author URI: https://www.subswiss.ch
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: subswiss-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Tested up to: 5.4
Requires PHP: 7.2
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SUBSWISS Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Page Loader */

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #14272f;
  /* change if the mask should have another color then white */
  z-index: 99999999;
  /* makes sure it stays on top */
}

#status {
  width: 128px;
  height: 30px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background: url(img/pageloader.gif) no-repeat center center;
   background-size: 128px 30px;
  margin: 0 0 0 -50px;
  /* is width and height divided by two */
}
/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
h1,h2,h3,h4,h5,h6 {
	
}
h1{
	font-size:45px;
}
h2{
	font-size: 30px;   
}
h3{
	font-size:20px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */	
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	/*margin: 0 0 1.5em 3em;*/
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


textarea {
	width: 100%;
}

/*.img{display:block;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100vh}*/
body {
  /*background: #16a085;*/
  font-family: 'Gilroy', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  position: relative;
	min-height: 100%;
  font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.bg-gray{
	background:#eee;	
}
.sub-bg{
	background: linear-gradient(to right, #2e3192, #92278f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sub-bg{
	background: linear-gradient(to right, #2e3192, #92278f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sub-purple{
	color:#fff;
	background: #92278f;

}
.sub-blue{
	color:#fff;
	background: #2e3192;	
}

/* search start  */

.search-inline {
	width: 100%;
	left: 0;
	top: 0;
	height: 66px;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	background-color: #efefef;
	z-index:9999;
	transition: all .5s ease-in-out;
}

.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
	animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
	position: absolute;
	right: 52px;
	top: 0;	
	border: 0px;
	top: 0;
	right: 80px;
	padding: 0px;
	cursor: pointer;
	width: 80px;
	height: 100%;
	
}

.search-inline .form-control {
	border: 0px;
	padding-left: 0;
	font-size: 2rem;
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	width: 100%;

	font-weight: 700;
	outline: none;
}

.search-inline .search-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	text-align: center;
	display: table;
	text-decoration: none;
}

.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
}

.search-inline .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	text-indent: 40px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #efefef;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


#primary {
  position: relative;
  padding: 0;
  margin: 0;  
}

.hov-color-red:hover {
   color: #ff765a;
}
.hov-color-green:hover {
  color: #5aff8c;
}
.hov-color-blue:hover {
  color: #5acbff;
}

.wide {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 0 60px 0;
  min-height: 100vh;
}

/*scroller style*/
::-webkit-scrollbar { width: 15px; }

::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 0px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb {
  background: #2e3192;
  background: -moz-linear-gradient(top, #2e3192 0%, #2d7dc2 100%);
  background: -webkit-linear-gradient(top, #2e3192 0%, #2d7dc2 100%);
  background: -o-linear-gradient(top, #2e3192 0%, #2d7dc2 100%);
  background: -ms-linear-gradient(top, #2e3192 0%, #2d7dc2 100%);
  background: linear-gradient(to top, #2e3192 0%, #2d7dc2 100%);
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3192', endColorstr='#2d7dc2', GradientType=1);
}

.sub-logo{
	width:350px;
	/*font-size: 40px;*/


    /*font-weight: bold;
    letter-spacing: -3px;                                               
	background-image: -webkit-linear-gradient(left, #2e3192, #5f2c91, #92278f) !important; 
    background-image: -moz-linear-gradient(left, #2e3192, #5f2c91, #92278f) !important; 
    background-image: -ms-linear-gradient(left, #2e3192, #5f2c91, #92278f) !important; 
    background-image: -o-linear-gradient(left, #2e3192, #5f2c91, #92278f) !important; 
    background-image: linear-gradient(to right, #2e3192, #5f2c91, #92278f) !important; 
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
	padding-right:10px;
	-webkit-transition: all 0.4s ease;
 	transition: all 0.4s ease;
	color:initial  !important;*/
	
}
.sub-logo:hover{
	text-decoration:none
}
.parslider{
	background:#fff;
	color:#000;
	z-index:9999;
	position:relative;
	height: 100vh;
}

.sliderimg,.arabic,.content-box{
	display:block;
	position:absolute;
	z-index:-1;
	top:0;
	width:100%;
	height:100vh
}
.sliderimg{
	left:0;
    object-fit: cover;

}
.arabic{
    height: auto !important;
    width: 25% !important;
    right: 20%;
    top: 10%;

}
.content-box h1{
	font-size: 659%;
    line-height: 80%;
    font-weight: 300;
    color: #fde7db;
}
.content-box p{
	color:#fde7db;
	font-size: 32px;
    line-height: 40px;
}
.content-box{
	transform: translate(-50%, 0%);
    left: 50%;
	top:20%;
	z-index:999999999;
	text-shadow: #312e53 1px 0 20px;
	
}
.about-me a{
	color:#ccc;
	font-weight:bold;
	text-decoration:underline
}
.site-content,.site-header,.site-main{
	position:relative
}
.site-header{
	margin-top:45px;
	position:fixed;
	z-index:999999;
	font-weight:bold;

}
.site-header nav{
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}
.site-header li { 
  display: table-cell; 
  position: relative; 
}
.site-header ul li a{
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color:#2e3192 !important;
  font-size:18px
}

.site-header ul a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0379cb;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.site-header ul a:hover:after { 
  width: 100%; 
  left: 0; 
}
.site-content{
	margin-top:65px
}
.site-header-scroll{
	font-size: 140% !important;
}
#about{
	background:#251022
}
#about h1{
	font-size:45px;
	font-weight:bold;
	text-transform: uppercase;
	color:#f86c3a;
	/*text-shadow: 0px 5px 0px #000;*/
}
#about h2{
	font-size: 30px;   
    color: #fff;
    margin: 0 0 15px
}
#about h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px;
}
#about  p {
    width: 470px;
    max-width: 100%;
    font-size: 18px;
	color:#fff
}
/*
#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}*/
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 10vh;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px
}
@media (max-width: 767px) {
    .icon-scroll {
        position: relative;
    }
	.content-box{
		left:50%;
	}
	.content-box h1{
		font-size:350%
	}
	.collab h1,.collab h2{
		text-align:left
	}
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}

.img-container{
	background: #c83450;
	padding: 25px 45px;
    border-radius: 3px;
    /*width: 120px;*/
    margin: 0 auto;
    position: relative;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
	line-height: 25px
}
.img-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid #c83450;
    border-bottom: 0px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    left: 50%;
    bottom: -15px;
    margin-left: -20px;
}
.about-me h2{
	padding-top: 30px;
    margin-bottom: 10px;
	/*text-shadow: 0px 5px 0px #000;*/
}

.howmany span {
	font-size:70px;
	font-weight:bold;
	color:#ffc6a1;
	    line-height: 130%;
}
.howmany h2{
	font-size:30px;
	font-weight:bold;
}
.howmany h6{
	color:#ffc6a1;
	font-size:18px;
	font-weight:bold
}
#services{
	background:#ff6457;
}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	/*background:#eee;*/
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.9);
}
.service-box,.funfact{    
	margin: 0px;
    text-align: center;
    padding: 20px 10px;
   /* border: 1px solid #f0f0f0;*/
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffc6a1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color:#3e111d;
	-webkit-box-shadow: 0px 0px 60px 6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 60px 6px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 60px 6px rgba(0,0,0,0.25);
	height:500px;
	line-height:28px
}
.funfact{
	height:100%;
}
.service-box h2{
	font-size: 30px;
    font-weight: 700;
    color: #83263f;
    margin: 0 0 15px;
}
.service-box ul li {
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
	list-style:none;
    border-bottom: 1px solid #fda39d;
}
.service-box p{
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 0;
	min-height:150px
}
#services h1{
	font-size:45px;
	font-weight:bold;
	text-transform: uppercase;
	color:#ffc6a1;
	/*text-shadow: 0px 5px 0px #000;*/
}
#solutions {	
	position:relative;
	color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	background-image:url(img/tabs/1.jpg);
    transition: background-image 0.5s linear;
    -moz-transition: background-image 0.5s linear;
    -webkit-transition: background-image 0.5s linear;
    -ms-transition: background-image 0.5s linear;
	background-color:#204282
}
#solutions h1{
	font-size:45px;
	font-weight:bold;	
	color:#fefefe;	
	font-size:45px;
    margin: 0px 0;  
}
#solutions h2{
	font-size:45px;
	font-weight:normal;	
	color:#fefefe;	
	font-size:45px;
    margin: 0px 0; 
	display:block
}
#solutions .nav-tabs{
	border:none
}
#solutions .nav-tabs .nav-item.show .nav-link,#solutions .nav-tabs .nav-link.active{
	background:none;
	border:none;
	text-decoration:none;
	color:#fff !important;
	outline: 0;
}
#solutions .nav-tabs .nav-link.active{
	color:#fff !important;
}
#solutions .nav-tabs .nav-link:focus, #solutions .nav-tabs .nav-link:hover{
	border:none;
	margin:0px;
	text-decoration:none;
	color:#fff !important;
	outline: 0;
}
#solutions .nav-link{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	outline: 0;
	color:#999 !important;
}
#solutions p{
	font-size:20px;
	line-height:35px;

}
#portfolio{
	position:relative;
	background-color:#f8f9fa /*url(img/solutions.png) no-repeat center top*/;
	color:#333;
	font-size:18px !important;
	
}
#portfolio .carousel-inner img {
	border: solid 1px #ccc;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
#portfolio h2 {
	font-size: 45px;
    font-weight: bold;
    color: #0379cb;
    font-size: 45px;
    margin: 0px 0;
}
#portfolio p{
	height:auto;
	line-height:25px;
}
#portfolio .carousel-inner li{
	padding: 5px 0;
	font-size: 15px;
	border-bottom: #dfdfdf solid 1px
}
.carousel-control-prev,.carousel-control-next{
	font-size:30px;
	color:#204282;
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color:#204282;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
#contact{
	background:#1a3657;
	color:#5ccaed
}

.sub-contact label.contactf7 {
	margin:25px 0px 10px 0;
	font-size:16px;
}
.sub-contact label.quiz7 {
	margin:25px 0px 10px 0;
	font-size:16px;
}
.sub-contact .form-control{
	padding-left:10px
}
.sub-contact .contact7submit{
	width:120px;
}

span.wpcf7-not-valid-tip{
	padding-top: 10px
}

span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
 
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
}
div.wpcf7 .ajax-loader{
	background-image: url(img/loader.gif) !important;
	width: 32px !important;
    height: 32px !important;
    margin: 18px 0px 0 16px !important;
}



.highlight {
	opacity:.5;
    border-color:#444;
}
.img-thumbnail {
	marin-bottom:4px;
}


.site-footer{
	background:#204282;
	color:#fff;
}
.site-footer a{
	color:#eee
}


.no-gutter > [class*='col-'] {
    padding:0 2px;
}

/* Carousel
----------------------------------- */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 0.5s;
    left: 0;
    top: 0;
    position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 0.7s;
}
.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1s;
}
.carousel-item .img-fluid {
    margin: 0 auto;
}

#carouselExampleControls .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#carouselExampleControls .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#carouselExampleControls .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#carouselExampleControls .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#carouselExampleControls .carousel-indicators > li.active img {
    opacity: 0.9;
}




.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom:0px;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
.post-blog{
	margin-top:100px !important;
}
.page-title{
	font-weight:bold;
}
.entry-title{
	font-weight:bold;
	font-size:18px;
}

.vc-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: radial-gradient(circle, #2d7dc2, #2e3192);
  color: #fff;
}

.vc-heading {
  margin: 0 0 10px;
  font-size: 8em;
  text-shadow: 0px 1px 4px #393333;
  font-weight: 700;
}

.vc-subheading {
  margin: 0 0 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
}
.post-blog{
	min-height:80vh;
	
}
.portfolio-template-default{
	background:#14272f;
	color:#fff
}
.post-blog a{
	color:#5ccaed
}
.post-blog p{
	line-height:25px;
	font-size:16px;
	margin-bottom:1px;
}
.post-blog .card {
  background: #eee;

  border-radius: 2px;
  padding: 1rem;
  position: relative;
}
.head-bar{
	z-index:999999999;
	background:#eee;
}
img {
    -ms-interpolation-mode: bicubic;
	max-width: 100%;
  height: auto;
}
.padding20{
	padding-top:8% !important
}
.navbar-brand{
	width:40%
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.fixes-1{
	border: #c83450 solid 1px;
    border-radius: 5px;
	min-height:450px;
		    line-height: 28px
}

.portrait {
	margin-bottom: 20px;
	border-radius:100%
}
.service-ul{
	font-size:18px;
	line-height:28px;
	padding-top:10px;
	padding-bottom:10px
}
.service-box ul li:last-child{
	border:none
}
.funfact{
	  
    border: none; 
   color:#ffc6a1;
	background:none;
     border-radius: 0;
    padding-top: 35px;
    /* box-shadow: 0px 0px 60px 6px rgba(0,0,0,0.25); */
    /* height: 500px; */
    /* line-height: 28px; */

}
.gallery-block{
  padding-bottom: 0px;
  padding-top: 0px;
}
.gt_switcher-popup{
	padding:5px 7px 7px 7px;
}
.gt_container-rscohc a.glink span{
	font-size:18px
}
