/*@import url("navigation.css");
@import url("./plugin/flexslider.css");
@import url("./plugin/owl.carousel.css");
@import url("./plugin/mediaelementplayer.css");
@import url("./plugin/colorbox.css");
@import url("./plugin/jquery.fs.tipper.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/*  BASIC STYLE  - General Style      - Headings Style      - Button Style      - Form Style      - Spacer Style      * HEADER   - Header Style  - Navigation Menu  - Right Side Menu Button (Search, Cart, Bar, etc)* FOOTER* ELEMENTS  - Team Box  - Skills Bar  - Accordion Tab  - Counter  - Service Box  - Pricing  - Testimonials  - Client Logo  - Icon  - Table  * GLOBAL STYLES  - Push Menu Style (Top, Bottom, Left, right)  - Contents (Body, Container, Section, etc)  - Contants (Portfolio, Blog, Shop etc)  - Parallax  - Slider  - Preloader  - Additional*/ /*-------------------------------------------------------------------------------------------*/ /* BASIC STYLE    ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap');
*/
/*@font-face {
    font-family: 'AlrightSans-LightItalic';
    src: url("../fonts/AlrightSans-LightItalic-v3.otf") format("opentype");
}

@font-face {
    font-family: 'AlrightSans-Light';
    src: url("../fonts/AlrightSans-Light-v3.otf") format("opentype");
}

@font-face {
    font-family: 'AlrightSans-MediumLight';
    src: url("../fonts/AlrightSans-MediumItalic-v3.otf") format("opentype");
}*/

@font-face {
    font-family: 'AlrightSans-Medium';
    src: url("../fonts/AlrightSans-Medium.woff") format('woff');
}


::-moz-selection {
    background-color: #0db8e7;
    color: #FFF;
}

::selection {
    background-color: #0db8e7;
    color: #FFF;
}
/*  General Style   ||-----------*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5em;
    color: #39414a;
    font-size: 1.1rem;
    font-family: 'AlrightSans-Medium';
    font-weight: 400;
    letter-spacing: 1px;
    overflow-x:hidden!important;
}

.dflex {
    display: flex;
}

img {
    height: auto;
	border-radius: 20px;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

picture {
    /*display: block;*/
}
a, a:focus, a:active, a:link, img {
    outline: none;
}

a {
    color:#2a3e4c;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #0db8e7;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.aorbox {
	color: #e87b40;
	font-size: 1em;
    letter-spacing: 2px;
    /* text-decoration: underline; */
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}

.ajat {
    color: #5e92c8;
	font-size: 1.1em;
    letter-spacing: 2px;
}

.acloud {
    color: #73c5c6;
    font-size: 1.1em;
    letter-spacing: 2px;
}

.adev {
    color: #e34554;
	font-size: 1.1em;
    letter-spacing: 2px;
	}

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #313030;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    hr.dark {
        border-top: 1px solid #3e3e3e;
    }

b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: #888;
}

ul.list-inside {
    list-style: inside;
}

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

ul.list-none-ib {
    list-style: none;
    padding-left: 0px;
    margin-left: 0;
}

    ul.list-none-ib li, .list-none-ib {
        list-style: none;
        display: inline-block;
    }

ul.text-cap li, .text-cap { /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

p {
    line-height: 1.5em;
    font-size: 1.1rem;
    font-weight: 200;
    margin: 0px 0 10px 0;
    color: #2a3e4c;
    letter-spacing: 1px;
    font-family:'AlrightSans-Medium';
}

    p.lead, .lead {
    font-size: 32px;
    float: left;
    color: #2a3e4c !important;
    font-weight: 700;
    line-height: 36px;
    font-family: 'NotoSans',Arial,Helvetica,sans-serif;
    }
	
 .sent {
    font-size: 19px;
    float: left;
    /* text-align: justify; */
    color: #2a3e4c !important;
    font-weight: 700;
    line-height: 33px;
    font-family: 'NotoSans',Arial,Helvetica,sans-serif;
    }
	p.leadMain {
        font-size: 27px;
    }

	h3.introText, .introText{
		width: 85%;
		color: #0db8e7;
		margin-top: 2%;
	}

    p.dark, .dark, a.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
        color: #2a3e4c !important;
    }

    p.white, .white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
        color: #fff !important;
    }

    p.color, .color, a.color, h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, li.link:hover, li.link a:hover, .color {
        color: #ff5400 !important;
    }

.gray {
    color: #888;
}

.light-color h1, .light-color h2, .light-color h3, .light-color h4, .light-color h5, .light-color h6, .light-color p, .light-color, .light-color .container-icon {
    color: #fff;
}

.dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, .dark-color p, .dark-color, .dark-color .container-icon {
    color: #323232;
}

.dark-bg {
    background: #323232;
    color: #fff;
}


    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg .link, .dark-bg .container-icon, .dark-bg .page-icon-top {
        color: #fff;
    }

        .dark-bg .link:hover, .link:hover {
            color: #0db8e7;
        }

.coolesticons {
	background: radial-gradient(circle at left top , rgb(132, 203, 205) 9% , rgba(9, 184, 233, 0.36) 48% , rgba(27, 101, 193, 0.48) 91%);}

.orange-bg {
    /*background: #0db8e7;*/
	background: #0db8e7;
    color: #fff;
}


    .orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5, .orange-bg h6, .orange-bg p, .orange-bg .link, .orange-bg .container-icon, .orange-bg .page-icon-top {
        color: #fff;
    }

        .orange-bg .link:hover, .link:hover {
            color: #2a3e4c;
        }

.gray-bg {
    background: #f7f7f7;
    color: #323232;
}

    .gray-bg h1, .gray-bg h2, .gray-bg h3, .gray-bg h4, .gray-bg h5, .gray-bg h6, .gray-bg .container-icon {
        color: #323232;
    }
/*Headings Style   ||-----------*/

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}

    .separator.right {
        float: right;
    }

    .separator.center {
        margin-left: auto;
        margin-right: auto;
    }

    .separator.color {
        background: #0db8e7;
    }

    .separator.white {
        background: #fff;
    }

h1, h2, h3, h4, h5, h6 {
    color: #2a3e4c; /* text-transform: uppercase; */
    font-family: 'AlrightSans-Medium';
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
h1,h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.1em;
}

h1.follow:after, h2.follow:after{
        color: #0db8e7;
        content: " >";
        font-size: 48px;
    }


    h1.h1, h2.h2 {
        letter-spacing: normal;
    }

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
	
	h1,h2{
	/*font-size: 25px;*/
    letter-spacing: 2px;
    line-height: 45px;
	}
}

/*h2 {
    font-size: 1.53em;
    letter-spacing: 1px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}*/

h1.title, h2.title {
	font-weight: 600;
    color: #2a3e4c; }

h3.title, h4.title{
	color: #2a3e4c;
}
 
	/*h2.follow:after{
        color: #0db8e7;
        content: ">";
        font-size: 32px;
    }*/

h3 {
    font-size: 1.36em;
    letter-spacing: 1px;
    line-height: 32px;
	font-weight: 700;
}

	h3.follow:after{
		color: #0db8e7;
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
    }

   /* h3:after {
        color: #0db8e7;
        content: ">";
        font-size: 34px;
    }*/

h4 {
	font-size: 0.93em;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: 'AlrightSans-Medium';
    /* line-height: 28px; */
    line-height: 19px;
}

	h4.follow:after{
        color: #0db8e7;
        content: ">";
        font-size: 22px;
    }

    h4.h4 {
        letter-spacing: 4px;
    }

@media (max-width: 767px) {
    h4 {
        line-height: 28px;
    }
}

h5 {
	font-size: 0.909em;
    color: #8c939a;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 28px;
    
}
	h5.h5-orange{
	color: #0db8e7;
	font-weight: 400;
	}

	h5.follow:after{
        color: #0db8e7;
        content: ">";
        font-size: 20px;
    }

	@media (max-width: 768px){
		h3.follow:after{
        color: #0db8e7;
        content: " >";
        font-size: 0.795em;
    }
		h5.h5-orange{
			text-align:center;
		}
	}

h6 {
    font-size: 0.738em;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

	h6.follow:after{
        color: #0db8e7;
        content: ">";
        font-size: 6.704em;
    }

h1.large {
    font-size: 50px;
}

.light-italic{
	font-family: 'AlrightSans-LightItalic';
}

.light{
	font-family: 'AlrightSans-Light';
}

.medium{
	font-family: 'AlrightSans-Medium';
}

.medium-light{
 	font-family: ' AlrightSans-MediumLight';
}

/*Button Style   ||-----------*/

.btn:focus {
    outline: none;
}



.btn, button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px; /* text-transform: uppercase; */
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

    .btn i, button i, i.left {
        margin-right: 6px;
    }

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

button {
    vertical-align: top;
}


.btn-round{
	display: inline-block;
	padding: 20px 20px !important;
	font-size: 20px !important;
	border-radius: 50% !important;
	background-color: transparent !important;
  	border: 6px solid white !important;
}
	
		.btn-round:hover{
			background-color: white !important;
		}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}

.btn-md {
    padding: 20px 20px;
    display: inline-block;
	width: 200px;
	height: 62px;
	border-radius: 54px;
}

.btn-xs {
    padding: 6px 15px 10px;
    display: inline-block;
}

.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}

.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}

.btn-black {
    color: #fff;
    background: #e56418;
    border: none;
}

    .btn-black:hover {
        color: #fff; /*background: #0db8e7;*/
        background: rgba(50,50,50,0.85);
    }

.btn-color-a, .btn-color-b {
    color: #fff;
    background: #0db8e7;
    border: none;
}

    .btn-color-a:hover {
        color: #fff;
        background: rgba(230,174,73,0.85);
    }

    .btn-color-b:hover {
        color: #fff; /*color: #0db8e7;        background: #fff;*/
        background: rgba(230,174,73,0.85);
    }

.btn-white {
    color: #323232;
    background: rgba(255,255,255,1);
    border: none;
	width:fit-content !important;
}
	.btn-white:hover { 
		color: #fff;        
		background: #555;
        
    }


.btn-white-orange {
    color: #0db8e7 !important;
	}

	.btn-white-orange:hover{
		background: rgba(255,255,255,1);
		margin-top: -5px;
    	margin-bottom: -5px;
    	padding: 20px 55px 20px;
		font-size:15px;
	}

    
.btn-black-line, .btn-white-line, .btn-color-line , btn-orange-line{
    border: 2px solid;
    background: none;
}

.btn-black-line {
    color: #0db8e7;
    border-color: #555;
    padding: 18px 20px;
}

    .btn-black-line:hover {
        color: #fff;
        background: #323232;
    }
	
	

.btn-color-line {
    color: #0db8e7;
    border-color: #0db8e7;
    padding: 9px 20px;
}

    .btn-color-line:hover {
        color: #fff;
        background: #0db8e7;
    }

.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
}

    .btn-white-line:hover {
        color: #323232;
        background: #fff;
    }

.btn-link-a, .btn-link-b {
    color: #fff;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px; /* text-transform: uppercase; */
    letter-spacing: 2px;
}

    .btn-link-a:hover {
        color: #fff;
        border-bottom: 1px solid #0db8e7;
    }

    .btn-link-b:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
    }

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}
/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        /*border: 1px solid #fff;*/
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #000;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding: 20px 8px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: inline-block;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #0db8e7;
            color: #323232;
        }

input, textarea, select {
    /*margin-bottom: 20px;*/
    font-family: 'Raleway', sans-serif;
    font-size: 14px!important;
    line-height:14px!important;
	
   
}

    input.input-sm, .input-sm {
        padding: 8px 15px;
    }

textarea {
    height: 120px;
}



label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}
	.form-field-wrapper textarea {
    	height: 35px;
    	overflow: hidden;
	}
    .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
        margin-bottom: 0px;
		border-bottom: 1px solid #f5f5f5;
		text-transform: uppercase;
    }

	.form-field-wrapper input::placeholder , .form-field-wrapper textarea::placeholder , .form-field-wrapper select::placeholder {
        color: #000;
		font-weight: 600;
		font-size: 16px;
    }

button.form-full{
    width: unset;
	margin-left: 2%;
    padding: 10px 20px;
	text-transform: uppercase;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}
/* Spacer Style   ||-----------*/

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 0px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;

}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-auto {
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (max-width: 991px) {
	.mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mb-sm-45 {
        margin-bottom: 45px;
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .float-none-sm {
        float: none !important;
    }

    .float-left-sm {
        float: left !important;
    }

    .float-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }
	
	.pt-xs-0{
		padding-top: 0px;
	}
	
	.ptb-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }
	
	.pb-xs-15 {
        padding-bottom: 15px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .float-none-xs {
        float: none !important;
    }

    .float-left-xs {
        float: left !important;
    }

    .float-right-xs {
        float: right !important;
    }
	
	h1, h2, h3, h4, h5, h6,p, img{
		text-align:center;
	}
}
/*-------------------------------------------------------------------------------------------*/ /* HEADER         ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ /* Header Style */

.wrapper {
    position: relative;
    width: 100%;
}

.push-body-totop .header.sticky {
    position: fixed;
    top: 64px;
}

.header .container {
	padding-right: 10%;
	padding-left: 10%;
    position: relative;
	margin-left: 2%;
	width: 100%;
}

.header {
    background-color: #fff; /*border-bottom: 1px solid #eee;*/
    color:#2a3e4c; 
	padding:0px 0px;    
    position: relative; /*top: 0;*/
    transition: all 0.25s ease 0s;    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 2000;
}

.header #extraheader{
	display:block;
}

    .header.sticky {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        color: #323232;
        position: fixed;
		padding: 20px 0px 0px;
        z-index: 2030;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.header .navigation ul.open {
            -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
        }

.header.sticky #extraheader{
	display:none;
}

.full-intro .header {
    background-color: rgba(255,255,255,0.95);
    border-bottom: none;
    position: absolute;
}

    .full-intro .header.sticky {
		background-color: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        color: #323232;
        position: fixed; /*border-bottom: 1px solid #eee;*/
    }

.background--dark .header, .background--dark .header a, .background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
    color: #fff;
}

/*@media (min-width:768px) and (max-width:991px) {
    .background--dark .header .mobile-menu-icon {
        color: #fff;
    }
}

@media (max-width:767px) {
    .full-intro .header {
        position: relative;
    }
}*/

.background--light .header, .background--light .header a, .full-intro .header.sticky a, .header a, .header.sticky a, .mobile-menu-icon, .header.sticky .mobile-menu-icon, .header .side-menu-btn ul li a.right-icon, .header.sticky .side-menu-btn ul li a.right-icon, .header .mobile-menu-icon, .header.sticky .mobile-menu-icon {
    color: #323232;
}
    /*#menu-button.menu-opened .bar-icon,*/

    .header .side-menu-btn ul li a.right-icon:hover, .header.sticky .side-menu-btn ul li a.right-icon:hover, .header .mobile-menu-icon:hover, .background--dark .header .navigation a:hover {
        color: #0db8e7;
    }

.header li {
    list-style: outside none none;
}

.header ul, .header li {
    margin: 0;
    padding: 0;
}

	.header ul.social li{
		display: inline-block;
    	margin: 0px 0px 0 5px
	}

.header .social {
    float: right;
    display: inline-block;
}

    .header .social a {
        position: relative;
        display: block;
		/*margin-top: 15px;
        /*margin-top: 35px;*/
    }

.header.sticky .social a {
    /*margin-top: 20px;*/
	/*margin-top: 15px;*/
}

/* logo Style */

.header .logo a img.l-white, .header .logo a img.l-color, .header.sticky .logo a img.l-white, .header.sticky .logo a img.l-black, .full-intro .header.sticky .logo a img.l-white, .background--dark .header .logo a img.l-color, .background--dark .header .logo a img.l-black, .background--light .header .logo a img.l-light, .background--light .header .logo a img.l-color {
    opacity: 0;
/*display: none;*/
}

.header .logo a img.l-black, .header.sticky .logo a img.l-black, .background--light .header .logo a img.l-black, .background--dark .header .logo a img.l-white {
    opacity: 1;
    /*display: none;*/
}

.header .logo {
    float: left;
    display: inline-block;
}

    .header .logo a {
        position: relative;
        display: block;
        width: 85px;
        margin-top: 1px;
    }
    
    /*.header .logo a picture {
        height: 100%;
    }
    @media (min-width:992px) and (max-width:1199px) {
        .header .container {
            flex-direction: column;
            align-items: center;
        }
        .header .container .navigation{
            margin-left:unset;
            margin-bottom:10px;
        }
        .header .logo a {
            flex-direction:column;
            height: 60px;
            margin: 15px 0;
        }
    }
    @media (max-width:991px) {
        .header .logo a {
            height: 60px;
        }
    }
    */
.header.sticky .logo a {
    width: 100px;
    /*margin-top: 6px;*/
}

.logo a img {
    position: absolute;
    width: 100%;
    opacity: 0;
/*height: 100%;*/
    display: block;
}
/* Navigation Menu Style*/

.mobile-menu-icon-wraper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
}

.mobile-menu-icon, .header.sticky .mobile-menu-icon {
    height: 25px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}

.side-menu-btn-fix {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 2001;
    font-size: 17px;
}

    .side-menu-btn-fix a {
        width: 35px;
        height: 35px;
        text-align: center;
        background: rgba(0,0,0,0.8);
        display: block;
        border-radius: 3px;
        color: #fff;
        line-height: 34px;
    }

        .side-menu-btn-fix a:hover {
            background: #0db8e7;
        }

header.sticky .navigation a.current-ele {
    color: #0db8e7 !important;
}
/* Right Side Menu Button Style*/

.header .side-menu-btn {
    float: right;
    position: relative;
}

    .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
        float: left;
        padding: 35px 0 34px;
        margin-left: 20px;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

.header.sticky .side-menu-btn > ul > li, .header.sticky .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
}

.header .side-menu-btn ul li a.right-icon {
    display: block;
    position: relative;
}

.header .side-menu-btn ul li a.right-icon {
    height: 25px;
    background-repeat: no-repeat;
    font-size: 17px;
}

.cart .cart-notification {
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    color: #fff;
    right: -5px;
    bottom: -3px;
    display: block;
    background: #0db8e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
}

.cart-dropdown {
    background: rgba(32, 32, 32, 0.95);
    color: #fff;
    position: absolute;
    top: 130%;
    right: 0;
    width: 250px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .cart-dropdown .cart-list {
        margin: 0px;
        padding: 0px;
        display: table;
    }

        .cart-dropdown .cart-list li {
            list-style: none;
            padding: 15px 0px 15px 0px;
            display: block;
            margin: 0px;
            border-bottom: 1px solid #3e3e3e;
            position: relative;
            display: block;
            float: left;
            width: 100%;
        }

            .cart-dropdown .cart-list li > .close-cart-list {
                position: absolute;
                right: 0px;
                top: 15px;
                width: 15px;
                height: 15px;
                display: block;
                background-image: none !important;
                color: #fff;
            }

                .cart-dropdown .cart-list li > .close-cart-list:hover {
                    color: #0db8e7;
                    background-image: none !important;
                }

        .cart-dropdown .cart-list .media {
            margin-top: 0px;
        }

            .cart-dropdown .cart-list .media .pull-left {
                width: 70px;
            }

                .cart-dropdown .cart-list .media .pull-left img {
                    width: 100%;
                }

            .cart-dropdown .cart-list .media .media-body {
                width: 125px;
            }

            .cart-dropdown .cart-list .media h6, .cart-dropdown .cart-list .media h5, .cart-dropdown .cart-list .media p {
                margin-top: 0px;
                margin-bottom: 5px;
            }

            .cart-dropdown, .cart-dropdown .cart-list .media a {
                color: #fff;
            }

                .cart-dropdown .cart-list .media a:hover {
                    color: #0db8e7;
                }

.cart-dropdown {
    color: #fff;
    padding-top: 10px;
}

    .cart-dropdown .cart-sub-totle {
        color: #fff;
        padding-top: 15px;
    }

    .cart-dropdown .cart-checkout-btn a {
        margin-top: 15px;
    }

        .cart-dropdown .cart-checkout-btn a.checkout {
            color: #fff;
        }

            .cart-dropdown .cart-checkout-btn a.checkout:hover { /*color: #0db8e7;*/
                color: #fff;
            }

.header .side-menu-btn ul li:hover .cart-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

@media (max-width: 767px) {
    .header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
        margin-left: 16px;
    }

    .background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
        color: #323232;
    }

    .header .logo a img.l-black, /*.header.sticky .logo a img.l-color,*/ .background--dark .header .logo a img.l-black {
        opacity: 1;
    }

    .header .logo a img.l-white {
        display: none;
        opacity: 0;
    }

    .header {
        background: #fff;
        color: #323232;
    }

    .full-intro .header {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		padding: unset;
    }
}

@media (max-width: 991px) { /* HEADER STYLE ------------ */

    .header .side-menu-btn ul li, .header .mobile-menu-icon-wraper {
        padding: 19px 0 20px;
    }

    .header .logo a, .header.sticky .logo a {
        margin-top: 10px;
    	width: 70px;
    }
    /* END HEADER STYLE ------------------ */
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/*==============================================================================================*/ /* FOOTER         ||---------------------------- */ /*==============================================================================================*/

.footer {
     background-color: #fff  ;
    color: #333 ;
    position: relative;
    width: 100%;
    display: block;
}

/*.footer .container {
        display: flex;
        flex-direction: column;
    }

        .footer .container .order1 {
            order: 1;
        }
*/
    .footer hr {
         border-color:#555;
    }

.footer h4{ 
	
	font-size: 16px;
    font-weight: 100;
	color:#0db8e7;
}

    .footer .footer-info p {
         color: #333;
    }

.footer-logo {
    /*max-width: 125px;*/
    display: inline-block;
    width: 100%;
}

	.footer-logo img {
    border-radius: unset;
}

.footer .social, .contact .social {
    font-size: 20px;
	text-align:right;
	
}


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

	.footer ul.social{
		width:fit-content;
		margin-top: 30px;
	}

    .footer ul.social li, .contact ul.social li {
            display: inline-block;
    		margin: 0 10px 0 0;
    		color: #0db8e7;
    }

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

	.footer ul.social li a {
                color: #333;
            }

		.footer ul.social li a:hover {
                    color: #0db8e7;
                }

.footer .link a {
    font-size: 14px;
    font-weight: 100;
    font-family: 'NotoSans',Arial,Helvetica,sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    color: #333;
}

	.footer ul.link li a:hover {
                    color: #0db8e7;
                }

.footer .link-small a {
    font-weight: 600;
    text-transform: none;
}

.footer .copyright {
    /*text-align: center;*/
	background-color: #555;
    color: #0db8e7;
}

.footer .copyright p.copyright{
	float:left;
	color: #fff;
}

	.footer .copyright p.copyright > a{
		color: #fff;
	}

.footer .copyright p.copyright > a:hover{
	color:#0db8e7
}

@media (min-width: 768px){
	.copyright .col-md-8,.copyright .col-md-8 .col-sm-12{
		padding-left: unset;
	}
}
	.copyright .col-md-3{
		padding-right:0px;
	}

@media (max-width: 480px){
	.footer ul.social {
		width: unset;
    /*height: 120px;*/
	}
}

.newsletter {
    position: relative;
}

    .newsletter .newsletter-input, .newsletter .newsletter-input:focus {
        width: 100%;
		color: #fff;
        /*border-top: 0px none;
        border-left: 0px none;
        border-right: 0px none;*/
        padding-right: 40px !important;
        background: rgba(255,255,255,0);
    }

	.newsletter input[type="email"]{
		height:40px;
	}

    .newsletter .newsletter-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 18px;
        background: rgba(255,255,255,0);
    }

		.newsletter .newsletter-btn i{
			vertical-align: middle;
		}

@media (max-width: 767px) {
    .footer, .footer .social{
        text-align: center;
    }
}
/*================================================================================================*/ /* ELEMENTS          ||---------------------------- */ /*================================================================================================*/ /*-------------------------------------------------------------------------------------------*/ /*  Team Box         ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.team-item {
	position: relative;
    overflow: hidden;
    display: block;
}

.team-item-img {
    position: relative;
}

    .team-item-img .team-item-detail {
        background: none repeat scroll 0 0 rgba(126, 126, 126, 0.60);
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item .team-item-img-sm:hover{
    transform: scale(1.05);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
    margin: auto;
    padding: 25px;
}

 /*.team-item-img .team-item-detail .team-item-detail-inner p {
        line-height: 18px;
        letter-spacing: normal;
    }*/
    .team-item-img .team-item-detail .team-item-detail-inner .social {
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

        .team-item-img .team-item-detail .team-item-detail-inner .social li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px;
        }

            .team-item-img .team-item-detail .team-item-detail-inner .social li a {
                color: #fff;
            }

                .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
                    color: #0db8e7;
                }

.team-item-info {
    padding-top: 15px;
	text-align: left;
	max-width: 100%;
    /*text-align: center;*/
}

    .team-item-info h5 {
        margin-bottom: 0px;
    }

		.team-item-info h5.height {
			max-height: 40px;
		}
		/*@media (min-width:992px) {
    .team-grid-item:nth-child(4n+1) {
        clear: both;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .team-grid-item:nth-child(2n+1) {
        clear: both;
    }
}*/
.col-text{
margin-top: 15%
}
 @media (max-width: 767px){
	 .team-item-info h3.h3-custom{
	font-size: 14px;     
	letter-spacing: 1px;     
	line-height: 20px;     
	font-weight: 800;
	 }
	 
	 .wow .col-xs-12.mb-80, .wow .col-xs-12.mb-60{
	 margin-bottom: 15px;
	 }
	 
	 .col-text{
	 margin-top:unset;}
 }
/*-------------------------------------------------------------------------------------------*/ /*  Skills Bar      ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.skillbar-bar:before {
    background: #eee;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.skillbar-bar {
    height: 3px;
    width: 0px;
    background: #323232;
    -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 {
    display: inline-block;
}

.skillbar-title, .skill-bar-percent {
    color: #323232;
    font-size: 11px;
    font-weight: 600; /* text-transform: uppercase; */
}

.skill-bar-percent {
    float: right;
    display: inline-block;
}
/*-------------------------------------------------------------------------------------------*/ /*  Accordion Tab    ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

    .accordion-section:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0px;
}

    .accordion-title.active { /*background: #fafafa;*/
        color: #0db8e7;
    }

    .accordion-title:before {
        content: "\f105";
        display: block;
        font-family: "Font Awesome 5 Free",sans-serif;
        position: absolute;
        right: 18px;
        font-weight: 900;
    }

    .accordion-title.active:before {
        content: "\f107";
    }

.accordion-content.defualt-hidden {
    display: none;
    margin: 0;
}

.accordion-content {
    padding: 0 20px 10px;
}
/*-------------------------------------------------------------------------------------------*/ /*  Counter          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.counter {
    font-size: 50px;
    margin-bottom: 20px;
    display: inline-table;
}

.dark-color .counter{
	color:#0db8e7;
}
/*-------------------------------------------------------------------------------------------*/ /*  Service Box      ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

/*.services h5 a {
    text-decoration: underline;
}

    .services h5 a:hover {
        text-decoration: none;
    }

.services .serviceitem3col:nth-child(3n+1) {
    clear: both;
}

.services .serviceitem4col:nth-child(4n+1) {
    clear: both;
}

.services .serviceitem2col:nth-child(2n+1) {
    clear: both;
}*/
.features-box-left, .features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}

.features-box-left {
    padding-left: 75px;
    text-align: left;
}

.features-box-right {
    padding-right: 75px;
    text-align: right;
}

.features-icon-left, .features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
}

.features-icon-left {
    padding-right: 20px;
    left: 0;
}

.features-icon-right {
    padding-left: 20px;
    right: 0;
}

.subtitle {
    color: #0db8e7;
    text-align: center;
	text-transform: uppercase;
}

.contact-box-left, .contact-box-top {
    display: block;
    position: relative;
}

.contact-box-left {
    padding-left: 45px;
    text-align: left;
}

.contact-icon-left, .contact-icon-top {
    font-size: 30px;
    position: absolute;
}

.contact-icon-top {
    text-align: center;
}

.contact-icon-left {
    left: 0;
}

@media (max-width: 991px) {
    .features-box-left {
        display: block;
        padding-left: 0px;
        text-align: center;
    }

    .features-box-right {
        display: block;
        padding-right: 0px;
        text-align: center;
    }

    .features-icon-left, .features-icon-right {
        position: relative;
    }

    .features-icon-left {
        padding-right: 0px;
        left: auto;
    }

    .features-icon-right {
        padding-left: 0px;
        right: auto;
    }
}
/*-------------------------------------------------------------------------------------------*/ /*  Pricing       ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center;
    /*display: flex;
    flex-direction: column;
    width: 100%;*/
}

/*Pricing-box hr {
        width: 100%;
    }

    .Pricing-box .pricebox {
        height: 115px;
    }*/
    .Pricing-box.highlight {
        background: #f9f9f9;
        border: 1px solid #ddd;
    }

        .Pricing-box.highlight hr {
            border-color: #ddd;
        }

.price-title h4, .price-title h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

    .Pricing-box .price .price-sm {
        font-size: 14px;
        position: absolute;
    }

    .Pricing-box .price .price-lg {
        padding-left: 10px;
    }

.Pricing-box .price-tenure {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    padding-top: 8px;
}

.Pricing-box .pricing-features {
    font-size: 13px; /* text-transform: uppercase; */
}

    .Pricing-box .pricing-features ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Pricing-box .pricing-features ul li {
            padding: 6px;
        }
/*-------------------------------------------------------------------------------------------*/ /*  Testimonials     ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit;
}

.testimonial {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.quote-author {
    margin-top: 15px;
	
}

    .quote-author span {
        font-weight: 400;
    }
/*-------------------------------------------------------------------------------------------*/ /* Client Logo       ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.client-logo {
    height: 80px;
    text-align: center;
}

    .client-logo img {
        height: 100%;
        width: auto;
    }
/*-------------------------------------------------------------------------------------------*/ /* Icon          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.page-icon-top {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 100%;
    color: #323232;
}

.sectionServices .page-icon-top img{
	border: none;
	border-radius: unset;
}

.white .page-icon-top, .white .page-icon-left, .white .features-icon-left, .white .features-icon-right {
    color: #fff;
}
/*-------------------------------------------------------------------------------------------*/ /* Table          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.table.table-border {
    border: 1px solid #eee;
}

.table tr td, .table tr th {
    padding: 10px 15px;
    vertical-align: middle !important;
}

.table.table-fit tr td, .table.table-fit tr th {
    padding: 10px 0px;
}

.table.table-border tr td, .table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px;
}

    .table.checkout tr td:first-child, .table.checkout tr th:first-child {
        max-width: 60px;
    }

    .table.checkout tr td:last-child, .table.checkout tr th:last-child {
        text-align: center;
    }

.table.checkout small {
    display: block;
}
/*================================================================================================*/ /* GLOBAL STYLES       ||---------------------------- */ /*================================================================================================*/ /*-------------------------------------------------------------------------------------------*/ /* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */ /*-------------------------------------------------------------------------------------------*/ /* Sidebar Menu */

.side-menu {
    background: #323232;
    z-index: 2005;
    color: #fff;
    padding: 30px;
    color: #fff;
    overflow-y: auto;
    position: relative;
}

    .side-menu .menu-close {
        left: auto;
        position: absolute;
        right: 30px;
        top: 30px;
        display: inline-block; /*background: url("/img/close-white.png") no-repeat center center;*/
        color: #fff;
        font-size: 18px;
        line-height: 0;
    }

        .side-menu .menu-close:hover { /*background: url("/img/close-color.png");*/
            color: #0db8e7;
        }

    .side-menu a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }

        .side-menu a:hover {
            color: #0db8e7;
        }

    .side-menu ul {
        padding: 0;
    }

        .side-menu ul li {
            list-style: none;
            margin-bottom: 5px;
        }

    .side-menu > ul > li > a { /* text-transform: uppercase; */
        letter-spacing: 1px;
        display: block;
    }

    .side-menu input[type="text"], .side-menu input[type="email"], .side-menu input[type="tel"], .side-menu input[type="number"], .side-menu input[type="password"], .side-menu input[type="radio"], .side-menu input[type="checkbox"], .side-menu textarea, .side-menu select { /*border: 1px solid #1d1d1d;        background: #1d1d1d;        color: #fff;*/
        border: none;
    }

        .side-menu input[type="text"]:focus, .side-menu input[type="email"]:focus, .side-menu input[type="tel"]:focus, .side-menu input[type="number"]:focus, .side-menu input[type="radio"]:focus, .side-menu input[type="checkbox"]:focus, .side-menu input[type="password"]:focus, .side-menu textarea:focus, .side-menu select:focus { /*border-color: #0db8e7;            color: #fff;*/
        }

    .side-menu .sign-in {
        padding-bottom: 30px;
        border-bottom: 1px solid #3e3e3e;
        margin-bottom: 30px;
    }

        .side-menu .sign-in a {
            color: #fff;
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            display: inline-block;
            margin-top: 10px;
        }

            .side-menu .sign-in a:hover {
                color: #0db8e7;
                text-decoration: underline;
            }

    .side-menu .logo {
        max-width: 120px;
        width: 100%;
    }

    .side-menu .social {
        list-style: none;
    }

        .side-menu .social li {
            display: inline-block;
            margin: 0 10px 0 0;
        }

            .side-menu .social li a {
                font-size: 16px;
            }
/* --------------------------------------------------------------------------------------- */
/* Search Overlay Menu -------------- */
/* --------------------------------------------------------------------------------------- */
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.9);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2200;
    text-align: center;
}

    .search-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    .search-overlay-menu form {
        height: 120px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -60px auto 0;
        width: 60%;
        left: 20%;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .search-overlay-menu.open form {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .search-overlay-menu input[type="search"] {
        height: 100%;
        width: 100%;
        color: #fff;
        background: transparent;
        border-top: 0px solid transparent;
        border-bottom: 2px solid #909090 !important;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 60px !important;
        font-weight: 300;
        outline: none;
        padding: 10px;
    }

    .search-overlay-menu form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-size: 3rem;
        position: absolute;
        right: 0;
        top: 40px;
        color: #c6c6c6;
    }

    .search-overlay-menu .search-overlay-close {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        font-size: 40px;
        color: #fff;
    }

        .search-overlay-menu .search-overlay-close:hover {
            color: #e6ae49;
            cursor: pointer;
        }
/* Top Searchbar Menu */

.top-search-bar {
    background: #444444;
    z-index: 2002;
    color: #fff;
    padding-top: 10px;
}

    .top-search-bar .search-wraper {
        position: relative;
    }

    .top-search-bar input {
        background-color: rgba(255,255,255,0);
        border: none;
        font-size: 16px;
        color: #fff;
        padding: 10px 40px;
        margin: 0;
        letter-spacing: 1px;
    }

        .top-search-bar input:focus {
            color: #fff;
        }

    .top-search-bar .bar-close, .top-search-bar .search-bar-icon {
        position: absolute;
        top: 10px;
        color: #fff; /*background-image: url("/img/sidemenu-icon-light.png");*/
        background-repeat: no-repeat;
        display: block;
        font-size: 20px;
    }

    .top-search-bar .bar-close {
        right: 0px;
        left: auto;
        background-position: right center;
    }

    .top-search-bar .search-bar-icon {
        left: 0px;
        background-position: left center;
    }
    
/* SEARCH RESULTS*/
.searchresults .simple-title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}

.searchresults .list h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 1.5em;
}

    .searchresults .list h3:after {
        display: none;
    }

/* --------------------------------------------------------------------------------------- */ /* Contents (Body, Container, Section, etc) -------------- */ /* --------------------------------------------------------------------------------------- */

.wrapper {
    position: relative;
    width: 100%;
}

.inner-intro {
    background-color: #f7f7f7;
    height: 530px;
    display: block;
    position: relative;
/* background-size: cover;*/
}

    .inner-intro.inner-intro-small {
        height: 380px;
    }

    .inner-intro .container {
        position: relative;
        height: 100%;
        display: table;
    }

        .inner-intro .container .title {
            padding-bottom: 65px;
            padding-top: 65px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}

.page-breadcrumb {
    background: rgba(255,255,255,0.9);
    padding: 4px 8px;
    display: inline-block;
    color: #323232;
    font-size: 12px; /* text-transform: uppercase; */
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

    .page-breadcrumb a, .page-breadcrumb span {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }

    .page-breadcrumb span {
        color: #999;
    }

.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32,32,32,0.4);
    display: -webkit-flex;
    display: flex;
}

.overlay-dark, .overlay-orange, .overlay-dark80, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-orange:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(32,32,32,0.4);
    }

	.overlay-orange:before {
        background-color: rgba(109, 146, 158, 0.63);
    }


    .overlay-dark80:before {
        background-color: rgba(32,32,32,0.8);
    }

    .overlay-light:before {
        background-color: rgb(255 255 255 / 0.8);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.8);
    }

.full-screen-intro {
    overflow: hidden;
    position: relative;
}

.full-screen-intro-page{
	overflow: hidden;
    position: relative;
	/*height:1200px;*/
}
.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cont-h-100per {
    height: 100%;
}
/*backround images*/

.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-img-general {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*.bg-img1, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img30 {    background-size: cover !important;    background-position: center center;    background-repeat: no-repeat;    background-attachment: fixed;}    */ /*.bg-img1 {    background-image: url("/img/full/01.jpg");}.bg-img2 {    background-image: url("/img/full/02.jpg");}.bg-img3 {    background-image: url("/img/full/03.jpg");}.bg-img4 {    background-image: url("/img/full/04.jpg");}.bg-img5 {    background-image: url("/img/full/05.jpg");}.bg-img6 {    background-image: url("/img/full/06.jpg");}.bg-img7 {    background-image: url("/img/full/07.jpg");}.bg-img8 {    background-image: url("/img/full/08.jpg");}.bg-img9 {    background-image: url("/img/full/09.jpg");}.bg-img10 {    background-image: url("/img/full/10.jpg");}.bg-img11 {    background-image: url("/img/full/11.jpg");}.bg-img12 {    background-image: url("/img/full/12.jpg");}.bg-img13 {    background-image: url("/img/full/13.jpg");}.bg-img14 {    background-image: url("/img/full/14.jpg");}.bg-img15 {    background-image: url("/img/full/15.jpg");}.bg-img16 {    background-image: url("/img/full/16.jpg");}.bg-img17 {    background-image: url("/img/full/17.jpg");}.bg-img18 {    background-image: url("/img/full/18.jpg");}.bg-img19 {    background-image: url("/img/full/19.jpg");}.bg-img20 {    background-image: url("/img/full/20.jpg");}.bg-img21 {    background-image: url("/img/full/21.jpg");}.bg-img22 {    background-image: url("/img/full/22.jpg");}.bg-img23 {    background-image: url("/img/full/23.jpg");}.bg-img24 {    background-image: url("/img/full/24.jpg");}.bg-img25 {    background-image: url("/img/full/25.jpg");}.bg-img26 {    background-image: url("/img/full/26.jpg");}.bg-img27 {    background-image: url("/img/full/27.jpg");}.bg-img28 {    background-image: url("/img/full/28.jpg");}.bg-img29 {    background-image: url("/img/full/29.jpg");}.bg-img30 {    background-image: url("/img/full/30.jpg");}*/

.border-b-box {
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%;
}

.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px;
}

.b-lrb-none .ui-tab-content, .b-lrb-none {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}

.content-slider, .o-flow-hidden {
    overflow: hidden;
}

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
    /*.inner-intro .container .title h2 {            float: none;        }        .inner-intro .container .title p {            float: none;            margin-top: 0px;        }        .inner-intro .container .title .separator {            margin-left:auto;            margin-right:auto;        }*/
}
/* ===================================================================================================== */ /* Contants (Portfolio, Blog, Shop, etc) -------------------  */ /* ===================================================================================================== */

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.container.nf-container2 { /*padding-left: 25px;    padding-right: 25px;*/
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px; /*overflow: hidden;*/
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.nf-row2 { /*margin-left: -25px;    margin-right: -25px;*/
}

    .nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
        display: table;
        content: " ";
    }

    .nf-row1:after, .nf-row2:after {
        clear: both;
    }

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
    padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
    padding: 25px;
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.withitem .nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 60% !important;
    left: 20% !important;
	}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

@media (max-width: 991px) {
    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 33.3333%;
    }

    .nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .container, .owl-carousel .container.container-text {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }

    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .nf-col-3, .nf-col-4 {
        margin: 0 auto;
        max-width: 480px;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }

    .nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
        padding: 15px;
    }

    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }
}
/* ----------------------------------------------------------------------*/ /* Sidebar Widget   ---------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 50px;
}

    .sidebar-widget h4 {
        margin: 0px;
        padding-top: 0;
        padding-bottom: 15px;
    }

.widget-search {
    position: relative;
}

    .widget-search input[type="text"] {
        padding-right: 30px;
    }

    .widget-search input[type="submit"] {
        background-color: rgba(0,0,0,0);
        border: 0 none;
        color: #8d8d8d;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-family: "FontAwesome",sans-serif;
        margin: 0;
        outline: 0 none;
        white-space: nowrap;
        padding: 0 3px;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .widget-search input[type="submit"]:hover {
            color: #0db8e7;
        }

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}

    .sidebar-widget ul li {
        list-style: none;
        font-weight: 400;
    }

        .sidebar-widget ul li a {
            display: inline-block;
            padding: 4px 0px;
            font-size: 13px;
            color: #323232;
        }

            .sidebar-widget ul li a:hover {
                color: #0db8e7;
            }

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

    .widget-tag li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px; /* text-transform: uppercase; */
    }

        .widget-tag li a {
            padding: 4px 10px !important;
            display: block;
            border: 1px solid #eee;
        }

            .widget-tag li a:hover {
                background: #323232;
                color: #fff !important;
            }

.sidebar-widget .widget-post {
    position: relative;
}

    .sidebar-widget .widget-post .widget-post-media {
        width: 70px;
        display: table-cell;
        padding: 0px 15px 0px 0px;
    }

    .sidebar-widget .widget-post li {
        margin-bottom: 20px;
    }

    .sidebar-widget .widget-post a {
        padding: 0px;
    }

    .sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
        width: 100%;
        vertical-align: top;
    }

    .sidebar-widget .widget-post .widget-post-info {
        display: table-cell;
        vertical-align: top;
    }

        .sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
            margin-bottom: 5px;
        }

        .sidebar-widget .widget-post .widget-post-info p {
            margin: 0px;
        }
/* ----------------------------------------------------------------------*/ /* Pagination Navigation   --------------------------------------------- */ /* ----------------------------------------------------------------------*/

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

    .pagination-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .pagination-nav ul li {
            display: inline-block;
            margin: 0px 2px;
        }

            .pagination-nav ul li a {
                display: block;
                background-color: #f7f7f7;
                height: 36px;
                width: 36px;
                line-height: 36px;
                text-align: center;
                font-size: 14px;
            }

            .pagination-nav ul li.active a {
                background: #323232;
                color: #fff;
            }
.portfolioPage .owl-carousel {
    margin-top: 25px;
}
/* ----------------------------------------------------------------------*/ /* Portfolio   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.container-filter, .container-filter2 {
    margin:0;
    padding: 0;
    text-align: center;
}

    .container-filter li, .container-filter2 li {
        list-style: none;
        display: inline-block;
		min-height: 40px;
    }

        .container-filter li a, .container-filter2 li a {
            display: block;
            margin-left: 15px;
            margin-right: 15px; 
			text-transform: capitalize;
            letter-spacing: 2px;
            font-size: 12px;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
        }

 .container-filter li a.categories,.container-filter2 li a.categories{
	font-size: 18px;
    font-family: 'AlrightSans-Medium';
    font-weight: 200;
    color: #333;
    background: #dbf4fb;
    width: fit-content;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
 }


            .container-filter li a.active, .container-filter2 li a.active {
                color: #0db8e7;
            }

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

    .item-box a {
        display: inline-block;
    }



    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }

        .item-box:hover .item-mask .item-caption {
            bottom: 30px;
            opacity: 1;
        }

    .item-box:hover .item-container {
        transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

	.item-mask-orange{
		background: none repeat scroll 0 0 rgba(255, 102, 0, 0.7) !important;
	}

    .item-mask h5, .item-mask h6, .item-mask p {
        margin-bottom: 0px;
    }

    .item-mask p { /* text-transform: uppercase; */
        font-size: 11px;
        letter-spacing: 1.5px;
        font-weight: 400;
        margin-top: 0;
        text-align: left;
    }

    .item-mask .item-caption {
        position: absolute;
        bottom: -60px;
        left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        opacity: 0;
    }

.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px; /* text-transform: uppercase; */
}

ul.project-detail-block, .project-detail-block ul {
    padding-left: 0;
}

.project-detail-block li {
    list-style: none;
}

.project-detail-block p strong {
    display: inline-block;
    width: 110px;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

    .item-nav .item-prev, .item-nav .item-next, .item-nav .item-all-view {
        position: relative;
        display: inline-block;
    }

        .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

            .item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
                color: #0db8e7;
            }

        .item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn, .item-all-view {
            display: inline-block;
            font-size: 25px;
            text-align: center;
            height: 51px;
            line-height: 51px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn {
            color: #323232;
            background: #fff;
            width: 51px;
        }

        .item-nav .item-prev:hover .prev-btn, .item-nav .item-next:hover .next-btn {
            background: #f7f7f7; /*color: #fff;*/
        }

    .item-nav .item-prev {
        text-align: left;
        float: left;
    }

    .item-nav .item-next {
        text-align: right;
        float: right;
    }

        .item-nav .item-prev .item-prev-text, .item-nav .item-next .item-next-text {
            position: absolute;
            line-height: 51px;
            top: 10px;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            width: 150px;
        }

        .item-nav .item-prev:hover .item-prev-text, .item-nav .item-next:hover .item-next-text {
            margin-left: 0;
            margin-right: 0;
            visibility: visible;
            opacity: 1;
        }

    .item-nav .item-prev .item-prev-text {
        left: 100%;
        margin-left: -110px;
        padding-left: 15px;
    }

    .item-nav .item-next .item-next-text {
        right: 100%;
        margin-right: -110px;
        padding-right: 15px;
    }

        .item-nav .item-prev .item-prev-text p, .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text p, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6, .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
            padding-top: 8px;
        }
/* ----------------------------------------------------------------------*/ /* Blog   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/ /*.blog-post {    position: relative;}*/

.blog-post {
    display: inline-block;
    width: 100%;
}

    .blog-post .post-media {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .blog-post .post-media iframe {
            width: 100%;
        }

    .blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta { /* text-transform: uppercase; */
        color: #999;
        font-size: 13px;
    }

        .blog-post .post-meta span, .comment-list .post-meta span {
            margin-right: 3px;
        }

    .blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .blog-post .post-header h2 {
        margin-bottom: 30px;
    }

    .blog-post .post-entry {
        margin-bottom: 30px;
    }

        .blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
            margin-bottom: 20px;
        }

        .blog-post .post-entry ul {
            color: #888;
        }

    .blog-post .post-tag {
        color: #999; /* text-transform: uppercase; */
        font-size: 13px;
    }

        .blog-post .post-tag span {
            margin-right: 10px;
        }

    .blog-post .post-more-link {
        font-size: 11px;
        font-weight: 600; /* text-transform: uppercase; */
        letter-spacing: 1px;
    }

        .blog-post .post-more-link a i {
            margin-left: 5px;
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
        }

        .blog-post .post-more-link a:hover i {
            margin-left: 10px;
        }

    .blog-post blockquote {
        border-left: none;
        background: #f7f7f7;
        font-size: 17px;
        font-weight: 400;
        padding: 25px 25px;
        margin: 0px;
        color: #888;
        font-weight: 300;
    }

        .blog-post blockquote:after {
            content: "";
            font-family: FontAwesome;
            padding-left: 7px;
            font-size: 12px;
        }

        .blog-post blockquote:before {
            content: "";
            font-family: FontAwesome;
            padding-right: 7px;
            font-size: 12px;
        }

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.post-author .post-author-img {
        max-width: 105px;
        padding-right: 0;
    }
    
    .post-author img {
        width: 80px;
    }

    .post-author .post-author-details {
        margin-left: 20px;
    }

    .post-author h6 {
        margin-top: 0px;
    }

    .post-author ul.social {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

        .post-author ul.social li {
            list-style: none;
            display: inline-block;
            margin: 0 5px;
        }

.post-comment {
}

    .post-comment .comment-numb {
        font-weight: 300;
    }

    .post-comment .comment-list {
        margin-left: 0px;
        padding-right: 0px;
        list-style: none;
        padding: 0px;
    }

        .post-comment .comment-list h6 {
            margin-top: 0px;
            margin-bottom: 3px;
        }

        .post-comment .comment-list li:first-child {
            padding-top: 0px;
        }

        .post-comment .comment-list li {
            padding-top: 15px;
        }

            .post-comment .comment-list li:last-child .comment-detail {
                border-bottom: 0px none;
            }

        .post-comment .comment-list li, .post-comment .comment-list .comment-reply {
            position: relative;
            padding-left: 65px;
        }

        .post-comment .comment-list .comment-detail {
            border-bottom: 1px dotted #eee;
            padding-bottom: 15px;
        }

        .post-comment .comment-list .comment-reply {
            padding-top: 20px;
        }

        .post-comment .comment-list .comment-reply-btn i {
            padding-right: 3px;
        }

    .post-comment .comment-avatar {
        left: 0;
        margin-right: 15px;
        position: absolute;
        width: 50px;
    }

        .post-comment .comment-avatar img {
            width: 100%;
        }

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}
/* ----------------------------------------------------------------------*/ /* Shop   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .shop-item .item-mask .item-mask-detail {
        display: flex;
        display: -webkit-flex;
        height: 100%;
        width: 100%;
    }

        .shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
            margin: auto auto;
        }

.item-img {
    display: block;
    position: relative;
    overflow: hidden;
}
  .shop-item .item-img {
        display: block;
        position: relative;
        height: 240px;
        overflow: hidden;
    }
    @media (min-width:992px) and (max-width:1199px) {
        .shop-item .item-img {
            height: 190px;
        }
    }
    @media (min-width:768px) and (max-width:991px) {
        .shop-item .item-img {
            height: 220px;
        }
    }
    @media (max-width:767px) {
        .shop-item .item-img {
            height: 300px;
        }
    }
    .shop-item .item-img a,
    .shop-item .item-img a picture,
    .shop-item .item-img a picture img {
        height: 100%;
    }

.shop-item-info {
    margin-top: 20px;
    text-align: center;
}

    .shop-item-info a:hover, .shop-item-info a:hover h5, .shop-item-info a:hover h6, .shop-item-name:hover {
        color: #0db8e7;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

    .shop-item-info .shop-item-name {
        margin-bottom: 5px;
    }

    .shop-item-info .shop-item-price {
        font-size: 15px;
        color: #888;
    }

        .shop-item-info .shop-item-price del, .shop-detail-info del, .sidebar-widget del {
            margin-right: 10px;
            color: #bbb;
            font-weight: 400;
        }

.shop-filter {
    display: inline-table;
    width: 100%;
}
/* Shop Detail*/

.shop-detail-item {
    position: relative;
}

.shop-detail-info h4 {
    line-height: 26px;
}

.shop-detail-info .shop-item-price {
    font-size: 20px;
    color: #0db8e7;
    font-weight: 600;
}

.shop-Cart-totalbox {
    max-width: 450px;
}

.shop-Cart-totalprice {
    font-size: 18px;
}

/* Swiper Gallery Slider */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: auto !important;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
/* =============================================================================================================================*/ /* Parallax ------------------- */ /* =============================================================================================================================*/

.parallax {
    position: relative;
}

.manualParalax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991px){
	.manualParalax {
		height: fit-content !important;
	}
}

/* ============================================================================================================================*/ /* Slider ---------------------*/ /* ============================================================================================================================*/ /* -------------------------------------*/ /* Full Screen slider---------*/ /* -------------------------------------*/

.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fullscreen-carousel {
    overflow: hidden;
    position: relative;
}

    .fullscreen-carousel .slides li {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .fullscreen-carousel .overlay-hero {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
    }

        .fullscreen-carousel .overlay-hero .caption-hero {
            display: inline-table;
            height: 100%;
            margin: 0 auto;
            position: relative;
            padding: 0px;
            margin: 0px;
        }

            .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
                display: table-cell;
                margin: auto;
                vertical-align: middle;
                padding-left: 25px;
                padding-right: 25px;
            }

.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Full Width Slider */

.fullwidth-slider {
    position: relative;
    overflow: hidden;
}

    .fullwidth-slider .item {
        height: 462px;
        position: relative;
        width: 100%;
    }
/* Fullscreen Slider Next Prev Arrow*/

.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    background: #fff;
    color: #252525;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: 'FontAwesome';
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    font-size: 21px;
    line-height: 51px;
}

    .fullscreen-carousel .flex-direction-nav a:hover {
        color: #0db8e7;
    }

.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left;
}

    .fullscreen-carousel .flex-direction-nav .flex-prev:before {
        content: "";
        display: inline-block;
    }

.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0px;
    opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right;
}

    .fullscreen-carousel .flex-direction-nav .flex-next:before {
        content: "";
        display: inline-block;
    }

@media (max-width: 991px) { /* Fullscreen Slider */

    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%;
    }

    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px;
    }

    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) { /* Fullscreen Slider */

    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0;
    }

    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px;
    }

    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto;
    }

    .fullscreen-carousel .text-left {
        text-align: center;
    }

    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px;
    }

    .full-intro .hero {
        padding-top: 64px;
    }

    .hero {
        padding: 0px;
    }
}

@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* -------------------------------------*/ /* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/ /* -------------------------------------*/

.owl-buttons {
    position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px;
        margin-top: -15px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev, .content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        background: rgba(245,245,245,0.8);
        color: #252525;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover, .content-carousel .owl-controls .owl-buttons .owl-next:hover, .image-slider .owl-controls .owl-buttons .owl-prev:hover, .image-slider .owl-controls .owl-buttons .owl-next:hover, .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover, .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover, .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover { /*background: #fff;*/
            color: #0db8e7;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
		margin-left: 0px;
        /*margin-left: -51px;*/
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
		margin-right:0;
        /*margin-right: -51px;*/
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev, .content-carousel:hover .owl-controls .owl-buttons .owl-next, .image-slider:hover .owl-controls .owl-buttons .owl-prev, .image-slider:hover .owl-controls .owl-buttons .owl-next, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next, .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }
/* -------------------------------------*/ /* Singel Item slider (Images & Contant Slider) ---------*/ /* -------------------------------------*/

.content-carousel .owl-controls .owl-pagination, .image-slider .owl-controls .owl-pagination, .fullwidth-slider .owl-controls .owl-pagination, .item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev, .content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}
/*===========================================================================================*/ /* Preloader ------------------------- */ /*===========================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    display: block;
}

    #preloader .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px;
        text-align: center;
    }

        #preloader .loader .loader-img {
            background: url("/Content/img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }
/*===========================================================================================*/ /* Additional */ /*===========================================================================================*/ /* ----------------------------------*/ /* Scroll Down Animated Arrow */ /* ----------------------------------*/

.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
}

    .intro-scroll-down .mouse {
        position: relative;
        display: block;
        width: 30px;
        height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #fff;
        border-radius: 23px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
    }

        .intro-scroll-down .mouse .mouse-dot {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }

.background--light .intro-scroll-down .mouse {
    border: 2px solid #0db8e7;
}

    .background--light .intro-scroll-down .mouse .mouse-dot {
        background: #0db8e7;
    }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}
/* ----------------------------------*/ /* Scroll Top Arrow */ /* ----------------------------------*/

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 100px;
    right: 0px;
	margin-right:0.5em;
    text-align: center;
    font-size: 20px;
    background: #323232;
    /*background: #555;*/
    color: #fff;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

    .scroll-top:hover {
        background: #fff;
        text-decoration: none;
        color: #0db8e7;
    }

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
	
	.intro-scroll-down {
    bottom: 0px !important;
}
	
}

    .field-validation-valid
{
    display: none;
}
.validation-summary-valid
{
    display: none;
}


span.field-validation-error {
    color: #e4062f;
    font-size: 12px;
}

.inline-checkbox {
    display: inline-block;
    margin-right: 2rem;
}

.inline-checkbox .form-check-input {
    -webkit-appearance: auto; 
    margin-right: 5px;
}



/******  Style button intro ****/
.btn-orange {
	font-size: 18px;
    color: #ffffff;
    background: #ff6000!important;
    line-height: 25px;
    border: none;
}

	.btn-orange:hover {
		color:#fff;
    background: #555 !important;
}

.btn-orange-line {
    color: #ff6000;
	width: fit-content;
    border-color: #ff6000;
	background-color:#ffffff;
    /*padding: 9px 20px;*/
}

    .btn-orange-line:hover {
        color: #ffffff;
        background: #555;
    }




/******** Style for intro titles ********/
.content-caption-left {
    display: table-cell;
	min-width:50%;
    text-align: left;
    vertical-align: middle;
}
	
.content-caption-left .container{margin-top:5%;}

@media (max-width:768px){
	
	.full-screen-intro-page .mainPageSummary {
    font-size: 1.3rem;
	}
	
	.innerBgImageButtons {
    margin-top: 30px;
	}
	
}
@media (max-height:600px){
	.innerBgImageButtons {
    margin-top: 10px;
	}
}
/****** Style for >  ****/
a.follow{
	font-size: 0.9659em;
	font-weight:700;
}
.follow:after{
        color: currentColor;
        content: " >";
        font-size: 20px;
    }


.logo-item-info{
    /* padding-top: 5px; */
    padding-left: unset;
    text-align: left;
}

/****** Style for lines orange *****/
.orange {
		/*border-top: 1.5px solid #ff5400;
		border-bottom: 1.5px solid #ff5400;*/
		width: 100%;
		/*padding: 30px 0px 10px 0px;*/
	}

/**** Color orange ***/
.color-orange{
	color:#e46220;
}


/************************* Style for Carousel 3 columns *******************************/
.carousel-inner .active.carousel-control-prev  { left: -33%;             }
.carousel-inner .active.carousel-control-next { left: 33%;              }
/*.carousel-inner .carousel-control-prev         { left: 33%               }
.carousel-inner .carousel-control-next         { left: -33%              }*/
.carousel-control.carousel-control-prev         { background-image: none; }
.carousel-control.carousel-control-next       { background-image: none; }
.carousel-inner .carousel-item         { background: white;      }


/********Header Features ********/
.header-features {
    float: right;
    /*padding-top: 15px;*/
    /*margin-right: 14px;*/
}

	.header-features ul.social li a:hover, .header-features .features a:hover{
                    color: #0db8e7 !important;
                }

	.header-features > .features > .btn-black-line:hover {
        background: white;
		border-color: #0db8e7;
    }

#extraheader{
z-index:3000;
}


#extraheader .features a.btn-black-line, #extraheader .features p.btn-black-line{
	padding: 6px 8px !important;
	border-radius:0;
	width: fit-content;
	height: unset;
	color: #323232;
}


#extraheader .features a.btn-black-line:hover ,#extraheader .features p.btn-black-line:hover{
    background: #f4f4f4;
    border-color: #f4f4f4;
}

#extraheader .features li:hover .btn-black-line .fa{
	color:#555;
}

@media all and (max-width: 991px){
	.header-features{
		padding-top: 70px;
	}
	.header .social{
		/*float:left;
		margin-top:unset;*/
		display: none;
	}
    #extraheader {
        display: none !important;
    }
}



/**** style for images of products ***/
.products{
	width: auto;
	height: auto;
}

.product-statement{
	padding-top: 65px;
}

/**** style for testimonials pictures****/
.testimonial-background-color{
	background-color: #ffffff;
	padding-bottom:60px;
}

h4.testemunho-text, p.quote-author{
	font-family: 'NotoSans',Arial,Helvetica,sans-serif;
}
h4.testemunho-text{
    font-size: 18px;
    font-weight: 200;
    /* line-height: 26px; */
    font-family: 'NotoSans',Arial,Helvetica,sans-serif;
}

p.quote-author{	
	font-size: 14px;
    font-weight: 700;
    color: #ef3a4b;
    line-height: 19px;
    text-transform: uppercase;
}

/*** Style for Page Services***/
.item.services-background-color {
	/*background-color: #f8f8f8; /*cor de fundo nas secçoes alternadas dos serviços*/
	color:white;
}

.team-item-info.services h5, .team-item-info.services p{
	color: white;
}



/***** Style for Text Gallery*****/

.galleryTextBox, .galleryImagemBox{
	position:relative;
	border-radius: 25px;
	max-height:350px;
	min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
	display:block;
	margin:auto;	
}
.galleryTextBox{
	padding-top: 3%;
    padding-bottom: 2%;
    margin-top: 1%;
	
}

.galleryTextBox h1{
	font-size: 2em;
}
.galleryImagem{
	    width: 100%;
}
@media (min-width: 992px) {
	.galleryBox{
	/*height: 300px;*/
	}
	
	.galleryTextBox, .galleryImagemBox{
	float: left;	
	display:inline-block;
	
	}
	
}

@media (max-width: 991px) {
	.galleryTextBox, .galleryImagemBox{
		padding-right: 15px;
    	padding-left: 15px;
		padding-bottom: 15px;
		width: 100px;
		height: auto;
		
	}
	
	.ptb-sm-15 {
		padding-top: 15px;
    	padding-bottom: 15px;
	}
}

@media (max-width: 768px) {
    .galleryTextBox, .galleryImagemBox {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        height: auto !important;
        width: auto !important;
        max-height: unset;
    }
        .galleryImagemBox {
            margin-left: auto;
            margin-right: auto;
        }
        .galleryTextBox {
            margin-left: 15px;
            margin-right: 15px;
			margin-bottom: 15px;
        }

    .testimonial-carousel .spacer-60 {
        height:unset;
    }
}

@media(min-width: 769px){
.col-offset{
	margin-left: 15%;
}
}


/***** SLIDER *****/

.media-box {
    min-height: 270px;
    padding: unset;
    border: 1px solid #e5e5e5;
	border-radius: 20px;
}

    .media-box .media-image {
        padding: unset;
    }

.media-title h3{
color: #555;
}

	.media-title:hover h3{
	color: #0db8e7;
	}
.media-content > p {
	font-size: 18px;
	/*font-family: 'AlrightSans-Medium', sans-serif;*/
}

.media-link > a {
	color: #0db8e7;
	font-family: 'AlrightSans-Medium', sans-serif;
}

.carousel-control {
	color: #0db8e7;
	width: 2%;
}

.carousel-control:hover, .carousel-control:focus {
	color: black;	
}

.item > .glyphicon-chevron-left {
	display: none;	
}

.item > .glyphicon-chevron-right {
	display: none;	
}

@media(max-width: 768px){
.media-box .media-title .h3-custom{
	font-size: 19px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 600;
}
	
	.media-box > .media-box{
	min-height: 170px;
	}
	
}

/******* Style for Section Main Areas (Customized for rich text)*****/
.container.container-text .col-md-6.main-area{
	 color: #fff;
	 width: 50%;
}

	.main-area h2 , .main-area p{
		 color: #fff;
	}

.container.container-text .col-md-6.table-area{
	    right: -12%;
		width: 50%;
}

.area-item{
	background-color: #e56214;
    border-radius: 14px;
    padding: 20px 5px;
    margin: 10px 10px 10px 0px;
    text-align: center;
    width: 35%;
    color: #0db8e7;
}

@media (min-width: 768px) {
	.area-item.col-1, .area-empty.col-1{
		margin-left:15%;
	}
}

@media (max-width: 767px){
	.area-item,.area-empty{
		width:45% !important;
	}
}

.area-item h6{
	color: #323232;
	margin:unset;
	font-size: 0.67em;
}
.area-empty{
	width: 35%;
	margin: 10px 10px 10px 0px;
}

.nf-item {
        margin-top: 0px;
}

.item-box h5 {
    color: #0db8e7;
    font-weight: bold;
    text-align: left;
}

.item-box p {
    text-align: left;
}

.item-box a {
    color: #0db8e7;
    font-weight: bold;
}

.item-box a.btn-orange{
	color:#ffffff !important;
	padding:6px 15px 6px;
	font-size: 15px;
}

.nf-item-date {
    color: lightgray;
}

.customcounter {
    padding-right: 0px;
    padding-left: 0px;
}

.customCounterTitle {
	color: #323232;
    font-weight: bold;
	
}

.mainPageSummary {
	font-size: 1.7rem; 
	line-height:1.3;
	color:#2a3e4c; 
	/*font-style: italic; */
	max-width: 280px;
}

.innerBgImageButtons{
	margin-top:30px;
}



.btnLocation {
	padding: 10px;
    color: white;
    background: transparent;
    border: 1px solid;
}

.btnLocation :hover {
	font-weight: bold;
}




.full-screen-intro h1, .full-screen-intro-page h1, .full-screen-intro-page h2 , .home-slider h1, .home-slide h2{
    font-size: 2.1em;
    /*font-weight: 400;*/
	font-weight: 700;
    line-height: 1.1em;
}
	.full-screen-intro h1, .home-slider h1{
	/*color: #ffffff;*/
	}
/*style custom for bg imge*/
@media (min-width: 1450px){
	.full-screen-intro h1,.full-screen-intro-page h1, .full-screen-intro-page h2, .home-slider h1, .home-slide h2{
		font-size: 4em;
		font-weight: 400;
	}
	
}
	@media (min-width: 1300px) and (max-height:599px){	
		.full-screen-intro h1,.full-screen-intro-page h1, .full-screen-intro-page h2, .home-slider h1, .home-slide h2{
			font-size: 2.5em;
		}
	}

.full-screen-intro p, .full-screen-intro-page p, .home-slider p{
	max-width: 60%;
	}

@media (max-width: 768px){
	.content-caption-left .container{
    		width: 75%;
		}
	
	.full-screen-intro h1,.full-screen-intro-page h1, .full-screen-intro-page h2, .home-slider h1{
		/*font-size: 34px;*/
		    font-size: 2em;
    		line-height: 46px;
    		text-align: left;
	}
	
	.full-screen-intro p, .full-screen-intro-page p, .home-slider p{
	max-width: 80%;
	}
}
	
	@media (max-width: 425px){
		.content-caption-left .container{
			text-align: center;
		}
	
	.full-screen-intro h1,.full-screen-intro-page h1, .full-screen-intro-page h2, .home-slider h1{
		    font-size: 1.5em;
    		line-height: 32px;
	}
		
		.btn-md{
			padding: 16px 20px;
			height:unset;
	}
	
	.full-screen-intro p, .full-screen-intro-page p, .home-slider p{
			max-width: 100%;
		    text-align: left;
	}
	
	
		
	.innerBgImageButtons{text-align:left; margin-top:30px;}
	
	.full-screen-intro-page .content-caption-left .container{margin-top: 10%;}
	
	.full-screen-intro-page h1, .full-screen-intro-page h2{
		margin-top:30px;
	}
		
	.innerBgImageButtons .btn-black-line{
		margin-bottom: 10px;
	}
}
/*style for blocs*/
.area h1,.area h2,.area p{
	color:#ffffff;
}

/*style custom for headers*/
h2.h2-custom {
    font-size: 2em;
    font-weight: 200;
    color: #2a3e4c;
}

.h2-statement {
    font-size: 1.2em;
	line-height:1.5;
    font-weight: 200;
	
    color: #2a3e4c;
}
}
h3.h3-custom{
	font-size: 24px;     
	letter-spacing: 1px;     
	line-height: 37px;     
	font-weight: 500;
}

/*h3.h3-custom:hover a{ 
	letter-spacing: 3px;
}*/

h4.h4-custom{
	font-size: 1em;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin-top: 5%; 
}

.contactForm h1,.contactForm h2{
	font-weight: 700;
    color: #555;
    font-size: 24px;
}

.galleryImagemBox img{
height:inherit;
}


/**Style for portfolio item**/
.info-item p{
display:inline-block;
}

.item-summary{
	margin-bottom: 10px;
    margin-top: 20px;
}

.item-content{
	margin-top: 10px;
}

.item-content a{
	color:#0db8e7;
	text-decoration: none;
}

	.item-content a:hover{
	text-decoration: underline;
}
.social-media p, .social-media ul, .social-media ul li{
	list-style-type:none;
	display:inline-block;
}

/*** Section Subscribe***/
h1.title-subscribe , h2.title-subscribe{
	color: #555;
    font-size: 24px;
    font-weight: 700;
}
input[type="checkbox"]#condition{
	text-align:left;
	-webkit-appearance: checkbox !important;
}

.subscribe{
	text-align:left;
	margin: auto;
    max-width: 900px;
}

.subscribe input[type="email"]{
border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom-color: #0db8e7 !important;
    padding: 20px 0px 10px 0px;
font-size:22px !important;
color: #323232;	
}

.subscribe input[type="email"]:focus{color:#323232;}
.subscribe input[type="email"]::placeholder{color: #0db8e7 !important;}

.subscribe .btn-orange{
	margin-top: 40px !important;
	padding: 10px 20px;
    font-size: 12px !important;
}

@media (max-width: 480px){
	.form-button{
		text-align:center;
	}
	.subscribe .btn-orange{
		margin-top: 20px !important;
		position:relative;
	}
}

/* Customize the label (the container) */
.container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-top: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox p{
display:inline-block;
	font-size:12px;
}
/* Hide the browser's default checkbox */
.container-checkbox .hidden input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border: 1px solid #323232;
  background-color: #f5f5f5;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #0db8e7;
	border:none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*trick for remove webkit background-color */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}



/** Style for products and services imgs to zoom in**/
.content-slider .container .col-md-6
{    
	overflow: hidden;
}
.content-slider .container:hover img{
	transform: scale(1.05);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }

.itemHidden{
display:none;}

/** Lista de Media com botão para expandir **/
.itemBoxHidden{
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 480px){
	.text-xs-center{
	text-align:center;
	}
}

/*** animação no link a deslizar***/
.contact-underline{
  position: relative;
  text-decoration: none;
}

.contact-underline:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 1px;
    display: block;
	right: 0;
    background: currentColor;
    transition: width 1s ease 0s, right 0.5s ease 0s;
 	width: 0;
}

.contact-underline:hover:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

.overwhite {
	background-color:#ffffff; !important
}
	
/*** style para secção de entrada efeito overlapping***/
.section_overlapping{
    margin-top: -100px;
    z-index: 2;
    position: relative;
	margin-bottom: 3%;
}
.section_overlapping > .container{
	background-color: rgba(255, 255, 255, 0.8901960784313725);
   
    border-radius: 40px;
    
}

@media (max-width: 425px){
	.section_overlapping{
		margin-top: 0px;
	}
}

.containerrh  > .container{
	background-color: transparent !important;
}



.container-text.container-text-description h3, .container-text.container-text-intro h1, .container-text.container-text-intro h2, .container-text.container-text-intro h5, .container-text.container-text-intro h5 a{
	color:#ffffff !important;
}

.container-text.container-text-description h3{
	margin-right: 10%;
}

.section_overlapping .container.container-text, .section_overlapping .container.container-text .col-md-6, .section_overlapping .container.container-text .col-md-5, .section_overlapping .container.container-text .col-md-4, .section_overlapping .container.container-text .col-md-3{
width:100%;
}

.container-text.container-text-intro h1 ,.container-text.container-text-intro h2, .container-text.container-text-intro h5{
	text-align: right;
}


@media (max-width: 780px) {
    .container-text.container-text-intro h1,.container-text.container-text-intro h2, .container-text.container-text-intro h5, .container-text.container-text-description h3{
		text-align:center;
	}
	
	.section_overlapping > .container {
    width: 75%;
    margin: auto;
	}
	
	.container-text.container-text-description h3{
	margin-right:0;
	}
	
	
}

.introVideo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}


/***section services correction***/

.itemBox{
	height: auto;
}

.logoItem .container{
	min-height: 277px;
    padding: 20px 10px 10px 10px;
    flex: 1;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
   
}

.pwhite {
	color:#ffffff;
   font-size: 14px;}

.logoItem:hover .container{
	box-shadow: 0px 5px 15px rgba(10, 20, 30, 0.2);
    transform: translateY(-8px);
}

.logo-item-info h5.h5-orange{
	font-size: 14px;
	line-height: 20px;
	color: #8c939a;
	font-weight: 600;
}
 
.logoItem .material-icons.md-48{
	font-size:44px !important;
}

.sectionLogo .row, .sectionLogo .logoItem, .sectionLogo .logoItem section,.sectionServices .row, .sectionServices .logoItem{display:block !important;}

@media(min-width:768px){
.sectionServices .logoItem{
	padding-right: 0; 
    padding-left: 25px;
}
}

.sectionServices .logoItem p{
 padding-left: 25px;
text-align: left;
font-size: 14px;
}
.sectionServices .logoItem h4 {
    /* height: 50px; */
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.sectionServices .logoItem h4.text-center{
    text-align: center;
}

.sectionServices .logoItem h4.text-left{
    text-align: left;
    padding-left: 25px;
}


@media all and (max-width: 991px){
	
	.sectionLogo .row, .sectionLogo .logoItem, .sectionLogo .logoItem section,.sectionServices .row, .sectionServices .logoItem{display:block;}
	
	.sectionServices .logoItem h4{ text-align: left; padding-left: 25px;}
	
	.sectionServices .logoItem .container{min-height:1px !important; width:unset !important;}
	
	
}
/*
.logoItem:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1.5px solid #ff5400;
    	border-bottom: 1.5px solid #ff5400;
        transform: scaleY(1);
        opacity: 1;
        transition: .3s;
      }
.logoItem:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ff5400;
        transform: scale(0);
        opacity: 0;
        transition: .3s;
        z-index: -1;
      }
.logoItem:hover .material-icons, .logoItem:hover h5{
        color: #fff;
}
.logoItem:hover:before {
          transform: scaleY(1.2);
          opacity: 1;
			background-color: #ff5400;
        }
.logoItem:hover:after {
          transform: scaleY(1);
          opacity: 1;
        }*/
      
.header ul.social li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 13px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #323232;
  z-index: 1;

}

.header ul.social li a .fa {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
} 
.header ul.social li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.header ul.social li a:hover:before {
  top: 0;
}

.header ul.social li a:hover ,.header ul.social li a:hover .fa{
	color:#fff;
	border:  #fff;
}

.header ul.social li a.icon-facebook:before{
  background: #3b5999;
	
}

.header ul.social li a.icon-linkedin:before{
  background: #0077b5;
	
}
.header ul.social li a.icon-instagram:before{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

/*** Panel ***/

.panel {
  display: flex;
  background-color: #323232;
margin-bottom:unset;
	border:unset;
}

.panel .container{
	padding:unset;
	width:100%;
}

.panel .tl-item {
	width:33.33333333%;
	padding:unset;
}

.panel .col-md-12:hover .tl-item {
      width: 30%;
}

.panel .row.col-md-12{ 
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
	margin-right: 0px;
} 

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  height: 100%;
  min-height: 400px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
  }

  .tl-item:after {
	background: rgba(3, 22, 37, 0.50);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .tl-item:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2fafd27a 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

.tl-item:hover {
    width: 40% !important;
  }
	  .tl-item:hover :after {
		  opacity: 1;
	  }

.tl-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) translateY(0);
    transform: translate3d(0, 0, 0) translateY(0);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}
 
.panel .tl-item:hover .tl-title{
	opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.panel .tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s;
    }

.panel .tl-item:hover .tl-bg {
	filter: grayscale(0);
}
  
.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 55%;
  opacity: 0;
  color: #fff;
  width: 100%;
} 

.tl-content  p {
    /*font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;*/
    color: #fff;
    font-weight: normal;
 }


.tl-title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}  

.tl-title p {
    /*font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-size: 23px;
    line-height: 1;
	color: #fff;
}

.tl-title h5{ 
	color: #333;
    background: #dbf4fb;
    width: fit-content;
    padding: 5px 15px 5px 15px;
    border-radius: 8px;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

@media (max-width: 780px) {
	
	.panel .container{
	max-width: unset;
	}
	
	.panel .tl-item {
	width:100%;
	padding:unset;
	}

	.panel .col-md-12:hover .tl-item {
		  width: 100%;
	}
	.tl-item:hover {
    width: 100% !important;
  }

}

@media (max-width: 480px) {
	.panel .tl-title h5{
		width:100%;
	}
}



/***Landing Page Style***/

.landingPage .container{
width:100%;
}
.landingPage .container h5{margin-top: 50px;}

@media(max-width:1330px){
	.landingPageContainer{
		padding-left: 10%;
		padding-right: 10%;
	}
	.landingPageContainer .landingPage{
		padding: unset;
	}
}


.landingPage form{
    background-color: #efefef;
    color: #fff;
    padding: 20px 40px;
}

.landingPage form button{
    font-size: 18px;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
	width:100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.landingPage form button:hover{
    background-color: #ccc;
}
.landingPage .container-checkbox input:checked ~ .checkmark {
    background-color: #4c4c4c;
    border: none;
}

.landingPage .container-text{
 padding:unset;
}

.landingPage .col-md-7{
	padding-left:unset;
}

.landingPage .col-md-5{
	padding-right:unset;
}

.landingPage .form-group{
margin-bottom: 30px;
}

@media all and (max-width: 991px){
	.landingPage .col-md-7, .landingPage .col-md-5{
		padding:unset;
	}
}


@media(min-width: 991px){
	.awards{
 margin-left: 21%;
}
	
	.page-icon-top img{
		max-width: 50%;
	}

}
.carousel-control-prev, .carousel-control-next{
 width:7%;
}
.carousel-control-prev .carousel-control-prev-icon{ 
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230db8e7' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230db8e7' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/*** carousel bootstrap4***/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 15%;*/
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/***sub menu for contacts ***/

.features {
    float: right;
}

.features ul{
	display:flex;
}

.features li{
padding: 0px 5px ; 
}

.features ul ul{
	display:none;
    border: 5px #f4f4f4 solid;
}

.features ul li:hover ul{
     display: block;
    border: 5px #f4f4f4 solid;
    position: absolute;
}

.features .btn-has-sub{
	background: #fff;
    z-index: 2000;
    padding: 15px 5px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

.features ul ul li>.btn-has-sub:hover, .features ul ul .btn-has-sub:hover, .features ul li:hover a.btn-md{
	 background:#f4f4f4;
}

.features ul li:hover a.btn-md{
 border:2px solid #f4f4f4;
}

.features .btn-has-sub a{
    padding: 5px 10px 20px 5px;
	font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

.features a .fa, .features a .material-icons{
	color: #9faab5;
    margin: 0 10px 0 0;
	font-size:13px;
}

.features .btn-has-sub:hover .fa, .features .btn-has-sub:hover .material-icons{
	color: #555 !important;
}

.features ul li ul li.btn-has-sub a:hover{
	background: transparent !important;
	color:#323232 !important;
}


.col-md-3:hover > .bar-awards{
color: #0db8e7;
}


/*** reading bar progress ***/

.progressbar {
  display: none;
  /*margin: 4em 0;*/
}
@media only screen and (min-width: 992px) {
  .progressbar {
    display: block;
  }
}
.progressbar .shim {
  display: none;
  width: 100%;
}
.progressbar .holder {
  position: relative;
  font-size: 85%;
  padding: 1.8em 0 0 0;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 750px) {
  .progressbar .holder {
    font-size: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .progressbar .holder {
    font-size: 95%;
  }
}
.progressbar .holder .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B6D1DA;
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0db8e7;
}
.progressbar .holder .labels {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
	align-items: center;
    display: flex;
}
.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
}
.progressbar .holder .labels i::before,  .progressbar .holder .labels .read-progress-label::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  
  transform: translateX(-50%) translateY(50%);
  transition: border-color 100ms ease-in, background-color 150ms ease-in;
}
.progressbar .holder .labels i::after {
  display: block;
  content: attr(data-label);
  position: relative;
  top: 0;
  padding-bottom: 1.8em;
  font-weight: 400;
  color: #2a3e4c;
  transition: color 150ms ease-in, top 100ms ease-out;
}
.progressbar .holder .labels i:hover::before, .progressbar .holder .labels i:focus::before {
  background-color: #B6D1DA;
}
.progressbar .holder .labels i:hover::after, .progressbar .holder .labels i:focus::after {
  top: -0.2em;
}
.progressbar .holder .labels i.read::before {
  border-color: #4598B5;
}
.progressbar .holder .labels i.read:hover::before, .progressbar .holder .labels i.read:focus::before {
  background-color: #4598B5;
}
.progressbar .holder .labels i.reading::after {
  color: #222;
}
.progressbar .holder .labels i.reading:hover::after, .progressbar .holder .labels i.reading:focus::after {
  top: 0;
}
.progressbar.fixed .holder {
  position: fixed;
  /*top: 125px;*/
  left: 0;
  width: 100%;
  z-index: 2;
}
.progressbar.fixed .shim {
  display: block;
}


.read-progress-label{
	cursor: pointer;
    display: inline-block;
    position: relative;
	align-items: center;
	padding-bottom: 25px;
}
.read-progress-label::after {
    color: #2a3e4c;
	top:0;
    content: attr(data-label);
    display: block;
    font-family: 'AlrightSans-Medium';
    font-weight: 400;
	font-size: 16px;
    transition: color 150ms ease-in,top 100ms ease-out;
}

.read-progress-label:hover::after {
    color: #0db8e7;
}


.sectionAwards{
	width:100%;
	background-color:#f5f5f5;
}

.sectionAwards h1, .sectionAwards h2{
 padding-top:15px;
}

/*** Alterações no menu de navegação ***/
.navigation ul li.underline:hover .contact-underline{color:#2a3e4c;}
@media(min-width: 992px){
.navigation ul li.underline .contact-underline::after{
	content: "";
    position: absolute;
    bottom: 25px;
    height: 1px;
    display: block;
    right: 0;
    background: currentColor;
    transition: width 1s ease 0s, right 0.5s ease 0s;
    width: 0px;
}

.navigation ul li.underline a.contact-underline:hover:after, .navigation ul > li.underline:hover > a.contact-underline::after,.navigation ul li.underline p.contact-underline:hover:after, .navigation ul > li.underline:hover > p.contact-underline::after{
    width: 100%;
    left: 0;
    background: currentColor;
}
}



.sectionAwards2 {
  padding-top:30px !important;
  padding-bottom:30px !important;
}

.watermark {
  width: 100%;
  height: 248px;
  max-height: 248px;  
  display: block;
  position: relative;
}

.watermark-image {
  content: "";
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  text-align:center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media(max-width: 991px){
	
	
	.intro-scroll-down{
		bottom: 70px;
	}
	
}

.spacer-top{
	width:100%;
	height:120px;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.customModalTransp {
	background-color: transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    border: 0;	
}

/*** Porttfolio Partners***/
.itemPartner{
	background-color: #fff !important;
}

.itemPartner .item-box{
	border-bottom: 1px solid #ccc;
}




/*** Portfolio Media***/

.mediaPortfolio{
	padding: 50px !important; 
	border-radius:30px;
}

@media(min-width: 769px){
.sectionClients{
    margin-top: -54px;
	z-index:2;
	background-color:rgba(247, 248, 248, 0.5411764705882353);
	
	
}
}



/*** Snapwidget ***/

@media screen and (max-width: 720px) {
  .snapwidget.mobile {
    display: block;
  }
  
  .snapwidget.desktop {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .snapwidget.desktop {
    display: block;
  }
  
  .snapwidget.mobile {
    display: none;
  }
}


.cc-banner.cc-bottom{
	z-index: 10000000000;
}

/*.formAC input[type="text"]{
	height: 40px !important;
	padding: 6px !important;
}

.formAC ._submit{
	padding: 10px !important;
	line-height: 1.42857143;
}*/

@media(max-width:1270px){
.navigation > ul > li > a{
    padding-top: 23px;
    padding-right: 8px;
    padding-bottom: 35px;
    padding-left: 8px;
	letter-spacing: 1px;
}
}


@media(max-width:1320px){
	.navigation > ul > li > a, .navigation > ul > li > p{
	font-size: 15px;
	}
}

@media(max-width:1070px){
	.navigation > ul > li > a, .navigation > ul > li > p{
		font-size: 14px !important;
		padding-left: 6px;
    padding-right: 6px;
	}
}

@media(max-width: 425px){
	.sectionFormAC input[type="text"]{
		margin:auto;
	}
	.sectionFormAC ._button-wrapper{
		text-align:center;
	}
}

.sectionFormAC input[type="text"]{
	padding: .9375rem .9375rem .6875rem !important;
	border: none !important;
}

.sectionFormAC ._button-wrapper{
	margin-top:20px;
}

.sectionFormAC ._submit{
    padding: 20px 20px !important;
    display: inline-block;
    width: fit-content !important;
    height: 42px !important;
    border-radius: 0px !important;
    border: none !important;
	font-size: 14px !important;
}


.noLink{
	cursor:auto;
}

p.noLink{
    margin:0;
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 35px;
    padding-left: 12px;
    line-height: 1;
}

@media (max-width: 767px){
    p{
        text-align: unset;
    }
}

.demoOrbox h1, .demoOrbox h2, .demoOrbox p{
	color: #fff;
}

.demoOrbox.sectionFormAC ._form{
	padding-top: 20px !important;
	margin: unset !important;
}


ul.l0bg li a{
    background-color: #0db8e74a !important;
}

ul.l1bg li a{
	background-color: #ff660036 !important;
}

ul.l1bg ul li a {
    background-color: #a3b21e66 !important;
}
ul.l1bg ul ul li a{
    background-color: #e6435557 !important;
}

.site-map-content h1{
	padding-left: 40px;
}

.site-map-content ul{
	list-style: none;
    padding-left: 40px;
    margin: 0;
}

.site-map-content ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 10px;
    background: #0db8e74a;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    position: relative;
	font-weight: bold;
}

.site-map-content ul.l0bg>li {
    border-left: 0;
    padding-left: 0;
}

.site-map-content ul.l1bg>li {
    border-left: solid #efefef 2px;
    padding-left: 15px;
}

.site-map-content ul>li>a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 15px;
    background: #efefef;
}

	.site-map-content ul.l0bg>li>a:before{
		display:none;
	}

	.site-map-content ul>li>a:hover {
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	}

@media(max-width:374px){
.site-map-content ul{
    padding-left: 0px;
}
}

.landingPage img{
	border-radius: 0px;
}

.sectionProjects ul{
  	border:none !important;
}

.sectionProjects .ui-tabs .ui-tabs-nav li{
	margin: 0px 3em 15px 0;
	border: 2px solid;
    border-radius: 54px;
	background-color:#fff;
}

.sectionProjects .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	padding:unset;
	background-color: currentColor;
}

	.sectionProjects  .ui-tabs .ui-tabs-nav li:nth-child(5n+1){
		border-color: #e87b40;
		color: #e87b40;
	}

	.sectionProjects  .ui-tabs .ui-tabs-nav li:nth-child(5n+2){
		border-color: #0db8e7 !important;
		color:  #0db8e7;
	}

	.sectionProjects  .ui-tabs .ui-tabs-nav li:nth-child(5n+3){
		border-color: #a3b117;
		color: #a3b117;
	}

	.sectionProjects  .ui-tabs .ui-tabs-nav li:nth-child(5n+4){
		border-color: #e34554;
		color: #e34554;
	}

	.sectionProjects .ui-tabs .ui-tabs-nav li:nth-child(5n+5){
		border-color: #73c5c6;
		color: #73c5c6;
	}

.sectionProjects .ui-tabs .ui-tabs-nav a.itemProject {
    padding: 10px 20px;
    display: inline-block;
    width: 295px;
    text-align: center;
	color: currentColor;
}

.sectionProjects .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
color:#fff;
}

.ui-tab-details h4{
	color: #0db8e7;
}

/** footer financiamento norte 2020**/
.text-financiament p{
	font-size: 14px;
    font-weight: 100;
    font-family: 'NotoSans',Arial,Helvetica,sans-serif;
}


/* corretion home slider */
.home-slide .owl-carousel, .home-slide .owl-carousel .owl-wrapper-outer,.home-slide .owl-carousel .owl-wrapper-outer .owl-wrapper, .home-slide .owl-carousel .owl-wrapper .owl-item, .home-slide .owl-carousel .owl-wrapper .owl-item .item{
height: 100% !important;
}


.cookies-text a{
	color:#0db8e7;
}

.cookies-text a:hover{
	color:#e87b40;
}

.footerFixed {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;	
    z-index: 9999;
}
.footer-not-fixed-m {
	margin-bottom: 110px;
}
.footer-copyright-sm {
	padding-top: 5px;
}
.footer-logo-size{
    padding-bottom: 5px;
}
.footer-image-size-sm{
    width: 400px;    
}
