@font-face { 
	font-family: Koryun;
	font-style: normal; 
	src: url("../fonts/GHEAKoryunReg.otf");
}
@font-face {
    font-family: NIAGSOL;
    src: url("../fonts/NIAGSOL.TTF");
}

@font-face {
    font-family: Oswald_DemiBold;
    src: url("../fonts/Oswald-DemiBold.ttf");
}


/*--  start_default  --*/
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family:Koryun, sans-serif;
    font-weight:400;
    font-size: 17px;
    word-wrap: break-word;
    color:#000000;
    background: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color:#000000;
    text-transform: uppercase;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.read_more{
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}
.pull{
    display: none;
    position: relative;
}
.wrapper{
    overflow: hidden;
    position:relative;
    margin-bottom:380px;
    background:#ffffff;
    z-index:2;
}
.d_flex{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.j_c_between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.j_c_center{
    -webkit-justify-content: center;
    justify-content: center;
}
.j_c_end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.a_i_start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.a_i_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a_i_end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fixed_width{
    max-width: 1200px;
    margin: 0 auto;
}
/*--  end_default  --*/



/*--  start_header  --*/
.header_bg{
    /*background: #072339 url(../img/bg1.jpg) center bottom no-repeat;*/
    
	    background: url(../img/1.jpg) center/cover no-repeat;
}

.header_bg{
        height: 320px;
}



.headr_middle{
    padding: 40px 132px 50px;
}    

body.page_101 .header_bg{
   height: 600px;
}

body.page_101 .headr_middle{
  padding: 80px 132px 50px;
  text-align:center;
}

.top_header{
    position: relative;
    padding-top: 35px;
}
.menu_bg{
    position: relative;
}
/*.menu_bg:before,*/
.top_header:before{
    content: '';
    position: absolute;
    bottom:0;
    width: 100%;
    height: 56px;
    background: #231f20;
    pointer-events: none;
    z-index:0;
}
/*.menu_bg:before{*/
    /*left:calc(-100% - 22px);*/
/*}*/
/*.menu_bg:after{*/
    /*right:-100%;*/
/*}*/
.logo{
    width: 133px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    padding: 7px 0 7px;
}
.logo a{
    display:inline-block;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.logo a img{
    margin:auto;
}
.logo:hover a{
    -ms-transform: rotateY(180deg); /* IE 9 */
  -webkit-transform: rotateY(180deg); /* Safari 3-8 */
  transform: rotateY(180deg);
}
.moto{
    white-space: nowrap;
    position: absolute;
    top:0;
    left:50%;
    font-size: 21px;
    color:#ffffff;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);


}
.right_menu{
    width:calc(100% - 140px);
}
.right_menu>ul{
    background: url("../img/menu_bg.jpg")  top/cover no-repeat;
	display: inline-flex;
    width: 82%;
}
.right_menu>ul>li{
    position: relative;
}
.right_menu>ul>li>a{
    display:inline-block;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    padding: 15px 12px;
	    background: #231F20;
}
.right_menu>ul>li>a:after, .right_menu>ul>li>a:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 2px;
    background-color: #5ca038;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.right_menu>ul>li>a:after {
    bottom: 0%;
    height: 0%;
}
.right_menu>ul>li>a:before {
    top: 0%;
    height: 0%;
}

.parent ul{
	display:none;
	position: absolute;
    background: #231F20;
    z-index:999;
    width:430px;
}

.customContactFrm .control{
    font-size: 15px!important;
}

.parent ul li a{
padding: 5px 0px 5px 20px;
    display: block;
    color: #fff;
    background: url(../img/arrowicon.png) no-repeat 0px 8px;
    background-size: 13px auto;
}

li.parent:hover ul{
    display:block;
    padding:20px;
}

.right_menu ul>li>a:hover{
    color:#5ca038;
}
.right_menu>ul>li>a:hover:after,
.right_menu>ul>li>a:hover:before {
    height: 20%;
}
.right_menu ul>li .right_sub {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.right_sub>li>a{
    background: #ffffff;
    display: block;
    color: #000000!important;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}
.right_sub>li>a:before{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: calc(50% - 1px);
    content: '';
    width: 0px;
    height: 2px;
    background-color: #5ca038;
}
.right_menu ul>li:hover > .right_sub{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.right_sub>li>a:hover{
    padding-left: 25px;
    color: #5ca038!important;
}
.right_sub>li>a:hover:before{
    width: 20px;
}
.page_101 .search{
    position: relative;
    width: 84px;
}
.page_101  .search span:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
    pointer-events: none;
    z-index:0;
}
.page_101  .search span{
    width: 100%;
    height: 100%;
    background:#5ca038;
    color:#ffffff;
}
.page_101  .search span a{
    display:inline-block;
    position:relative;
    z-index:2;
    width: 40px;
    height: 40px;
    background: url("../img/share1.png")  center no-repeat;
}
.page_101  .search span a:after{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 1px;*/
    /*right: -25px;*/
    /*width: 21px;*/
    /*height: 21px;*/
    /*background: url("../img/share1.png")  center/21px no-repeat;*/
    /*z-index:0;*/
}
.page_101  .search span:hover a{
    color:#000000;
}
#social-top-icon {
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 56px;
    background-color: rgba(255, 255, 255, 255);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#social-top-icon.open1 {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}
#social-top-icon .full-social-bg{
    display:inline-block;
    height:100%;
}
#social-top-icon .full-social-bg ul{
    height:100%;
}
#social-top-icon .full-social-bg li {
    text-align: center;
}
#social-top-icon .full-social-bg li a {
    margin: 5px 2px;
    background-color: #efefef;
    position: relative;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
#social-top-icon .full-social-bg li a:hover i {
    color: #fff;
}
.facebook:hover {
    background: #3b5998 !important;
}
.google:hover {
    background: #dd4b39 !important;
}
.instagram:hover {
    background: #517fa4 !important;
}
.tumblr:hover {
    background: #32506d !important;
}
.twitter:hover {
    background: #00aced !important;
}
.youtube:hover {
    background: #bb0000 !important;
}
#social-top-icon .close1 {
    position: fixed;
    top: 13px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor:pointer;
}
#social-top-icon .close1:after, #social-top-icon .close1:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #000;
    right: 20px;
    top: 0px;
}
#social-top-icon .close1:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#social-top-icon .close1:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#typed{
    /*position: absolute;*/
    /*top:23px;*/
    color: #ffffff;
}
.typed-cursor typed-cursor--blink{
    color:#ffffff;   
}
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: #ffffff; } }
.f_phone{
    position: absolute;
    top:0;
    right:0;
    color:#ffffff;
    font-size: 33px;
    line-height: 1;
}
.header_content{
    height: calc(100% - 135px);
    padding-top: 61px;
    color: #ffffff;
}
.header_content>div{
    max-width: 400px;
    margin: 0;
}
.header_content h1{
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 21px;
}
.header_content>div>p{
    position: relative;
    padding-left: 34px;
    margin-top: 6px;
}
.header_content>div>p:before{
    content: '';
    width: 25px;
    height: 11px;
    position: absolute;
    left:0;
    top:6px;
    background: url("../img/icon_phone.png")  center no-repeat;
}
.read_more{
    position: relative;
    height: 54px;
    margin-bottom: 52px;
    padding: 0 20px;
}
.header_content>div>div{
    margin-top: 23px;
}
.header_content>div>div p{
    font-size: 24px;
}
.header_content .read_more{
    margin-top: 23px;
}
.form_controle{
    position: relative;
}

.read_more:before,
.read_more:after{
    content: '';
    position: absolute;
    height: 100%;
    top:0;
    right:0;
    pointer-events: none;
    border:3px solid #ffffff;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
    width:100%;
    border-color:#5ca038;
    
    
}
.our_clients_parent .read_more:before,
.our_clients_parent  .read_more:after{
     border-color: #cccccc;
}
.form_controle:before,
.read_more:before{
    border-left:0;
}
.form_controle:after,
.read_more:after{
    right:auto;
    left:0;
    border-right:0;
}
.form_controle:after,
.read_more:after{
    right:auto;
    left:0;
}

.read_more span{
    margin:auto;
}
/*.sign_newsletter_right form button:hover,*/
.future_img .read_more:hover,
.header_content .read_more:hover{
    color:#5ca038;
}
.our_clients_parent .read_more:hover,
.why_ceton .read_more:hover,
.ceton_construction_left .read_more:hover{
    color:#000000;
}
/*--  end_header  --*/




/*--  start services  --*/
.services_bg_top{
    position: relative;
}
.services_top, .right_content, .google_part,
.we_are_content, .packages, .contact_content{
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.services,
.services_top{
    max-width: 1200px;
    position: relative;
    padding: 45px 0;
	margin:0 auto;
}
.packages_bg:before{
    position: absolute;
    content: '';
    width: 100%;
    left:0;
    top:170px;
    height: 2px;
    background: #d0d0d0;
}
.left_title{
    width: 26%;
}
.left_title h3{
    font-size: 19px;
    font-weight: bold;
    color:#69a100;
}
.right_content{
    width: 75%;
}
.services .right_content,
.services_top .right_content{
    padding-top: 55px;
    color:#252525;
}
.icon_each{
    text-align: center;
    width: 18%;
}
.icon_each img{
    max-width: 100%;
}
.icon_each p{
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
}
.icon_each p span{
    display: block;
}




body .circle-loader {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    /*padding: 50px;*/
}
.circle-loader__wrap {
    overflow: hidden;
    position: relative;
    /*margin-top: -10px;*/
    width: 125px;
    height: 125px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
    background-color: #ffffff;
    border-radius: 200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.circle-loader__wrap:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index:55;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.icon_each:nth-of-type(1) .circle-loader__wrap:after{
    background:#ffffff url(../img/services1.png) center no-repeat;
}
.icon_each:nth-of-type(2) .circle-loader__wrap:after{
    background:#ffffff url(../img/services2.png) center no-repeat;
}
.icon_each:nth-of-type(3) .circle-loader__wrap:after{
    background:#ffffff url(../img/services3.png) center no-repeat;
}
.icon_each:nth-of-type(4) .circle-loader__wrap:after{
    background:#ffffff url(../img/services4.png) center no-repeat;
}
.icon_each:nth-of-type(5) .circle-loader__wrap:after{
    background:#ffffff url(../img/services5.png) center no-repeat;
}
.circle-loader__wrap div {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
}
.circle-loader__wrap.start .circle-loader-inside,
.circle-loader__wrap:hover .circle-loader-inside {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background: #69a100;
    -webkit-animation: loading-left 2.5s linear;
    animation: loading-left 2.5s linear;
}
.circle-loader__wrap .left-wrap {
    left: 0;
}
.circle-loader__wrap.start .left-wrap .circle-loader-inside,
.circle-loader__wrap:hover .left-wrap .circle-loader-inside {
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-animation: loading-left 2.5s linear;
    animation: loading-left 2.5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.circle-loader__wrap .right-wrap {
    left: 50%;
}
.circle-loader__wrap.start .right-wrap .circle-loader-inside,
.circle-loader__wrap:hover .right-wrap .circle-loader-inside {
    z-index: 1;
    left: -100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    -webkit-animation: loading-right 2.5s linear;
    animation: loading-right 2.5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes loading-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes loading-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
/*--  end services  --*/



/*--  start_CETON_construction  --*/
.ceton_construction{
    padding: 56px 66px;
    /*background: url("../img/bg2.jpg")  center no-repeat;*/
}
.ceton_construction_left{
    width: calc(50% + 84px);
    text-align: right;
}
.ceton_construction_left h3{
    padding: 0 111px 0 130px;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 100px;
}
.ceton_construction_left h3 span{
    color:#5ca038;
}
.ceton_construction_left p{
    margin-bottom: 27px;
}
.ceton_construction_left .read_more{
    color:#5ca038;
    padding: 0 27px;
    margin:0;
}
.our_clients_parent  .read_more:before,
.our_clients_parent  .read_more:after,
.ceton_construction_left .read_more:before,
.ceton_construction_left .read_more:after{
    /*background: url("../img/breket2.png")  center no-repeat;*/
}
.ceton_construction_right{
    width: calc(50% - 135px);
}
.ceton_construction_right>ul>li{
    margin-bottom: 10px;
}
.ceton_construction_right>ul>li>a{
    position: relative;
    font-size: 28px;
    padding-left: 36px;
    text-transform: uppercase;
}
.ceton_construction_right>ul>li>a:before{
    content: '';
    position: absolute;
    top:16px;
    left:0;
    width: 12px;
    height: 12px;
    background: #5ca038;
}
/*--  end_CETON_construction  --*/



/*--  start_first_slider  --*/
.second_slider_each,
.first_slider_each{
    position: relative;
    width: 20%;
    height: 336px;
    background: #000000;
}
.second_slider_each img,
.first_slider_each img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.overlay{
    position: absolute;
    bottom:19px;
    left:0;
    width: 100%;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.second_slider_each:hover .overlay,
.second_slider_each:hover img,
.first_slider_each:hover .overlay,
.first_slider_each:hover img{
    opacity: 1;
}
/*--  start_first_slider  --*/



/*--  start_testimonial  --*/
.testimonial_bg{
    background: url("../img/bg3.jpg")  left 15% center/45% no-repeat;
}
.testimonial{
    padding: 80px 0 86px;
    /*background: url("../img/bg3_1.jpg")  right center no-repeat;*/
}
.testimonial_slider{
    position: relative;
    width: 702px;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}
.testimonial_each{
    position: relative;
    padding-top: 60px;
}
.testimonial_slider p{
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.testimonial_each:before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -26px;
    width: 52px;
    height: 36px;
    background: url("../img/icon2.png") center no-repeat;
}
.testimonial_cantrolers a span{
    border: solid #e1e1e1;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 11px;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.controler_left{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -12px;
}
.controler_right{
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -12px;
}
.controler_left span{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.controler_left span:last-of-type{
    margin-left: -13px;
}
.controler_left span:first-of-type{
    opacity: 0;
}
.controler_right span:last-of-type{
    margin-left: -13px;
    opacity: 0;
}
.testimonial_cantrolers a:hover span{
    opacity: 1!important;
}
.controler_right span{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*--  end_testimonial  --*/



/*--  start_why_ceton  --*/
.why_ceton_bg{
    background:#5ca038 url("../img/bg4.jpg") left center/48% no-repeat;
}
.why_ceton{
    text-align: center;
    padding: 57px 0 45px;
}
.why_ceton h2{
    width: 100%;
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 35px;
}
.why_ceton_each{
    position: relative;
    width: 15%;
    padding-top: 77px;
}
.why_ceton_each p{
    font-size: 18px;
}
.why_ceton_each:before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    width: 76px;
    height: 60px;
    border-bottom: 4px solid #ffffff;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
}
.why_ceton_each:nth-of-type(1):before{
    background: url("../img/icon3.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(2):before{
    background: url("../img/icon4.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(3):before{
    background: url("../img/icon5.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(4):before{
    background: url("../img/icon6.png")  center no-repeat;
}
.why_ceton_each:nth-of-type(5):before{
    background: url("../img/icon7.png")  center no-repeat;
}
.see_more{
    width: 100%;
}
.see_more .read_more{
    color: #ffffff;
    margin: 44px 0 0 0;
}
/*--  end_why_ceton  --*/



/*--  start logo_design  --*/
.logo_design_parent{
    background-image:url('../img/pattern-background.png'); 
    /* background-image:url('../img/portfolio_bg.png');  */
    position: relative;
        margin: 35px 0px -4px 0px;
    height: auto;
    width: 100%;
    display: inline-block;
    padding:25px 0px 20px 0px;
}

.entry-title{
    font-size:20px;
}

.post-footer .animbutton:hover a{
    color:#fff!important;
}

.newsImageRow p{
    font-size:14px;
}

.owl-dots{
  display:none;   
}
.logo_design_bg{
    background: rgba(255,255,255, 0.8);
    height: 516px;
}
.logo_design_bg .middle{
    width: 78%;
    position: relative;
    margin: auto;
}
.logo_design_bg .middle img{
    max-width: 100%;
}
.logo_design_parent h2{
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
right:-150px; width:100%;text-align:center;
    top:50%;
    /*font-size: 162%;*/
    font-size: 21px;
    color: #ffffff;
}
.logo_design_parent h2 span{
    padding-left: 21px;
    display: inline-block;
    position: relative;
    margin-left: 2px;
}
.logo_design_parent h2 span:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left:6px;
    top:12px;
    border-radius: 50%;
    background: #ffffff;
}
.overlay12 {
    position: static;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
/*--  end logo_design  --*/



/*--  start google_part  --*/
.google_part{
    max-width: 1200px;
    margin: 0 auto;
    padding: 85px 0 118px;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.google_part .google_part_each{
    width: 30%;
}
/*--  end google_part  --*/





/*--  start packages  --*/
.packages_parent{
    background: url("../img/bg33.jpg") center/cover  no-repeat;
}
.packages_bg{
    background: rgba(9,27,9, 0.3);
    position: relative;
}
.packages{
    max-width: 1200px;
    margin: 0 auto;
    padding: 101px 0;
}
.packages .right_content_each{
    width: 33.333%;
    text-align: right;
}
.packages .right_content_each>div{
    display: inline-block;
    text-align: left;
}
.packages .right_content_each>div p{
    overflow: hidden;
}
.right_content_each h4{
    color:#ffffff;
    font-size: 19px;
    text-transform: none;
}
.priceBls b{
    position: relative;
    top: -20px;
    left: 2px;
    font-weight: 100;
    color: #ffffff;
    font-size: 15px;
}
.right_content_each>div>p>span{
    font-family: 'NIAGSOL', sans-serif;
    color:#5ca038;
    font-size: 43px;
    float:left;
    line-height: 1;
}
.priceBls{
    font-size: 55px;
        font-family: 'NIAGSOL', sans-serif;
    color:#5ca038;
    float:left;
    line-height: 1;
}
.right_content_each ul{
    margin-top: 18px;
}
.right_content_each ul li a{
    padding: 4px 5px  0 18px;
    display: inline-block;
    position: relative;
    color:#ffffff;
}
.right_content_each ul li a:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left:0;
    top:9px;
    background: #5ca038;
    border-radius: 50%;
}
.right_content_each ul li a:hover:before{
    border-radius: 0;
    background: #ffffff;
}
.right_content_each .learn_more{
    margin-top: 21px;
    text-align: left;
}
.right_content_each .learn_more a{
    border-right: none;
    position: relative;
    padding-right: 18px;
    color:#ffffff;
}
.right_content_each .learn_more a:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 10px;
    right:0;
    top:4px;
    background: url("../img/icon_arow.png")  no-repeat;
}
.packages_bg:before{
    background: #5ca038;
}
/*--  end packages  --*/



/*--  start_percentages  --*/
.percentages{
    padding: 72px 94px 40px;
    text-align: center;
}
.percentages_each{
    width: 29%;
    margin-bottom: 30px;
}

.percentages .percentages_each:nth-of-type(1) h4,
.percentages .percentages_each:nth-of-type(3) h4{
    line-height: 75px;
}
.percentages_each h4{
height: 75px;
    font-size: 29px;
}
.percentages_each>div{
    font-family: Oswald_DemiBold, sans-serif;
    position: relative;
    display: inline-block;
    color:#dddddd;
    font-size: 100px;
    line-height: 1;
    margin: 7px 0 13px;
}
.percentages_each>div:before{
    content: '%';
    position: absolute;
    right: -103px;
    top: 0;
    width: 100px;
    height: 100px;
    color: #000000;
}
.percentages_each:first-of-type>div:before{
    content: normal;
}
.percentages_each>div span{
    position: relative;
    color: #000000;
    width: 44px;
    height: 68px;
    display: inline-block;
    margin-left: 11px;
}
.percentages_each>p{
    font-size: 18px;
}
.percentages_each>div span:before,
.percentages_each>div span:after{
    content: '';
    position: absolute;
    left: 5px;
    top:0;
    width: 18px;
    height: 18px;
    border:4px solid #5ca038;
    border-radius:50%;

}
.percentages_each>div span:after{
    left:auto;
    top:auto;
    right: 3px;
    bottom: -2px;
}
/*--  end_percentages  --*/



/*--  start_future_projects  --*/
.future_projects{
    height: 600px;
    position: relative;
}
.future_projects_left{
    width: 59%;
}
.future_projects_right{
    width: 41%;
    background: url("../img/bg5.jpg")  top center/70% no-repeat;
    opacity:0.3;
}
.future_img{
    position: relative;
    width: 100%;
    background: #000000;
}

.owl-carousel{
    z-index:0!important;
}
.future_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.future_img .overlay1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.overlay1 .read_more{
    margin: auto;
    color: #ffffff;
}
.overlay1 .read_more span{
    margin: auto;
}
.future_img:hover img{
    opacity: 0.6;
}
.future_img:hover .overlay1{
    opacity: 1;
}
.future_yellow_arrow{
    position: absolute;
    top:50%;
    right:0;
    width: calc(48% - 62px);
    height: 256px;
    background: rgba(92, 160, 55, 0.8);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}
.future_yellow_arrow:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 128px  62px  128px 0;
    border-color:  transparent rgba(92, 160, 55, 0.8) transparent transparent;
    top: 0;
    position: absolute;
    z-index: -1;
    left:-62px;
    pointer-events: none;
}
.future_yellow_arrow>div{
    margin: auto;
}
.future_yellow_arrow>div h5{
    font-size: 23px;
}
.future_yellow_arrow>div h5 span{
    display: block;
    margin: 8px 0 8px -21px ;
}
.future_yellow_arrow>div>a{
    font-size: 18px;
}
/*--  end_future_projects  --*/



/*--  start_call_or_email  --*/
.text_two_col{
    padding: 80px 60px 40px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
    max-height: 451px;
    overflow: hidden;
}
.text_two_col p{
    font-size: 16px;
    margin-bottom: 20px;
}
.call_or_email{
    padding: 17px 60px;
    background-color: #262626;
}
.call_or_email_left,
.call_or_email_right{
    width: 50%;
}
.call_or_email_left h4{
    color: #5ca038;
    font-size: 33px;
    letter-spacing: 3px;
    margin-bottom: 17px;
}
.call_or_email_left p{
    color: #ffffff;
    font-size: 14px;
    padding-right: 30px;
}
.call_or_email_right{
    padding-left: 35px;
}
.phone_email{
    padding-left: 20px;
    height: 100%;
    border-left: 4px solid #686868;
}
.phone_email p{
    color: #5ca038;
    font-size: 57px;
    line-height: 1;
    margin-bottom: 9px;
}
.phone_email a{
    color: #ffffff;
    font-size: 24px;
}
/*--  start_call_or_email  --*/



/*--  start_our_clients  --*/
.our_clients_parent{
    text-align: center;
    padding: 60px 0 54px;
}
.our_clients_parent h2{
    padding-bottom: 15px;
    border-bottom: 4px solid #dfdfdf;
}
.our_clients{
    padding: 33px 15px;
}
.our_clients_each{
    width: 16.6666%;
    height: 77px;
}
.our_clients_each a{
    height: 100%;
    display: block;
    opacity: 0.7;
    background: url("../img/clients.jpg")  no-repeat;
}
.our_clients_each:nth-of-type(1) a{
    background-position-x: 8px;
}
.our_clients_each:nth-of-type(2) a{
    background-position-x: -178px;
}
.our_clients_each:nth-of-type(3) a{
    background-position-x: -377px;
}
.our_clients_each:nth-of-type(4) a{
    background-position-x: -582px;
}
.our_clients_each:nth-of-type(5) a{
    background-position-x: -772px;
}
.our_clients_each:nth-of-type(6) a{
    background-position-x: -972px;
}
.our_clients_each:hover a{
    opacity: 1;
}
.our_clients_parent .read_more{
    color: #5ca038;
    margin-bottom: 0;
    padding:0 27px;
}
.our_clients_parent .read_more span{
    margin: auto;
}
/*--  end_our_clients  --*/



/*--  start_sign_newsletter  --*/
.sign_newsletter_bg{
    background: url("../img/bg6.jpg") left/100% 100% no-repeat;
}
.sign_newsletter{
    padding: 33px 0px;
}
.sign_newsletter_left{
    width:calc(50%);
}
.sign_newsletter_right{
    width:calc(46% - 50px);
}
.sign_newsletter_left h2{
    width: 100%;
    color: #5ca038;
    font-size: 20px;
    line-height: 55px;
}
.sign_newsletter_left h2 strong{
    font-weight: normal;
    letter-spacing: 3px;
}

/*.sign_newsletter_left p{*/
/*    color: #ffffff;*/
/*    width: 180px;*/
/*    font-size: 14px;*/
/*}*/
.sign_newsletter_right form{
    height: 100%;
}
.form_controle input[type="email"]{
    background: transparent;
    border: none;
    height: 53px;
    width: 310px;
    padding-left: 24px;
    font-size: 13px;
    color: #676767;
        outline: none;
    border: 2px solid #5ca038;
    border-radius: 10px;
}
.form_controle:before,
.form_controle:after {
    /*background: url("../img/breket3.png")  center no-repeat;*/
}
.sign_newsletter_right form input[type="submit"]{
    text-transform: uppercase;
    background: transparent;
    border:none;
    color: #ffffff;
        outline: none;
    line-height: 55px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    float:right;
}
/*--  end_sign_newsletter  --*/
#mc_embed_signup div.mce_inline_error{
        position: absolute!important;
    font-size: 12px!important;
    background: none!important;
    text-align: center;
    margin: 0;
}


/*--  start_footer  --*/
footer{
    z-index: 0;
    background: #262626;
    position: fixed;
    bottom: 0px;
    width: 100%    
}
.footer{
    padding:5px 0px 0px 0px;
}

.footer_menu p{
    color:#fff;
    font-size:14px;
}
.footer_col_each{
    width: 18%;
}
.footer_col_each h5{
    font-size: 20px;
    margin-bottom: 15px;
}
.footer_col_each:nth-of-type(3){
    width: 46%;
}
.footer_col_each>ul>li>a{
    font-size: 14px;
    position: relative;
    padding-left: 17px;
}
.footer_col_each>ul>li>a:before{
    content: '';
    position: absolute;
    left: 0;
    top:7px;
    width: 6px;
    height: 6px;
    background: #5ca038;
}
.footer_soc{
    padding-bottom: 17px;
    border-bottom: 3px solid #000000;
    margin-bottom: 38px;
}
.footer_soc a{
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 12px;
}
.footer_soc a:nth-of-type(1){
    background: url("../img/soc1.png")  center no-repeat;
}
.footer_soc a:nth-of-type(2){
    background: url("../img/soc2.png")  center no-repeat;
}
.footer_soc a:nth-of-type(3){
    background: url("../img/soc3.png")  center no-repeat;
}
.footer_soc +p{
    margin-bottom: 16px;
}
.footer_soc a:hover{
    opacity: 0.6;
}
.ceton_construction_right>ul>li>a:hover:before,
.footer_col_each>ul>li>a:hover:before{
    border-radius: 50%;
    background: #000000;

}
.footer_soc + p + p a:hover,
.footer_col_each>ul>li>a:hover,
.ceton_construction_right>ul>li>a:hover{
    color:#5ca038;
}
/*--  end_footer  --*/






#slideshow{
    position:absolute;
    left:57px;
    right:57px;
    top:10px;
    bottom:20px;
    overflow:hidden;
}

.slideshow_div{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
      height:680px;
      z-index:-1;
}

#slideshowNew ul{
    height:49%;
    margin-bottom:9px;
    white-space:nowrap;
}

#slideshowNew ul:last-of-type{
    margin-bottom:0;
}

#slideshowNew ul li{
    display:inline-block;
    position:relative;
    height:100%;
    margin-left:5px;
    overflow:hidden;
}

#slideshowNew ul li:first-of-type{
    margin-left:0;
}

#slideshowNew ul li a{
    display:none;
}

#slideshowNew ul li a:first-of-type{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:100;
}

.slideImage{
    position:relative;
    height:100%;
    transition:-webkit-transform 0.25s 0.25s, -moz-transform 0.25s 0.25s, -o-transform 0.25s 0.25s, -ms-transform 0.25s 0.25s, transform 0.25s 0.25s;
    transition-timing-function:linear;
}

#slideshowNew ul li:hover .slideImage{
    -webkit-transform:rotateY(90deg);
    -moz-transform:rotateY(90deg);
    -o-transform:rotateY(90deg);
    -ms-transform:rotateY(90deg);
    transform:rotateY(90deg);
    transition:-webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s, -ms-transform 0.25s, transform 0.25s;
    transition-timing-function:linear;
}

#slideshowNew ul li img{
    display:block;
    height:100%;
}

.slideHover{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transform:rotateY(-90deg);
    -moz-transform:rotateY(-90deg);
    -o-transform:rotateY(-90deg);
    -ms-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    opacity:0;
    transition:-webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s, -ms-transform 0.25s, transform 0.25s, opacity 0s 0.25s;
    transition-timing-function:linear;
}

#slideshowNew ul li:hover .slideHover{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    transform:rotateY(0deg);
    opacity:1;
    transition:-webkit-transform 0.25s 0.25s, -moz-transform 0.25s 0.25s, -o-transform 0.25s 0.25s, -ms-transform 0.25s 0.25s, transform 0.25s 0.25s, opacity 0s 0.25s;
    transition-timing-function:linear;
}


.middleBox{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
}

.middleBox .middle{
        padding: 261px 0px;
    position: relative;
    text-align: center;
}
.owl-stage-outer{
z-index:9999;
}


.owl-nav{
    position: absolute;
    top:calc( 50% - 25px);
    z-index: 99;
    width: 100%;
}

.owl-prev{
	    float: left;
	text-indent:-99999px;
	background:url(../img/slide_prev.png) no-repeat 0px 0px!important;
	    width: 30px;
	    outline:none;
    height: 30px;
    margin-left: -40px;
}

.owl-next{
	    float: right;
	text-indent:-99999px;
	background:url(../img/slide_next.png) no-repeat 0px 0px!important;
	    width: 30px;
    height: 30px;
    outline:none;
        margin-right: -40px;
}


.footer_col_each ul{
    display: inline-block;
}




.gradient_text {
    display: inline-block;
    background:#34AD84;
    color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    top: 5px;

}



.services_top .gradient_text{
	    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}



.global_brand_bg{
    position: relative;
    background: #fff;
    padding-bottom: 50px;

}
.global_brand h3{
    text-align: center;
    margin-bottom: 60px
}
.partRo{
    width: 1200px;
    margin: 0 auto;
}


.right_brandes_each:after {
    content: "";
    background: #ebebeb;
    width: 2px;
    height: 40px;
    position: absolute;
    right: -31px;
    top: 0;
}




.global_brand{
    position:relative;
    max-width: 1500px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left_title{
    flex: 2;
	    float: left;
}
.left_title h4{
    background:#34AD84;
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    padding-right: 21px;
    border-right: 3px solid #ccc;
}
.left_title h4 span{
    /*display: block;*/
    /*background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #09c8c4), color-stop(0.36, #09c8c4),  color-stop(0.40, #01a1cd), color-stop(1, #009ecd) );*/
    /*color: transparent;*/
    /*-webkit-background-clip: text;*/
}
.right_brandes{
    position:relative;
    flex: 10;
    margin-left:11px;
    overflow: hidden;
	top:15px;
}
.right_brandes_each img{
    max-width: 100%;
}


.brsBr{
    display: inline-flex;
    width: 100%;
}

.right_brandes_each{
	margin-right:50px;
	position:relative;
}



.global_brand .left_title{
    width: 22%;
	    position: relative;
    top: 18px;
}

.right_brandes_each:hover img{
opacity:0.2;
}


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


.future_projects_items > h4{
	padding: 50px;
    text-align: center;
	width: 100%;
}


.owl-carousel img,
.edgtf-pli-image img {
    transition: all 0.5s ease 0s;
}

.owl-carousel:not(.brsBr):not(.skc)  .owl-item:hover img {
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}

.edgtf-pli-image{
    overflow:hidden;
}

.edgtf-pli-image:hover img {
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}


.future_img_it{
	overflow:hidden;
}


.slImages{
overflow: hidden;
position:relative;
}

.slImages:after{
    content:"";
    	    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(0,0,0,0) 75%);
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
        width: 100%;
    height: 100%;
}

.row.c-gutter-60{
    margin-top:50px;
}


.slOItem{
        position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 999;
}


.future_img_it .slOItem{
	text-align: center;
    padding: 20px 0;
}






/*
** Special Heading
*/
h5.special-heading {
    font-size: 29px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
	h5.special-heading {
		font-size: 20px;
	}
}

.special-heading {
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.special-heading.text-lowercase {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-heading.big,
.special-heading .text-uppercase {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

@media (max-width: 575px) {
	.special-heading.big,
	.special-heading .text-uppercase {
		font-size: 30px;
	}
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1600px) {
	.special-heading.big,
	.special-heading.text-lowercase,
	.special-heading.text-uppercase {
		font-size: 42px;
		line-height: 1;
	}
}

.special-heading + h3 {
	margin-top: -5px;
}

.special-heading + p {
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.special-heading + p.extra-letter-spacing {
		letter-spacing: 2em;
	}
}

.special-heading.text-center + p {
	text-align: center;
}

h3.small .special-heading {
	font-size: 38px;
	line-height: 1;
}

h3.small {
	font-size: 20px;
	margin-bottom: 36px;
}

h5.special-heading {
	letter-spacing: 0.2em;
	margin: -3px 0 0;
}

.special-heading + h1 {
/*	letter-spacing: 0.2em;
	margin-bottom: 0;
	margin-top: -11px;
	text-transform: uppercase;
	    color: #4c4c4c;
	    font-size: 60px;*/
	
    width: 100%;
    font-size: 35px;	
	
	
	
}

@media (max-width: 575px) {
	.special-heading + h1 {
		font-size: 35px;
	}
}

/*
** Number Card
*/
.number-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.number-card .card-number span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: -0.32em;
	margin-top: -0.14em;
	position: relative;
}

.number-card .card-number span:after {
	bottom: -0.09em;
	content: "•";
	font-size: 0.62em;
	position: absolute;
	right: -0.4em;
}

@media (min-width: 992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media (min-width: 992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	line-height: 1;
	margin: 0;
}

.number-card .card-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 6px 0 25px;
}

@media (min-width: 500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media (max-width: 499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,
	.number-card h4 {
		display: inline-block;
	}
}

.pricing-plan {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 40px 25px 10px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pricing-plan .price-wrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	font-size: 20px;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 0.7;
	margin: 42px 0 3px;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
	font-size: 40px;
	font-weight: 700;
	padding: 0 6px;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 27px;
}

.pricing-plan .plan-name[class*='bg-'] {
	margin-top: -40px;
	padding-top: 30px;
}

.pricing-plan .plan-name h3 {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
	color:#fff;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 57px 25px 10px;
	}

	.pricing-plan [class*='bg-'] {
		margin-left: -26px;
		margin-right: -26px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}

	.pricing-plan.plan-featured [class*='bg-'] {
		margin-left: -60px;
		margin-right: -60px;
	}
}

.pricing-plan .plan-features {
	margin: 28px 0 0;
}

.pricing-plan .plan-button {
    position: relative;
    top: 50px;
    left: 0px;
}

.pricing-plan.plan-featured {
	border: 5px solid #2165a9;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.pricing-plan.plan-featured .plan-button {
	top: 48px;
}

.pricing-plan.rounded .plan-name {
	border-radius: 5px 5px 0 0;
}

.plan-desc {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
	    text-align: center;
    display: block;
}

@media (max-width: 767px) {
	.plan-desc {
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
}

@media (max-width: 991px) {
	.plan-desc {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.plan-desc {
		margin: 40px -15px 0;
	}
}

.plan-desc h4 {
	font-weight: 200;
	letter-spacing: 5px;
	line-height: 1.3;
	margin: 0;
}

.plan-desc .price-icon {
	-webkit-transform: translateX(7%);
	-ms-transform: translateX(7%);
	transform: translateX(7%);
}

.plan-desc p {
	line-height: 0;
}

.plan-desc .plan-content {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.plan-desc .plan-content {
		margin-top: 25px;
	}
}

.ls .pricing-plan {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
	    background:rgba(255,255,255,0.8);
}

@media (min-width: 991px) {
	.pricing-plan.pricing-plan:hover,
	.is_activePack{
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}



.bg-maincolor {
    background: #5B91C2;
    
}

.bg-maincolor2 {
    background: #59789C;
}

.bg-maincolor3 {
    background: #7D599C;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}





.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3 {
	color: #fff;
}

.btn-maincolor:hover span,
.btn-maincolor2:hover span,
.btn-maincolor3:hover span {
	background: #fff;
	color: #4c4c4c;
}

.btn-white,
.btn-white2,
.btn-white3 {
	background-color: #fff;
	border: 1px solid rgba(76, 76, 76, 0.1);
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
	color: #5ca038;
}

.btn-white:hover,
.btn-white2:hover,
.btn-white3:hover {
	color: #5b83cd;
}

.btn-white2 {
	color: #3197d4;
}

.btn-white2:hover {
	color: #2165a9;
}

.btn-white3 {
	color: #32b9c2;
}

.btn-white3:hover {
	color: #208291;
}

.btn-white:focus {
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
}


.sp-portfolio-filter .btn:not(:disabled):not(.disabled).active,
.sp-portfolio-filter .btn span:hover,
.sp-portfolio-filter .btn:hover{
    background-image: none!important;
    background: #34AD84;
}
.sp-portfolio-filter .btn.active span,
.sp-portfolio-filter .btn span:hover{
    color:#fff;
}
.sp-portfolio-filter  .btn-maincolor span,
.sp-portfolio-filter .btn.active:hover span{
    color:#000;
}


.sp-portfolio-filter .btn-maincolor
{
    background-image: none;
    background: #fff;
    border: 2px solid #34AD84!important;
}

.btn-maincolor2,
.btn-maincolor2:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #34AD84 0%, #34AD84 100%);
	background-image: linear-gradient(to right, #34AD84 0%, #34AD84 100%);
}

.btn-maincolor3,
.btn-maincolor3:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #34AD84 0%, #34AD84 100%);
	background-image: linear-gradient(to right, #34AD84 0%, #34AD84 100%);
}

.btn-outline-maincolor:hover span,
.btn-outline-maincolor2:hover span,
.btn-outline-maincolor3:hover span {
	background: transparent;
	color: #fff;
}

.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span {
	background-color: #fff;
}

.btn-outline-maincolor,
.btn-outline-maincolor:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #5b83cd 0%, #5ca038 100%);
	background-image: linear-gradient(to right, #5b83cd 0%, #5ca038 100%);
	color: #5ca038;
}

.btn-outline-maincolor2,
.btn-outline-maincolor2:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
	background-image: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
	color: #3197d4;
}

.btn-outline-maincolor3,
.btn-outline-maincolor3:not(:disabled):not(.disabled):active {
	background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
	background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
	color: #32b9c2;
}


.btn span {
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    width: 100%;
}




.btn {
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    padding: 2px;
    width: 180px;
}


.list-bordered {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.list-bordered li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	padding-top: 14px;
	font-size:14px;
}

.list-bordered li + li {
	border-top: none;
}

.list-bordered.no-top-border > li:first-child {
	border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
	border-bottom: none;
}

.ds .list-bordered li {
	border-color: #454545;
}

.packageBox {
	margin:0px 0px 0px 0px;
    padding: 80px 0;
    background:url(../img/chess-tips.jpg) no-repeat right bottom;
}


.big {
    font-size: 20px;
    line-height: 1.5em;
    margin: 7px 0 23px;
}







/*--  start services  --*/
.services_bg .title{
    text-align:center;
    color: #ffffff;
}
.services_bg{
    padding: 66px 0 95px;
    /*height: 677px;*/
    background: url(../img/bg3_service.jpg) center/cover no-repeat;
}
.web_design{
    min-height: 229px;
    background: url(../img/service1.png) right no-repeat;
}
.services_text{
    color: #ffffff;
    max-width: 522px;
    text-align: justify;
    padding-top: 25px;
    font-family: Roboto-Regular,sans-serif;
    font-size: 17px;
}
.services_text h3{
    color: #ffbc66;
    text-transform: uppercase;
    font-family: Roboto-Regular,sans-serif;
    font-size: 27px;
    margin-bottom: 9px;
}
.graphic_design h3,
.web_design h3{
    position: relative;
    padding-left: 39px;
}
.graphic_design h3{
    padding-left: 69px;
}
.graphic_design h3:before,
.web_application_development h3:before,
.web_design h3:before{
    content: '';
    position: absolute;
    bottom:-6px;
    opacity: 0.2;
    height: 95px;
}
.web_design h3:before{
    width: 33px;
    background: url(../img/service4.png) left no-repeat;
    left: 0;
}
.web_application_development h3{
    position: relative;
    text-align: right;
    padding-right: 60px;
}
.web_application_development h3:before{
    width: 61px;
    background: url(../img/service5.png) right no-repeat;
    right: 0;
}

.graphic_design h3:before{
    width: 59px;
    left: 0;
    background: url(../img/service6.png) right no-repeat;
}
.web_application_development{
    margin: 100px 0;
    text-align: right;
    min-height: 229px;
    background: url(../img/service2.png) right no-repeat;
}
.web_application_development .services_text {
    display: inline-block;
}
.web_application_development .services_text p{
    text-align-last: right;
}
.graphic_design{
    min-height: 229px;
    background: url(../img/service3.png) right no-repeat;
}
.graphic_design .services_text{
    padding-top: 39px;
}
/*--  end services  --*/


.web_design,
.web_application_development,
.graphic_design{
	    width: 100%;
    display: inline-block;
}










/*--  start who_we_are  --*/
.who_we_are_bg{
    height: 760px;
    background: url(../img/bg2_about.jpg) 720px 3px/ 70% no-repeat;
    background-color: #FDFDFD;
}
.who_we_are{
    padding: 80px 0 90px;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        width: 1200px;
    margin: 0 auto;
}
.who_we_are_text{
    /*padding-top: 78px;*/
    max-width: 670px;
    text-align: left;
}



.additional_text p,
.who_we_are_text p{
    text-align: left;
font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
.additional_text p a,
.who_we_are_text p a{
    font-family:Roboto-BoldItalic,sans-serif;
    color:#5CA038;
}
.who_we_are_text p.last{
    text-indent: 0;
    float: right;
    margin: 30px -105px 0 0;
    max-width: 367px;
    color:#5CA038;
    font-family:Roboto-BoldItalic,sans-serif;
    /*font-size: 14px;*/
}
.who_we_are_button{
    top:22px;
    right:0;
    position: absolute;
    /*height: 33px;*/
    padding: 4px 22px 5px;
    border-radius: 22px;
    background: linear-gradient(to right, #09c8c3 , #009ecd); /* Standard syntax (must be last) */
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
}
/*--  end who_we_are  --*/





/*--  start testimonia  --*/
.testimonials_bg{
    max-width: 1430px;
    margin: 0 auto;
    background: url(../img/testimon_bg.png)  top/cover no-repeat;
    min-height: 900px;
}
.testimonials{
    padding-top: 100px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.testimonials .title{
    width: 100%;
    text-align: right;
    padding-right: 16%;
}
.testimonials .title h3{
    /*margin-right: 69px;*/
}
.testimonials .title.last{
    width: auto;
    position: absolute;
    top: 50%;
    right: 5%;
    margin: 0;
    padding: 0;
}
.testimonials .title.last h3{
  margin-bottom: 14px;
}
.testimonials .title.last:before{
    content: '';
    position: absolute;
    bottom: 80px;
    left:-28px;
    width: 101px;
    height: 201px;
    background: url(../img/testimon-arrow.png)   no-repeat;
    
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    
    
}
.testimonials .text{
max-width: 443px;
    padding: 10px;
    text-align: justify;
    margin-left: 117px;
    margin-top: 90px;
}
.testimonials .text p{
    font-family: Roboto-Light,sans-serif;
}
.testimonials .text p:last-of-type{
    margin-top: 16px;
    font-family: Roboto-BoldItalic,sans-serif;
    padding-left: 30px;
    color: #bab9b9;
    font-size: 19px;
}
.testimonials .text p:last-of-type span{
    display: block;
    color: #16cdd9;
}
/*--  end testimonia  --*/





/*--  start blog  --*/

.page_101 .blog{
	    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}


.page_101  .blog>div{
    width: 33.3%;
}
.page_101 .blog_each .img{
    height: 390px;
}
.page_101 .blog_each img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	max-height:370px;
}
.page_101 .blog_desc{
    padding: 0px  80px  90px 37px;
}
.page_101 .blog_each p{
    font-family: Roboto-Light,sans-serif;
    text-align: justify;
}
.page_101 .blog_each a,
.page_101 .blog_each h5{
    font-size: 18px;
    color:#5CA038;
    font-family: Roboto-BoldItalic,sans-serif;
}
.why_armenia a:hover,
.blog_each a:hover{
    color:#32e8bf;
}
.page_101 .blog_each h5{
    margin: 0 0 9px 29px;
}
/*--  end blog  --*/



.footer1_block,
.footer3_block,
.footer2_block{
    max-width: 1200px;
    margin: 0 auto;
    text-align:center;
}




.inner_bl
{
    width: 100%;
	margin-bottom: 150px;
}



.inner_b2,
.inner_b3{
 width: 33%;
    float: left;
}

.footer1_block .footer_inner{
    margin: 0px 0px 50px 0px;
}



.footer_inner{
    width: 100%;
    display: inline-block;
    margin: 0px 0px 50px 0px;
}

#fixed{
        position: absolute;
    width: 270px;
}

#fixed2{
        position: absolute;
    width: 340px;
}


.blockTitle span{
    font-weight:bold;
}

.inner_b2 .footer_title h3,
.inner_b3  .footer_title h3{
    left: -5px!important;
    color: #34AD84;
}


.footer_title h3{
margin-bottom:20px;
font-weight:bold;
}
.first_logo{
    width: 1200px;
    margin: 0 auto;
}

.first_logo ul{
    width: 100%;
    border-radius: 100px;
    display: inline-block;
    height:88px;
}

.first_logo ul li{
padding-top: 5px;
float:left;
position:relative;
width: 20%;
}



.first_logo ul li:nth-of-type(1):after{
    content: "";
    background: #ebebeb;
    width: 2px;
    height: 100px;
    position: absolute;
    right: -7px;
    top: 40px;
}

.first_logo ul li:nth-of-type(2):after{
    content: "";
    background: #ebebeb;
    width: 2px;
    height: 100px;
    position: absolute;
    right: -7px;
    top: 40px;
}


.first_logo ul li:nth-of-type(3):after{
    content: "";
    background: #ebebeb;
    width: 2px;
    height: 100px;
    position: absolute;
    right: -7px;
    top: 40px;
}



.first_logo ul li:nth-of-type(4):after{
    content: "";
    background: #ebebeb;
    width: 2px;
    height: 100px;
    position: absolute;
    right: -7px;
    top: 40px;
}

.first_logo img{
    height:150px;
    width:auto;
}


.footer_title{
	padding-bottom: 10px;
}


.section-heading {
  text-align: center;
    margin-bottom: 3.2rem;
    padding-top: 50px;
}

.section-heading h2 {
  margin-bottom: 1.3rem;
}

.section-heading h2 {
    margin-bottom: 1.3rem;
	font-size: 3.8rem;
    line-height: 4.8rem;
    color: #231f20;
    font-weight: 400;
}

.section-heading p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #777777;
    font-weight: 400;
}



.p-contact.main {
  padding-bottom: 0;
}

.contact-us .contact-info div[class^="col-"] {
  margin-bottom: 30px;
}

.contact-us .contact-info .content {
  height: 100%;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 4rem 0.5rem;
}

.contact-us .contact-info .content .icon-container {
  width: 9rem;
  height: 9rem;
  background: #f9fafb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 2.5rem;
  line-height: 9rem;
}

.contact-us .contact-info .content .icon-container i {
  font-size: 4rem;
  line-height: 9rem;
  display: block;
	    color: #5CA038;
}

.contact-us .contact-info .content h3 {
  margin-bottom: .6rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
      font-size: 17px;
    color: #34AD84;
    font-weight: normal;
}

.form-control:focus{
    border-color: #34AD84;
    box-shadow:none!important;
}

.contact-page-form .footer_title{
        text-align: center;
    margin: 20px 0;
}
.location-map {
  padding-bottom: 0;
}

.location-map .map-tab-wrapper {
  padding-top: 5rem;
}

.location-map .map-tab-wrapper .tab-container.type-1 {
  position: relative;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs {
  max-width: 620px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link {
  padding: 2rem 1.5rem 1.2rem;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link i::before {
  color: #888888;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link span {
  font-weight: 400;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link:hover i::before {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link:hover span {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link.active i::before {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .nav-tabs .nav-item .nav-link.active span {
  color: #5c81fa;
}

.location-map .map-tab-wrapper .tab-container.type-1 .tab-content {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}



.grad-icon::before {
    background: -webkit-linear-gradient(to right, #5c81fa, #39a8fe);
    background: -webkit-gradient(linear, left top, right top, from(#5c81fa), to(#39a8fe));
    background: -webkit-linear-gradient(left, #5c81fa, #39a8fe);
    background: -o-linear-gradient(left, #5c81fa, #39a8fe);
    background: linear-gradient(to right, #5c81fa, #39a8fe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}


.icon-Phone:before {
    content: "\ea1d";
}


.contact-info .gradient_text{
	font-size:16px;
}


.contact-info p{
        font-size: 14px;
}


.primary-btn {
    font-size: 1.7rem;
    line-height: 4rem;
    color: #ffffff;
    font-weight: 400;
    background: #34AD84;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 0 3rem;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 1;
    white-space: nowrap;
	    outline: none;
    cursor: pointer;
}

.contact-form  button.primary-btn{
	float:right;
}





.post {
	position: relative;
}

.post > .fa {
	color: #fff;
	position: absolute;
	right: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.post > .fa:before {
	position: relative;
	z-index: 3;
}

.post > .fa:after {
	border-color: transparent transparent #5b83cd transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}

.post + .post {
	margin-top: 60px;
}

.post h3.entry-title + .entry-meta {
	margin-top: -0.65em;
}

.post.cover-image {
	height: auto;
	padding: 35px 30px 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.post.cover-image {
		padding: 80px 93px 77px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 40px;
}

.post-thumbnail {
	text-align: center;
}

.post-thumbnail .owl-dots {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0;
}

.post-thumbnail + .entry-content {
	margin-top: 1.5em;
}

.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

.entry-footer,
.entry-meta {
	clear: both;
	line-height: 1;
}

.entry-footer a,
.entry-meta a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.entry-footer {
	margin-bottom: -3px;
	margin-top: 46px;
}

@media (max-width: 767px) {
	.entry-footer {
		margin: 15px 0 0;
	}
}

.entry-footer .fa {
	margin-right: 6px;
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
	clear: both;
	content: "";
	display: block;
}

.post-title {
	margin-top: 8px;
}

.post-tags {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.post-data {
	border-radius: 5px;
	font-weight: 500;
	height: 80px;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
}


.post-data h6 {
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	margin-top: 15px;
}

.post-data h6 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
}

.header-content {
	margin-left: 20px;
	margin-top: 3px;
}

@media (max-width: 767px) {
	.header-content {
		line-height: 1;
		margin-left: 0;
		margin-top: 0;
	}
}

.post .post-tags a,
.post .post-tags i {
	margin-right: 5px;
}

.post-color1 .post-tags a,
.post-color1 .post-tags i {
	color: #5B91C2;
}

.post-color1 .post-tags a:hover {
	color: #5B91C2;
}

.post-color2 .post-tags a,
.post-color2 .post-tags i {
	color: #5B91C2;
	margin-right: 5px;
}

.post-color2 .post-tags a:hover {
	color: #5B91C2;
}

.post-color2 .entry-title a:hover {
	color: #5B91C2;
}

.post-color2 .entry-meta a:hover {
	color: #5B91C2;
}

.post-color3 .post-tags a,
.post-color3 .post-tags i {
	color: #5B91C2;
	margin-right: 5px;
}

.post-color3 .post-tags a:hover {
	color: #5B91C2;
}

.post-color3 .entry-title a:hover {
	color: #5B91C2;
}

.post-color3 .entry-meta a:hover {
	color: #5B91C2;
}

.widget-theme-wrapper .cs {
	border-radius: 511px;
}

.item-content.bg-maincolor {
	opacity: 0.85;
}

.post .entry-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.post .entry-header {
		display: block;
		margin-bottom: 15px;
	}
}



@media (max-width: 767px) {
	.post-footer {
	
	}
}

.entry-footer .edit-link,
.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
	content: "\f040";
	font-family: "FontAwesome";
	padding-right: 0.4em;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}

.post-adds {
	-webkit-align-items: center;
	align-items: center;
	background-color: #f5f5f5;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	line-height: 1;
	margin-bottom: 30px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	border: none;
	padding: 0;
}

.post-adds .share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.post-adds .share_button {
	background-color: #5b83cd;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .like_button {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	color: #5b83cd;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .votes_count {
	padding: 0 21px;
}

.post-adds .views-count {
	background-color: #5b83cd;
	color: #fff;
	margin-left: auto;
	padding: 22px 30px;
}

@media (max-width: 576px) {
	.post-adds {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .views-count {
		padding: 10px 15px;
		width: 100%;
	}
}

/*gallery post*/
.post .gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery .gallery-item {
	padding: 0 7px;
	width: 50%;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 0 5px;
}

@media (min-width: 992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

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

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

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

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

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

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

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

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

/*post author*/
.author-bio {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.author-bio {
		margin-top: 60px;
	}
}

.author-bio a.fa {
	margin-bottom: 0;
}

.author-bio .item-media {
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin: auto;
	width: 270px;
	    overflow: hidden;
}

@media (max-width: 991px) {
	.author-bio .item-media {
		width: 100%;
	}
}

.author-bio h5 {
	margin: 10px;
}

.author-bio p {
	margin: 0;
}

.author-bio .bio-desk {
	margin: 13px 0;
}

.author-bio .item-content {
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.author-bio .item-content {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.author-bio .content-padding .item-content {
		padding: 30px 5px;
	}
}

/*comments*/
.comments-title {
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.comments-title {
		margin-bottom: 21px;
	}
}

.comments-area {
	margin-top: 75px;
	padding: 50px 60px 60px;
}

@media (max-width: 767px) {
	.comments-area {
		margin-top: 60px;
		padding: 30px;
	}
}

.comments-area .comment-list {
	border-bottom: 1px solid #ebeaeb;
	border-top: 1px solid #ebeaeb;
	list-style: none;
	padding: 0;
}

.comments-area .comment-list ol.children {
	border-bottom: 1px solid #ebeaeb;
	border-top: 1px solid #ebeaeb;
	list-style: none;
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 80px;
	}
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comments-area .comment-list ol.children .comment-meta img {
	left: -45px;
	max-width: 60px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-meta img {
		left: -30px;
	}
}

.comments-area .comment-list ol.children .comment-body {
	margin-bottom: 3px;
	margin-left: 47px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-body {
		margin-left: 10px;
	}
}

.comment-body {
	margin-bottom: 3px;
	margin-left: 70px;
	margin-top: 40px;
	padding: 10px 0 20px 40px;
	position: relative;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

.comment-meta {
	margin-bottom: -3px;
}

.comment-meta img {
	border: 5px solid #fff;
	border-radius: 50%;
	left: -70px;
	max-width: 80px;
	position: absolute;
	top: -1px;
}

.comment-meta .comment-author {
	font-size: 16px;
}

@media (max-width: 575px) {
	.comment-meta .comment-author {
		font-size: 12px;
	}
}

.comment-meta .comment-metadata a {
	color: #5ca038;
}

.comment-meta .comment-metadata a:hover {
	color: #5b83cd;
}

.comment-meta .comment-metadata a:before {
	color: #4c4c4c;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 5px;
	padding: 0 7px;
	position: relative;
	top: -4px;
}

@media (max-width: 575px) {
	.comment-meta .comment-metadata a:before {
		display: none;
	}
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-bottom: 0;
		margin-left: 20px;
		margin-top: 37px;
	}

	.comment-meta img {
		left: -34px;
		max-width: 65px;
	}
}

.reply a i:hover {
	color: #5ca038;
}

.reply a {
	font-size: 14px;
}

@media (max-width: 575px) {
	.reply a {
		font-size: 12px;
	}
}

.comment-content p {
	margin-bottom: 0.5em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: 46px;
}

@media (max-width: 767px) {
	.comments-area > .comment-respond {
		margin-top: 20px;
	}
}

.comment-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 19px;
}

@media (max-width: 767px) {
	.comment-form {
		display: block;
	}
}

.comment-form p {
	margin-bottom: 10px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 20px;
	width: auto;
}

@media (max-width: 767px) {
	.comment-form p.form-submit {
		margin-top: 0;
	}
}

.comment-form label {
	display: none;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media (min-width: 768px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		width: 50%;
	}

	.comment-form .comment-form-author {
		padding-right: 20px;
	}
}

.comment-form .form-group {
	margin-bottom: 20px;
}

.comment-form .form-control {
	border-radius: 5px;
}

.comment-form textarea {
	max-height: 120px;
}

/* post formats */
.format-status {
	border-radius: 5px;
}

.format-status .entry-title {
	margin-bottom: 26px;
}

.format-status .cat-links {
	margin-bottom: 5px;
}

.format-status.post .entry-title + .entry-meta {
	margin: 0 0 25px;
}

.format-status .entry-date {
	margin-top: -7px;
}

.format-status .entry-header {
	display: block;
	margin-bottom: 0;
}

.format-status.s-overlay.ds:before {
	border-radius: 5px;
}

.format-status .entry-content {
	color: #fff;
	margin-bottom: 30px;
}

.format-status .entry-meta a {
	color: #fff !important;
	letter-spacing: 0;
}

.format-status .entry-meta a:hover {
	opacity: 0.5;
}

.format-status .entry-meta a i {
	margin-right: 5px;
}

.format-status .post-tags {
	margin-left: 35px;
}

.format-chat .entry-content p {
	margin-bottom: 0.5em;
}

.format-chat .entry-content p:nth-child(2n) {
	padding: 0.4em 0;
}

.format-chat .entry-content p:nth-child(2n) b {
	color: #8073b2;
}

.format-chat b {
	color: #4c4c4c;
	font-weight: 600;
}

.format-quote {
	border-radius: 5px;
	text-align: center;
}

.format-quote.cover-image {
	padding: 80px 30px 77px;
}

@media (max-width: 767px) {
	.format-quote.cover-image {
		padding: 40px 30px;
	}
}

.format-quote .avatar {
	border-width: 6px;
	max-width: 120px;
	width: 120px;
}

.format-quote.cover-image .entry-header > i {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.format-quote blockquote {
	border: none;
	font-style: italic;
	margin-bottom: 26px;
	padding-bottom: 0;
	padding-left: 0;
}

.format-quote blockquote cite {
	display: block;
	font-size: 16px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1.5;
	margin: 24px 0;
	text-transform: uppercase;
}

.format-quote.s-overlay.ds:before {
	border-radius: 5px;
}

.format-quote .entry-header {
	display: block;
}

.format-quote .entry-meta a {
	letter-spacing: 0;
}

.format-quote .entry-meta i {
	margin-right: 5px;
}

.format-quote .post-tags {
	margin-left: 25px;
}

.share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.share_buttons a {
	display: block;
	width: 100%;
}

.share_buttons a:before {
	height: 60px;
	line-height: 60px;
}

.share_buttons a.fa {
	margin: 0 1px 0 0;
}

.share_buttons a.fa:last-child {
	border-radius: 0 0 5px 0;
	margin: 0;
}

.share_buttons a.fa:first-child {
	border-radius: 0 0 0 5px;
}

.related-posts {
	margin-top: 44px;
}

@media (max-width: 767px) {
	.related-posts {
		margin-top: 10px;
	}
}

.related-posts .entry-meta a {
	color: #5ca038;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: inherit;
}

.related-posts .entry-meta a:hover {
	color: #5b83cd;
}

.related-posts .vertical-item .item-media + .item-content {
	padding: 0;
}

.related-posts .entry-header {
	display: block;
	margin-bottom: 0;
}

.related-posts h3.entry-title {
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.related-posts h3.entry-title {
		margin-bottom: 20px;
	}
}

.entry-header p {
	color: #4c4c4c;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-top: 9px;
}

.byline span {
	margin: 0 15px;
}

@media (max-width: 767px) {
	.byline span {
		line-height: 20px;
		margin: 0 5px;
	}
}

.byline span:last-child {
	margin-right: 0;
}

.byline span:first-child {
	margin-left: 0;
}

.post-gallery img {
	border-radius: 5px;
	height: 190px;
	width: 210px;
}

@media (max-width: 767px) {
	.post-gallery img {
		height: 100%;
		margin-bottom: 10px;
		width: 100%;
	}
}

.single-post .excerpt {
	margin-bottom: 20px;
}

.single-post ul.list1 {
	margin-bottom: 0;
	margin-top: 17px;
}

.single-post ul.list1 li {
	padding: 3px 0;
}

.single-post ul.list1 li:before {
	padding-right: 13px;
}

.post-gallery {
	margin: 43px 0 29px;
}

@media (max-width: 767px) {
	.post-gallery {
		margin: 27px 0 10px;
	}
}

.tags-links span {
	margin-right: 17px;
}

.tags-links a {
	color: #5ca038;
	letter-spacing: 0;
}

.tags-links a:hover {
	color: #4c4c4c;
}

.comment-reply-title {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.comment-reply-title {
		margin-top: 31px;
	}
}

.entry-meta.post-meta a {
	letter-spacing: 0;
}

.entry-meta.post-meta i {
	margin-right: 7px;
}

.entry-meta.post-meta span:first-child {
	margin-right: 30px;
}

.author-avatar img {
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50% !important;
	bottom: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	max-width: 100px;
	position: absolute;
	right: 60px;
	top: -50px;
	z-index: 3;
}

@media (max-width: 767px) {
	.author-avatar {
		display: none;
	}
}

.post .item-media .owl-theme .owl-dots {
	bottom: auto !important;
	left: auto !important;
	right: 20px !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}

.post .item-media .owl-theme .owl-dots .owl-dot:after {
	color: #fff;
}

.format-link .author-avatar,
.format-aside .author-avatar {
	margin-left: auto;
}

.format-link .author-avatar img,
.format-aside .author-avatar img {
	position: static;
}

.format-link .entry-header,
.format-aside .entry-header {
	margin-bottom: 10px;
}

.avatar {
	border: 5px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: block;
	margin: 0 auto 25px;
	max-width: 100px;
}

.widget-title.categories-tilte {
	margin-bottom: 15px;
}

.widget.widget_text .widget-title {
	margin-bottom: 26px;
}

.widget.widget_text a.btn {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.post-like {
		display: block;
		float: left;
		margin-top: 5px;
	}
}

.post .item-media {
	overflow: visible;
	position:relative;
}

.blog-grid .format-quote.cover-image {
	padding: 30px;
}

.blog-grid .post .item-media .owl-theme .owl-dots {
	top: 25%;
}

.blog-grid .post .entry-header {
	margin-bottom: 10px;
}

.blog-grid .navigation.pagination {
	margin-top: 30px;
}

.gallery.post .item-media {
	overflow: hidden;
}

@media (max-width: 767px) {
	.post .entry-meta {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.post.single-post .entry-meta {
		margin-top: 0;
	}
}

.post .item-content {
	position: relative;
}

@media (min-width: 1400px) {
	.reply {
		margin-right: 3px;
	}
}

@media (max-width: 1200px) {
	.format-aside .post-data {
		width: 120px;
	}
}




.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

.content-absolute .media-links div a {
	-webkit-transition: all 0.35s ease 0.1s;
	transition: all 0.35s ease 0.1s;
}

.content-absolute .media-links div a:hover {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.media-links:before {
	background-color: rgba(91, 131, 205, 0.6);
	border-radius: 5px 5px 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

[class*="-item"]:hover .media-links:before {
	opacity: 0.6;
}

.media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}



.item-media img {
    width: 100%;
}


.rounded-image-top img {
    border-radius: 5px 5px 0 0;
}


.hero-bg {
    background-color: #f7f6fb;
}

.vertical-item.content-padding .item-content {
    padding: 60px 30px;
}



.widget > h4, .widget .widget-title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5em;
	    color: #4c4c4c;
}


.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
	border-radius: 5px;
	max-width: 370px;
	width: 100%;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	background-color: transparent;
	border: none;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	height: 60px;
	padding: 0;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	    background-color: #5ca038;
    border-color: #5ca038;
}

.widget_search button:active,
.widget_mailchimp button:active,
.widget_product_search form input[type="submit"]:active {
	top: 0 !important;
}

.widget_search button {
	background-color: #5ca038;
	border-radius: 0 5px 5px 0px;
}

.widget_search button:before {
	color: #fff !important;
	font-size: 20px !important;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	background-color: #5ca038;
	border-radius: 0 5px 5px 0px;
	color: #fff;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 20px;
}

.widget_mailchimp form button:before {
	background-color: transparent;
	color: #5b83cd;
	content: "\f040";
	font-size: 14px;
}

.widget_product_search form:before {
	line-height: 60px;
}

.widget_product_search input[type="submit"] {
	color: transparent;
	font-size: 0;
}


.blog input[type="text"],
.blog input[type="search"],
.aboutContent input[type="text"],
.aboutContent input[type="search"]
{
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
    color: #7f7f7f;
    font-size: 12px;
    height: 60px;
    letter-spacing: 0.1em;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    width: 100%;
	outline:none;
}

.widget_search input, .widget_product_search input, .widget_mailchimp input {
    border-radius: 5px;
    max-width: 370px;
    width: 100%;
}


.widget_search .search label{
	display:none;
}


.widget_recent_posts{
width:100%;
display:inline-block;
	margin-top:50px;
}

.widget_recent_posts .newsflash-image{
margin: 0;
    width: 130px;
        float: left;
}

.widget_recent_posts .newsflash-image img{
    width: 100%;
    border-radius: 5px;
    max-width: 100px;
}

.newsFl_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.newsflash-title {
    margin: 0;
    float: left;
    font-size:14px;
    width:205px;
        margin-top: 5px;
}


.rightSearchBlock{
padding-top: 30px;
}

.widget_recent_posts > h2{
font-size:23px;
}

.widget_search form.form-inline{
	position: relative;
}





blockquote {
	font-style: italic;
	margin: 30px 0 23px;
	position: relative;
    padding-left: 80px;
}

blockquote p {
	margin: 15px 0;
}



blockquote h3,
blockquote h4,
blockquote .small-text {
	font-style: normal;
}

blockquote:after {
content: "";
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
        background: #34AD84;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

blockquote:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/quote-icon.png) no-repeat 0px 0px;
    display: block;
    position: absolute;
    top: 22px;
    left: 19px;
    z-index: 9;
}

blockquote h6 {
	font-weight: 300;
	margin-top: 21px;
}

.aboutContent .pageInner{
	padding: 100px 0;
}




/*social icons brand colors*/
a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
	color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
	color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
	color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
	color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
	color: #630;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
	color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
	color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
	color: #f60;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
	color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
	color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
	color: #3f729b;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
	color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
	color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
	color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
	color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
	color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
	color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
	color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
	color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
	color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
	color: #333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
	color: #f60;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
	color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
	color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
	color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
	color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
	color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
	color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
	color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
	color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
	color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
	color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
	color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
	color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
	color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
	color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
	color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
	color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
	color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
	color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
	color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
	color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
	color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
	color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
	color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
	color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
	color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
	color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
	color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
	color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
	color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
	color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
	color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
	color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
	color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
	color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
	color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
	color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
	color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
	color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
	color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
	color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
	color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
	color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
	color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
	color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
	color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
	color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
	color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
	color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
	color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
	color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
	color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
	color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
	color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
	color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
	color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
	color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
	color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
	color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
	color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
	color: #ffa811;
}


a.fa.color-icon:hover {
    color: #4c4c4c;
}


a.fa {
    font-size: 20px;
    line-height: 0;
    margin-left: 11px;
    margin-right: 11px;
    text-align: center;
}


.share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.share_buttons a {
	display: block;
	width: 100%;
}

.share_buttons a:before {
	height: 60px;
	line-height: 60px;
}

.share_buttons a.fa {
	margin: 0 1px 0 0;
}

.share_buttons a.fa:last-child {
	border-radius: 0 0 5px 0;
	margin: 0;
}

.share_buttons a.fa:first-child {
	border-radius: 0 0 0 5px;
}



.post-adds .share_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}


.share_buttons a:before {
    height: 60px;
    line-height: 60px;
    color: #fff;
}




a.fa .tooltip,
a.fa .tooltip,
a.fa.border-icon {
	margin-left: 3px;
	margin-right: 3px;
}


.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
	background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
	background-color: #f90;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
	background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
	background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
	background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
	background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
	background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
	background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
	background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
	background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
	background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
	background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
	background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
	background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
	background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
	background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
	background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
	background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
	background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
	background-color: #39f;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
	background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
	background-color: #ea4c8d;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
	background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
	background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
	background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
	background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
	background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
	background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
	background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
	background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
	background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
	background-color: #630;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
	background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
	background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
	background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
	background-color: #e4405f;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
	background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
	background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
	background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
	background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
	background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
	background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
	background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
	background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
	background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
	background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
	background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
	background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
	background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
	background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
	background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
	background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
	background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
	background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
	background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
	background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
	background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
	background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
	background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
	background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
	background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
	background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
	background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
	background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
	background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
	background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
	background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
	background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
	background-color: #ffa811;
}



a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #5b83cd;
	color: #fff;
}



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

.pageInner ul li {
  padding-left: 1em; 
  text-indent: -.7em;
}



.widget_tag_cloud a {
    border: 1px solid rgba(76, 76, 76, 0.1);
    border-radius: 1px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
    color: #5ca038;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 500;
    margin: 0 0 10px 5px;
    padding: 9px 34px;
    text-align: center;
    text-transform: uppercase;
}

.widget_tag_cloud a:hover {
    background-color: #5ca038;
    border-color: #5ca038;
    color: #fff;
}






.edgtf-grid-col-12 {
    float: left;
    width: 100%;
}

.edgtf-grid-col-1, .edgtf-grid-col-10, .edgtf-grid-col-11, .edgtf-grid-col-12, .edgtf-grid-col-2, .edgtf-grid-col-3, .edgtf-grid-col-4, .edgtf-grid-col-5, .edgtf-grid-col-7, .edgtf-grid-col-8, .edgtf-grid-col-9 {
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
}




.vc_custom_1509966732506 {
       padding-left: 60px !important;
}



.edgtf-portfolio-list-holder, .edgtf-portfolio-list-holder article, .edgtf-portfolio-list-holder article .edgtf-pl-item-inner, .edgtf-portfolio-list-holder article .edgtf-pli-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}


.edgtf-normal-space .edgtf-outer-space {
    margin: 0 -15px;
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns .edgtf-pl-grid-sizer, .edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article {
    width: 100%;
}


.edgtf-portfolio-list-holder, .edgtf-portfolio-list-holder article, .edgtf-portfolio-list-holder article .edgtf-pl-item-inner, .edgtf-portfolio-list-holder article .edgtf-pli-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}


.edgtf-portfolio-list-holder article .edgtf-pli-image img {
    display: block;
    width: 100%;
}


.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-image:after {
    content:"";
    	    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.7483368347338936) 0%, rgba(0,0,0,0) 15%);
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
        width: 100%;
    height: 100%;
}

.edgtf-pli-text-holder{
        text-align: center;
    position: absolute!important;
}

.edgtf-pl-item-inner{
    position: relative;
}

.edgtf-pli-category-holder{
    display:none;
}

.edgtf-pli-text{
    padding: 15px 20px;
}

.edgtf-pli-text h4{
        color: #fff;
    font-size: 13px;
}

.wpb_wrapper h2{
           font-size: 20px;
    word-break: break-word;
}

.edgtf-pli-text-holder{
        position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article:hover .edgtf-pli-image:after {
    opacity: 1;
}


.edgtf-portfolio-list-holder.edgtf-pl-standard-shader .edgtf-pli-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 35px 0 0;
}

.edgtf-portfolio-list-holder article .edgtf-pli-text-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}


.edgtf-portfolio-list-holder article .edgtf-pli-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-title {
    margin: 0;
}



.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder {
    position: relative;
    display: block;
    margin: 6px 0 0;
}


.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 0;
    font-size: 15px;
    letter-spacing: .05em;
    z-index: 8;

}

.edgtf-full-width-inner{
    width: 100%;
    display: inline-block;
}


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



.sp-portfolio-filter{
	    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 10px;
    padding-top: 10px;
}


.edgtf-block-drag-link{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}





.edgtf-container,
.edgtf-full-width {
    z-index: 100;
    position: relative
}

.edgtf-container {
    background-color: #fff;
    padding: 0;
    width: 100%
}

.edgtf-container:after {
    clear: both
}

.edgtf-rev-has-paspartu,
.edgtf-vertical-align-containers .edgtf-position-center-inner,
.edgtf-vertical-align-containers .edgtf-position-left-inner,
.edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: inline-block;
    vertical-align: middle
}

.edgtf-container-inner {
    width: 1200px;
    margin: 0 auto
}

.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    padding-top: 40px
}


.edgtf-portfolio-single-holder {
    margin: 48px 0 50px;
}

.edgtf-grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

.edgtf-grid-col-8 {
    float: left;
    width: 66.66667%;
}

.edgtf-portfolio-single-holder, .edgtf-portfolio-single-holder .edgtf-ps-image-holder, .edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-content-item, .edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
    margin: 0 0 30px;
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image a, .edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image img {
    position: relative;
    display: block;
}

.edgtf-grid-col-8 {
    float: left;
    width: 66.66667%;
}

.edgtf-grid-col-4 {
    float: left;
    width: 33.33333%;
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}


.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    width: 100%;
}


.wpb_wrapper {
    position: relative;
}


.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-title {
    margin: 0 0 13px;
	font-size:15px;
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 2px;
}



.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-label {
    display: inline-block;
    width: 27%;
}



.wp-caption, img {
    max-width: 100%;
    height: auto;
}

.edgtf-grid-col-1, .edgtf-grid-col-10, .edgtf-grid-col-11, .edgtf-grid-col-12, .edgtf-grid-col-2, .edgtf-grid-col-3, .edgtf-grid-col-4, .edgtf-grid-col-5, .edgtf-grid-col-7, .edgtf-grid-col-8, .edgtf-grid-col-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}



.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-info-holder {
    padding-left: 40px;
}



.wpb_wrapper h2{
    color: #0d0d0d;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}

.headr_middle .animbutton:hover a,
.wpb_wrapper .animbutton:hover a{
    color:#fff;
} 


.edgtf-ps-info-tag:hover{
    color:green!important;
}
.vc_custom_1509612364866 {
    padding-top: 26px !important;
    padding-bottom: 38px !important;
}



.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-solid {
    color: #fff!important;
    background-color: #26ccca;
    border: 2px solid transparent;
}


.edgtf-btn:not(.edgtf-btn-minimal) .edgtf-btn-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}


.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx .edgtf-btn-cover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    pointer-events: none;
}



.edgtf-btn:not(.edgtf-btn-minimal) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .16em;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 20px 27px;
    cursor: pointer;
}



.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-plus-sign .edgtf-btn-text:before {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 70%;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 1px;
    vertical-align: middle;
}



.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx .edgtf-btn-text:not(.edgtf-btn-cover-text) {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.23,.71,.55,.99),opacity .15s;
    transition: transform .2s cubic-bezier(.23,.71,.55,.99),opacity .15s;
}


.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-plus-sign .edgtf-btn-text {
    padding-left: 25px;
}


.edgtf-btn:not(.edgtf-btn-minimal) .edgtf-btn-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}





.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx .edgtf-btn-cover .edgtf-btn-cover-text {
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -webkit-transition: all 0s .2s;
    -moz-transition: all 0s .2s;
    transition: all 0s .2s;
    margin-top: 2px;
    z-index: 20;
}


.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx:hover .edgtf-btn-text:not(.edgtf-btn-cover-text) {
    opacity: 0;
    -webkit-transform: translate3d(15px,0,0);
    -moz-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}

.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx:hover .edgtf-btn-cover-text {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.28,1.04,.49,.9) .2s,opacity .6s .15s;
    transition: transform .4s cubic-bezier(.28,1.04,.49,.9) .2s,opacity .6s .15s;
}




.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx .edgtf-btn-cover .edgtf-btn-cover-bgrnd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    border: 2px solid #0d0d0d;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.86,0,.07,1);
    -moz-transition: -moz-transform .35s cubic-bezier(.86,0,.07,1);
    transition: transform .35s cubic-bezier(.86,0,.07,1);
    will-change: transform;
}






.edgtf-btn:not(.edgtf-btn-minimal).edgtf-btn-with-cover-fx:hover .edgtf-btn-cover-bgrnd {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.86,0,.07,1);
    -moz-transition: -moz-transform .5s cubic-bezier(.86,0,.07,1);
    transition: transform .5s cubic-bezier(.86,0,.07,1);
}




.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-content-item, .edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-content-item, .edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-content-item {
    margin: 0 0 30px;
}




.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item .edgtf-ps-info-label {
    width: 33%;
    font-size: 15px;
    font-weight: bold;
}
.edgtf-ps-info-item a{
    font-size: 15px;
}


.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
  
}


.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a, .edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item p {
    display: inline-block;
    margin: 0;
	
}



.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-social-share {
    border-top: 2px solid #f5f5f5;
    margin-top: 29px;
    padding-top: 29px;
}


.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 2px;
}




.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-social-share .edgtf-ps-info-title {
    display: inline-block;
    margin: 0;
    padding-right: 15px;
}


.edgtf-social-share-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.edgtf-social-share-holder ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}


.edgtf-social-share-holder.edgtf-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 20px 3px 0;
}


.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a {
  
}

.edgtf-social-share-holder.edgtf-list li a {
    font-size: 13px;
   
}



.edgtf-ps-content-item{
	margin-bottom:45px!important;
}

.edgtf-ps-tags{
	    padding-bottom: 45px;
}


.headr_middle {

    text-transform: uppercase;
	    width: 1200px;
    margin: 0 auto;
}

.headr_middle h1 {
    text-align: center;
    font-size: 27px;
    position: relative;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
	color:#fff;
}

.headr_middle p {
    font-family: Roboto-Regular,sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
}


.headr_middle p:first-of-type {
     position: relative;
}

.headr_middle p:nth-of-type(2) {
    color: #01f7e9;
   text-align:center;
}


.headr_middle p:nth-of-type(2), .headr_middle p:nth-of-type(3) {
    font-family: Roboto-Bold,sans-serif;
}


.headr_middle p {
    font-family: Roboto-Regular,sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
	    color: #fff;
}


.freeButt,
.freeButt2{
    position: relative;
    top: 42px;
    text-align: center;
    color: #fff;
}

.freeButt a, .be_part {
    position: relative;
    font-family: Roboto-Thin,sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px 27px 5px;
    font-size: 30px;
    overflow: hidden;
    background:#34AD84;
    letter-spacing: 4.5px;
}

.freeButt a {
    display: inline-block;
}




.headr_middle p:first-of-type span {
    color: #00f6ff;
    font-family: Roboto-Bold,sans-serif;
}




.headr_middle p:nth-of-type(3) {
    color: #02f5b3;
}


.closed-h3 {
	    padding-bottom: 20px;
    display: block;
}


.serviceTs{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
	    position: relative;
    top: -30px;
    padding:20px 0;
}


.serviceTs h3{
	    color: #fff;
}

.folioPagination ul{
        width: 100%;
    display: inline-flex;
}

.folioPagination ul li{
        width: 33%;
}


.folioPagination ul li:nth-of-type(2){
    text-align:center;
}


.folioPagination ul li:nth-of-type(3){
    text-align:right;
}


.folioPagination ul li:nth-of-type(2) a span {
    background-color: #5CA038;
    display: block;
    height: 11px;
    line-height: inherit;
    position: absolute;
    width: 11px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}


.folioPagination ul li:nth-of-type(2) a span:nth-child(1) {
    top: 0;
    left: 0;
}



.folioPagination ul li:nth-of-type(2) a span:nth-child(2) {
    top: 0;
    left: 16px;
}

.folioPagination ul li:nth-of-type(2) a span:nth-child(3) {
    top: 16px;
    left: 0;
}

.folioPagination ul li:nth-of-type(2) a span:nth-child(4) {
    top: 16px;
    left: 16px;
}




.folioPagination ul li:nth-of-type(2) a {
    cursor: pointer;
    height: 27px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 27px;
        display: inline-block;
}

.folioPagination{
        margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}


.folioHeader{
        margin: 15px 0px 0px 0px;
    text-align:center;
}


.testimonials .text img{
    float: left;
    margin: 0px 20px 20px 0px;
} 




.help-box .inner {
    position: relative;
    padding: 35px 22px;
}

a.contact{
    color:#fff;
}

.kc-row-container.kc-container {
    width: 100%;
    margin:0 auto;
}

.kc-row-container.kc-container .kc-wrap-columns, .kc_row_inner {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}


.sidebar-page-container {
    position: relative;
    padding: 100px 0px 60px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.blog-cat {
    position: relative;
    border: 1px solid #e1e1e1;
}

.blog-cat li {
    width:100%;
    position: relative;
    display: block;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.blog-cat li.active a,.blog-cat li.current a, .blog-cat li a:hover {
    color: #ffffff;
    background-color: #231f20;
}

.blog-cat li a {
    position: relative;
    color: #231f20;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 15px 14px 27px !important;
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f6f6f6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}

.help-box{
    background:#5CA038;
}


.blog-cat li:hover::after, .blog-cat li.active::after {
    border-bottom: 3px solid #5ca038;
}

.blog-cat li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 4px solid transparent;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    left: 15px;
    top: 12px;
    color: #bbbbbb;
    font-family: 'FontAwesome';
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.brochure-box {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 15px 15px 30px;
    border: 2px solid #cccccc;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brochure-box .inner {
    position: relative;
    padding-left: 30px;
}


.brochure-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.brochure-box {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 15px 15px 30px;
    border: 2px solid #cccccc;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.brochure-box .inner {
    position: relative;
    padding-left: 30px;
}

.brochure-box .inner .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #231f20;
    font-size: 16px;
    font-weight: 300;
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}


.brochure-box .inner .text {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #231f20;
    font-family: 'Roboto', sans-serif;
}

.brochure-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
.help-box {
    position: relative;
    background-size: cover;
}


.help-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.30);
}

.help-box .inner h2 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
}


.help-box .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.help-box .inner .contact {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.fa-angle-double-right:before {
    content: "\f101";
}

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 0px;
}
.solution-single {
    position: relative;
}

.solution-single .inner-box {
    position: relative;
    display: block;
}
.solution-single .inner-box .image {
    position: relative;
    margin-bottom: 30px;
}

.solution-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.solution-single .inner-box h2 {
    position: relative;
    color: #231f20;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.solution-single .inner-box .text {
    position: relative;

}

.solution-single .inner-box .text p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.solution-single .inner-box .text .two-column {
    margin-top: 40px;
    margin-bottom: 30px;
}
.solution-single .inner-box .image {
    position: relative;
    margin-bottom: 30px;
}

.solution-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.solution-single .inner-box .text h3 {
    position: relative;
    color: #231f20;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    color: #231f20;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 270px;
    border-bottom: 2px solid #e4e4e4;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-top: 22px;
}


.serviceFolio{
    background: #fff;
    height:300px;
}


.footer_map{
    margin-top: 130px;
}

.footer_menu ul li a{
    padding:0 20px;
    font-size:15px;
}

.footer_menu{
        display: block;
    margin-left: auto;
    margin-right: auto;
}







.animbutton {
    display: inline-flex;
    margin: 20px 20px 20px 20px;
    color: #34AD84;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
        border-radius: 10px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
        position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border: 3px solid #34AD84;
}



.animcircle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #34AD84;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}



.animbutton:hover .animcircle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}



.animbutton a {
    position: relative;
    transition: all .45s ease-Out;
    padding: 5px 40px;
}




.sp-portfolio-filter .animbutton:hover a {
    color: #fff!important;
    background: #34AD84;
}

.plan-button a{
        font-size: 20px;
}


.planbutt1 .animbutton{
        border: 3px solid #5B91C2;
        color:#5B91C2;
}

.planbutt1:hover .animbutton{
    background: #5B91C2;
}


.planbutt1 .animcircle{
    background: #5B91C2;
}

.planbutt2 .animbutton{
        border: 3px solid #59789C;
        color:#59789C;
}

.planbutt2 .animcircle{
    background: #59789C;
}

.planbutt2:hover .animbutton{
    background: #59789C;
}



.planbutt3 .animbutton{
        border: 3px solid #7D599C;
        color:#7D599C;
}

.planbutt3 .animcircle{
    background: #7D599C;
}

.planbutt3:hover .animbutton{
    background: #7D599C;
}


.plan-button:hover a{
  color:#fff;   
}


.blockTitle span{
     position: relative;
    color: #34AD84;
}

.blockTitle  span:after{
content: "";
    width: 50%;
    height: 2px;
    background: #34AD84;
    position: absolute;
    left: 25%;
    bottom: -15px;
}

.blockTitle.white span{
    color: #fff;
}

.blockTitle.white span:after{
    background: #fff;
}


.who_we_are_text .title{
    margin-bottom:10px;
}


.contact-form{
    margin-bottom:100px;
}

.contactBtn{
        width: 100%;
    text-align: right;
}

.contactBtn button{
        background: none;
    border: none;
    cursor:pointer;
    color:#34AD84;
        position: relative;
    transition: all .45s ease-Out;
    padding: 5px 50px;
}

.contactBtn:hover button {
    color: #fff!important;
}







.customContactFrm  .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 0px solid #000000;
            border-radius: 0px;
        }
 .customContactFrm        .control:hover input ~ .control_indicator,
.customContactFrm         .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
 .customContactFrm        .control input:checked ~ .control_indicator {
            background: #5ca038;
        }
.customContactFrm         .control:hover input:not([disabled]):checked ~ .control_indicator,
.customContactFrm         .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
.customContactFrm         .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
.customContactFrm         .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
 .customContactFrm        .control input:checked ~ .control_indicator:after {
            display: block;
        }
.customContactFrm         .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
 .customContactFrm        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
.customContactFrm         .control-checkbox .control_indicator::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            margin-left: -1.3rem;
            margin-top: -1.3rem;
            background: #5ca038;
            border-radius: 3rem;
            opacity: 0.6;
            z-index: 99999;
            transform: scale(0);
        }
 


.customContactFrm    .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }



.customContactFrm    .control {

            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
            font-size: 16px;
        }








.moto-widget-callback.moto-preset-default {
  bottom: 40px;
  left: 40px;
  right: auto;
  box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
  background-color: #ffffff;
  color: #5ca038;
  max-height: 80vh;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 70px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    left: 10px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
  border-radius: 3px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 40px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  border-radius: 40px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 80px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
  border-top-color: #cfcfcf;
  border-top-width: 1px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
  color: #5ca038;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
  color: #5ca038;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
  background-color: rgba(255,255,255,0.35);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
  background-color: rgba(255,255,255,0.25);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  width: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 50px;
  line-height: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}


.moto-widget-callback {
  position: fixed;
  overflow: hidden;
  transition: 0.2s ease;
  transition-delay: 0.2s;
  display: block;
  z-index: 550;
  box-sizing: content-box;
  background-clip: content-box;
}
.moto-widget-callback__wrapper {
  box-sizing: border-box;
}
.moto-widget-callback__thumbnail-wrapper {
  text-align: center;
}
.moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.moto-widget-callback__thumbnail_icon {
  max-width: 100%;
}
.moto-widget-callback__open-button,
.moto-widget-callback__body {
  transition: opacity 0.4s;
}
.moto-widget-callback_opened {
  overflow-y: auto;
}
.moto-widget-callback_opened,
.moto-widget-callback_opening {
  width: 280px;
}
.moto-widget-callback_opening .moto-widget-callback__open-button,
.moto-widget-callback_closing .moto-widget-callback__open-button,
.moto-widget-callback_opening .moto-widget-callback__body,
.moto-widget-callback_closing .moto-widget-callback__body {
  opacity: 0 !important;
}
.moto-widget-callback__body {
  padding: 30px;
}
.moto-widget-callback__more-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.moto-widget-callback__more-details-wrapper {
  margin: 25px 0;
}
.moto-widget-callback__more-details-item {
  margin-right: 20px;
  position: relative;
}
.moto-widget-callback__more-details-item:nth-child(4n):not(:last-child) {
  margin-bottom: 20px;
}
.moto-widget-callback__more-details-item:nth-child(4n) {
  margin-right: 0;
}
.moto-widget-callback__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
}
.moto-widget-callback__link {
  display: block;
  width: 32px;
  height: 32px;
  background: center no-repeat;
  background-size: contain;
}
.moto-widget-callback__body_more-details-enabled {
  padding-bottom: 0;
}
.moto-widget-callback__more-details-divider {
      margin: 0 -30px 23px 0px;
}
.moto-widget-callback__more-details-button-wrapper {
  height: 30px;
  text-align: center;
  overflow: hidden;
}
.moto-widget-callback__more-details-button {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: 0.4s;
}
.moto-widget-callback__body_more-details-opened .moto-widget-callback__more-details-button {
  transform: rotate(180deg);
}
.moto-widget-callback__open-button {
  cursor: pointer;
}
.moto-widget-callback__close-button {
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 50px;
  line-height: 0.5;
  cursor: pointer;
  transition: color 0.4s;
}
.moto-widget-callback__link-telegram_chat {
  background-image: url(../img/skype.png);
}
.moto-widget-callback__link-whatsapp_chat {
    background-image: url(../img/whatsapp.png);
}
.moto-widget-callback__link-viber_public_account {
  background-image: url(../img/viber.png);
}
.moto-widget-callback__link-fb_messenger_chat {
 background-image: url(../img/facebook.png);
}


.moto-widget-callback__wrapper p{
    margin:0;
}


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


.newsiten_items{
    width: 1200px;
    margin: 0 auto;
}


.newsiten_items > h4 {
    padding: 50px;
    text-align: center;
    width: 100%;
}

.newslImages{
    overflow:hidden;
    height:260px;
}

.newsReadmore a{
    color:#5CA038;
        font-size: 15px;
}

.newsReadmore{
        width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: right;
}


.blog-content {
	padding: 25px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.blog-content h4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 37px;
	margin-bottom: 14px;
	word-break: break-word;
}
.blog-content.blog-column-wrap h4 {
font-size: 22px !important;
    line-height: 28px;
    font-weight: 600;
    height: 60px;
}
.blog-content h4:hover a{
	color: #5ca038;
}
.blog-content p {
	margin-bottom: 12px;
}



.meta-info span {
	font-weight: 400;
}
.meta-info span a {
	color: #545454;
	font-size: 14px;
	text-transform: capitalize;
}
.meta-info span a:hover {
	color: #5ca038;
}
.blog-meta-info ul li {
	font-size: 14px;
}
.entry-meta div a {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    text-transform: capitalize;
}
.entry-meta div a:hover {
    color: #5ca038;
}
.entry-meta div {
    display: inline-block;
    overflow: hidden;
    color: #545454;
    margin-bottom:15px;
}
.entry-meta {
    display: block;
    overflow: hidden;
}



.newsImageRow .post-data{
        height: 60px;
       overflow:hidden;
        float:left;
}


.newsImageRow  .post-data h6 {
    color: #fff;
    font-size: 25px;
    line-height: 20px;
}


.newsImageRow  .animbutton{
    font-size:16px;
}

.homeNewsTags{
        height: 80px;
    text-align: right;
    padding-top: 37px;
}



.newsImageRow .entry-header{
         margin-top: -32px;
    z-index: 9999;
    position: relative;
}


.newsImageRow .header-content{
    margin:0;
}


.newsImageRow .header-content h3{
font-size: 17px;
height: 50px;
    margin: 20px 0px 0px 0px;
}

#system-message-container{
    text-align:center;
}

#system-message a,
#system-message h4{
    display:none;
}


.newsImageRow .post-footer{

    margin-left: auto;
    width: 260px;
}


.post-footer {
	margin-top:-10px;
	}


.entry-meta-footer a {
    color: #545454;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.entry-meta-footer a:after {
	top: 5px;
    right: -25px;
    content: '\f178';
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
}
.entry-meta-footer a:hover {
    color: #5ca038;
}



.blog-wrap:hover {
    box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.09);
}

.blog-wrap {
    transition: .3s;
}


.newsBoxRow .animbutton{
    font-size:20px;
}


.widget_recent_posts .time{
    color: #999;
    font-size: 15px;
}


.mainlisting{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 261px;
    text-align: left;
}
.mainlisting li{
    color:#fff;
}



.mainlisting li:before
{content:'\2713';
  display:inline-block;
  color:#00f6ff;
  padding:0 6px 0 0;
  }
.mainlisting li{list-style-type:none;font-size:1em;}





.newsBlock .owl-item {
        background-color: #f7f6fb;
}

.newsBlock .item-content{
    padding:0 20px;
}

.newsImageRow .animbutton{
    left:40px;
}

.footer_title span{
    position:relative;
}



.ourPrj{
        width: 100%;
    display: inline-block;
 /*  background:url(../img/tourismbg.jpg) no-repeat center bottom; */
}

.prourDs{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}


.prourDs .blockTitle{
    text-align: center;
    margin-bottom: 60px;
}


.srvItem{
        width: 32%;
    float: left;
    margin-right: 20px;
background:#fff;

}

.pjimg{
        height: 367px;
    overflow: hidden;
        border: 1px solid #ccc;
}

.srvItem:last-of-type{
    margin-right:0;
    float:right;
}


.srvItem h5{
    text-align: center;
    font-size: 21px;
    padding-bottom: 30px;
}





.pjimg img {
    transition: all 0.5s ease 0s;
}

.pjimg:hover img {
    filter: grayscale(100%);
    transform: scale3d(1.1, 1.1, 1.1);
}


.brcrmb{
        text-align: center;
}


.brcrmb ul{
        display: inline-flex;
}

.brcrmb ul li{
  color: #e2e2e2;
    padding-right: 5px;
    font-size: 14px;
}

.colors1{
    color:#5B91C2;
}

.colors2{
    color:#59789C;
}


.colors3{
    color:#7D599C;
}



body:not(.page_101) .freeButt2{
    top:0;
}





.bottomBox {
    background: url(../img/bottom_bg.jpg) no-repeat 0px 0px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
    margin-top:50px;
}


.bottomContent {
    width: 1200px;
    margin: 0 auto;
    padding: 103px 0;
}


.paralContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top:27px;
}



.paralContent p {
    font-size: 50px;
    color: #ffffff;
    text-shadow: 0px 0px 11.88px rgba(0,0,0,1);
}


.paralContent p span {
    font-weight: bold;
    color: #fbe684;
}




.paralContent p:last-child {
    text-align: right;
}

.homeNewsTags a{
    color:#999;
}


.mainInfoHome ul{
        display: inline-flex;
    width: 100%;
}

.mainInfoHome ul li{
        width: 33%;
    text-align: center;
        line-height: 40px;
}


.mainInfoHome ul li:nth-of-type(1) strong{
        display: block;
    float: left;
    font-size: 85px;
    color: #5B91C2;
    padding-right: 20px;
    font-weight: bold;
}


.mainInfoHome ul li:nth-of-type(1) p{
    float: left;
    color: #5B91C2;
    text-transform: uppercase;

}

.right_brandesMai{
        position: relative;
    top: 25px;
    margin:0 17px;
}

.right_brandesMai div{
        text-align: left;
}



.mainInfoHome ul li:nth-of-type(2) strong{
        display: block;
    float: left;
    font-size: 85px;
    color: #59789C;
    padding-right: 20px;
    font-weight: bold;
}


.mainInfoHome ul li:nth-of-type(2) p{
    float: left;
    color: #59789C;
    text-transform: uppercase;

}




.mainInfoHome ul li:nth-of-type(3) strong{
        display: block;
    float: left;
    font-size: 85px;
    color: #7D599C;
    padding-right: 20px;
    font-weight: bold;
}


.mainInfoHome ul li:nth-of-type(3) p{
    float: left;
    color: #7D599C;
    text-transform: uppercase;

}

.mainInfoHome .global_brand{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 75px;
}


.mainInfoHome .global_brand p{
    font-size: 20px;
}


.mainInfoHome ul li:nth-of-type(2){
        position: relative;
    left: -50px;
}


.mainInfoHome ul li:nth-of-type(1) strong {
    width:105px;
}

.mainInfoHome ul li:nth-of-type(2) strong {
    width:175px;
}


.mainInfoHome ul li:nth-of-type(3) strong {
    width:175px;
}

.mobIcons{
    display:none;
}

.mobIcons div{
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    cursor: pointer;
}

.mb_close{
    display:none;
}



.orderOverlay{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    display:none;
}


.packagePopup{
    position: fixed;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 999;
    display:none;
}

.popUpInner{
        width: 600px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;

}


.popUpInner p{
    margin: 0;
    float: right;
    position: relative;
    top: -42px;
    font-size: 50px;
    cursor: pointer;
    color: green;
    right: -10px;
}

.orderPack{
        padding: 10px;
}


#packName{
    text-align: center;
    margin-bottom: 20px;
}

.packItem{
    margin-bottom: 20px;
}

.packItem strong{
       margin-right: 17px;
    text-transform: uppercase;
}


.packItem  input{
        width: 300px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    float: right;
}


.sndReqOrd{
        display: block;
    background: #34AD84;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
    cursor:pointer;
}


#packageMess{
    text-align:center;
    padding:15px 0;
    color:green;
}

.widget_search h5{
    display:none;
}



.contact-info{
    margin-top:50px;
}

.tags_ls{
    position: absolute;
    z-index: 9999;
    display: inline-flex;
        padding-top: 10px;
}

.tags_ls p{
        padding: 5px 5px;
}

.edgtf-pl-item-inner .tags_ls a:hover{
    color:green;
}

.tag-category{
        width: 1200px;
    margin: 0 auto;
}


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


.tag_items{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}



.mediaBoxTag{
    width: 400px;
    margin-right: 30px;
}

.axil-post-title{
        margin: 15px 0;
}

.catColor_11{
        background: green;
    color: #fff!important;
    padding: 3px 20px;
    display: block;
    width: fit-content;
}

.defaultPages{
    width:1200px;
    margin:50px auto;
}

.brLogoItem{
    position:relative;
}


.brLogoItem:after {
content: "";
    background: #ebebeb;
    width: 2px;
    height: 70px;
    position: absolute;
    right: -11px;
    top: 20px;
}

.edgtf-pl-inner .tags_ls{
    display:none;
}

.flRightBlock{
   float:right;   
}

.aloneLi{
        width: 100%!important;
    text-align: right;
}

#mce-error-response{

    position: absolute;
    color: #fff;
}

.mobilewid{
    display:none;
}



.fxdService .sidebar{
        position: fixed;
    top: 20px;
    width: 270px;
}






.entry-content ul,
.inner-box ul{
  list-style: none; 
      padding-left: 35px;
}

.entry-content ul li::before,
.inner-box  ul li::before{
content: "\2022";
    color: #5CA038;
    font-weight: bold;
    display: inline-block;
    /* width: 5px; */
    font-size: 35px;
    /* height: 0px; */
    padding-right: 24px;
    position: absolute;
    left: -20px;
    top: -15px;
}


.entry-content ul li,
.inner-box  ul li{
    position:relative;
}


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


.bannersBlock .title{
        text-align: center;
}

.sbListing{
        width: 100%;
    display: inline-flex;
    margin: 30px 0;
}


.sbListing li{
        margin: 0 10px;
}


.bannersBlock h4{
    padding: 20px 0;
    margin-bottom: 35px;
}






.callback-modal {
        background: #fff;
  padding: 58px 40px 47px;
  width: 100%;
  position: relative;
  overflow: initial;
  border-radius: 20px; }

.dark__bg .fancybox-bg {
  opacity: 0.251;
  background: #000; }

.callback-modal .fancybox-close-small {
  display: none; }

.modal__close {
  position: absolute;
  width: 47px;
  height: 47px;
  top: -26px;
  right: -26px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.modal__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.modal__label {
  display: block;
  position: relative; }

.modal__label + .modal__label {
  margin-top: 18px; }

.modal__icon {
  width: 15px;
  height: 18px;
  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;
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 10; }

.modal__icon img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.modal__icon:after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background-color: #666666;
  top: 3px;
  right: -9px; }

.modal__field {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 2.45;
  outline:none;
      width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 44px; }

.modal__field:focus {
  border-bottom: 1px solid #f8e5cc; }

.modal__btn {
  min-width: 100%;
  padding: 17px 20px; }

.modal__close:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

@media (max-width: 480px) {
  .callback-modal {
    padding: 45px 20px 47px;
    width: calc(100% - 18px);
    border-radius: 12px; }
  .modal__field {
    font-size: 12px;
    line-height: 2.2;
    padding: 0px 35px; }
  .modal__icon {
    width: 11px;
    height: 13px;
    top: 8px;
    left: 7px; }
  .modal__icon:after {
    width: 1px;
    height: 9px;
    top: 1px;
    right: -7px; }
  .modal__label + .modal__label {
    margin-top: 23px; }
  .modal__btn {
    padding: 17px 10px;
    font-size: 12px; }
  .modal__close {
    width: 35px;
    height: 35px;
    top: -18px;
    right: -2px; } }



.checkbox span{
        font-size: 15px;
}


label.checkbox{
        margin: 10px 0;
}



.checkbox {
  display: block;
  margin: 20px 0px 50px; }

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
  display: none; }

.checkbox span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  line-height: 1.583;
  letter-spacing: -.2px; }

.checkbox span:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.checkbox span:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 8px;
  height: 8px;
  z-index: 10;
  background-color: #5CA038;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.checkbox input[type="checkbox"]:checked + span:after, .checkbox input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

@media (max-width: 1170px) {
  .wrapper {
    max-width: 1010px; } }

@media (max-width: 1010px) {
  .wrapper {
    max-width: 760px; }
  .title {
    font-size: 34px; } }

@media (max-width: 760px) {
  .wrapper {
    padding: 0px 15px; }
  .title {
    font-size: 19px;
    text-align: center;
    line-height: 1.6; }
  .title:after {
    width: 46px;
    left: calc(50% - 23px);
    bottom: 1px; }
  .subtitle {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 3px; }
  .btn {
    min-width: 290px;
    padding: 17.5px 20px; } }































