@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Montserrat font */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* Open sans font */

@font-face {
    font-family: Circe-Light;
    src: url("/assets/fonts/Circe/Circe-Light.ttf");
}

@font-face {
    font-family: Circe-Regular;
    src: url("/assets/fonts/Circe/Circe-Regular.ttf");
}

@font-face {
    font-family: Circe-Bold;
    src: url("/assets/fonts/Circe/Circe-Bold.ttf");
}

/* ##### GENERAL  ##### */

* {
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width:  100%;
}

body {
    width:  100%;
    background: #fff;
    color: #60606e;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* ##### 00 : GENERAL  ##### */
    margin-top: 50px;
}

.green-section {
    background-color: #f0f0f0;
}

.white-section {
    background-color: #fff;
}

.light-gray-section {
    background-color: #efeff0;
}

img {
    width: 100%;
}

/*links*/

a {
    color: #60606e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.link {
    position: relative;
}

a.link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #44aaff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    color: #60606e;
    text-decoration: none;
}

a:hover:after {
    width: 50%;
}

/*texts*/

.circe-700 {
    font-family: "Circe-Regular";
    font-weight: 700
}

.circe-400 {
    font-family: "Circe-Regular";
    font-weight: 400
}

.montserrat-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.montserrat-text1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.open-sans-text {
    font-family: "Open sans", sans-serif
}

.white-text {
    color: #999999;
}

.green-text {
    color: #44aaff;
}

.gray-text {
    color: #999999;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.spisok img {
    position: absolute;
    text-align: right;
    width: 60px;
    position: relative;
    left: 0;
    padding-left: 8px;
}

.spisok p {
    position: relative;
    font-family: "Open sans", sans-serif;
    color: #3c3c3c;
    padding: 3px 5px 3px 5px;
    margin: 5px 10px 5px 19px;
    line-height: 40px;
    bottom: -40px;
    line-height: 1.2;
    position: relative;
    background-color: #e3d53e;
    width: 157px;
    text-align: center;


}

.spisok p:hover {
    position: relative;
    font-family: "Open sans", sans-serif;
    color: #3c3c3c;
    padding: 3px 5px 3px 5px;
    margin: 5px 10px 5px 19px;
    line-height: 40px;
    bottom: -40px;
    line-height: 1.2;
    position: relative;
    background-color: #44aaff;
    width: 157px;
    text-align: center;
}

.spisok h6 {
    position: absolute;
    font-family: "Open sans", sans-serif;
    color: #747474;
    width: 55%;
    text-align: left;
    margin: 0px 0 0px 0px;
    bottom: 33px;
    left: 35px;
}

.spisok {
    font-family: "Open sans", sans-serif;
    color: #0692d9;
    width: 100%;
    text-align: left;
    top: 20px;
    height: 120px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.spisok :hover {
    font-family: "Open sans", sans-serif;
    color: #b4a90d;
}

.spisok1 {
    position: absolute;
    font-family: "Open sans", sans-serif;
    margin: 0px 15px 0 0;
    right: 0;
    bottom: 0;
    padding: 0px 0px 3px 0px;
    text-align: right;
    width: 40%;
    height: 22px;
}

.spisok1 :hover {
    color: #44aaff;
}

p {
    font-family: "Open sans", sans-serif;
    color: #999999;
    line-height: 30px;
}

ul.social-icons li a:hover {
    color: #44aaff;
}

/*section's title*/

.section-title {
    width: 80%;
    margin: 40px auto 0px;
    text-align: center;
}

.section-title h1{
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px 0;
}

.section-title1 span {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #60606e;
    position: relative;
    display: inline-block;
}

.section-title span {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #60606e;
    position: relative;
    display: inline-block;  
}

.section-title span:after {
    content: "";
    background-color: #44aaff;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
    width: 60px;
    height: 20px;
}

.section-title > p {
    line-height: 18px;
    text-align: left;
    color: #60606e;
}



/*lists*/

.pricing_plan ul.list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 15px;
}

/*---------991px---------*/
@media (max-width:991px) {
    .pricing_plan ul.list li {
        font-size: 14px;
    }
}

/*---------768px  -  575px---------*/
@media (max-width:768px) and (min-width:575px ) {
    .pricing_plan ul.list li {
        font-size: 9px;
    }
}

/*---------574px---------*/
@media (max-width:574px) {
    .pricing_plan ul.list li {
        font-size: 12px;
    }
}


ul.list li:last-child {
    margin-bottom: 0
}

ul.list li:before {
    font-family: "Ionicons";
    content: '\f383';
    position: absolute;
    left: 0;    
    margin: 2px 0 0 0;
    color: #d4c700;
}

ul.list li b{
    float: right
}

/*social icons*/

ul.social-icons li {
    list-style: none;
    float: left;
    margin: 0 10px;
}

ul.social-icons li:first-child {
    margin: 0 10px 0 0;
}

ul.social-icons li:last-child {
    margin: 0 0 0 10px;
}

ul.social-icons li a {
    color: #999999;
    font-size: 18px;
}

/*calculator*/
.price {
    padding: 20px 20px 0px 20px;
    min-height: 200px;
    border-radius: 5px;
    max-width: 660px;
    border: 5px solid #44aaff;
    background: #f9f9f9;
}

.calc_title {
    font-size: 28px;
    color: #ee1d25;
    margin: 0 0 20px;
}

.result {
    padding: 20px 0 0;
    margin: 20px 0;
    font-size: 24px;
    border-top: 1px solid #e0e0e0;
}

span.total {
    color: #ed1d25;
}

.calculator input[type="text"],
select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*buttons*/

.btn {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /*    text-transform: uppercase;*/
    border-radius: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.btn.yel {
    background-color: #44aaff;
    color: #000;
    font-family: Circe-Regular;
    margin-top: 20px;
    padding: 0px 15px 0 15px;
    width: 100%;
}

.btn.blue {
    background-color: #44aaff;
    color: #000;
    margin-top: 10px;
    width: 100%;
}

.btn.green2 {
    background-color: #44aaff;
    color: #000;
    padding: 0px 15px 0 15px;
}

.btn.white {
    background-color: #44aaff;
    color: #44aaff;
}

.btn.yellow {
    background-color: #60606e;
    color: #fff;
}


/*tab menu*/

.tab nav {
    width: 100%;
    display: inline-block;
    float: left;
    border-bottom: solid 2px #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}

.tab nav a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px 20px;
    color: #999999;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}

.tab nav a.current {
    color: #60606e;
}

.tab .tab_single {
    display: none;
}

.tab .tab_single.shown {
    display: block;
}

/* ##### 01 : HEADER & FOOTER  ##### */

/*header*/

header.main-header {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.menu_desc {
    display: inline;
}

/*logo*/

header.main-header .logo {
    float: left;
    width: 15em;
    margin: 15px 0 0 10px;
    display: inline;
}

.logo p {
    margin: 6px 0 0 0;
    color: #000;
    font-weight: 400;
    background-color: #44aaff;
    text-align: center
}

.menu {
    float: right;
}

/*desktop nav*/

nav.desktop-nav {
    float: left;
}

nav.desktop-nav li {
    list-style: none;
}

nav.desktop-nav ul.first-level > li {
    float: left;
    margin-right: 20px;
    position: relative;
}

nav.desktop-nav ul.first-level > li:last-child {
    margin-right: 0
}

nav.desktop-nav ul.first-level > li > a {
    display: inline-block;
    line-height: 100px;
    position: relative;
    -webkit-transition: none;
    transition: none;
}

nav.desktop-nav ul.first-level > li > a:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #60606e;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

nav.desktop-nav ul.first-level > li:hover > a:after {
    top: 35px;
    opacity: 1;
}

nav.desktop-nav ul.first-level > li a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
}


nav.desktop-nav ul.first-level > li > ul.second-level {
    display: none;
    z-index: 999;
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 200px;
    background-color: #60606e;
}

nav.desktop-nav ul.first-level > li:last-child > ul.second-level {
    left: auto;
    right: 0;
}

nav.desktop-nav ul.first-level > li > ul.second-level > li > a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
}

nav.desktop-nav ul.first-level > li > ul.second-level > li:nth-child(even) > a {
    background-color: #585866;
}

nav.desktop-nav ul.first-level > li > ul.second-level > li > a:hover {
    background-color: #404051;
}



/*mobile nav*/

.main-header {
    height: 3em;
}

nav.mobile-nav {
    display: inline-block;
    min-width: 350px;
    max-width: 100%;
    background-color: #60606e;
    position: absolute;
    right: 0;
    top: 105px;
    display: none;
    position: fixed
}

nav.mobile-nav > ul.first-level li {
    list-style: none;
}

nav.mobile-nav > ul.first-level > li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

nav.mobile-nav > ul.first-level > li a:hover {
    background-color: #404051;
}

nav.mobile-nav > ul.first-level > li > ul.second-level {
    display: none;
    background-color: #50505f;
}

/*menu icon*/

header.main-header .menu-icon {
    float: left;
    cursor: pointer;
    margin-top: 2rem;
    right: 1rem;
    display: none;
    position: fixed
}

header.main-header .menu-icon .line {
    height: 3px;
    border-radius: 1.5px;
    width: 25px;
    background-color: #60606e;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header.main-header .menu-icon .line:nth-child(2) {
    margin: 7px 0;
    width: 15px;
}

header.main-header .menu-icon .line:last-child {
    width: 20px;
}

.big-title {
    font-size: 20px
}

.small-title {
    font-size: 15px
}


/*footer*/

footer.main-footer {
    padding: 50px 0
}

footer.main-footer nav.footer-nav ul {
    padding: 0;
    margin: 0
}

footer.main-footer nav.footer-nav ul li {
    list-style: none;
    float: left;
    margin: 0 20px;
    padding: 0
}

footer.main-footer nav.footer-nav ul li:first-child {
    margin: 0 20px 0 0
}

footer.main-footer nav.footer-nav ul li a {
    text-transform: uppercase;
    color: #9a9a9a
}

@media(max-width:991px) {
    footer.main-footer * {
        text-align: center
    }

    footer.main-footer ul.social-icons {
        float: left;
        width: 100%;
        text-align: center
    }

    footer.main-footer ul.social-icons li {
        margin: 0;
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6)
    }

    footer.main-footer nav.footer-nav ul li {
        text-align: center;
        width: 100%
    }

    footer.main-footer nav.footer-nav ul li,
    footer.main-footer nav.footer-nav ul li:first-child {
        margin-left: 0;
        margin-bottom: 20px
    }
}


/*single project*/

.project_images {
    float: left;
}

.related_projects {
    float: left;
}

.pages_pagination {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: right;
    font-size: 24px;
    margin: 50px 0;
}

.pages_pagination .all {
    float: left;
}

.pages_pagination > a {
    display: inline-block;
    height: 100%;
    width: 50px;
    text-align: center;
}

.pages_pagination > a:hover {
    background-color: #44AAFF;
    color: white;
}

@media (max-width: 991px) {
    .related_projects img {
        margin-bottom: 30px
    }
}



/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */


.input2 {
    height: 2.6em;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .3);
    position: relative;
    background-color: #fff;
    margin-bottom:20px
}

.input2 input[type="text"] {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 15px;
    float: left;
    position: relative;
    background-color: transparent;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
}

.input2 > span {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #cdcdcd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
    border-radius: 4px;
}

.input2 > span.active {
    color: #44AAFF;
    font-size: 10px;
    top: 0px;
    left: 5px;
    background-color: #fff;
    padding: 5px;
}


/*input 1*/

.input_1 {
    height: 2.6em;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom:20px
}

.input_1 input {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0 0px;
    float: left;
    position: relative;
    background-color: #fff;
    z-index: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    color: #9a9a9a;
}

.input_1 > span {
    position: absolute;
    top: -10px;
    padding: 0 0 0 10px;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #bebebe;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.input_1 > span.active {
    color: #c2b941;
    font-size: 12px;
    top: -10px;
    left: 10px;
    padding: 5px
}

/* ##### 06 : BENEFITS STYLES  ##### */

/*benefits 1*/

.benefits_1_single {
    width: 100%;
    text-align: center;
}

.benefits_3_single {
    width: 100%;
    text-align: center;
    display: inline-block
}

.benefits_1_single > i {
    display: inline-block;
    font-size: 60px;
    position: relative;
}

.benefits_1_single > i:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 20px;
    width: 40px;
    background-color: #44aaff;
    z-index: -1
}

.benefits_1_single > .title {
    font-size: 18px;
}

/*benefits 2 */

.benefits_2_single {
    margin: 0 0 30px 0px;
}

.benefits_2_single p {
    color: #797979;
    margin: 10px 0 0 0;
    line-height: 18px
}

.benefits_2_single:nth-last-child(-n + 3) {
    margin-bottom: 30px;
}

.benefits_2_single > i {
    display: inline-block;
    background-color: #44aaff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 30px;
    margin-right: 20px;
}

.benefits_2_single .title {
    display: inline-block;
    height: 25px;
    width: 140px;
    line-height: 15px;
    color: #60606e;
    font-size: 0.9em;
    padding: 10px 0 0 0
}


/* ##### 07 : PRICING PLANS STYLES  ##### */

.pricing_plan {
    margin-top: 30px;
    padding: 30px;
    border-top: solid 5px #44aaff;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pricing_plan:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid #44aaff;
}

.pricing_plan:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px rgba(0, 0, 0, .2)
}

.pricing_plan1 {
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pricing_plan1:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-style: solid;
    border-color: darkgrey;
    border-width: 0.1px;
}

.pricing_plan .plan_title {
    font-size: 21px;
    line-height: 22px;
    color: #60606e;
    margin: 0 0 10px 0
}

.pricing_plan .plan_price {
    background-color: #44aaff;
    padding: 5px 20px;
    color: black;
    font-size: 14px;
    display: inline-block;
}

.pricing_plan ul {
    margin: 10px 0;
}


/* ##### 08 : TEAM STYLES  ##### */

.team_member {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.team_member .team_member_hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team_member .team_member_hover .team_member_info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.team_member .team_member_hover .team_member_info .team_member_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #60606e;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.team_member .team_member_hover .team_member_info .team_member_job {
    display: inline-block;
    margin-top: 10px;
    background-color: #44aaff;
    padding: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all .2s ease-in-out .3s;
    transition: all .2s ease-in-out .3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}

.team_member:hover .team_member_hover {
    opacity: 1;
}

.team_member:hover .team_member_info .team_member_name,
.team_member:hover .team_member_info .team_member_job {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}



.testimonials_single p {
    margin: 30px 0;
}

.testimonials_single .author_name {
    padding: 7px;
    background-color: #44aaff;
    color: #999999;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: inline-block;
}



    .clients div[class^="col"]:nth-last-child(-n + 3) {
        margin-bottom: 30px
    }

    .benefits_2_single .title {
        width: 160px;
        line-height: 20px;
        font-size: 1.2em;
    }

    .pricing_plan .plan_title {
        font-size: 20px;
    }
}

    .clients div[class^="col"]:nth-last-child(-n + 3) {
        margin-bottom: 30px
    }
}

/*---------media---------*/



/*---------767px---------*/
@media (max-width: 767px) {
    .clients div[class^="col"]:first-child {
        margin-top: 30px
    }
}


/*---------991px---------*/
@media (max-width: 991px) {
    .section-title {
        margin: 30px auto 0px;
    }

    .section-title span:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .btn {
        margin: 10px 0;
    }
    
    .menu nav.desktop-nav {
        display: none;
    }
    
    header.main-header .menu-icon {
        display: block;
    }
    
    footer.main-footer * {
        text-align: center;
    }
}







.timit {
  stroke-dasharray: 600;
  stroke-dashoffset: 400;
  stroke-linecap: round;
  stroke-linejoin: round;    
  animation: dash 5s linear alternate infinite;
  
}

@keyframes dash {
  from {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}