/* 1 - Google Font
----------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);

/* 1 - Google Font End 
 -----------------------------*/
/* 2 - General styles
 -----------------------------*/
html,
body {
font-family: 'Sans', sans-serif;
color: #666666;
font-size: 16px;
text-align: justify;
}
a {
color:#1fb5ac;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
a:focus {
outline:none;
outline-offset:0;
}
a:hover {
color: #3cc0bf;
text-decoration: none;
}
p {
color: #545454;
font-size: 0.9375rem;
font-weight: 400;
line-height: 24px;
padding-bottom: 6px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p a:hover {
border-bottom: 1px dotted #1fb5ac;
}
mark {
background: #1fb5ac;
color:#ffffff;
padding: 1px 3px;
}
mark.black {
background: #262626;
}
img {
max-width: 100%;
height: auto;
}
iframe,
audio {
width: 100%;
height: auto;
border: none;
}
.page-top-height {
height: 80px;
}
.light-blue {
color: #1fb5ac;
}
.next-section {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.pattern {
background-color: rgba(0,0,0,.4);
background-image: url(../images/pattern.png);
}
.video-section .pattern {
background-color: rgba(233,241,248,.5);
background-image: url(../images/patternNo.png);
}
.white-bg {
background-color: #ffffff;
}
.gray-bg {
background-color: #E9F1F8;
}

.carousel-indicators li {
border-radius: 0;
}

.carousel-indicators .active {
background-color: #1fb5ac;
border: none;
}
.page {
padding-top: 50px;
padding-bottom: 0px;
}
/* 2.1 - Headings 
 -- */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #262626;
font-weight: 800;
text-transform: uppercase;
margin: 15px 0;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2.125em;
}
h3 {
font-size: 1.75em;
}
h4 {
font-size: 1.375em;
}
h5 {
font-size: 1.125em;
}
h6 {
font-size: 0.875em;
}
/* 2.1 - Headings End
 -- */


/* 2.2 - Block Quote 
 -- */
blockquote {
border: none;
position: relative;
}
/* 2.2 - Block Quote 
 -- */


/* 2.3 - Buttons
 ----------------- */
.btn {
color: #262626;
font-weight: 900;
text-transform: uppercase;
border-radius: 0;
margin: 10px;
position: relative;
z-index: 0;
}
.btn,
.btn-effect:after {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.btn-effect.btn-bg:hover:after,
.btn-effect:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
z-index: -1;
}
.btn-effect.btn-bg:after,
.btn-effect:hover:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.btn-effect,
.btn-effect:hover,
.btn-effect.btn-bg:hover:after {
background: transparent !important;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
outline:0px;
outline-offset:0px;
}
.btn-lg {
font-size: 20px;
line-height: 68px;
height: 70px;
padding: 0 50px;
}
.btn-md {
font-size: 17px;
line-height: 58px;
height: 60px;
padding: 0 40px;
}
.btn-sm {
font-size: 16px;
font-weight: 800;
line-height: 48px;
height: 50px;
padding: 0 30px;
}
.btn-xs {
font-size: 13px;
font-weight: 800;
height: 36px;
line-height: 34px;
padding: 0 25px;
}
/* 2.3.1 - Default */
.btn-default {
border:2px solid #1fb5ac;
background: transparent;
}
.btn-default:hover {
color: #ffffff;
background: #1fb5ac;
border:2px solid #1fb5ac;
}
.btn-default.btn-effect:hover{
background:transparent;
}
.btn-default.btn-bg {
color: #ffffff;
background: #1fb5ac;
}
.btn-default.btn-effect:hover:after,
.btn-default.btn-bg.btn-effect:after{
background: #1fb5ac;
}

/* 2.3.2 - Light Yellow */
.btn-light-yellow {
border:2px solid #e0c124;
background: transparent;
}
.btn-light-yellow:hover {
color: #ffffff;
background: #e0c124;
border:2px solid #e0c124;
}
.btn-light-yellow.btn-bg {
color: #ffffff;
background-color: #e0c124;
}
.btn-light-yellow.btn-effect:hover:after,
.btn-light-yellow.btn-bg.btn-effect:after {
background: #e0c124;
}

/* 2.3.3 - Light Red */
.btn-light-red {
border:2px solid #e12444;
background-color: transparent;
}
.btn-light-red:hover {
color: #ffffff;
background: #e12444;
border:2px solid #e12444;
}
.btn-light-red.btn-bg {
color: #ffffff;
background: #e12444;
}
.btn-light-red.btn-effect:hover:after,
.btn-light-red.btn-bg.btn-effect:after {
background: #e12444;
}

/* 2.3.4 - Light Green */
.btn-light-green {
border:2px solid #1fb538;
background: transparent;
}
.btn-light-green:hover {
color: #ffffff;
background: #1fb538;
border:2px solid #1fb538;
}
.btn-light-green.btn-bg {
color: #ffffff;
background: #1fb538;
}
.btn-light-green.btn-effect:hover:after,
.btn-light-green.btn-bg.btn-effect:after {
background: #1fb538;
}
.btn-default.btn-bg:hover,
.btn-light-yellow.btn-bg:hover,
.btn-light-red.btn-bg:hover,
.btn-light-green.btn-bg:hover {
color: inherit;
background: transparent;
}

/* 2.3.5 - Parallax Style */
.parallax-style .btn {
border-color: #ffffff;
color: #ffffff;
font-weight: 600;
}
.parallax-style .btn:hover{
border-color: transparent;
}
.button-container .btn {
text-align: center;
}

/* 2.3.6 - Full Widht */
.full-width.btn {
width: 100%;
margin-left: 0;
margin-right: 0;
}

/* 2.3 - Buttons End
 ----------------- */



/* 2.4 - Pricing Table
 ----------------- */
.pricing-table {
text-align: center;
box-shadow: 0 0 1px 0px rgba(0,0,0,1);
position: relative;
max-width: 480px;
margin: 0 auto;
}
.pricing-table:before {
content: "";
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 0px;
}
.pricing-table:hover:before {
height: 20px;
top: -20px;
}
.pricing-table .package-name,
.pricing-table:before {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.pricing-table .table-head {
background-color: #1fb5ac;
position: relative;
min-height: 160px;
}
.pricing-table .package-name {
color: #ffffff;
font-size: 22px;
font-weight: 800;
line-height: 40px;
text-align: center;
padding: 15px;
position: relative;
z-index: 0;
}
.pricing-table:hover .package-name {
padding-top: 5px;
padding-bottom: 25px;
}
.pricing-table .package-name:before,
.pricing-table .package-name:after {
content: "";
position: absolute;
height: 0;
width: 220px;
left: 50%;
margin-left: -110px;
z-index: 1;
}
.pricing-table .package-name:before {
bottom: 0;
border-bottom: 1px solid #0e9f96;
}
.pricing-table .package-name:after {
bottom: -1px;
border-bottom: 1px solid #2dc0b7;
}
.pricing-table .package-price {
color: #ffffff;
position: relative;
display: inline-block;
}
.pricing-table .package-price .price {
font-size: 55px;
font-weight: 800;
/* line-height: 62px; */
line-height: 45px;
padding-right: 25px;
}
.pricing-table .package-price .currency {
position: absolute;
top: 25px;
left: -10px;
}
.pricing-table .package-price .price-decimal {
position: absolute;
top: 10px;
right: 0;
}
.pricing-table .package-price .duration {
position: absolute;
top: 40px;
right: -30px;
}
.pricing-table .package-description {
font-size: 0.9375em;
  margin: 0 0 0 0;
  padding-top: 30px !important;
  padding: 0;
  background-color: #d8edff;
}
.pricing-table .package-description span {
font-weight: 700;
}
.pricing-table .package-description li {
list-style: none;
line-height: 33px;
}
.pricing-table  .package-footer {
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
}

/* 2.4.1 - default */
.pricing-table.default:before,
.pricing-table.default .table-head {
background-color: #1fb5ac;
}
.pricing-table.default .package-name:before {
border-bottom: 1px solid #0e9f96;
}
.pricing-table.default .package-name:after {
border-bottom: 1px solid #2dc0b7;
}

/* 2.4.2 - light-yellow */
.pricing-table.light-yellow:before,
.pricing-table.light-yellow .table-head {
background-color: #e0c124;
}
.pricing-table.light-yellow .package-name:before {
border-bottom: 1px solid #d2b317;
}
.pricing-table.light-yellow .package-name:after {
border-bottom: 1px solid #f0d030;
}

/* 2.4.3 - light-red */
.pricing-table.light-red:before,
.pricing-table.light-red .table-head {
background-color: #e12444;
}
.pricing-table.light-red .package-name:before {
border-bottom: 1px solid #d41636;
}
.pricing-table.light-red .package-name:after {
border-bottom: 1px solid #ec3151;
}

/* 2.4.4 - light-green */
.pricing-table.light-green:before,
.pricing-table.light-green .table-head {
background-color: #1fb538;
}
.pricing-table.light-green .package-name:before {
border-bottom: 1px solid #0e9e26;
}
.pricing-table.light-green .package-name:after {
border-bottom: 1px solid #2ebf46;
}

/* 2.4 - Pricing table End
 ----------------- */


/* 2.5 - Tabs
 ----------------- */
.tabs-container {
border:3px solid #f1f2f7;
margin-bottom: 15px;
}
.nav-tabs {
border-bottom: none;
background-color: #f2f2f2;
}
.nav-tabs>li>a {
color: #262626;
font-size: 1.125rem;
font-weight: 800;
line-height: 50px;
border-radius: 0;
border-color: transparent;
border-right-color: #ffffff;
margin-right: 0;
padding: 0 50px;
height: 50px;
}
.nav-tabs>li:last-child>a {
border-right-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
color: #1fb5ac;
border-color: #ffffff;
position: relative;
}
.nav-tabs>li.active>a:before {
position: absolute;
content: "";
width: 100%;
height: 3px;
background-color: #1fb5ac;
top: -4px;
left: 0;
}
.nav-tabs>li>a:hover {
border-color: #ffffff;
background-color: #ffffff;
}
.tab-content {
padding: 20px;
}

/* 2.5.1 - Vertical Style */
.vertical .nav-tabs {
width: 160px;
float: left;
}
.vertical .nav-tabs>li {
float: none;
}
.vertical .nav-tabs>li>a {
padding: 0 30px;
}
.vertical .tab-content {
margin-left: 160px;
}

/* 2.5 - Tabs End
 ----------------- */


 /* 2.6 - Progress Bar
  ----------------- */
 .progress {
 border-radius: 0;
 -webkit-box-shadow:none;
 box-shadow:none;
 background-color: #e0e1e6;
 }
 .progress .progress-bar {
 text-align: left;
 font-size: 14px;
 font-weight: 700;
 line-height: 37px;
 padding-left:15px;
 position: relative;
 }
 .progress.bold {
 height: 37px;
 }
 .progress.thin {
 height: 10px;
 margin-top: 35px;
 margin-bottom: 70px;
 overflow: visible;
 }
 .progress.thin .progress-text {
 color: #262626;
 line-height: 1px;
 position: absolute;
 display: inline-block;
 top: -30px;
 left: 0;
 }
 .progress.thin .progress-percent {
 background-color: #262626;
 text-align: center;
 font-size: 13px;
 font-weight: 400;
 line-height: 25px;
 display: inline-block;
 padding: 0 3px;
 border-radius: 4px;
 position: absolute;
 top: -35px;
 right: -15px;
 }
 .progress.thin .progress-percent:after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-width: 7px;
 border-style: solid;
 border-color: #262626 transparent transparent transparent;
 position: absolute;
 top: 25px;
 right: 8px;
 }
 .progress-bar.default-bar {
 background-color: #1fb5ac;
 }
 .progress-bar.light-yellow-bar {
 background-color: #e0c124;
 }
 .progress-bar.light-red-bar {
 background-color: #e12444;
 }
 .progress-bar.light-green-bar {
 background-color: #1fb538;
 }
 .progress-bar.light-pink-bar {
 background-color: #9c1fb5;
 }
 .progress-bar.light-blue-bar {
 background-color: #24e0e0;
 }

/* 2.6 - Progress Bar End
 ----------------- */



/* 2.7 - Form Elements 
 -----------------*/

/* 2.7.1 - Form Control
 ---*/
.form-control{
min-height: 50px;
margin: 0 0 20px 0;
border:2px solid #e6e6e6;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
} 
textarea.form-control{
min-height: 120px;
}
.form-control:focus{
border:2px solid #1fb5ac;
}
.form-control,
.form-control:focus {
border-radius: 0;
outline-style: none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
/* 2.7.1 - Form Control End
-------------------------------*/



/* 2.7.2 - Checkbox Button
-------------------------------*/
.checkbox-btn + label {
font-weight: normal;
cursor: pointer;
position: relative;
padding-left: 25px;
z-index: 0;
}
input[type="checkbox"].checkbox-btn{
display: none;
}
input[type="checkbox"].checkbox-btn + label:after{
content: "";
position: absolute;
top: 3px;
left: 0;
width: 15px;
height: 15px;
border: 2px solid #e6e6e6; 
z-index: 1;
}
input[type="checkbox"].checkbox-btn + label:before {
content: "";
position: absolute;
top: -7px;
left: 4px;
color: #afacac;
z-index: 2;
font-size: 20px;
}
.checkbox-btn.checkbox-lg + label {
padding-left: 35px;
line-height: 35px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:after{
width: 25px;
height: 25px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:before{
top: -8px;
left: 8px;
font-size: 30px;
}
input[type="checkbox"].checkbox-btn:checked + label:before {
content: "\2713";
}
input[type="checkbox"].checkbox-btn:checked + label:after{
border-color: #e6e6e6;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:before {
color: #1fb5ac;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:after{
border-color: #1fb5ac;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:before {
color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:after{
border-color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:before {
color: #1fb538;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:after{
border-color: #1fb538;
}
/* 2.7.2 - Checkbox Button End
-------------------------------*/


/* 2.7.3 - Radio Button
-------------------------------*/
.radio-btn + label {
font-weight: normal;
cursor: pointer;
position: relative;
padding-left: 25px;
z-index: 0;
}
input[type="radio"].radio-btn{
display: none;
}
input[type="radio"].radio-btn + label:after{
content: "";
position: absolute;
border-radius: 100%;
top: 3px;
left: 0;
width: 15px;
height: 15px;
border: 2px solid #e6e6e6; 
z-index: 1;
}
input[type="radio"].radio-btn + label:before {
content: "";
border-radius: 100%;
background: transparent;
position: absolute;
width: 7px;
height: 7px;
top: 7px;
left: 4px;
color: #afacac;
z-index: 2;
}
.radio-btn.radio-lg + label {
padding-left: 35px;
line-height: 35px;
}
input[type="radio"].radio-btn.radio-lg + label:after{
width: 25px;
height: 25px;
}
input[type="radio"].radio-btn.radio-lg + label:before{
width: 15px;
height: 15px;
top: 8px;
left: 5px;
}
input[type="radio"].radio-btn:checked + label:before{
background: #afacac;
}
input[type="radio"].radio-btn:checked + label:after{
border-color: #e6e6e6;
}
input[type="radio"].radio-btn.light-blue:checked + label:before {
background: #1fb5ac;
}
input[type="radio"].radio-btn.light-blue:checked + label:after{
border-color: #1fb5ac;
}
input[type="radio"].radio-btn.light-red:checked + label:before {
background: #e12444;
}
input[type="radio"].radio-btn.light-red:checked + label:after{
border-color: #e12444;
}
input[type="radio"].radio-btn.light-green:checked + label:before {
background: #1fb538;
}
input[type="radio"].radio-btn.light-green:checked + label:after{
border-color: #1fb538;
}

/* 2.7.3 - Radio Button End
-------------------------------*/
/* 2.7 - Form Elements End
 -----------------*/


/* 2.8 - Parallax 
 -----------------*/
.parallax-style,
.no-parallax-style {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.parallax-style {
position: relative;
z-index: 1;
}
.no-parallax-style {
background-attachment: inherit;
}
.parallax-overlay {
background-color: rgba(0,0,0,.3);
}
#top-section {
background: url(../../images/background/paris-city-bg.jpg) 20% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#page-name-sec {
background: url(../../images/background/page-name-bg.jpg) 50% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
/* take off fixed */
#page-partners {
background: url(../../images/background/partners-bg.jpg) 30% 0 no-repeat;
margin: 0 auto;
padding: 0;
}
#video-section {
background: url(../../images/background/video-section-bg.jpg) 4% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#quality {
background: url(../../images/background/quality-bg.jpg) 10% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#testimonial {
background: url(../../images/background/testimonial-bg.jpg) 10% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#quote {
background: url(../../images/background/page-name-bg.jpg) 50% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#subscribe {
background: url(../../images/background/subscribe-bg.jpg) 50% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
#footer-section {
background: url(../../images/background/footer-bg.jpg) 50% 0 no-repeat fixed;
margin: 0 auto;
padding: 0;
}
/* 2.8 - Parallax  End
 -----------------*/

/* 2.9 - Dropcaps
 ----------------- */
.dropcap {
line-height: 40px;
display: inline-block;
font-weight: 800;
float: left;
width: 40px;
height: 40px;
margin: 8px 10px 0 0;
}
.dropcap.default {
font-size: 3.4375em;
color: #262626;
}
.dropcap.box {
font-size: 2.45em;
color: #fff;
background-color: #1fb5ac;
text-align: center;
}
.dropcap.round {
font-size: 2.45em;
color: #fff;
background-color: #262626;
border-radius: 100%;
text-align: center;
}
/* 2.9 - Dropcaps End
 ----------------- */


/* 2.10 - Accordions 
 ----------------- */
.panel-group .panel {
border-radius: 0;
border-width: 0px;
border-color: transparent !important;
}
.panel-default>.panel-heading {
background-color: transparent;
min-height: 50px;
padding: 0;
}
.panel-title {
text-transform: inherit;
}
.panel-title a {
color: #ffffff;
font-size: 1.125rem;
font-weight: 800;
line-height: 50px;
display: inline-block;
padding: 0 15px;
background-color: #1fb5ac;
border:2px solid #1fb5ac;
width: 100%;
position: relative;

-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.panel-title a.collapsed {
background-color: transparent;
border-color: #f1f2f7;
color: #262626;
}
.panel-title a.collapsed:hover{
color: #1fb5ac;
}
.panel-group .panel-title a:before {
position: absolute;
top: 0;
right: 12px;
font-family: FontAwesome;
content: "\f0d7"; 
font-size: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.panel-group .panel-title a.collapsed:before {
position: absolute;
top: 0;
right: 12px;
font-family: FontAwesome;
content: "\f0da";
font-size: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.style-1 .panel-title a:before {
content: "\f139"!important;
}
.style-1 .panel-title a.collapsed:before {
content: "\f13a"!important;
}
.style-2 .panel-title a:before {
content: "\f056"!important;
}
.style-2 .panel-title a.collapsed:before {
content: "\f055"!important;
}
.style-3 .panel-title a:before {
content: "\f068"!important;
}
.style-3 .panel-title a.collapsed:before {
content: "\f067"!important;
}
.panel-body {
font-size: 0.9375rem;
line-height: 25px;
border:2px solid #f1f2f7;
border-top-color: transparent;
}
/* 2.10 - Accordions End
 ----------------- */
/* 2.11 - Section Headings and Description 
 ----------------- sec-head-container was top 150 bottom 70 */
.sec-head-container {
margin-top: 78px;
margin-bottom: 38px;
overflow: hidden;
}
.sec-head-container  .sec-head-style {
position: relative;
max-width: 1170px;
display: table;
margin: auto;
padding: 0 15px;
}
.sec-head-container  .sec-head-style:after {
content: "";
height: 140px;
width: 100%;
background-color: #1fb5ac;
position: absolute;
top: 0;
left: -100%;
margin-left: -15px;
}
.section-title {
color: #464D55;
font-size: 5.20em;
font-weight: 900;
text-align: right;
text-transform: uppercase;
line-height: .86em;
-webkit-text-stroke: 0.3px;
padding: 0;
margin: 0;
float: left;
width: 300px;
}
.content-title {
margin-top: 0;
padding-top: 0;
}
.section-title span {
color: #1fb5ac;
}
.plx-section-title {
color: #ffffff;
font-size: 2.1875em;
-webkit-text-stroke: 0.2px;
}
.section-description {
color: #404040;
font-size: 1.375em;
font-weight: 300;
line-height: 32px;
margin:0;
margin-left: 360px;
/* padding-top: 35px; */
-webkit-font-smoothing: antialiased;
-webkit-text-stroke: 0.2px;
}
.parallax-style .subscribe-description {
color: #ffffff;
}
/* 2.11 - Section Headings and Description End
 -----------------*/


/* 2.12 - Owl Slider
 -----------------*/
.owl-controls {
text-align: center;
margin-top: 45px;
}
.owl-page {
background-color: transparent;
border:1px solid  #1fb5ac;
border-radius: 0;
display: inline-block;
width: 30px;
height: 15px;
margin: 0 6px;
}
.owl-page.active {
background-color: #1fb5ac;
border:1px solid  #1fb5ac;
}
/* 2.12 - Owl Slider End
 -----------------*/
.icon,
.texts {
display: inline-block;
height: auto;
}
.alert {
overflow: hidden;
}
.short-code-title {
padding-top: 85px;
padding-bottom: 35px;
}

.partners-code-title {
padding-top: 10px;
padding-bottom: 4px;
}

.short-code-title-faq {
padding-top: 50px;
padding-bottom: 35px;
}
#shortcodes {
margin-bottom: 80px;
}

/* 2 - General styles End
  -------------- */
/* 3 - Index Top Section
  -------------- */
.top-section {
color: #ffffff;
background-color: rgba(0,0,0,.2);
padding: 0px 0;
}
.top-headings {
text-align: center;
}
.top-headings span {
color: #1fb5ac;
}
[class^="top-heading-"], 
[class*=" top-heading-"] {
color: #ffffff;
font-weight: 900;
}
.top-heading-1 {
font-size: 4em;
line-height: 80px;
margin-bottom: 78px;
}
.top-heading-2 {
font-size: 2.5em;
line-height: 20px;
}
.top-heading-3 {
font-size: 2.5em;
line-height: 86px
}
.button-container,
.next-section {
text-align: center;
}
.top-carousel-container {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
padding-bottom: 75px;
margin-bottom: 15px;
}
.top-carousel-container .slide-nav {
color: #ffffff;
font-size: 1.5625em;
background: rgba(31,181,172,.6);
display: inline-block;
line-height: 100px;
text-align: center;
width: 60px;
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
opacity: .3;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.top-carousel-container .slide-nav.left {
left: -60px;
border-radius: 0 3px 3px 0;
}
.top-carousel-container .slide-nav.right {
right: -60px;
border-radius: 3px 0  0 3px;
}
.top-carousel-container .slide-nav:hover {
background: #1fb5ac;
opacity: 1;
}
.top-carousel-container:hover .slide-nav.left {
left: 0px;
}
.top-carousel-container:hover .slide-nav.right {
right: 0px;
}
.top-carousel-container .carousel-indicators {
bottom: 15px;
}
.next-section .btn {
color: #ffffff;
background: transparent;
border-color: transparent;
font-size: 1.7em;
margin: -20;
}
.next-section .btn:hover {
color: #1fb5ac;
}
/* 3 - Index Top Section End
  -------------- */


/* 4 - Menu Section
  -------------- */
.main-menu-continer {
min-height: 80px;
}
#main-menu h1 {
margin: 0;
}
.navbar {
min-height: 80px;
border:none;
margin-bottom:0;
}
.navbar-default {
background: #ffffff;
box-shadow: 0 0px 10px rgba(0,0,0,.2);
border-color:#ffffff;
border-radius: 0;
clear: both;
}
.navbar-brand {
height: 80px;
font-size: 2rem;
font-weight: 900;
padding:0 15px; 
line-height: 80px;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke: 0.2px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
color: #464D55;
text-transform: uppercase;
}
.navbar-default .navbar-brand span {
color: #1fb5ac;
}
.navbar-nav>li{
position: relative;
}
.navbar-nav>li>a {
font-size: 0.9375em;
font-weight: 700;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
}
.navbar-nav>li>a:after {
content: "";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
height: 0px;
background:transparent;
}
.navbar-nav>li>a:hover:after {
height: 4px;
background:#1fb5ac;
}
.navbar-nav>li.menu-item-has-children>a:after{
height: 0!important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
color: #1fb5ac;
background: transparent;
}
.navbar-default .navbar-nav>li>a{
color: #262626;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-nav>li.menu-item-has-children:hover:before {
color: #1fb5ac;
}
.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.navbar-nav>li.menu-item-has-children{
padding-right: 15px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
position: absolute;
top: 50%;
margin-top: -10px;
right: 15px;
font-family: FontAwesome;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
content: "\f0d7";
color: #262626;
}
.sub-menu>li.menu-item-has-children:before{
content: "\f0da";
color: #ffffff;
}
.sub-menu>li.menu-item-has-children:hover:before {
color: #262626;
}
.navbar-nav>li .sub-menu{
position: absolute;
list-style: none;
padding: 0;
top: 130%;
left: 0;
min-width: 160px;
height:0;
overflow: hidden;
opacity: 0;
z-index: 999;
}
.navbar-nav>li:hover .sub-menu{
height: auto;
opacity: 1;
overflow: visible;
top: 100%;
}
.navbar-nav>li .sub-menu>li>a {
background: rgba(31,181,172,.9);
color: #ffffff;
font-weight: 600;
font-size: 0.9375em;
display: inline-block;
min-width: 100%;
line-height: 25px;
padding:15px;
}
.navbar-nav>li .sub-menu>li>a:hover{
background: rgba(31,181,172,1);
color: #262626;
} 
.navbar-nav>li .sub-menu>li{
position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
position: absolute;
list-style: none;
padding: 0;
top: 0;
left: 130%;
width: 0;
height:auto;
opacity: 0;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
opacity: 1;
overflow: visible;
width: 150px;
left: 100%;
}
.toggle_nav_button {
display: none;
}
/* 4 - Menu Section End
  -------------- */
/* 5 - About Us Section
  -------------- */
.about-us-section {
padding-bottom: 0px;
}
.over-view {
padding: 0px 0;
}
.over-view-circle {
background-color: #ffffff;
text-align: center;
width:175px;
height: 175px;
border-radius: 100%;
border:5px solid #d4d4d4;
margin: 8px auto;
}
.over-view-circle .value {
color: #1fb5ac;
font-size: 4.45em;
font-weight: 800;
line-height: 86px;
display: inline-block;
width: 100%;
padding-top: 20px;
}
.over-view-circle .cat-name {
font-size: 1.0em;
font-weight: 700;
text-transform: uppercase;
}
/* 5 - About Us Section End
  -------------- */
/* 6 - Video Section
  -------------- */
.video-section .pattern {
padding: 60px 0;
}
.video-section .video-title {
color: #ffffff;
font-size: 3.375em;
font-weight: 900;
text-align: center;
text-transform: uppercase;
padding: 20px 0;
}
.video-section .play-video {
text-align: center;
}
.video-section .play-now {
cursor: pointer;
}
.video-section .play-btn {
display: inline-block;
position: relative;
z-index: 0;
border-radius: 100%;
}
.video-section .play-btn:hover {
border: 0px solid transparent !important;
}
.video-section .play-btn:after {
content: "";
border-radius: 100%;
position: absolute;
top: 25%;
left: 25%;
right: 25%;
bottom: 25%;
background: -webkit-radial-gradient(#1fb5ac, transparent);
background: -moz-radial-gradient(#1fb5ac, transparent);
background: -ms-radial-gradient(#1fb5ac, transparent);
background: -o-radial-gradient(#1fb5ac, transparent);
background: radial-gradient(#1fb5ac, transparent);
opacity: 0;
z-index: -1;
-webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;
}
.video-section .play-btn:hover:after {
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
opacity: 1; 
}
/* 6 - Video Section End
  -------------- */
/* 7 - Team Section
  -------------- */
.team-section {
padding-bottom: 80px;
}
.member-container {
text-align: center;
width: 245px;
height: 410px;
margin: 10px auto;
position: relative;
z-index: 0;
}
.member-container:after {
content: "";
background: #15a9a0;
width: 100%;
height: 100%;
position: absolute;
left: -10px;
bottom: -10px;
z-index: -1; 
}
.member-container .inner-container {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.member-container .member-details {
background: #1fb5ac;
width: 100%;
height: 200px;
position: absolute;
bottom: -114px;
}
.member-container:hover .member-details {
bottom: 0;
}
.member-container .name {
color: #ffffff;
font-size: 1.125em;
font-weight: 700;
line-height: 1em;
text-transform: capitalize;
margin:30px 0 0 0;
}
.member-container p{
color: #ffffff;
padding: 0;
}
.member-container .designation {
font-size: 14px;
line-height: 22px;
}
.member-social-link {
margin-top: -3px;
}
.member-social-link a{
color: #ffffff;
display: inline-block;
position: relative;
z-index: 0;
width: 26px;
height: 26px;
line-height: 26px;
margin: 0 2px;
}
.member-social-link a:after{
content: "";
position: absolute;
top: -7px;
left: -7px;
right: -7px;
bottom: -7px;
background: transparent;
z-index: -1;
}
.member-social-link a:hover:after {
background: #ffffff;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.member-social-link a:hover {
color: #04635d;
}
.member-social-link .twitter-btn:hover {
color: #55ACEE;
}
.member-social-link .facebook-btn:hover {
color: #3B5998;
}
.member-social-link .dribbble-btn:hover {
color: #ea4c89;
}
.member-social-link .google-plus-btn:hover {
color: #db514f;
}
.member-social-link .linkedin-btn:hover {
color: #0077b5;
}
.member-container:after,
.member-container .member-details, 
.member-social-link a, 
.member-social-link a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}

/* 7 - Team Section End
  -------------- */




/* 8 - Top Skills Section
  -------------- */
.top-skills {
padding: 60px 0 10px 0;
}
.top-skills-title {
margin-bottom: 45px;
}
/* 8 - Top Skills Section End - */
/* 9 - Quality Section 
  -------------- */
.quality-section .pattern {
padding-top: 115px;
}
.quality-title {
color: #ffffff;
}
.quality-description {
/* I put frst line */
font-size: 1.30em;
color: #ffffff;
max-width: 800px;
margin: auto;
padding-top: 10px;
}
.quality-section .button-container {
padding-top: 30px;
}
.quality-product-img {
padding-top: 70px;
}
/* 9 - Quality Section End -- */
/* 10 - We Do Section -------*/
.we-do-section {
padding-bottom: 40px;
}
.service-container {
margin: 0;
padding: 40;
}
.service-container li {
list-style: none;
text-align: center;
padding: 22px 15px;
position: relative;
overflow: hidden;
}
.service-container li:before {
content: "";
height: 40px;
width: 40px;
border-width: 20px;
border-style: solid;
border-color: #ffffff #ffffff #15a9a0 #15a9a0;
position: absolute;
top: -40px;
right: -40px;
}
.service-container li .service-icon {
color: #1fb5ac;
font-size: 2.15em;
}
.service-container li .item-title {
font-weight: 800;
font-size: 1.15em;
padding-top: 6px;
}
.service-container li:nth-child(odd) {
background-color: #f7f7f7;
} 
.service-container li:nth-child(even) {
background-color: #f2f2f2;
}
.service-container li:nth-child(2n+5) {
background-color: #f2f2f2;
} 
.service-container li:nth-child(2n+6) {
background-color: #f7f7f7;
}
.service-container li:nth-child(2n+9) {
background-color: #f7f7f7;
}
.service-container li:nth-child(2n+10) {
background-color: #f2f2f2;
} 
.service-container li, 
.service-container li:before,
.service-container li .service-icon, 
.service-container li .item-title,
.service-container li .item-description{
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.service-container li:hover {
background-color: #1fb5ac!important;
}
.service-container li:hover:before {
top: 0;
right: 0;
} 
.service-container li:hover .service-icon, 
.service-container li:hover .item-title,
.service-container li:hover .item-description {
color: #ffffff;
}

/* 10 - We Do Section End --- */
/* 11 - Pricing Table Section */

#pricing-table .title {
padding: 10px 0 0px 0;
}
.pricing-table-section {
padding-bottom: 70px;
}
#pricing-table-slider .item {
padding-top: 20px;
padding-bottom: 5px;
}
/* 11 - Pricing Table Section End
  --------------*/
/* 12 - Testimonial Section
  --------------*/
.testimonial-section {
overflow: hidden;
}
.testimonial-section .pattern {
overflow: hidden;
padding-bottom: 60px;
}
.content_slider_text_block_wrap a {
color: #ffffff;
}
.content_slider_text_block_wrap a:hover {
color: #1fb5ac;
}
.testimonial-section .title{
padding: 80px 0 50px 0;
color: #ffffff;
}
.testimonial-section  .client-says,
.testimonial-section .clients-details {
font-family: 'Sans', sans-serif;
padding: 0 15px;
}
.testimonial-section  .client-says {
color: #ffffff;
font-size: 1.125em;
font-weight: 300;
line-height: 30px;
font-style: italic;
position: relative;
margin-top: 20px;
padding: 10px 50px 20px 50px;
}
.testimonial-section  .client-says:after,
.testimonial-section  .client-says:before {
position: absolute;
top: 0;
font-size: 3em;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.testimonial-section  .client-says:before {
content: "\f10d";
left: 0;
}
.testimonial-section  .client-says:after {
content: "\f10e";
right: 0;
}
.testimonial-section .clients-details .name{
color: #ffffff;
text-transform: uppercase;
font-weight: 600;
}
.testimonial-section .clients-details .website:before {
content: "-";
}
.testimonial-section .clients-details .social-btn {
margin-top: 20px;
}
.social-btn.client-social-btn .twitter-btn,
.social-btn.client-social-btn .facebook-btn,
.social-btn.client-social-btn .google-plus-btn,
.social-btn.client-social-btn .dribbble-btn,
.social-btn.client-social-btn .linkedin-btn {
color: #cdcdcd;
}
/* 12 - Testimonial Section End
  --------------*/



/* 13 - Works Section  
  --------------*/
.works-item figure {
background-color: #f1f2f7;
margin: 0;
overflow: hidden; 
}
.works-item figure {
background: #ffffff;
float: left;
margin: 0;
padding: 0;
overflow: hidden;
}
.works-item figure img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.works-item a {
-webkit-transition: all .3s  ease;
-moz-transition: all .3s  ease;
-ms-transition: all .3s  ease;
-o-transition: all .3s  ease;
transition: all .3s  ease;
}
.works-item figure img {
width: 100%;
max-width: inherit;
border: transparent;
-webkit-transition: -webkit-transform .3s  ease;
-moz-transition: -moz-transform .3s  ease;
-ms-transition: -ms-transform .3s  ease;
-o-transition: -o-transform .3s  ease;
transition: transform .3s  ease;
}
.works-item .item-w2 {
background: #ED9393;
width: 60%;
}
.works-item .item-h2 {
background: #7CB744;
height: 680px;
}
.works-item .item-h3 {
background: #38B5E5;
}
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;

-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
.portfolioFilter {
clear: both;
margin:auto;
/* from 60px to 30px */
padding-bottom: 20px;
text-align: center;
width: auto;
}
.portfolioFilter a {
border: 2px solid #f1f2f7;
color: #262626;
display: inline-block;
font-weight: 500;
font-size: 0.8125em;
line-height: 36px;
text-transform: uppercase;
margin: 0 5px 10px 5px;
padding: 0 15px;
cursor: pointer;
}
.portfolioFilter a:focus,
.portfolioFilter a:hover,
.portfolioFilter .current {
color: #1fb5ac;
text-decoration: none;
}
.portfolioFilter .current {
color: #1fb5ac;
border: 2px solid #1fb5ac;
}
.works-item figure {
position: relative;
z-index: 0;
}
.portfolioFilter a,
.works-item figure:after,
.works-item figure .portfolio-caption {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.works-item figure:after {
background-color: rgba(31,181,172,.9);
content: "";
display: inline-block;
height: 100%;
width: 100%;
opacity: 0;
position: absolute;
top:-50%;
left: -100%;
-webkit-transform: rotate(-90deg) scale(1.2,1.2);
-moz-transform: rotate(-90deg) scale(1.2,1.2);
-ms-transform: rotate(-90deg) scale(1.2,1.2);
-o-transform: rotate(-90deg) scale(1.2,1.2);
transform: rotate(-90deg) scale(1.2,1.2);
z-index: 1;
}
.works-item figure:hover:after {
opacity: 1;
top: 0;
left: 0;
-webkit-transform: rotate(0deg) scale(1.2,1.2);
-moz-transform: rotate(0deg) scale(1.2,1.2);
-ms-transform: rotate(0deg) scale(1.2,1.2);
-o-transform: rotate(0deg) scale(1.2,1.2);
transform: rotate(0deg) scale(1.2,1.2);
}
.works-item figure a {
position: absolute;
padding: 8% 0 0 10%;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.works-item figure .portfolio-caption{
position: relative;
}
.works-item figure .protfolio-title,
.works-item figure .protfolio-cat,
.works-item figure .protfolio-icon,
.more-works a,
.more-works a:before {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.works-item figure .protfolio-title,
.works-item figure .protfolio-cat{
color: #ffffff;
line-height: 20px;
text-transform: capitalize;
display: inline-block;
position: absolute;
left: 100%;
width: 100%;
}
.works-item figure .protfolio-title{
font-size: 1em;
font-weight: 700;
top: 0;
-webkit-transition-delay: .25s; 
-moz-transition-delay: .25s;
-ms-transition-delay: .25s; 
-o-transition-delay: .25s;  
transition-delay: .25s;
}
.works-item figure .protfolio-cat {
font-size: 0.8125em;
top: 20px;
-webkit-transition-delay: .35s; 
-moz-transition-delay: .35s;
-ms-transition-delay: .35s; 
-o-transition-delay: .35s;  
transition-delay: .35s;
}
.works-item figure .protfolio-icon {
position: absolute;
bottom: -50%;
right: 10%;
color: #ffffff;
font-size: 1.25em;
-webkit-transition-delay: .4s; 
-moz-transition-delay: .4s;
-ms-transition-delay: .4s; 
-o-transition-delay: .4s;  
transition-delay: .4s;
}
.works-item figure:hover .protfolio-title,
.works-item figure:hover .protfolio-cat {
left: 0;
}
.works-item figure:hover .protfolio-icon {
bottom: 10%;
}
.more-works {
text-align: center;
margin: 30px;
}
.more-works2 {
text-align: center;
margin: 40px;
}
.more-works a {
position: relative;
background: #f1f2f7;
color: #1fb5ac;
font-size: 2em;
line-height: 55px;
display: inline-block;
height: 66px;
width: 66px;
border-radius: 100%;
z-index: 1;
}
.more-works a span {
z-index: 1;
}
.more-works a:before {
content: "";
position: absolute;
background: #1fb5ac;
display: block;
height: 80px;
width: 80px;
border-radius: 100%;
top: -7px;
left: -7px;
opacity: 0;
z-index: -1;
}
.more-works a,
.more-works a:before {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.more-works a:hover {
background: transparent;
color: #ffffff;
}
.more-works a:hover span {
color: #ffffff;
}
.more-works a:hover:before {
opacity: 1;
left: 0;
top: 0;
height: 66px;
width: 66px;
}
/* 13 - Works Section End
  --------------*/
/* 14 - Our Clients Section 
  --------------*/
.our-clients-section {
padding: 60px 0 80px 0;
}
.our-clients-section .title {
padding-bottom: 55px;
}
.clients-logo-slider img {
display: table;
margin: auto;
opacity: 0.4;
-webkit-transition: all .25s  ease;
-moz-transition: all .25s  ease;
-ms-transition: all .25s  ease;
-o-transition: all .25s  ease;
transition: all .25s  ease;
}
.clients-logo-slider img:hover {
opacity: .5;
}

/* 14 - Our Clients Section End
  --------------*/


/* 15 - Quote Section 
  --------------*/
.quote-area {
min-height: 400px;
text-align: center;
}
.quote-area blockquote {
background-color: transparent;
}
.quote-area .quote-description {
color: #ffffff;
padding-top: 90px;
font-size: 1.75em;
line-height: 44px;
}
.quote-area .quote-author {
color: #ffffff;
font-size: .95em;
padding-bottom: 115px;
padding-top: 15px;
}
/* 15 - Quote Section End
  --------------*/
/* 16 - Blog Section  
  --------------*/
.blog-section {
/*
padding-bottom: 80px;
*/
}
.blog-section .post-content {
max-width: 500px;
margin: auto;
}
.blog-section .owl-controls {
margin-top: 0;
}
.post-content .featured-img img {
max-width: inherit;
width: 100%
}
.post-content .post-container {
background-color: #f7f7f7;
padding: 20px;
}
.post-content  .post-meta {
font-size: 0.875em;
font-weight: 500;
width: 100%;
display: inline-block;
}
.post-content {
padding-bottom: 60px;
}
.post-content .post-title {
color: #262626;
font-size: 1.25em;
font-weight: 800;
line-height: 26px;
margin-top: 0;
}
.post-content .post-title a {
color: #262626;
}
.post-content .post-title a:hover {
color: #1fb5ac;
}
.post-content .entry-meta span{
padding-left:20px; 
}
.post-content .entry-date ,
.post-content .comments-link a {
color: #8c8c8c;
}
.post-content .comments-link a:hover{
color: #1fb5ac;
}
.post-content .continue-reading a {
border-bottom: 1px dotted transparent;
}
.post-content .continue-reading a:hover {
text-decoration: none;
border-bottom: 1px dotted #1fb5ac;
}
/* 16 - Blog Section End
  --------------*/


/* 17 - Tweet Section 
  --------------*/
.tweet-section {
padding: 70px 0 80px 0;
text-align: center;
}
.tweet-icon {
font-size: 2.5em;
padding-bottom: 15px;
}
.tweet-description {
font-size: 1.2em;
padding: 0 100px;
}
.tweet-description a {
color: #1fb5ac;
}
.tweet-slider {
position: relative;
overflow: hidden;
}
.tweet-slider .slide-nav{
opacity: 0;
color: #262626;
position: absolute;
top: 50%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 1.5em;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.tweet-slider:hover .slide-nav {
opacity: 1;
}
.tweet-slider .slide-nav:hover {
color: #1fb5ac;
}
.tweet-slider .slide-nav.left {
left: 10%;
}
.tweet-slider:hover .slide-nav.left {
left: 0;
margin-right: -10px;
}
.tweet-slider .slide-nav.right {
right: 10%;
}
.tweet-slider:hover .slide-nav.right {
right: 0;
margin-left: -10px;
}
/* 17 - Tweet Section End
  --------------*/
/* 18 - Subscribe Section
  -------------- */
.subscribe-details {
padding: 90px 0 140px 0;
}
.subscribe-details .subscribe-description {
font-size: 1.30em;
padding: 15px 100px 0px 100px;
}
.subscribe-form {
max-width: 710px;
margin: 0 auto;
text-align: center;
overflow: hidden;
padding-top: 25px;
}
.subscribe-form form {
position: relative;
}
.subscribe-form input {
max-width: 510px;
position: relative;
padding: 5px 27px;
}
.subscribe-form .form-control {
border-radius: 0;
border: none;
background-color: rgba(70, 77, 85, 1);
color: #ffffff;
font-size: 1em;
font-style: italic;
height: 50px;
}
.subscribe-form button {
background-color: #1fb5ac;
color: #ffffff;
font-size: 1em;
line-height: 52px;
position: absolute;
top: 0px;
right: 0px;
padding: 0 33px;
margin: 0;
}
.subscribe-form .btn {
border-color: #1fb5ac;
height: 50px;
}
.subscribe-form .btn:hover {
border-color: #e12444;
background-color: #e12444;
}
.subscribe-form .form-control::-webkit-input-placeholder {
color: #ffffff;
}
.subscribe-form .form-control:-moz-placeholder { 
color: #ffffff;  
}
.subscribe-form .form-control::-moz-placeholder { 
color: #ffffff;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
color: #ffffff;  
}
/* 18 - Subscribe Section End
  -------------- */
/* 19 - Contact Section  
  -------------- */

/* 19.1 - Contact Form
 ----------------- */
.contact-form-section {
padding-bottom:80px;
}
.contact-form-container .btn{
margin-top: 0;
margin-bottom: 20px;
}
.contact-form-container .form-control:focus{
border-color: transparent;
box-shadow: 0px 0px 1px 2px rgba(31, 181, 172, 0.64);
}
/* 19.1 - Contact Form End
 ----------------- */

/* 19.2 - Contact Details
 ----------------- */
.contact-details {
text-align: center;
padding: 20px 0;
}
.contact-details .title {
padding-top: 20px;
}
.contact-details .contact-info-box{
margin-bottom: 40px;
}
.contact-info {
padding-top: 40px;
}
.contact-details .icon {
font-size: 2.25em;
color: #ffffff;
width: 100px;
height: 100px;
border-radius: 100%;
line-height: 105px;
position: relative;
z-index: 0;
}
.contact-details .icon,
.contact-info-box .icon:after,
.contact-details .icon i{
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.contact-info-box .icon:after {
content: "";
top: -4%;
left: -4%;
position: absolute;
z-index: -1;
box-shadow: 3px 3px transparent;
width: 107%;
height: 107%;
border-radius: 50%;
padding: 15px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.contact-info-box:hover .icon:after {
box-shadow: 3px 3px #1fb5ac;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.contact-info-box:hover .map-marker:after {
box-shadow: 3px 3px #1fb5ac;
}
.contact-info-box:hover .envelope:after {
box-shadow: 3px 3px #e12444;
}
.contact-info-box:hover .phone:after {
box-shadow: 3px 3px #e0c124;
}
.contact-info-box:hover .skype:after {
box-shadow: 3px 3px #1fb538;
}


.contact-details-title {
font-size: 1.2em;
font-weight: 800;
padding-top: 15px;
}
.contact-details .texts {
font-size: .95em;
}
.contact-details a{
color: #545454;
}
.map-marker {
background-color: #1fb5ac;
}
.envelope {
background-color: #e12444;
}
.phone {
background-color: #e0c124;
}
.skype {
background-color: #1fb538;
}

/* 19.2 - Contact Details End
 ----------------- */

/* 19 - Contact Section End
  -------------- */
/* 20 - Page Name Section
  -------------- */
.page-name-sec .pattern {
min-height: 175px;
}
.page-name-sec .page-name {
margin: 80px 0 25px 0;
color: #ffffff;
font-size: 3.4375em;
font-weight: 900;
text-align: center;
text-transform: uppercase;
}
.page-location {
margin-bottom: 60px
}
.page-location,
.page-location a {
color: #ffffff;
text-align: center;
}
.page-location a{
display: inline-block;
padding: 0;
margin-right:20px; 
position: relative;
}
.page-location a:before,
.page-location a:after {
position: absolute;
content: "";
background: #1fb5ac;
}
.page-location a:before {
width: 100%;
height: 2px;
left: 0;
bottom: 0px; 
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.page-location a:hover {
border-bottom: none;
}
.page-location a:hover:before {
bottom: 100%;
}
.page-location a:after {
width: 4px;
height: 4px;
right: -13px;
top:11px;
}
/* 20 - Page Name Section End
  -------------- */



/* 21 - Google Map
  ----------------*/
.map-container img {
max-width: inherit;
height: inherit;
}
.google-map-container {
width:100%; 
height:500px;
background: #dddddd;
}
/* 21 - Google Map End 
  ----------------*/

/* 22 - Footer Section
  -------------- */
.footer-section .pattern{
background-image: none;
text-align: center;
min-height: 270px;
padding: 110px 0 80px 0;
}
.copyrights{
color: #262626;
background-color: #ffffff;
text-align: center;
min-height: 100px;
width:100%;
margin: 0;
padding-top: 30px;
}
.copyrights a{
color: #262626;
font-weight: 800;
-webkit-text-stroke: 0.1px;
}
.copyrights a:hover{
color: #1fb5ac; 
}

/* 22.1 - Footer Social Buttons
 -----------------*/
.footer-social-btn{
padding-bottom: 30px;
}
.footer-social-btn a{
color: #ffffff !important;
background-color: rgba(255,255,255,.4);
font-size: 1.625em;
line-height: 50px;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 100%;
margin: 5px;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
position: relative;
z-index: 0;
}
.footer-social-btn a:hover{
background-color: transparent;
}
.footer-social-btn a:after{
content: "";
position: absolute;
width: 70px;
height: 70px;
top: -10px;
left: -10px;
background-color: transparent;
opacity: 1;
display: block;
border-radius: 100%;
z-index: -1;
-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.footer-social-btn a:hover:after{
background-color: #1fb5ac;
width: 50px;
height: 50px;
top: 0px;
left: 0px;
opacity: 1;
}
.footer-social-btn a.twitter-btn:hover:after{
background-color: #55ACEE;
}
.footer-social-btn a.facebook-btn:hover:after{
background-color: #3B5998;
}
.footer-social-btn a.dribbble-btn:hover:after{
background-color: #ea4c89;
}
.footer-social-btn a.linkedin-btn:hover:after{
background-color: #0077b5;
}
.footer-social-btn a.flickr-btn:hover:after{
background-color: #0068db;
}
.footer-social-btn a.google-plus-btn:hover:after{
background-color: #db514f;
}
.footer-social-btn a.youtube-btn:hover:after{
background-color: #cc181e;
}
.footer-social-btn a.rss-btn:hover:after{
background-color: #da5700;
}
/* 22.1 - Footer Social Buttons
 -----------------*/
/* 22 - Footer Section End
  -------------- */



/* 23 - Blog Page
  -------------- */
.blog-sidebar {
overflow: hidden;
}
article.post {
background-color: #f7f7f7;
margin-bottom: 80px;
}
.post .post-thumbnail img {
width: 100%;
height: auto;
}
.post .post-content {
padding: 40px;
}
.post .post-title {
font-size: 1.5em;
padding-bottom: 15px;
}
.post .entry-meta,
.post .entry-meta a {
color: #b3b3b3;
}
.post .entry-meta a:hover {
color: #1fb5ac;
}

/* 23.1 - Post Blockquote
 -----------------*/
blockquote.post-blockquote {
background: #1fb5ac;
color: #ffffff;
font-size: 3.125em;
font-style: inherit;
padding: 95px 65px 65px 65px;
border: none;
line-height: 57px;
font-weight: 800;
letter-spacing: 0px;
margin: 0;
position: relative;
z-index: 1;
}
blockquote.post-blockquote .quot-author{
font-size: 1rem;
font-family: serif;
font-weight: 400;
display: block;
}
blockquote.post-blockquote:before{
position: absolute;
left: 40px;
top: 85px;
font-size: 3em;
color: rgba(255,255,255,.15);
content: "\f10d";
display: block;
font-family: FontAwesome;
z-index: -1;
}
/* 23.1 - Post Blockquote End
 -----------------*/


/* 23.2 - Attachment Link
 -----------------*/
.attachmentlink{
background-color: #e12444;
padding: 40px;
color: #ffffff;
font-size: 2em;
line-height: 35px;
font-weight: 700;
letter-spacing: 0px;
margin: 0;
position: relative;
overflow: hidden;
}
.attachmentlink span {
font-weight: 800;
}
.attachmentlink:before{
position: absolute;
left: 0px;
top: 16px;
font-size: 2.5em;
font-weight: 400;
color: rgba(255,255,255,.15);
content: "\f0c1";
display: block;
font-family: FontAwesome;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.attachmentlink .attach-link{
color: #ffffff;
font-size: 16px;
font-weight: 400;
display: block;
}
/* 23.2 -  Attachment Link End
 -----------------*/


/* 23.3 -  Pagination
 -----------------*/
.paging-navigation {
text-align: center;
}
.paging-navigation a,
.paging-navigation a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.paging-navigation a {
background: #f2f2f2;
color: #8c8c8c;
display: inline-block;
font-size: 1.125em;
font-weight: 700;
line-height: 32px;
height: 35px;
min-width: 35px;
padding: 0 10px;
margin: 5px 0px;
position: relative;
}
.paging-navigation a.active {
background: #1fb5ac;
color: #ffffff;
}
.paging-navigation a.prev,
.paging-navigation a.next {
line-height: 45px;
height: 45px;
width: 45px;
margin: 0;
}
.paging-navigation a:hover {
color: #ffffff;
background: transparent;
}
.paging-navigation a:after { 
content: "";
position: absolute;
top: 10%;
left: 10%;
right: 10%;
bottom: 10%;
background: transparent;
z-index: -1;
}
.paging-navigation  a:hover:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1fb5ac;
}
/* 23.3 -  Pagination End
 -----------------*/

/* 23 - Blog Page End
  -------------- */




/* 24 - Single Page
  -------------- */
.single-page .post-container {
background-color: #f7f7f7;
padding-bottom: 40px;
}
.single-page article.post {
margin-bottom: 0;
}
.type-page .entry-meta span,
.type-post .entry-meta span {
padding-left: 0;
padding-right: 20px;
}
.type-page blockquote,
.type-post blockquote {
color: #1fb5ac;
border-left: 3px solid #1fb5ac;
font-style: italic;
line-height: 30px;
margin-left: 20px;
padding: 5px 20px;
}


/* 24.1-  Page Social Share
 -----------------*/
.page .social-share span{
color: #8c8c8c;
font-weight: 600;
}
.page .social-share a,
.page .social-share a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.page .social-share a{
color: #ffffff;
font-size: 1em;
text-align: center;
display: inline-block;
width: 22px;
height: 22px;
line-height: 22px;
margin-left: 5px;
position: relative;
z-index: 0;
}
.page .social-share a:after{
content: "";
position: absolute;
top: -7px;
left: -7px;
right: -7px;
bottom: -7px;
background-color: transparent;
z-index: -1;
}
.page .social-share a.twitter-btn{
background-color: #55ACEE;
}
.page .social-share a.facebook-btn{
background-color: #3B5998;
}
.page .social-share a.google-plus-btn{
background-color: #db514f;
}
.page .social-share a.flickr-btn{
background-color: #0068db;
}
.page .social-share a:hover{
background-color: transparent;
}
.page .social-share a:hover:after{
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #1fb5ac;
}
/* 24.1 -  Page Social Share End
 -----------------*/


/* 24.2 -  Author Bio
 -----------------*/
.author-bio-container {
margin: 0 40px 40px 40px;
border:2px solid #e6e6e6;
background-color: #f2f2f2;
}
.author-bio {
padding: 30px;
}
.author-bio .box-title {
color: #8c8c8c;
padding-bottom: 15px;
}
.author-bio .box-title i{ 
color: #b3b3b3;
}
.author-bio .about-author {
display: inline-block;
width: 100%;
}
.author-bio .author-avatar {
width: 135px;
height: 135px;
float: left;
}
.author-bio .author-name {
margin-top: 0;
font-size: 0.9375em;
line-height: 1em;
}
.author-bio .author-details {
margin-left: 160px;
}
.author-bio .author-details p {
line-height: 23px;
margin-bottom: 5px;
}

/* 24.2.1 -  Author Bio Social
 ---*/
.author-bio  .social-btn a,
.author-bio  .social-btn a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.author-bio  .social-btn a{
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
position: relative;
z-index: 0;
}
.author-bio  .social-btn a:hover {
color: #ffffff;
}
.author-bio .twitter-btn {
color:  #55ACEE;
}
.author-bio .facebook-btn{
color:  #3B5998;
}
.author-bio .google-plus-btn{
color:  #db514f;
}
.author-bio .dribbble-btn{
color:  #ea4c89;
}
.author-bio .linkedin-btn{
color:  #20B8E5;
}
.author-bio  .social-btn a:after{
content: "";
position: absolute;
top: -7px;
left: -7px;
right: -7px;
bottom: -7px;
background-color: transparent;
z-index: -1;
}
.author-bio  .social-btn a:hover:after{
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
.author-bio .twitter-btn:hover:after {
background-color:  #55ACEE;
}
.author-bio .facebook-btn:hover:after{
background-color:  #3B5998;
}
.author-bio .google-plus-btn:hover:after{
background-color:  #db514f;
}
.author-bio .dribbble-btn:hover:after{
background-color:  #ea4c89;
}
.author-bio .linkedin-btn:hover:after{
background-color:  #20B8E5;
}

/* 24.2.1 - Author Bio Social End
 ---*/

/* 24.2 -  Author Bio End
 -----------------*/



/* 24.3 -  Post Navigation
 -----------------*/
.post-navigation .nav-links {
border-top: 2px solid #e6e6e6;
background-color: #f2f2f2;
}
.post-navigation .nav-links a,
.post-navigation .nav-icon {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.post-navigation .nav-links a {
color: inherit;
display: inline-block;
border-bottom: 2px solid #e6e6e6;
width: 100%;
padding: 15px 30px;
}
.post-navigation .nav-links a:hover {
color: #1fb5ac;
}
.post-navigation .nav-links .meta-nav {
color: #262626;
font-size: 0.875em;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
width: 100%;
}
.post-navigation .nav-links .meta-nav:hover {
color: #262626;
}
.post-navigation .nav-icon {
display: none;
}
@media screen and (min-width: 1250px) {
.post-navigation {
display: none;
}
.post-navigation .nav-links {
border-top: 0px solid transparent;
background-color: transparent;
}
.post-navigation .nav-links a {
color: #ffffff;
background-color: rgba(31,181,172,1);
border-radius: 5px;
border: 2px solid rgba(31,181,172,1);
position: fixed;
width: 700px;
height: 110px;
top: 50%;
margin-top: -55px;
padding: 30px 80px;
z-index: 10;
}
.post-navigation .nav-links a:hover{
color: #ffffff;
}
.post-navigation .nav-links a.prev {
left: -640px;
padding-right: 60px;
}
.post-navigation .nav-links a.next {
right: -640px;
padding-left: 60px;
}
.post-navigation .nav-links a.prev:hover {
left: -30px;

}
.post-navigation .nav-links a.next:hover {
right: -30px;
}
.post-navigation .nav-icon {
display: block;
position: absolute;
top: 20px;
font-size: 45px;
}
.post-navigation .prev .nav-icon{
right: 17px;
}
.post-navigation .next .nav-icon{
left: 17px;
}
} 
/* 24.3 -  Post Navigation End
 -----------------*/



/* 24.4 -  Comments Area
 -----------------*/
.comments-area {
padding: 40px 40px 10px 40px;
}
.comments-area .comment-list {
margin-top: 25px;
margin-bottom: 25px;
display: inline-block;
}
.comments-area .comment-body {
margin: 25px 0;
display: inline-block;
width: 100%;
}
.comments-area .comment-list,
.comments-area .children {
list-style: none;
padding-left: 0;
}
.comments-area .children {
padding-left: 30px;
}
.comments-area .parent {
position: relative;
display: inline-block;
width: 100%;
}
.comments-area .parent:before {
position: absolute;
content: "";
top:25px;
left: -40px;
bottom: 40px;
width: 2px;
background-color: #1fb5ac;
}
.comments-area .comment-meta {
float: left;
width: 100px;
height: 100px;
}
.comments-area .avatar {
border-radius: 100%;
}
.comment-metadata,
.comment-content {
margin-left: 120px;
}
.comment-metadata {
margin-bottom: 10px;
}
.comment-author {
margin: 0;
color: #262626;
}
.comment-author a {
color: #262626;
}
.comment-metadata time {
margin: 10px 0;
display: inline-block;
}
.comment-metadata a time,
.comment-metadata time {
font-size: 13px;
color:#666666; 
}
.comment-author a:hover,
.comment-metadata a time:hover {
color: #1fb5ac;
}
.comment-metadata a time,
.comment-metadata time,
.comments-area .reply a,
.comments-area .reply a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.comments-area .reply a {
border:2px solid #d9d9d9;
color: #1fb5ac;
font-size: 0.75em;
line-height: 25px;
font-weight: 800;
text-transform: uppercase;
display: inline-block;
padding: 2px 15px 0 15px;
position: relative;
z-index: 0;
}
.comments-area .reply a:hover {
color: #ffffff;
border:2px solid #1fb5ac;
}
.comments-area .reply a:after{
content: "";
position: absolute;
top: -7px;
left: -7px;
right: -7px;
bottom: -7px;
background-color: transparent;
z-index: -1;
}
.comments-area .reply a:hover:after{
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #1fb5ac;
}
.comments-area p{
margin-bottom: 0px;
}
.comment-respond .comment-reply-title {
margin: 60px 0;
}
.comment-respond .form-control,
.comment-respond .btn {
border-width: 3px;
}
/* 24.4 -  Comments Area End 
 -----------------*/

/* 24 - Single Page End
  -------------- */




/* 25 - Portfolio Page
  -------------- */

.portfolio-page  .item{
border: 1px solid #ffffff;
}
.portfolio-page .more-works{
margin-bottom: 0;
}

/* 25  Portfolio Page End
  -------------- */





/* 26 - Portfolio Single Page
  -------------- */
/* 26.1 Project Widget
 -----------------*/
.widget.project-details ul {
list-style: none;
margin:0;
padding: 0;
}
.widget.project-details li { 
padding-left: 10px;
line-height: 25px;
}
.widget.project-details li:before { 
font-family: FontAwesome;
font-size: 14px;
margin-right: 6px;
color: #cccccc;
display: inline-block!important;
width: 1em;
text-align: center;
}
.widget.project-details .btn {
margin-left: 0;
}
/* 26.1 Project Widget
 -----------------*/


/* 26.2 Similar Project
 -----------------*/
.similar-project {
    padding-top: 35px;
    padding-bottom: 50px;
}
.similar-project-head {
font-size: 1.25em;
margin-bottom: 40px;
margin-top: 0;
}

/* 26.2 Similar Project End
 -----------------*/

/* 26 - Portfolio Single Page End
  -------------- */




/* 27 - 404 Page
  -------------- */
.page-not-found .widget_search{
overflow: hidden;
}
.error-icon {
position: relative;
width: 150px;
height: 150px;
margin:15px auto;
background: #1fb5ac;
border-radius: 10px;
}
.error-icon span{
display: inline-block;
position: absolute;
}
.error-icon .icon-eye{
top: 30px;
width: 30px;
height: 30px;
background:#000000; 
border-radius: 100%;
}
.error-icon .icon-eye.left{
left:30px;
}
.error-icon .icon-eye.right{
right:30px;
}
.error-icon .icon-lip {
border-top: 5px solid #000000;
width: 80px;
height:80px;
top: 90px;
right: 20px;
border-radius: 100%;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}
/* 27 - 404 Page End
  -------------- */

/* 28 - Widget
  -------------- */
.widget {
padding-bottom: 10px;
display: inline-block;
width: 100%;
}
.widget-title {
font-size: 1.25em;
margin-top: 0;
line-height: 1em;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget li {
list-style: none;
}

/* 28.1 - Search Widget
 -----------------*/
.widget_search>form {
position: relative;
width: 100%;
height: 50px;
border-bottom: 3px solid #e6e6e6;
z-index: 0;
}
.widget_search>form input:focus,
.widget_search>form input {
border:none;
outline: none;
}
.widget_search>form input {
background-color: transparent;
line-height: 25px;
position: absolute;
width: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 12px 15px 12px 62px;
z-index: -1;
}
.widget_search>form .btn,
.widget_search>form .btn:before {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.widget_search>form .btn {
background-color: transparent;
color: #b8b8b8;
font-size: 1.25em;
width: 50px;
height: 50px;
top: 0;
left: 0;
margin: 0;
padding: 0;
}
.widget_search>form .btn:before {
content: "";
position: absolute;
top: 10px;
left: 10px;
height: 30px;
width: 30px;
background-color: transparent;
opacity: 0;
z-index: -1;
}
.widget_search>form .btn:hover:before {
background-color: #1fb5ac;
top: 0px;
left: 0px;
height: 50px;
width: 50px;
opacity: 1;
}
.widget_search>form .btn:hover {
color: #ffffff;
}
/* 28.1 - Search Widget End
 -----------------*/



/* 28.2 - widget_img 
 -----------------*/
.widget_img a,
.widget_img a>img,
.widget_img a:after,
.widget_img a:after,
.widget_img a:before,
.widget_img .overlay {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.widget_img {
float: left;
}
.widget_img a {
width: 70px;
height: 70px;
margin: 0 5px 5px 0;
position: relative;
display: inline-block;
overflow: hidden;
z-index: 0;
}
.widget_img a>img {
width: 100%;
height: 100%;
}
.widget_img a:hover>img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.widget_img a:after,
.widget_img a:before {
content: "";
width: 100%;
height: 2px;
background-color: transparent;
position: absolute;
top:50%;
left: 0%;
z-index: 2;
}
.widget_img a:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.widget_img a:hover:after,
.widget_img a:hover:before {
background-color: #ffffff;
width: 40%;
left: 30%;
}
.widget_img .overlay{
position: absolute;
background-color: rgba(31,181,172,.0);
top: 35%;
left: 35%;
bottom: 35%;
right: 35%;
z-index: 1;
}
.widget_img a:hover .overlay{
background-color: rgba(31,181,172,.6);
top: 0;
left: 0;
bottom: 0;
right: 0;
}

/* 28.2 - widget_img End
 -----------------*/


/* 28.3 - Categories & Archive Widget
 -----------------*/
.widget_categories li a,
.widget_categories li:before,
.widget_categories li:after,
.widget_archive li:before,
.widget_archive li:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.widget_categories li,
.widget_archive li {
padding: 5px 0 5px 40px;
position: relative;
}
.widget_categories li a,
.widget_archive li a{
color: #545454;
display: inline-block;
width: 100%;
}
.widget_categories li a:hover,
.widget_archive li a:hover {
color: #1fb5ac;
}
.widget_categories li:after,
.widget_archive li:after, 
.widget_categories li:before,
.widget_archive li:before {
content: "\f054";
color: #ffffff;
font-family: FontAwesome;
font-size: 10px;
line-height: 15px;
text-align: center;
height: 15px;
width: 15px;
border-radius: 100%;
display: inline-block!important;
position: absolute;
top: 7px;
left: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_categories li:before,
.widget_archive li:before {
background-color: #464D55;
opacity: 1;
}
.widget_categories li:after,
.widget_archive li:after {
background-color: #1fb5ac;
left: -10px;
opacity: 0;
}
.widget_categories li:hover:before,
.widget_archive li:hover:before {
opacity: 0;
}
.widget_categories li:hover:after,
.widget_archive li:hover:after {
opacity: 1;
left: 10px;
}

/* 28.3 - Categories & Archive Widget End
 -----------------*/

/* 28.4 - Recent Post Widget 
 -----------------*/
.widget_recent_entries a {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.widget_recent_entries li {
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.widget_recent_entries a {
color: #545454;
}
.widget_recent_entries a:hover {
color: #1fb5ac;
}
.widget_recent_entries img {
width: 70px;
height: 70px;
float: left;
}
.widget_recent_entries .fa{
color: #cccccc;
}
.widget_recent_entries .recent-post-details {
margin-left: 85px;
}
.widget_recent_entries .recent-post-details .post-title {
font-size: 0.875em;
font-weight: 700;
text-transform: uppercase;
}
.widget_recent_entries time {
padding-right: 15px;
}
/* 28.4 - Recent Post Widget End
 -----------------*/


/* 28.5 - Tag Widget
 -----------------*/
.widget_tagcloud  a,
.widget_tagcloud  a:after {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.widget_tagcloud  a {
display: inline-block;
color: #8c8c8c;
font-size: 0.875em;
border:2px solid #e6e6e6;
padding: 5px 15px;
margin: 0 5px 7px 0;
position: relative;
}
.widget_tagcloud  a:hover {
border-color: #1fb5ac;
color: #ffffff;
}
.widget_tagcloud  a.active {
background-color: #1fb5ac;
color: #ffffff;
border-color: #1fb5ac;
}
.widget_tagcloud  a:after {
content: "";
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
background-color: transparent;
z-index: -1;
}
.widget_tagcloud  a:hover:after {
top: 0;
left: 0;
bottom: 0;
right:0;
background-color: #1fb5ac;
}

/*  28.5 - Tag Widget End
 -----------------*/


/* 28.6 - Calendar Widget
 -----------------*/
.widget_calendar td a,
.widget_calendar td a:after {
-webkit-transition: all .20s ease;
-moz-transition: all .20s ease;
-ms-transition: all .20s ease;
-o-transition: all .20s ease;
transition: all .20s ease;
}
.widget_calendar table {
width: 100%;
text-align: center;
}
.widget_calendar caption {
color: #262626;
text-align: center;
font-weight: bold;
line-height: 40px;
font-size: 1.25em;
height: 40px;
border: 2px solid #e6e6e6;
border-bottom: none;
border-bottom: none;
}
.widget_calendar tbody{
border: 1px solid #e6e6e6;
border-top: none;
}
.widget_calendar th {
color: #ffffff;
height: 40px;
text-align: center;
border: 2px solid #1fb5ac;
background-color: #1fb5ac;
}
.widget_calendar td {
height: 40px;
text-align: center;
border: 2px solid #e6e6e6;
}
.widget_calendar td a{
display: inline-block;
width: 100%;
height: 100%;
line-height: 38px;
position: relative;
z-index: 0;
}
.widget_calendar td a:after{
content: "";
position: absolute;
top: 8px;
left: 8px;
bottom: 8px;
right: 8px;
background-color: transparent;
z-index: -1;
}
.widget_calendar td a:hover{
color: #ffffff;
}
.widget_calendar td a:hover:after {
top: -2px;
left: -2px;
bottom: -2px;
right:-2px;
background-color: #1fb5ac;
}

/* 28.6 - Calendar Widget End
 -----------------*/


/* 28 - Widget End
  -------------- */




/* 29 - Scroll Top Section
  -------------- */
#scroll-to-top {
background-color: #1fb5ac;
color: #ffffff;
font-size: 1.5em;
position: fixed;
right: 50px;
bottom: 40px;
cursor: pointer;
display: none;
opacity: .7;
z-index: 99999;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 3px;

-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#scroll-to-top:hover {
opacity: 1;
}

/* 29 - Scroll Top Section End
  -------------- */



/* 30 - Email Validator
  -------------- */
.error { 
display: none; 
padding:10px; 
margin:0 0 5px 0;
color: #D8000C; 
font-size:12px;
background-color: #FFBABA;
}
.success { 
display: none; 
padding:10px; 
color: #044406; 
font-size:12px;
background-color: #B7FBB9;
}
.error img,
.success img {
margin-right: 10px;
}
/* 30 - Email Validator End
  -------------- */


/*  - Style Section
  -------------- */
.about-us-section p {
    font-size: 1.1rem;
    color: #000000;
}

.about-us-section h1 {
    color: #000000;
}
/*  - Style Section End
  -------------- */



/*  - Our Style Section
  -------------- */

.bluesubtitle, .bluesubtitle strong {
color: #435271; 
}

/*  - Our Style Section End
  -------------- */

.spgray {
color: #464D55;
}

.spred {
color: #e12444;
}

/* custom */
.pshadow span {
text-shadow: 2px 2px gray;
}

span.size {
font-size: 1rem;
} 

.page-name-sec .pattern1 {
/* min-height: 270px; */
min-height: 370px;
}

span.footer1 {
font-size: 0.9rem;
}

span.footer2 {
font-size: 0.8rem;
}

span.alnema {
color:#e12444;
}

.h1table {
    color: #fff;
}
.tg  {border-collapse:collapse;border-spacing:0;border-color:#fff;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#fff;color:#444;background-color:#ebeeed;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#fff;color:#fff;background-color:#052148;}
.tg .tg-vn4c{background-color:#D5E9FF}

.cent {
margin: 0 auto;
width: 95%;
}

/*own style*/
.background_shadow{
width: 32%;
min-height: 10px;
background-color: rgba(62,146,204,0.3);
padding: 6px 20px 6px 20px;
box-shadow: 0 0 2px #222728;
margin: 0 auto;
border-radius: 0 50px 0 50px;
margin-top: -25px;
  text-shadow: 1px 1px 3px #000000;
  margin-bottom: 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.background_shadow a{
text-shadow: 2px 2px 3px #000000;
font-weight: bold;
/*text-shadow: 1px 1px 3px #e12444;*/
}
@media screen and (max-width: 876px){
.background_shadow{
width: 90%;
}
}

/*full website responsive work*/
@media screen and (max-width: 1366px){
#go-to-next{
display: none;
}
.space_top{
width: 100%;
height: 60px;
}
.hide_in_xs{
display: none;
}
.top-section {
padding: 0px 0;
}
.top-heading-1 {
font-size: 4em;
line-height: 70px;
margin-bottom: 50px;
}
.top-heading-2 {
font-size: 2.5em;
line-height: 50px;
}
.top-heading-3 {
font-size: 2.5em;
line-height: 50px;
}
.next-section{
margin-top: 20px;
}
}
@media screen and (max-width: 480px){
.space_top{
width: 100%;
height: 30px;
}
.hide_in_xs{
display: none;
}
.top-heading-1 {
font-size: 1.5em !important;
margin-bottom: 20px !important;
}
.top-heading-2 {
font-size: 1em !important;
line-height: 20px;
}
.top-heading-3 {
font-size: 1em !important;
margin-top: -23px;
}
.section-title {
width: 100%;
text-align: left;
float: none;
font-size: 3.75em !important;
}
}

@media screen and (max-width: 400px){
.space_top{
width: 100%;
height: 30px;
}
.hide_in_xs{
display: none;
}
.top-heading-1 {
font-size: 1.5em !important;
margin-bottom: 20px !important;
}
.top-heading-2 {
font-size: 1em !important;
line-height: 15px;
}
.top-heading-3 {
font-size: 1em !important;
margin-top: -23px;
}
.section-title {
width: 100%;
text-align: left;
float: none;
font-size: 3.75em !important;
}

.background_shadow{
margin-top: -82px;
}
.carousel-indicators{
display: none;
}
}