/*-----------------------------------------------------------------------------------

    Template Name: CreativeAgency - Multipurpose Responsive Template
    Template URI: 
    Description: This is html5 template
    Author: BDExpert
    Author URI: http://quomodotheme.com
    Version: 1.0

-----------------------------------------------------------------------------------    
    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS
    3. Helper-class
    4. Overright-css
    5. Page-title
    6. Social-menu-style
    7. Section-background
    8. scroll-down-icon
    9. Mainmenu-area
    10. Work-area
    11. Count-Down
    12. Team-area
    13. Subscribe-form
    14. Price-Style
    15. Blog-style
    16. Footer-style
    17. Scrollup-button
    18. Contact-form
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555555;
}

input:focus,
button:focus,
a:focus,
a:hover,
li.active > a {
    text-decoration: none;
    outline: none;
    color: #ce953c;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #ce953c;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #202020;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*------------------
3. Helper-class
--------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.golden {
    color: #ce953c;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.text-white a:hover {
    color: #ce953c
}

.text-gray {
    color: #555555;
}

.title-lg {
    font-size: 60px;
}

.title-mg {
    font-size: 40px;
}

.img-full img {
    width: 100%;
}

a.read-more {
    display: inline-block;
}

a.read-more::after {
    content: "\f178";
    display: inline-block;
    font-family: fontawesome;
    margin-left: 0;
    opacity: 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a.read-more:hover::after {
    opacity: 1;
    padding-left: 10px;
}

.side-bg {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    text-align: center;
    overflow: hidden;
}
.side-bg.about-bg {
    background: url('images/service/service-1.jpg') no-repeat scroll center center / cover;
}
.side-bg.service-bg {
    background: url('images/service/service-2.jpg') no-repeat scroll center center / cover;
}
.side-bg.right.bottom {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.black-bg {
    background-color: #000000;
}

.dark-bg {
    background-color: #111111;
}

.gray-bg {
    background-color: #ebebeb;
}


/*----------------------
4. Overright-css
-----------------------*/

.btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-content {
    border-radius: 2px;
}

.input-group {
    border-radius: 3px;
    overflow: hidden;
}

.close-grid .container-fluid,
.close-grid .row,
.close-grid [class|="col"] {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.panel-group .panel {
    box-shadow: none;
}

.panel-default,
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ffffff;
    color: #333333;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
}

.panel-title > a {
    display: block;
    padding: 5px;
}

.panel-default > .panel-heading {
    padding: 0;
}

.btn.btn-warning {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ce953c;
    border-radius: 2px;
    color: #ce953c;
    padding: 12px 32px;
    font-size: 15px;
    box-shadow: none;
}

.btn.btn-warning.active,
.btn.btn-warning:hover {
    background-color: #ce953c;
    color: #ffffff;
}

.btn.btn-warning.active {
    border: none;
}

.btn.btn-warning.active:hover {
    background-color: #c3821f;
}


/*-------------------
5. Page-title
--------------------*/

.page-title {
    padding-bottom: 20px;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
}

.text-center .page-title:after {
    margin: auto;
    right: 0;
}

.page-title::after {
    background-color: #202020;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}


/*-----------------
6. Social-menu-style
-------------------*/

.social-menu li {
    padding: 0 2px;
}

.social-menu li a {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 2.3;
    text-align: center;
    width: 30px;
}


/*-------------------
7. Section-background
---------------------*/

.section-overlay {
    background-color: #202020;
}

.sectin-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.sectin-bg.bg-1 {
    background-image: url(images/bg/header-bg.jpg);
}

.sectin-bg.bg-2 {
    background-image: url(images/bg/back-2.jpg);
    opacity: 0.1;
}

.sectin-bg.bg-3 {
    background-image: url(images/bg/bg-3.jpg);
    opacity: 0.1;
}


/*-----------------
8. scroll-down-icon
-------------------*/

.scroll-down-icon {
    bottom: 10px;
    left: 50%;
    position: absolute;
    z-index: 2;
}

.scroll-down-icon.text-white a {
    -webkit-animation: scroll_down 2s linear 2s infinite alternate;
    animation: scroll_down 2s linear 2s infinite alternate;
    box-sizing: border-box;
    display: block;
    height: 80px;
    padding-top: 5px;
    text-align: center;
    width: 20px;
    font-size: 18px;
}

@-webkit-keyframes scroll_down {
    0% {
        padding-top: 5px;
    }
    50% {
        padding-top: 30px
    }
    100% {
        padding-top: 5px
    }
}

@keyframes scroll_down {
    0% {
        padding-top: 5px;
    }
    50% {
        padding-top: 30px
    }
    100% {
        padding-top: 5px
    }
}


/*----------------------
9. Mainmenu-area
------------------------*/

.mainmenu-area {
    left: 0;
    padding-top: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.sticky {
    position: fixed;
    background: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mainmenu {
    background-color: #000000;
    display: inline-block;
    float: right;
    min-width: 150px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.mainmenu.sticky {
    position: fixed;
}

.menu-toggle-box {
    display: block;
    padding: 10px 40px 10px 10px;
    width: 100%;
    color: #ffffff;
    height: 50px;
    text-transform: uppercase;
}

.menu-toggle-box .menu-icon {
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.menu-toggle-box .menu-icon span {
    background-color: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-toggle-box .menu-icon span:nth-child(1) {
    margin-top: -10px;
}

.menu-toggle-box .menu-icon span:nth-child(3) {
    margin-top: 10px;
}

.menu-toggle-box[aria-expanded="true"] .menu-icon span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.menu-toggle-box[aria-expanded="true"] .menu-icon span:nth-child(2) {
    left: 100%;
    opacity: 0;
}

.menu-toggle-box[aria-expanded="true"] .menu-icon span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(045deg);
    transform: translateY(-50%) rotate(45deg);
}

.menu-toggle-box[aria-expanded="true"] {
    color: #ce953c;
}

#mainmenu li.active a {
    cursor: auto;
}

#mainmenu li a {
    text-transform: uppercase;
}


/*------------------
10. Work-area
--------------------*/

.work_photo .owl-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 60px 0;
    z-index: 1;
    opacity: 0.2;
}

.work_photo .owl-item.center {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 999;
    opacity: 1;
}


/*--------------
11. Count-Down
---------------*/

.counter_icon {
    font-size: 40px;
    line-height: 1;
    margin: auto;
}


/*-------------------
12. Team-area
--------------------*/

.team-soical li a {
    display: block;
    height: 30px;
    width: 30px;
}

.single-team img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.single-team:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect li a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.single-team:hover .effect-left li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.effect-left li:nth-child(1) a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.effect-left li:nth-child(2) a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effect-left li:nth-child(3) a {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.effect-left li:nth-child(4) a {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.effect-left li:nth-child(5) a {
    -webkit-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

.single-team:hover .effect-center li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.effect-center li:nth-child(1) a {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.effect-center li:nth-child(2) a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effect-center li:nth-child(3) a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.effect-center li:nth-child(4) a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effect-center li:nth-child(5) a {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.single-team:hover .effect-right li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.effect-right li:nth-child(1) a {
    -webkit-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

.effect-right li:nth-child(2) a {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.effect-right li:nth-child(3) a {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.effect-right li:nth-child(4) a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.effect-right li:nth-child(5) a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*-----------------
13. Subscribe-form
-------------------*/

.subs-form input.form-control,
.subs-form button.btn {
    border-color: #ce953c;
    border-radius: 0;
    min-height: 45px;
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0 0 0 #ec971f;
}

.subs-form input.form-control::-webkit-input-placeholder {
    color: #ce953c;
}

.subs-form input.form-control::-moz-placeholder {
    color: #ce953c;
}

.subs-form input.form-control:-ms-input-placeholder {
    color: #ce953c;
}

.subs-form input.form-control::placeholder {
    color: #ce953c;
}

.subs-form input.form-control:focus {
    box-shadow: 0 0 5px 0 #ec971f;
}

.subs-form button.btn {
    background-color: #ce953c;
    color: #ffffff;
    padding: 10px 40px;
}

.subs-form button.btn:hover {
    background-color: #ec971f;
}

.subs-title {
    font-weight: normal;
}


/*-------------------
14. Price-Style
---------------------*/

.price-table {
    border-radius: 2px;
    border: 1px solid #ce953c;
    padding: 30px 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(-0px, -0px);
    transform: translate(-0px, -0px);
    background-color: #202020;
}

.price-table.active,
.price-table:hover {
    box-shadow: 6px 6px 20px -10px #ce953c;
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
}

.price-table .rate {
    font-size: 60px;
    line-height: 1;
    color: #ce953c;
}

.price_list li.active:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 10px;
}

.price_list li {
    padding: 10px 0;
}


/*--------------------
15. Blog-style
--------------------*/

.single-blog {
    width: 100%;
}

.blog-title {
    bottom: 10px;
    color: #d6d6d6;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog:hover .blog-title {
    bottom: 20px;
}

.blog-bar {
    background-color: #111111;
    color: #5e5e5e;
    padding: 15px;
}

.blog-bar a {
    color: #5e5e5e;
}

.single-blog img {
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.single-blog:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.blog-slide .owl-controls {
    margin-top: 0;
}


/*------------------
16. Footer-style
-------------------*/

.footer-social-menu li a {
    background-color: #ce953c;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 2.6;
    width: 35px;
}

.footer-social-menu li a:hover {
    background-color: #ffffff;
    color: #ce953c;
}


/*-------------------
17. Scrollup-button
--------------------*/

#scrollUp {
    border: 1px solid #ce953c;
    border-radius: 2px;
    bottom: 30px;
    color: #ce953c;
    height: 40px;
    line-height: 1.9;
    font-size: 18px;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scrollUp:hover {
    background-color: #ce953c;
    color: #ffffff;
}


/*--------------------
18. Contact-form
---------------------*/

#contact .form-control {
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    color: #333;
    height: auto;
    min-height: 40px;
    padding: 14px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#contact .form-control:focus {
    box-shadow: 0 0 5px 0 #dddddd;
    border: 1px solid #dddddd;
}

#contact .form-control::-moz-placeholder {
    color: #333;
}

#contact .form-control:-ms-input-placeholder {
    color: #333;
}

#contact .form-control::-webkit-input-placeholder {
    color: #333;
}


/*----------------
Type js
------------------*/

.typed-cursor {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.typed-fade-out {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: 0;
    animation: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}


/*----------------
Preloader css
-----------------*/

.preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background-color: #ffffff;
}

.sk-chasing-dots {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ce953c;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}